@import url('base.css');
html {
	background: #1d4699;
}
h1,h2,h3,h4,h5,h6,p,a:not('.glyphicon,.fa'),div {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.primary-color {
	color: #1d4699;
}
.primary-dark-color {
	color: #173862;
}
.secondary-color {
	color: #74b3ba;
}
.secondary-light-color {
	color: #aed3d5;
}
.relative {
	position: relative;
}
.btn-primary {
	background: #74b3ba;
	padding: 4px 12px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	border-radius: 0;
	border: none;
}
.btn-group .btn-primary:nth-child(2) {
	border-left: 1px solid #5c9ca2;
}
.btn-primary:hover {
	background: #689ea5;
}
.btn-primary .fa-caret-right {
	font-size: 16px;
	padding-left: 5px;
}
html.no-scroll body > *:not(.primary-nav):not(#menu-overlay) {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.hide-ul-bottom {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 20px;
	height: 15px;
	background: white;
	z-index: 2;
}
#hamburger {
	color: #173862;
	margin-right: 15px;
}
/* ==========================================================================
  	Vertical Carousel (note: add header("Cache-Control: max-age=84600"); to media-library/index.php)
   ========================================================================== */
/*.carousel-inner.vertical {*/
	/*height: 100%;*/
/*}*/

/*.carousel-inner.vertical > .item {*/
	/*-webkit-transition: .6s ease-in-out top;*/
	/*-o-transition: .6s ease-in-out top;*/
	/*transition: .6s ease-in-out top;*/
/*}*/
/*!*.carousel-inner > .item {*!*/
	/*!*display: block;*!*/
	/*!*visibility: hidden;*!*/
	/*!*height:0 !important;*!*/
/*!*}*!*/
/*@media all and (transform-3d),*/
/*(-webkit-transform-3d) {*/
	/*.carousel-inner.vertical > .item {*/
		/*-webkit-transition: -webkit-transform .6s ease-in-out;*/
		/*-o-transition: -o-transform .6s ease-in-out;*/
		/*transition: transform .6s ease-in-out;*/
		/*-webkit-backface-visibility: hidden;*/
		/*backface-visibility: hidden;*/
		/*-webkit-perspective: 1000;*/
		/*perspective: 1000;*/
	/*}*/

	/*.carousel-inner.vertical > .item.next,*/
	/*.carousel-inner.vertical > .item.active.right {*/
		/*top: 0;*/
		/*-webkit-transform: translate3d(0, 100%, 0);*/
		/*transform: translate3d(0, 100%, 0);*/
	/*}*/

	/*.carousel-inner.vertical > .item.prev,*/
	/*.carousel-inner.vertical > .item.active.left {*/
		/*top: 0;*/
		/*-webkit-transform: translate3d(0, -100%, 0);*/
		/*transform: translate3d(0, -100%, 0);*/
	/*}*/

	/*.carousel-inner.vertical > .item.next.left,*/
	/*.carousel-inner.vertical > .item.prev.right,*/
	/*.carousel-inner.vertical > .item.active {*/
		/*!*height:100% !important;*!*/
		/*!*visibility: visible;*!*/
		/*display: block;*/
		/*top: 0;*/
		/*-webkit-transform: translate3d(0, 0, 0);*/
		/*transform: translate3d(0, 0, 0);*/
	/*}*/
/*}*/
/*.carousel-inner.vertical > .active {*/
	/*top: 0;*/
/*}*/
/*.carousel-inner.vertical > .next,*/
/*.carousel-inner.vertical > .prev {*/
	/*top: 0;*/
	/*height: 100%;*/
	/*width: auto;*/
/*}*/
/*.carousel-inner.vertical > .next {*/
	/*left: 0;*/
	/*top: -100%;*/
/*}*/
/*.carousel-inner.vertical > .prev {*/
	/*left: 0;*/
	/*top: 100%*/
/*}*/
/*.carousel-inner.vertical > .next.left,*/
/*.carousel-inner.vertical > .prev.right {*/
	/*top: 0;*/
/*}*/
/*.carousel-inner.vertical > .active.left {*/
	/*left: 0;*/
	/*top: -100%;*/
/*}*/
/*.carousel-inner.vertical > .active.right {*/
	/*left: 0;*/
	/*top: 100%;*/
/*}*/
.carousel-inner {
	height: 100%;
}
#home-carousel-banner .carousel-indicators {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 60px;
	left: unset;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
/*#home-carousel-banner .event-carousel-img {*/
/*height: 100%;*/
/*}*/
#home-carousel-banner .background-banner-image::before {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	will-change: transform;
	z-index: -1;
	content: '';
}
#home-carousel-banner .background-banner-image {
	height: 520px;
}
#home-carousel-banner .carousel-indicators li, #home-top-carousel .carousel-indicators li {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #ffffffa6;
	margin: 8px;
	border: none;
}
#home-carousel-banner .carousel-indicators li.active, #home-top-carousel .carousel-indicators li.active {
	background-color: white;
}
#home-carousel-banner {
	height: calc(100vh - 282px);
}
@media(max-width: 1300px){
	#home-top-carousel .carousel-indicators {
		bottom:0 !important;
	}
}
@media(max-width: 767px){
	.carousel-banner {
		height: 100%;
	}
	#home-carousel-banner {
		height: calc(100vh - 130px);
		max-height: 70vw;
	}
}
@media(max-width: 550px){
	#home-carousel-banner .carousel-indicators {
		padding-right: 20px;
	}
}

.not-a-link {
	text-decoration:none !important;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/************ GLOBAL TOP *************/
.utility-bar {
	height: 50px;
	background: linear-gradient(39deg, rgba(5,31,94,1) 0%, rgb(23, 23, 138) 76%, rgb(53, 94, 175) 100%);
}
.utility-bar .container {
	height: 100%;
}
.utility-container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	padding-bottom: 8px;
}
.utility-separator {
	height: 12px;
	width: 1px;
	background: white;
	margin: 0 20px 4px;
}
.nav-separator {
	height: 12px;
	width: 2px;
	background: #1d4699;
	margin: 1px 15px 0px;
}
.utility-bar a {
	color: white;
	font-size: 14px;
	text-decoration: none !important;
	display: flex;
	align-items: center;
}
.utility-bar .fa-phone {
	padding-right: 5px;
}
.search-btn {
	border: none;
	background: none;
	color: white !important;
	padding: 0 5px 0 0;
}
.search-input {
	background: none;
	color: white;
	border: 1px solid white;
	padding: 0px 8px;
	font-size: 13px;
	width: 190px;
	outline: none !important;
}
.search-input::placeholder {
	color: white;
}
.header {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.home-logo {
	height: 140px;
	margin: 40px 0 20px;
}
.home-logo img {
	height: 100%;
}
.primary-nav.dropdown-nav > ul > li > a {
	color: #1d4699;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
.primary-nav.dropdown-nav > ul > li > ul {
	transition: max-height 0.3s ease, padding 0.5s ease;
	margin-left: -35px;
	max-height: 0;
	overflow: hidden;
	padding: 0 5px 0 36px;
	top: 13px;
}
.primary-nav.dropdown-nav > ul > li.open > ul {
	max-height: 500px;
	padding: 7px 8px 10px 35px;
	animation: growDown 300ms ease-in-out forwards;
	transform-origin: top center;
}
.primary-nav.dropdown-nav > ul > li > ul > li {
	opacity: 0;
}
.primary-nav.dropdown-nav > ul > li.open > ul > li {
	display: block;
	opacity: 1;
}
@keyframes growDown {
	0% {
		transform: scaleY(0)
	}
	/*80% {*/
		/*transform: scaleY(1.1)*/
	/*}*/
	100% {
		transform: scaleY(1)
	}
}
.primary-nav.dropdown-nav > ul > li.open ul {
	overflow: unset;
}
.primary-nav.dropdown-nav > ul > li > ul > li a {
	padding: 3px 0;
	font-size: 13px;
	font-weight: 700;
	color: #1d4699;
}
.primary-nav.dropdown-nav > ul > li > ul > li a:hover {
	color: #173862;
}
.primary-nav.dropdown-nav > ul > li > ul li.nav-separator {
	display: none;
}
.primary-nav.dropdown-nav > ul > li.open > ul ul {
	padding: 0 10px 10px 15px;
}
.primary-nav.sidebar-nav .contact-dropdown {
	display: flex;
}
.primary-nav.sidebar-nav .contact-dropdown .fa-phone {
	display: none;
}
.primary-nav.sidebar-nav .utility-contact {
	display: none;
}
@media(max-width: 336px){
	.utility-bar .utility-contact {
		display: none;
	}
	.utility-bar .utility-separator {
		display: none;
	}
	.primary-nav.sidebar-nav .utility-contact {
		display: flex;
	}
}
.background-banner-image {
	height: 100%;
}
.ext-line {
	transition: height 0.3s ease;
	position: absolute;
	top: 0px;
	width: 2px;
	left: 18px;
	background: #1d4699;
	height: 0%;
}
.primary-nav.dropdown-nav > ul > li.open > ul > .ext-line {
	height: 100%;
}
@media(min-width: 1192px) {
	#hamburger {
		display: none;
	}
}
@media(max-width: 1191px){
	.header-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home-logo {
		height: 60px;
		margin: 10px 0;
		padding-left: 10px;
	}
	.header {
		width: unset;
		margin: 0;
	}
	.header a {
		font-size: 30px;
	}
	.nav-container {
		display: none;
	}
}
/*********** HOME PAGE SLIDES **************/
#home-page-content {
	z-index: 0;
	position: relative;
}
#home-head-callouts {
	height: 0;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.head-callouts-container {
	position: absolute;
	top: -75px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.head-callouts-container > a {
	padding: 20px 40px;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	width: 25%;
	height: 150px;
	text-align: center;
}
.head-callouts-container > a:nth-child(1) {
	background: #1d4699;
}
.head-callouts-container > a:nth-child(2) {
	background: #aed3d5;
}
.head-callouts-container > a:nth-child(3) {
	background: #173862;
}
.head-callouts-container > a:nth-child(4) {
	background: #74b3ba;
}
.head-callouts-container a {
	text-decoration: none !important;
	transition: 0.5s ease;
	box-shadow: 0px 2px 2px rgba(93, 93, 93, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.head-callouts-container a:hover:after {
	/*box-shadow: 2px 2px 5px #5d5d5d80;*/
	/*transform: scale(1.05);*/
	bottom: -8px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	background: #1d4699;
	/*background: linear-gradient(90deg,#105ea6 0,#03a0ad);*/
}
.head-callouts-container h3 {
	font-size: 18px;
	margin: 12px 10px 10px;
}
.head-callout-img {
	max-width: 140px;
}
@media(max-width: 991px){
	.head-callouts-container h3 {
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.head-callouts-container > a {
		padding: 5px;
		width: 200px;
		height: 150px;
	}
	.head-callouts-container {
		/*max-width: 520px;*/
		/*flex-wrap: wrap;*/
		/*position: absolute;*/
		/*top: -195px;*/
		max-width: 520px;
		flex-wrap: wrap;
		position: relative;
		top: 0;
	}
	#home-head-callouts {
		height: unset;
	}
}
@media(max-width: 680px){
	#home-carousel-banner .carousel-indicators {
		height: 100%;
	}
}
@media(max-width: 550px){
	.head-callouts-container > a {
		width: 190px;
		height: 160px;
	}
	/*.head-callouts-container {*/
		/*max-width: 450px;*/
		/*top: -225px;*/
	/*}*/
}
@media (max-width: 400px){
	/*.head-callouts-container {*/
		/*max-width: 310px;*/
		/*top: -175px;*/
	/*}*/
	.head-callouts-container > a {
		width: 140px;
		height: 140px;
	}
	.head-callout-img {
		max-width: 110px;
	}
}
@media(min-width: 401px) and (max-width: 409px) {
	.head-callouts-container > a {
		width: 170px;
		height: 140px;
	}
}
@media(max-width: 309px){
	.head-callouts-container > a {
		width: 122px;
		height: 119px;
	}
	.head-callout-img {
		max-width: 80px;
	}
	#home-head-callouts {
		padding: 0;
	}
}
/*********** TESTIMONIALS **************/
#home-statement {
	padding: 100px 20px 50px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#home-statement p {
	max-width: 840px;
	font-weight: 500;
}
#home-testimonials {
	padding: 50px 0;
	min-height: 600px;
	display: flex;
	align-items: center;
	background-image: url("/img/Images/Billboard Images/iloveimg-resized (14)/Culbertson_Home_Hero_image4.jpg");
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	position: relative;
}
#home-testimonials .carousel-inner {
	max-width: 74%;
	text-align: center;
}
#testimonial-carousel-banner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#testimonial-carousel-banner p {
	color: white;
	font-size: 18px;
	line-height: 1.7;
}
#testimonial-carousel-banner p .testimonialName {
	color: white;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 30px 0 0;
	position: relative;
	display: inline-block;
}
.dash {
	position: absolute;
	left: -15px;
}
.fa-quote-left,.fa-quote-right {
	font-size: 20px;
	padding: 0 5px;
}
#testimonial-carousel-banner .fa-caret-left,#testimonial-carousel-banner .fa-caret-right {
	font-size: 50px;
}
.carousel-control.left,.carousel-control.right {
	background-image: none;
	text-shadow: none;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 100%;
}
/*.carousel-control.left:hover,.carousel-control.right:hover {*/
	/*opacity: .7;*/
/*}*/
.testimonial-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 70, 153, 0.69);
}
@media(max-width: 767px){
	#testimonial-carousel-banner p {
		font-size: 16px;
		line-height: 1.5;
	}
	#home-statement {
		padding: 40px 20px 50px 20px;
	}
}
/*********** FOOTER **************/
#FOOTER {
	background: #1d4699;
	padding: 40px 0;
}
.flex-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.flex-footer img {
	max-width: 400px;
}
.social-footer {
	display: flex;
	align-items: flex-end;
	padding-bottom: 12px;
}
.social-footer a {
	color: #1d4699;
	background: white;
	font-size: 16px;
	padding: 5px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	text-decoration: none !important;
}
.social-footer a:hover {
	box-shadow: 0px 2px 4px #000000f5;
}
.social-footer a:hover .fa {
	text-shadow: 0px 2px 4px #fff, 0 0 0 #000, 1px 4px 6px transparent;
}
.social-footer p {
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}
.bottom-footer {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	justify-content: center;
	align-items: center;
}
.bottom-footer p {
	margin: 0;
	font-size: 14px;
}
.bottom-footer a {
	color: white !important;
	font-size: 14px;
}
.bottom-footer > * {
	margin-bottom: 10px !important;
}
.footer-separator {
	background: white;
	width: 2px;
	height: 16px;
	margin: 0 15px;
}
@media(max-width: 767px){
	.flex-footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.social-footer {
		padding-top: 20px;
	}
}
@media(max-width: 460px){
	.flex-footer img {
		max-width: 100%;
	}
}
#google_translate_element {
	padding-top: 10px;
	margin-right: 80px;
}
#google_translate_element .goog-logo-link img {
	display: inline-block;
}
@media(max-width: 767px){
	#google_translate_element {
		margin-right:0;
	}
}
/************ OUR SERVICES *************/
#our-services {
	padding: 50px 0;
	position: relative;
}
#our-services .row {
	display: flex;
	align-items: center;
}
#our-services .container {
	position: relative;
}
#our-services .left-section h2 {
    color: #1d4699;
    font-size: 37px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    letter-spacing: 2px;
}
#our-services .left-section p {
	line-height: 1.6;
	max-width: 330px;
	margin: 0;
	padding: 0px 0 20px;
}
.service-panel {
	position: relative;
	width:48%;
	height: 150px;
	margin: 1%;
}
.service-panel div {
	position: absolute;
	bottom: 20px;
	left: 0;
	background: white;
	color: #1d4699;
	padding: 3px 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	transition: 0.3s ease;
}
.service-panel div span {
	padding-left: 5px;
	font-size: 16px;
}
.service-panel p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	color: #1d4699;
}
.service-panel:hover p {
	/*padding-left: 22px;*/
	text-decoration: underline;
}
.service-panel img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-bg {
	position: absolute;
	left: 0;
	top: -110px;
	height: calc(100% + 160px);
}
.service-panels {
	display: flex;
	flex-wrap: wrap;
}
#home-blog {
	background: #74b3ba;
	color: white;
	padding: 0 0 40px 0;
}
.blog-headline-title {
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	padding: 10px 0 20px;
	font-weight: bold;
}
.blog-headline {
	max-width: 25%;
}
.blog-headline p {
	color: white;
}
.blog-link .fa-caret-right {
	padding-left: 5px;
}
.blog-headline h3 {
	min-height: 38px;
}
.blog-link {
	text-transform: uppercase;
	background: white;
	color: #74b3ba !important;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 8px;
	text-decoration: none !important;
}
.blog-headline-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media(max-width: 991px){
	.blog-headline h4 {
		min-height: 26px;
		font-size: 12px;
	}
	#our-services .row {
		flex-direction: column;
	}
	.service-panels {
		justify-content: center;
		margin-top: 30px;
	}
	.service-panel {
		width: 210px;
	}
}
@media(max-width: 767px){
	.blog-headline h4 {
		min-height: unset;
		font-size: 18px;
	}
	.blog-headline-container {
		flex-direction: column;
	}
	.blog-headline {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.blog-headline-title {
		text-align: center;
	}
	.services-bg {
		width: 80%;
		height: unset;
		padding-left: 20px;
	}
}
@media(max-width: 450px){
	.services-bg {
		top: -90px;
	}
}
@media(max-width: 467px){
	.service-panel {
		width: 100%;
	}
	.service-panel div {
		font-size: 18px;
	}
	.service-panel-container {
		width: 100%;
	}
	#testimonial-carousel-banner p {
		font-size: 13px;
	}
	.services-bg {
		top: -40px;
	}
}

/********* SPOTLIGHT *************/
#spotlight {
	padding: 50px 0 20px;
	position: relative;
}
.spotlight-btn {
	color: #74b3ba !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	outline: none !important;
}
.spotlight-btn span {
	padding-left: 10px;
	transition: 0.3s ease;
	padding-right: 15px;
}
.spotlight-btn:hover span {
	padding-left: 15px;
}
.spotlight-img {
	border-radius: 50%;
	width: 340px;
	height: 340px;
	object-fit: cover;
	position: absolute;
	left: calc(90% - 340px);
	transition: 0.5s ease;
}
#spotlight .col-sm-5 {
	height: 340px;
	top: -40px;
	/*!*display: flex;*!*/
	/*!*align-items: flex-start;*!*/
	/*!*flex-direction: column;*!*/
	/*!*justify-content: center;*!*/
	/**/
}
#spotlight .spotlight-content h3 {
    	color: #1d4699;
    	text-transform: uppercase;
   	font-family: 'Roboto Slab', serif;
   	letter-spacing: 2px;
	margin: 6px 0px;
	font-size: 40px;
	font-weight: 900;
}
#spotlight .spotlight-content h4 {
    	color: #1d4699;
    	text-transform: uppercase;
   	font-family: 'Roboto Slab', serif;
   	letter-spacing: 2px;
	margin: 6px 0px;
	font-size: 40px;
	font-weight: 900;
}
.spotlight-desc p {
    font-size: 14px;
}
.fixed-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #74b3ba;
}
#spotlight .col-sm-7 {
	height: 300px;
	display: flex;
	align-items: center;
}
.spotlight-desc {
	pointer-events:none;
	opacity: 0;
	transition: 0.5s ease;
}
.open-spotlight .spotlight-desc {
	opacity: 1;
	pointer-events: unset;
}
.spotlight-btn .fa-caret-right {
	transition: 0.5s ease;
}
.spotlight-content {
	transition: 0.5s ease;
	opacity: 1;
	height: calc(100% - 50px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.open-spotlight .spotlight-btn .fa-caret-right {
	transform: rotateZ(180deg);
}
.open-spotlight .spotlight-content {
	opacity: 0;
	pointer-events: none;
}
.open-spotlight .spotlight-img {
	left: 0;
}
#spotlight .row {
	position: relative;
}
.spotlight-img-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.mobile-spotlight {
	display: none;
	text-align: center;
}
@media(max-width: 991px){
	.spotlight-img {
		width: 280px;
		height: 280px;
	}
	#spotlight .spotlight-content h1 {
		font-size: 30px;
	}
}
@media(max-width: 767px){
	.hide-spotlight-row {
		display: none;
	}
	.mobile-spotlight {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.mobile-spotlight .spotlight-img {
		width: 240px;
		height: 240px;
		position: relative;
		left: unset;
	}
	#spotlight {
		padding: 30px 0 20px;
	}
	#spotlight #user-profile-name h1 {
		font-size: 25px;
		margin:0;
	}
	.spotlight-btn .fa-caret-right {
		transform: rotateZ(0deg) !important;
	}
	.open-spotlight .spotlight-content {
		opacity: 1 !important;
		pointer-events: unset !important;
	}
}
/********** INTERNAL PAGES ***********/
.internal-banner {
	height: 470px;
	width: 100%;
	position: relative;
}
.internal-banner > .container {
	display: flex;
	justify-content: center;
}
.breadcrumb-container {
	background-color: #74b3bac9;
}
.breadcrumb {
	margin-bottom: 20px;
	list-style: none;
	background:none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: white;
}
.breadcrumb a {
	color: white !important;
}
.breadcrumb>li+li:before {
	color: #fff;
}
.internal-title {
	color: white;
	font-size: 50px;
	background: #1d4699;
	padding: 10px 25px;
	margin: 0;
	bottom: -38px;
	position: absolute;
	text-align: center;
}
.internal-title-container {
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-content {
	padding: 50px 0 20px;
}
.page-content p {
	color: black;
}
.alert-warning {
	color: #87abad;
	background-color: #aed3d573;
	border-color: #aed3d5;
}
ul.searchResults li .btn, ul.searchResults li img.map {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
}
.job-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
}
.career-btn {
	border-radius: 0;
	border: 0;
	font-size: 18px;
	margin: 0 30px;
}
.career-btn .fa-caret-right {
	padding-left: 20px;
	font-size: 20px;
}
.padding-right {
	padding-right: 5px;
}

@media (max-width:600px) {
	#jobForm .career-hours input.form-control {
		padding:2px !important;
	}
}

@media(max-width: 767px){
	.job-btns {
		flex-direction: column;
		padding: 30px 0;
	}
	.career-btn {
		width: 230px;
		margin: 10px 0;
	}
	.internal-banner {
		height: 250px;
		background-size: cover !important;
	}
	.internal-title {
		font-size: 40px;
	}
}
@media (max-width: 500px){
  .internal-title {
    font-size: 30px;
		width: 100%;
  }
	.internal .page-content h1,
	.internal .page-content h2{
		font-size: 28px;
	}
}
@media (max-width: 395px){
	.internal-title {
		font-size: 20px;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
	.internal .page-content h1,
	.internal .page-content h2{
		font-size: 22px;
	}
}
@media(max-width: 380px){
	.utility-separator {
		margin: 0 10px 4px;
	}
}
#blog-title {
	font-size: 40px !important;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
/* ====================
 * == Find a Provider =
 * ==================== */

/* === Specialty Search === */
#specialty-search .panel .panel-heading {
	background-color: #1F5195;
	color: white;
	text-transform: uppercase;
}
#specialty-search a {
	text-decoration: none;
}
#specialty-search .panel-collapse a:hover {
	text-decoration: underline
}

/* === Filter providers === */
.filter-form-toggle:hover {
	cursor: pointer;
}

/* === all providers === */
#all-providers {
	background-color: rgb(247, 247, 247);
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -40px;
}
#all-providers > .container.text-center > :first-child {
	margin: 40px 0;
}
#all-providers > .container > .row .btn-yellow {
	margin-top: auto;
}
#all-providers .provider h4 {
	color: rgb(105,105,107);
}
#all-providers .provider {
	padding: 0 90px;
	margin-bottom: 40px;
	text-align: left;
}
@media (max-width: 1199px) {
	#all-providers .provider {
		padding: 0 60px;
	}
}
@media (max-width: 991px) {
	#all-providers > .text-center > .row > .col-md-4 {
		justify-content: center;
	}
	#all-providers .provider {
		padding: 0 30px;
	}
}
@media (max-width: 768px) {
	#all-providers .provider {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}
#all-providers .provider-img {
	background-color: rgb(232, 232, 232);
	height: 200px;
}
#all-providers .btn-yellow {
	font-size: 1em;
	padding: 3px;
	margin-top: 10px;
}

/* === Find a provider view 2 === */
#single-provider {
	margin: 40px 0;
}
#single-provider h1 {
	padding-bottom: 60px;
}
#single-provider .provider-img {
	background-color: rgb(232, 232, 232);
	height: 400px;
}
#single-provider .single-provider h3 {
	font-size: 1.3em;
	margin-top: 0;
}
#single-provider .line-item {
	margin-top: 10px;
	margin-bottom: 10px;
}
#single-provider .line-item > .col-sm-9 {
	font-size: 1.1em;
}
#single-provider .btn-yellow {
	font-size: 1em;
	padding: 7px 4px;
}
.provider .btn-yellow {
	width: 100%;
	background: #74b3ba;
	padding: 4px 12px;
	text-transform: uppercase;
	color: white;
	font-size: 14px !important;
	display: inline-block;
	align-items: center;
	text-align: center;
}
.center-btn {
	display: flex;
	justify-content: center;
}
.add-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.provider-back {
	margin: 0 0 10px 15px;
}
.provider-back .fa-caret-left {
	padding-right: 5px;
}
#provider-filter-form label {
	padding-top: 10px;
}
#provider-filter-form .glyphicon-search {
	padding-right: 5px;
}
@media(max-width: 767px) {
	#provider-filter-form .form-group {
		margin-bottom: 0;
	}
	#provider-filter-form .pull-right {
		margin-top: 20px;
	}
}
.btn-default {
	border-radius: 0;
	padding: 3px 10px;
}
@media(max-width: 500px){
	.page-content li h4,
	.page-content li p{
		margin-left: 0 !important;
	}
}
.fc-time-grid-event:hover {
	transition: 0.3s ease;
	left: 0 !important;
	right: 0 !important;
	margin-right: 0 !important;
	z-index: 5 !important;
}
#articles-container .article-container h4.title {
	line-height: 22px;
}
#articles-container .article-container p.text {
	line-height: 21px;
	margin-top: 5px;
}
@media(max-width: 1199px){
	#articles-container .article-container {
		width: 33% !important;
	}
	#articles-container .article-container h4.title {
		font-size:15px;
	}
}
@media(max-width: 767px){
	#articles-container .article-container {
		width: 100% !important;
	}
	#articles-container .article-container .mod-db-img {
		width: 100% !important;
		height: 210px;
		object-fit: cover;
	}
}
.back-to-top-container {
	/*display: flex;*/
	/*justify-content: center;*/
	/*position: fixed;*/
	/*z-index: 5;*/
	/*bottom: 10px;*/
	/*left: 0;*/
	/*width: 100vw;*/
}
.back-to-top {
	transition: 0.2s ease;
	opacity: 0;
	pointer-events: none;
	background: #74b3ba;
	border-radius: 50%;
	color: white;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: 0 1px 2px black;
	outline: none !important;
	position: fixed;
	bottom: 20px;
	z-index: 1;
	left: calc(50% - 18px);
}
.back-to-top span {
	font-size: 20px;
}
.back-showing {
	opacity: 1;
	pointer-events: unset;
}
.primary-nav.sidebar-nav > ul.in-view {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
