.brand-green { background-color: #088143; }
.brand-blue { background-color: #10316b; }
.brand-red { background-color: #c05555; }
.brand-yellow { background-color: #ffc85c; }

.page-content {min-height:40vh }
.button-cta.brand-green a:link, 
.button-cta.brand-blue a:link, 
.button-cta.brand-red a:link { color:white; }

/* Subpage Header */
.animate__fadeInDown,
.animate__fadeIn {
	--animate-duration: .2s;
  }

img { max-width:100%; height:auto; }
#news h2 { font-weight:400 }
#news h2 a{ text-decoration: none; }

.content-pic-600 img { height:600px; object-fit:cover; }

body {
    font-family: 'Source Sans Pro', sans-serif;
	min-height:100vh;
}
.container {
	padding-left:5%;
	padding-right:5%;
}
.header {
	height:110px;
}
h1, .h1 { font-size: 38px;  }
h2, .h2 { font-size: 32px; color: #444; font-weight:400; color: #10316b;}
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 22px; }
/* .collapse {position:relative; } */

@media (max-width:576px) {
	h2, .h2 { font-size: 24px; }
	h3, .h3 { font-size: 18px; margin-bottom:1rem }
}

.top-bar {
    background-color: #10316b;
    padding:10px 0;
    color:#fff;
	font-weight:100; 
}
.top-bar a {color:#ffffff; text-decoration: none;}
.top-bar-left {float:left;}
.top-bar-right {text-align:right; }
.top-bar i{font-size:1.4em; margin:0 6px ;}

#logo { 
	border:1px solid white; 
	border-radius: 50%;
	background-color: white;
}

@media (min-width:1200px) {
    .navbar-container { 
		height:103px!important; 
		margin:25px 0 0 200px;
	}
}

#logo { 
	max-width:180px;
    position:absolute; 
    z-index:20;
}


#top-social {
float:right;
}



.header-col { height:120px; }
.footer-logo { max-width:110px; }
#were-here { position: relative; left:75%; top:30px; width:250px;   }

@media (max-width:576px) {
	#were-here { position: absolute; left:180px; top:80px; width:180px;  }
	
	.navbar-container {  z-index:5; padding:20px;  }
    .navbar-toggler-icon i{ color:white; border:none; }
    .top-header { height:80px; background-color:fff; }
	.navbar {  }
    .navbar-light .navbar-toggler {
       position: absolute; z-index:100; 
			 right: -20px;
    }
	.navbar-collapse {
		background-color:rgba(253, 254, 255, 0.9);
		position:absolute; 
		left:0;
		top:50px;
		padding: 1rem;
		width:100%;
		z-index: 225;
	}
	.navbar-collapse a {color:#333;}


	#logo { 
		max-width:120px;
		border:2px solid white; 
	 }
}


@media (min-width:576px){
	.navbar .nav-item:not(:last-child) {
		 margin-right: 35px; 
	  }
	 
}
.navbar-toggler {
	border:0; 
}
.navbar-toggler i{

	color:#10316b; 
}
.navbar-nav a{ color:#000; }
.navbar-nav {
	font-family: "Roboto", sans-serif;
	font-weight:600;
	color:#000;
	font-size:18px;
}
   
  .dropdown-toggle::after {
	 transition: transform 0.15s linear; 
  }
   
  .show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
  }
   
  .dropdown-toggle::after {
	 transition: transform 0.15s linear; 
  }
   
  .show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
  }

  div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.2;
	z-index: 1;
  }

 .card-img-top {
	 height:250px;
	 object-fit:cover;
 } 
.card-body { padding-bottom:3rem; }
 .card-body .btn { position:absolute; bottom:10px; }

.carousel-dark {
	color:red; 
	text-shadow: 2px 2px 2px #000;

}
.carousel-light {
	color:#333;
	text-shadow: 2px 2px 2px #FFF; 
}
.carousel-inner.hero { 
	height:auto;
	background-color:#eee;
}
.carousel-inner.slideshow { 
	height:auto; 
	padding-left:5%;
	padding-right:5%;
	background-color:#eee;
}
.carousel-control-prev-icon.slideshow { color:#333333 }
.carousel-control-next-icon.slideshow { background-color:#333333 }
.carousel-content.hero { max-width:1300px; }
.carousel-item.s-show { height:650px;  }
.carousel-item.s-show img { 
	width:100%; 
	height:250px; 
	object-fit:contain; 
	position:relative; 
	top:50px;
}
.carousel-content.s-show { 
	max-width: 1000px; 
	margin:1rem auto 5rem auto; 
	position:relative;  bottom:-100px; left:0;
	padding-left: 25px;
	padding-right: 25px;
	color:#333333; 
	text-shadow: 0px 0px 0px #000;
   }
   .carousel-content.s-show h2 {
	   font-weight:700;
	   font-size:1.5rem;
   }



.carousel-item img { width:100%; height:600px; object-fit:cover; }

.carousel-content { 
	 
	 margin:auto; 
	 position:absolute;  bottom:40%; left:10%;
	 color:white; 
	 text-shadow: 2px 2px 2px #000;
	 
}
.carousel-content h1 {
	font-weight:700;
	font-size:3.5rem;
	opacity: 0.9;

}

.carousel-content p { 
	font-size:28px;
}
.carousel-content div {
	font-size:18px;
}
.carousel-content .hero p {
	font-size:26px;
}

@media (max-width: 576px) {
	.carousel-item.s-show { height:900px; }
	.carousel-content.s-show { top:0px; }
}


#topbar-search input {
	outline: none;
    float:right;
    margin-left:15px
}

.ss-show { background-color:#10316b; width:35px;}

.count {
	width:50px; 
	height:50px;
	background-color:#be2d46;
	text-align: center;
	color:white;
	font-size:36px;
	position:absolute; left:60px; top:20px;
}

@media (max-width:576px){
	
	.carousel-content h1 {
		font-weight:700;
		font-size:2.5rem;
	}
	
	#topbar-search input {
		display:none
	}
}
@media (min-width:576px){
    #mobile-search input {
        display:none
    }
	
}
@media (min-width:1024px){
	.carousel-content { 

		padding-left: 125px;
		padding-right: 25px;
	}
}

#mobile-search input{
    width:100%;
    margin:10px 0;
}

#my-account {width:150px; }
#topbar-search input[type=search] {
  box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#topbar-search input::-webkit-search-decoration,
#topbar-search input::-webkit-search-cancel-button {
	display: none;
}


#topbar-search input[type=search] {
	background: #ededed url(../icons/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 5px 10px 5px 32px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#topbar-search input[type=search]:focus {
	background-color: #fff;
	border-color: #ccc;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(83, 94, 99, 0.5);
}


#topbar-search input[type=search] {
	width: 20px;
	padding-left: 12px;
	color: transparent;
	cursor: pointer;
}
#topbar-search input[type=search]:hover {
	background-color: #fff;
}
#topbar-search input[type=search]:focus {
	width: 150px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#topbar-search input:-moz-placeholder {
	color: transparent;
}
#topbar-search input::-webkit-input-placeholder {
	color: transparent;
}

.nav { 
	flex-wrap:nowrap;
	justify-content: space-between;
}
.nav-item,
.footer, a{ 
	
color:#10316b;

}

.nav-link { color: #10316b; }


@media (max-width:576px){

	/* .nav-item {
		width:100%; 
		text-align: left;
	border:1px solid red;
	} */

	a.button-cta { width: 100%; margin-top:15px;  }

	footer {text-align: center;}
}

	@media (min-width: 768px) { 

		body .cta-home .button-cta { width: 320px; margin-top:35px;}

}


.hvr-overline-reveal:before { background:#088143; }
.hvr-overline-reveal a { color:#088143; }

 .green-section{
	 color:white; padding:100px 0; margin:35px 0;
	 background: rgb(8,129,67);
	 background: linear-gradient(90deg, rgba(8,129,67,1) 35%, rgba(28,178,101,1) 74%, rgba(8,129,67,1) 100%);
}

.subpage-title {
	color:white; padding:70px 0 30px 0; margin: -35px 0 35px 0 ;
	background: rgb(8,129,67);
    background: linear-gradient(90deg, rgba(8,129,67,1) 35%, rgba(28,178,101,1) 74%, rgba(8,129,67,1) 100%);
}

 .subpage-title h1 {
font-size: 55px;
font-weight: 700;
}

@media (max-width: 576px) {
	 .subpage-title h1 {
		font-size: 36px; 
	}
	.side-menu { display:none; }
}

.subheader {
    height:200px;
    background-color: #ccc;
    background-image:url('/assets/images/subheader2-ltblue-bg.jpg');
    background-position: right; background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 30px 0;
    padding:75px 20px 0 20px;
}
.subheader h1 { font-weight:700; color:#FFF;text-shadow:2px 2px #666; }

 .content h2 { font-weight: 700; color:#10316b; margin-bottom: 15px; }
 /* .content p { font-size: 18px; } */
 .content img { margin-bottom:25px; }

.side-menu { line-height: 2em; font-weight:600; }
.side-menu li { list-style-type: none; display:block; }
.side-menu a { text-decoration: none; color:#10316b;}
.side-menu a:hover {  color: #00843d; }
@media (max-width:576px) {
    .sidenav-container { display:none }
}

#sidenav-toggle span { position: relative; top: -6px; margin-right: 10px; }
#sidenav-toggle i { font-size: 28px; }
#sidenav-toggle:hover { text-decoration: none; }
#sidenav { display: none; border-bottom: 3px solid #3966BD; padding-bottom: .5rem; }
.sidenav a { display: block; line-height: 30px; color: #666; text-decoration: none; }
.sidenav a:hover,
.sidenav a.active { color: #0C3E6D; font-weight: 600; }
@media (min-width: 768px) {
  #sidenav { border-bottom: 0; }
  .sidenav a { line-height: 40px; }
}



.custom-shape-divider-top-1621644623 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1621644623 svg {
    position: relative;
    display: block;
    width: calc(158% + 1.3px);
    height: 36px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1621644623 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1621644724 {
    position: relative;
    bottom: 70px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1621644724 svg {
    position: relative;
    display: block;
    width: calc(158% + 1.3px);
    height: 36px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1621644724 .shape-fill {
    fill: #FFFFFF;
}

@media (max-width:576px) {

	 .green-section {text-align: center;}
	.subpage-title {text-align: center;}
	footer .get-apps { flex-direction:row; justify-content:center; }
	
	.green-section img {margin-bottom:15px;}
}


.form-terms {
    border:1px solid #666;
    padding:15px;
    height:150px;
    overflow: scroll;
    margin-bottom:25px;
}
.form-agree{
    margin-bottom:25px;
}

.boxed-area {
    margin: 10px 10px 25px 0;
    border-left:10px solid #003353;
    padding: 10px 20px 15px 35px;
    background-color: #eeeeee;
    max-width: 700px;
}

.leader-info {
    display: flex;
    flex-direction:column;
    align-self:center;

}
.leadership img{
    width:100%;
    max-width:200px;
    margin-bottom:15px;
}

@media (max-width:568px){

.leadership h1,
.leadership h2{
	font-size:94%;
}
.leadership img{
    max-width:170px;
    margin-top:25px;
}

.leader-info {
    display: flex;
    flex-direction:column;
    align-self:center;
    text-align:center;

}

}

/* Timeline Tabs Component - Begin  */

.timeline-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .timeline {
	width: 80%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
  }
  
  .timeline ul {
	list-style: none;
  }
  .timeline ul li:hover {
	  background-color: #088143;
  }
  .timeline ul li {
	padding: 20px;
	background-color: #10316b;
	color: white;
	border-radius: 10px;
	margin-bottom: 20px;
  }
  .timeline ul li:last-child {
	margin-bottom: 0;
  }
  .timeline-content h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  .timeline-content p {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 300;
  }
  .timeline-content .date {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: 2px;
  }
  @media only screen and (min-width: 768px) {
	.timeline:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 2px;
	  height: 100%;
	  background-color: gray;
	}
	.timeline ul li {
	  width: 50%;
	  position: relative;
	  margin-bottom: 50px;
	}
	.timeline ul li:nth-child(odd) {
	  float: left;
	  clear: right;
	  transform: translateX(-30px);
	  border-radius: 20px 0px 20px 20px;
	}
	.timeline ul li:nth-child(even) {
	  float: right;
	  clear: left;
	  transform: translateX(30px);
	  border-radius: 0px 20px 20px 20px;
	}
	.timeline ul li::before {
	  content: "";
	  position: absolute;
	  height: 20px;
	  width: 20px;
	  border-radius: 50%;
	  background-color: gray;
	  top: 0px;
	}
	.timeline ul li:nth-child(odd)::before {
	  transform: translate(50%, -50%);
	  right: -30px;
	}
	.timeline ul li:nth-child(even)::before {
	  transform: translate(-50%, -50%);
	  left: -30px;
	}
	.timeline-content .date {
	  position: absolute;
	  top: -30px;
	}
	.timeline ul li:hover::before {
	  background-color: #c05555;
	}
  }
  


/* Timeline Tabs Component - End  */

.legal-docs { color:#333;}
.legal-docs h3 { margin:0 0 1rem 0 }
.legal-docs h1 { font-size:2rem; font-weight:600; color:#333;}
.legal-docs h4 { font-size:1.3rem }
.legal-docs h3,
.legal-docs h4
{ color:#333; }

form.validate {  }
form.validate .element { margin-bottom: 1rem; }
form.validate .radiobuttons .options label,
form.validate .checkboxes .options label { display: block; }

form.validate input[type=text],
form.validate textarea,
form.validate select { display: block; width: 100%; padding: 4px 5px; border: 1px solid #ccc; border-left: 2px solid #085296; border-radius: 3px; box-shadow: indigo; box-shadow: inset 0px 0px 1px #ccc; }
form.validate input[type=text].error,
form.validate textarea.error,
form.validate select.error { background: #ffeeee; border-color: #cc0000; }
form.validate .button { padding: 6px 20px; border: 0; }
form.validate .g-recaptcha { margin-bottom: 15px; }

/* terms + conditions box */
form.validate #divelement37 { border: 1px solid #666; font-size: 90%; padding: 15px; height: 150px; overflow: scroll; margin-bottom: 25px; }
form.validate #divelement37 p { margin-bottom: 5px; }

/* print PDF page for forms */
body.print .sidenav-container { display: none; }
body.print > footer { display: none; }
body.print div.top-bar { display: none; }
body.print .navbar-container { display: none; }





body.pdf .top-bar,
body.pdf > footer,
body.pdf .copyright,
body.pdf .g-recaptcha,
body.pdf #webform input[type=submit] { display: none; }
body.pdf .navbar { position: relative; box-shadow: none; }
body.pdf .navbar-toggler { display: none; }

body.pdf .subheader { height: auto; padding: 10px 0 0 0; color: black; background: none; }
body.pdf .subheader h1 { color: black; text-shadow: none; }
body.pdf .form-terms { height: auto; border: 0; padding: 0; overflow: auto; }

/*  FAQ  */
.faq p{ padding:10px 5px; }

.accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
    }

    .active {
      background-color: inherit;
    }

    .accordion:hover {
      background-color: #ccc;
    }

    .accordion:after {
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    .accordian.active:after {
      content: "\2212";
    }


    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      margin-bottom:5px;
    }


    /* Accordians - End   */
	

/* Responsive Video */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.button-cta {  margin: auto; display: inline-block;  font-size: 27px; color: #1870c7; padding: 1rem; width: 100%; text-align: center;   }
.button-cta a { color:white; }
.button-cta:hover { color: #eaeaea; text-decoration: none; }
.button-cta:link { color: #eaeaea!important; text-decoration: none; }
.button-cta img { margin-right: 20px; height: 55px; }
.orange  { background-color:#f2681d; color:#fff; }
.green  { background-color:#00843d; color:#fff; }
.grey  { background-color:#585959; color:#fff; }

footer .footer { background-color: #e1e1e1; padding: 25px 0; margin-top: 35px; }
footer .copyright-bar {  text-align: center; font-weight:300; font-size: 1.1em; padding:10px 0; color:white; }
footer .copyright-bar a { color:white; text-decoration:none; }
footer .copyright-bar a:hover {color:gold; text-decoration: underline;}
footer .get-apps {display:flex; flex-direction: row; padding-top:25px; }
footer .get-apps img { max-width:125px; }
footer .get-app {max-width: 150px; margin:3px }

footer li {line-height: 1.8em; list-style: none;}
footer li a{ text-decoration: none;}

footer .social {font-size: 3em;}


/* Components */
.alertbar-message { margin-bottom: 0; }
.alertbar-message { color: #fff; padding: 10px 0;  }
.alertbar-message i { margin-right:10px; font-size: 1.5rem; }

#search_container form { margin-bottom: 2rem; }














/**
 * ADA Accessible Bootstrap button variant colors (WCAG 2.0 AA)
 */
 .alert-success {
	background: #ebfbee;
	color: #396f3a;
}
a {
	color: #1863AF;
}
.btn-default {
	color: #fff;
	background-color: #495057;
	border-color: #3d4349;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
	color: #fff;
	background-color: #363c41;
	border-color: #212528;
}
.btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #495057;
	border-color: #3d4349;
}
.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #165a9e;
	border-color: #104376;
}
.btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #1b6ec2;
	border-color: #1861ac;
}
.btn-warning {
	color: #fff;
	background-color: #b24d04;
	border-color: #994203;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #8a3c03;
	border-color: #5d2802;
}
.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #b24d04;
	border-color: #994203;
}
.btn-danger {
	color: #fff;
	background-color: #c92a2a;
	border-color: #b42626;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #a72323;
	border-color: #811b1b;
}
.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #c92a2a;
	border-color: #b42626;
}
.btn-success {
	color: #fff;
	background-color: #396f3a;
	border-color: #305e31;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #2b542c;
	border-color: #1c361c;
}
.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #396f3a;
	border-color: #305e31;
}
.btn-info {
	color: #fff;
	background-color: #0b7285;
	border-color: #095e6d;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #08525f;
	border-color: #042d35;
}
.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #0b7285;
	border-color: #095e6d;
}
.btn-link {
	color: #1b6ec2;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #12487f;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #adb5bd;
	text-decoration: none;
}







.nav-container { background: white; position: sticky; top: 40px; width: 100%; z-index: 999; box-shadow: 0 0 5px rgb(0 0 0 / 10%);  }
#logo { display: block; transition: all 100ms ease; }
body.scrolled #logo { max-width: 75px; }

@media(min-width: 1200px) {
	.nav-container { top: 0; }
	body.scrolled #logo { max-width: 128px; }
}

body { overflow-x: hidden; }




.slides .slick-slide .slide { position: relative; }
.slides .slick-slide img { object-fit: cover; height: 70vh; width: 100%; }
.slides .slick-slide .content { position: absolute; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.slides h2 { font-size: 2.5rem; color: white; text-shadow: 2px 2px 2px #000; text-align: center; }
.slides p { font-size: 18px; color: white; text-shadow: 2px 2px 2px #000; text-align: center; }
.slides a { text-decoration: none; }
.slides .slick-dots { bottom: 30px; }
.slides .slick-dots li { display: inline-flex; align-items: center; width: 35px; margin: 0 3px; }
.slides .slick-dots li button { width: 100%; height: 3px; background: rgba(255,255,255,0.5); padding: 0; }
.slides .slick-dots li button:before { display: none; }
.slides .slick-dots li.slick-active button { background: white; }
@media(min-width: 768px) {
  .slides .slick-slide img { height: 60vh; }
  .slides h2 { font-size: 3.0rem; }
  .slides p  { font-size: 24px; }
}
@media(min-width: 992px) {
  .slides .slick-slide img { height: 50vh; }
  .slides h2 { font-size: 3.5rem; }
  .slides p  { font-size: 28px; }
}

/*  FAQ Component - Begin  */
.faq { box-shadow: 0 0 5px rgba(0,0,0,0.2); border-radius: 3px; overflow: hidden; }
.faq dt { position: relative; font-size: 16px; background:  #F5F5F5; cursor: pointer; font-weight: bold; padding: 12px 15px; border-bottom: 1px solid #e0e0e0; }
.faq dd { display: none; font-size: 16px; background: #fff; margin: 0; padding: 15px; border-bottom: 1px solid #e0e0e0; }
.faq dd > *:last-of-type { margin-bottom: 0; }
/*  FAQ Component - End  */