.second > div {
    padding-bottom: 10px;
}

.section {
    /* height: 500px; */
    /* background-position-x: 85%; */
    /* background-size: cover; */
    behavior: url(/DesktopModules/PivotLife_New/Controls/JS/PIE/backgroundsize.min.htc);
}

/* .sectionbg0 {
    background-image: url(../Images/Family_running_beach_62913514.jpg);
    background-position-x: 80%;
}

.sectionbg1 {
        background-image: url(../Images/Hispanic_Family_V3_54293579_XL.jpg);
}

.sectionbg2 {
        background-image: url(../Images/Black_Famil_on_Beach_V2.jpg);
} */
.about-us-text{
    padding: 20px 0px 0 70px;
}
.about-us-text h2{
    color: white;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    text-shadow: 3px 5px 4px #2F2F2F;
}
.about-us-text p{
    font-size: 24px;
    line-height: 27px;
    color: white;
}
.about-us-text .btn-primary{
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: none;
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    padding: 10px 35px;
    text-decoration: none;
    display: inline-block;
    width: 255px;
    margin: 10px 0 30px 0;
    background-color: rgb(22, 123, 212);
}
.about-us-text .btn-primary:hover{
    text-decoration: none;
    color: white;
}
.about-us-video, .about-us-video > iframe{
    height: 90vh;
    width: 100%;
}
#clientCustomersMessage{
  text-align: right;
}

div#skinHeader .span4:first-child a {  
    padding-left: 73px;
}

.privacyPolicyLinkContaier{
    text-align: center;
    color: white;
    font-size: 16pt;
    font-family: 'Open Sans';
    font-weight: 800;
    margin-top: 16px;
    margin-bottom: 16px;
}

.privacyPolicyLink{
  color: #fff;
}
.privacyPolicyLink:hover{
   text-decoration: none;
   color: #fff;
}

#phonenumber{
	/*height: 100px;*/
	text-align: center;
}
#phonenumber h2{
    color: #263846;
}
div#phonenumber span {
  display: inline-block;
  padding-top: 10px;
}
div#phonenumber em {
    font-weight: 600;
    font-size: 45px;
    padding-right: 20px;
    vertical-align: sub;
    margin-left: -40px;
}

.pagesubheading {
    color: white;
    font-size: 50px;
    text-align: center;
    padding: 0;
    line-height: 1em;
    text-shadow: 5px 7px 6px #2F2F2F;
}

.separator-blue{
  /* background-color: rgb(38, 56, 70); */
  /* height: 15px; */
}

.separator-blue-top{
 /* border-top: 3px solid rgb(243, 185, 33); */
}

.separator-blue-bottom{
 /* border-bottom: 3px solid rgb(243, 185, 33); */
}

#Body {
    background-color: #263846;
}

#skinHeader, footer {
    background-color: #fff;
    background: #fff;
}

.quoteModuleContainer {
    /*border: white 5px solid;
    border-radius: 14px;
    background: rgba(67, 172, 199, 0.4);*/
}

.sectionBackgorund {
    height: 100%;
    background: rgba(66,172,198,0.1); /* Old Browsers */
    background: -moz-linear-gradient(left,rgb(17, 123, 216) 0%, rgb(0, 154, 222) 5%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,185,214,0.8)), color-stop(5%, rgba(70,185,214,0.8)), color-stop(45%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left,rgb(17, 123, 216) 0%, rgb(0, 154, 222) 5%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(17, 123, 216) 0%, rgb(0, 154, 222) 5%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(17, 123, 216) 0%, rgb(0, 154, 222) 5%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%); /* IE 10+ */
    background: linear-gradient(200deg, rgb(17, 123, 216) 0%, rgb(0, 154, 222) 10%, rgb(33, 71, 101) 50%, rgb(38, 56, 70) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42acc6', endColorstr='#ffffff', GradientType=1 );*/ /* IE6-9 */
}

#dnn_dnnLOGO_imgLogo,
#customerCompanyImage {
    width: initial;
    margin: 5px 10px;
}

.landingLogindiv p {
    margin: 18px 12px 0 0;
}

#skinHeader {
    padding: 10px 0;
}

#customerCompanyImage {
    /*margin-top: 10px;*/
}

div#poliyimageIE8 {
    display: none;
}

.userName, .blackdivbar {
    display: none;
}

.landingLogin {
    display: table;
    /*float: right;*/
}

.landingLogindiv {
    display: table-cell;
    /*padding-right: 15px;*/
}

.landingLoginComdiv {
    float: right;
    display: table-cell;
    vertical-align: middle;
}



@media (min-width:1200px) and (max-width:1368px) {
    .pagesubheading {
        line-height: 44px;
    }

    .quoteModuleContainer {
        margin-bottom: 0px;
    }

    .section {
        height: 553px;
        background-position-y: 20%;
    }

    .fullWidthMD {
        max-width: 565px;
    }
}

#carrierbar {
    display: none;
}

div#policyimages {
    background-image: url(../Images/Carrier_bar.png);
    background-size: cover;
    height: 70px;
    background-repeat: no-repeat;
}

.pagesubheadingIE8 {
    line-height: 20px;
    margin: 0;
    font-size: 5em;
}

.quoteModuleContainerIE8 {
    margin-bottom: 5px;
}

.sectionIE8 {
    height: auto;
    background-position-y: 20%;
}

.secondIE8 > div {
    padding-bottom: 3px !important;
}

div#phonenumberMobile {
    position: absolute;
    top: 0;
    font-size: 1.4em;
    margin-left: 10px;
}

    div#phonenumberMobile em {
        font-weight: 600;
        font-size: 1.3em;
        margin-right: 5px;
    }

    div#phonenumberMobile h2 {
        font-size: 1em;
        margin: 0;
        letter-spacing: 0.02em;
    }

    div#phonenumberMobile > span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

@media (min-width:1601px) and (max-width:1920px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_1920.png);
        height: 110px;
    }
}

@media (min-width:1441px) and  (max-width:1600px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_1600.png);
        height: 90px;
    }
}

@media  (min-width:1369px) and (max-width:1440px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_1440.png);
        height: 80px;
    }
}

@media  (min-width:1201px) and (max-width:1368px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_1440.png);
        height: 75px;
    }
}

@media (min-width:993px) and  (max-width:1200px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_1200.png);
        height: 60px;
    }
}

@media (min-width:801px) and (max-width:992px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_992.png);
        height: 48px;
    }
}

@media (min-width:769px) and (max-width:800px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_992.png);
        height: 45px;
    }
}

@media (min-width:577px) and (max-width:768px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_768.png);
        height: 45px;
    }
}

@media (min-width:481px) and (max-width:576px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_768.png);
        height: 30px;
    }
}

@media (min-width:361px) and (max-width:480px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_480.png);
        height: 25px;
    }
}

@media (min-width:288px) and (max-width:360px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_480.png);
        height: 19px;
    }
}

@media (max-width:288px) {
    div#policyimages {
        background-image: url(../Images/Carriers_Bar_768.png);
        height: 15px;
    }
}


@media (max-width:976px) {
    div#skinHeader .span4:first-child a {
        padding-left: 0;
    }

    .landingLogin {
        position: relative;
    }
}

@media (min-width:976px) and (max-width:1200px) {

    .userLogin a, .userLogin a:visited, .userLogin a:focus, span.userLogout > a, span.userLogout > a:visited, span.userLogout > a:focus {
        /*max-width: 100px;*/
    }


    .pagesubheading {
        /* line-height: 25px; */
    }

    .row-fluid .fullWidthMD {
        width: 70%;
    }

    .section {
        /* height: 450px; */
    }

    .container {
        max-width: 850px;
    }

    #dnn_dnnLOGO_imgLogo,
    #customerCompanyImage {
        max-height: 70px;
        min-height: 60px;
        width: initial;
    }

    #skinHeader {
        padding: 17px 0;
    }

    div#phonenumber span {
        padding-top: 10px;
    }
}


@media (max-width: 979px) and (min-width: 768px) {
    .fullWidthMD {
        width: 100% !important;
    }

    #phonenumber h2 {
        font-size: 24px;
    }

    .userLogin .innerText, .userLogout .innerText {
        font-size: 18px;
    }
}

@media (max-width:767px) {

    #skinHeader > .span4:last-child {
        min-height: 0;
    }

    div#phonenumberMobile {
        position: inherit;
        margin: 0;
        background: #fff;
        display: table !important;
        width: 100%;
        padding-top: 15px;
    }

    .landingLogindiv {
        display: table-cell;
        /* padding-right: 15px; */
        float: right;
        vertical-align: middle;
        /* text-align: right; */
    }
        .landingLogindiv p {
            margin: 0;
            margin-bottom: 5px;
        }

    #skinHeader {
        padding: 0;
        max-height: 106px;
        /*min-height: 76px;*/
    }

    .container {
        max-width: 565px;
    }

    .section {
        /* min-height: 450px; */
        /* height: inherit; */
    }

    .sectionBackgorund {
        /* background: none; */
    }

    .logoPosition {
        position: absolute;
    }

    #dnn_dnnLOGO_imgLogo,
    #customerCompanyImage {
        max-height: 45px;
        min-height: 45px;
        width: initial;
        /*margin-top: 25px;*/
    }

    #customerCompanyImage {
        /*margin-top: 0;*/
    }

    .stateId, .dob {
        display: table;
    }

        .stateId .span4, .dob .span4 {
            width: 25%;
            display: table-cell;
            padding-right: 10px;
        }

        .stateId .span8, .dob .span8 {
            display: table-cell;
        }


    .second .dob.row-fluid .span8 div:nth-child(1) {
        width: 25%;
    }

    .second .dob.row-fluid .span8 div:nth-child(2) {
        width: 25%;
    }

    .red_button {
        padding: 0;
    }

    .quotePanelDiv {
        padding: 0px 50px;
    }

    .quoteModuleContainer {
        margin: 0 15px;
    }

    .sectionInnerBackgorund {
        height: 100%;
        background: rgba(255,255,255,0.1); /* Old Browsers */
        background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%);/* FF3.6+ */
        background: -webkit-gradient(left top, right top,color-stop(0%, rgba(255,255,255,0.6)),color-stop(100%, rgba(255,255,255,0.6))); /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* IE 10+ */
        background: linear-gradient(to right,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42acc6', endColorstr='#ffffff', GradientType=1 );*/ /* IE6-9 */
    }
}

@media (max-width:465px) {
    div#skinHeader .span4:first-child a {
        padding-left: 0;
    }
}

@media (max-width:400px) {

    div#phonenumberMobile h2 {
        font-size: 0.9em;
    }

    .userLogin .innerText, .userLogout .innerText {
        font-size: 15px;
        vertical-align: middle;
        display: inline-block;
    }

    .userLogin #dnn_Loginc1_logoffLink .innerText {
        font-size: 13px;
    }

    #dnn_Loginc1_logoffLink {
        padding: 5px;
    }
}

/** Carrier Scroller ***/
.carrier-container{
	background-color: #0069b2;
    height: 89px;
}
.carrier-container img{
	max-width: 150px;
}
.simply-scroll {
    width: 98%;
    height: 75px;
    margin-bottom: 0;
    position: relative;
    margin: auto;
}
.simply-scroll .simply-scroll-list{
	margin:auto;
}
.simply-scroll .simply-scroll-clip {
    width: 94%;
    margin: auto;
    float: left;
    height: auto;
}

.image-box {
	width: 100%;
	position: relative;
    white-space:nowrap;
}


.simply-scroll-btn-left,
.simply-scroll-btn-right {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    font-size: 3.2em;
    top: 20px;
    /* margin: 0 -20px; */
    color: #fff;
    /* padding-top: 20px; */
    width: 3%;
}

.simply-scroll-btn-left:before {
    content: "\f104";
}

.simply-scroll-btn-right:before {
    content: "\f105";
}

.simply-scroll-btn {
    position: relative;
}
.simply-scroll-btn-left {
    float: left;
    left: 0;
}

.simply-scroll-btn-right {
    float: right;
    text-align: left;
}
@media (max-width: 768px) {
    .simply-scroll-btn-left {
        margin-left: -10px;
    }
    .simply-scroll-btn-right {
        margin-right: 10px;
	}
}
@media(max-width: 480px) {

    .simply-scroll-btn-left, .simply-scroll-btn-right {
        margin: 0;
        width: auto;
        font-size: 2em;
        top: 5px;
    }

    .simply-scroll {
        height: auto;
    }

    .simply-scroll-btn-right {
        right: 0;
    }
}

