/* =========== Old Skin.Css - Start ==================== */

/* Typography */

#Body,
html,
body,
.Head,
.SubHead,
.SubSubHead,
.Normal {
    color: #3f3f3f;
    line-height: 20px;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a, p, span, div {
    font-size: 14px;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}

h1 {
    color: #004762;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

h2 {
    color: #004762;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}

h3 {
    color: #3f3f3f;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

h4 {
    color: #3f3f3f;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

h5 {
    color: #004762;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

h6 {
    color: #004762;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

p {
    margin: 0px 0px 8px 0px;
}

header,
f nav,
section,
footer {
    display: block;
}

a,
a:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms; /* Firefox 4 */
    -webkit-transition: color ease 300ms; /* Safari and Chrome */
    -o-transition: color ease 300ms; /* Opera */
    -ms-transition: color ease 300ms; /* IE9? */
}

    A:active {
        text-decoration: none;
    }

    A:visited {
        text-decoration: none;
    }

form#Form {
    height: 100%;
}

.ModuleTitle_SubMenu {
    z-index: 9999 !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
    color: #328DDE !important;
}

.clear {
    clear: both;
}

#blockUIimg {
    width: 120px;
    height: 120px;
}

/* ie only */

.equipTypeDropDown::-ms-expand {
    display: none;
}

.termLengthDropDown::-ms-expand {
    display: none;
}

/* Universal Classes Start */

/* Titles */

.h3-title {
    font-size: 32px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 38px;
}

.h4-title {
    font-size: 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 36px;
}

.h6-title {
    font-size: 20px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
}

/* Headings */

.heading2 {
    font-size: 24px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 30px;
}

.heading3 {
    font-size: 20px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
}

.heading4 {
    font-size: 16px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 22px;
}

.heading5 {
    font-size: 14px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 22px;
}

/* Text */

.text-lg {
    font-size: 16px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.text-md {
    font-size: 14px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    line-height: 22px;
}

.text-sm {
    font-size: 12px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    line-height: 20px;
}

/* ============== Buttons  ============== */

.bfc-btn {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 45px;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
}

    .bfc-btn:hover {
        text-decoration: none;
    }

    .bfc-btn.gold {
        background-color: #D89016;
        border-color: #D89016;
        color: #FFF;
    }

        .bfc-btn.gold:hover {
            background-color: #258460;
            border-color: #258460;
        }

    .bfc-btn.green {
        background-color: #258460;
        border-color: #258460;
        color: #FFF;
    }

        .bfc-btn.green:hover {
            background-color: #377FBF;
            border-color: #377FBF;
        }

    .bfc-btn.teal {
        background-color: #468492;
        border-color: #468492;
        color: #FFF;
    }

        .bfc-btn.teal:hover {
            background-color: #258460;
            border-color: #258460;
        }

    .bfc-btn.navy {
        background-color: #004762;
        border-color: #004762;
        color: #FFF;
    }

        .bfc-btn.navy:hover {
            background-color: #258460;
            border-color: #258460;
        }

    .bfc-btn.ghost {
        background-color: #FFF;
        border-color: #004762;
        color: #004762;
    }

        .bfc-btn.ghost:hover {
            background-color: #377FBF;
            border-color: #377FBF;
            color: #FFF;
        }


/* Colors and styles*/

.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}

.gray {
    color: #3a3a3a;
}

.navy {
    color: #004762;
}

.teal {
    color: #258460;
}

.green {
    color: #00a049;
}

.orange {
    color: #d89017;
}

.bg-orange {
    background-color: #d89017;
}

div.white {
    background-color: #FFF;
}

div.navy {
    background-color: #004762;
}

div.gold {
    background-color: #D89016;
}

div.green {
    background-color: #258460;
}

div.teal {
    background-color: #468492;
}

div.yellow {
    background-color: #F4BE49;
}

div.red {
    background-color: #9D242B;
}

div.white-grey {
    background-color: #EBEBEB;
}

div.light-grey {
    background-color: #D9D9D9;
}

div.grey {
    background-color: #AAA;
}

div.charcoal {
    background-color: #444;
}

/* Extra small devices (phones, less than 749px) */
@media (max-width:749px) {
    /* Titles */

    .h1-title {
        font-size: 32px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 38px;
    }

    .h2-title {
        font-size: 32px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 38px;
    }

    .h5-title {
        font-size: 20px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
    }

    /* Headings */

    .heading1 {
        font-size: 20px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
    }
}

/* Small devices (tablets, 750px and up) */
@media (min-width: 750px) {
    /* Titles */

    .h1-title {
        font-size: 48px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 58px;
    }

    .h2-title {
        font-size: 32px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 38px;
    }

    /* Headings */

    .heading1 {
        font-size: 30px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 36px;
    }
}

/* Medium devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
    /* Titles */

    .h1-title {
        font-size: 36px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 42px;
    }

    .h2-title {
        font-size: 32px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 38px;
    }

    /* Headings */

    .heading1 {
        font-size: 26px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 32px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Titles */
    .h1-title {
        font-size: 48px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 58px;
    }

    .h2-title {
        font-size: 36px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 44px;
    }

    .h5-title {
        font-size: 24px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 30px;
    }

    /* Headings */

    .heading1 {
        font-size: 30px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 36px;
    }

    /* Buttons */

    .lg-btn {
        height: 45px;
        width: auto;
        font-size: 20px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .md-btn {
        height: 35px;
        width: auto;
        font-size: 16px;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .xl-btn {
        height: 45px;
        width: auto;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
    }

    .xl-btn-heading {
        font-size: 20px;
    }

    .xl-btn-text {
        font-size: 14px;
    }
}

/* Universal Classes End */

.TopOutPaneA {
    margin: 35px 0 0px !important;
}

.TopOutPane {
    padding: 0 !important;
}

.BannerPane {
    background-color: #000;
}

.HeaderPane {
    margin-right: 80px;
    height: 40px;
    line-height: 16px;
    font-size: 14px;
    display: block;
}

@media (max-width: 1023px) {
    .body_bg {
        overflow-x: hidden;
    }
}

/* ********** Container Style ************** */

.Head {
    font-weight: bold;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}

.SubHead {
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}

.SubSubHead {
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}

.Normal {
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}

/* =========== Old Skin.Css - End ==================== */

/* =========== HEADER - Start ==================== */

/* Header Common Start*/

.headerTop {
    position: relative;
    z-index: 900;
    background-color: #004762;
    color: #fff;
    padding: 0;
}

.superHeaderContainer {
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .superHeaderContainer .header-btn-logo {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        fill: #fff;
    }

    .superHeaderContainer .headerSection {
        padding-right: 10px;
    }

    .superHeaderContainer #subscribe-btn,
    .superHeaderContainer #portal-btn {
        background-color: #258460;
        color: #fff;
        height: 45px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 8px;
        display: flex;
        align-items: center;
        border: none;
        margin-right: 0;
    }

    .superHeaderContainer .dropdown-menu {
        padding: 0;
        margin-top: 0;
        left: auto;
    }

        .superHeaderContainer .dropdown-menu a {
            padding: 10px 20px;
        }

.HeaderNav {
    background-color: #fff;
}

.sf-menu > li > a {
    -moz-transition: padding 0.1s linear;
    -o-transition: padding 0.1s linear;
    -webkit-transition: padding 0.1s linear;
    transition: padding 0.1s linear;
}

.navHover > a {
    color: #d89017 !important;
}

.navHover > ul > li > a {
    text-align: left !important;
    font-size: 12px !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 7.5px 0px 7.5px 15px !important;
}

    .navHover > ul > li > a:hover {
        background-color: #004762 !important;
        color: #fff !important;
    }

.btnSmallApply:hover {
    background-color: #258460;
}


/* Header Common End*/

/* Mobile menu start */

.navbar {
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
    height: 1px;
}

#myModal .close span {
    color: #fff;
    font-size: 35px;
}

.MenuDropDown {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

.activedMenu {
    display: block !important;
    max-height: 500px;
    overflow-y: auto;
}

.activedSubMenu {
    display: block !important;
}

.activatedParent {
    background-color: #d89017 !important;
    color: #fff !important;
}

.menu-item {
    background-color: #EBEBEB;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px -15px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
}

.searchMenu {
    background-color: #EBEBEB;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    text-align: right;
}

.menu-item:hover {
    background-color: #004762;
    color: #fff;
}

.sub-item {
    background-color: #cdcdcd;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px -15px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
}

    .sub-item:hover {
        background-color: #004762;
        color: #fff;
    }

.sub-menu {
    display: none;
}

.item-text {
    margin: auto;
    text-transform: uppercase;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.navbar-toogle {
    border: none !important;
}
/* Mobile menu end*/

/* Logo widths */

.logoSmallWidth {
    width: 160px !important;
}

.logoWidth {
    width: 170px !important;
}
/* Logo widths */

/* Extra small devices (phones, less than 749px) */
@media (max-width:749px) {
    .superHeader {
        padding: 0 !important;
        text-align: right;
    }

    .superHeaderContainer {
        justify-content: flex-end;
    }

        .superHeaderContainer #portal-btn,
        .superHeaderContainer #subscribe-btn {
            margin-right: 0;
            padding: 7px;
        }

    .HeaderNav div.container {
        padding: 0 2px !important;
    }

    .searchMenu {
        margin: 0px;
    }

    #phoneIcon {
        width: 35px;
        margin-left: 32px;
    }

    #phoneNumber {
        margin-right: 0px;
        font-size: 11px;
    }

    .sub-menu-icon {
        float: right;
        margin-top: -15px;
        width: 7%;
    }

    .divider {
        margin-left: 15px;
        border-left: 1px solid white;
        padding-left: 15px;
        display: none;
    }

    .LogoDiv {
        margin: 17px 0;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        -webkit-transition: margin 0.2s;
        transition: margin 0.2s;
    }

    .smallMenuDiv {
        margin-top: 12px;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 170px;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
    }

    .btnSmallApply {
        color: #fff;
        background-color: #DE9016;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 10px 3px 10px;
        margin-top: 12px;
        margin-right: 5px;
        float: right;
        font-size: 12px;
    }

    /* App */
    .customImageBackground {
        background-position: left center;
    }
}

/* Extra Extra small devices (small phones) */
@media (max-width:576px) {
    .superHeaderContainer {
        justify-content: center;
    }
}

/* Small devices (tablets, 750px and down) */
@media (min-width: 750px) {
    .superHeader {
        padding: 0 !important;
        text-align: right;
    }

    .superHeaderContainer {
        justify-content: flex-end;
    }

        .superHeaderContainer #portal-btn {
            margin-right: 5px;
            padding: 7px;
        }

        .superHeaderContainer #subscribe-btn {
            margin-right: 20px;
            padding: 7px;
        }

    .HeaderNav div.container {
        padding: 0 15px !important;
    }

    .searchMenu {
        margin: 0px;
    }

    #phoneIcon {
        width: 35px;
        margin-left: 20px;
    }

    #phoneNumber {
        font-size: 11px;
    }

    .sub-menu-icon {
        float: right;
        margin-top: -15px;
        width: 3%;
    }

    .divider {
        border-left: 1px solid white;
        padding-left: 25px;
    }

    .LogoDiv {
        margin: 17px 0;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        -webkit-transition: margin 0.2s;
        transition: margin 0.2s;
    }

    .smallMenuDiv {
        margin-top: 12px;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 170px;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
    }

    .btnSmallApply {
        color: #fff;
        background-color: #DE9016;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 20px 5px 20px;
        margin-top: 10px;
        margin-right: 15px;
        float: right;
        font-size: 14px;
    }

    /* App */
    .customImageBackground {
        background-position: center;
    }
}

/* Medium devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
    .superHeader {
        padding: 0 15px 0 0 !important;
        text-align: right;
    }

    .superHeaderContainer {
        height: 35px;
    }

        .superHeaderContainer #subscribe-btn,
        .superHeaderContainer #portal-btn {
            height: 35px;
        }

    .HeaderNav div.container {
        padding: 0 15px !important;
    }

    /* Super Header Area Start */
    .searchMenu {
        margin: 0px -15px;
    }

    #phoneIcon {
        width: 35px;
        margin-left: 0px;
    }

    #phoneNumber {
        font-size: 11px;
    }

    .sub-menu-icon {
        float: right;
        margin-top: -15px;
        width: 3%;
    }

    .divider {
        border-left: 1px solid white;
        padding-left: 25px;
    }

    /* Super Header Area End */

    /* Logo Start */

    .LogoDiv {
        margin: 17px 0px;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        -webkit-transition: margin 0.2s;
        transition: margin 0.2s;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 170px;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
    }

    /* Logo End */

    /* App */
    .customImageBackground {
        background-position: center;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .superHeader {
        padding: 0 20px 0 0 !important;
        text-align: right;
    }

    .HeaderNav div.container {
        padding: 0 15px !important;
    }

    /* Super Header Area Start */

    #phoneIcon {
        width: 35px;
        margin-left: 30px;
    }

    #phoneNumber {
        font-size: 11px;
    }

    .sub-menu-icon {
        float: right;
        margin-top: -15px;
        width: 2%;
    }

    .divider {
        border-left: 1px solid white;
        padding-left: 25px;
    }

    /* Super Header Area End */

    /* Logo Start */

    .LogoDiv {
        margin: 19px 0px 19px 0px;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        -webkit-transition: margin 0.2s;
        transition: margin 0.2s;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 190px;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -webkit-transition: width 0.2s;
        transition: width 0.2s;
    }

    /* Logo End */

    /* App */
    .customImageBackground {
        background-position: center;
    }
}

/* =========== HEADER - End ==================== */

/* =========== FOOTER - Start ==================== */

/* Footer Common Start*/
.footer {
    font-family: Lato,Arial;
    text-align: center;
}

.footer_box {
    color: #8E8E8E;
    background-color: #2E2E2E;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: repeat;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
}

.FooterPane .social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

    .FooterPane .social-icons a {
        color: #585858;
    }

.FooterPane .social-icons {
    display: inline
}

.copyright_style {
    float: left;
    padding: 20px 8px;
}

.FooterPane {
    float: right;
    padding: 13px 8px 0;
    margin: 0;
}

.copyright_style .sep {
    padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
    text-decoration: none;
    font-size: 12px;
}

    .copyright_style a:hover {
        text-decoration: none;
        color: #3b9cf7;
    }

    .copyright_style a {
        font-family: 'Lato',Arial, Helvetica, sans-serif;
        color: #8E8E8E !important;
        font-size: 14px !important;
    }

.ApplyNowButton {
    font-weight: bold;
}

.footerText {
    font-family: 'Lato',Arial, Helvetica, sans-serif !important;
}

.emailFooter {
    display: block;
}

.Footer3Pane a p.footerText:hover {
    color: #d89016 !important;
}

#footerBBB {
    width: 134px;
    height: 35px;
    margin-top: 22px;
}

/*-------Button Mouse Hover/Active------*/
[type="button"]:hover {
    background-color: #258460;
}

[type="button"]:active {
    background-color: #258460;
}

.ApplyNowButton:hover {
    background-color: #258460;
}

.blueButton {
    font-weight: bold;
}

    .blueButton:hover {
        background-color: #258460;
        text-decoration: none !important;
    }

.Footer4Pane a:hover {
    text-decoration: none !important;
}
/* Footer Common End*/


/* Extra small devices (phones, less than 749px) */
@media (max-width:749px) {
    .footerHeader {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .footerText {
        font-size: 14px;
    }

    .ApplyNowButton {
        background-color: #d89017;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .blueButton {
        background-color: #004762;
        color: white;
        padding: 10px 15px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #footerImg1 {
        width: 90%;
    }

    #footerImg2 {
        width: 80%;
    }

    #footerImg3 {
        width: 90%;
    }

    .socialFooter {
        width: 13%;
    }

    .copyright_style {
        float: left;
        padding: 7px 8px;
        text-align: center;
    }

    .FooterDiv {
        padding: 20px 0px;
        background-image: none;
        background-color: #000000;
    }

    .getNewsDelivered {
        font-size: 31px;
        font-weight: bold;
        line-height: 26px;
    }

    #emailTips {
        font-size: 16px;
        font-weight: bold;
        color: #3a3a3a;
    }

    .terms {
        font-size: 11px !important;
    }

    .quotes {
        width: 100%;
    }

    .emailFooter {
        margin-top: 9px;
    }

    .phoneFooter {
        margin-top: 6px;
    }

    .IconInfo /* Beno - Added to reduce the padding between Icon and Info in footer (i.e. Address, Phone & Mail)*/ {
        padding: 0 5px !important;
    }
}

/* Small devices (tablets, 750px and up) */
@media (min-width: 750px) {
    .footerHeader {
        margin-top: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .footerText {
        font-size: 12px;
    }

    .ApplyNowButton {
        background-color: #d89017;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .blueButton {
        background-color: #004762;
        color: white;
        padding: 10px 15px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #footerImg1 {
        width: 110%;
    }

    #footerImg2 {
        width: 116%;
    }

    #footerImg3 {
        width: 118%;
    }

    .socialFooter {
        width: 11%;
    }

    .copyright_style {
        float: left;
        padding: 7px 8px;
    }

    .FooterDiv {
        padding: 50px 0px;
        background-image: url("/Portals/0/BeaconSkin/Shared/Footer/footer-bg.png");
        background-size: cover;
    }

    .getNewsDelivered {
        font-size: 36px;
        line-height: 26px;
        font-weight: bold;
    }

    #emailTips {
        font-size: 17px;
        font-weight: bold;
        color: #3a3a3a;
    }

    .terms {
        font-size: 14px;
    }

    .quotes {
        width: 100%;
    }

    .emailFooter {
        margin-top: 8px;
    }

    .phoneFooter {
        margin-top: 6px;
    }

    .IconInfo {
        padding: 0 5px !important;
    }
}

/* Medium devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
    .footerHeader {
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .footerText {
        font-size: 14px;
        line-height: 18px;
    }

    .ApplyNowButton {
        background-color: #d89017;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .blueButton {
        background-color: #004762;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #footerImg1 {
        width: 100%;
    }

    #footerImg2 {
        width: 100%;
    }

    #footerImg3 {
        width: 100%;
    }

    .socialFooter {
        width: 11%;
    }

    .copyright_style {
        float: left;
        padding: 20px 8px;
    }

    .FooterDiv {
        padding: 60px 0px;
        background-image: url("/Portals/0/BeaconSkin/Shared/Footer/footer-bg.png");
        background-size: cover;
    }

    .getNewsDelivered {
        font-size: 36px;
        line-height: 24px;
        font-weight: bold;
    }

    #emailTips {
        font-size: 17px;
        font-weight: bold;
        color: #3a3a3a;
    }

    .terms {
        font-size: 14px;
    }

    .quotes {
        width: 150%;
    }

    .emailFooter {
        margin-top: 6px;
    }

    .phoneFooter {
        margin-top: 6px;
    }

    .IconInfo /* Beno - Added to reduce the padding between Icon and Info in footer (i.e. Address, Phone & Mail)*/ {
        padding: 0 !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .footerHeader {
        margin-top: 15px;
        font-size: 20px;
        font-weight: bold;
    }

    .footerText {
        font-size: 14px;
    }

    .ApplyNowButton {
        background-color: #d89017;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 23px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .blueButton {
        background-color: #004762;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #footerImg1 {
        width: 100%;
    }

    #footerImg2 {
        width: 100%;
    }

    #footerImg3 {
        width: 100%;
    }

    .socialFooter {
        width: 12%;
    }

    .copyright_style {
        float: left;
        padding: 20px 8px;
    }


    .FooterDiv {
        padding: 60px 0px;
        background-image: url("/Portals/0/BeaconSkin/Shared/Footer/footer-bg.png");
        background-size: cover;
    }

    .getNewsDelivered {
        font-size: 36px;
        line-height: 20px;
        font-weight: bold;
    }

    #emailTips {
        font-size: 17px;
        font-weight: bold;
        color: #3a3a3a;
    }

    .terms {
        font-size: 14px;
    }

    .quotes {
        width: 120%;
    }

    .emailFooter {
        margin-top: 10px;
    }

    .phoneFooter {
        margin-top: 5px;
    }

    .IconInfo /* Beno - Added to reduce the padding between Icon and Info in footer (i.e. Address, Phone & Mail)*/ {
        padding: 0 !important;
    }
}


/* =========== FOOTER - End ==================== */

/* =========== 2sxc Content App Templates - Start ==================== */

.customColorBackground {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.customImageBackground {
    height: auto;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.truckwhite_full {
    background-image: url("/Portals/0/BeaconSkin/Template/Containers/truckwhite_full.jpg");
    background-color: #3f3f3f;
    height: auto;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blue_truckleft_fade {
    background-image: url("/Portals/0/BeaconSkin/Template/Containers/blue-truckleft-fade.jpg");
    background-color: #3f3f3f;
    height: auto;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.embroidery_full {
    background-image: url("/Portals/0/BeaconSkin/Template/Containers/embroidery_full.jpg");
    background-color: #3f3f3f;
    height: auto;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gray_truckright_fade {
    background-image: url("/Portals/0/BeaconSkin/Template/Containers/gray_truckright-fade.jpg");
    background-color: #3f3f3f;
    height: auto;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.SuccessSpotlightBG {
    background-image: url("/Portals/0/BeaconSkin/Template/Containers/SuccessSpotlight-bg.png");
    background-color: #3f3f3f;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.whiteContainer {
    background-color: #ffffff;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.grayContainer {
    background-color: #dddddd;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.navyContainer {
    background-color: #004762;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* =========== 2sxc Content App Templates - End ==================== */

/* =========== MS Booking Section - Start ==================== */

#ms-booking-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #ms-booking-section .ms-booking-title {
        font-size: 32px;
        line-height: 36px;
    }

    #ms-booking-section .ms-booking-text {
        font-family: 'Lato', arial;
        font-size: 18px;
        line-height: 22px;
    }

    #ms-booking-section .ms-booking-img {
        width: 100%;
        height: auto;
        max-width: 520px;
        margin: auto;
        display: block
    }

/* ===========  MS Booking Section - End ==================== */

/* =========== General - Start ==================== */

html {
    scroll-padding-top: 80px;
}

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button.close:hover {
    background: transparent !important;
}

@media print {
    #hbl-live-chat-wrapper,
    #olark-wrapper,
    #chat-box-announcer,
    #olark-container,
    .olark-launch-button-wrapper {
        display: none;
    }
}

/* reCaptcha */
.recaptcha85 > div > div {
    transform: scale(0.85);
    transform-origin: 0 0;
}
/* =========== General - End ==================== */

