﻿@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

/*GLOBAL CSS ELEMENTS*/
html {
    padding: 0px;
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

body {
    padding: 0px;
    margin: 0px;
}

#s4-bodyContainer {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size:16px;
	
}

html, body {
    height: 100%;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ol {
}

ol li {
/*    list-style: decimal;*/
}

hr {
    border: thin #d0cece dotted;
    margin: 30px 0;
}

::selection {
    background: #0278df;
    color: #ffffff;
}

::-moz-selection {
    background: #0278df;
    color: #ffffff;
}

:focus {
    outline: none;
}

div.contcta p::selection {
    background: #062e4c;
    color: #ffffff;
}

div.contcta p::-moz-selection {
    background: #062e4c;
    color: #ffffff;
}

div.contcta h4::selection {
    background: #062e4c;
    color: #ffffff;
}

div.contcta h4::-moz-selection {
    background: #062e4c;
    color: #ffffff;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
    color: #2a68a6;
}

.canvas {
    height: 100%;
    background: #fff;
}

.contentwrap {
    margin: 0px auto;
}

#logoWrap {
    margin: 20px auto;
}

#logo {
    border: 0px;
}

img {
    border: none;
}

.estimator input[type="button"].pillbutton {
    background-color: #0278df !important;
    color: #ffffff !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px !important;
    border: none !important;
    padding: 10px 25px !important;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.pillbutton {
    background-color: #0278df;
    color: #ffffff !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.pillbutton:hover {
    background-color: #2b5584 !important;
    color: #ffffff !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 20px;
}

.whitebutton {
    background-color: #ffffff !important;
    color: #0278df !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 0px;
    display: inline-block;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.whitebutton:hover {
    background-color: #2b5584 !important;
    color: #ffffff !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 0px;
}

.bodytextlink {
    display: inline-block;
    width: 40%;
    margin: 30px 50px 20px 0px;
}

.bodytextlink a {
    font-size: 19px;
    color: #b27100;
    font-weight: 100;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.bodytextlink a:hover {
    font-size: 19px;
    color: #0278df;
    font-weight: 100;
}

.clearb {
    clear: both;
}

.pdfLink {
    display: inline;
    padding-right: 25px;
    line-height: 17px;
    background: transparent url(../images/page_white_acrobat.png) center right no-repeat;
}

.videoLink {
    display: inline;
    padding-right: 25px;
    line-height: 17px;
    background: transparent url(../images/video-icon.png) center right no-repeat;
}

.img-align-rgt {
    float: right;
    margin-left: 20px;
    width: 50%;
}

.img-align-rgt img {
    position: relative;
    width: 100%;
}

.align-rgt {
    float: right;
    margin-left: 20px;
}

.align-lft {
    float: left;
    margin-right: 20px;
}

.estimator input {
    /*font-size: 17px;
    font-weight: 100;
    padding: 5px 20px;
    margin-left: 5px;
        */
}



/*END GLOBAL CSS ELEMENTS*/

/*TYPOGRAPHY*/

h1 {
    margin: 0px;
    font-size: 72px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

#maincont h3 {
    color: #135397 !important;
    font-size: 32px !important;
    font-weight: 100 !important;
    margin-bottom: 40px !important;
    margin-top: 0 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

h4 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}

#maincont h4 {
    color: #0278df;
    font-size: 24px !important;
    font-weight: 300 !important;
    margin-top: 60px;
    text-transform: uppercase !important;
}

h6 {
    color: #0278df;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 10px 0px;
}

p {
    margin: 14px 0px;
}

.hpbody {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    width: 580px;
    font-weight: 400;
}


.bbcopy {
    bottom: 22%;
    position: absolute;
    width: 36%;
    min-width: 442px;
    max-width: 500px;
    padding: 30px 30px 30px 30px;
    background-color: #ffffff !important;
    display: block;
    margin-top: 80px;
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.bbcopy h1 {
    /*background-color:#ffffff;
    background-color: rgba(255, 255, 255, .8) !important;
    display:inline-block;*/
    color: #000000;
    /*padding:0px 20px;*/
    font-size: 38px;
    margin-bottom: 10px;
}

.bbcopy p {
    /* background-color:#ffffff;
    background-color: rgba(255, 255, 255, .8) !important;*/
    color: #000000;
    /*padding:10px 20px 20px 20px;*/
    margin: 0px 0px 40px 0px;
}

.bbcopy a {
    font-weight: 500;
    font-size: 18px;
    color: #0278df;
}

.bbcopy a:visited {
    font-weight: 500;
    font-size: 18px;
    color: #0278df;
}

.font15 {
    font-size: 15px !important;
    line-height: 22px !important;
}

.contentwrap p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

#leftcol p {
    font-size: 15px;
    margin: 15px 0;
    padding: 5px 10px;
    line-height: 23px;
}

#leftcol ol li {
    color: #2a68a6;
}

#leftcol h4 {
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.pullquote p {
    font-size: 33px !important;
    line-height: 37px !important;
    margin-bottom: 5px;
    font-weight: 100;
    color: #0278df;
}

p.sig {
    text-align: right;
    font-size: 15px !important;
    margin-top: 0px;
}

.pullquote {
    font-size: 18px !important;
    font-style: italic;
    color: #949494;
}

.serviceMark {
    font-size: 50%;
}

/*END TYPOGRAPHY*/

/*NAVIGATION*/
.mm-menu {
    display: none;
}

/* Off Canvas Menu */
#mmenu {
    background: #fff;
}

#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
    white-space: pre-wrap;
}

#mmenu h3 {
    font-size: 24px;
    color: #212121;
    margin-bottom: 20px;
}

#mmenu h3 a {
    color: #212121;
}

#navcnt {
}

#graynav {
    background-color: #ececec;
    margin-top: 0;
    padding: 6px 0px;
    font-size: 11px;
}

#graynav p {
    font-size: 11px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #999999;
    margin-top: 0px;
    text-align: right;
}

#graynav a:hover {
    color: #2b2b2b;
}

.tagline {
    font-size: 11px !important;
    color: #6A6A6A;
    font-style: italic;
    float: left;
}

#help {
    float: right;
    margin-top: 3px;
}

#helptag {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000000;
    text-align: right;
    margin: 0px 0px 0px 0px;
}

#helpphn {
    font-size: 25px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #205e9f;
    font-weight: bold;
    text-align: right;
    margin: 0px 0px 0px 0px;
}

#navbar {
    /* background-image: url(images/navbg.gif);
    background-repeat:repeat; */
    background-color: #135397;
    /* height: 63px; */
    margin: 0px 0px 10px 0px;
}

#nav {
    width: 100%;
}

#nav .navbar {
    margin-bottom: 0px;
}

#nav #navbar .contentwrap ul ul {
    display: none;
}

#nav #navbar .contentwrap ul ul {
    display: none;
}

#nav #navbar .contentwrap ul li:hover > ul {
    display: block;
    /* margin-top:22px; */
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
}

#nav #navbar .contentwrap ul li {
    background: none;
    padding: 20px 40px 20px 0px;
    list-style: none;
    position: relative;
    display: inline-table;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

#nav #navbar .contentwrap ul:after {
    content: "";
    clear: both;
    display: block;
    padding-left: 0px;
}

#nav #navbar .contentwrap ul ul {
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 460px;
}

#nav #navbar .contentwrap ul ul li {
    float: none;
    position: relative;
    display: block;
    padding: 10px 40px;
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav #navbar .contentwrap ul ul li a {
    color: rgb(42, 104, 166);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

#nav #navbar .contentwrap ul ul li a:hover {
    background: none;
    color: #888888;
}

#nav #navbar .contentwrap ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.search {
    text-align: right;
    float: right;
    width: 150px;
    display: block;
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 23px;
}

#nav input {
    border-radius: 10px;
    border: none;
    font-size: 13px;
    padding: 5px 10px;
    width: 150px;
    color:#B7B7B7;
}

#followUs {
    float: right;
    margin-top: 25px;
    text-transform: uppercase;
}

#seals {
    display: inline-block;
    margin-left: 40px;
}

#headsoc {
    background-color: #0278df;
    border-radius: 4px;
    padding: 0px 5px;
    color: #ffffff;
    margin-left: 13px;
}

.navcont156 {
    left: 156px !important;
}

.nvbordrgt {
    border-right: 1px solid #ccc;
}

/*END NAVICATION*/

/*ROTATOR*/

.hmbb {
    height: 100%;
    position: absolute;
    background-size: cover;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;

}
.cbs-Slideshow, .cbs-largePictureContainer, .cbs-largePictureImageContainer {
    overflow: hidden;
    width: 100% !important;
}
.cbs-Slideshow {
    background-color: #fff;
    color: inherit;
    display: inline-block;
    max-height: 600px;
    position: relative;
}
a.cbs-SlideshowPagingLink-Active, a.cbs-SlideshowPagingLink-Inactive {
    padding-left: 0px;
    padding-right: 0px;
    width: 15px;
}

.cbs-SlideshowPagingLink-Active, .cbs-SlideshowPagingLink-Inactive {
    float: none;
    height: 15px;
    margin: 0 8px;
    display: inline-block;
}

.cbs-SlideshowPagingLink-Active > span, .cbs-SlideshowPagingLink-Inactive > span {
    background-color:#fff; 
    border-radius: 50%;
    display: block;
    height: 15px;
    margin:  0;
    width: 15px;
    border: 1px solid transparent !important;
}
.cbs-SlideshowPagingLink-Active > span {background-color: #0488FC;}

p.cbs-SlideshowPagingBar {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center !important;
    width: 100%;
    right: 0px; 
    margin: 14px 0px; padding-top: 10px;}
/*
.hmbb img  {
    height: 50%;
    width: 100%;
    overflow: hidden;
    margin: -20% 0 0 0;
}


.jshowoff-slidelinks {
    padding-top: 10px;
    position: relative;
    text-align: center;
    top: -70px;

}

.jshowoff-slidelinks a {
    color: #ff0004;
    margin-right: 20px;
    background-image: url("../images/rot-cont.png");
    height: 15px !important;
    width: 15px !important;
    display: inline-block;

}

.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    color: #ff0004;
    background-image: url("../images/rot-cont-hover.png");
    height: 15px !important;
    width: 15px !important;
    display: inline-block;

}

.jshowoff {
    height: 50%;
    max-height: 600px;
    min-height: 300px;

}
*/
#features {
    position: relative;
    height: 100%;
    max-height: 600px;
    min-height: 400px;
    padding: 0px;
    
}

.hpmastcop {
    padding: 80px 0 100px 0;
    height: 100%;
    max-height: 380px;
}

/*ROTATOR END*/

/*CONTENT*/

#leftcol {
    vertical-align: top;
    padding-right: 40px;
}

#leftcolSubnav {
	margin-bottom:60px;
}

.contbanners {
    margin-bottom: 50px;

}

.scamcallout {
    padding: 20px 20px;
    margin-bottom: 40px;
    background-color: #f2efeb;
    border-radius: 20px 0px 20px 0px;
}

.scamcallout a {
    font-size: 20px;
    font-weight: 100;

}

.smcallout {
    background-color: #062e4c;
    -webkit-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    padding: 20px 20px;
    margin-top: 40px;

}

.smcallout h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 100;
    margin: 0 0 20px;
}

.scamcallout h5 {
    color: #b27100;
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 20px;
}

.scamcallout p {
    padding: 0px !important;

}

.scamcalloutbutton {
    background-color: #b27100 !important;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    border: none;
    padding: 10px 25px;
    margin-right: 27px;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.scamcalloutbutton:hover {
    background-color: #2b5584 !important;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    border: none;
    padding: 10px 25px;
    margin-right: 27px;
    margin-top: 10px;
    display: inline-block;
}

#MHAcontent {
    padding: 40px 0px !important;
}

#content ul li a:hover {
    color: #777777;
}

.stepactive {
    font-weight: 600 !important;
}

.stepcompleted {
    color: #878787;
}

.buttoncont {
    margin: 50px 0 50px 0;
}

.contcta {
    background-color: #062e4c;
    -webkit-border-radius: 20px 0px 20px 0px;
    border-radius: 20px 0px 20px 0px;
    color: #ffffff;
    margin: 30px 0px;
    padding: 40px 45px;
}

.contcta-ico {
    height: 44px;
    width: auto;
    margin: 0 10px 0 0px;
    display: inline-block;
    vertical-align: top;
}

.contcta-ico img {
    height: 44px;
    width: auto;
    display: inline-block;
}

.contcta p {
    font-size: 19px;
    font-weight: 100;
    line-height: 27px;
    margin-top: 0;
}

#maincont blockquote {
    padding: 0px;
    margin: 16px 40px;
    font-size: 16px;
    border-left: 0px;
}

#maincont div.contcta h4 {
    color: #08b3f8 !important;
    font-size: 28px !important;
    margin-top: 0px !important;
    margin-bottom: 40px;
    display: inline-block;
}

#maincont div.contcta h3 {
    font-size: 26px !important;
    margin-bottom: 0px !important;
    color: #ffffff !important;
}

div.contcta a {
    color: #FFFFFF !important;
    font-size: 22px;
}

#maincont p.leadin {
    font-size: 21px;
    line-height: 39px;
    color: #333333;
    font-weight: 100;
    border-bottom: 5px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#maincont p.leadin2 {
    font-size: 21px;
    line-height: 39px;
    color: #333333;
    font-weight: 100;
    margin-bottom: 40px;
}

/*END CONTENT*/

/* BEGIN BODY RIGHT COLUMN */

#maincont {
    border-left: thin dotted #cccccc;
    padding-left: 80px;
}

#maincont h2 {
    margin-top: 40px
}

#maincont #Accordion1 h2 {
    margin-top: 20px !important;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    background-color: transparent;
}

.ui-widget {
    margin-top: 40px !important;
}

#maincont .situationButton {
    background-color: #0278df !important;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    width: 92%;
}

/*#maincont .situationButton {
    border: medium none;
    border-radius: 5px;
    color: #b27100;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 40px;
    width: auto;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-ms-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
}*/

#maincont .situationButton:hover {
    background-color: #2b5584 !important;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    border: none;
    padding: 10px 25px;
    margin-right: 20px;
    margin-top: 20px;
}

/*#maincont .situationButton:hover {
	color:#0278df;
	font-size:20px;
	border:none;
	padding: 10px 40px;
	margin-right:20px;
}*/

.ms-rtestate-field ul {
    list-style: disc;
    margin: 5px 20px;
}
.ms-rtestate-field ol li {list-style-type:decimal;}

.ms-rtestate-field li {
    list-style: disc;
    margin: 5px 20px;
    padding: 5px 10px;
    line-height: 26px;
}

#maincont #siteMap ul li {
    line-height: 19px;
}

.ms-rtestate-field li li {
    list-style: circle;
}
*/
.divider1 {
    border-top: 5px solid #DFDFDF;
    margin: 40px 0px;
}

.questions {
    background-color: #dcdcdc;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px !important;
    font-style: italic;
}

.disclaimer {
    font-size: 14px !important;
    font-style: italic;
    font-weight: 300;
    color: #999;
    margin-top: 60px;
}

.accordianContent p {
    font-size: 16px;
}

.accordianContent li {
    font-size: 16px !important;
}

.stepHeader {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #135397;
    margin-top: 60px;
}

.questcont {
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 30px 0px;
}

.contentwrap p.questhead {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}

.news-date {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 18%;
    text-align: center;
}

.news-type {
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    vertical-align: top;
    width: 10%;
    text-align: center;
}

.news-link {
    display: inline-block;
    vertical-align: top;
    width: 67%;
}

.news-link p {
    margin: 0px;
}

.title-news-date {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 18%;
    text-align: center;
    font-weight: 600;
}

.title-news-type {
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    vertical-align: top;
    width: 10%;
    text-align: center;
    font-weight: 600;
}

.title-news-link {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    text-align: center;
    font-weight: 600;
}

.title-news-link p {
    margin: 0px;
    text-align: center;
    font-weight: 600;
}

.news-title {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px 0 10px 0;
    border-radius: 20px;
}

.lead-img {
    float: left;
    margin: 0 20px 10px 0;
    width: 30%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.print-ad {
    margin-bottom: 40px;
    width: 100%;
}

.prv-link {
    display: inline-block;
    width: 48%;
    position: relative;
}

.nxt-link {
    display: inline-block;
    width: 48%;
    position: relative;
    text-align: right;
}

/* END BODY RIGHT COLUMN */

/* HOME BUCKETS */

#buckets {
    padding: 40px 0px 40px 0px;
    /* background-color: #062e4c;
    color: #ffffff; */
}

#buckets h1 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

#buckets p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.hpmkbuk {
    border-right: thin solid #cccccc;
    margin-bottom: 40px;
    padding: 0px 30px;
    text-align: center;
    vertical-align: top;
}

.hpmkbuklast {
    margin-bottom: 40px;
    padding: 0px 30px;
    text-align: left;
    text-align: center;
}

.hpmkbuklast .pillbutton {
    margin-right: 0px;
}

.hpmkbuk p {
    font-weight: 100;
    color: #999999;
}

.hpmkbuklast p {
    font-weight: 100;
    color: #999999;
}

.hpmkbuk .pillbutton {
    font-size: 15px;
    margin-right: 0px;
    margin-top: 0px;
}

.hpmkbuklast .pillbutton {
    font-size: 15px;
    margin-top: 0px;
}

/* END HOME BUCKETS */

/*FOOTER*/

#footer {
    background-color: #f1f1f1;
    padding: 80px 0;
}

#footer a {
    color: #135397;
}

#footer li {
    font-size: 12px;
    color: rgb(42, 104, 166);
    line-height: 1.909;
}

#footer h1 {
    font-size: 20px;
    color: rgb(100, 100, 100);
    font-weight: 500;
    line-height: 24px;
}

#footer h2 {
    font-size: 15px;
    color: rgb(42, 104, 166);
    line-height: 1;

}

#footer h6 {
    font-size: 13px !important;
    color: rgb(100, 100, 100);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.727;
    margin-bottom: 0px;
}

#footer p {
    font-size: 14px;
    color: rgb(100, 100, 100);
    line-height: 22px;
}

#footer .legal {
    font-size: 12px;
    color: rgb(42, 104, 166);
    display: inline-block;
    margin-top: 30px;
}

#footer .ftogovlogo {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 30px;
}

#footer .footercol {
    display: inline-block;
    width: 32%;
    margin-right: 40px;
    vertical-align: top;
}

#footer .footercol2 {
    display: inline-block;
    width: 20%;
    margin-right: 0;
    vertical-align: top;
    padding-left: 60px;
}

.ftcol1 {
    float: left;
    margin-right: 150px;
}

.ftcol2 {
    float: left;
    width: 316px;
    margin-right: 145px;
}

.socialicons {
    margin-top: 40px;
}

.socialicons img {
    margin-right: 15px;
}

/*END FOOTER*/

/*Social*/

#twitter-widget-0 {
    margin-left: 0px !important;
    width: 100% !important;
    height: 75px;
}

.socialhubcol #twitter-widget-0 {
    margin-left: 0px !important;
    width: 100% !important;
 	  height: 500px !important; 
}

#twitter-widget-0 .twitter-timeline twitter-timeline-rendered img {
    display: hidden !important;
}

#twitter-widget-0 img.autosized-media {
    display: none !important;

}

#content .feed_item {
    border-bottom: 1px dashed #cccccc;
    clear: both;
    margin: 17px 0 7px !important;
    padding: 7px 0 26px !important;
}

#social {
    /* margin-bottom: 100px; */
    background-color: #0278df;
    padding: 10px 0px 40px 0px;
}

.hpsochud {
    float: right;
    font-size: 18px;
    position: relative;
    top: 0px;
}

.hpsochud a {
    color: #fff !important;
}

#static_video {
    display: inline-block;
    margin-right: 30px;

}

.ytfeed {
    display: inline-block;

}

.apistyles {
    font-size: 10px;
    text-align: center;
    width: 930px;

}

.apistyles a {
    color: #CCCCCC !important;

}

.socialhubapistyles {
    font-size: 10px;
    text-align: center;
    width: 335px;

}

.socialhubapistyles a {
    color: #CCCCCC !important;

}

.sochubfbapi {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 500px;

}

.socialhubcol {
    border: 1px solid #cccccc;
    display: inline-block;
    margin-right: 10px;
    width: 23%;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -webkit-box-shadow: 1px 1px 1px 0 #E0E0E0;
    box-shadow: 1px 1px 1px 0 #E0E0E0;
    vertical-align: top;
    min-height: 610px;
	min-width:223px;

}

.socialhubcol p {
    font-size: 12px;
    line-height: 20px;

}

.blogdate {
    font-style: italic;
    font-size: 10px;
    color: #cccccc;
    margin-top: 0px;

}

.blogbiline {
    margin-bottom: 0px;

}

.blog h2 {
    margin-bottom: 20px;

}

.img-caption {
    color: rgba(193, 193, 193, 1);
    font-size: 13px !important;
    font-style: italic;
    font-weight: 100 !important;
    margin-top: 0;

}

.socialhubcol h5 {
    margin-top: 0px;

}

.sochubshare {
    display: inline-block;
    margin-right: 10px;
    width: 47%;
    background-color: rgb(246, 246, 246);
    padding: 20px;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -webkit-box-shadow: 1px 1px 1px 0 #E0E0E0;
    box-shadow: 1px 1px 1px 0 #E0E0E0;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 20px;

}

.sochubshare hr {
    margin: 10px 0;

}

.sochubshare img{
	width:100%;
	
}

.sharetitle {
    float: right;

}

.sharetitle h5 {
    font-size: 25px;
    font-weight: 100;
    margin: 0;

}

#twitter-widget-0 ol.h-feed li.h-entry tweet with-expansion customisable-border p.e-entry-content {
    color: #ffffff !important;
    font-size: 24px !important;

}

.twitterico {
    vertical-align: top;
    display: inline-block;
    padding: 43px 0 0 0;

}

.twitterfeed {
    overflow: hidden;
    display: inline-block;
    width: 680px;
    height: 107px;
    vertical-align: top;

}

.ticker-wrapper.has-js {
    margin-left: -57px;

}

.custom-timeline-owner-profile, .timeline .e-entry-title, .p-author .p-name, .cards-base h3, .new-tweets-bar button, .load-tweets, .no-more-pane {
    color: #ffffff !important;
    font-size: 28px;

}

.sochubcta {
    display: inline-block;
    margin-top: 50px;
    float: right;

}

.sochubcta a {
    color: #ffffff !important;
    border-left: thin dotted #ffffff;
    padding: 10px 0 10px 20px;
    font-size: 21px;
    -webkit-transition: color 100ms ease-in;
    -moz-transition: color 100ms ease-in;
    -ms-transition: color 100ms ease-in;
    -o-transition: color 100ms ease-in;
    transition: color 100ms ease-in;

}

.sochubcta a:hover {
    color: #2b5584 !important;
    border-left: thin dotted #ffffff;
    padding: 10px 0 10px 20px;
    font-size: 21px;

}

.hub-headers {
    background-color: #c9c9c9;
    margin: 0 0 30px;
    padding: 10px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -webkit-box-shadow: 1px 1px 1px 0 #E0E0E0;

}

#maincont .hub-headers h2 {
    margin: 0px;
    color: #000000;
    display: inline-block;
	margin-top:0px;

}

.hub-headers a {
    float: right;
    font-size: 10px;
    margin-top: 7px;

}

.feedcont {
    padding: 0 20px 20px;


}

/*END SOCIAL*/

/*OTS CSS*/

.coimg {
    border-radius: 20px 0px 0px 0px;
    -webkit-border-radius: 20px 0px 0px 0px;
    overflow: hidden;
    float: left;
    margin-right: 45px;

}

.bodyfltco {
    float: right;
    background-color: #ffa100;
    padding: 20px 30px;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    width: 33%;
    margin: 0px 0px 30px 30px;

}

.bodyfltco p {
    color: #ffffff;
    font-size: 27px;
    font-weight: 100;
    line-height: 37px;
    margin: 0;
}

.bodyfltco p.programSteps {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
    margin: 0;
}

.bodyfltcoalt {
    border-left: medium solid #efefef;
    float: right;
    margin: 0 0 0 30px;
    padding: 0 30px;
    width: 30%;

}

.bodyfltcoalt p {
    font-size: 35px;
    color: #b27100;
    font-weight: 100;
    line-height: 40px;

}

/*END OTS CSS*/

/* PROGRAM PAGES */

.programResults {
    /*	background-color:#e5e5e5;
    */
    padding: 15px 25px;
    margin: 30px 0px;
    border: 1px solid #ccc;
    /*	border-right:2px solid #ccc;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.programResults h2 {
    margin: 20px 0 10px 0 !important;
}

.progcopy {
    width: 70%;
    float: left;

}

.progbutal {
    padding-top: 20px;
    float: right;

}

/* END PROGRAM PAGES */

/* ELIBILITY TOOL */

#stepsTable {
}

#stepsTable div.questcont {
    background-color: #062e4c;
    padding: 30px 20px;
    border-bottom: 5px solid #fff;
    color: #fff;
}

#stepsTable a {
    background-color: #ffffff !important;
    color: #000000;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    border: none;
    padding: 10px 10px;
    margin-right: 20px;
    margin-top: 0px;
    float: right;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    vertical-align: central;
}

.stepsquest {
    float: left;
    width: 60%

}

/* END ELIBILITY TOOL */

/* MISC ADDITIONS */

.imgWrapRight {
    float: right;
    margin-left: 20px;
}

.updated {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    margin: 50px 0px 0px 0px;
    display: block;
    clear: both;
    border-top: dotted 1px #ccc;
    font-style: italic;
    padding-top: 5px;
}

#mortgageCompanies {

}

#mortgageCompanies div {
    padding: 20px;
    margin-bottom: 20px;
}

.mortgageCompanyPrimary {
    background-color: #f5f5f5;
}

.mortgageCompanyAlt {
    background-color: #fff;
}

.estimator {
    margin-bottom: 40px;

}

.estimator p.dolsig {
    font-size: 30px;
    color: #08b3f8;
    display: inline-block;
    width: 48%;
    vertical-align: top;

}

.estimator p.instr {
    display: inline-block;
    width: 48%;

}

.est-res {
    background-color: #efefef;
    padding: 1px 0 15px 50px;
    border-radius: 10px;
}

.estimator .ui-accordion .ui-accordion-icons {
    background: none !important;

}

.est-lbl {
    display: inline-block;
    margin: 30px 0 10px;
    vertical-align: top;
    width: 45%;

}

input[type=submit] {
    background-color: #0278df !important;
    border: medium none;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 20px !important;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 25px;
    transition: background 0.1s ease-in 0s;
    font-weight: 400;

}

.psa-col1 {
	display:inline-block; float:left; margin-right:20px;
}

.psa-col1 {
	display:inline-block; float:left;
}

.ui-state-default .ui-icon{
	display:inline-block;
	margin:0 20px 0 10px;
}

.ui-accordion .ui-accordion-content{
	padding:1em 2.2em;
	
}

.video-thumb {
	margin:20px auto; width:100%;
}

.video-thumb img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.body-infographic-container {
	margin:20px auto; width:100%; text-align:center;
}

.body-infographic-container img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#content #maincont .socialhubcol .feedcont #twitter-widget-0{
	display:inherit !important;

}


/*REMOVED ADDITIONAL INLINE STYLES*/

.largecontainer{
	padding:40px; border:1px solid #ccc; border-radius:10px; margin-bottom:40px;
	
}

/*END GLOBAL CSS ELEMENTS*/


.socialhubcol h5 {
    margin-top: 0px;

}

#content #maincont .socialhubcol .feedcont #twitter-widget-0{
	display:inherit !important;
}

.ms-webpartzone-cell {
    margin: 0px !important;
}

#pageStatusBar[class], .ms-status-msg {
    margin-bottom: 0px;
}



.cbs-Slideshow, .cbs-largePictureContainer, .cbs-largePictureImageContainer {
    overflow: hidden;
    width: 100% !important;
}
.cbs-Slideshow {
    background-color: #fff;
    color: inherit;
    display: inline-block;
    max-height: 600px;
    position: relative;
}

ul.cbs-List {display: block !important;}

#leftcol div.blog h2 {margin: 0px;}
#leftcol div.blog h2 a {font-size: 15px; line-height: 23px;  margin: 15px 0; padding: 5px 0px; display: block;}
#leftcol h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 0px;
    font-weight: normal;
    line-height: 23px;
}
#leftcol ul.cbs-List div.blog h2 {padding: 0px;}
#leftcol ul.cbs-List {margin-bottom: 60px;}
#leftcol ul.cbs-List .blog hr {display: none;}
.breadcrumb  {padding: 0px;}
.breadcrumb span {padding-right: 5px;}
.breadcrumb span > a, .breadcrumb span {font-size: 13px; color: #333; text-transform: capitalize;}


.dfwp-list li.dfwp-item {border-top: thin dotted #d0cece; padding: 30px 0px;}
.dfwp-list li.dfwp-item:first-child {border-top: none ;}

.socialhubcol .feedcont .blog  {padding-right: 10px;}
.socialhubcol .feedcont .blog div {font-size: 12px; margin: 14px 0px; line-height: 20px;}
#maincont .socialhubcol .feedcont .blog h2 {margin-top: 0px; margin-bottom: 10px; font-size: 14px; font-weight: 500;}

.events-title {
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.events-title div {   
    display: inline-block;
    font-weight: 600;
    margin-right: 0px;
    text-align: center;
    vertical-align: middle;
    width: 19%;}
.event-items {
    padding: 10px 0px;
    border-bottom: thin dotted #d0cece;
}

.event-items div{
    display: inline-block;
    font-weight: normal;
    margin-right: 0px;
    text-align: center;
    vertical-align: middle;
    width: 19%;
}
.event-items div a {word-wrap: break-word;}

.search label {display: none;}
.search input[type="submit"] {display: none;}
.search input[type="text"] {background-color: #fff;}


#ui-accordion-mortgageCompanies-header-5 {position:relative; padding: 10px 10px 10px 45px;}
#ui-accordion-mortgageCompanies-header-5.ui-state-active > a {padding-right: 10px; position: relative; top: 10px;}
#ui-accordion-mortgageCompanies-header-5 span.ui-icon {position: absolute; left: 0px; top: 10px; }
#mortgageCompanies div {padding: 20px 20px 20px 45px;}

#ui-accordion-mortgageCompanies-header-5.ui-state-active a, .ui-accordion-mortgageCompanies-header-5.ui-state-active a:link, 
#ui-accordion-mortgageCompanies-header-5.ui-state-active a:visited {color: #333;}

#leftcol .ms-core-navigation {font-family: "Open Sans", Helvetica, Arial, sans-serif !important;}