/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	body {
		padding-top: 124px;
	}
	header.navbar {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 0 52px 0;
		background: #2B3541;
	}
	header.navbar .toggle-sidebar,
	header.navbar .navbar-nav {
		position: absolute;
		bottom: 12px;
		left: 28px;
	}
	header.navbar .navbar-nav {
		left: auto;
		right: 28px;
	}
	.page-template-core-static-page header.navbar {
		position: static;
		height: 73px;
	}
	.navbar-brand {
	    text-align: center;
	    display: block;
	    width: 100%;
	    height: 72px;
	    background: #191919;
	}
	.brand-logo {
		margin: 1rem 0 0 0;
		padding: 0;
	}
	.brand-logo img {
		max-height: 40px;
		width: auto;
	}
	.toggle-sidebar, 
	.toggle-sidebar:hover, 
	.toggle-sidebar:active {
		background: transparent !important;
		border: none;
		font-size: 24px;
		padding: 0;
	}
	.toggle-sidebar span {
		display: none;
	}
	.page-template-core-static-page header {
		background: none;
		border: none;
		padding: 0;
		box-shadow: none;
	}
	.page-template-core-static-page .navbar-brand {
		display: block;
		padding: 0;
	}
	.page-template-core-static-page.core-static-corporate:before {
		opacity: 0.2;
	}
	.navbar-expand .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	.login-wrapper {
		margin: 5rem auto 0;
	}
	.sidebar {
		position: fixed;
		top: 124px;
		left: -100%;
		transition: left 0.2s ease-out;
		padding-top: 20px;
	}
	.sidebar.active {
		left: 0;
		box-shadow: 0 0 100px rgba(0,0,0,0.5);
	}
	.stage {
		min-height: calc( 100vh - 124px );
		padding: 0 28px;
		transition: 0.1s opacity ease-in-out;
	}
	.stage > .alert {
		margin: 0 -15px;
	}
	.content {
		padding-top: 38px;
		padding-left: 0;
		padding-right: 0;
	}
	.content-header h2 {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.table-actions .btn {
		margin-top: 7px;
	}
	.table-responsive-sm .column-cb {
		width: 30px;
	}
	.desktop-only {
		display: none;
	}
	.login {
		width: 100%;
		box-sizing: border-box;
	}
	.remodal {
		padding: 35px 15px;
	}

	.editable-records thead {
		display: none;
	}
	.editable-records tbody {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.editable-records tbody tr,
	.editable-records.columnar tbody tr {
		display: block;
		padding: 0.75rem 0;
		width: 100%;
		margin-bottom: 1rem;
		flex-shrink: 0;
		background-color: rgba(0,0,0,.05) !important;
	}
	.editable-records tbody tr > td {
		display: block;
		padding: 0.25rem .75rem;
		border-top: none;
	}
	.editable-records label,
	.editable-records.columnar label {
		display: block;
		width: 40%;
		flex-shrink: 0;
		margin: 0;
	}
	.editable-records .remove {
		width: 100%;
	}
	.editable-records .add-row td {
		border-top: none;
	}
	.editable-records .form-group {
		display: flex;
		align-items: center;
	}
	.news-carousel {
		height: 272px;
	}
	.news-carousel .carousel-inner {
		width: calc( 100% + 30px );
	}
	.carousel-control-next, 
	.carousel-control-prev {
		opacity: 1;
	}
	.carousel-control-next-icon, 
	.carousel-control-prev-icon {
		margin-top: -135px;
		background: #cdcdcd;
		background: rgba( 255, 255, 255, 0.4 );
		height: 44px;
		width: 44px;
		border-radius: 50px;
	}
	.carousel-control-next-icon .fa, 
	.carousel-control-prev-icon .fa {
		font-size: 24px;
		margin-top: 10px;
		text-shadow: 0 0 2px rgba( 0, 0, 0, 0.7 );
	}
	.carousel-indicators {
		margin-bottom: 0;
	}
	.carousel-indicators li {
		background-color: rgba( 0, 0, 0, 0.2 );
	}
	.carousel-indicators .active {
		background-color: rgba( 0, 0, 0, 0.5 );
	}
	.collapse-card {
		padding: 25px;
		margin-bottom: 0;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.mobile-only {
		display: none;
	}
	header {
		min-height: 100px;
	}
	.brand-logo {
		width: 240px;
		text-align: center;
	}
	.core-corporate-page-1 .content {
		float: left;
		background: #fff;
		margin: 100px 0 0 100px;
		padding: 30px 50px;
		box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
		border-radius: 5px;
	}
	.nav-tabs { 
		border-bottom: 2px solid #f1f1f1;
	}
	.nav-tabs .nav-link {
		border-top: none;
		border-left: none;
		border-right: none;
		padding-left: 0;
		padding-right: 0;
		margin-right: 1.2rem;
		margin-bottom: -1px;
		font-weight: 600;
		color: #999;
		border-bottom: 2px solid transparent;
	}
	.nav-tabs .nav-item.show .nav-link, 
	.nav-tabs .nav-link.active,
	.nav-tabs .nav-link.active:focus,
	.nav-tabs .nav-link.active:hover {
		color: #031b4e;
		border-bottom: 2px solid #0069ff;
	}
	.nav-tabs .nav-link:focus, 
	.nav-tabs .nav-link:hover {
		border-top: none;
		border-left: none;
		border-right: none;
		color: #666;
		border-bottom: 2px solid #bbb;
	}
	.medical-questionnaire {
		column-count: 2;
	}
	.claim-discussions .comment-field {
		margin-left: 10px;
		margin-right: 10px;
	}
	.claim-discussions .comment-reply-link {
		display: none;
	}
	.claim-discussions .comment:hover > .comment-meta .comment-reply-link {
		display: block;
	}
	.news-carousel .carousel-indicators,
	.news-carousel > button {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.stage {
		max-width: calc(100vw - 210px);
	}
}