html{
	position:relative;
    -webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 105%;
	font-weight:400;
	color: #111;
	background: #000000;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
.bold{
	font-weight:600;
}
.button i{
	margin-right: 8px;
}
.button i.end{
	margin-right: 8px;
}
.button, 
.regform input[type="text"], 
.regform input[type="email"], 
.regform input[type="password"], 
.regform textarea,
.regform input[type="tel"],
.regform input[type="number"],
.regform input[type="submit"] {
	-webkit-appearance: none;
	font-size:1em;
	cursor:pointer;
}
/*alerts*/
.alert {
    padding: 20px;
    color: white;
	border-radius:5px;
	font-weight:400;
	padding-right:50px;
	position:relative;
	margin-bottom:20px;
}
.alert.red{
	background: #f44336;
}
.fred, a.fred{
	color: #F00 !important
}
.fgreen, a.fgreen{
	color: #008e06 !important
}
.alert.yellow{
	background: #ffce3f;
	color: #000;
}
.alert.green{
	background: #1db123;
}
.alert:after {
    position:absolute;
	top:50%;
	margin-top:-11px;
	right:20px;
	font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
	font-family: FontAwesome;
    content: "\f057";
}
.alert.noclose:after{
	content: "";
	pointer: default;
	padding-right: 20px;
}
/*end alerts*/
.clear{
	clear: both !important;
}
.nomargin, .nomargin .button{
	margin-top:0;
}
.article_listing li{
	margin-bottom:10px;
	line-height:1.65em;
}
.widescreen{
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}
.font_normal{
	font-weight:400 !important;
}
.hidden{
	visibility: hidden;
	height: 0;
}
.unhide{
	height: unset;
    visibility: visible;
}
p:empty{
	display:none;
}
.font_90{
	font-size:.9em;
}
.font_85{
	font-size:.9em;
}
.padd_20, .panels.padd_20, .expand.expanded div.padd_20.panels:first-of-type{
	padding:20px !important;
}
.mobiletable:before{
	display:none;
}
.mobiletable .scrollmsg{
	display:none;
}
@media screen and (max-width:750px) {
  .mobiletable .scrollmsg:after{
	font-family: FontAwesome;
    content: "\f054";
    font-weight: 300;
    padding: 0 0 0 5px;
    font-size: 15px;
    display: inline-block;
  }
  .mobiletable:before{
	display:block;
	content:"Swipe to show more \279c";
	margin:0 0 10px !important;
  }
  .mobiletable{
	overflow:hidden;
	overflow-x: scroll;
    position: relative;
    width: 100%;
	padding-bottom:30px;
  }
  .mobiletable .scrollmsg{
	text-align:center;
  }
  .mobiletable table, .mobiletable div{
	  min-width:700px;
  }
  .mobiletable.widest table, .mobiletable.widest div{
	  min-width:950px;
  }  
}

.hide{
	display:none !important;
}
.sidebox, .itembox{
	font-size:.975em;
	font-weight:400;
}
sup{
	font-size:.6em;
}
div{
	overflow: hidden;
}
.footnote{
	font-size:.85em;
	margin-top: 70px;
	padding: 0;
	clear: both;
	border-top: 1px solid #CCC;
}
.black .footnote{
	border-color: #424242;
}
select{
	-webkit-appearance: menulist;
	height:35px;
	background:#fff !important;
	font-size:1em;
}
h1 span, h2 span, h3 span{
	font-size:.825em;
}
.block{
	display: block !important;
}
.thin{
	font-weight:400;
}
a.external:after, a.ext_link:after{
    display: inline-block;
    vertical-align: middle;
    width:.8em;
    text-decoration:none;
    margin-left:5px;
	content: url(/_fonts/font-awsome5/svgs/regular/external-link-alt-solid.svg);
	filter: invert(21%) sepia(97%) saturate(687%) hue-rotate(176deg) brightness(106%) contrast(94%);
}
.listcheck{
	 /*list-style-image: url(/_fonts/font-awsome5/svgs/regular/check-circle-regular.svg);*/
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
.listcheck li{
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
}
.listcheck li:before{
	display: inline-block;
    vertical-align: middle;
	position: absolute;
	left: 0;
	top:1px;
    width:25px;
	content: url(/_fonts/font-awsome5/svgs/regular/check-circle-regular.svg);
	filter: invert(47%) sepia(45%) saturate(5636%) hue-rotate(156deg) brightness(93%) contrast(102%); /*logo colour teal*/
	filter: invert(21%) sepia(97%) saturate(687%) hue-rotate(176deg) brightness(106%) contrast(94%); /*logo blue*/
	filter: invert(47%) sepia(93%) saturate(1122%) hue-rotate(62deg) brightness(98%) contrast(103%); /*green*/
}
.linklist{
	font-size: .95em;
}
.thin{
	font-weight:400;
}
.kill{
	display:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.center1400, .center1200, .center1050, .center900{
    margin: 10px auto;
	width: 100%;
}
.center1400{
	max-width: 1400px;
}
.center1200{
	max-width: 1300px;
}
.lefttext{
	text-align: left;
}
.center1050{
	max-width: 1050px;
}
.center900{
	max-width: 900px;
}
.centertext{
	text-align: center;
}
.border{
	border:1px solid #CCC !important;
}
.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-30 > li {
	margin: 15px 0
}
.ul-20 > li ul li:first-of-type {
	margin-top: 5px ;
}
.ul-10 li:first-of-type {
	margin-top: 10px
}
.slogan {
    position: absolute;
    top: 55px;
    left: 121px;
    color: #FFF;
    width: 200px;
    font-weight: 200;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,.5);
}
.gallery.clearfix li a:after {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    padding: 7.5px 7.5px 7.5px 8.5px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.6);
    font-family: FontAwesome;
    content: "\f08e";
    display: block;
    transition: all .5s;
    border-radius: 30px;
}
.gallery.clearfix li a:hover:after{
	background:#F00;
}
.not-active, .killink{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#sidenav .not-active, #sidenav .killink{
	color:#bbb;
}
/*#footer, .itembox, #top-container, .sidebox a, #navcol, div.img-caption, .profiles{*/
#top-container, .profiles{
	font-size:.95em;
	font-weight:400;
}

/*start page column options-----------------------------*/
#two-col div.page {
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	width: calc(98% - 270px);
}
#two-col div.page:nth-of-type(3n + 3) {
	display:none;
}
#three-col div.page {
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	width: calc(96% - 540px);
}
#two-col div.page:first-of-type, #three-col div.page:first-of-type {
	width: 270px;
	margin-right: 2%;
}
#three-col div.page:nth-of-type(3n + 3) {
	width: 270px;
	margin-left: 2%;
}
#three-col div.page:nth-of-type(3n + 3) .img-caption{
	width:100%;
	max-width:100%;
	margin:0 0 10px;
}
@media (max-width:1140px) and (min-width:951px){
	#three-col div.page  {
		margin-bottom: 20px;
		width: calc(98% - 270px);
	}
	#three-col div.page:nth-of-type(3n + 3) {
		clear:both;
		margin-left: 0;
		margin-right:2%;
		float:right;
		width: calc(98% - 270px);
	}
	#three-col div.page:nth-of-type(3n + 3) .img-caption{
		max-width:270px;
		margin:30px auto 0;
	}
}
@media (max-width:950px){
	#navcol,#sidenav{
		display:none;
	}
	#two-col div.page {
		width:100%;
		margin:0;
	}
	#three-col div.page  {
		margin-bottom: 20px;
		width: calc(98% - 270px);
	}
}
@media (max-width:850px){
	div.page{
		width:100% !important;
		margin:0 !important;
	}
	div.page:nth-of-type(3){
		margin-top:50px !important;
	}
	#three-col div.page:nth-of-type(3n + 3) .img-caption{
		max-width:270px;
		margin:30px auto 0;
		float: right;
		border-radius: 13px 0 0 13px;
		position: relative;
		right: -20px;
		display:none; /*just removing the image for balance*/
	}
}
/*end page column options-----------------------------*/

#sidenav {
	border-right: 1px solid #CCC;
	margin: 6px 0 20px;
	padding-bottom: 20px;
	font-weight:400;
	font-size:.95em;
}
nav#sidenav ul {
	margin: 0;
	padding: 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: 600
}
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: 600!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: 600
}
.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
}
nav#sidenav ul li ul {
	margin: 0;
	display: none
}
.showsubnav ul {
	display: block!important;
	font-weight: 400
}
.subsub {
	font-weight: 600 !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: 5px 0 0 5px;
	font-weight:600;
}
nav#sidenav a:link, nav#sidenav a:visited {
	text-decoration: none;
	padding: 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;
	display: inline-block
}
.lactive, .lactive-a a {
	width: calc(100% + 1px) !important;
	border: 1px solid #CCC!important;
	border-right: none!important;
	box-sizing: border-box;
	display: block;
	background: #FFF;
	font-weight:400;
}
#sect-heading .lactive, #sect-heading .lactive-a a {
	border: none !important;
}
nav#sidenav .nolink {
	padding: 4px !important;
}
nav#sidenav .dhide{
	display:none !important;
}
#content{
    position: relative;
    padding: 35px 0;
	-webkit-box-shadow: 0px -13px 25px -13px rgba(0,0,0,0.62);
	box-shadow: 0px -13px 25px -13px rgba(0,0,0,0.62);
	overflow:hidden;
	background:#FFF;
}
.nowrap {
	white-space: nowrap
}
.braduius{
	border-radius:3px;
}
.bg_blue{
	background:#002147;
}
.bg_blue_dark{
	background:#001833;
}
.bg_blue_light{
	background:#1a385a;
}
.hidden{
	display:none;
}
.btt {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 9px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    color: #FFF;
    border-radius: 39px;
}
.cols {
	box-sizing:border-box;
	width:50%;
	position:relative;
}
.cols.right {
	float: right;
	padding: 0;
}
.cols.left {
	float: left;
	padding: 0 20px 0 0;
}
.cols.left p{
	line-height:1.5em;
}
a {
	outline: none !important;
}
a:link, a:visited{
	color:#18538a;
}
a:link:hover, a:visited:hover, a:focus{
	color:#000;
	text-decoration:none;
}
.nowrap {
	white-space: nowrap;
}
.flarge {
    font-size: 1.025em;
	line-height: 1.65em;
}
.flarger{
	font-size: 1.25em;
}
.intro{
	margin-top:0;
	padding-top:0;
	font-size:1.25em;
	font-weight:300;
}
h1 + .intro{
	margin-top:-15px;
}
.bigtext{
	font-size:1.1em;
	font-weight:400;
	clear:both;
}
.cols h1:first-of-type, .cols h2:first-of-type, .cols h3:first-of-type {
	margin-top: 0;
	padding-top: 0;
}
.cols h1:first-of-type{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}


/*scroll to top-----------------------------------------*/
#topcontrol a:link, #topcontrol a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}
/*end scroll to top-----------------------------------------*/
.subheader {
	font-size: .85em;
	font-weight: 400;
	color: #555;
	line-height:.5em;
}
/*headings-----------------------------------------*/
h1 {
	font-size: 2.25em;
	color: #000;
	line-height: 1.2em;
	font-weight: 600;
}
h1, h2, h3{
	margin:0 0 15px;
}
p{
	margin:12px 0;
	line-height:1.5em;
}
li{
	line-height:1.5em;
}
strong{
	font-weight:600;
}
.bradius{
	border-radius:2px;
}
.blue{
	color: #0f2f6a;
}
h2 {
	font-size: 1.75em;
	font-weight: 600;
	color:#272727;
}
.sectiontitle {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
h3 {
	font-size: 1.5em;
	font-weight: 600;
	color:#000;
}
h4 {
	font-size: 1.15em;
	font-weight:700;
	color:#000;
	margin-bottom: 10px;
}
.hshort {
	margin-bottom: -10px;
	padding-bottom: 0;
}
.fsmall {
	font-size: .85em !important;
}
#page_nav.right{
	text-align:right;
}
#page_nav.centred {
    text-align: center;
}
#page_nav {
    text-align: left;
}
.fsmaller {
	font-size: .75em !important;
	font-weight: 400;
}
.commentbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 64em;
    padding: 10px;
	border: 1px solid #dadada;
    background: #f9f9f9;
    margin: 0 0 15px;
	position:relative;
	/*-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.58);
	box-shadow: 1px 2px 5px -3px rgba(0, 0, 0, 0.58);*/
}
.commentbox p:first-of-type{
	margin-top:0;
	font-size:.90em;
	margin-top: 0;
    font-size: .90em;
    font-weight: 600;
    color: #3c3c3c;
}

.abuseform .arrow{
	display: block;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background: #f9f9f9;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.abuseform .txt_label {
	color:#000;
	padding-top: 11px !important;
	font-size: .85em !important;
}
.abuseform {
    margin: -17px 0 10px;
    padding: 15px 10px 0;
    background: #ff8100;
    z-index: 5;
    position: relative;
    overflow: hidden;
}
.commentbox p{
	line-height:1.45em;
}
.commentbox .commuser{
    padding-right: 45px;
    box-sizing: border-box;
}
.commentbox a.abuse{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:35px;
	height:35px;
	box-sizing:border-box;
	text-align:center;
	padding:5px 0;
	color:#000 !important;
	 display: inline-block;
	 font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a i.before{
	color: #000;
    margin-right: 5px;
}		
a i.after{
	color: #000;
    margin-left: 5px;
}
a.button i.before, a.button i.after{
	color: unset;
}
.commentfont {
    font-size: .9em;
}
.commentbox p:last-of-type{
	margin:0;
	padding-top:5px;
	/*border-top: 1px solid #d6d6d6;*/
	font-size:.825em;
	color: #3c3c3c;
}
.commentbox.norms p:last-of-type{
	font-size:.9em;
}
.sshadow {
	-webkit-text-shadow: 0px 3px 3px 0px rgb(0 0 0 / 6%);
	-moz-text-shadow: 0px 3px 3px 0px rgb(0 0 0 / 6%);
	text-shadow: 0px 3px 3px 0px rgb(0 0 0 / 6%);
}
.row {
	display: flex; /* equal height of the children */
}
#mmenu {
	float: right;
	margin: 16px 0 0 20px;
	width: 30px;
}
#mmenu a:link, #mmenu a:visited {
	color: #575757;
	border: 0;
	text-decoration: none;
}
#mmenu a:link:hover, #mmenu a:visited:hover, #mmenu a:focus {
	color: #295894;
}
.responsive {
	width: 1400px;
	margin: auto;
	padding: 0;
	position: relative;
	box-sizing:border-box;
	clear:both;
}
.hero_container {
    margin: 0 auto;
    display: block;
	position:relative;
}
#upper-container{
	background:#021437;
	color:#FFF;
	padding:8px 0;
	position:relative;
	box-shadow:1px 2px 5px -3px rgba(0, 0, 0, 0.58);
	z-index:99;
}
#upper-content{
	overflow:hidden;
	height:40px;
}
.logo-main {
    position: relative;
    top: 13.5px;
    overflow: hidden;
    display: block;
    width: 252px;
}
.logo-main img{
	height:53px;
}
.slogan {
    position: absolute;
    top: 41px;
    left: 81px;
	font-size:.95em;
}
.upper_btn{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.upper_btn li{
	display:inline-block;
	margin-right:10px;
}
.upper_btn li:last-of-type{
	margin-right:0;
}
/*side boxes-------------------------------------*/
.sidebox{
	width:100%;
	box-sizing:border-box;
	padding:0;
	margin:0 0 25px;
}
.sidebox h2{
	display:block;
	margin:0 0 16px;
	padding-bottom:10px;
	border-bottom:1px solid #bfbfbf;
}
.sidebox h3, a.sidebox h3{
	display:block;
	margin:0;
	margin-bottom:5px;
	font-weight:600;
	font-size:1.1em;
	color:#000;
}
.sidebox a h3{
	border-top:1px solid #CCC;
	padding-top:8px;
}
.sidebox a:first-of-type h3{
	border-top:0;
	padding-top:0;
}
.sidebox p{
	display:block;
	margin:0 0 12px;
}
.sidebox ul{
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
.sidebox li{
	margin:0;
	border-bottom:1px solid #dfdfdf;
	padding: 8px 0;
	position:relative;
}
.sidebox li:last-of-type{
	border-bottom:0;
}
.news_date{
  display:block;
  clear:both;
  color:#000;
}
/*buttons-----------------------------------------*/
.upper_btn a{
	display:block;
	padding:10px;
	height:40px;
	box-sizing:border-box;
	color:#FFF;
	border:1px solid #888;
	text-decoration:none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.upper_btn a:hover, .upper_btn a:focus{
	background:#FFF;
	color:#021437;
	text-decoration:none;
	border-color:#4b6fb7;
}
.upper_btn .blue a{
	background:#05286b;
}
.upper_btn .green a{
	background:#2b7a00;
	border-color:#2b7a00;
}
.upper_btn .green a:hover, .upper_btn .green a:focus, .upper_btn .blue a:hover, .upper_btn .blue a:focus{
	background:#FFF;
	color:#05286b;
	border-color:#000;
}
.upper_btn .fa{
	margin-right:10px
}
.scroll-to-fixed-fixed .small_logo{
	top:0;
}
#top-container {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index:2;
	height:100px;
	background: #162552;
}
#top-content{
	height:100px;
}
a.button.navbutton{
	margin: 0;
    padding: .2rem 0 !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1.5em;
	text-align:center;
}
a.button.navbutton + .navbutton{
	margin-left:10px;
}
.morebutton a {
	display:inline-block;
	padding:5px 5px 5px 7px;
	background:#123f72;
	color:#FFF !important;
	text-decoration:none !important;
	border-radius:2px;
}
.morebutton a:hover, .morebutton a:focus{
	background:#2b7a00;
}
.morebutton a:after{
	font-family: FontAwesome;
    content: "\f054";
    font-weight: 200;
    margin-left: 5px;
    display: inline-block;
}
/*logo-----------------------------------------*/
.logo{
	float:left;
	margin-top:10px;
}
#search-container{
	overflow:hidden;
	background-color: #000;
}

/*panels-----------------------------------------*/
#panel-1{
	background-color:#062051;
	color:#BBB;
	background-size:cover;
	background-position:center;
	/*-webkit-box-shadow: 0px -13px 25px -13px rgba(0,0,0,0.62);
	box-shadow: 0px -13px 25px -13px rgba(0,0,0,0.62);*/
}
.parallax1.touchdevice{
	background-position:center top 0px !important;
    background-attachment: initial !important;
}
#wall.touchdevice_masonary{
	width:100%;
	left:0;
}
.hero_overlay.dark.top {
    background: linear-gradient(to bottom, black 5%, rgba(0, 0, 0, 0.738) 26%, rgba(0, 0, 0, 0.591) 34%, 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;
    left: 0;
    width: 100%;
    opacity: .98;
    height: 200px;
    position: absolute;
}
#hero-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.84) 60%, rgba(0,0,0, 0.0));
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 148px;
}
.hero-text{
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	z-index:9;
	text-align:left;
	font-weight:400;
	color:#FFF;
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}
.nopadding{
	padding:0 !important;
}
.hero-text p{
	margin:5px 0;
	font-size:1.2em;
}
.hero-text a:link, .hero-text a:visited{
	color:#FFF !important;
	text-decoration:none;
}
.hero-text a:link:hover, .hero-text a:focus{
	color:#FFF !important;
	text-decoration:underline;
}
.hero-height{
	height:590px;
	height:calc(100vh - 100px);
	box-sizing:border-box;
	padding:0 !important;
}
@media (min-width:1600px){
	.hero-height{
		height:calc(100vh - 250px);
	}
}
#panel-1 h4{
	color:#FFF;
	font-size:1.05em;
	/*letter-spacing:.5px;*/
}
#panel-2{
	 background:#FFF;
	 /*background: linear-gradient(to bottom, #FFF 50%, #E4E4E4);*/
	 color:inherit;
}
#panel-3{
	 background:#f7f7f7;
}
#search-content h4{
	color:#FFF;
	margin:0;
	padding:0;
}
#crumbs-container {
	overflow: hidden;
	background:#575757;
	padding: 13px 0;
	-webkit-box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.38);
    box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.38);
}
#crumbs {
	font-size: .9em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#CCC;
}
#crumbs a {
	color: #FFF;
}
#crumbs a:link:hover, #crumbs a:visited:hover {
	color: #CCC;
}
#crumbs ul{
	list-style:none;
	margin:0;
	padding:0;
}
#crumbs li{
	display:inline-block;
	margin:0;
}
#crumbs li:after{
	font-family: FontAwesome;
	content: "\f054";
	padding: 0px 2px 0 8px;
	color:#F00;
}
#crumbs li:last-of-type:after{
	content: "";
}
.main-container {
	padding: 40px 0 20px;
	clear: both;
	overflow: hidden;
	position:relative;
}
/*homepage panel columns-----------------------------------------*/
.main-container .right{
	box-sizing:border-box;
	width:75%;
	position:relative;
	float:left;
}
.main-container .right.anchor{
	float: left;
    width: 23%;
    margin-left: 2%;
    box-sizing: border-box;
    padding: 10px;
    background: #eaeaea;
    position: relative;
    top: -10px;
}
.main-container .left{
	box-sizing:border-box;
	width:72%;
	float:left;
	position:relative;
}
.main-container .left.anchor{
	float:left;
	padding-right:2%;
	width:28%;
}
.main-container.cpages, .main-container.cover{
	padding:30px 0 20px;
}
.main-container.hero{
	padding:0;
}
#panel-1.cover{
	min-height:200px;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	color:#FFF;
	background-position: center !important;
	/*-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;*/
	position: relative;
}
#contact-container {
	background-color: #e5e5e5;
	padding: 0;
	margin-bottom: 0;
	clear: both;
	margin: 0;
	color: #111;
	overflow: hidden;
}
#contact-content {
	padding: 15px 0;
}
#footer-container {
	overflow: hidden;
	clear: both;
	clear: both;
	margin: 0;
	clear: both;
	padding:25px 0;
}
#cr-container {
	text-align: right;
	padding: 10px 0;
	background: #323232;
	color: #9e9e9e;
	overflow: hidden;
}
#cr-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cr-container li {
	display: inline-block;
	padding: 5px 0 5px 10px;
}
#cr-container li a:link, #cr-container li a:visited {
	color: #9e9e9e;
	text-decoration: underline;
}
#cr-container li a:link:hover, #cr-container li a:visited:hover, #cr-container li a:focus {
	color: #FFF;
	text-decoration: underline;
}
.sshadow {
	text-shadow: 1px 1px 1px #333333;
}
.col-right .stitle{
	display:block;
	overflow:hidden;
	font-size:1.25em;
	font-weight:600;
	color:#333;
}

.btnlink a:link, .btnlink a:visited {
	padding: 5px 10px;
	background-color: #295894;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	border: 1px solid #295894;
}
.btnlink.dark a:link, .btnlink.dark a:visited {
	background-color: #f3f7fd;
	color: #22487b;
	border: 1px solid #22487b;
}
.btnlink a:link:hover, .btnlink a:visited:hover {
	background-color: #fff;
	color: #000;
	webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
	transition: background-color 0.6s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	border: 1px solid #333;
}
.btnlink.dark a:link:hover, .btnlink.dark a:visited:hover {
	background-color: #295894;
	color: #fff;
}
.shad_txt_15 {
	-webkit-text-shadow: 1px 3px -1px rgba(0, 0, 0, 0.15);
	-moz-text-shadow: 1px 3px -1px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 3px 1-px rgba(0, 0, 0, 0.15);
}
.searchbox {
	position: absolute;
	top: 20px;
	right: 0;
	width: 250px;
	overflow: hidden;
	text-align: right;
}

/*containers-----------------------------------------*/
.main-content .col-left {
	float: left;
	width: 74% !important;
	padding: 0 !important;
	position: relative;
	overflow:hidden;
}
.main-content .col-right {
    width: 24% !important;
    margin: 0 !important;
    padding: 0;
    float: right;
    position: relative;
    overflow: hidden;
}
.col-right h3 {
	margin: 0 0 5px;
	padding-top: 0;
}

.main-content .col-right ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}
.main-content .col-right li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ccc;
	text-decoration: none;
	padding: 10px 22px 10px 0;
	color: #333;
}

.main-content .col-right li a:hover, .main-content .col-right li a:focus {
	color: #000;
	text-decoration: underline;
}
#footer-container, #footer-links-container, #cright-container {
	overflow: hidden;
	color: #FFF;
}
#footer-container a:link, #footer-container a:visited, #footer-links-container a:link, #footer-links-container a:visited, #cright-container a:link, #cright-container a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer-container h3, #footer-container h3 a:link, #footer-container h3 a:visited, #footer-links-container h3, #footer-links-container h3 a:link, #footer-links-container h3 a:visited, #cright-container h3, #cright-container h3 a:link, #cright-container h3 a:visited {
	color: #fff;
	font-size:125%
}
#footer-container a:link:hover, #footer-container a:visited:hover, #footer-container a:focus, #footer-links-container a:link:hover, #footer-links-container a:visited:hover, #footer-links-container a:focus, #cright-container a:link:hover, #cright-container a:visited:hover, #cright-container a:focus {
	color: #fff;
	text-decoration: none;
}
#footer-container .itembox img {
    width: auto;
    top: 0;
    left: 0;
    position: relative;
    margin: 0 0 22px;
	display:inline;
}
#footer-container .itembox i {
    font-size: 30px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.18);
    padding: 10px 12px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 2px;
}
.itembox.navi{
	padding-right:10px;
}
.itembox.navi ul li a{
	display: block;
	margin: 0;
	padding: 7px 0;
	border-top:1px solid #2d2d2d;
}
.itembox.navi li a:after{
	font-family: FontAwesome;
	content: "\f054";
	padding: 2px 0 0 5px;
	display: inline-block;
	float:right;
	color:#636363;
}
.itembox.navi li a:hover:after, .itembox.navi li a:focus:after{
	color:#FFF;
}
.itembox ul li ul{
	display:none;
}
.itembox ul.social li{
	margin-right:10px;
	display:inline;
}
.itembox ul.social{
	margin-bottom:20px;
}
.itembox #sect-heading {
    margin: 0;
    font-size: 1em;
    display: block;
    border: none;
    background: none;
    border-radius:0;
}
.itembox #sect-heading a{
	border-top:none;
}
/*BOXES-----------------------------------------*/

/*
#footer-content .itembox li a:link, #footer-content .itembox li a:visited {
	display: block;
	margin: 0;
	padding: 7px 0;
	border-top:1px solid #717171;
}
#footer-content .itembox li a:link:after{
	font-family: FontAwesome;
	content: "\f054";
	padding: 2px 0 0 5px;
	display: inline-block;
	float:right;
}
*/
#footer-content #fcontact li{
	margin: 0;
	padding: 7px 0;
	border-top:1px solid #777;
	line-height:1.4em;
}
#footer-content #fcontact strong{
	font-size:1.15em;
	font-weight:400;
	color:#FFF;
}
#contactbox{
	position:absolute;
	width:300px;
	height:300px;
	overflow:hidden;
	padding:5px 10px;
	background:#1d94b6;
	bottom:-260px;
	left:0;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	transition: left 0.3s;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;
	z-index:999;
}
#contactbox:hover{
	bottom:0;
}
.gradient{
	background: #EBEBEB;
	background: -webkit-linear-gradient(to right, #EBEBEB 10%, #FFFFFF); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(to right, #EBEBEB 10%, #FFFFFF); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(to right, #EBEBEB 10%, #FFFFFF); /* Firefox 3.6-15 */
    background: linear-gradient(to right, #EBEBEB 10%, #FFFFFF 90%); /* Standard syntax */
}

/*RESPONSIVE------------*/
@media screen and (max-width: 1450px) {
.responsive {
	width:96%;
	margin:auto;
}
}
@media (max-width:1010px){
.main-container .right{
	box-sizing:border-box;
	width:100%;
	position:relative;
	float:none;
	overflow:hidden;
}
.main-container .right.anchor{
	float: unset;
	clear:both;
    width: 100%;
    margin: 30px 0 0;
	overflow:hidden;
	display:block;
}
}
@media (max-width:950px){
	#footer-container .itembox{
		width:49%;
	}
	#footer-container .itembox:nth-of-type(3n + 2){
		margin-right:0;
	}
	#footer-container .itembox:nth-of-type(3n + 3){
		width:100%;
		margin-right:0;
		clear:both;
		text-align:center;
	}
}
@media screen and (max-width: 799px) {
.cols.left, .cols.right{
	width:100%;
	padding:0;
	float:none;
}
.main-container .left {
    width: 100%;
}
#more-content {
	display:none;
}
.main-container {
	padding: 40px 0;
}
h4 {
    font-size: 1.15em;
}
.mhide{
	display:none;
}
#top-container{
	position:relative;
}
.thefeature{
	display:none;
}
.imgthumb {
    margin:0 5px 5px 0;
}
.pagebanner {
	font-size:2.5em;
	line-height:1em;
}
.galh{
	text-align:center;
}
.newss .panelhead{
	font-size:1.75em;
	margin-bottom:15px;
}
.sider{
	width:100%;
}
#footer-container{
	padding:0 0 20px;
}
#footer-content{
	padding:10px 0;
}
#footer-content #fcontact li, #footer-content #fcontact li a{
	border:none;
	margin-bottom:0;
}
#footer-content #fcontact li a:after{
	content:"";
}
.mmenu-icon{
	position:absolute;
	top:7px;
	right:10px;
}
.mclose {
    z-index: 7;
    position: absolute;
    top: 4px;
    right: 3px;
}

#logo-text {
    padding:8px 12px 12px !important;
	height: 20px;
}
.width50{
	width:70% !important;
}
.bg-orange{
	padding-top:15px !important;
}
.ttable td, .ttable th{
	padding:12px 6px;
}
.boxgroup .two-cols:nth-of-type(2n+2) {
    margin: 20px 0 !important;
}
/*containers-----------------------------------------*/
.main-content .col-left, .main-content .col-right{
	float: none;
	clear:both;
    width: 100% !important;
	border-right:0;
	margin:0 0 25px 0;
}

.main-content .col-right ul {
	padding:0;
}
.main-content .col-right li a:link, .main-content .col-right li a:visited {
	color:#FFF;
}
.main-content .col-right li a {
	padding:15px 0;
	font-weight:600;
}
.main-content .col-right li:-of-type a {
	border-top:none;
}
}


@media screen and (max-width: 675px) {
#footer-content, #content, #panel-2, #panel-3, #panel-1{
	font-size:110%;
}
.img-caption, #hero-body{
	font-size:90% !important;
}
.sidebox h2{
	font-size:1.65em;
	margin-top:20px;
}
.btt {
	display:none;
}
.boxgroup .two-cols:nth-of-type(2n+2){
	margin:15px 0 !important;
}
.width50{
	width:100% !important;
}
.bg-orange{
	padding-top:15px !important;
}
.itembox.twocol{
	width: 100%;
    margin:0;
	clear:both;
}
.noclear{
	clear:none !important;
}
.clear{
	clear:both !important;
}
.price, #grid .price{
    overflow: hidden;
    position: relative;
    top: 0px;
    right: 0px;
    text-align: left;
	width:100%
}
#onecol .itembox img, #grid .itembox img {
	width:125px;
}
}

@media screen and (max-width: 360px) {
.mhides{
	display:none;
}
}
@media screen and (min-width: 900px) {
 .dhide{
	 display:none !important;
}
}


/*column layouts---------------------------------------*/
.itembox {
	box-sizing: border-box;
	display:block;
	margin-top:10px;
	padding:0;
	overflow: hidden;
	position: relative;
	filter: inherit;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.itembox h3 {
    font-size: 1.1em;
    margin: 0 0 5px;
    color: #000;
    clear: both;
}
.itembox img {
    position: relative;
    box-sizing: border-box;
    border: 0;
    width: 100%;
	margin-bottom:10px;
}
.itembox.wbull ul {
	list-style-type: disc;
	margin-left: 25px;
	padding: 0;
}
.four-col .itembox:nth-of-type(4n+4) {
	margin: 0;
}
.four-col .itembox:nth-of-type(4n+5) {
	clear: both;
}
.itembox.twocol ul {
	list-style: disc;
	margin-left: 35px;
}
.itembox.twocol:nth-of-type(2n+2) {
	margin: 0;
}
.itembox.twocol:nth-of-type(2n+3) {
	margin: 0;
}
.itembox P {
	margin:0 0 5px;
}
.itembox i {
	font-size: 3em;
	color: #FFF;
	background: #2c77b4;
	padding: 10px 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.itembox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.three-col .itembox {
	float:left;
	width: 32.5%;
	margin:10px 1.25% 15px 0;
}
.three-col .itembox:nth-of-type(3n+3){
	margin-right:0;
}
.three-col .itembox:nth-of-type(3n+4){
	clear:both;
}
#footer-container .itembox a:hover i, #footer-container .itembox a:focus i{
	/*background:#564829;*/
	background:#FFF;
	color:#000;
}

@media (max-width:799px){
.main-container .left.anchor{
	clear:both;
	width:100%;
	padding-left:0;
}
}
@media (max-width:740px){
#footer, .itembox, #top-container, .sidebox a, #navcol, div.img-caption, .profiles{
	font-size:1em;
	font-weight:400;
}


.three-col .itembox{
	padding:7px 0 0 25%;
	width:100% !important;
	clear:both;
	float:none;
	margin: 0 0 10px;
    min-height: calc(((640px * .22) *.75) + 10px);
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	padding-top:0;
}
.three-col .itembox:last-of-type{
	border-bottom:none;
}
.three-col .itembox img{
	width:23%;
	position:absolute;
	top:0;
	left:0;
	margin: 0 0 35px;
	border-bottom:0;
}
#footer-content .itembox{
	padding:10px 0;
	overflow:hidden;
	text-align:center;
	border:none;
}
.sidebox h2, .sectiontitle{
	margin-top:0;
}
#footer-content .itembox.navi {
    padding-top: 0;
	text-align:left;
}
.three-col .itembox:nth-of-type(3n+3) {
    margin-right: 0;
}
.three-col .itembox:nth-of-type(3n+1){
    padding-right: 0;
}

.three-col .itembox:last-of-type{
	margin-bottom:25px;
	padding-bottom:10px;
}
.small_logo{
	display:none;
}
.intro{
	font-size:1.1em;
}
.hero-text {
	max-width:75%;
}
.hero-text h1 {
    font-size: 1.5em;
}
.sidebox,
.itembox{
	font-size:1em;
}
}

@media (max-width:485px){

}
/*column layouts---------------------------------------*/


/*Paralex scoling--------------------*/
#heropanel{
	position:relative;
	/*background-size:cover;
	background-position: center;*/
}
.parallax1 {
	background-image:url(/_imgs/hero-4.jpg);
    background-attachment: fixed;
    background-position: center 42px;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 { 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
/*endParalex scoling-------------------*/

/*beyond the fold*/
/*this blinks content*/
.blink_me {
	/*animation: blinker 3s linear infinite;*/
	animation: blinker 2.2s linear 10; /*<--stops blinking after 5 times*/
}
.blink_me:hover, .blink_me:focus {
	animation: blinker 2.2s linear 0; /*<--stops blinking after 5 times*/
}
@keyframes blinker {
 50% {
 opacity: .3;
}
}
/*end blinker*/
#more-content {
	position: absolute;
	padding: 10px;
	left: 50%;
	bottom: 20px;
	margin-left: -27.5px;
	box-sizing: border-box;
	background: #FFF;
	background: rgba(255,255,255,.5);
	color: #002977;
	border-radius: 29px;
	text-align: center;
	width:40px;
	z-index:999;
}
#more-content .fa, #more-content:hover .fa {
	font-size: 18px !important;
}
#more-content:hover, #more-content:focus {
	background: #002977;
	background: rgba(0, 41, 119, 0.93);
	color: #FFF;
	border: none;
}
#more-content.dark {
	background: rgb(22, 37, 82);
	background: none;
	color: #FFF;
}
#more-content.dark:hover, #more-content.dark:focus {
	background: #FFF;
	background: rgba(255,255,255,.95);
	color: rgb(22, 37, 82);
}
@media (min-width:1400px){
#more-content{
	display:none;
}
}
/*end beyond the fold*/


/*Image Styles-------------------------------------------------------*/
div.img-caption {
	max-width: 640px;
	width:100%;
    clear: both;
    margin: 15px 0;
    position: relative;
    box-sizing: border-box;
	overflow:hidden;
	font-weight:400;
	font-size:.9em;
}
div.img-caption.ismall{
	max-width:270px;
}
.anchor .img-caption{
	margin-top:0;
}
div.img-caption.noborder img{
	border:none;
}
.toppadd{
	padding-top:20px;
}
div.img-caption.smaller {
    max-width: 480px;
}
div.img-caption.right {
	max-width: 280px;
	width:100%;
    clear: right;
    margin: 0 0 10px 10px;
	float:right;
}
div.img-caption.medium {
	max-width: 250px;
	width:100%;
}
div.img-caption.small {
	max-width: 175px;
	width:100%;
}
div.img-caption.right + h2, div.img-caption.right + h3, div.img-caption.right +h4{
	clear:left;
}
.image-group{
	display:block;
	overflow:hidden;
	clear:both;
	margin:30px 0;
}
.image-group div.img-caption {
	width:23.5%;
	float: left;
	clear:none;
	position: relative;
	box-sizing:border-box;
	margin:10px 2% 10px 0;
}
.image-group.two div.img-caption {
	width:49%;
}
.image-group div.img-caption:nth-of-type(4n+4), .image-group.two div.img-caption:nth-of-type(2n+2) {
	margin-right:0;
	border-right: none;
}
.image-group div.img-caption:nth-of-type(4n+5), .image-group.two div.img-caption:nth-of-type(2n+3) {
	clear:both;
}
.image-group.two div.img-caption:nth-of-type(3n+3) {
    margin-right: 2%;
    border-right: none;
}
.image-group.two div.img-caption:nth-of-type(3n+4){
	clear:none;
}
div.img-caption img{
	border:1px solid #CCC;
	width:100%;
	box-sizing:border-box;
	height:auto;
}
div.img-caption p:first-of-type {
	margin-top:10px;
}
h2 + .image-group, h3 + .image-group{
	margin-top:10px;
}
div.img-caption p:last-of-type {
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:8px;
}
.image-group.no-lines div.img-caption p:last-of-type, .no-lines.img-caption p:last-of-type{
	border-bottom:none;
}
div.img-caption.no-bottom p:last-of-type {
	border-bottom:none !important;
}
div.img-caption a{
	display:inline-block;
}
div.img-caption h4{
	margin:5px 0 0;
}
.media-group{
	overflow:hidden;
}
/*start boxes 2 acrooss--------------------------*/
div.twobox{
	width:49%;
	float: left;
    position: relative;
    box-sizing: border-box;
	margin:10px 2% 10px 0;
	font-weight:400;
}
div.twobox:nth-of-type(2n + 2){
	margin-right:0;
}
div.twobox p:first-of-type {
	margin-top:10px;
}
div.twobox p:last-of-type {
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:8px;
}
.twobox .videowrapper{
	margin:0;
}
@media screen and (max-width:800px){
	div.twobox{
		width:100%;
		margin-right:0;
	}
}
/*end boxes 2 acrooss--------------------------*/

/*profiles/boxes 4 acrooss--------------------------*/
	div.profiles {
	width: calc(23.5% - 2px); /*if and because of boder*/
    float: left;
    clear: none;
    position: relative;
    box-sizing: border-box;
    margin: 10px 2% 10px 0;
    text-align: center;
    padding: 8px 5px 5px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    border-radius: 0px;
}
#wall{
	/*this keeps the thich white borders from creating false padding*/
	width:calc(100% + 10px);
	left:-5px;
}
#wall div.profiles{
	margin:0 !important;
	border: 5px solid #FFF !important;
	padding:8px 5px;
	background:#e8e8e8;
}
#wall div.profiles p:first-of-type {
	padding-bottom:0;
}
.grid-sizer, #wall div.profiles {
	width: 50% !important;
}
.gutter-sizer {
	width: 1%;
}
.image-group.two-col div.profiles{
	width: calc(49% - 2px);
}
#wall div.profiles{
	/*text-align:left;*/
}
div.profiles img{
	width:90px;
	height:100px;
	border:none;
	border-radius:5px;
}
div.profiles p{
	margin:5px 0;
}
div.profiles p:first-of-type{
	font-weight:600;
	padding-bottom:5px;
	font-size:1.05em;
}
#wall div.profiles p:first-of-type{
	border-bottom:none;
}
div.profiles p:first-of-type span{
	font-size:.9em;
	font-weight:400;
	display:block;
	line-height: 1em;
}
div.profiles p:last-of-type{
	margin-bottom:0;
	font-size: .85em
}
.image-group div.profiles:nth-of-type(4n+4) {
	margin-right:0;
}
.image-group.two-col div.profiles:nth-of-type(2n+2){
	margin-right:0 !important;
	clear:none !important
}
.image-group div.profiles:nth-of-type(4n+5) {
	clear:both;
}
.image-group.two-col div.profiles:nth-of-type(2n+3){
	clear:both;
	margin-right:2% !important;
}
@media screen and (max-width:1120px){
div.profiles {
	width:32%;
}
.image-group div.profiles:nth-of-type(3n+3) {
	margin-right:0 !important;
}
.image-group div.profiles:nth-of-type(3n+4) {
	clear:both !important;
	margin-right:2% !important;
}
.image-group div.profiles:nth-of-type(4n+4) {
	clear:none;
	margin-right:2%;
}
.image-group div.profiles:nth-of-type(4n+5){
	clear:none;
}
}
@media screen and (max-width:700px){
div.profiles {
	width:49%;
}
div.profiles{
	font-size:93.5%;
}
.image-group div.profiles:nth-of-type(2n+2) {
	margin-right:0 !important;
	clear:none !important;
}
.image-group div.profiles:nth-of-type(2n+3) {
	clear:both !important;
	margin-right:2% !important;
}
}
/*end profiles/boxes 4 acrooss-----------------------*/

@media screen and (min-width:801px) and (max-width:1420px){
.image-group div.img-caption {
	width:32%;
}
.image-group div.img-caption:nth-of-type(3n+3) {
	margin-right:0;
	clear:none;
}
.image-group div.img-caption:nth-of-type(3n+4) {
	margin-right:2%;
	clear:both;
}
.image-group div.img-caption:nth-of-type(3n+5) {
	clear:none;
	margin-right:2%;
}
}
@media screen and (max-width:950px) {
#sect-heading {
	margin: 0;
	border: none;
	background: #222;
	border-radius: 0;
}
}
@media screen and (max-width:800px) {
.gallery.clearfix li a:after {
	/*display:none;*/
}
.image-group div.img-caption {
	width:49%;
	font-size:1em;
}
.image-group div.img-caption:nth-of-type(2n+2) {
	margin-right:0;
	clear:none;
}
/*.image-group div.img-caption:nth-of-type(3n+3) {
	margin-right:2%;
}*/
.image-group.two div.img-caption:nth-of-type(2n+2){
	margin:10px auto !important;
}
div.img-caption.right {
	max-width: 40%;
	width:100%;
}
div.img-caption.small {
	max-width: 210px;
	width:100%;
}
.mclear{
	clear:both;
}
.mediaattype{
	float:none;
	display:block;
}

}
@media screen and (max-width:640px) {
div.img-caption.right, .image-group.two div.img-caption{
	width:100%;
	font-size: 100%;
	margin:10px auto;
	clear:both;
	display:block;
	float:none;
}
div.img-caption.small {
	max-width: 210px;
	width:100%;
}
div.img-caption.right.scale {
	width:100%;
	max-width: 30%;
	float:right;
	margin:0 0 10px 10px;
}
h1 + div.img-caption.right, h1 + div.img-caption.right.scale, h1 + div.img-caption.right.small{
	margin-top:25px;
}
.two-col.image-group div.profiles {
    width:100%;
    margin-right: 0 !important;
}
.grid-sizer, #wall div.profiles {
	width: 100% !important;
}
}
@media screen and (max-width:479px) {
.image-group div.img-caption {
	width:100%;
	max-width:75%;
	font-size: 100%;
	margin-left: unset;
	margin:10px auto !important;
	clear:both;
	display:block;
	float:none;
}
.image-group.two div.img-caption {
	max-width:100%;
}
div.img-caption.small {
	width:210px;
	float:none;
}
}
/*End Image Styles-------------------------------------------------------*/

/*video------------------------------------------------------------------*/
.video-narrow-85 { /*wrap videowrapper in this parent for smaller width*/
	width: 85%;
	margin:20px auto;
}
.video-narrow-70 { /*wrap videowrapper in this parent for smaller width*/
	width: 70%;
	margin:20px auto;
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-narrow-85 .videowrapper, .video-narrow-70 .videowrapper, .video-info .videowrapper, .video-info-full .videowrapper{
    margin: 0;
}
.video-info{
	padding: 5px 5px 5px 34.5%;
	position:relative;
    /*border-radius: 3px;*/
    background: #283878;
	background: #000c3c;
	margin: 30px 0;
    clear: both;
}
.video-info.thin, .video-info-full.thin{
    padding: 1px;
    border-radius: 3px;
}
.video-info-full{
	padding: 5px;
	position:relative;
    border-radius: 5px;
	background:#283878;
	background: #000c3c;
	margin: 30px 0;
    clear: both;
}
.video-info-text{
	width:32.5%;
	position:absolute;
	top:5px;
	left:10px;
	color:#e7e7e9;
	margin:0;
	font-weight:400;
}
.video-info-text h3{
	margin-top:0;
	color:#e7e7e9;
}
@media (max-width:1140px) and (min-width:950px){
	.video-info{
		padding:5px;
	}
	.video-info-text{
		width:100%;
		position:relative;
		left:0;
		top:0;
		padding:5px;
		font-weight:400;
		font-size:1.025em;
	}
	.video-info-text + .videowrapper{
		border-top:2px solid #000;
	}
	.video-info-text h3{
	}
}
@media (max-width:800px){
	.video-info{
		padding:5px;
	}
	.video-info-text{
		width:100%;
		position:relative;
		left:0;
		top:0;
		padding:5px;
		font-weight:400;
	}
	.video-info-text + .videowrapper{
		border-top:2px solid #000;
	}
}
.img-caption .videowrapper{
	margin:0;
}
.img-caption{
	transition:all .3s;
}
.videowrapper.border{
	border:1px solid #000;
	box-sizing:border-box;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	/*width: calc(100% - 2px);
	height: calc(100% - 2px);*/
	width:100%;
	height:100%;
	z-index: 99;
	box-sizing: border-box;
}
.videowrapper.noborder iframe{
	border:none;
}
.video-right {
	width: 300px;
	float: right;
	margin: 0 0 10px 8px;
}
.video-right p:first-of-type {
	margin-top: 5px;
}
.video-right p:last-of-type {
	margin-bottom: 0;
}
.video-right p {
	font-size: .9em;
	margin: 0;
}
.video-right .videowrapper, .video-center-70 .videowrapper, .video-narrow-85 {
	border: 0 !important;
}
/*end video-----------------*/

/*page loading-----*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/_imgs/loading_2.gif) center no-repeat #fff;
}
/*end page loading-----*/

/*forms-----*/

.regform {
	clear: both;
	padding-bottom: 10px;
	margin: 0;
	font-size:.95em;
	overflow:hidden;
}
.regform select, 
.regform input[type="text"], 
.regform input[type="email"], 
.regform input[type="password"], 
.regform textarea, 
.regform input[type="tel"],
.regform input[type="number"] {
	width: calc(100% - 2px);
	border: 1px solid #CCC;
	box-sizing:border-box;
	float: left;
	clear: both;
	margin: 1px 0 5px;
	clear: both;
	padding: 8px 5px;
	clear:both;
	overflow:hidden;
}
.regform .radio {
    width: 20px !important;
    height: 20px;
    clear: none;
    margin: 7px 0px 0px;
    padding: 0px;
    border: 0px !important;
}
.regform label {
	float: left;
	margin: 10px 5px 4px 0;
	display: block;
	clear: both;
	font-weight:600;
	color:#000;
	clear:both;
}
.regform p{
	clear:both;
}
.regform input.error, .regform select.error, .regform textarea.error {
  border:1px solid #CCC;
}
.regform label.error{
	color:#FB3A3A;
	font-weight:600;
}
.regform fieldset {
	padding: 10px 8px;
	border: 1px solid #CCC;
	clear: both;
	margin-top: 15px;
	border-radius:3px;
}
.regform legend {
	background:#f7f7f7;
    border-radius: 3px;
	border: 1px solid #CCC;
    left: 8px;
    padding: 8px;
	margin-top:2px;
	font-weight:600;
}

a.button, .regform input[type=submit], .regform input[type=reset] {
    float: none;
    margin: 15px 10px 0 0;
    background: #005d86;
    color: #FFFFFF !important;
    padding: 10px;
    text-decoration: none !important;
    line-height: 1.25em;
    border: 1px solid;
    border-color: transparent;
	border-radius: 4px;
	font-weight: 400;
	display: inline-block;
}
a.button.dark.hollow{
	color: #FFF !important;
	border-color: #FFF;
}

a.button.hollow, .regform input[type=submit].hollow, .regform input[type=reset].hollow {
	background: none;
	color: #000000 !important;
	border-color: #000000;
}

a.button:hover, .regform input[type=submit]:hover, .regform input[type=reset]:hover, a.button:focus, .regform input[type=submit]:focus, .regform input[type=reset]:focus {
	background: none !important;
	color: #000000 !important;
	border-color: #000000;
}

.panels.black a.button:hover, 
.panels.black .regform input[type=submit]:hover, 
.panels.black .regform input[type=reset]:hover, 
.panels.black a.button:focus, 
.panels.black .regform input[type=submit]:focus, 
.panels.black .regform input[type=reset]:focus {
	background: none !important;
	color: #FFF !important;
	border-color: #FFF;
}

a.button.hollow:hover, .regform input.hollow[type=submit]:hover, .regform input.hollow[type=reset]:hover, a.button.hollow:focus, .regform input.hollow[type=submit]:focus, .regform input.hollow[type=reset]:focus {
	background: #005d86 !important;
	color: #FFF !important;
	border-color: #005d86;
}
a.button.fright, .regform input[type=submit].fright, .regform input[type=reset].fright{
	margin: 15px 0 0 10px;
	float: right;
}
.regform #button.red, a.button.red, .regform input[type=submit].red, .regform input[type=reset].red{
	background:#bf0000;
}
.regform #button.green, a.button.green, .regform input[type=submit].green, .regform input[type=reset].green{
	background:#005d86;
}
.regform #button.black, a.button.black, .regform input[type=submit].black, .regform input[type=reset].black{
	background:#000;
	border: 2px solid !important;
    border-color: transparent !important;
}
.regform #button.black:hover, a.button.black:hover, .regform input[type=submit].black:hover, .regform input[type=reset].black:hover,
.regform #button.black:focus, a.button.black:focus, .regform input[type=submit].black:focus, .regform input[type=reset].black:focus{
	background:#FFF;
	color: #000 !important;
	border-color: #000 !important;
}
.regform #button:hover, a.button:hover {
	background:#002131;
}
.regform #button:focus, a.button:focus {
	background:#002131;
}
a.button.dark.hollow:hover, a.button.dark.hollow:focus{
	background: #1b1b1b !important;
	color: #FFF !important;
	border-color: #1b1b1b;
}
.regform input:focus, .regform textarea:focus{
	background:#fff9d8;
}
.regform input:focus, .regform textarea{
	font-family:Arial, Helvetica, sans-serif;
}
.regform .radio{
	clear: both;
	position:relative;
    padding: 0 0 0 20px;
	overflow:hidden;
}
.radio input{
	border:0 !important;
	top:6px\9 !important;
}
.regform .cbox{
	width:20px; !important;
	clear: both;
    margin: 11px 8px 0 0;
    padding: 0;
	border:0 !important;
}
.regform .width75px{
	width:75px !important;
}
.regform .width200px{
	width:200px !important;
}
.regform input[type=radio], .regform input[type=checkbox]{
	position:absolute;
	width:14px;
	top:10px;
    left:0;
	margin:0;
}
.max950{
	max-width:950px !important;
}
.max640{
	max-width:640px !important;
}
.width100{
	width:100% !important;
}
.width50{
	width:50% !important;
}
.width75px{
	width:75px !important;
}

div.double:first-of-type, div.tripple:first-of-type{
	clear:both;
}
div.double{
	width:calc((100% - 40px) / 2);
	float:left;
	margin-right:40px;
}
div.double.wide{
	width:calc(70% - 40px);
	float:left;
	margin-right:40px;
}
div.double.wide:nth-of-type(2){
	width:30%;
	float:left;
}
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);
}
.abuseform input, .abuseform select, .abuseform label,  .abuseform .regform input[type="submit"] {
	font-size:.9em;
}
@media (max-width:1000px){
	div.double.wide{
		width:100% !important;
		clear:both;
		float:none;
		margin-right:0 !important;
	}
}
@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----*/

/*tables*/
.charttable {
	border-spacing: 0;
	width: auto;
	margin: 20px 0;
	border-bottom: 1px solid #CCC;
	border-collapse: separate;
	font-size: .9em;
	font-weight:400;
}

.charttable .fa {
    font-size: 1.25em;
    color: #000;
}
.charttable.center td, .charttable.center th{
	text-align:center !important;
}
.charttable.grid {
	border-spacing: 1px;
	background: #b7b7b7;
	border-bottom: none;
}
.charttable.row-hover tr:hover, .charttable.row-hover tr:hover th {
	background: #ffe569 !important;
	color: #000;
}
.charttable.full {
	width: 100%
}
.charttable td, .charttable th {
	padding: 12px 8px;
	vertical-align: top
}

.side_borders{
    border: 1px solid #b7b7b7;
    border-top: 0;
    border-bottom: 0;
}
.charttable.middle td, .charttable.middle th {
	vertical-align: top;
}
td.center, th.center {
	text-align: center;
}
.charttable th{
	color: #FFF;
	background: #162552;
	font-weight: 400;
	text-align: left
}
.charttable th[rowspan], .charttable td[rowspan] {
	vertical-align: middle !important;
}
.charttable.row-hover tr:hover th[scope="col"], .charttable.row-hover tr:hover th {
	background: #162552 !important;
	color: #fff !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: #FFF
}
.charttable tr:nth-of-type(odd) {
	background: #eaeaea;
}
.charttable.white tr:nth-of-type(odd) {
	background: #FFF;
}
.charttable.rowlink .fa{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.tr_pointer {
   cursor: pointer;
}
/*end tables*/

.txt_label {
    display: inline;
    padding: 11px 0 0 !important;
    border: none !important;
    clear: none !important;
    position: relative;
    margin: 0 !important;
    background: none !important;
    width: auto !important;
}
.txt_label.fsmall{
	padding-top:12px !important
}
.disabled, input[disabled="disabled"]{
	background: #dcdcdc !important;
	color:#666 !important;
	pointer-events: none;
}


/*pop out--------------------------------------*/
.right_out{
	position:fixed;
	display:block;
	z-index:2000;
	top:0;
	padding:0 0 0 40px;
	right:-415px;
	width:450px;
	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:rgb(255,255,255);
	background:rgba(255,255,255,1);
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	padding:15px 10px 20px;
	box-sizing:border-box;
	overflow-y: auto;
	-webkit-box-shadow: 1px 7px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 7px 9px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 7px 9px 0px rgba(0, 0, 0, 0.5);
}
.show_right{
	right:0;
	position:fixed;
	z-index:2003;
}
pop_body h3{
	padding-right:50px;
}
a.closepop{
	position:absolute;
	top:15px;
	right:10px;;
	font-size:1.5em;
	color: #000 !important;
}
.frm_open{
    position: absolute;
    left: 2px;
    top: 125px;
    width: 33px;
    display: block;
    background: #162552;
    color: #fff !important;
    padding: 8px 0;
    text-decoration: none;
    transition: all .25s;
    font-weight: 200;
    z-index: -1;
    border-radius: 24px 0 0 24px;
    border: 2px solid;
    border-color: transparent;
    text-align: center;
}
.frm_open.iconlink:before{
    right: 2px;
    top: 0px;
    font-size: 1.25em;
}
.show_right .frm_open{
	display:none !important;
}
.frm_open:hover,.frm_open:focus{
	background: rgba(0, 98, 158, 0.9);
}
.frm_open i{
    font-size: 15px;
}
@media screen and (max-width: 500px) {
.right_out{
	width:90%;
	left: calc(100% - 35px);
}
.right_out.show_right{
	left:10%;
}
.frm_open{
    position: absolute;
    left: 2px;
}
}
@media screen and (max-width: 930px) {
/*.frm_open{
	display:none;
	top:50px;
}*/
.show_right{
	z-index:2003;
}
.pop_body .page-intro {
    font-size: 1.15em;
}
.show_right .frm_open {
    /*display: block !important;*/
	background:#FFF;
	-webkit-box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.5);
}
}
/*emd pop out--------------------------------------*/

.margin_top_0{
	margin-top:0 !important;
}
.margin_top_10{
	margin-top:10px !important;
	overflow:hidden;
}
.margin_top_20{
	margin-top:20px !important;
	overflow:hidden;
}
.margin_top_30{
	margin-top:30px !important;
	overflow:hidden;
}
.margin_top_50{
	margin-top:50px !important;
	overflow:hidden;
}
.margin_bottom_50{
	margin-bottom:50px !important;
	overflow:hidden;
}
.margin_bottom_30{
	margin-bottom:30px !important;
	overflow:hidden;
}


/*new styles*/
.bignum  {
   /* border-left: 4px solid #efa100;
	border-left: 1px solid #a7a7a7;
    padding-left: 10px;*/
	margin-top: 40px;
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	/*width: 200px;*/
	font-size: .9em;
}
.bignum span{
	display: block;
	font-size: 2.35em;
	font-weight: 600;
	color: #000000;
}
h1.huge, h2.huge {
    line-height: 1.25em;
	font-size: 2.5em;
	color: #000000;
	margin-bottom: .4em;
	/*font-family: Times New Roman;*/
}
h2.huge{
	font-size: 2.5em;
}
@media screen and (max-width: 1200px){
	h1.huge {
		font-size: 2.1em;
	}
	h2.huge{
		font-size: 1.9em;
	}
}
.landing #top-container {
    position: relative;
	top: 0;
	left: 0;
    height: 83px;
    background-color: #FFFFFF;
	-webkit-box-shadow: 0px -5px 16px 1px rgba(0,0,0,0.45);
	box-shadow: 0px -5px 16px 1px rgb(0 0 0 / 45%);
}
.panels {
    overflow: hidden;
	background-color: #FFF; 
    position: relative;
	min-height: 400px;
    width: 100%;
    padding: 60px 0;
    scroll-margin: 79px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
	box-sizing: border-box;
}
.panels.grey, .bgrey{
	background-color:#f6f6f6;
}
.panels.white, .bwhite{
	background-color:#ffffff;
}
.panels.green, .bgreen, .panels.black .joiner{
	background-color: #005d86;
}
.panels.black{
	background-color:#131313;
}
.panels.black.green{
	background-color:#000;
}
.panels.orange{
    background-color: #c2460a;
}
.panels.black,
.panels.black h1,
.panels.black h2,
.panels.black h3,
.panels.black p,
.panels.black a{
	color: #c0c0c0 !important;
}
a.button.whitetext,
.panels .whitetext,
.panels .whitetext h1,
.panels .whitetext h2,
.panels .whitetext h3,
.panels .whitetext p,
.panels .whitetext a{
	color: #FFF !important;
}
.panels.black a:link:hover, .panels.black a:link:focus{
	text-decoration: none;
	color: #FFFFFF !important;
}
.panels.green,
.panels.green h1,
.panels.green h2,
.panels.green h3,
.panels.green p{
	color: #FFFFFF;
}
.panels.black.green h1, .panels.black.green  h2, .panels.black.green  h3, .panels.black.green p{
	color: #FFFFFF;
}
.panels.twin {
	padding: 0;
}
.panels.twin > div {
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background-size: 700px;
	/* background-size: cover; */
	background-repeat: no-repeat;
	padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 1920px) {
	.panels.twin > div {
		background-size: cover !important;
	}
}
.panels.twin.offset > div:nth-of-type(1) {
	width: 60%;
	max
}
.panels.twin.offset > div:nth-of-type(2) {
	width: calc((1400px * 0.4) - 40px) !important;
    left: calc((100% - 1400px) / 2);
}
.panels.short, .panels.twin.short > div{
	min-height: 260px;
}
@media screen and (min-width: 1060.1px) {
	.panels.tall,.panels.tall.twin > div{
		min-height: 508px;
	}
}
.panels,.panels.twin > div{
    min-height: 400px;
}
.panels.twin.textleft > div{
	float: right;
}
.panels.twin.textright > div{
	float: left;
}
.panels.twin.textleft > div:nth-of-type(1){
	background-position: left center;
}
.panels.twin.textright > div:nth-of-type(1){
	background-position: right center;
	overflow: visible;
}
.panelvideo{
	min-height: unset !important;
}
@media screen and (max-width: 1060px) {
	.panels.twin.textright > div:nth-of-type(1){
		overflow: hidden;
	}
}
.panels.twin.textleft > div:nth-of-type(2n + 2){
	padding-right: 40px;
	max-width: 700px;
	width: calc(96% / 2);
	z-index: 2;
}
.panels.twin.textright > div:nth-of-type(2n + 2){
	padding-left: 40px;
	max-width: 700px;
	width: calc(96% / 2);
	z-index: 2;
}
@media screen and (max-width: 1450px) {
	.panels.twin.offset > div:nth-of-type(1) {
		width: calc(100% - 500px);
	}
	.panels.twin.offset > div:nth-of-type(2) {
		width: calc(500px - 2%);
	}
}
@media screen and (min-width: 1060px) {
	.panels.twin .hidedesktop{
		display: none;
	}
}
@media screen and (max-width: 1060px) {
	.panels.twin > div{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 2%;
		padding-right: 2%;
		float: none !important;
	}
	.panels.twin > div:nth-of-type(1){
		min-height: 400px;
		padding: 0 !important;
	}
	.panels.twin .hidemobile{
		display: none;
	}
}
.padding_top_40{
	padding-top: 40px !important;
}
.padding_top_70{
	padding-top: 70px !important;
}
.padding_top_110{
	padding-top: 110px !important;
}
.padding_top_120{
	padding-top: 120px !important;
}
.padding_top_140{
	padding-top: 140px !important;
}
.landing .slogann {
    position: relative;
	clear: both;
    font-weight: 400;
	color: #777;
    font-size: 13.5px;
	line-height: 18px;
	display: block;
	margin-top: 7px;
}
/*------*/


@media screen and (min-width: 1060.1px) {
.joiner {
    position: absolute;
    z-index: 1;
    width: 900px;
    height: 200vh;
    background-color: #FFF;
}
.panels.grey .joiner{
	background-color: #f6f6f6;
}
.textleft .joiner{
	left: 50%;
	top: -100px;
	margin-left: -831px;
    transform: rotate(6deg);
	-webkit-box-shadow: 11px -12px 9px 0 rgba(0,0,0,0.45);
	box-shadow: 11px -12px 9px 0 rgb(0 0 0 / 45%);
}

.textright .joiner{
	right: 50%;
	bottom: -200px;
	margin-right: -831px;
    transform: rotate(6deg);
	-webkit-box-shadow: -11px -12px 9px 0 rgba(0,0,0,0.45);
	box-shadow: -11px -12px 9px 0 rgb(0 0 0 / 45%);
}
}

@media screen and (min-width: 1920.1px) {
	.textleft .joiner{
		margin-left: -900px;
	}
	.textright .joiner{
		margin-right: -900px;
	}
	.flexpanel{
		width: 1400px;
		/* width:100%; */
		margin: auto;
	}
}


/*start animation-----------------------------------*/
.firstload {
    position: absolute;
    z-index: 20;
    opacity: 0;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	animation: cam_loading 3s linear infinite;
}
.zoom-out {
	animation: zoomout 3.5s linear;
	position: relative;
}
@keyframes zoomout {
  0% {background-position: center; background-size: 110% }
  100% {background-position: center; background-size: cover }
}

a.bounce, .bounce {
	animation: bounce 1.25s infinite;
	position:absolute;
	bottom: 20px;
	width: 50px;
	height:40px;
	left:50%;
	margin-left: -25px;
	box-sizing:border-box;
	padding:10px 0 0;
	text-align: center;
	display:block;
	z-index:1000;
	color:#FFF !important;
	font-size:35px;
	text-decoration:none !important;
}
@keyframes bounce {
  0% {bottom: 20px }
  50% {bottom: 15px; }
  100% {bottom: 20px; }
}
.herotext {
	animation: anim_up 3s linear;
	position:absolute;
}
@keyframes anim_up {
  0% {bottom: -15px; opacity: 0; }
  58% {bottom: -15px; opacity: 0; }
  68% {bottom: 0; opacity: 1;}
  100% {bottom: 0; opacity: 1;}
}
.flyright {
	animation: anim_right 2.25s linear;
}
@keyframes anim_right {
  0% {right: 40px; opacity: 0; }
  45% {right: 40px; opacity: 0; }
  50% {right: 0px; opacity: 1; }
  100% {right: 0px; }
}
.flydown{
	animation: anim_down 2s linear;
}
@keyframes anim_down {
  0% {top: -40px; opacity: 0; }
  62.5% {top: -40px; opacity: 0; }
  74% {top: -15px; opacity: 1; }
}
.hero_in {
	animation: hero_fadin 3s ease-in-out;
}
@keyframes  hero_fadin {
  0% {width: 150%; height:150%; left:-25%; top:-25%; overflow:hidden; filter:brightness(0); opacity:0;}
  25% {width: 150%; height:150%; left:-25%; top:-25%; overflow:hidden; filter:brightness(0);opacity:0;}
  50% {width: 100%; height:100%; left:0; top:0; overflow:hidden; filter:brightness(1);opacity:1;}
  100% {filter:brightness(1);opacity:1;}
}
.delayin {
	animation: delay_in 3s ease-in-out;
}
@keyframes  delay_in {
  0% {opacity:1;}
  25% {opacity:0;}
  50% {opacity:1;}
}
.disolve {
	opacity: 0;
}
.colour_in{
	animation: col_in 6s linear;
	filter: grayscale(1);
}
@keyframes  col_in {
  0% {filter: grayscale(1); }
  60% {filter: grayscale(1); }
  100% {filter: grayscale(0); }
}

/* foote bg colours */
.colour_show{
	animation: anim_footer 180s infinite;
}
@-webkit-keyframes  anim_footer {
  0% {background-color: #3e183d;}
  25% {background-color: #844900;}
  50% {background-color: #3C5A12;}
  75% {background-color: #73191a;}
  100% {background-color: #3e183d;}
}
@keyframes anim_footer {
  0% {background-color: #3e183d;}
  30% {background-color: #844900;}
  60% {background-color: #3C5A12;}
  85% {background-color: #73191a;}
  100% {background-color: #3e183d;}
}

/*animated in-view*/
.move_in{
  opacity: 0;
  transition: all ease-in-out;
  bottom:-75px;
}
.fade-up{
	position: relative;
	-webkit-animation-name: toup; 
	-webkit-animation-duration: .75s;
	animation-name: toup;
	animation-duration: .75s;
	animation-fill-mode: forwards;
	transition: all ease-in-out;
	bottom:-75px;
}
section.fade-up{
	-webkit-animation-duration: .95s;
	animation-duration: .95s;
}

@-webkit-keyframes toup {
 0% {bottom:-75px;opacity: 0;}
 100% {bottom: 0px;opacity: 1;}
}
@keyframes toup {
 0% {bottom:-75px; opacity: 0;}
 100% {bottom: 0px; opacity: 1;}
}

.fade-in{
	position: relative;
	-webkit-animation-name: fin; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.275s; /* Safari 4.0 - 8.0 */
	animation-name: fin;
	animation-duration: 1.275s;
	animation-fill-mode: forwards;
	transition: all ease-in-out;
}
@-webkit-keyframes fin {
 0% {opacity: 0;}
 50% {opacity: 0;}
 100% {;opacity: 1;}
}
@keyframes fin {
 0% {opacity: 0;}
 50% {opacity: 0;}
 100% {;opacity: 1;}
}
/*end animated in-view*/

/*end animation---------------------*/


/*-------java colimns---------------*/
.content-group .content-item{
	padding: 5px 14.5px 29.5px;
	margin-right: 14.5px;
	margin-bottom: 14.5px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.content-group.home_icons .content-item{
	padding-left: 74px;
}
.content-group.home_icons.narrower .content-item{
	padding-left: 44px;
}
.greencheck span .far, .greencheck span .fas {
    color: #619305;
}
.content-group.four .content-item{
	width: calc((100% - 44.1px) / 4);
}

.content-group.three .content-item{
	width: calc((100% - 29.1px) / 3);
}

.content-group.two .content-item{
	width: calc((100% - 15.1px) / 2);
}

.content-group.one .content-item{
	width: 100%;
	margin-right: 0;
	padding-top: 20px;
	margin-bottom: 20px;
}
.content-group.green h3 span{
	color: #005d86;
}
.content-group.blue h3 span{
	color: #1d85b3;
}
.content-group.centre {
    text-align: left;
}
.content-group.centre h3 span {
    font-size: 100px;
}
.content-group.one .content-item:first-of-type{
	margin-top: 0;
	padding-top: 0;
	}

.content-item p:first-of-type{
	margin-top: 10px;
}

.content-item a.button_big_blue{
	font-size: .95em;
	padding: 9px 9px 10px;
}

.content-group.four .content-item:nth-of-type(4n + 4),
.content-group.three .content-item:nth-of-type(3n + 3),
.content-group.two .content-item:nth-of-type(2n + 2){
	margin-right: 0;
}
.content-group.four .content-item:nth-of-type(4n + 5),
.content-group.three .content-item:nth-of-type(3n + 4),
.content-group.two .content-item:nth-of-type(2n + 3){
	clear: both;
}
.home_icons .content-item span.ico {
    font-size: 46px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.home_icons.narrower .content-item span.ico {
    font-size: 29px;
}
.content-group.boxed .content-item{
    background: rgb(0 0 0 / 7%);
    border-radius: 3px;
}

.panels.black .content-group.boxed .content-item{
    background: rgb(255 255 255 / 7%);
    border-radius: 3px;
}


.content-item:nth-of-type(2).move_in{
	animation-delay: .15s;
}
.content-item:nth-of-type(3).move_in{
	animation-delay: .35s;
}
.content-item:nth-of-type(4).move_in{
	animation-delay: .55s;
}
.content-item:nth-of-type(5).move_in{
	animation-delay: .75s;
}
.content-item:nth-of-type(6).move_in{
	animation-delay: .95s;
}
.content-item:nth-of-type(7).move_in{
	animation-delay: .115s;
}
.content-item:nth-of-type(8).move_in{
	animation-delay: .135s;
}
.content-item:nth-of-type(9).move_in{
	animation-delay: .155s;
}
.content-item:nth-of-type(10).move_in{
	animation-delay: .175s;
}

.content-item:nth-of-type(2).move_in p{
	animation-delay: .15s;
}
.content-item:nth-of-type(3).move_in p{
	animation-delay: .30s;
}
.content-item:nth-of-type(4).move_in p{
	animation-delay: .35s;
}
.content-item:nth-of-type(5).move_in p{
	animation-delay: .40s;
}
.content-item:nth-of-type(6).move_in p{
	animation-delay: .45s;
}
.content-item:nth-of-type(7).move_in p{
	animation-delay: .50s;
}
.content-item:nth-of-type(8).move_in p{
	animation-delay: .555s;
}
.content-item:nth-of-type(9).move_in p{
	animation-delay: .60s;
}
.content-item:nth-of-type(10).move_in p{
	animation-delay: .65s;
}

/*panel videos-----------------------------------*/
.textright .panelvideo{
	padding: 0 !important;
	position: relative;
   	float: right;
}
.panelvideo video {
    position: absolute;
    top: 0;
    right: 0;
	background-size: 100% 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
@media screen and (max-width: 1060px) {
	.panelvideo video{
		width: 100%;
		height: unset !important;
	}
}
@media screen and (min-width: 1920.1px) {
	.panelvideo video {
		width: unset;
		/* height: 100%; */
}
}


/*expand content*/

.expand {
    background: rgba(0,0,0, .75);
    z-index: 9000 !important;
	height: 100vh;
    width: 100%;
	opacity: 0;
    position: fixed;
	left: -200%;
	top: 0;
    transition: opacity .035s ease-in-out;
}
.expanded{
	opacity: 1;
    left: 0;
}
.expand .expand_body{
	opacity: 0;
	position: fixed;
	height: 0px;
    width: 0px;
	left:50%;
	top:50%;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFF;	
    transition: all .15s ease-in-out;
	-webkit-box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 56%);
    box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 56%);
}
.expand.expanded .expand_body{
	opacity: 1;
	width: 90%;
	left:5%;
	top:5vh;
	overflow-y: auto;
}
.scroll_y{
	overflow-y: auto;
}
.expand.expanded .expand_body, .expand .expand_body .panels.twin.textleft > div{
	height: 90vh;
}	
.expand.expanded .expand_body.short, .expand .expand_body.short .panels.twin.textleft > div{
	max-height: 90vh;
	height: 500px;
}	

.panels.twin.textleft > div:nth-of-type(2){
	overflow-y: auto;
}

.expand.expanded div.panels:first-of-type {
    padding-top: 0 !important;
}
.expanded.collapsed .expand_body{
	opacity: 0;
	width: 0px;
	height: 0px;
	left:50%;
	top:50%;
    transition: all .25s ease-in-out;
}
a.closex, .panels.black a.closex {
    position: absolute;
    top: -1px;
    right: 36px;
    z-index: 10;
    font-size: 29px;
    display: block;
    padding: 10px;
	text-decoration: none;
	border:1px solid;
	border-color: transparent;
	background-color: #000;
	color: #FFF !important;
	line-height: 1em;
}
a.closex:hover, a.closex:focus, .panels.black a.closex:hover , .panels.black a.closex:focus {
	background-color: #FFF;
	color: #000 !important;
	border-color: #000 !important;
}
.noscroll{
	overflow:hidden;
}
.expanded .panels.twin.textleft > div:nth-of-type(2n + 2) {
    max-width: unset;
}
@media (max-width:1060px){
	.expand_body .panels.twin > div:nth-of-type(1){
		display: none;
	}
}


.phone_link:before, 
.reminder_link:before, 
.twitter_link:before, 
.info_link:before, 
.video_link:before, 
.history_link:before, 
.course_link:before, 
.audio_link:before, 
.map_link:before, 
.cal_link:before, 
.email_link:before, 
.clock_link:before, 
.download_link:before, 
.return_link:before, 
.read_link:before, 
.text_link:before, 
.check_link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    position: relative;
    font-size: 18px;
    text-decoration: none !important;
    left: 0px;
    top: 1px;
    color: #3a3a3a;
    margin-right: 5px;
}
.video_link:before {
    content: "\f03d";
}
.download_link:before {
    content: "\f019";
}
.nolist{
	list-style:none;
	margin:0 0 15px !important;
	padding:0;
	overflow:hidden;
	display: block;
    width: 100%;
}
.nolist.inline li{
	display:inline-block;
	float:left;
	margin-right:8px;
}
ul.indent{
    margin-left: 0;
    padding-left: 20px;
}

.callout {
    float: right;
	margin: 20px 0 30px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    clear: right;
	background-color: #f0f5f7;
	width: calc(100% - 15px);
	color: #000;
	border-left: 3px solid #005d86;
}