.path-frontpage main { display: block; }
.path-frontpage .region-highlighted{ padding:0; }
.path-frontpage .layout-content{ padding:0; }

/* HP BANNER ----------------------------------------------- */
.hp-banner,
.hp-banner * { box-sizing: border-box; }
.hp-banner { display: flex; justify-content: center; align-items: center; padding: 90px 30px 190px; font-size: 70px; background: #fff url('img/wrh-banner.jpg') center center no-repeat; background-size: cover; }
.hp-banner .content { display: flex; flex-direction: column; text-align: center; }
.hp-banner .content h1 { margin: 0 0 0.5em; color: #fff; font-size: 44px; font-weight: 300; line-height: 1em; text-transform: uppercase; letter-spacing: .025em; text-shadow:2px 2px 0 rgba(30,66,106,.65);  }
.hp-banner .content p { color:#fff; font-size:20px; line-height:1.4em; margin:0 auto; max-width:700px; }
.hp-banner .content *:last-child { margin-bottom: 0; max-width: 950px;}

/* HP PRIMARY BUTTONS ---------------------------------------------- */
.hp-primary-btns,
.hp-primary-btns * { box-sizing: border-box; }
.hp-primary-btns { position: relative; max-width: 1275px; padding: 0 50px; margin: -120px auto 100px; }
.hp-primary-btns .btns-wrap { display: flex; flex-direction: row; padding: 20px 0 50px; background-color: rgba(255,255,255,0.75); box-shadow: 1px 14px 20px rgba(10,35,40,0.15); }
.hp-primary-btns .btn-wrap { width: 33.333%; padding: 0 50px }
.hp-primary-btns .btn-wrap .icon-btn .info { border-left: 5px solid #48a19a; box-shadow: 1px 12px 10px rgba(10,35,40,0.15); }


.hp-alert {
    max-width: 1175px;
    margin: -50px auto 90px;
    background: #dfe3ef;
    padding: 55px 50px 35px;
    box-sizing: border-box;
}


/* HP INTRO ----------------------------------------------------- */
.hp-intro,
.hp-intro * { box-sizing: border-box; }
.hp-intro { max-width: 1275px; padding: 0 100px 100px; margin: 0 auto; }
.hp-intro .content { display: flex; flex-direction: row; justify-content: space-between; }
.hp-intro .col-left { width: 100%; max-width: 710px; padding: 0 50px 0 0; background: #fff url('img/spacer.gif') left 30px bottom no-repeat; background-size: 80% auto; }
.hp-intro .col-left h2 { margin: 0 0 0.7em; color: #2a2a2a; font-size: 40px; font-weight: 300; line-height: 1.2em; }
.hp-intro .col-left p { margin: 0 0 1em; color: #2a2a2a; font-size: 18px; font-weight: 400; }
.hp-intro .col-left *:last-child { margin-bottom: 0; }
.hp-intro .col-right { width: 370px; }
.hp-intro .col-right .custom { padding: 40px 0 10px 35px; }
.hp-intro .col-right .custom li { font-size: 20px; font-weight: 300; margin-bottom:25px; }
.hp-intro .col-right .custom li a { color: #2a2a2a; text-decoration: none; }

/* HP CTAS --------------------------------------------------------- */
.hp-ctas {  }
.hp-ctas .hp-ctas-wrap {  }
.hp-ctas .view-content { }
.hp-ctas .hp-cta { position: relative; padding: 100px 0 30px; background: #fff url('img/spacer.gif') right center no-repeat; background-size: cover; max-width:100% !important; }
.hp-ctas .hp-cta > a { display: block; max-width: 1175px; margin: 0 auto; padding: 0 50px; color: #fff; font-weight: bold; position: relative; z-index: 4; text-shadow: 0 0 2px rgba(0,0,0,0.9); }
.hp-ctas .hp-cta .before,
.hp-ctas .hp-cta .after { display: none; position: absolute; left: 0; width: 100%; }
.hp-ctas .hp-cta .before { z-index: 2; top: 0; height: 400px; background: #fff url('img/spacer.gif') right top no-repeat; background-size: auto 100%; }
.hp-ctas .hp-cta .after { z-index: 1; bottom: 0; height: 100%; background: #fff url('img/header-bg-gradient.jpg') center center no-repeat; background-size: cover; }
.hp-ctas .hp-cta .hp-cta-outer { box-sizing: border-box; position: relative; z-index: 3; max-width: 1275px; padding: 0; margin: 0 auto; }
.hp-ctas .hp-cta .hp-cta-wrap { padding: 0 50px 50px; }
.hp-ctas .hp-cta .info { position: relative; padding: 90px 50px 20px; background-color: rgba(255,255,255,0.9); box-shadow: 1px 14px 20px rgba(10,35,40,0.15); text-align: center; }
.hp-ctas .hp-cta .info h3.title,
.hp-ctas .hp-cta .info p,
.hp-ctas .hp-cta .info .btn-wrap { width: 100%; max-width: 720px; margin-left: auto; margin-right: auto; }
.hp-ctas .hp-cta .info h3.title { margin-bottom: 0.7em; color: #212121; font-size: 40px; font-weight: 300; line-height: 1.2em; }
.hp-ctas .hp-cta .info p { color: #212121; font-size: 18px; font-weight: 400; line-height: 1.75; }
.hp-ctas .hp-cta .info .btn-wrap { position: relative; bottom: -45px; }
.hp-ctas .hp-cta .info .btn-wrap .btn { text-decoration: none; font-weight: bold; text-transform: none; }
.hp-ctas .hp-cta img { display: none; }
.hp-ctas .slick-dots { bottom: 10px; }
.hp-ctas .slick-dots li { width: 11px; height: 11px; margin: 0 5px; }
.hp-ctas .slick-dots li button { width: 11px; height: 11px; border-radius: 100%; background-color: rgba(255,255,255,1); }
.hp-ctas .slick-dots li button::before { display: none; }
.hp-ctas .slick-dots li.slick-active button { background-color: rgba(255,255,255,0.5); }


/* HP ABOUT -------------------------------------------------------- */
.hp-about,
.hp-about * { box-sizing: border-box; }
.hp-about { padding: 160px 0; }
.hp-about .content { display: flex; flex-direction: row; justify-content: space-between; max-width: 1275px; padding: 0 100px; margin: 0 auto; }
.hp-about .content .col-left { width: calc(100% - 500px); max-width: 525px; padding-right: 50px; }
.hp-about .content .col-left h2 { margin: 0 0 0.7em; color: #2a2a2a; font-size: 40px; font-weight: 300; line-height: 1.2em; }
.hp-about .content .col-left p { margin: 0 0 2em; color: #2a2a2a; font-size: 18px; font-weight: 400; }
.hp-about .content .col-left a { text-decoration: none; }
.hp-about .content .col-right { display: flex; flex-direction: row; width: 500px; padding: 50px 0 0; }
.hp-about .content .col-right .icon-wrap { width: 33.3%; padding: 0; }
.hp-about .icon-btn .info .title { font-size: 12px; }
.hp-about .icon-btn .info::after { box-shadow: 1px 12px 10px rgba(10,35,40,0.15); }


/* HP LOWER -------------------------------------------------------- */
.hp-lower,
.hp-lower * { box-sizing: border-box; }
.hp-lower { padding: 160px 0; }
.hp-lower .content { display: flex; flex-direction: row; justify-content: space-between; max-width: 1275px; padding: 0 100px; margin: 0 auto; }
.hp-lower .col-left { width: calc(100% - 500px); max-width: 525px; padding-right: 50px; }
.hp-lower .col-left h2 { margin: 0 0 0.7em; color: #2a2a2a; font-size: 40px; font-weight: 300; line-height: 1.2em; }
.hp-lower .col-left p { margin: 0 0 2em; color: #2a2a2a; font-size: 18px; font-weight: 400; }
.hp-lower .col-left a { text-decoration: none; }
.hp-lower .col-right { padding: 50px 0 0; }
.hp-lower .col-right .icon-wrap { width: 33.3%; padding: 0; }
.hp-lower .icon-btn .info .title { font-size: 12px; }
.hp-lower .icon-btn .info::after { box-shadow: 1px 12px 10px rgba(10,35,40,0.15); }
.hp-lower ul.custom{ columns:2; }
.hp-lower ul a{ color:#333; text-decoration: none; }
.hp-lower img{ width:75px; }

/* DOC PAGES --------------------------------------------------- */

.doc-banner{
	color:#fff;
	font-size:24px;
	margin:30px 0 0 5px;
	text-shadow:.06em .06em 0 rgba(30,66,106,.65);
}
.doc-banner .item{ width:100%; max-width:100%; flex-basis: 100%; }

/* FORM STYLING ----------------------- */

.webform-submission-form label.option {font-weight: normal; }

.form-col-4{ float:left; width:25%; margin:20px 0; }
.form-col-3{ float:left; width:33.333%; margin:20px 0; }
.form-col-2{ float:left; width:50%; margin:20px 0; }
.form-clear{ clear:both; }


/*New Blog Styles ------------------------- */

.blog .item .wrap{
	position: relative;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.21);
}
/*.blog .item .wrap:before, .blog .item .wrap:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
}

.blog .item .wrap:before{
    box-shadow: -15px 0 15px -15px inset;
    left: -15px;
}

.blog .item .wrap:after{
    box-shadow: 15px 0 15px -15px inset;
    right: -15px;
}
*/
.blog .item .wrap .text{
	padding: 30px;
	text-align: center;
}

.blog .item .wrap .text h4{
	text-align: center;
}

.blog .item .wrap .text a.btn{
	background: transparent;
	color: #244393;
	border: #244393 2px solid;
}

.qss-doc .item .wrap{
	text-decoration: none;
}

.qss-doc .item .wrap h3{
	text-align: center;
	font-size: 14px;
	margin: 0 0 15px;
}

.qss-doc .item .wrap h4{
	text-align: center;
	font-size: 12px;
}


