#call, .search, #header, #quoteform, #postheader, #footerTable {
	display: none;
}
.img100 {
	max-width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.RadMenu, .RadMenu_IWB ul.rmRootGroup, .RadMenu_IWB div.rmRootGroup, .RadMenu_IWB .rmItem .rmLink:hover, .RadMenu_IWB .rmItem .rmFocused, .RadMenu_IWB .rmItem .rmSelected, .RadMenu_IWB .rmItem .rmExpanded, .RadMenu_IWB .rmItem .rmExpanded:hover {
	background: none transparent !important;
	color: #4d4e52 !important;
}
.RadMenu_IWB .rmItem .rmLink {
	color: #4d4e52;
}
.RadMenu_IWB .rmHorizontal li.rmSeparator .rmText {
	background-color: #4d4e52;
}
.primaryTable, .primaryTextCell {
	width: 100%;
	padding: 0px;
}
#lpHeader {
	background: url(header.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 0px;
	border-bottom: 5px solid #6AB3E8;
}
#lpHead h1 {
	font-family: 'Cabin';
}
#lpHead p {
	color: #fff;
	font-size: 1.2em;
	margin: 25px 0px 10px;
}
#lpNews {
	padding: 15px 0px 35px;
}
#lpNews h2 {
	text-align: center;
}
#lpInfo {
	padding: 35px 0px 15px;
	background: #6AB3E8;	
}
#lpInfo h2 {
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
}
#lpIns {
	padding: 35px 0px;	
}
#lpIns h2 {
	color: #004680;
	text-align: center;
}
#lpIns p {
	color: #69B3E7;
	text-align: center;
	margin: 15px 0 25px;
}
#lpIns img {
	margin: 0 auto;
	display: block;
}
#lpIns .col-sm-7 {
	background: url(ebook.jpg) bottom left no-repeat;
	background-size: cover;
	min-height: 300px;
	max-height: 423px;
	padding-top: 125px;
}
#lpIns .col-sm-7 a {
	display: block;
	width: 125px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,70,128,.7);
	text-align: center;
	padding: 2px 5px;
	margin: 0px 0px 10px;
	font-size: 15px;
	float: right;
    clear: both;
}
#lpIns .col-sm-7 a:hover {
	background: rgba(0,70,128,1);
	text-decoration: none;
}
#alertSquares {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
	text-align: center;
}
#alertSquares:before, #alertSquares:after {
  display: none;
}
.alertSquare {
	width: 100%;
	height: 323px;
	cursor: pointer;
	background-size: cover;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.alertSquare:hover {
	text-decoration: none;
}
.alertSquare span {
	background: rgba(0,70,128,.7);
	padding: 5px 10px 5px 22px;
	color: #ECECEC;
	width: 100%;
	font-size: 16px;
	text-align: left;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.alertSquare:hover span {
	background: rgba(0,70,128,1);
	padding: 15px 15px 15px 22px;
	color: #fff;
}
.alertSquare span:hover {
	background: rgba(0,70,128,1);
}
#alertSquare01 {
	background-image: url(newsletter1.jpg);
}
#alertSquare02 {
	background-image: url(newsletter2.jpg);
}
#alertSquare03 {
	background-image: url(newsletter3.jpg);
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.2);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 0;
	right: 0;
	margin: 150px auto 0px;
	width: 95%;
	max-width: 400px;
	background: none #004680;
	position: absolute;
	z-index: 101;
	padding: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.reveal-modal p {
	font-size: 15px;
	line-height: 1.3em;
	margin: 25px 0px 0px;
	color: #fff;
}


@media (min-width: 600px) {
	.alertSquare {
		width: 47%;
		height: 273px;
	}
}
@media (min-width: 768px) {
	#lpIns .col-sm-7 {
		padding-top: 211px;
	}
}
@media (min-width: 992px) {
	.alertSquare {
		width: 30%;
		height: 323px;
	}
}