@charset "utf-8";
/* CSS Document */

/* Global Styles */ 
body,td,th{
	font-family: 'Montserrat', sans-serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 25px;
	vertical-align: baseline;
	width: 100%;
	height: auto;
	color: #474747;
	margin-left: 0px;
	margin-right: 0px;
}









/* page links */ 
a:link {
	color: #00b49d;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #00b49d;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CCCCCC;
	transition: color .5s ease;
	font-style: normal;
	text-decoration: none;
}
a:active {
	color: #00b49d;
	text-decoration: none;
	font-style: normal;
}
/* header comms */ 
a.class2:link {
	color: #FFFFFF;
	size: x-large;
	font-size: 150%;
	text-decoration: none;
}
a.class2:visited {
	color: #FFFFFF;
	size: x-large;
	font-size: 150%;
	text-decoration: none;
}
a.class2:hover {
	color: #CCCCCC;
	size: x-large;
	transition: color .5s ease;
	font-size: 150%;
	text-decoration: underline;
}
a.class2:active {
	color: #ffffff;
	font-size: 150%;
	text-decoration: none;
}
/* footer */ 
a.class3:link {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: normal;
}
a.class3:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: normal;
}
a.class3:hover {
	color: #cccccc;
	text-decoration: underline;
	transition: color .5s ease;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: normal;
}
a.class3:active {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: normal;
}
/* global-includes */ 
a.class4:link {
	color: #2666A5;
}
a.class4:visited {
	color: #2666A5;
}
a.class4:hover {
	color: #c2c2c2;
	transition: color .5s ease;
}
a.class4:active {
	color: #2666A5;
}
/* menus */ 
a.class5:link {
	color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
}
a.class5:visited {
	color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
}
a.class5:hover {
	color: #CCCCCC;
	transition: color .5s ease;
	text-decoration: underline;
	font-size: medium;
	font-weight: normal;
}
a.class5:active {
	color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
}
/* header email */ 
a.class6:link {
	color: #000000;
	font-size: x-large;
	text-decoration: none;
	font-weight: normal;
}
a.class6:visited {
	color: #000000;
	font-size: x-large;
	text-decoration: none;
	font-weight: normal;
}
a.class6:hover {
	color: #CCCCCC;
	font-size: x-large;
	transition: color .5s ease;
	text-decoration: underline;
	font-weight: normal;
}
a.class6:active {
	color: #000000;
	font-size: x-large;
	text-decoration: none;
	font-weight: normal;
}





/* Selectors */
#container {
	height: auto;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#header-inner {
	width: 100%;
	float: none;
	height: 200px;
	text-align: center;
	margin-top: 20px;
	padding-top: 80px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
}
#wrap {
	max-width: 1200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
}
#menu {
	width: 100%;
	height: auto;
	float: right;
	z-index: 5000;
	position: absolute;
	border-bottom: 10px solid #000000;
	background-color: #00b49d;
	text-align: right;
	margin-top: -20px;
	margin-bottom: 23px;
}
/* Parallax sections*/
.parallax-window {
	min-height: 400px;
	background: transparent;
	float: none;
	width: auto;
}







/* general div */
#box001 {
	width: 100%;
	height: auto;
	float: left;
}
/* header */
#box002 {
	height: 180px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: -10px;
}
#box003 {
	height: auto;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #00b49d;
	float: left;
	padding-top: 10px;
}
#box004 {
	height: auto;
	width: 260px;
	text-align: center;
	background-color: #00b49d;
	float: right;
}
#box005 {
	width: 100%;
	float: left;
	height: 70px;
	background-color: #00b49d;
	padding-top: 10px;
	padding-bottom: 0px;
	clear: left;
}	
#box006 {
	height: auto;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #3B5998;
	padding-top: 10px;
	float: left;
}
#box007 {
	height: auto;
	width: 200px;
	text-align: center;
	background-color: #3B5998;
	float: right;
}









/* layout */
#box020 {
	width: 100%;
	text-align: center;
	float: left;
	height: auto;
	padding-bottom: 40px;
}
#box022 {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../images/website/seasafe-marine-survey-speedboat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 60px;
}
#box023 {
	width: 100%;
	float: left;
	height: auto;
	background-color: #F2F2F2;
	padding-top: 10px;
}
#box024 {
	width: 100%;
	float: left;
	height: auto;
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 60px;
}







#box050 {
	width: 100%;
	height: auto;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
#box051 {
	height: auto;
	text-align: center;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 45%;
}
#box052 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#box053 {
	width: 100%;
	height: auto;
	clear: left;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
#box054 {
	height: auto;
	width: 1090px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 20px;
	float: none;
	clear: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#box055 {
	max-width: 590px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	border: medium solid #999999;
	clear: left;
	margin-bottom: 40px;
}
/* div to center table*/
#box056 {
	text-align: center;
	margin-bottom: 40px;
	height: auto;
	float: left;
	margin-top: 20px;
	width: 100%;
}
#box057 {
	width: 100%;
	height: auto;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}








#box059 {
	height: 165px;
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* main square panels*/
#box060 {
	width: 100%;
	float: left;
	background-image: url(../images/website/home-seasafe-superyacht.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	background-position: left 0%;
	background-color: #EFEFEF;
}
#box061 {
	width: 33%;
	float: right;
	background-color: #EFEFEF;
	padding-top: 5%;
	padding-left: 8%;
	padding-right: 8%;
	height: auto;
	padding-bottom: 5%;
	min-height: 300px;
}
#box062 {
	width: 100%;
	float: right;
	background-image: url(../images/website/home-seasafe-commercial.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	height: auto;
	background-position: right top;
	background-color: #EFEFEF;
}
#box063 {
	width: 35%;
	float: left;
	background-color: #EFEFEF;
	padding-top: 5%;
	padding-left: 8%;
	padding-right: 8%;
	height: auto;
	padding-bottom: 5%;
	min-height: 300px;
}
#box064 {
	width: 100%;
	float: left;
	background-image: url(../images/website/home-seasafe-private.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	background-position: left 0%;
}
#box066 {
	float: left;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 144px;
	text-align: center;
	background-color: #3B5998;
	width: 917px;
	z-index: 1000;
	position: absolute;
}

/* hoverbox screens centering */
#box067 {
	height: auto;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}
/* hoverboxr button */
#box068 {
	height: 50px;
	width: 180px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border: medium solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #515151;
	border-radius: 15px;
}
#box070 {
	width: 100%;
	height: auto;
	float: none;
	z-index: 1000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-top: auto;
}
#box071 {
	width: 460px;
	height: 443px;
	background-image: url(../images/website/seasafe-marine-survey.png);
	background-repeat: no-repeat;
	z-index: 1000;
	float: left;
	text-align: center;
	background-size: 100% auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-position: 0% center;
}
#box072 {
	height: auto;
	z-index: 1000;
	width: 500px;
	line-height: 30px;
	float: right;
	text-align: center;
	margin-right: 14%;
	margin-top: 345px;
}
#box074 {
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	text-align: left;
	height: 460px;
	border-bottom: thin solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5%;
	max-width: 215px;
}









/* Tables */
/* container for smaller box divs */
#box150 {
	float: none;
	height: auto;
	width: 666px;
}
/* header width 1 with background colour*/
#box151 {
	width: 85%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border: 1px solid #9E9E9E;
	height: auto;
}
/* header width 1 no background colour*/
#box152 {
	width: 669px;
	float: left;
	background-color:none ;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #c2c2c2;
}
/* header width 2 with background colour*/
#box153 {
	width: 554px;
	float: left;
	background-color: #FAE2B8;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #c2c2c2;
}
/* header width 3 no background colour*/
#box154 {
	width: 554px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #c2c2c2;
}
/* sub-headers width 1 with background colour*/
#box155 {
	width: 200px;
	float: left;
	background-color: #7B7B7B;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #c2c2c2;
	color: #F9F9F9;
}
/* sub-headers width 2 no background colour*/
#box156 {
	width: 440px;
	float: left;
	background-color: #FAE2B8;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	height: 40px;
	border: 1px solid #c2c2c2;
}
/* data width 1 */
#box157 {
	width: 200px;
	float: left;
	padding: 10px;
	height: 40px;
	border: 1px solid #c2c2c2;
	background-color: #FFFFFF;
}
/* data width 2 */
#box158 {
	padding: 10px;
	height: 140px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	text-align: left;
	float: left;
	border-width: 1px;
	border-color: #c2c2c2;
	width: auto;
}
/* container for smaller box divs 2 */
#box160 {
	float: left;
	height: auto;
	width: 500px;
}












/* Indents */
/* Site Map */
/* Base */
#box200 {
	padding-left: 0px;
	padding-bottom: 5px;
	width: 220px;
	float: left;
	text-align: left;
	height: auto;
	clear: left;
	padding-top: 5px;
}
/* branch subs */
#box201 {
	padding-left: 10%;
	background-image: url(../images/website/branch.png);
	background-repeat: no-repeat;
	background-position: 15% top;
	clear: left;
	height: 20px;
	width: 220px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* branch sub subs */
#box202 {
	padding-left: 35%;
	background-image: url(../images/website/branch.png);
	background-repeat: no-repeat;
	background-position: 40% top;
	clear: left;
	height: 20px;
	width: 220px;
	float: left;
	padding-bottom: 5px;
}
/* bullet */
#box204 {
	width: 240px;
	float: right;
	margin-left: auto;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url(../images/website/bullet.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	margin-right: auto;
	height: auto;
}
/* quotes */
#box205 {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-left: 40px;
	border-top: medium solid #a0410d;
	border-bottom: medium solid #a0410d;
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
	width: 60%;
	float: left;
}
#box206 {
	height: 60px;
	float: left;
	text-align: left;
	width: 100%;
}
#box207 {
	height: auto;
	float: none;
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}








/* Form - non-membership */
#box300 {
	border: 1px solid #000;
	border-radius: 10px;
	float: none;
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
	height: auto;
	background-color: none;
	clear: left;
	margin-bottom: 60px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#box301 {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
#box302 {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	float: none;
	margin-left: 25px;
}
/* Review Form */
#box305 {
	border: 1px solid #000;
	border-radius: 10px;
	float: none;
	padding-top: 5%;
	padding-bottom: 5%;
	height: auto;
	margin-bottom: 25px;
	padding-right: 0%;
	text-align: center;
	padding-left: 0%;
	margin-top: 60px;
	max-width: 400px;
	min-width: 337px;
	margin-left: auto;
	margin-right: auto;
}
#box306 {
	float: left;
	height: auto;
	width: auto;
	text-align: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#box307 {
	border: 1px solid #000;
	border-radius: 10px;
	float: none;
	padding-top: 5%;
	padding-bottom: 5%;
	height: 700px;
	margin-bottom: 40px;
	padding-right: 0%;
	text-align: left;
	padding-left: 2%;
	margin-top: 60px;
	max-width: 400px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.box{
	font-size: small;
	color: #333;
	padding: 2px;
	float: right;
	background-color: #FFF;
	text-decoration: none;
	margin-bottom: 30px;
}
.cols{
	width: 90%;
}
.formbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	background-color: #6bd6c4;
	border: thin solid #666;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	height: 50px;
	width: 150px;
	font-size: medium;
	margin-top: 10px;
}
/* the important overides the menu css checkbox */
.formcheckbox{
	display: block !important;
	transform: scale(1.5);
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
}
.formboxwidth001 {
	font-family: 'Montserrat', sans-serif;
	font-size: medium;
	height: 25px;
	float: left;
	width: 89%;
	margin-bottom: 5px;
}
.formboxwidth002 {
	font-family: 'Montserrat', sans-serif;
	font-size: medium;
	height: 150px;
	float: left;
	width: 90%;
}












/* Global Terms */
#box400 {
	width: auto;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	clear: left;
	height: auto;
}
/* Indents */
#box401 {
	background-image: url(../images/website/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 500px;
	text-align: justify;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
/* Recommended websites container */
#box402 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}

















/* Footer */
#footer {
	height: auto;
	width: 100%;
	float: left;
	color: #FFFFFF;
	font-size: small;
	background-color: #323232;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}
#box500 {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
	max-width: 1000px;
}
#box501 {
	text-align: left;
	float: left;
	height: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	width: 35%;
}
#box502 {
	max-width: 920px;
	height: auto;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
#box503 {
	width: 100%;
	height: 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	float: none;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#box504 {
	float: none;
	height: auto;
	text-align: left;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	max-width: 1000px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}














/* animated divs hover */
#box700{
	height: 200px;
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 80px;
	margin-left: 15px;
	width: 240px;
}
#box701 {
	height: auto;
	float: left;
	text-align: left;
}
#box702{
	width: 304px;
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 209px;
	padding-top: 3px;
	font-weight: normal;
	font-size: medium;
	line-height: 21px;
	border: 1px solid #ffffff;
}


















/* Text Classes */
.h1 {
	font-size: 139%;

}
.h2 {
	font-size: 100%;

}
.h3 {
	font-size: 100%;

}
.h4 {
	font-size: 100%;

}
.border {
	border: 0.5px solid #333;
	float: left;
	margin-right: 40px;
}
.textitalic001 {
	font-style: italic;
}
/* text classes */
/* colour 1 */
/* s */
.text001 {
	color: #FFFFFF;
	font-size: small;
}
/* m */
.text002 {
	color: #FFFFFF;
	font-size: medium;
}
/* l */
.text003 {
	color: #FFFFFF;
	font-size: medium;
}
/* xl */
.text004 {
	color: #FFFFFF;
	font-size: x-large;
}
/* xxl */
.text005 {
	color: #FFFFFF;
	font-size: xx-large;
}
/*s-bold */
.text006 {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
/* m-bold */
.text007 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
/* l-bold */
.text008 {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
}
/* xl-bold */
.text009 {
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}
/* xxl-bold */
.text010 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 160%;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}

/* colour 2 */
/* s */
.text021 {
	color: #000000;
	font-size: small;
}
/* m */
.text022 {
	color: #000000;
	;
	font-size: medium;
}
/* l */
.text023 {
	color: #000000;
	font-size: large;
}
/* xl */
.text024 {
	color: #000000;
	font-size: x-large;
}
/* xxl */
.text025 {
	color: #000000;
	font-size: xx-large;
}
/*s-bold */
.text026 {
	color: #000000;
	font-size: small;
	font-weight: bold;
}
/* m-bold */
.text027 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
/* l-bold */
.text028 {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}
/* xl-bold */
.text029 {
	color: #000000;
	font-weight: bolder;
	font-size: x-large;
}
/* s */
.text030 {
	color: #000000;
	font-size: x-large;
	font-weight: bold;
}
/* colour 1 */
/* s */
.text041 {
	color: #e30b5d;
	font-size: small;
}
/* m */
.text042 {
	font-size: 87%;
	color: #FFFFFF;
}
/* l */
.text043 {
	font-size: 70%;
	color: #FFFFFF;
}
/* xl */
.text044 {
	color: #e30b5d;
	font-size: x-large;
}
/* xxl */
.text045 {
	color: #e30b5d;
	font-size: xx-large;
}
/* m-bold */
/* used on global terms */
.text090 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
/* l-bold */
/* used on global terms */
.text091 {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}












/* Positioning */
.floatleft001 {
	float: left;
	margin-right: 25px;
}
.imagemargin001 {
	margin-left: 20px;
	margin-right: 20px;
}
.imagemargin002 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.clearleft {
	clear:left;
}













/* Formatting */
.bullet001 {
	color: #000000;
	margin-right: 10px;
	height: 2px;
	margin-top: -2px;
  }
.bullet002 {
	color: #4FAD2D;
	display: inline-block;
	margin-right: 5px;
	height: 2px;
	margin-top: -2px;
  }
.imageborder001 {
	border-width: 1px;
	border-color: Black;
}
/* rule for main divs*/
.hr001 {
	display: block;
	height: 1px;
	border-top-style: solid;
	border-top-width: thin;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
}
/* rule for footer info panels*/
.hr002 {
	display: block;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #b7b7b7;
	margin-right: 0;
	margin-left: 0;
	width: 30%;
}
/* rule for footer privacy panels*/
.hr003 {
	display: block;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #b7b7b7;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}
/* fade rule*/
.hr004 {
	height: 1px;
	background-color: transparent;
	max-width: 25em;
	margin: auto;
	background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
	margin-top: 40px;
	margin-bottom: 40px;
	border: thin solid transparent;
}












/* sizing */
/* maxes all images to 100% of div */
.img {
	width: 100%;
	height: auto;
	margin-right: 10px;
}
/* basic responsive img keeps original size when maxed */
.fixed-ratio-resize { 
	max-width: 100%;
	height: auto;
}
/* iFrames */
.scalable iframe {
	height: 100%;
	width: 100%;
}
.cover001 {
 object-fit: cover;
 object-position: middle;
}
.cover002 {
 object-fit: cover;
 object-position: top;
 overflow-y: hidden; 
}
/* formats content on the page */
.scalable .scalable-content {
	height: auto;
	position: relative;
	width: auto;
	float: left;
}
.scalable-16-9 .scalable-content {
	width: 100%;
	height: 700px;
	float: left;
	padding-top: 40px;
	margin-bottom: 60px;
}
/* for iframe*/
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 62%;
	height: 100%;
	float: right;
}
/* for mp4*/
.videoWrapper video {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 11%;
	margin-top: 11%;
}
/* horizontal scroll for tables */
.overflowy-hidden {
	width: 100%;
	overflow-y: hidden;
	border: thin solid #CCCCCC;
	height: auto;
}
.iframe-rwd  {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
