@charset "utf-8";
/* CSS Document */
 
 body {
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
.page-header.md-shadow-z-1-i.navbar.navbar-static-top.oe-header {
    padding: 0 !important;
}
.extras {
	float: right;
}
.extras ul {
	margin: 0;
	padding: 0;
}
.extras ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}
 
.extras ul li a {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 22px;
    display: inline-block;
}  
.extras ul li a:hover {color:#fff; text-decoration:none;}
.nav2 li a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 1px 15px;
	font-size: 15px;
	border-right: 2px solid #fff;
	position: relative;
	margin-top: 12px;
}
.nav2 li p a:hover, .nav2 li p a {
	text-decoration: none;
	color: #00a0df;
}
.nav2 li:last-child a {
	border:0;
}
span.txt {
	padding: 0 19px;
}
a.brand img {
	max-width: 430px;
}
header {
	background: #fff;
	position: relative;
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: "Open Sans", sans-serif;
	padding: 25px 0 0;
	float:left;
	width:100%;	background: #006838;
	float:left;
	width:100%;    border-top: 6px solid #ffd700;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}
a.brand {
    padding-bottom: 25px;
    float: left;
} 
header nav {
	display: inline-block;
	width: 100%;
	text-align: center;
}
header ul.nav.navbar-nav {
	text-align: center;
}
header nav li {
	display: inline-block;
}
header .navbar-nav > li > a {
    display: block;
    line-height: 22px;
      padding: 12px 25px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    border-right: 0; 
    color: #006838; 
    font-weight: 600;
    text-decoration: none;
}
 
span.menutext {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 5px;
}
header nav li a:hover img {
	opacity:0.8;
}

header .navbar-nav > li:last-child > a {
	border:0;
}
div#nav-res {
	padding: 0;
}
header .dropdown-menu {
	position: absolute;
	width: auto;
	background-color: #000;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	border-radius:0px;
	line-height: normal;
	margin: 0;
}
header nav .container {
	position: static;
}
.fsNavLevel2 li {
	border-bottom: 1px solid #D3D3D3;
}
.nav-main .fsNavLevel2 li a {
	display: block;
	padding: 5px;
	color: #484848;
	background: transparent;
	font-size: 0.75em;
}
header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #23527c !important;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
header nav {
	position: relative;
	z-index: 9999;
}
 li.submenu:hover ul.dropdown-menu {
    display: block;
}

.extras ul li:hover ul {
    display: block;
}
header .dropdown-menu li {
    display: block;
}
nav {
	display: block;
	background: #fff;
	float: left;
	width: 100%;
}
#logo {
	max-width: 311px;
	margin-right: 0px;
	border-right: 0px solid #EEE;
}
#logo img {
	max-width:100%;
}
.navbar-default {
	background:#fff;
	border:0;
}
header .navbar-nav > li ul {
	display: none;
	position: absolute;
	background: transparent;
	border: 0;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}
header .navbar-nav > li ul li a {
	background: transparent;
}
header .navbar-nav > li:hover ul {
	display:block;
}
.navbar-default {
	margin-bottom: 0;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.dropdown-menu > li > a {
	padding: 8px 10px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	/* color: #000 !important; */
	margin: 0 !important;
	top: 100% !important;
}
.dropdown-menu > li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
 
	color: #fff !important;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.togglenav {
	display:none;
}
.page-header.navbar {
	background-color: transparent;
}
.contacts-info {
	padding-top: 0px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-align: left;
}
.mr-2 {
	margin-right: 2em !important;
}
header.sticky {
	transition:all ease 0.5s;
}
header.sticky.fixheader {
	position: fixed;
	top: 0;
	transition:all ease 0.5s;
	height: 82px;
}
header.sticky.fixheader #logo {
	height: 100%;
	float: left;
	height:77px;
	padding-top:5px;
	transition:all ease 0.5s;
}
header.sticky.fixheader #logo a {
	height: 100%;
	float: left;
	transition:all ease 0.5s;
}
header.sticky.fixheader #logo a img {
	height: 73px;
	transition:all ease 0.5s;
}
header.sticky #logo a img {
	transition:all ease 0.5s;
}
header.sticky.fixheader .navbar-default {
	background: transparent;
	border: 0;
}
header.sticky.fixheader .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo-mobile {
	display: none;
}
.corner {
	float: right;
	padding-top: 28px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.corner a.button.button-small.button-3d.header-button {
	color: #fff;
	background: #0f165f !important;
}
#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
}
#footer.dark, .dark #footer {
	background-color: #333;
	color: #CCC;
	border-top-color: rgba(0, 0, 0, 0.2);
	float: left;
	width: 100%;
}
footer#footer {
	padding: 30px 0 0;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #EEE;
	font-weight: 600;
}
ul.fnav {
	margin: 0;
	padding: 0;
}
ul.fnav li {
	list-style: none;
	float: left;
	width: 100%;
}
ul.fnav li a {
	color: #bfbfbf;
	font-size: 13px;
	padding: 5px 0;
	float: left;
	width: 100%;
}
ul.fnav li:first-child a {
	border-top: 0;
}
ul.fnav li:last-child a {
	border-bottom: 0;
}
header .navbar-nav > li > .dropdown-menu li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	position:relative;
}
header .navbar-nav > li > .dropdown-menu .dropdown-header {
	font-size:16px;
	background:#f0f0f0;
	color:#000;
	padding:0;
}
header .dropdown-menu {
	box-shadow: none;
	padding: 0px;
	border-top: none;
	z-index: 99999999;
}
header .navbar-nav > li > .dropdown-menu a {
	display: inline-block;
	width: 100%;
	border: none;
	text-align: left;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #d8d8d8;
	font-weight: 600;
	color: #036ecd;
	font-family: "Open Sans", sans-serif;
	border-bottom: 1px solid #ccc;
}
.super-mega-shadow {
	height: 1.1875rem;
	top: -0.5rem;
	width: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}
.navbar-nav > li > .dropdown-menu .dropdown-menu {
	left:100%;
	top:0;
	display:none;
	border-radius:0;
	width: 260px;
}
.navbar-nav > li > .dropdown-menu li:hover .dropdown-menu {
	display:block;
}
.nav-social a {
	display: block;
	text-decoration: none;
	border: 1px solid;
	background: transparent;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	margin-left: 10px;
}
.nav-social a:hover {
	border: 1px solid #004996;
	background: #004996;
	color: #fff;
}
.nav-social a span {
	line-height: 50px;
	font-size: 20px;
}
.nav-social {
	text-align: right;
}
footer.foot {
    padding: 50px 0;
    color: #fff;
    background: #484848;
    float: left;
    width: 100%;font-size: 16px;
    background: #006838;
}
.uk-margin-large-bottom {
    margin-bottom: 50px !important;
}
footer .uk-thumbnail-caption {
    color: #f1f1f1 !important; 
    padding-top: 4px;
    text-align: center;
}
footer .uk-thumbnail {
    background: #00452b !important;
    border: none !important;    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
	max-width:160px;
}
footer a {
	color: #fff;
	font-weight: 400;
}
footer a:hover {
	color:inherit;
	text-decoration:none;
}
footer.foot p {
	margin: 0 0 10px 0;
	line-height: normal;
}
.copyrights {
	float: left;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 15px;
}
 
footer.foot ul li {
	list-style:none;
}
footer.foot ul li a {
	padding:5px 0px;
	display:inline-block;
}
.text-gray {
	color: #444;
	font-weight: 600;
}
footer.foot ul li {
	list-style: none;
	padding: 0;
	display: inline-block;
	float: left;
	width: 100%;
}
footer.foot ul.socialmedia li {
	display: inline-block !Important;
	float: none !important;
	width: auto;
	padding: 0 5px;
}
.copyrights {
	float:left;
	width:100%;
	margin:20px 0
}
.logof {
	float:right;
	max-width:120px;
}
header ul.nav.navbar-nav .dropdown-menu.dropdown-mega {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    left: 0;    color: #fff;
	background: rgba(0,0,0,0.9);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25); 
}
header .navbar-nav > li > .dropdown-menu li:last-child a {
	border:0;
}
header .navbar-nav > li > .dropdown-menu .btn-primary-new {
	background: #00a0df;
	border-color: #00a0df;
	color:#fff;
	float:left;
	width:auto;
	margin-right:10px;
}
.border-right {
	border-right: 1px solid #ccc;
}
.dropdown-menu.dropdown-mega h2 {
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #004996;
	text-transform: none;
}
.dropdown-menu.dropdown-mega h4 {
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #004996;
	text-transform: none;
}
 
.fsNavLevel2 {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
 
 
ul.copyrightnav {
    text-align: right;
}
footer.foot ul.copyrightnav li {
	display: inline-block !important;
	float: none !important;
	width: auto;
	padding: 0 10px;
}
.uk-text-large {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
  .uk-dropdown p {
    color: rgba(255,255,255,0.7);
}
.uk-button {
    border-radius: 0;
    font-family: 'Cabin',sans-serif;
    padding: 5px 12px;
    margin-bottom: 15px !important;
    text-align: left !important;
    background-color: #006838 !important;
    color: #fff !important;
}
.uk-list {
    padding: 0;
    list-style: none;
}
header nav .uk-dropdown li a {
    color: rgba(255,255,255,0.7);border-top: 1px solid rgba(255,255,255,0.2);
}
.navleftgreen a {
    background: #006838;
    text-decoration: none;
    color: #fff !important;
    margin-bottom: 15px;
    border: 0 !important;
}
ul.uk-list.uk-list-space.uk-list-line li a {
    color: #bababa;
    padding-left: 0 !important;
}
header .navbar-nav > li > .dropdown-menu p.uk-text-large a {
    color: #fff;
    text-decoration:none;font-size: 20px;
    line-height: 26px;
    font-weight: normal;
	padding:0;
}
.thumbsf img {max-width:151px;}
footer a.uk-thumbnail:focus {
    outline: 1px solid #ffd700;
}
footer h3 {
    border-bottom: 1px solid #00452b;
    color: #dddddd;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
}
footer ul.footer-contact li span {
    padding-left: 15px;
    float: left;
}
footer li a:hover, footer li a:active, footer .social-media a:hover, footer .social-media a:active {
    color: #ffd700;
    text-decoration: none;
}
.uk-list {
    padding: 0;
    list-style: none;
}
footer li a:hover, footer li a:active, footer .social-media a:hover, footer .social-media a:active {
    color: #ffd700;
    text-decoration: none;
}
footer ul {
   margin-bottom: 35px;
    float: left;
    width: 100%;
}
footer ul.footer-contact li span.fa {
    padding-left: 0;
    margin-bottom: 20px;
    float: left;
    padding-top: 4px;
}
.copyrightz {float:left; width:100%;background-color: #00452b; 
 text-align:center;
    padding-top: 25px;
    padding-bottom: 25px;}
	.copyrightz a {
    color: #fff;
    padding: 0 50px;
    font-size: 30px;
}
.copyrightz a:hover {    color: #ffd700;
    text-decoration: none;
}
header .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #00452b;
}
.copyrightz p, .copyrightz p a {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
 @media (min-width: 768px) {
.navbar-nav>li {
 float: none;
 display: inline-block;
}
header ul.nav.navbar-nav {
 text-align: center;
 width: 100%;
}
}
 @media (min-width: 1025px) {
.aaa-header a.nav-link {
 color: #777;
 display: block;
 line-height: 20px;
 padding: 5px 0;
}
}
@media (max-width: 1475px) and (min-width: 1024px) {
.aaa-header .nav>li.dropdown.open>.dropdown-menu {
 padding-left: 50px;
}
}
@media (max-width: 1570px) and (min-width: 1024px) {
.aaa-header .navbar-right {
 margin: 0;
}
.aaa-header .aaa-header-links>li>a {
 margin-right: 5px;
}
.aaa-header .aaa-header-links>li>a {
 font-size: 15px;
 padding: 10px 0 0;
 font-weight: 200;
 display: inline-block;
 margin-left: 5px;
 margin-right: 15px;
 color: #fff;
 border: 0;
 letter-spacing: .5px;
}
.aaa-header .aaa-header-tabs>li>a {
 font-size: 14px;
 padding-left: 9px;
 padding-right: 9px;
}
}
@media (min-width: 1025px) {
 .aaa-header .nav-buttons {
 float: right;
 padding: 20px 0 10px;
}
.aaa-header-container {
 width: 95%;
 margin: 0 auto;
 height: 126px;
}
.drilldown .breadcrumb {
 display: none;
}
.aaa-header-container.loggedIn .nav-buttons, .aaa-header-container .user-avatar {
 right: 2.5%;
}
.collapsed-menu-close, #drilldown {
 display: none;
}
}
.logomobile {display:none;}
.logomobile img {
    padding-top: 0px;
    width: 125px;
}
@media only screen and (max-width: 991px) {
	.extras li {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    /* padding: 5px 0; */
    /* margin: 0; */
    /* background: #fff; */
}
.extras {display:none;}
.extras li a {
    margin: 0 !important;
    padding: 5px 0;
    /* background: #fff; */
}
	header {    border-top: 0;}
	.logomobile {display:block;}
	.logodesk {display:none;}
	footer.foot { 
    text-align: center;
}
.nav-social {
    text-align: center;
}
ul.copyrightnav {
    text-align: center;
}
 header ul.nav.navbar-nav .dropdown-menu.dropdown-mega {
display:none;
position:relative;
}
 span.formobile span {
 margin: 0;
}
span.dropdown-toggle.fa.fa-chevron-down.pull-right {
 margin: 0;
}
span.formobile {
 position: absolute;
 right: 12px;
 top: 10px;
    /* width: 30px; */
    /* height: 30px; */
    background: #ccc;
 line-height: 30px;
 text-align: center;
 padding: 10px;
 font-size: 16px;
 text-align: center;
 margin: 0;
 z-index:9999;
}
a.btn.btn-primary.btn-primary-new {
 margin-bottom: 10px;
}
header ul.nav.navbar-nav>li {
 padding: 0;
 position:relative;
}
 
 .togglenav {
display:block;
}
div#top-header .dropdown-menu.dropfirst {
 right: -10px !important;
 left: auto !important;
 width: 100% !important;
 min-width: 300px !important;
 max-width: 100% !important;
 position: absolute;
padding: 10px;
}
 .dropfirst p, .dropfirst p a {
 font-size: 14px;
 font-weight:500;
 font-family: "Open Sans", sans-serif;
 margin-bottom: 10px;
    /* float: left; */
    word-wrap: break-word;
}
div#top-header ul {
 float: right;
height: 40px;
 border-radius: 6px;
}
div#top-header .container {
 padding: 0 10px;
}
 a.brand img {
 max-width: 100%;
}
div#nav-res {
 display:none;
 width:100%;
 float:left;
padding: 0;
 width: 100%;
 position:relative;
 left: 0;
 top: 0;
 border-width: 0 1px 1px;
 border-style: solid;
 border-color: #ccc;
 -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
 box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}
 header ul.nav.navbar-nav li {
 display: block;
 width: 100%;
 float: left;
}
div#top-header {
 color: #000;
 background-color: #fff;
 padding: 15px 0;
 float: left;
 width: 100%;
 box-shadow: 0 0 4px #ccc;
}
 ul.nav2 {
 display: none;
}
 span.icome-menu {
 float: left;
}
span.icome-menu img {
 max-width: 40px;
}
 span.menutext {
 border-bottom: 0;
 padding-bottom: 0;
 float: left;
 margin-top: 5px;
 color: #036ecd;
 font-weight: bold;
 font-size: 13px;
}
 header .navbar-nav > li > a {
border-right:0;
}
header .navbar-nav {
 margin: 0;
}
header ul.nav.navbar-nav li a {
 border-bottom: 1px solid #ccc;
 padding: 10px 10px;
 float: left;
 width: 100%;
}
 
 ul.rs span {
display:none;
}
 .footer-global .container-footer {
 margin: 0 20px;
}
.banner-cta-text-phone {
 font-size: 21px;
 padding: 0 10%;
}
.togglenav {
 display: block;
 color: #fff;
 border:0;
 background: transparent;
 float: right;
 position: relative;
 top: 0px;
 right: 20px;
 width: auto;
 height: auto;
 line-height: 26px;
 border-radius: 2px;
 padding: 0px 10px;
 height: 40px;
 font-weight: 600;
 z-index: 99999999999;
}
button.togglenav .fa {
 font-size: 28px;
}
a.navbar-brand {
 padding: 0 !important;
}
a.navbar-brand {
 float: right;
}
.aaa-header .navbar-collapse {
 padding-top: 5px;
 border: 0 !important;
 margin-top: 14px;
position:relative;
 overflow-y: auto;
 max-height: 78vh;
}
 .togglenav {
display:block;
}
 .dropdown-menu-wrapper {
 display: table;
}
}
@media only screen and (min-width: 992px) {
 header ul.nav.navbar-nav>li {
 position: static;
}
 .togglenav {
display:none;
}
 .footer-global .footer-p {
 max-width: 660px;
 color:#fff;
}
 .footer-global .bottom-space {
 padding: 0 0 30px;
}
#base-footer .list-inline {
 text-align: right;
}
 .footer-global .container-footer {
 margin: 0 38px;
}
.font-e {
 font-size: 15px;
 line-height: 18px;
}
.footer-global .footer-list {
 display: inline-block;
 width: 200px;
 margin: 0 0 70px;
 padding-top: 0;
 vertical-align: top;
 border-top: 0;
}
.footer-global .footer-list {
 width: 200px;
 margin-right: 45px;
}
}
@media (max-width: 767px) {
.thumbsf { 
    margin-bottom: 20px;
    display: inline-block;
}
.copyrightz a {
    color: #fff;
    padding: 0 9px;
    font-size: 20px;
}
}
@media (min-width: 768px) and (max-width:992px) {
	.copyrightz a {
    color: #fff;
    padding: 0 19px;
    font-size: 18px;
}
header .nav > li > a {
padding: 10px 8px;
}
}
@media (min-width: 992px) and (max-width:1199px) {
 header .navbar-nav > li > a {
    padding: 10px 6px;
    min-width: auto;
    font-size: 16px;
}
header .container {
    width: 90%;
}
a.brand img {
    max-width: 305px;
}
}
@media (max-width: 480px) {
.banner-cta-phone {
 font-weight: 700;
 white-space: nowrap;
 margin-top: 10px;
 float: left;
 width: 100%;
}
}
@media (max-width: 1199px) {
	.uk-margin-large-bottom {
    margin-bottom: 50px !important;
    max-width: 100%;
}

}
