/*update the base styles*/
body {
	background-color: #f4f7fa;
}
	body, p {
	font-family: 'century-gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	/*line-height: 1.25em;*/
	color:#000;
}

p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1, h2, h3, h4, h5 {
font-family: 'century-gothic', helvetica, arial, sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.25em;
}
h1, h2, h3, h4, h5 {
color: #000;
}


h5 {
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
}

ul {
list-style:circle;
}

b, strong {
	font-weight: 700;
}
a {
	
	color: #416BA9;
	text-decoration: underline;
}

a:hover {
	color:#333;
}


small {
	/*color:#000;*/
}


/*font family options*/
.u-text--century {
font-family: 'century-gothic', helvetica, arial, sans-serif;
}
.u-text--din {
font-family: 'din-condensed', 'century-gothic', helvetica, arial, sans-serif;
letter-spacing: -0.1rem;
}

.u-text--blue {
		color: #416BA9;
}


.u-text--light {
font-weight: 300;
}
.u-text--regular {
font-weight: 400;
}
.u-text--semibold {
font-weight: 600;
}
.u-text--bold {
font-weight: 700;
}


/*.u-text--em{
	color: #416BA9;
}*/

.u-text--xxs {
	font-size: 0.85rem;
	line-height: 1.5rem;
}
.u-text--xs {
	font-size: 0.9375rem;
	line-height: 1.5rem;
}
.u-text--sm {
	font-size: 1.25rem;
	line-height: 1.5rem;
}
.u-text--md {
	font-size: 1.5rem;
	line-height: 1.65rem;
}
.u-text--lg {
	font-size: 2rem;
	line-height: 2.375rem;
}
.u-text--xl {
	font-size: 3.25rem;
	line-height: 3.25rem;
}


/*text styles*/
.u-text--kern {
	letter-spacing: 0.05em;
}
.u-text--shadow {
	text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}



/*margin types*/
.u-text--margin-xs{
	margin-top:0.75rem;
	margin-bottom: 0.75rem;
}
.u-text--margin-reset {
	margin-top:0;
}
.u-text--padding {
	padding:10px 32px;
}


/*text specific formatting*/
.c-header__inside .c-social__link, .c-header__inside>a {
	color:#fff !important;
}



/*style default buttons*/
.c-btn {
/*border:1px solid #fff;*/
background-color: inherit;
border:1px solid rgba(0,0,0,1);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
color: #000;
}

.c-btn:hover {
/*border:1px solid #19d2fe;*/
background-color: rgba(0,0,0,1);
color: #fff;
}

.c-btn--light, .c-btn--white {
border:1px solid rgba(255,255,255,1);
color:#fff;
}
.c-btn--light:hover, , .c-btn--white:hover {
background-color: rgba(255,255,255,1);
color:#000;
}

.c-btn--wide {
	display: block;
	text-align: center;
	margin-top:0px;
}

.c-img--zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.c-img--zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.c-img--zoom:hover img {
  transform: scale(1.1);
}







.c-nav__link {
	color:#416BA9;
	text-transform:capitalize;
	font-weight: 700;
	font-size: 0.889em;
}
.c-nav__link:hover {
	color:rgba(70,70,70,1);
}



.u-block--opacity-white {
	background-color: rgba(255,255,255,0.85);
}
.u-block-padding--lg-all {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}


.u-block-padding--xs {
	padding-top:10px;
	padding-bottom: 10px;
}
.u-block-padding--sm {
	padding-top:20px;
	padding-bottom: 20px;
}
.u-block-padding--md {
	padding-top:30px;
	padding-bottom: 30px;
}
.u-block-padding--lg {
	padding-top:40px;
	padding-bottom: 40px;
}
.u-block-padding--xl {
	padding-top:50px;
	padding-bottom: 50px;
}
.u-block-border--hairline {
	border:1px solid #000;
}

.u-block-pad-lr--xs {
	padding-left:10px;
	padding-right: 10px;
}
.u-block-pad-lr--sm {
	padding-left:20px;
	padding-right: 20px;
}
.u-block-pad-lr--md {
	padding-left:30px;
	padding-right: 30px;
}
.u-block-pad-lr--lg {
	padding-left:40px;
	padding-right: 40px;
}
.u-block-pad-lr--xl {
	padding-left:50px;
	padding-right: 50px;
}
.u-block-border--1 {
	border:;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000;
}



/*space the font icons*/

.fab {
	margin:4px;
}



/*override some template formats*/
.c-header__logo {
	background-color: rgba(244,247,250,1) !important;
}
.is-active-header-top {
	padding-top: 20px;
}

.c-footer__content {
	background-color: rgba(244,247,250,0.0) !important;
}
.c-faqs__content {
	background-color: rgba(244,247,250,0.9) !important;
}
.c-hero--light {
	background-color: rgba(244,247,250,0.3) !important;
}

/* override default white to a very light blue-grey */
.c-block--flex .u-block--white {
	background-color: rgba(255,255,255,0.5);
}
.home #acf_block_5e6fb1749e1b0 {
	padding-top: 120px;
	max-width: 1280px;
	margin: 0 auto 0;
	}
/* adjust margin on tablet and desktop */
@media (min-width: 768px) {
	.c-carousel__caption {
	    position: absolute;
	    top:auto;
	    bottom: 5%;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	    padding: 40px 20px;
	    width: 60%;
	}
	.subpage #content {
	padding-top: 120px;
	/*max-width: 1280px;*/
	/*margin: 0 auto 60px;*/
	}
}

/* adjust margin on mobile */
@media (max-width: 767px) {

	.subpage #content {
	padding-top: 0;
	}

	/*align all images to the middle on mobile*/
	.subpage #content img {
	/*text-align: center;*/
	margin:0 auto;
	}
}


/*SH Adjust styles on mobile*/
@media (max-width: 767px){

	.c-header__logo {
		background-color: rgba(255,255,255,1) !important;
		padding-top:10px;
		padding-bottom: 10px;
	}
	.c-header__logo-center {text-align: center;}
	.logo-size { width: 50%; }
	.home .o-main { margin-top:60px; }
	.subpage, .procedure-template-default .o-main {padding-top: 80px}



	.c-hero {min-height: 50vh;padding-top:15vh;}

	.u-text--phone {
		margin-left:20px;
		margin-right:20px;
	}
}
@media (min-width: 768px){

	.c-hero {min-height: 70vh;padding-top:40vh;}
	.blog .c-hero,
	.single .c-hero,
	.archive .c-hero,
	.error404 .c-hero {
		min-height: 30vh;padding-top:25vh;
	}
}








/*help screenreaders see text*/

.screen-reader-text { /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.c-hero__content.c-hero--dark {
	background-color: rgba(65,107,169,0.8);
	color: #fff;
}