html {
  position: relative;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff url(../images/html_bg.jpg) repeat-x top center;
  background-size: 100% 60%;
}

body {
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 1rem;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	background: url(../images/header_bg.jpg) no-repeat;
	background-size: 100% 0%;
	text-rendering: optimizeLegibility;
}

header {
	padding: 0px !important;
	background: #066c97;
	color: #fff;
	border-bottom: 3px solid #1678AF;
	margin-bottom: 80px;
}

section {
	padding: 40px 0px;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }

h1.mainpage {
	font-size: 1.45rem;
	margin-bottom: 1rem;
	font-weight: normal;
}
h2.mainpage {
	font-size: 1.5rem;
	font-weight: normal;
}

article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  /*background-color: #fff;*/
  /*border-radius: .25rem;*/
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar {
	padding: unset;
}
.top-bar {
	padding: 10px 0px 10px;
	background-color: #044d6c;
	height: 47px;
}
.logo-main {
	max-height: 120px;
	position: absolute;
	top: 10px;
}
.extra-links, .social-share {
	display: inline-block;
	margin: 0px;
}
.extra-links li, 
.social-share li {
	display: inline-block;
	margin: 0px;
}
.extra-links a, 
.extra-links li a, 
.social-share li a {
	color: #fff;
}
.extra-links li a {
	padding: 0px 12px;
}
.social-share li a {
	padding: 0px 5px;
	font-size: 1em;
}
.megamenu {
	position: static;
}
.megamenu .dropdown-menu {
	background: none;
	border: none;
	width: 100%;
}


#banner {
  border: 1px solid #09c;
  background: #abd2f9;
}
#banner h2 {
	font-size: 1.5rem;
}
#banner .banner-content {
  border: 3px solid #fff;
  min-height: 280px;
  background: #abd2f9 url(../images/banner.jpg) no-repeat top right;
  background-size: 100% 100%;
}
#banner .banner-content .info {
  max-width: 460px;
}
#banner .banner-nav {
  position: absolute;
  right: 30px;
  bottom: 10px;
}
#banner .banner-nav li {
  display: inline-block;
  margin: 5px 3px 0 3px;
  cursor: pointer;
}
#banner .banner-nav li span {
  padding: 37px 5px 0 5px;
  background: url(../images/icons.png) no-repeat top center;
    background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  display: block;
}
#banner .banner-nav li span#mission {
  background-position: 50% -180px;
}
#banner .banner-nav li span#journey {
  background-position: 50% -240px;
}

.sidebanner {
  border: 1px solid #09c;
  background: #abd2f9;
}
.sidebanner.yellow {
	border: 1px solid #6f6f06;
	background-color: #f6f5bc;	
}
.sidebanner.green {
	border: 1px solid #6f6f06;
	background-color: #b5f5a8;
}
.sidebanner h2 {
	font-size: 1.3rem;
	text-align: center;
}
.sidebanner .form-inline {
	display: inline-block;
}
.sidebanner .banner-content {
	border: 3px solid #fff;
}
.sidebanner ul {
	margin: .3em .3em .6em 1em;
	padding: 0 0 0 1em;
}
.sidebanner  ul li {
	margin: 0;
	padding: .4em 0 .2em 0;
	font-size: .8em;
	line-height: 1.1em;
}
.sidebanner ul li i {
	margin: .3em 0 0 0;
	color: #333;
}
.sidebanner ul li a.phone {
	font-weight: bold;
}
.sidebanner .fa-li {
	top: 0.44285714em;
}


.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.carousel-item.active {
  display: block;
}

.float-sm-right {
  float: right !important;
}


#ewgzip {
	display: inline-block;
	width: 60%;
}

.category-article {
	padding: 15px;
	border: 1px solid blue;
	border-radius: 4px;
	background: #fff;
	color: #000;
}
.category-article h2 {
	font-size: 1.1rem;
	display: block;
	width: 100%;
}
.category-article h2 a {
	float: right;
	font-size:14px;
	padding: .1rem .5rem;
}
.category-article p {
	background: #f7f7f1;
	border-radius:4px;
	margin-top: 10px;
	padding:10px;
}

.article h1 { font-size: 1.50rem; }
.article h2 { font-size: 1.25rem; }



article.guide { }
article.guide h1 {
	width: 100%;
	font-size: 1.5rem;
}
article.guide h2 {
	width: 100%;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 20px 0px;
}
article.guide h3 {
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
}
article.guide section {
	padding: 10px 0px;
}


.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1.5rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}




.contact-form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control {
    border-radius:1rem;
}
.contact-form form {
    padding: 40px 5%;
}
.contact-form form .row {
    margin-bottom: -7%;
}
.contact-form h3 {
    margin-bottom: 40px;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 30%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.contact-form .btnContact:hover {
    background: #36960a;
}

.explore h3 {
     font-size: 1.25rem;
}

footer.container-fluid {
	padding: 0px;
}
footer .mainfooter {
	padding: 30px 0px !important;
	background: #066c97;
	color: #fff;
}
footer .subfooter {
	color: #fff;
	background-color: #044d6c;
	padding: 10px 0px 10px;
}
footer .subsubfooter {
	color: #626161;
	background-color: #000;
	padding: 10px 0px 10px;
	font-size: 0.8rem;
}
footer .mainfooter h3 {
	font-size: 1.5rem;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: yellow;
}
.mobileshow {
	display: none;
}


@media only screen and (max-width:993px){
	header {
		margin-bottom: 40px;
	}
	h1.mainpage {
		font-size: 1.25rem;
		margin-bottom: 1rem;
		font-weight: 500;
	}
	h2.mainpage {
		font-size: 1.23rem;
		font-weight: 600;
	}
	h3.mainpage {
		font-size: 1.25rem;
	}
    .top-bar{
        height:auto !important;
    }
	.navbar {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
		top: 0;
		border-width: 0 0 1px;
		background: #066c97;
	}
	.navbar.py-4 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	.navbar-nav li { 
		padding-left: 1rem !important;
	}
	.navbar-nav .dropdown-menu {
		max-width: 96% !important;
	}
	.logo-main {
		max-height: 55px;
		top: 0px;
	}
	#banner .banner-content {
		border: 3px solid #fff;
		min-height: 300px;
		background: #abd2f9 url(../images/banner-light.jpg) no-repeat top right;
		background-size: 100% 100%;
	}
    .mobilehide{
        display:none;
    }
	.mobileshow {
		display: block;
	}
    .mobilefull{
        width:100% !important;
        text-align:center;
    }
	.mobileshrink, .mobileshrink p {
		padding: 0;
		margin: 0;
	}
	.container.article {
		padding-left: 10px;
		padding-right: 10px;
	}
	.article h1 {
		font-size: 1.25rem;
		font-weight: 700;
	}
	.article h2 {
		font-size: 1.15rem;
	}
	.article h3 {
		font-size: 1.05rem;
		font-weight: 700;
	}
	.contact-page .my-5 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.contact-page .fa-5x {
		font-size: 1.25em !important;
	}
	.contact-page .row.mt-5 {
		margin-top: 1.25rem !important;
	}
	.contact-page h4.mb-5 {
		margin-left: 6px;
		margin-bottom: 0 !important;
		display: inline-block;
	}
	.contact-page .card-body p {
		font-size: 1.3rem;
	}
	.contact-page .btnContact {
		width: 100%;
	}
	#guideModal h4.modal-title {
		font-size: 1.4rem;
	}
	article.guide h1 {
		font-size: 1.25rem;
		font-weight: 600;
	}
	article.guide h2 {
		font-size: 1.15rem;
	}

}


@media only screen and (min-width:992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: 1.5rem;
	}
}

