.navbar-collapse {
    border-top: 0px;
}
.navbar {
    background-color: #ffffff !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.004);
}
.cssp-page .row.section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cssp-page .row.white {
    background-color: #ffffff;
}
.cssp-page .row.gray {
    background-color: #f2f2f2;
}
.cssp-page .row .innercontent {
    margin: auto;
    width: 80%;
    display: table;
    background-color: #ffffff;
}
/*# 00. Global #*/

body {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    color: #333333
}
/*# 00. Global/00. Corporate Colors #*/

.forgot-username-page .btn {
    text-align: left;
    margin-left: -200px;
    margin-top: 20px;
    width: 15%;
    padding-left: 30px;
    outline: none !important;
}
.brand-red {
    background-color: #da291c;
}
.brand-blue {
    background-color: #007dc3;
}
/*# 00. Global/01. Main Content Wrapper #*/

.container.maincontent .row {
    margin-left: auto;
    margin-right: auto;
}
/*# 00. Global/02. Button #*/
/*# 00. Global/02. Button #*/

.ctabutton {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    color: white;
}
a.ctabutton span {
    cursor: pointer;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #da4c3e;
    line-height: 40px;
    border-radius: 2px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    background: #da4c3e;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#a0c323, #8caa0a);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#a0c323, #8caa0a);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#a0c323, #8caa0a);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#a0c323, #8caa0a);
    /* Standard syntax */
    /* Cannot use this because product name has small case i 
    text-transform: uppercase;
    */
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    a.ctabutton span {
        padding-left: 30px;
        padding-right: 30px;
    }
}
a.ctabutton span:hover {
    background: #a0c323;
    /* Flat */
}
a.ctabutton.uppercase {
    text-transform: uppercase;
}
a.ctabutton {
    color: white;
    text-decoration: none;
}
/*# 00. Global/02. Button/01. Colors #*/

a.ctabutton.red span {
    background: #D64036;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#DD5544, #D64036);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#DD5544, #D64036);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#DD5544, #D64036);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#DD5544, #D64036);
    /* Standard syntax */
}
a.ctabutton.red span:hover {
    background: #D64036;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#EB212E, #D34149);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#EB212E, #D34149);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#EB212E, #D34149);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#EB212E, #D34149);
    /* Standard syntax */
}
a.ctabutton.secondaryblue span {
    background: #9bd8fb;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#51baf9, #4ca6e1);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#51baf9, #4ca6e1);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#51baf9, #4ca6e1);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#51baf9, #4ca6e1);
    /* Standard syntax */
}
a.ctabutton.secondaryblue span:hover {
    background: #72c3f8;
    /* Flat */
}
/*# 00. Global/02. Button/02. Sizes #*/

a.ctabutton.fixed-width-medium span {
    min-width: 200px;
}
/*# 00. Global/03. Standard Content Page Layout #*/

.row.spacer {
    background-color: #f5f5f5;
    padding-top: 70px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .row.spacer {
        padding-top: 50px;
    }
}
.row.topsection {
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.row.pagecontainer {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 85%;
}
.row.pagecontainer .innercontent {
    margin: auto;
    width: 80%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .row.pagecontainer .innercontent {
        width: 95%;
    }
}
.row.ctacontainer {
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.row.ctacontainer1 {
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
/*# 00. Global/04. BreadCrumb #*/
/* the class 'breadcrumb' is used in bootstrap */

.cwBreadcrumb {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 30px;
    padding-top: 10px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .cwBreadcrumb {
        display: none;
    }
}
.cwBreadcrumb a.CMSBreadCrumbsLink {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    color: #2377C5;
}
.cwBreadcrumb a.CMSBreadCrumbsLink:hover {
    /* border-bottom: 1px solid #2377c5; */
}
.cwBreadcrumb .CMSBreadCrumbsCurrentItem {
    color: #999999;
}
/*# 00. Global/05. Links #*/

a {
    color: #2377C5;
}
/*# 01. Menu #*/
/*# 01. Menu/00. Header #*/

.header {
    background-color: #FFF;
    border: 0px;
    border-color: #FFF;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header {
        height: 50px;
    }
}
.header.smaller {
    height: 50px;
}
.header.smaller .navbar-header {
    -webkit-box-shadow: 0px 10px 10px -10px #cccccc;
    -moz-box-shadow: 0px 10px 10px -10px #cccccc;
    box-shadow: 0px 10px 10px -10px #cccccc;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header.smaller .navbar-header {
        -webkit-box-shadow: 0px 0px 0px 0px #cccccc;
        -moz-box-shadow: 0px 0px 0px 0px #cccccc;
        box-shadow: 0px 0px 0px 0px #cccccc;
    }
}
.navbar-header {
    display: table;
    width: 100%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .navbar-header {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.navbar-header .headerleft,
.navbar-header .brandlogo,
.navbar-header .headerright,
.navbar-header #navbar {
    display: table-cell !important;
}
.header .navbar-left li,
.header .navbar-right li {
    height: 70px;
    display: table;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .navbar-left li,
    .header .navbar-right li {
        height: 50px;
    }
}
.header.smaller .navbar-left li,
.header.smaller .navbar-right li {
    height: 50px;
}
.header .navbar-left li a {
    display: table-cell;
    background: white;
    vertical-align: middle;
    text-align: center;
}
.header .navbar-left li a img,
.header .navbar-right li a img {
    vertical-align: text-bottom;
    margin-right: 6px;
}
.header .navbar-right li a img.mobileonly {
    float: right;
    margin-left: 6px;
    margin-right: 0px;
}
.header .navbar-right li a span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .navbar-right li a span {
        font-size: 10px;
    }
}
/*# 01. Menu/00. Header/00. General Button Text #*/

.header .headerleft li a,
.header .headerright li a {
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2377C5;
    padding: 0px;
}
.header .headerleft li a:hover {
    color: #a4d8f1;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .header .headerleft li a span {
        display: none;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .footer .links .column {
        display: none;
    }
}
/*# 01. Menu/00. Header/01. Header Left #*/

.header .headerleft li a img {
    height: 16px;
}
.header .headerleft li a {
    padding-left: 30px;
    padding-right: 0px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    ul.navbar-left {
        overflow: auto;
    }
    .header .headerleft li {
        white-space: nowrap;
        display: table-cell;
    }
    .header .headerleft li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .headerleft li a img {
        margin-right: 0px;
    }
}
/*# 01. Menu/00. Header/02. Header Right #*/

.header .headerright li a {
    padding-left: 25px;
    padding-right: 35px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .headerright li {
        white-space: nowrap;
        display: table-cell;
    }
    .header .headerright li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .headerright li a img {
        margin-right: 0px;
    }
}
/*# 01. Menu/00. Header/02. Header Right/01. Login Button #*/

.header .navbar-right li a.btnMenuLogin {
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #0A3C6E;
    line-height: 20px;
    padding-left: 35px;
    padding-right: 35px;
}
.header .navbar-right li a.btnMenuLoginMobile {
    color: #0A3C6E;
    display: none;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .navbar-right li a.btnMenuLogin {
        display: none;
    }
    .header .navbar-right li a.btnMenuLoginMobile {
        display: block;
    }
}
/*# 01. Menu/00. Header/02. Header Right/02. Contact Button #*/

.header a.btnMenuContact {
    font-weight: 600;
    font-style: normal;
    color: #2377C5 !important;
    font-size: 11px;
    background: #FFF;
    padding-left: 35px;
    padding-right: 35px;
}
.header a.btnMenuContact:hover {
    background: #FFF;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header a.btnMenuContact {
        display: none !important;
    }
}
/*# 01. Menu/00. Header/03. Brand Logo #*/

.header .brandlogo {
    vertical-align: middle;
    text-align: center;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .brandlogo img {
        width: 107px;
    }
}
.brand-logo-link {}
/*# 01. Menu/00. Header/04. Responsive Fixes #*/
/*# 01. Menu/00. Header/04. Responsive Fixes/01. Landscape Tablet (1024 x any and below) #*/
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {}
/*# 01. Menu/00. Header/04. Responsive Fixes/02. Landscape Phone (480 x any and below) #*/
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .headerleft li a {
        height: 35px;
    }
    .header .headerleft li a.btnHome {
        display: none;
    }
    .header .headerright li a {
        height: 40px;
    }
    .header .headerright li a {
        height: 40px;
    }
    .header .headerright li a.btnMenuLoginMobile {
        height: 40px;
        padding-top: 5px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .headerright {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header .brandlogo {
        vertical-align: top;
        padding-top: 13px;
    }
}
/*# 01. Menu/01. Megamenu #*/

.megamenu {
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
    background-color: #2377c5;
    width: 100%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .megamenu {
        top: 50px;
    }
    .megamenu.is-visible {
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }
}
.megamenu.smaller {
    top: 50px;
}
.btnMenu.megamenu-toggle span {
    cursor: pointer;
}
/*# 01. Menu/01. Megamenu/01. Desktop Styling #*/

.megamenu ul,
.megamenu li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.megamenu .container {
    padding-top: 50px;
    margin: auto;
    width: 80%;
    max-width: 1300px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .megamenu .container {
        padding-top: 40px;
        width: 95%;
    }
}
.megamenu ul li.L1 {
    width: 33%;
    display: inline-block;
}
.megamenu a {
    text-decoration: none;
}
.megamenu ul li.L1 a {
    margin-bottom: 20px;
    display: block;
}
.megamenu ul li.L1 a span {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.megamenu ul li ul li.L2 {
    margin-bottom: 15px;
}
.megamenu ul li ul li.L2 a span {
    color: #add0f0;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
}
.megamenu ul li ul li.L2 a span:hover {
    color: #ffffff;
}
.megamenu ul li.divider {
    width: 100%;
    max-width: 1100px;
    border-bottom: 1px solid #0e5dae;
    margin-top: 30px;
    margin-bottom: 50px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .megamenu ul li.divider {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
/*# 01. Menu/02. SubNav #*/

.subnav .menuitem {
    display: table-cell;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 15px;
    cursor: pointer;
    height: 60px;
    vertical-align: middle;
}
.subnav a.menuitem:hover {
    text-decoration: none;
    background-color: #2377C5;
    color: #ffffff;
}
.subnav a.menuitem.active {
    background-color: #F2F2F2;
    color: #333333;
}
.subnav .outside {
    display: table;
    width: 100%;
    background-color: #3D9CDB;
    height: 60px;
}
.subnav .backbutton {
    display: table-cell;
    width: 12%;
    vertical-align: middle;
}
.subnav .backbutton a {
    text-decoration: none;
    display: table;
}
.subnav .backbutton a span {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
}
.subnav .imgclass {
    display: inline-block;
    vertical-align: text-top;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    width: 20px;
    height: 7px;
}
.subnav .listofpagescontainer {
    display: table-cell;
    padding-left: 5%;
    padding-right: 5%;
}
.subnav .listofpages {
    display: table;
    margin: auto;
}
/*# 01. Menu/02. SubNav/01. Spacing #*/

.subnav .listofpages.col-6 .menuitem {
    width: 15%;
}
/*# 01. Menu/02. SubNav/01. Spacing/01. About Us #*/

.subnav.about-us .backbutton {
    display: none;
}
.subnav.about-us .listofpagescontainer {
    padding-left: 11%;
    padding-right: 11%;
}
/*# 01. Menu/02. SubNav/01. Spacing/02. Support #*/

.subnav.support .backbutton {
    display: none;
}
.subnav.support .listofpagescontainer {
    padding-left: 11%;
    padding-right: 11%;
}
/*# 01. Menu/02. SubNav/01. Spacing/03. Level 4 #*/

.subnav.level4 .backbutton {
    display: table-cell;
}
.subnav.level4 .listofpages {
    width: 90%;
}
/*# 01. Menu/02. SubNav/02. Responsive Fixes #*/
/*# 01. Menu/02. SubNav/02. Responsive Fixes/02. Landscape Phone (1024 x any and below) #*/

@media only screen and (max-width: 1025px) {
    .subnav .menuitem {
        display: table-cell;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 15px;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
    }
    .subnav .backbutton {
        display: table-cell;
        width: 16%;
        vertical-align: middle;
    }
    .subnav .listofpagescontainer {
        display: table-cell;
        padding-left: 0%;
        padding-right: 0%;
    }
    .subnav .imgclass {
        margin-left: 20px;
        padding-right: 5px;
        width: 20px;
        height: 7px;
        display: inline-block;
    }
    .subnav .backbutton a span {
        display: inline-block;
    }
    .subnav .backbutton a {
        display: table;
    }
}
/*# 02. Footer #*/
/*# 02. Footer/01. Section A #*/

.footer .container.links {
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 60px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .container.links {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.footer .container.links .row {
    width: 85%;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .container.links .row {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .footer .container.links .row {
        width: 100%;
    }
}
.footer .links .column {
    display: inline-block;
    width: 20%;
}
.footer .links .column .title {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .links .column .title {
        font-size: 12px;
        line-height: 16px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .footer .links .column {
        display: none;
    }
}
.footer .links .column a {
    display: table-row;
    font-size: 12px;
    line-height: 27px;
    color: #2377C5;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .links .column a {
        font-size: 11px;
        line-height: 15px;
    }
}
.footer .socialcolumn {
    text-align: right;
}
.footer .socialcolumn .title {
    font-size: 16px;
    line-height: 35px;
    color: #666;
    font-weight: 400;
    vertical-align: middle;
}
.footer .socialcolumn .imagebuttons {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}
.footer .socialcolumn div {
    display: inline-block;
}
.footer .corporatecolorsline div {
    height: 4px;
    float: left;
}
.footer .corporatecolorsline .leftline {
    width: 25%;
}
.footer .corporatecolorsline .rightline {
    width: 75%;
}
/*# 02. Footer/02. Section B #*/

.footer .copyright {
    padding-top: 40px;
}
.footer .copyright .row {
    width: 85%;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .copyright .row {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .footer .copyright .row {
        width: 100%;
    }
}
.footer .copyright .sep,
.footer .copyright a {
    font-size: 12px;
    line-height: 20px;
    color: #2377C5;
}
.footer .copyright .copyrightnotice {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
/*# 02. Footer/03. Section C #*/

.footer .external-links {
    padding-top: 20px;
    padding-bottom: 40px;
}
.footer .external-links .row {
    width: 85%;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .external-links .row {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .footer .external-links .row {
        width: 100%;
    }
}
.footer .external-links .logos li {
    float: left;
    margin: 0 20px 5px 0;
}
/*# 02. Footer/04. Responsive Fixes #*/
/*# 02. Footer/04. Responsive Fixes/01. Landscape Tablet (1024 x any and below) #*/
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .footer .links .column {
        padding-right: 5px;
    }
    .footer .links .column a span {
        display: block;
        margin-bottom: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
/*# 02. Footer/04. Responsive Fixes/02. Landscape Phone (480 x any and below) #*/

@media only screen and (max-width: 481px) {
    .footer .container.links {
        display: none;
    }
    .footer .container.copyright,
    .footer .external-links {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .container.copyright .row.TCLinks {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer .container.copyright .row.TCLinks a,
    .footer .container.copyright .copyrightnotice {
        font-size: 14px;
    }
    .footer .container.copyright .row.TCLinks .sep.optional {
        display: block;
        text-indent: -1000em;
        height: 5px;
    }
    .footer .external-links .logos li {
        display: table-cell;
        float: initial;
        margin: 0 5px 5px 0;
    }
    .footer .external-links .logos img {
        max-width: 70%;
    }
}
/*# 03. Content Page #*/
/*# 03. Content Page/01. Text Styling #*/
/*# Based on MetLife Global 'Page with Text Components' #*/

.pageheader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
    padding-top: 50px;
    padding-bottom: 40px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pageheader {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pageheader {
        padding: 25px 20px;
    }
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pageheader .title {
        font-size: 36px;
        line-height: 40px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pageheader .title {
        font-size: 28px;
        line-height: 30px;
    }
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pageheader .subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pageheader .subtitle {
        font-size: 13px;
        line-height: 16px;
    }
}
/* START : ckeditor styles */

.pagecontent {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.pagecontent h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 10px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pagecontent h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pagecontent h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.pagecontent h3 {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
.pagecontent .sectionheader {
    color: #333;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pagecontent .sectionheader {
        font-size: 20px;
        line-height: 24px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pagecontent .sectionheader {
        font-size: 18px;
        line-height: 22px;
    }
}
/*# 03. Content Page/02. Line Break #*/

.pagecontent br {
    line-height: 20px;
}
/*# 03. Content Page/03. Bullets #*/

.pagecontent ul,
.pagecontent ol {
    list-style: initial;
    padding-left: 40px;
}
.pagecontent ol {
    list-style-type: decimal;
}
.pagecontent li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pagecontent li {
        font-size: 13px;
        line-height: 16px;
    }
}
/*# 03. Content Page/04. Table #*/

.pagecontent table {
    border: 1px solid #999999;
    margin: auto;
}
.pagecontent table thead {
    background-color: #333333;
    color: white;
}
.pagecontent table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.pagecontent table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    ;
}
.pagecontent table tbody tr:nth-child(even) {
    background: #FFF;
}
.pagecontent table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}
.pagecontent table.specialtable {
    border: 0px;
    margin-left: 20px;
}
.pagecontent table.specialtable thead th {
    background: none;
}
.pagecontent table.specialtable tbody tr {
    background: none;
}
@media only screen and (max-width: 481px) {
    .pagecontent table.specialtable {
        width: 100%! important;
    }
    .pagecontent table.specialtable td {
        display: table-row;
    }
    .pagecontent table.specialtable td:nth-child(odd) {
        font-weight: bold;
    }
    .pagecontent table.specialtable td:nth-child(even) {
        margin-bottom: 10px;
    }
}
.pagecontent strong {
    font-weight: 600;
    padding-left: 20px;
}
.pagecontent em {
    font-style: italic;
}
.pagecontent a {
    text-decoration: none;
}
/*# 03. Content Page/05. Telephone #*/

.pagecontent .telephone {
    color: #337ab7;
}
/*# 04. Forms #*/
/*# 04. Forms/01. Controls/00. CTA Box #*/

.ctabox {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 85%;
    max-width: 1300px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctabox {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctabox {
        margin-top: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
}
.ctabox .imagecontainer {
    display: inline-block;
    width: 66.66%;
    vertical-align: top;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctabox .imagecontainer {
        width: 60%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctabox .imagecontainer {
        display: none;
    }
}
.ctabox .imagecontainer img {
    width: 100%;
    height: 100%
}
.ctabox .imagecontainer .maincopy {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 70%;
}
@media only screen and (max-width: 1025px) {
    .ctabox .imagecontainer .maincopy {
        font-size: 24px;
        line-height: 28px;
        padding-top: 30px;
        padding-left: 30px;
    }
}
.ctabox .imagecontainer .subcopy {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
    width: 70%;
}
@media only screen and (max-width: 1025px) {
    .ctabox .imagecontainer .subcopy {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
}
.ctabox .contentcontainer {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctabox .contentcontainer {
        width: 40%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctabox .contentcontainer {
        width: 100%;
    }
}
/*# 04. Forms/01. Controls/01. Common #*/
/* Bootstrap overrides */

.form-control {
    border-radius: 2px;
}
.form-horizontal .form-group {
    margin-left: 30px !important;
    margin-right: 0px;
    padding: 5px;
}
/* effie19Sept2016 */

.form-group {
    margin-bottom: 15px;
    padding-top: 40px;
}
/* effie19Sept2016 */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
}
.form-control:focus {
    border-color: #e3e3e3 !important;
    /* effie01Nov2016 */
}
/* Kentico overrides */
/*# 04. Forms/01. Controls/01. Common/01. Labels #*/

.editing-form-label-cell {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: none;
    /* Global Metlife Template prefer to show in Watermark */
}
/*# 10.  Registration Page #*/

.ctaboxReg .contentcontainerReg {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctaboxReg .contentcontainerReg {
        width: 40%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctaboxReg .contentcontainerReg {
        width: 100%;
    }
}
.ctaboxReg {
    width: 85%;
    max-width: 1300px;
    margin: 50px auto;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctaboxReg {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctaboxReg {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
}
.ctaboxReg .imageRegcontainer {
    display: inline-block;
    width: 66.66%;
    vertical-align: top;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctaboxReg .imageRegcontainer {
        width: 60%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctaboxReg .imageRegcontainer {
        display: none;
    }
}
.ctaboxReg .imageRegcontainer img {
    width: 100%;
    height: 100%
}
.ctaboxReg .imageRegcontainer .maincopy {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 70%;
}
@media only screen and (max-width: 1025px) {
    .ctaboxReg .imageRegcontainer .maincopy {
        font-size: 24px;
        line-height: 28px;
        padding-top: 30px;
        padding-left: 30px;
    }
}
.ctaboxReg .imageRegcontainer .subcopy {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
    width: 70%;
}
@media only screen and (max-width: 1025px) {
    .ctaboxReg .imageRegcontainer .subcopy {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
}
.ctaboxReg .contentcontainerReg {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .ctaboxReg .contentcontainerReg {
        width: 40%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .ctaboxReg .contentcontainerReg {
        width: 100%;
    }
}
@-moz-document url-prefix() {
    #field_State {
        margin-right: 4px;
        position: relative;
        z-index: 1;
    }
    #field_State > select {
        -webkit-box-sizing: border-box;
        background: none;
        background-color: #f3f3f3;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #field_State select::-ms-expand {
        display: none;
        /* to ie 10 */
    }
    #field_State select:focus {
        outline: none;
    }
    :-moz-any(.wgLeadGenRegForm #field_State):before {
        background-color: #fff;
        /* this is necessary for overcome the caret default browser */
        
        pointer-events: none;
        /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
        
        z-index: 1;
        /* this is necessary for overcome the pseudo element */
    }
}
.wgLeadGenRegForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgLeadGenRegForm {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
}
.wgLeadGenRegForm .FormRegTitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 17px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgLeadGenRegForm .FormRegTitle {
        font-size: 16px;
        line-height: 20px;
    }
}
.wgLeadGenRegForm .FormRegDisclaimer {
    color: #A4D8F1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
}
.wgLeadGenRegForm .FormRegDisclaimer a {
    color: #ffffff;
    text-decoration: underline;
}
.wgLeadGenRegForm .InfoRegLabel {
    color: #ffffff;
    margin-bottom: 17px;
    display: block;
    min-height: 235px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgLeadGenRegForm .InfoRegLabel {
        min-height: auto;
    }
}
.editing-Regform-label-cell {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.editing-Regform-value-cell .WatermarkRegText {
    color: #999999;
}
.editing-Regform-value-cell .DropDownRegField,
.editing-Regform-value-cell .formReg-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 10px 12px;
    text-align: left;
}
.editing-Regform-value-cell .DropDownRegField {
    width: 100%;
    border-radius: 2px;
    color: #333333;
    height: 40px;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(/cssp/App_Themes/AMLTv2/images/icons/ico_select_arrows.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
    margin-right: 20px;
}
.editing-Regform-value-cell .DropDownRegField option {
    color: #333;
}
.editing-Regform-value-cell .DropDownRegField.empty,
.editing-Regform-value-cell .DropDownRegField option:first-child {
    color: #999999 !important;
}
/* End Arrow to go to page down on Registration page  */
/*# 10.  Registration Page /01. Form Layout #*/

.wgRegForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
.checkbox {
    display: inline-block !important;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgRegForm {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
}
/*# 10.  Registration Page /03. Terms_and_Conditions #*/

.register-page .su bheader {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
}
.register-page hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.subheader {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: left;
    color: #333333;
}
.register-page .termsandconditions-container {} .register-page .termsandconditions-container ol {
    list-style-type: decimal;
    padding-left: 40px;
}
.register-page div.row.section.gray {
    padding-bottom: 80px;
}
.register-page .termsandconditions-container li {
    padding-left: 5px;
    position: relative;
}
@media only screen and(max-width: 481px) {
    .register-page .termsandconditions-container li {
        margin-right: 20px;
    }
}
.register-page .termsandconditions-container li .row {
    width: 100%;
    text-align: justify;
}
.register-page .termsandconditions-container li .row:first-child {
    vertical-align: top;
    display: inline-block;
}
.register-page .termsandconditions-container .checkboxes-container {
    padding-left: 20px;
    padding-top: 10px;
}
.register-page .termsandconditions-container #chkPersonalInfo {
    height: 17px;
    width: 17px;
}
.register-page .termsandconditions-container #chkSendProductOffer {
    height: 17px;
    width: 17px;
}
/*Self-Registration*/
/*# 10.  Registration Page /04. Self-Registration_Step1 #*/

.popupbox {
    color: #FFFFFF;
}
.form-control:focus {
    border-color: #7A7474 !important;
}
.required:after {
    color: #e32;
    content: '*';
    display: inline;
}
.editing-form-label-cell-Info {
    color: #999;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    padding: 3px;
    margin-left: 60px;
    margin-right: 2px;
    /* effie19Sept2016 */
}
.control-label-info {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.DropDownFieldInfo {
    border-radius: 2px;
    color: #333;
    height: 40px;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
}
/*Satheesh_Added*/

.registration-page .btnbackcolor {
    color: #007dc3;
}
.registration-page .prefpassword {} .registration-page .prefconfirmpassword {} .registration-page .secAnswers {
    color: black;
    margin: 0px -150px 0px 0px;
}
.login-page .page-label {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-style: normal;
}
.login-page div.col-sm-8.plan-description.pagecontent {
    box-shadow: none !important;
    width: 65%;
    margin: -4px 0 0 0;
}
.login-page div.col-sm-4.proposal-form.brand-blue {
    box-shadow: 0 5px 3px rgb(218, 218, 218)!important;
    width: 35%;
    height: 340px;
    margin: -4px 1px 1px -20px;
}
.login-page .row .innercontent {
    margin: auto;
    width: 90% !important;
    display: table;
    background-color: #f2f2f2;
}
.img-highlight {
    border: 6px solid green;
    border-radius: 6px;
    display: inline-block;
}
.registration-page .btntacrequest {
    color: white;
    text-decoration: underline;
}
.registration-page .page-header {
    margin-left: 0px!important;
}
.registration-page hr {
    border-top: 1px solid #080808;
}
.login-page .btn {
    float: left !important;
    width: 30%!important;
    margin-left: -5px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and(max-width: 481px) {
    .login-page .btn {
        width: 50% !important;
    }
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_pnlTermCondition .row.section {
    padding-top: 8px !important;
}
.registration-page .ddlinfo {
    width: 33%;
    float: left;
    margin-top: 0px;
}
.registration-page .ddlOtherID {
    width: 65%;
    margin-top: 0px;
    float: right;
}
.registration-page .mobilepin {
    Width: 20%;
    margin-top: -13px;
    margin-bottom: -20px;
}
.registration-page .mobilePh {
    Width: 115%;
    margin-top: -40px;
    margin-left: 39px;
}
/*effie*/

.registration-page .termsscroll {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.registration-page .bottom {
    z-index: -1;
    position: relative;
    padding-top: 50px;
}
.grayBox img {
    height: 426px;
    width: 377px;
}
.registration-page .btnalignment {
    position: absolute;
    text-align: center;
    padding-left: 62%;
    padding-top: 22px;
    padding-bottom: 20px;
}
.registration-page .row.section {
    padding-bottom: 0px !important;
}
.registration-page .btnsize {
    width: 100px;
}
.registration-page .popupbox {
    color: #FFFFFF;
    left: 20px;
    top: 20px;
    width: 400px;
    height: 260px;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.registration-page .PwdStrength {
    float: left;
}
/*# 04. Forms/01. Controls/01. Common/02. Input #*/

.selectpicker,
.DropDownField,
.form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 10px 12px;
    text-align: left;
}
span#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblTNC {
    color: red;
    margin-left: 60px;
}
/* Source : https://shimion.com/how-to-add-custom-dropdownselect-field-arrow-using-css/ */

.selectpicker,
.DropDownField {
    width: 100%;
    border-radius: 2px;
    color: #333333;
    height: 40px;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
}
@-moz-document url-prefix() {
    #field_State {
        margin-right: 4px;
        position: relative;
        z-index: 1;
    }
    #field_State > select {
        -webkit-box-sizing: border-box;
        background: none;
        background-color: #f3f3f3;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #field_State select::-ms-expand {
        display: none;
        /* to ie 10 */
    }
    #field_State select:focus {
        outline: none;
    }
    :-moz-any(.wgLeadGenForm #field_State):before {
        background-color: #fff;
        /* this is necessary for overcome the caret default browser */
        
        pointer-events: none;
        /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
        
        z-index: 1;
        /* this is necessary for overcome the pseudo element */
    }
}
textarea {
    min-height: 100px;
}
.checkbox label {
    line-height: 15px;
    color: #fff;
}
/* effie19Sept2016 */

.checkbox label1 {
    line-height: 15px;
    color: #000;
}
/* effie19Sept2016 */

#chkboxTnC .checkbox label {
    line-height: 15px;
    color: #000;
}
.form-horizontal .checkbox {
    padding-top: 7px !important;
}
/* effie19Sept2016 */
/*# 04. Forms/01. Controls/01. Common/03. Submit Button #*/

.FormButton,
.FormButton:active {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    color: white;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: none;
    border: 0px;
    /* Green */
    
    background: #da4c3e;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#a0c323, #8caa0a);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#a0c323, #8caa0a);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#a0c323, #8caa0a);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#a0c323, #8caa0a);
    /* Standard syntax */
    /* Red */
    
    background: #da4c3e;
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(#DD5544, #D64036);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#DD5544, #D64036);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#DD5544, #D64036);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#DD5544, #D64036);
    /* Standard syntax */
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .FormButton {
        width: 100%;
        font-size: 12px;
    }
}
/*# 04. Forms/01. Controls/01. Common/04. Watermarks #*/

.WatermarkText {
    color: #999999;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #999999;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #999999;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #999999;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #999999;
}
/* Source : http://stackoverflow.com/questions/13694271/modify-select-so-only-the-first-one-is-gray */

.selectpicker option,
.DropDownField option {
    color: #333;
}
.selectpicker.empty,
.selectpicker option:first-child,
.DropDownField.empty,
.DropDownField option:first-child {
    color: #999999;
}
/*# 04. Forms/01. Controls/01. Common/05. Form Control Errors #*/

.ErrorLabel,
.EditingFormErrorLabel {
    display: none !important;
}
.Error .form-control {
    background-color: #F5D0D0;
    border: 1px solid #EB4646;
}
.Error .WatermarkText,
.Error .DropDownField,
.Error .selectpicker {
    color: #EB4646;
}
.Error input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #EB4646;
}
.Error input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #EB4646;
}
.Error input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #EB4646;
}
.Error input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #EB4646;
}
.Error .selectpicker,
.Error .DropDownField {
    background: #F5D0D0 url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows_red.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
}
/*# 04. Forms/01. Controls/01. Common/06. Radio Button Switch #*/

.switch-field {
    padding: 0px;
    overflow: hidden;
}
.switch-field label {
    width: 50%;
}
.switch-title {
    margin-bottom: 6px;
}
.switch-field input {
    display: none;
}
.switch-field label {
    float: left;
}
.switch-field label {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    color: #999999;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #0A3C6E;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.switch-field label:first-of-type {
    border-radius: 2px 0 0 2px;
}
.switch-field label:last-of-type {
    border-radius: 0 2px 2px 0;
}
/*# 04. Forms/01. Controls/01. Common/07. Links #*/

.page-link,
.page-link:hover {
    font-size: 13px;
    font-style: normal;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
/*# 04. Forms/01. Controls/02. Custom Controls #*/
/*# 04. Forms/01. Controls/02. Custom Controls/01. AMLT Date Selector #*/

.amltdateselector {
    display: table;
    width: 100%;
}
.amltdateselector .column {
    display: table-cell;
    padding-right: 8px;
}
.amltdateselector .column:last-child {
    padding-right: 0px;
}
/*# 04. Forms/01. Controls/03. Quote Form Layout #*/
/*# 04. Forms/01. Controls/03. Quote Form Layout/01. Container #*/

.wgQuoteForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgQuoteForm {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
}
/*# 04. Forms/01. Controls/04. Quote Form Styles/02. Form Outer Text #*/

.wgQuoteForm .FormTitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 17px;
}
.wgQuoteForm .checkbox {
    color: #A4D8F1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
}
.wgQuoteForm .checkbox a {
    color: #fff;
    text-decoration: underline;
}
.wgQuoteForm #field_DateOfBirth .editing-form-label-cell {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: #fff;
    margin-bottom: 5px;
}
.wgQuoteForm #field_DateOfBirth .editing-form-label-cell label {
    padding-top: 0px;
}
/*# 04. Forms/01. Controls/04. Quote Form Styles/03. Thank you Message #*/

.wgBeAnAgentForm .InfoLabel {
    color: #ffffff;
    margin-bottom: 17px;
    display: block;
    min-height: 235px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgBeAnAgentForm .InfoLabel {
        min-height: auto;
    }
}
/*# 05. Feedback Widget #*/

.feedback.outer {
    margin-right: -100px;
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 0;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .feedback.outer {
        display: none;
    }
}
.feedback a.inner {
    display: block;
    background-color: #333333;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-right: none;
    padding: 9px 15px;
}
.feedback a.inner:hover {
    background-color: #666666;
}
.feedback span {
    display: inline-block;
    vertical-align: middle;
}
.feedback img.plussign {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}
.feedback .rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
/*# 06. Visibility  #*/

.show {
    display: block;
}
.hide {
    display: none;
}
/*# 07. Fonts  #*/

.page-font {
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 16px;
}
.font-sm {
    font-size: 14px !important;
}
.font-md {
    font-size: 28px !important;
}
.font-lg {
    font-size: 48px !important;
}
.font-amount {
    font-size: 48px !important;
    font-weight: bold;
}
.font-white {
    color: white !important
}
.page-footer-line {
    margin-bottom: 0px;
    border: 1px solid #ccc;
}
/*# 08. Slider #*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background: #D14B42;
    font-weight: normal;
    color: red;
    border-radius: 50%;
}
/*.ui-state-focus,
        .ui-state-Active,
        .ui-state-Hover {
             color: none !important;
        }*/

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    background: #ffffff;
    color: #333333;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.slider {
    width: 100%;
    border-radius: 34px;
    height: 10px;
    left: 0%;
}
.slidemargin {
    margin-top: 3%;
}
.texthead {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
/*# 10.  Registration Page /02. Form Style #*/

.registration-page .registration-form {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}
.registration-form-pad {
    padding: 10px;
}
.registration-page .plan-description {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.registration-page .registration-form .FormTitle {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 17px;
}
div.grayBox {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
div.col-sm-8.proposal-form.brand-blue {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
div.col-sm-4.plan-description.pagecontent {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
div#field_username.form-group {
    text-align: left;
}
div#field_fullname.form-group {
    margin-top: 1px important;
}
#field_password .editing-form-label-cell {
    margin-right: 40%;
    margin-left: 20px;
}
field_prefsecurityquestions.row.section.gray {
    margin-right: 20%;
}
span#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblSecurityAnswerValidtn {
    margin-top: 5px;
    margin-right: 50%;
}
#field_TACNumber.form-group {
    margin-right: 30%;
}
#field_prefsecurityimage .editing-form-label-cell {
    display: block;
}
span#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblImageValidtn {
    margin-top: -25%;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
}
.registration-page .imageradioselection1 {
    border: none;
}
.linkcontainer {
    text-align: left;
}
.text-left#CustomerPortalSelfRegistration {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.tac_validation {
    text-align: left;
    padding-left: 5%;
    padding-top: 0%;
    padding-bottom: 4%;
    padding-right: 6%;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
div#field_TACNumber.form-group {
    padding-top: 0px;
}
.tq_validation {
    text-align: left;
    padding-left: 1%;
    padding-right: 6%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
}
.Regthankpagetitle {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Open Sans';
    padding-left: 1%;
    padding-top: 4%;
    color: #fff;
}
.page-label {
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px;
}
.page-label-bold {
    color: #fff;
    font-weight: bold;
}
.page-label-black-bold {
    color: black;
    font-weight: bold;
}
.page-header {
    margin-left: 60px !important;
}
.innercontent {
    background-color: rgba(204, 204, 204, 0.48);
}
.readmorezone {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    width: 70%;
    padding-top: 3px !important;
    padding-bottom: 8px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and(max-width: 481px) {
    .readmorezone {
        width: 105%;
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}
.u170 {
    position: absolute;
    text-align: right;
    right: 300px;
    bottom: 50%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #3D9CDB;
}
.u168 {
    padding-left: 40%;
    height: 22px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    /* background: url(/images/u163.aspx) no-repeat;*/
}
/* Landscape Phone (480 x any and below) */

@media only screen and(max-width: 481px) {
    .u168 {
        padding-left: 1%;
        padding-right: 10%;
    }
}
.imagebuble {
    height: 25px;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}
#dlPresetImages.th,
td {
    padding: 8px;
    text-align: left;
    border: none !important;
}
#dlPresetImages div.PresetImages {
    border: none !important;
}
td#dlPresetImages {
    padding: 8px;
    text-align: left;
    border-bottom: none;
}
th#dlPresetImages {
    padding: 8px;
    text-align: left;
    border-bottom: none;
}
div.PresetImages {
    border: 1px solid #ccc;
}
div.PresetImages:hover {
    border: 1px solid #777;
}
div.PresetImages img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
* {
    box-sizing: border-box;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.FormTitle {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 17px;
    /* effie19Sept2016 */
}
#Reg.FormTitle {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    left: 50px;
    top: 30px;
}
.wgRegForm .RegFormTitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 17px;
}
.wgRegForm .checkbox {
    color: #A4D8F1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
}
.wgRegForm .checkbox a {
    color: #fff;
    text-decoration: underline;
}
.editing-form-value-cell span {
    color: #FFF;
}
/*#11.  News & Offer #*/
/*#11.  News & Offer/01. Page #*/

.news-offer-page .searchtitle {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    text-align: left;
    margin-left: 5px;
    line-height: 40px;
}
.news-offer-page .top {
    border-top: 1px solid #ccc;
}
.news-offer-page .inpage-promocard .mainmediacopy span {
    font-style: italic;
    font-size: 22px;
}
.news-offer-page .row.ctacontainer {
    background-color: #ffffff;
}
.news-offer-page .searchfilters {
    display: table;
    margin: auto;
}
.news-offer-page .searchfilters {
    margin-bottom: 22px;
}
.news-offer-page .searchfilters .column {
    display: table-cell;
    white-space: nowrap;
}
.news-offer-page .searchtitle {
    margin-right: 10px;
    display: inline-block;
}
.news-offer-page .searchbox {
    display: inline-block;
}
.news-offer-page .searchbox #yeardropdown,
.news-offer-page .searchbox #monthdropdown {
    width: 90px;
}
.news-offer-page .searchbox #typedropdown {
    width: 250px;
}
.news-offer-page .editing-form-value-cell select.DropDownField {
    color: #333 !important;
}
.news-offer-page .editing-form-value-cell select.DropDownField:disabled {
    color: #ccc !important;
}
.news-offer-page .editing-form-value-cell select.DropDownField:disabled {
    color: #999999 !important;
    background-size: 10px;
    background-position: right 8px center;
    margin-right: 20px;
}
/*#11.  News & Offer/02. Listing #*/

.news-offer-page .newsRelease {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.news-offer-page .datetime {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.news-offer-page .fileAttachment {
    color: #2377C5;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}
/*# 10.  Registration Page /07. Pop-Up #*/

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}
#btnMobileConfiramtion.btnalignment {
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 13px 25px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    text-shadow: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    border-radius: 4px;
}
.btn-agree {
    color: #fff;
    background-color: #db4e40;
    border-color: #db4e40;
}
.btn-agree:hover {
    color: #fff;
    background-color: #E95344;
    border-color: #E95344;
}
.modal-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.modal {
    margin-top: 10%;
    text-align: left;
    position: fixed;
    border-radius: 10px;
}
.close {
    font-size: 40px;
}
.modal-header .close {
    margin-top: 5px;
    padding-right: 10px;
}
.modal-body {
    padding-bottom: 5px;
    max-height: 350px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 6px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-footer {
    padding: 14px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content-focus {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.1;
}
.content-text {
    font-size: 13px;
    line-height: 1.6;
    font-family: Open Sans;
    color: #353535
}
.align-center {
    text-align: center;
}
.fade {
    background-color: #000 !important;
}
/*#11.  News & Offer/03. Smartphones (portrait and landscape) #*/
/*#11.  News & Offer/03. Smartphones/01. Landscape Phone (480 x any and below) #*/
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .news-offer-page .searchbox {
        margin-left: 0px! important;
    }
    .news-offer-page .searchfilters .column:nth-child(1),
    .news-offer-page .searchfilters .column:nth-child(2) {
        display: inline-block;
        width: 50%;
    }
    .news-offer-page .searchfilters .column:nth-child(3) {
        display: table-row;
    }
    .news-offer-page .searchfilters .column:nth-child(1) .searchbox.editing-form-value-cell {
        padding-bottom: 20px;
        padding-right: 15px;
    }
    .news-offer-page .searchfilters .column:nth-child(1) .searchbox.editing-form-value-cell,
    .news-offer-page .searchfilters .column:nth-child(2) .searchbox.editing-form-value-cell,
    .news-offer-page .searchfilters .column:nth-child(3) .searchbox.editing-form-value-cell {
        width: 100%;
    }
    .news-offer-page .searchbox #typedropdown,
    .news-offer-page .searchbox #yeardropdown,
    .news-offer-page .searchbox #monthdropdown {
        width: 100%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .news-offer-page .searchtitle {
        font-size: 16px;
        line-height: 20px;
        display: none!important;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
/*#11.  News & Offer/04. iPads (portrait and landscape)  #*/
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .news-offer-page .searchtitle {
        font-size: 18px;
        line-height: 22px;
    }
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
.forgot-username-page .text-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.forgot-password-page .text-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
	margin-right: 1%;
}
.forgot-password-page .btn {
    text-align: left;
    margin-right: 20%;
    outline: none !important;
}
.forgot-password-page .form-horizontal {
    margin-top: 0px;
}
