html{
	position:relative;
    -webkit-text-size-adjust: none; 
}
a:link, a:visited{
	color:#0e4594;
}
a:hover, a:focus{
	color:#1b6ce0;
}
.clear{
	clear:both;
}
.nowrap{
	white-space:nowrap;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight:400;
	color: #424242;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	position:relative;
	overflow-x: hidden;
}
/*start animated background*/
.bg_animate {
    -webkit-animation: bg_change 60s infinite;
    animation: bg_change 60s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes bg_change {
    0% {
        background-color: #75df84
    }

    25% {
        background-color: #b9df75
    }

    50% {
        background-color: #d0e973
    }

    75% {
        background-color: #9cd4f8
    }

    100% {
        background-color: #ce9bff
    }
}
/*end animated background*/
a {
	transition:all .2s;
}
a.icon .fa{
	color:#0c325f;
	margin:0 3px;
}
ul.nolist{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
ul.nolist li{
	margin-bottom: 4px;
}
a.icon:hover .fa, a.icon:focus .fa{
	color:#000;
}
a i{
	position:relative;
	margin-right: 5px;
	text-decoration:none !important;
}
td a {
    display: block;
    width: 100%;
	color:#000 !important;
	padding: 8px;
	text-decoration: none;
}
placeholder{
	font-style:italic;
}
div + h2{
	clear:both;
	padding-top:30px;
}
p{
	margin:12px 0;
}
p, .ul135 li{
	line-height:1.35em;
}
p:empty{
	display:none;
}
.screen-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
h1 {
    font-size: 2.5em;
    font-weight: 200;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 .75em;
	transition:all .5s;
}
h2 {
	font-size: 1.75em;
	font-weight:400;
	color:#000;
	margin:0 0 20px;
}
p + h2{
	margin-top:20px;
}
h3 {
	font-size: 1.5em;
	font-weight: 700;
	color:#333;
	margin: 0 0 10px;
	line-height: 1.35em;
}
.panels h3 {
	border-left: 5px solid #ed1c24;
	padding-left: 7px;
}
.pages .panels h3 {
	border-left: unset;
	padding-left: unset;
}
h4 {
	font-size: 1.25em;
	font-weight:700;
	color:#222;
}
h2 span, h3 span, h4 span{
	font-weight:normal;
}
h1 span{
	font-weight:400;
	font-size:.5em;
}
.block{
	display:block;
	clear:both;
	overflow:hidden;
}
.shadow{
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);*/
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.32);
}
a.status, a.envelope{
    color: #fff !important;
    text-decoration: none;
    position: relative;
    border-radius: 21px;
	background: #003660;
    padding: 8px;
	width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
	text-align: center;
	border:2px solid;
	border-color: transparent;
}
.status img{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -14px;
}
.close_drawer{
    color: #fff !important;
    text-decoration: none;
    border-radius: 21px;
    background: #000;
	background: rgba(0, 0, 0, 0.78);
    padding: 8px;
	width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
	text-align: center;
	border:2px solid;
	border-color: transparent;
	z-index:1;
	position: absolute;
    left: 5px;
    top: 5px;
}
.close_drawer:before {
    font-size: 22px;
    position: relative;
    font-family: Icofont;
    content: "\eee1";
    top: 0;
    left: -1px;
}
.lbl_right_settings {
    position: relative;
    padding: 5px 20px 5px 55px;
    border-radius: 25px;
    background: #b6ea46;
    overflow: hidden;
    color: #000;
	margin-top:5px;
	height:40px;
}
.lbl_right_settings span{
	top:7.5px;
	position:relative;
	font-weight:600;
}
.envelope:before, .status:before{
    font-size: 21px;
	position:relative;
    font-family: Icofont;
}
.envelope:before{
	content:"\ef14";
	bottom: 3px;
}
/*.status:before{
	content:"\ed01";
	bottom:4px;
}*/
.envelope.env_open:before{
	content:"\ef13";
	bottom: 3px;
}
.top_status_bar{
	margin:0;
	padding:0;
	display:inline-block;
	float:right;
	list-style:none;
	position:relative;
	top:8px;
}
.top_status_bar li{
	display:inline-block;
	float:left;
	margin: 0 0 0 16px;
}
.noti_dot{
	position: absolute;
    top: -5px;
    left: -12px;
    padding: 5px 7.5px 8px 5.5px;
    background: #f00;
    border-radius: 16px;
    font-size: 12.5px;
    width: 13px;
    height: 13px;
    font-weight: 600;
	color:#FFF !important;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
}
a.status:hover, a.status:focus, a.envelope:hover, a.envelope:focus, a.close_drawer:hover, a.close_drawer:focus{
	color: #777 !important;
    background: #fff;
	border-color: #777
}

/*icon links*/
.iconlink:before{
    font-family: Icofont;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    font-size: 1.15em;
    top: 0px;
    line-height: .5em;
    text-decoration: none !important;
}
.iconlink.rounded:before{
    background: #13181d;
    padding: 15px 10px;
    color: #fff;
    font-weight: 400 !important;
    border-radius: 20px;
    font-size: 20px;
	margin-bottom: 4px;
}
@media (max-width:685px){
.iconlink.rounded:before{
    border-radius: 20px;
    font-size: 18px;
}
}
.iconlink.bell:before{
	content:"\eea3";
}
.iconlink.tasklist:before{
	content:"\ed37";
	font-weight:700;
}
.iconlink.twitter:before{
	content:"\ed7a";
	font-weight:700;
}
.iconlink.facebook:before{
	content:"\ed37";
	font-weight:700;
}
.iconlink.youtube:before{
	content:"\ecbb";
	font-weight:700;
}
.iconlink.insta:before{
	content:"\ed46";
	font-weight:700;
}
.iconlink.linked:before{
	content:"\ed4d";
	font-weight:700;
}
.iconlink.mouse:before{
	content:"\ea49";
	font-weight:700;
}
.iconlink.video:before{
	content:"\ecb4";
	font-weight:700;
}
.iconlink.phone:before{
	content:"\efec";
    content:"\ea36"; /*headsets*/
}
.iconlink.email:before{
	content:"\ef14";
}
.iconlink.law:before{
	content:"\ebc7";
}
.iconlink.shield:before{
	content:"\efe6";
}
.iconlink.copyright:before{
	content:"\eef3";
	/*transform: scaleX(-1); flips horizontal*/
}
.iconlink.linkedin:before{
	content:"\ed4d";
}
.iconlink.close:before{
	content:"\eedd";
}
.iconlink.previous:before{
	content:"\ea9d";
	margin-right:0;
}
.iconlink.previous{
	padding-left:8px;
	border-radius: 20px 3px 3px 20px;
}
.iconlink.close{
	float:right;
}
/*.footer .iconlink:before{
	color:#fae774;
}*/
.iconlink:after{
	font-family:Icofont;
    position: relative;
    display: inline-block;
    font-weight: 400;
    top: 3px;
    font-size: 1.5em;
    line-height: .5em;
	text-decoration:none !important;
}
.iconlink.next:after{
	content:"\eaa0";
}
.iconlink.next{
	padding-right:8px;
	border-radius: 3px 20px 20px 3px;
}
.iconlink.next.solo, .iconlink.previous.solo{
	border-radius:20px;
}
.iconlink.rarrow:after{
	content:"\eaa0";
}
.iconlist{
	margin:0;
	padding:0;
	list-style:none;
	color: #0e4594;
}
.iconlist li{
	margin:7.5px 0;
}
/*end icon links*/
.m_top10{
	margin-top:10px !important;
	clear:both;
}
.m_top15{
	margin-top:15px !important;
	clear:both;
}
.m_top25{
	margin-top:25px !important;
	clear:both;overflow: hidden;
}
.m_top50{
	margin-top:50px !important;
	clear:both;
}
.m_bottom25{
	margin-bottom:25px !important;
	clear:both;
}
.font_smaller{
	font-size:.95em;
	font-weight:400;
	line-height:1.35em;
}
.page-intro{
	font-size: 1.2em;
    font-weight: 300;
    line-height: 1.425em !important;
    color: #292929;
}
.page-intro a{
	text-decoration:none;
}
.panels .page-intro{
	margin-bottom:20px;
}
.pop_body .page-intro {
    font-size: 1.15em;
	font-weight:700;
    margin-bottom: 5px !important;
    text-align: left;
}
.font_small{
	font-size:.8em !important;
	font-weight:400;
	line-height:1.35em;
}
.border{
	border:1px solid;
}
.ul-0 li {
	margin-bottom: 5px
}
.ul-10 > li {
	margin: 5px 0
}
.ul-10 > li ul {
	margin-top: 5px;
}
.ul-20 > li {
	margin: 10px 0
}
.ul-20 > li ul li:first-of-type {
	margin-top: 5px ;
}
.ul-10 li:first-of-type {
	margin-top: 10px
}
/*page loading-----*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.pre_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/_img/loading_2.gif) center no-repeat #fff;
}
/*end page loading-----*/



.bottom_nav {
    clear: both;
    text-align: center;
}
.bottom_nav p{
	display:inline-block;
}
a.button, button{
    padding: 8px 13px;
    font-weight: 400;
    margin: 10px 0 0;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all ease-in-out .12s;
    border: none;
    border-color: transparent;
    display: inline-block;
    color: #e8e8e8;
    background: #000;
    font-size: .95em;
}
a.button.b10, button.b10{
	border-radius: 10px;
	margin: 0;
}
.regform a.button, .regform button{
	margin:10px 1px 0;
	float:left;
}
a.button.hollow, button.hollow {
    color: #005682;
    background: none;
    border-color: #005682;
}
a.button:hover, a.button:focus, button:hover, button:focus{
	background: #063;
}
a.button.hollow:hover, a.button.hollow:focus, button.hollow:hover, button.hollow:focus{
	background: #005682;
	color:#FFF;
}
.txt_label{
    display: inline;
    padding: 2px 0 !important;
    border: none !important;
    clear: none !important;
    position: relative;
    margin: 0 !important;
	background:#FFF !important;
}
.regform ul, .regform ol{
	margin:0;
	padding:0;
}
.regform li{
	margin-left:25px;
	padding-left:0;
}
.regform {
	clear: both;
	padding-bottom: 5px;
	margin: 0 auto 20px;
	font-size:.95em;
	overflow:hidden;
} 
*{
	outline:none !important;
}
.regform select, 
.regform input[type="text"], 
.regform input[type="email"], 
.regform input[type="password"], 
.regform textarea,
.regform input[type="tel"],
.regform input[type="submit"],
.regform input[type="number"] {
	width: calc(100% - 2px);
	border: 1px solid;
	border-radius:20px;
	border-color: #CCC;
	box-sizing:border-box;
	float: left;
	margin-top: 1px;
	clear: both;
	padding: 10px;
	clear:both;
	overflow:hidden;
	font-size:1em;
	-webkit-appearance:none;
}
.regform select{
	padding-right:40px;
	position:relative;
	background:url(/_img/bg-select.png) no-repeat right 15px top 5px #FFF;
	/*border-radius:20px 0 0 20px;*/
	/*-webkit-appearance:menulist;*/
}
.regform label {
	float: left;
	margin: 20px 0 5px 5px;
	display: block;
	color:#000;
	clear:both;
}
.regform label.inline{ //inline should be wrapped in a div
	display:inline-block !important;
	float:left !important;
	clear:none !important;
}
.regform label.inline:first-of-type{
	clear:both !important;
}
.regform.loginform{
    width: 90%;
    max-width: 400px;
	position: relative;
    z-index: 3;
}
.regform.loginform label{
	/*font-weight:400;*/
}
.regform.loginform fieldset{
	border:none;
	background: rgba(255, 255, 255, 0.91);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
	width: 83%;
	width: calc(100% - 55px);
    margin: 20px auto;
	border-radius:20px;
}
.regform.loginform input{
	border-color: transparent;
	border-color: rgba(0, 0, 0, 0.19);
}
.regform.loginform legend {
	background: none; 
	border: none; 
	left: 0; 
	padding: 0; 
    font-size: 1.15em;
    font-weight: 700;
    position: relative;
    top: 23px;
    margin: 9px 0 0;
}
.regform.loginform .alert{
    top: -5px !important;
    margin-bottom: 9px !important;
	border-radius:20px;
}
.regform.loginform .alert .responsive{
	width:100%;
}
p + label{
	margin-top:10px !important;
}
.page-intro + label{
	margin-top:0 !important;
}
.regform label span{
	font-weight:400;
}
.regform p{
	clear:both;
	overflow: hidden;
	margin: 10px 0 10px 5px;
	line-height: 1.25em;
}
.regform input.error, .regform select.error, .regform textarea.error {
  border:1px solid #CCC;
}
.regform label.error{
	color:#FB3A3A;
}
.regform fieldset {
	padding: 15px 20px 20px;
	border: 1px solid #CCC;
	clear: both;
	border-radius:2.5px;
}
.regform legend {
	background:#f7f7f7;
    border-radius: 3px;
	border: 1px solid #CCC;
    left: 8px;
    padding: 8px 15px;
	margin-top:2px;
	font-size:1.15em;
	font-weight:700;
}
.regform input[type=submit], .regform input[type=reset] {
    padding:10px; 
    background-color: #114d6b;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	font-weight:700;
	color:#FFF;
	display:inline-block;
	width:auto;
	margin: 15px 10px 0 0;
	border-radius:3px;
}
.regform #button:hover, .regform #button:focus {
	outline:solid !important;
}
.regform input:focus, .regform textarea:focus, .regform select:focus{
	background-color:#e4fafd;
	border-color:#65a0c3;
}
.regform textarea{
	font-family: "Muli", Helvetica, Arial, sans-serif;
}
.regform .radio{
	clear: both;
	position:relative;
    padding: 5px 0 5px 29px;
	overflow:hidden;
	margin-top:0;
}
.regform .radio label{
	margin:0;
	display:inline-block;
	float:left;
}
.regform .width75px{
	width:75px !important;
}
.regform .width200px{
	width:200px !important;
}
.regform input[type=radio], .regform input[type=checkbox]{
	position: absolute;
    top: 5px;
    left: 4px;
    margin: 0;
    width: 18px;
    height: 18px;
}
input[type=radio]:focus, input[type=checkbox]:focus{
	outline: ridge #3381a5 !important;
}
.width100{
	width:100% !important;
}
.width50{
	width:50% !important;
}
.width60px{
	width:60px !important;
}
div.double:first-of-type, div.tripple:first-of-type{
	clear:both;
}
div.double{
	width:49%;
	float:left;
	margin-right:2%;
}
div.double:nth-of-type(2n + 2){
	margin-right:0;
}
div.tripple{
	width:32%;
	float:left;
	margin-right:2%;
}
div.tripple:nth-of-type(3n + 3){
	margin-right:0;
}
.regform div.short_wide .double:first-of-type{
	width:60px;
}
.regform div.short_wide .double:nth-of-type(2){
	width:calc(98% - 60px);
}
@media (max-width:800px){
	.width50{
		width:100% !important;
	}
	div.double, div.tripple{
		width:100% !important;
		clear:both;
		float:none;
		margin-right:0 !important;
	}
}
/*end forms----*/
*{
	outline:none !important;
}
.hide{
	display:none !important;
}
.fa.before, .fa.after{
	display:inline-block;
}
.fa.before{
	margin-right:5px;
}
.fa.after{
	margin-left:5px;
}
html{
	position:relative;
	overflow-x: hidden;
}
.quote, .slides li p.quote {
    margin: 0 0 25px;
    font-size: 1.3em;
    font-style: italic;
    font-family: Georgia, "Times New Roman", arial;
    padding-left: 35px;
}
.quote:before{
	content: "\201C";
    font-size: 60px;
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
}
.quote:after{
content: "\201D";
    font-size: 60px;
    position: relative;
    top: 25px;
    right: 0px;
    display: inline;
    line-height: 0;
}
.author{
	line-height:1.25em !important;
	text-align: right;
	font-size:1em;
}
.author:last-of-type{
	border-bottom:none;
	padding-bottom:0;
}
.killink{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
h1 + .page-intro{
	margin-top:-17px;
}
.page-intro + p{
	margin-top:25px;
}
.profile_img {
    top: 40px;
    position: absolute;
    bottom: 0;
    right: -595px;
    border-radius: 3px;
	width:930px;
}


.fright{
	float:right;
	margin:0 0 10px 10px;
}
button + .fright{
	padding-top:15px;
}

/*pop out--------------------------------------*/
.right_out{
	position:fixed;
	display:block;
	z-index:2000;
	top:0;
	padding:0 0 0 40px;
	right:-415px;
	width:450px;
	max-width:90%;
	box-sizing:border-box;
	transition:all .35s ease-out;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	overflow-y: auto;
	/*overflow: visible;*/
}
.pop_body{
	background: #FFF;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
	padding: 3px 10px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 27px 0 0 27px;
	transition:all .5s;
}
.pop_body h4 {
    color: inherit;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 1em;
}
.show_right{
	right:0;
	position:fixed;
	z-index:2003;
}
.show_right .pop_body{
	    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.29);
}
.frm_open{
    /*transform: rotate(-90deg);*/
    position: absolute;
    left: 0;
    top: 143px;
    width: 40px;
	height:40px;
	box-sizing:border-box;
    display: block;
    background: #c5141b;
    color: #fff !important;
    padding:5px 12px;
    text-decoration: none;
    transition: all .25s;
    font-weight: 300;
	z-index:-1;
	border-radius: 24px 0 0 24px;
}
.frm_open:before{
    right: 2px;
    top: 0px;
    font-size: 1.25em;
	font-family:FontAwesome;
	content:"\f05a"; /*info*/
} 
.show_right .frm_open:before{
	content:"\f08b";
}
.frm_open:hover,.frm_open:focus{
	background: #191919;
}
.frm_open i{
    font-size: 20px;
}
.top.over.mini + .right_out .frm_open{
	display:block;
}
/*top-----------------------------------------*/
.top{
	width: 100%;
	display: block;
	height: 60px;
    z-index: 3;
	position: relative;
	transition:all .5s;
}
body.hpge .top{
	position: absolute;
    background: none;
	top:0;
}
body.pages .top{
	background: #fff;
	box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.13);
}
.logo a {
	text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 10px 10px 0;
    z-index: 2;
    /* background: #003660; */
    /* border-radius: 0 0 7px 7px; */
    /* box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.55); */
    /* color: #FFF; */
    /* height: 75px; */
    box-sizing: border-box;
    font-weight: 400;
}
.logo a:hover, .logo a:focus{
	/*background:#0a3345;*/
}
.logo{
	width: 200px;
    height: 72px;
    display: inline-block;
    z-index: 5;
    position: relative;
    top: 0;
    font-weight: 700;
}
.logo img{
	position:relative;
	width:100%;
}
.logo.logow{
	color:#FFF;
}
.slogan {
    position: relative;
	display:block;
	clear:both;
	margin-top:5px;
    letter-spacing: .075em;
    font-weight: 400;
    font-size: 13.5px;
    box-sizing: border-box;
}
/*scroll to top-----------------------------------------*/
.btt {
    /*display: inline-block;*/
	display:none;
    font-weight: 300;
    padding: 2px 8px 4px;
	box-sizing:border-box;
	border-radius:2.5px;
}
.btt .fa{
	font-size: 20px;
    position: relative;
    top: -1px;
	padding:0;
	margin:0;
}
.btt:focus, a.btt:hover{
	background: none;
}
.btt:focus:before, .btt:hover:before{
	color:#005194 !important;
}
#topcontrol a:link, #topcontrol a:visited {
	/*color: #ed1c24;*/
	color:#5f5f5f;
	text-decoration: none;
	font-weight: 300;
}
#topcontrol{
	z-index:2002 !important;
	bottom:5px !important;
	right:5px !important;
}
/*hero--------------------------------------------------*/
.hero_panel{
	height: calc(100vh - 35px);
	height: calc((var(--vh, 1vh) * 100) - 35px);
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:35px;
}
.hero_container .responsive{
	bottom:0;
	position:absolute;
	width:100%;
}
/*end hero---------------------------------------------*/
.panels{
	padding:55px 0;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
}
.panels.alerts{
	padding:0;
}
.panels.tall{
	padding:65px 0;
}
.gradient_grey{
	/*background: linear-gradient(to bottom, rgb(220, 220, 220), 30%, rgb(255, 255, 255));*/
	background: linear-gradient(to top, rgb(206, 206, 206), 5%, rgb(255, 255, 255));
}
.panels:nth-of-type(even){
	background-color: #f6f6f6;
	transition:all .5s;
}
.panels.blue{
    background:#477694;
    color: #FFF;
}
.panels.blue .page-intro, .panels.blue h2, .panels.blue a{
	color:#FFF;
}
.panels:last-of-type{
	padding-bottom:60px;
}
.panels p, .ul675 li{
	line-height:1.6em;
}
.panels .bar p{
	padding-left:13px;
}
.paddleft{
	padding-left:calc((100%/3) + 10px);
}
.paddright{
	padding-right:calc((100%/3) + 10px);
	position:relative;
}
.img_right{
    min-height: 275px;
}



.parallax1.touchdevice{
	background-position:center top 0px !important;
    background-attachment: initial !important;
}
.hero-overlay {
    width: 100%;
    position: absolute;
    left: 0;
}
.hero-overlay.ftop{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 6%, rgba(0, 0, 0, 0.738) 29%, rgba(0, 0, 0, 0.591) 38%, rgba(0, 0, 0, 0.392) 47%, rgba(0, 0, 0, 0.298) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	top:0;
	height: 257px;
}
.hero-overlay.fbottom{	
	background: linear-gradient(to top, black -25%, rgba(0, 0, 0, 0.738) 23%, rgba(0, 0, 0, 0.541) 47%, rgba(0, 0, 0, 0.382) 59%, rgba(0, 0, 0, 0.278) 69.5%, rgba(0, 0, 0, 0.194) 75%, rgba(0, 0, 0, 0.126) 82%, rgba(0, 0, 0, 0.075) 87.2%, rgba(0, 0, 0, 0.042) 89.1%, rgba(0, 0, 0, 0.021) 94%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	bottom: -1px;
	height:200px;
}
.hero-text{
	position:absolute;
	top:200px;
	left:0;
	width:100%;
	z-index:9;
	text-align:left;
	font-weight:300;
	color:#012d6b;
}
.hero-text h1{
	color:#FFF;
    margin-bottom: 0;
} 
.hero-text p {
    margin: 0;
    text-align: center;
    font-size: 39px;
}
.responsive {
	width: 1550px;
	margin: auto;
	padding: 0 10px;
	position: relative;
	box-sizing:border-box;
	clear:both;
}
.footer{
	background: #13181d;
    height: 75px;
    position: relative;
    padding: 20px 0 10px;
    font-size: .875em;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}
.footer a, .footer{
	color:#757575 !important;
	text-decoration:none;
}
.footer a:hover, .footer a:focus{
	text-decoration:underline;
	color:#EEE !important;
}
.footerlinks li{
	margin:0 10px 5px 0;
	display:inline-block;
}
/*.footerlinks li:last-of-type{
	padding-left:15px;
	border-left:1px solid;
}*/
.footerlinks{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_logo{
	width:180px;
	float:right;
	margin:0 0 0 10px;
	opacity:.25;
	transition:all .25s ease-in;
}
.footer-items{
	width:calc(100% - 200px);
	float:left;
}
.footer_logo:hover{
	opacity:.75;
}
.footer_logo img{
	top:18px;
	position:relative;
}

/*boxes----------------------------------------------*/
.itembox .avatar {
    display: block;
    width: 52px;
    position: relative;
	float:right;
	border-radius: 32px;
    padding: 6px;
}
.bluegrey{
    background: #607D8B !important;
}
.passionfruit{
    background: #E91E63 !important;
}
.ocean{
    background: #4f9ddb;
}
.electic{
    background: # !important;
}
.mango{
    background: #df9e00 !important;
}
.kiwi{
    background: #438912 !important;
}
.mundum{
    background: # !important;
}
.midnight{
    background: #000f60 !important;
}
.itembox{
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 10px;
    background: #FFF;
    min-height: 120px;
    /*box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);*/
	box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.55);
	border-radius: 7px;
	transition:all .5s;
}
.itembox h3, .itembox h4{
	margin:0;
}
.itembox h3 + p, .itembox h4 + p{
	margin-top:7.5px;
}
.two-col .itembox {
	width:calc((100% - 10px) / 2);
}
.three-col .itembox {
	width:calc((100% - 20px) / 3);
}
.four-col .itembox {
	width:calc((100% - 30px) / 4);
}
.two-col .itembox:nth-of-type(2n + 2), 
.three-col .itembox:nth-of-type(3n + 3), 
.four-col .itembox:nth-of-type(4n + 4){
	margin-right:0;
}
.itembox.icon i{
	position:absolute;
	top:-5px;
	left:0;
	font-size:50px;
	color:#000;
}

@media screen and (max-width: 1010px) {
.four-col .itembox {
	width:calc((100% - 20px) / 3);
}
.four-col .itembox:nth-of-type(4n + 3){
	margin-right:0;
}
.four-col .itembox:nth-of-type(4n + 4){
	margin-right: 10px;
}
.quote, .slides li p.quote {
    font-size: 1.1em;
    padding: 0 5px 0 30px;
}
.quote:before{
	content: "\201C";
    font-size: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
}
.quote:after{
	font-size:50px;
	top:18px;
}
.footerlinks li:last-of-type{
	padding-left:0;
	border-left:0;
	clear:both;
	display:block;
}
#topcontrol {
    bottom: 35px !important;
    right: 5px !important;
}
}
@media screen and (max-width: 930px) {
.frm_open{
	display:none;
	top:50px;
}
.show_right .frm_open{
	display:block;
	bottom:unset;
	top:150px;
}
.show_right{
	z-index:2003;
}
.pop_body .page-intro {
    font-size: 1.15em;
}
.show_right .frm_open.iconlink.write:before{
	content:"\eee4";
}
.cd-hero-slider, .cd-hero, .hero_body, .hero_panel{
	height:400px; /*fallback*/
	height: 100vh;
}
.img_right{
    min-height:unset;
}
.footer{
	font-size:1em;
}
.homesol{
	text-align:center;
}
.hero_panel {
    padding-top: 110px;
}
}
@media screen and (max-width: 730px) {
.itembox, .four-col .itembox, .three-col .itembox, .two-col .itembox {
	width:100%;
}
.four-col .itembox.ilogo {
	width:calc(50% - 10px);
	margin:10px 10px 15px 0 !important;
}
.four-col .itembox.ilogo:nth-of-type(3n + 3){
	margin-right:10px !important;
}
.four-col .itembox.ilogo:nth-of-type(2n +2){
	margin-right:0 !important;
}
.footer_logo{
	display:none;
}
.footer-items{
	width:100%;
}
.footerlinks li{
	clear:both;
	float:none;
	display:block;
}
.page-intro {
    font-size: 1.35em;
}
}
@media screen and (max-width: 675px) {
#hero-overlay.top{
	height:70px;
}
.paddleft{
	padding-left:0;
}
.paddright{
	padding-right:0;
}
.right_out, body{
	font-size:1.1em;
}
/*.btt {
	display:none;
}*/
.hero-text p {
    line-height:1.25em;
}
.right_out.show_right {
    width: calc(100% - 10px);
	max-width: calc(100% - 10px);
}
}

/*responsive side image plus text--------------------*/
.img_right .responsive{
	width:calc(1550px - 375px);
	margin-left:-775px;
	left:50%;
}
.profile_img {
    right: -515px;
}
body.pages .img_right .responsive{
	width:calc(1550px - 700px);
	margin-left:-775px;
}
body.pages .profile_img {
    right: -330px;
}
body.pages .frm_open{
	bottom:145px;
	top:unset;
}
.panels.first + .panels{
	background:#FFF;
	padding-top:0;
}
.panels.first  + .panels .responsive{
	padding-left:23% !important;
}
@media screen and (max-width: 1650px) {
.responsive {
	width:97%;
}
.img_right .responsive{
	width:calc(97% - 440px);
	margin-left: calc(-97%/2);
}
.profile_img {
    right: -515px;
}
body.pages .img_right .responsive{
	width:calc(97% - 500px);
	margin-left: calc(-97%/2);
}
body.pages .profile_img {
    right: -430px;
}
}
@media screen and (max-width: 1200px) {
body.pages .img_right .responsive{
	width:calc(97% - 400px);
	margin-left: calc(-97%/2);
}
body.pages .profile_img {
    right: -530px;
}
}
@media screen and (max-width: 930px) {
.img_right .responsive, body.pages .img_right .responsive{
	width:97%;
	margin-left:unset;
	left:unset;
	margin:auto;
}
.profile_img, body.pages .profile_img{
	clear:both;
	position:relative;
	right:0;
	height:100%;
	border-radius:0;
}
.panels.first, .panels.first .profile_img{
	padding:0px 0 20px !important;
	top:0;
}
body.pages .panels.first + .panels{
	padding-left:0;
}
}
/*Side Navigation-------------------------------------------------*/
#sidenav.floating{
	position:absolute;
	left:0;
	top:0;
	width:20%;
}
#sidenav {
	border-right: 1px solid #CCC;
	margin: 0 0 20px;
	padding-bottom: 20px;
	font-weight:400;
	font-size:.95em;
}
nav#sidenav ul {
	margin: 0;
	padding: 25px 0;
	list-style: none
}
nav#sidenav > ul {
	margin: 0
}
nav#sidenav ul li {
	display: none
}
nav#sidenav ul li a {
	display: block;
	padding:5px;
}
nav#sidenav #sect-heading + li {
	padding-top: 0px;
}
nav#sidenav #sect-heading + p {
	padding: 5px 0 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #CCC;
	font-weight: 700
}
nav#sidenav ul li ul li {
	border: none
}
nav#sidenav ul li ul li ul {
	display: none!important
}
.showsubarrow, .showsubarrow .showsubsub li {
	display: block!important
}
nav#sidenav ul li.showsubsub ul li ul {
	display: block!important;
	margin: 0 0 0 10px !important;
}
.showsubarrow {
	font-weight: 700!important
}
nav#sidenav ul li.showsubnav, nav#sidenav ul li.showsubnav ul li {
	display: block;
	margin: 0
}
nav#sidenav ul li.showsubnav ul li {
	font-weight: 400;
	position: relative
}
nav#sidenav ul li.showsubnav ul li ul li {
	padding-left: 0
}
.showsubnav {
	font-weight: 700
}
.showtopnav .showsubnav ul{
  	margin: 5px 0 10px 5px !important;
  	padding-left: 2.5px !important;
  	/*border-left: 1px solid #ccc;*/
}
.showsubnav li:first-of-type {
	padding-top: 0
}
.showtopnav ul li {
	display: block!important;
	margin: 0
}
.showtopnav ul li.hide{
	display:none !important;
}
nav#sidenav ul li ul {
	margin: 0;
	display: none
}
.showsubnav ul {
	display: block!important;
	font-weight: 400
}
.subsub {
	font-weight: 700 !important;
}
nav#sidenav .subsub ul {
	display: block!important;
}
nav#sidenav .submenu {
	display: none
}
#sect-heading {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1em;
	display: block;
	border: 1px solid #CCC;
	border-right: none;
	background: #f7f7f7;
	border-radius: 3px 0 0 3px;
	font-weight:700;
}
nav#sidenav a:link, nav#sidenav a:visited {
	text-decoration: none;
	border: 2px solid transparent;
	padding: 3px 5px;
	display: block;
	/*border-radius: 3px 0 0 3px;*/
	width: calc(100% - 12px);
}
#top-container #sect-heading{
	display:none;
}
nav#sidenav a:link:hover, nav#sidenav a:visited:hover {
	text-decoration: underline
}
nav#sidenav a:focus {
	text-decoration: none!important;
	border-color: #133a7b;
	display: inline-block
}
.lactive, .lactive-a a {
	width: calc(100% + 1px) !important;
	border: 1px solid #CCC!important;
	border-right: none!important;
	border-left:3px solid #c5141b !important;
	box-sizing: border-box;
	display: block;
	background: #FFF;
	font-weight:400;
}
#sect-heading .lactive, #sect-heading .lactive-a a {
	border: none !important;
}
@media screen and (max-width: 930px) {
	nav#sidenav{
		display: none;
	}
	.panels.first  + .panels .responsive{
	padding-left:1.5% !important;
	}
}

/*alerts*/
.alert {
    padding: 10px 0 10px 35px;
    color: #000;
	font-weight:400;
	position:relative;
	margin-bottom:30px;
    border-radius: 20px;
}
.alert:before{
    font-size: 30px;
    position: absolute;
    font-family: Icofont;
    top: 5px;
    left: 7px;
}
.alert.red{
	background: #ff7946;
}
.alert.red:before{
    content: "\f026";
	left:10px;
	font-size:27.5px;
}
.alert.yellow{
    background: #eace46;
}
.alert.yellow:before{
    content: "\f025";
}
.alert.green{
	background: #8BC34A;
}
.alert.grey{
	background: #ececec;
}
.alert.green:before{
    content: "\ef4e";
}
.alert .responsive{
    width: 100%;
}
.alert .fa{
    font-size:50px;
    position: absolute;
    top: 16px;
}
.alert .fa + p{
	padding-left:60px;
}
/*end alerts*/


/*animation+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*up---------------------------*/
.itembox{
	-webkit-animation-name: m_up; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.25s; /* Safari 4.0 - 8.0 */
	animation-name: m_up;
	animation-duration: 1.25s;
}
.itembox:nth-of-type(4n + 2){
	-webkit-animation-name: m_up; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
	animation-name: m_up;
	animation-duration: 1.5s;
}
.itembox:nth-of-type(4n + 3){
	-webkit-animation-name: m_up; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.75s; /* Safari 4.0 - 8.0 */
	animation-name: m_up;
	animation-duration: 1.75s;
}
.itembox:nth-of-type(4n + 4){
	-webkit-animation-name: m_up; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: m_up;
	animation-duration: 2s;
}
@-webkit-keyframes m_up {
	0% { top:30px; opacity:0 }
	50% { top:30px; opacity:0 }
	100% { top:0px; opacity:1 }
}

@keyframes m_up {
	0% { top:30px; opacity:0 }
	50% { top:30px; opacity:0 }
	100% { top:0px; opacity:1 }
}
/*up----------------------*/



/*menu left---------------------------*/
.show_right{
	-webkit-animation-name: m_left; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
	animation-name: m_left;
	animation-duration: .5s;
}
@-webkit-keyframes m_left {
	0% { right:-415px; }
	50% { right:0px; }
	65% { right:-10px; }
	100% { right:0px; }
}

@keyframes m_left {
	0% { right:-415px; }
	50% { right:0px; }
	65% { right:-10px; }
	100% { right:0px; }
}
/*menu left----------------------*/	

/*animation+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*themes-------------------------*/
body.dark .top{
	background: #13181d !important;
}
body.dark .panels:nth-of-type(even) {
    background-color: #333c45 !important;
}
body.dark .itembox {
	background: #13181d !important;
    color: #C3C3C3 !important;
}
body.dark .itembox h4{
	color:#C3C3C3 !important;
}
body.dark,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4{
	color:#eaeaea;
}
body.dark .pop_body {
    background: #171b1f !important;
	color: #d1d1d1 !important;
}
body.dark .lbl_right_settings{
	background: #39424b !important;
    color: #cfcfcf;
}
body.dark .settings_list li{
    border-color: #262d34 !important;
	border-top-color: #262d34 !important;
}
body.dark .charttable tr {
    background: #959595;
    color: #000;
}
body.dark .charttable tr:nth-of-type(odd) {
    background: #a8a8a8;
}
body.dark .charttable td {
    border-top: 1px solid #b3b3b3;
}
/*waterlili*/
body.waterlili .top{
	background: #390d41;
}
body.waterlili .panels:nth-of-type(even) {
    background-color: #f8ccff;
}
body.waterlili .itembox {
	color: #000;
	background: #ffffff;
}
body.waterlili .itembox h4{
	color:#000;
}
body.waterlili .lbl_right_settings{
	background: #e245ff;
    color: #000;
}
body.waterlili .pop_body {
    background: #1a142a !important;
	color:#FFF;
}
body.waterlili .settings_list li {
    border-color: #342a4e;
	border-top-color: #342a4e;
}
/*waterlili*/

/*ocean*/
body.ocean .top{
	background: #0b4b68;
}
body.ocean .panels:nth-of-type(even) {
    background-color: #5db4db;
}
body.ocean .itembox {
	color: #000;
	background: #FFF;
}
body.ocean,
body.ocean .itembox h1,
body.ocean .itembox h2,
body.ocean .itembox h3,
body.ocean .itembox h4{
	color:#000;
}
body.ocean .lbl_right_settings{
	background: #00BCD4;
    color: #000;
}
body.ocean .pop_body {
    background: #00213f !important;
	color:#FFF;
}
body.ocean .settings_list li {
    border-color: #173b5b;
	border-top-color: #173b5b;
}
/*ocean*/
/*themes-------------------------*/
ul.settings_list{
	margin-top:20px;
	padding: 0 20px;
}
.settings_list li{
	padding: 15px 70px 1px 0;
    height: 30px;
    border-bottom: 1px solid;
	border-color: #b0b0b0;
    margin-bottom: 0 !important;
    position: relative;
}
.settings_list li:first-of-type {
    border-top: 1px solid;
    border-top-color: #b0b0b0;
}
.settings_list li .btn_toggle{
	top: 7.5px;
	right: 0;
    position: absolute;
	float:right;
}
a.btn_toggle{
    position:relative;
	width:60px;
	height:30px;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all ease-in-out .25s;
    border: none;
    display: inline-block;
    background: #9a9a9a;
}

/*toggles*/
.toggle{
	width:24px;
	height:24px;
	border-radius:12px;
	position:absolute;
	top:3px;
	left:3px;
    transition: all ease-in-out .25s;
}
a.btn_toggle .toggle{
	background:#000;
}
body.dark a#toggle_theme_dk.btn_toggle, 
body.light a#toggle_theme_lt.btn_toggle,
body.ocean a#toggle_theme_oc.btn_toggle,
body.waterlili a#toggle_theme_wl.btn_toggle{
	background: #000;
}

body.dark a#toggle_theme_dk.btn_toggle .toggle, 
body.light a#toggle_theme_lt.btn_toggle .toggle,
body.ocean a#toggle_theme_oc.btn_toggle .toggle,
body.waterlili a#toggle_theme_wl.btn_toggle .toggle{
	background: #FFF;
}

body.dark a#toggle_theme_dk.btn_toggle .toggle{
	left:33px;
}
body.light a#toggle_theme_lt.btn_toggle .toggle{
	left:33px;
}
body.ocean a#toggle_theme_oc.btn_toggle .toggle{
	left:33px;
}
body.waterlili a#toggle_theme_wl.btn_toggle .toggle{
	left:33px;
}
body.waterlili a.status, body.waterlili a.envelope, 
body.ocean a.status, body.ocean a.envelope,
body.dark a.status, body.dark a.envelope {
	background: #969696;
    background: rgba(255, 255, 255, 0.37);
}
body.waterlili a.status:hover, body.waterlili a.envelope:hover, 
body.ocean a.status:hover, body.ocean a.envelope:hover,
body.dark a.status:hover, body.dark a.envelope:hover {
	background: #FFF;
    background: rgba(255, 255, 255, 1);
}
		

/*tables*/
.charttable {
	border-spacing: 0;
	width: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	border-collapse: separate;
	font-weight:400;
}
.charttable.center td, .charttable.center th{
	text-align:center !important;
}
legend + table{
	margin-top:15px;
}
td.right, th.right{
	text-align: right !important;
}
td.center, th.center{
	text-align: center !important;
}
.charttable.grid {
	/*border-spacing: 1px;*/
	border-bottom: none;
}
.charttable.full {
	width: 100%
}
.charttable td, .charttable th {
	padding: 8px;
	vertical-align: top
}
.charttable td{
	border-top: 1px solid #e1e1e1;
}
.charttable tr:nth-of-type(2) td{
	border-top: none;
}
.charttable.middle td, .charttable.middle th {
	vertical-align: top;
}
td.center, th.center {
	text-align: center;
}
.charttable.middle td, .charttable.middle th {
	vertical-align:middle;
}
.charttable th, .charttable  tr:first-of-type{
	background: #333 !important;
	color:#FFF;
	font-weight:700 !important;
	padding-bottom: 10px !important;
	text-align: left;
}
.charttable tr:first-of-type th:first-of-type{
	border-radius: 8px 0 0;
}
.charttable tr:first-of-type th:last-of-type{
	border-radius: 0 8px 0 0;
}
.charttable tr:last-of-type td:first-of-type{
	border-radius: 0 0 0 8px;
}
.charttable tr:last-of-type td:last-of-type{
	border-radius: 0 0 8px 0;
}
.charttable th[rowspan], .charttable td[rowspan] {
	vertical-align: middle !important;
}
.charttable th[scope="row"] {
	background: #eef4fc;
	font-weight: 400;
	color: #333;
}
.charttable p:first-of-type {
	margin-top: 0;
}
.charttable p:last-of-type {
	margin-bottom: 0;
}
.charttable p:first-of-type + ul, .charttable p:last-of-type + ul, .charttable p:first-of-type + ol, .charttable p:last-of-type + ol {
	margin-top: 10px !important;
}
.charttable li > ul, .charttable li > ol {
	margin-top: 5px;
}
.charttable tr {
	background: #f9f9f9;
	color:#000;
}
.charttable tr:nth-of-type(odd) {
	background: #efefef;
}
.charttable tr:hover{
    background: #103763 !important;
    color:#FFF !important;
}
.charttable tr:hover td a {
    color:#FFF !important;
}
.charttable .fa.on-right{
	margin-left:5px;
}
.charttable .fa.big{
    font-size: 20px;
    color: #000;
	float:right;
}
td.link{
	padding: 0 !important;
}
.tr_pointer {
   cursor: pointer;
}
/*end tables*/
