@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {font-family: 'Inter', sans-serif; background-color:#FFF; color: #000; margin:0; font-size: 1em; font-weight: 500; overflow-x: hidden; position: relative;}

dl, ol, ul {margin:0!important; list-style-position: inside;}
li {margin:10px 0; line-height: 1.25em;}

p {font-family: 'Inter', sans-serif; font-size: 1em; font-weight: 500; line-height: 1.5em; letter-spacing: 0;}

.list {margin-bottom:-10px;}

.max-container {max-width:856px;}

#content {scroll-margin-top: 115px!important;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0px;
    position: absolute;
    transform: translateY(-100%);
    background: #FFF;
    height: 40px;
    padding: 10px;
    transition: transform 0.3s;
	margin-top: 0px;
    z-index: 1;
	width: 100%;
	text-align: center;
}
.skip-to-content-link:hover {
	color:#000;
}
/*.skip-to-content-link:focus {
    transform: translateY(0%);
}*/
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#FFF;
	z-index:99999999999;
	/*line-height:50px;*/
	font-weight:bold;
	color:#1E497A!important;
	border:none;
	text-align: center!important;
}
.skip-to-content-link:focus-visible {
	color:#1E497A!important;
}
/* END SKIP TO CONTENT*/

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #1E497A;
  width: 50px;
  height: 50px;
  text-align: center;
  border:2px solid #FFF;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #FFF;
}
#button:hover {
  cursor: pointer;
  background-color: #2A75BB;
}
#button:active {
  background-color: #2A75BB;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

a {color:#1E497A; text-decoration: none!important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {color:#2A75BB;text-decoration: none!important;}
a:focus {color:#000!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#2A75BB!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.blue {color:#1E497A;}
.teal {color:#2A75BB;}
.orange {color:#F49082;}
.white {color:#FFF;}
.black {color:#000;}

.small {font-size: 90%!important;}
.smaller {font-size: 85%!important;}
.smallest {font-size: 75%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 125%!important;}
.largest {font-size: 150%!important;}


.bar-blue {width:100px; border-top:15px solid #1E497A;}
.bar-teal {width:100px; border-top:15px solid #2A75BB;}
.bar-orange {width:100px; border-top:15px solid #F49082;}
.bar-white {width:100px; border-top:15px solid #FFF;}
.bar-black {width:100px; border-top:15px solid #000;}
.bar-orange-sm {width:75px; border-top:5px solid #F49082;}

.divider {border-top:1px solid #ddd;}
.divider-blue {border:3px solid #1E497A; border-radius: 10px;}
.divider-teal {border:3px solid #2A75BB; border-radius: 10px;}

.bg-blue {background:#1E497A;}

.border-black {border:4px solid #000;}
.border-blue {border:4px solid #1E497A;}
.border-teal {border:4px solid #2A75BB;}
.border-orange {border:4px solid #F49082;}
.border-gallery {border:2px solid #2A75BB;}
.pic-shadow {-webkit-box-shadow: 0 10px 10px -5px #777; -moz-box-shadow: 0 10px 10px -5px #977799; box-shadow: 0 10px 10px -5px #777;}

.ratio {
	overflow: hidden; /* Ensures the image doesn't overflow the container */
	position: relative;
	padding-bottom:100%; /* Creates a square container */
	  margin-bottom: -50px;
  }
  
.ratio img {
	object-fit: cover; /* Fills the container, preserving aspect ratio */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	margin-bottom: -50px!important;
  }

.gallery:hover {outline-color: #000; outline-style: solid; outline-width: 2px; outline-offset: 3px;}

h1 {
	font-family: "Inter", sans-serif;
	font-size: 42px;
	font-weight: 800;
	color:#1E497A;
	text-transform: uppercase;
}

h2 {
	font-family: "Inter", sans-serif;
	font-size: 38px;
	font-weight: 800;
	color:#1E497A;
}

h3 {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 800;
	color:#2A75BB;
}

h4 {
	font-family: 'Inter', sans-serif;
	font-size: 21px;
	font-weight: 800;
	color:#2A75BB;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

.header {
  background-color:#FFF;
  z-index:999999;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.15); 
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.15);
  height: 110px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color:#FFF;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-hero {background-image: url("images/index/hero.webp"); overflow: hidden; min-height: 650px;}
.h1-hero {font-size: 46px; text-transform: none!important; color:#FFF!important;}

.bg-top {background:#1E497A; color:#FFF; font-size: 16px; font-weight: 400!important;}
.bg-top a {color: #FFF; text-decoration: underline;  font-weight: 600; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-top a:hover {color: #F49082; text-decoration: underline; font-weight: 800;}
.bg-top a:focus {border:2px solid #FFF; color:#FFF;}
.bg-top a:focus-visible {border:2px solid #1E497A; color:#FFF;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 15px;}
.bg-top ul li:last-child:after {content:'';}

.fb-top {font-size:32px!important;}
.fb-top a {color: #FFF; padding:0 4px; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.fb-top a:hover {color: #F49082; text-decoration: none;}
.fb-top a:focus {border:2px solid #F49082; color:#FFF;}
.fb-top a:focus-visible {border:2px solid #FFF; color:#FFF;}

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.offcanvas {border-top: none!important; padding:0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:150px!important; margin:100px 0 0 35px;}
.offcanvas-header .btn-close {padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: 0.5rem; margin-bottom: -0.5rem;}

.navbar-light .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E497A;
  padding:15px 2rem !important;
  margin:15px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 5px solid #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {color:#2A75BB!important; border-bottom: 5px solid #F49082;}

.navbar-toggler {border-color:#000!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.dropdown-toggle {border:0!important; background:#FFF; letter-spacing: -.5px;}
.dropdown-menu {background:#FFF; margin: -10px 0 0 20px!important; border: 1px solid #FFF!important; line-height: 2.15em;}
.dropdown-menu a {font-family: "Inter", sans-serif; font-weight: 500; font-size: 16px; color:#1E497A!important; text-decoration: none; text-transform: uppercase; padding-bottom: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.dropdown-menu a:hover {color:#2A75BB!important; text-decoration: underline!important; padding-bottom: 5px;}
.dropdown-item {font-size: .95em; color:#1E497A!important;}
.dropdown-item:hover {background:#F4FCFF; color:#2A75BB!important;}
.dd-pt {margin-top:-5px!important;}

.navbar-brand {/*height:100%; */z-index: 10; position: relative; top:0; margin:-115px 0 0 -5px;}
.navbar-brand img {
	height:180px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	/*top:fixed;
	margin: -6.5rem 0 0 50px!important;*/
}
.navbar-brand.js-scrolling img {
	height: 100px;
	margin-top:100px!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#1E497A!important;}
.nav-link:focus-visible {outline: none!important;}

.carousel-control-next, .carousel-control-prev {opacity: 1;}
.carousel-control-next-icon, .carousel-control-prev-icon {background-color: rgba(0,0,0,0.65); padding: 1rem 0; border:1px solid #FFF;}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #1E497A;
        outline-style: solid;
        outline-width: 2px;
        background-color: #1E497A;
        transform:	scale(1.25);
    }
}
button.carousel-control-prev:focus, button.carousel-control-next:focus {
 .carousel-control-prev-icon, .carousel-control-next-icon {
        border: solid white 2px;
        outline-color: #1E497A;
        outline-style: solid;
        outline-width: 2px;
        background-color: #1E497A;
        transform:	scale(1.25);
    }
}

.content-index {min-height: 350px; font-weight: 500; letter-spacing: -.5px;}
.content {min-height: 750px; font-weight: 500; letter-spacing: -.5px;}
.content a {color:#1E497A!important; font-weight: 800; text-decoration: none!important; text-transform: none!important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#2A75BB!important; text-decoration: none!important;}
.content a:focus {border:2px solid #2A75BB; color:#000;}
.content a:focus-visible {border:2px solid #2A75BB; color:#000;}
.btn-content {
	background-color:#1E497A;
	font-family: "Inter", serif;
	font-size:18px;
	font-weight: 400;
	text-align: center;
	text-shadow: none!important;
	letter-spacing: 0;
	color:#FFF!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #1E497A;
	padding:25px!important;
}
.btn-content:hover {
	background:#2A75BB;
	color:#FFF!important;
	cursor: pointer;
	border:2px solid #2A75BB;
	text-decoration: underline;
}
.btn-content:focus {border:2px solid #000;}
.btn-content:focus-visible {border:2px solid #000;}

.index-text {font-size: 20px; font-weight: 500; line-height: 1.8em; letter-spacing: -.25px;}
.intro-text {font-size: 18px; font-weight: 500; line-height: 1.8em; letter-spacing: -.25px;}

.bg-tagline {background-image: url("graphics/bg-tagline.jpg"); background-attachment: fixed; background-size: cover;}
.h2-tagline {font-size: 38px; color:#F49082!important; font-weight: 700; text-transform: none!important;}
.btn-tagline {
	background-color:#1E497A;
	font-family: 'Inter', sans-serif;
	font-size:20px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	color:#F3EDE9!important;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:5px solid #2A75BB;
	position: relative;
}
.btn-tagline:hover {
	background:transparent;
	color:#FFF!important;
	cursor: pointer;
	border:5px solid #F49082;
	text-decoration: underline;
}
.bg-tagline a {color:#FFF; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.footer {background:#f4fcff; font-family: "Inter", sans-serif; font-size: 17.5px; font-weight:500; color:#1E497A; letter-spacing: -.5px;}
.footer a {color: #1E497A; font-weight: 700; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #2A75BB; font-weight: 800; text-decoration: underline;}
.footer a:focus {border:2px solid #2A75BB; color:#1E497A;}
.footer a:focus-visible {border:2px solid #2A75BB; color:#1E497A;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 0 0 50px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.footer-fb {color:#2A75BB;}
.footer-fb a {font-size: 36px!important; color: #2A75BB; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-fb a:hover {color: #1E497A; text-decoration: none;}
.footer-fb a:focus {border:2px solid #000; color:#2A75BB;}
.footer-fb a:focus-visible {border:2px solid #000; color:#2A75BB;}

.bg-anchor {background:#1E497A; color:#FFF; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300; border-bottom: 4px solid #F49082;}
.bg-anchor a {color:#FFF; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#F49082; text-decoration:underline;}

.bg-anchor a {color:#FFF; text-decoration:underline; font-weight: 500; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#F49082; text-decoration:underline; font-weight: 800;}
.bg-anchor a:focus {border:2px solid #FFF; color:#2A75BB;}
.bg-anchor a:focus-visible {border:2px solid #FFF; color:#2A75BB;}
.bg-anchor ul {padding:0; margin:0; text-align:center!important;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#2A75BB; font-weight: 900; margin:0 10px;}
.bg-anchor ul li:last-child:after {content:'';}

.bg-callout {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(150)'><rect x='0' y='0' width='100%' height='100%' fill='%2319416fff'/><path d='M0 0h10v20H0zM30 0v10H10V0zM10 10h10v20H10zM40 10v10H20V10zM20 20h10v20H20zM50 20v10H30V20zM30 30h10v20H30zM20 30v10H0V30zM10 20v10h-20V20zM30-10h10v20H30z'  stroke-width='2' stroke='%231e497aff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed;}
.bg-callout a {color:#F49082!important; font-weight: 700; text-decoration: none; text-transform: none!important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-callout a:hover {color:#FFF!important; text-decoration: none;}
.bg-callout a:focus {border:2px solid #FFF; color:#F49082;}
.bg-callout a:focus-visible {border:2px solid #FFF; color:#F49082;}
.callout-icon {font-size:110px; color:#F49082;}
.callout-text {font-size: 16px; font-weight: 700; color:#fff; text-transform: uppercase; line-height: 1.5em;}
.callout-tagline {font-size: 24px; font-weight: 500; color:#fff; text-transform: uppercase; line-height: 1.65em;}
.btn-callout {
	background-color:#1E497A;
	font-family: "Inter", serif;
	font-size:20px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	letter-spacing: -.25px;
	color:#FFF!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #2A75BB;
}
.btn-callout:hover {
	background:transparent;
	color:#FFF!important;
	cursor: pointer;
	border:4px solid #F49082;
	text-decoration: underline;
}
.btn-callout:focus {border:2px solid #2A75BB;}
.btn-callout:focus-visible {border:2px solid #2A75BB;}

.bg-light {background:#F4FCFF;}

.sidebar {background:#FFF; border:2px solid #F49082; font-size: 18px; font-weight: 500;}

.bg-siding {background-image: url("graphics/bg-siding.jpg"); background-attachment:fixed;}
.siding-block {background:#FFF; border:1px solid #2A75BB; color:#1E497A; font-weight: 500; letter-spacing: -.5px;}
.siding-block-2 {background:#FFF; border:3px solid #F49082; color:#1E497A; font-weight: 500; letter-spacing: -.5px;}

/*.carousel-caption {font-size: 18px; font-weight: 500; line-height: 1.8em;}
.name {font-size: 18px; font-weight: 700; color:#1E497A; text-transform: uppercase;}*/
.carousel-item {color:#000!important; font-size: 18px; font-weight: 500; width:650px!important; margin:0 auto 50px auto; float:none; clear: both; overflow: hidden;}
section#testimonials .carousel-caption {position: static;}
.name {font-size: 18px; font-weight: 800; color:#1E497A; text-transform: uppercase;}
.carousel-indicators [data-bs-target] {background-color:#1E497A!important; height:10px; margin:0 6px;}

.icon {font-size:55px; color:#F49082;}

.box {background:#FFF; min-height: 310px!important;}

/*MAP*/
.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; height: 0; overflow: hidden;
border:4px solid #2A75BB;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END MAP*/


/*FORM*/
#form {
        width:100%;
        float:left;
		font-family: 'Inter', sans-serif;
}


form{
        width: 100%;
        }

legend {font-size: 16px; font-weight: 500; color:#000;}

fieldset{
        border: 0;
        padding:2.5% 0;
        clear: left;
		
        }
        
textarea, input, select{
        border-top:0;
		border-right:0;
		border-left:0;
		border:1px solid #767676;
        padding:2.5%;
        width: 100%;
		font-size: 16px;
        }

label{
        font-weight: 600!important;
		font-size: 100%;
		display: block;
        }       
        
textarea:focus, input:focus, select:focus{
        border: 3px solid #2A75BB;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

.submit {
	padding:2.5%!important;
	background:#1E497A; 	
	color:#FFF!important;
	font-family: 'Inter', sans-serif;
	font-size:2em;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing: -.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #1E497A;
}
/*.submit:hover {
	background-color:#000;
	color:#ccc!important;
	cursor:pointer;
	border:4px solid #000;
}*/
.submit:hover {background-color:#000; color:#FFF!important; cursor:pointer;border:2px solid #FFF; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px; border:4px solid #000;}
.submit:focus {border:2px solid #FFF; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
.submit:focus-visible {border:2px solid #FFF; outline-color: #000; outline-style: solid; outline-width: 4px; padding:4px;}
input {padding:7px!important;}
/*END FORM*/

@media (max-width: 1550px) {
.footer {font-size: 16px;}
.footer ul li:after {content:''; margin:0 0 0 25px;}
}

@media (max-width: 1399px) {
.navbar-brand {margin:-145px 0 0 -5px;}
.navbar-brand img {height:150px;}
.navbar-brand.js-scrolling img {margin-top:120px!important;}
.navbar-light .navbar-nav .nav-link {margin:0!important;}
.footer ul li:after {content:''; margin:0 0 0 10px;}
}

@media (max-width: 1199px) {
/*.offcanvas-header img {margin:135px 0 0 35px;}*/
.offcanvas-header img {display:none;}
.footer {font-size: 18px;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
.box {min-height: 320px!important;}
}

@media (max-width: 991px) {
.navbar-brand {margin:-300px 0 0 -5px;}
.navbar-brand img {height:225px;}
.navbar-brand.js-scrolling img {height: 100px; margin-top:275px!important;}
.offcanvas-header img {margin:300px 0 0 35px;}
.bg-top ul li {display:block;}
.bg-top ul li:after {margin:0;}
.navbar-light .navbar-nav .nav-link {margin:-10px 5px!important;}
.carousel-item {width:500px!important;}
li {margin:0 0 10px 0; line-height: 1.25em;}
.box {min-height: 0!important;}
}

@media (max-width: 767px) {
.navbar-brand {margin:-340px 0 0 -15px;}
.navbar-brand img {height:175px;}
.navbar-brand.js-scrolling img {margin-top:325px!important;}
.bg-anchor li {padding:12px 0;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
.carousel-item {width:375px!important;}
}

@media (max-width: 575px) {
.navbar-brand {margin:-385px 0 0 0;}
.navbar-brand img {height:135px;}
.navbar-brand.js-scrolling img {margin-top:360px!important;}
.offcanvas-header {padding: 15px 0 0 0!important;}
.bg-tagline {background-attachment: fixed; background-size: cover;}
.carousel-item {width:250px!important;}
ul {margin-top: -10px!important;}
}

@media (max-width: 480px) {
.navbar-brand {margin:-615px 75% 0 25%;}
.navbar-brand img {height:135px;}
.bg-top ul {text-align: center; padding:125px 0 0 0;}
.icon {font-size:30px; color:#F49082;}
}

@media (max-width: 375px) {
.navbar-brand {margin:-625px 83% 0 17%;}
.navbar-brand img {height:125px;}
.carousel-item {width:200px!important;}
.icon {font-size:25px; padding-top:15px!important;}
}

