html {
    line-height: 1;
    overflow-x: hidden;
}
/*# 0. Disclaimer Pop-Up #*/

.username {
    color: white !important;
    background-color: #0a3c6e !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 35px !important;
    padding-right: 30px !important;
}
#pdm250 {
    display: none;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 35px !important;
}
.popup .btn {
    float: none !important;
    margin-left: 0px !important;
    width: initial !important;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}
.btn {
    display: inline-block;
    padding: 13px 25px;
    margin-bottom: 0;
    font-size: 11px;
    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-top: 30px;
    text-align: center;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.modal {
    margin-top: -2px;
    text-align: left;
    position: fixed;
    border-radius: 10px;
}
.close {
    font-size: 40px;
}
.modal-header .close {
    margin-top: 5px;
    padding-right: 10px;
}
.modal-body {
    padding-top: 40px;
    max-height: 250px;
    text-align: center;
    background-color: #FFFFFF;
    padding-left: 15%;
    padding-right: 10%;
}
.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;
}
/*# 00.  Page Layout #*/

.cssp-page .row.section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cssp-page .row.white {
    background-color: #ffffff;
}
.cssp-page .row.gray {
    background-color: #f2f2f2;
    margin-top: -10px;
}
.cssp-page .row .innercontent {
    margin: auto;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    display: table;
    background-color: #f2f2f2;
}
/*Added by Ashitosh for Contribution segment*/

.cssp-page .cssp-form-container .plan-description-container {
    padding: 15px;
    background-color: white;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: table-row;
}
.cssp-page .cssp-form-container .plan-description-container strong {
    padding-left: 0px;
}
.cssp-page .cssp-form-container .plan-description-container .text-header {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}
.cssp-page .cssp-form-container .plan-description-container .text-body {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
.cssp-page .cssp-form-container .plan-description-container .text-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cssp-page .cssp-form-container .contribution-container {
    width: 100%;
    text-align: center;
}
.cssp-page .cssp-form-container .contribution-container .fa-caret-down {
    font-size: 28px;
    display: inline-block;
    position: absolute;
    top: 40px;
    color: gray;
}
.cssp-page .cssp-form-container .contribution-container .amountlabel {
    min-height: 50px;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue-container {
    display: flex;
    background-color: #f2f2f2;
    min-height: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue {
    font-size: 48px;
    color: gray;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 54px;
    margin-bottom: 40px;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue .currency,
.cssp-page .cssp-form-container .contribution-container .amountvalue #lblPremiumValue,
.cssp-page .cssp-form-container .contribution-container .amountvalue .frequency {
    display: table-cell;
    align-items: baseline;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue .currency {
    font-size: 28px;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue #lblPremiumValue {
    font-size: 48px;
}
.cssp-page .cssp-form-container .contribution-container .amountvalue .frequency {
    font-size: 12px;
}
/*Ended by Ashitosh for Contribution segment*/
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .cssp-page .row .innercontent {
        width: 95%;
    }
    .listofpages col-2 .menuitem {
        padding-left: 30px;
        height: 40px;
        color: #fff;
        background-color: #3d9cdb;
        margin-top: -20px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
        margin-left: 0px;
        width: 100%;
        position: absolute;
        margin-top: -36px;
    }
}
@media only screen and (max-width: 320px) {
    .cssp-page .row .innercontent {
        width: 85%;
    }
}
/* added by ashitosh */

.Subpage-section-left {
    background-color: rgba(61, 156, 219, 1) !important;
    color: white!important;
    border-radius: 0px!important;
}
.Subpage-section-right {
    background-color: white !important;
    border-radius: 0px!important;
}
.Subpage-section-right-PriceUnit {
    font-size: 28px;
}
.Subpage-section-right-Price {
    font-size: 48px;
}
.pageheader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
    padding-top: 20px;
    padding-bottom: 60px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .pageheader {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .col-xs-6 {
        width: auto;
    }
    .metlifeLogo {
        margin-left: -40px;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: 0px !important;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .pageheader {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 320px) {
    .pageheader {
        padding: 15px 20px;
    }
}
.pageheader .title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    color: #4a4a4a;
    padding-bottom: 10px;
}
/* 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;
        padding-bottom: 20px !important;
    }
}
.pageheader .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.IE11 .pageheader .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}
/* 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;
    }
}
/*# 000. Global Corporate Colors #*/

.brand-red {
    background-color: #da291c;
}
.brand-blue {
    background-color: #2377c5 !important;
}
.form-blue {
    background-color: #2377c5;
}
.navbar-collapse {
    border-top: 0;
}
.navbar {
    background-color: #fff !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, .004);
}
body {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.brand-red {
    background-color: #da291c;
}
.brand-blue {
    background-color: #007dc3;
}
.container.maincontent .row {
    margin-left: auto;
    margin-right: auto;
}
.ctabutton {
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
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: 0 2px 3px rgba(0, 0, 0, .2);
    background: #da4c3e;
    background: -webkit-linear-gradient(#a0c323, #8caa0a);
    background: -o-linear-gradient(#a0c323, #8caa0a);
    background: -moz-linear-gradient(#a0c323, #8caa0a);
    background: linear-gradient(#a0c323, #8caa0a);
}
@media only screen and (max-width: 481px) {
    a.ctabutton span {
        padding-left: 30px;
        padding-right: 30px;
    }
}
a.ctabutton span:hover {
    background: #a0c323;
}
a.ctabutton.uppercase {
    text-transform: uppercase;
}
a.ctabutton {
    color: #fff;
    text-decoration: none;
}
a.ctabutton.red span {
    background: #d64036;
    background: -webkit-linear-gradient(#d54, #d64036);
    background: -o-linear-gradient(#d54, #d64036);
    background: -moz-linear-gradient(#d54, #d64036);
    background: linear-gradient(#d54, #d64036);
}
a.ctabutton.red span:hover {
    background: #d64036;
    background: -webkit-linear-gradient(#eb212e, #d34149);
    background: -o-linear-gradient(#eb212e, #d34149);
    background: -moz-linear-gradient(#eb212e, #d34149);
    background: linear-gradient(#eb212e, #d34149);
}
a.ctabutton.secondaryblue span {
    background: #9bd8fb;
    background: -webkit-linear-gradient(#51baf9, #4ca6e1);
    background: -o-linear-gradient(#51baf9, #4ca6e1);
    background: -moz-linear-gradient(#51baf9, #4ca6e1);
    background: linear-gradient(#51baf9, #4ca6e1);
}
a.ctabutton.secondaryblue span:hover {
    background: #72c3f8;
}
a.ctabutton.fixed-width-medium span {
    min-width: 200px;
}
.row.spacer {
    background-color: #f5f5f5;
    padding-top: 70px;
}
@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;
    padding-top: 44px;
}
@media only screen and (max-width: 481px) {} .row.pagecontainer {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 85%;
}
.row.pagecontainer .innercontent {
    margin: auto;
    width: 80%;
}
@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;
}
.cwBreadcrumb {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 30px;
    padding-top: 10px;
}
@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 {} .cwBreadcrumb .CMSBreadCrumbsCurrentItem {
    color: #999;
}
a {
    color: #2377c5;
}
.header {
    background-color: #fff;
    border: 0;
    border-color: #fff;
}
@media only screen and (max-width: 481px) {
    .header {
        height: 50px;
    }
}
.header.smaller {
    height: 50px;
}
.header.smaller .navbar-header {
    -webkit-box-shadow: 0 10px 10px -10px #ccc;
    -moz-box-shadow: 0 10px 10px -10px #ccc;
    box-shadow: 0 10px 10px -10px #ccc;
}
@media only screen and (max-width: 481px) {
    .header.smaller .navbar-header {
        -webkit-box-shadow: 0 0 0 0 #ccc;
        -moz-box-shadow: 0 0 0 0 #ccc;
        box-shadow: 0 0 0 0 #ccc;
    }
}
.navbar-header {
    display: table;
    width: 100%;
}
@media only screen and (max-width: 481px) {
    .header .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
}
.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;
}
.header.smaller .navbar-left li,
.header.smaller .navbar-right li {
    height: 50px;
}
.header .navbar-left li a {
    display: table-cell;
    background: #fff;
    vertical-align: middle;
    text-align: center;
}
.header .navbar-right li a {
    display: table-cell;
    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: 0;
}
.header .navbar-right li a span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media only screen and (max-width: 481px) {
    .header .navbar-right li a span {
        font-size: 10px;
    }
}
.header .headerleft li a {
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2377c5;
    padding: 0px;
}
.header .headerleft li a:hover {
    color: #a4d8f1;
}
@media only screen and (max-width: 1025px) {
    .header .headerleft li a span {
        display: none;
    }
}
@media only screen and (max-width: 481px) {
    .footer .links .column {
        display: none;
    }
}
.header .headerleft li a img {
    height: 16px;
}
.header .headerleft li a {
    padding-left: 30px;
    padding-right: 0;
}
@media only screen and (max-width: 481px) {
    ul.navbar-left {
        overflow: auto;
    }
    .header .headerleft li {
        white-space: nowrap;
        display: table;
    }
    .header .headerleft li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .headerleft li a img {
        margin-right: 0;
    }
}
@media only screen and (max-width: 481px) {
    .header .headerright li {
        white-space: nowrap;
        display: table;
    }
    .header .headerright li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .headerright li a img {
        margin-right: 0;
    }
}
.header .navbar-right li a.btnMenuLogin {
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    color: #fff;
    background-color: #0a3c6e;
    line-height: 20px;
    padding-left: 35px;
    padding-right: 35px;
}
.header .navbar-right li a.btnMenuLoginMobile {
    color: #0a3c6e;
    display: none;
}
@media only screen and (max-width: 481px) {
    .header .navbar-right li a.btnMenuLogin {
        display: none;
    }
    .header .navbar-right li a.btnMenuLoginMobile {
        display: block;
    }
}
.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;
}
@media only screen and (max-width: 481px) {
    .header a.btnMenuContact {
        display: none !important;
    }
}
.header .brandlogo {
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width: 481px) {
    .header .brandlogo img {
        width: 107px;
    }
}
.brand-logo-link {} @media only screen and (max-width: 1025px) {} @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: 0;
        padding-right: 0;
    }
    .header .brandlogo {
        vertical-align: top;
        padding-top: 13px;
    }
}
.megamenu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #2377c5;
    width: 100%;
}
@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;
}
.megamenu ul,
.megamenu li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
.megamenu .container {
    padding-top: 50px;
    margin: auto;
    width: 80%;
    max-width: 1300px;
}
@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: #fff;
    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: #fff;
}
.megamenu ul li.divider {
    width: 100%;
    max-width: 1100px;
    border-bottom: 1px solid #0e5dae;
    margin-top: 30px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1025px) {
    .megamenu ul li.divider {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
.subnav .menuitem {
    display: flex;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 15px;
    cursor: pointer;
    height: 60px;
    vertical-align: middle;
    width: 100%;
    padding: 20px 45px 0px 45px;
}
.subnav a.menuitem span {
    text-align: center;
    display: block;
    vertical-align: middle;
}
.subnav a.menuitem:hover {
    text-decoration: none;
    background-color: #2377c5;
    color: #fff;
}
.subnav a.menuitem.active {
    background-color: #f2f2f2;
    color: #333;
}
.subnav .outside {
    display: table;
    width: 100%;
    background-color: #3d9cdb;
    height: 60px;
}
.subnav .backbutton {
    display: table-cell;
    width: 2%;
    vertical-align: middle;
}
.subnav .backbutton a {
    text-decoration: none;
    display: table;
}
.subnav .backbutton a span {
    color: #fff;
    font-size: 12px;
    display: table-cell;
}
.subnav .imgclass {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    width: 20px;
    height: 7px;
}
.subnav .listofpagescontainer {
    display: flex;
    padding-left: 4%;
    padding-right: 4%;
}
.subnav .listofpagescontainer col-2 {
    display: table-cell;
    padding-left: 35%;
    padding-right: 5%;
}
.subnav .listofpages {
    display: flex;
    margin: auto;
}
.subnav .listofpages.col-6 .menuitem {
    width: 100%;
}
.subnav .listofpages.col-2 .menuitem {
    width: 100%;
}
.subnav .listofpages.col-1 .menuitem {
    width: 100%;
}
.subnav .listofpages.col-4 .menuitem {
    width: 100%;
}
.subnav.level4 .backbutton {
    display: table-cell;
}
.subnav.level4 .listofpages {
    width: 90%;
}
@media only screen and (max-width: 1025px) {
    .subnav .menuitem {
        display: table-cell;
        font-size: 11px;
        letter-spacing: 0;
        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;
    }
}
.footer .container.links {
    display: none;
    background-color: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 1025px) {
    .footer .container.links {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.footer .container.links .row {
    width: 85%;
}
@media only screen and (max-width: 1025px) {
    .footer .container.links .row {
        width: 95%;
    }
}
@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;
}
@media only screen and (max-width: 1025px) {
    .footer .links .column .title {
        font-size: 12px;
        line-height: 16px;
    }
}
@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;
}
@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%;
}
.footer .copyright {
    padding-top: 40px;
}
.footer .copyright .row {
    width: 85%;
}
@media only screen and (max-width: 1025px) {
    .footer .copyright .row {
        width: 95%;
    }
}
@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 .sep,
.footer .copyright a:hover {
    font-size: 12px;
    line-height: 20px;
    color: #2377c5;
    text-decoration: none !important;
}
.footer .copyright .copyrightnotice {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.footer .external-links {
    padding-top: 20px;
    padding-bottom: 40px;
}
.footer .external-links .row {
    width: 85%;
}
@media only screen and (max-width: 1025px) {
    .footer .external-links .row {
        width: 95%;
    }
}
@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;
}
@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;
    }
}
@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%;
    }
}
@media only screen and (max-width: 1025px) {
    .pageheader {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 481px) {
    .pageheader {
        padding: 25px 20px;
    }
}
.pageheader .title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    color: #4a4a4a;
    padding-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
    .pageheader .title {
        font-size: 36px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 481px) {
    .pageheader .title {
        font-size: 28px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1025px) {
    .pageheader .subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 481px) {
    .pageheader .subtitle {
        font-size: 13px;
        line-height: 16px;
    }
}
.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;
}
@media only screen and (max-width: 1025px) {
    .pagecontent h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
@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;
}
@media only screen and (max-width: 1025px) {
    .pagecontent .sectionheader {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 481px) {
    .pagecontent .sectionheader {
        font-size: 18px;
        line-height: 22px;
    }
}
.pagecontent br {
    line-height: 20px;
}
.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;
}
@media only screen and (max-width: 1025px) {
    .pagecontent li {
        font-size: 13px;
        line-height: 16px;
    }
}
.pagecontent table {
    border: 1px solid #999;
    margin: auto;
}
.pagecontent table thead {
    background-color: #333;
    color: #fff;
}
.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: 0;
    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;
}
.pagecontent .telephone {
    color: #337ab7;
}
.ctabox {
    margin: auto;
    width: 85%;
    max-width: 1300px;
}
@media only screen and (max-width: 1025px) {
    .ctabox {
        width: 95%;
    }
}
@media only screen and (max-width: 481px) {
    .ctabox {
        margin-top: 0;
        margin-bottom: 40px;
        width: 100%;
    }
}
.ctabox .imagecontainer {
    display: inline-block;
    width: 66.66%;
    vertical-align: top;
}
@media only screen and (max-width: 1025px) {
    .ctabox .imagecontainer {
        width: 60%;
    }
}
@media only screen and (max-width: 481px) {
    .ctabox .imagecontainer {
        display: none !important;
    }
}
.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;
}
@media only screen and (max-width: 1025px) {
    .ctabox .contentcontainer {
        width: 40%;
    }
}
@media only screen and (max-width: 481px) {
    .ctabox .contentcontainer {
        width: 100%;
    }
}
.form-control {
    border-radius: 2px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2px;
}
.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: 0;
    padding-right: 0;
}
.form-control:focus {
    border-color: #e3e3e3 !important;
    /* effie01Nov2016 */
}
.editing-form-label-cell {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    display: none;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-style: normal;
}
.editing-form-label-cell-Info {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    width: 140%;
    margin-left: -4px;
}
.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(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
}
.ddlinfo {
    margin-top: 15px;
}
.selectpicker,
.DropDownField,
.form-control {
    color: #333;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 10px 12px;
    text-align: left;
}
.selectpicker,
.DropDownField {
    width: 100%;
    border-radius: 2px;
    color: #333;
    height: 40px;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
    margin: 0px 1px 1px 15px;
}
@-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;
    }
    #field_State select:focus {
        outline: none;
    }
    :-moz-any(.wgLeadGenForm #field_State):before {
        background-color: #fff;
        pointer-events: none;
        z-index: 1;
    }
}
textarea {
    min-height: 100px;
}
.checkbox label {
    line-height: 15px;
}
.FormButton,
.FormButton:active {
    outline: none !important;
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    border: none;
    border: 0;
    background: #da4c3e;
    background: -webkit-linear-gradient(#a0c323, #8caa0a);
    background: -o-linear-gradient(#a0c323, #8caa0a);
    background: -moz-linear-gradient(#a0c323, #8caa0a);
    background: linear-gradient(#a0c323, #8caa0a);
    background: #da4c3e;
    background: -webkit-linear-gradient(#d54, #d64036);
    background: -o-linear-gradient(#d54, #d64036);
    background: -moz-linear-gradient(#d54, #d64036);
    background: linear-gradient(#d54, #d64036);
}
.FormButton:hover {
    background: #c83c2d;
    color: #fff;
}
@media only screen and (max-width: 481px) {
    .FormButton {
        width: 100%;
        font-size: 12px;
    }
}
.WatermarkText {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
.selectpicker option,
.DropDownField option {
    color: #333;
}
.selectpicker.empty,
.selectpicker option:first-child,
.DropDownField.empty,
.DropDownField option:first-child {
    color: #999;
}
.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 {
    color: #eb4646;
}
.Error input[type="text"]:-moz-placeholder {
    color: #eb4646;
}
.Error input[type="text"]::-moz-placeholder {
    color: #eb4646;
}
.Error input[type="text"]:-ms-input-placeholder {
    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;
}
.switch-field {
    padding: 0;
    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: 0;
    padding-bottom: 0;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    color: #999;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #0a3c6e;
    color: #fff;
    -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;
}
.page-link,
.page-link:hover {
    font-size: 13px;
    font-style: normal;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.amltdateselector {
    display: table;
    width: 100%;
}
.amltdateselector .column {
    display: table-cell;
    padding-right: 8px;
}
.amltdateselector .column:last-child {
    padding-right: 0;
}
.wgQuoteForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
.IE11 .wgQuoteForm {
    padding-top: 40px;
    padding-bottom: 37px;
    background: none;
    margin: auto;
    width: 80%;
}
@media only screen and (max-width: 481px) {
    .wgQuoteForm {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
}
.wgQuoteForm .FormTitle {
    font-size: 20px;
    color: #fff;
    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;
}
.wgBeAnAgentForm .InfoLabel {
    color: #fff;
    margin-bottom: 17px;
    display: block;
    min-height: 235px;
}
@media only screen and (max-width: 481px) {
    .wgBeAnAgentForm .InfoLabel {
        min-height: auto;
    }
}
.feedback.outer {
    margin-right: -100px;
    display: none;
    position: fixed;
    top: 50%;
    right: 0px;
}
@media only screen and (max-width: 481px) {
    .feedback.outer {
        display: none;
    }
}
.feedback a.inner {
    display: block;
    background-color: #333;
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    border-right: none;
    padding: 9px 15px;
}
.feedback a.inner:hover {
    background-color: #666;
}
.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)
}
.show {
    display: block;
}
.hide {
    display: none;
}
.page-font {
    font-weight: 400;
    font-style: normal;
    color: #666;
    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: #fff !important;
}
.page-footer-line {
    margin-bottom: 0;
    border: 1px solid #ccc;
}
.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: 0 solid #c5c5c5;
    background: #d14b42;
    font-weight: normal;
    color: red;
    border-radius: 50%;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    background: #fff;
    color: #333;
}
.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: #fff;
}
/*# 04.  Registration Page #*/

.registration-page .password-strength-not-acceptable {
    padding-left: 108px;
    display: -webkit-inline-box;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
    color: #fff;
    position: absolute;
}
.RegwgQuoteForm {
    background: none;
    margin: auto;
    width: 95%;
    margin-top: 21px;
    height: 451px;
}
.registration-page .tacErrorMessage {
    color: #fff;
    padding: 2px;
}
.btn-primary {
    color: #fff;
    background-color: #db5041 !important;
    border-color: #dc5242 !important;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #da4b3e !important;
    border-color: #d9483c !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #db5041 !important;
    border-color: #db5041 !important;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblTAC {
    color: white !important;
}
.ctaboxReg .contentcontainerReg {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.ctaboxReg {
    width: 85%;
    max-width: 1300px;
    margin: 50px auto;
}
table#dlPresetImages {
    width: 100%;
    margin-bottom: 3px;
}
.ctaboxReg .imageRegcontainer {
    display: inline-block;
    width: 66.66%;
    vertical-align: top;
}
.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%;
}
.ctaboxReg .imageRegcontainer .subcopy {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
    width: 70%;
}
.ctaboxReg .contentcontainerReg {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.wgLeadGenRegForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
.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;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_pnlUserAccountConfirmation {
    height: 428px;
}
.registration-page .btnpopup {
    padding-left: 15%!important;
    padding-right: 20%!important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.registration-page .pageheader .title {
    padding-bottom: 0px !important;
}
.registration-page .cssp-page.row.gray {
    margin-top: -20px !important;
}
.registration-page .row.section {
    margin-top: -20px;
}
.btnpopup .FormButton {
    padding-left: 40px;
    padding-right: 40px;
}
.registration-page .FormButton.btn.btn-primary {
    margin: 20px 20px 20px 10px !important;
    outline: none !important;
}
.registration-page .FormButton.btn.btn-primary.popupbtnback {
    margin-left: -80% !important;
}
.registration-page .btntacrequest-reg3 {
    padding-left: 70%;
    position: absolute;
    margin-top: -10%;
    color: #fff;
}
.registration-page .lnktacalign {
    color: white;
    float: right;
    margin: -30px -138px 1px 5px;
}
.registration-page .lnktacalign a {
    color: white;
}
.registration-page .submitbtn-reg3 {
    margin-left: 55%;
    margin-right: 20%;
    margin-top: 12%;
    position: absolute;
}
.registration-page .submitbtn-reg3.btn.btn-primary {
    margin-left: 70% !important;
    margin-right: 20% !important;
    margin-top: 11% !important;
    position: absolute;
}
.registration-page #field_TACNumber.form-group {
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.registration-page #field_TACNumber.Reg_TACNumber {
    margin-bottom: 16px;
    margin-top: 40px;
}
/*# 04.  Registration Page /06. securityquestion #*/

.registration-page .password-strength-hint {
    font-size: smaller;
    display: table;
    margin-bottom: 2px;
}
.registration-page .grayBox {
    width: 100%;
}
.registration-page div.popupbtnalignment {
    padding-left: 40%;
}
.registration-page .ConfirmPassword {
    margin-top: -7px;
}
.registration-page .prefcnfrmpassword {
    display: -webkit-inline-box;
    margin-left: 104%;
    width: 110%;
    margin-top: -8%;
}
.registration-page .editing-form-notification-cell {
    margin-bottom: 14px;
}
.registration-page .prstimg {
    width: 80%!important;
    margin-left: -10px;
}
.registration-page .SecurityQuestion {
    border-width: 0;
    position: absolute;
    left: 0;
    top: 18px;
    width: 389px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    text-align: left;
    padding-left: 7px;
    padding-top: 5px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #999;
    text-align: left;
}
.registration-page .password-strength-weak {
    padding-left: 108px;
    display: -webkit-inline-box;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
}
.registration-page .password-strength-acceptable {
    padding-left: 108px;
    display: -webkit-inline-box;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
}
.registration-page .password-strength-average {
    padding-left: 108px;
    display: table;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
}
.registration-page .password-strength-strong {
    padding-left: 108px;
    display: -webkit-inline-box;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
}
.registration-page .prefUsernameValidation {
    display: -webkit-inline-box;
    margin-left: 104%;
    margin-top: -10%;
    width: 100%;
}
.registration-page .password-strength-excellent {
    padding-left: 108px;
    display: -webkit-inline-box;
    margin-top: -13px;
    font-size: smaller;
    font-weight: bold;
}
.registration-page .col-sm-5.regSecQn {
    width: 60%
}
.registration-page .col-sm-5.regSecAnswer {
    margin-left: 63%;
    margin-top: -40px;
    width: 60%;
}
.registration-page .secAnswers {
    display: table;
    margin-left: 104%;
    margin-top: -25px;
    width: 100%;
}
/*# 04.  Registration Page /03. Form Control Errors #*/
/*effie*/

.registration-page .form-control .ErrorformMsg {
    background-color: #f5d0d0;
    border: 1px solid #eb4646;
}
#rfv_FullName .registration-page .editing-form-value-cell .ErrorformMsg {
    display: inline;
    font-weight: bold;
    position: absolute;
    top: 75px;
    background: white;
}
.registration-page .field-error .control-label,
.registration-page.field-error .help-block,
.registration-page.field-error .form-control-feedback {
    color: #ff0039;
}
.registration-page.field-success .control-label,
.registration-page.field-success .help-block,
.registration-page.field-success .form-control-feedback {
    color: #2780e3;
}
.ErrorLabel,
.editing-form-value-cell .EditingFormErrorLabel {
    display: none !important;
}
.editing-form-value-cell .Error .form-control {
    background-color: #F5D0D0;
    border: 1px solid #EB4646;
}
.editing-form-value-cell .Error .WatermarkText,
.editing-form-value-cell .Error .DropDownField {
    color: #EB4646 !important;
}
.editing-form-value-cell .Error .DropDownField {
    background: #F5D0D0 url(/cssp/App_Themes/AMLTv2/images/icons/ico_select_arrows_red.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
}
.editing-form-value-cell .Error .checkbox input[type="checkbox"] + label::before,
.editing-form-value-cell .Error .checkbox input[type="radio"] + label::before {
    background-color: #f5d0d0;
    border-color: #d9534f;
}
.editing-form-value-cell .Error .checkbox input[type="checkbox"] + label::after,
.editing-form-value-cell .Error .checkbox input[type="radio"] + label::after {
    background-color: #f5d0d0;
    border-color: #d9534f;
}
.valid {
    background-color: #f5d0d0 !important;
    border: 1px solid #eb4646 !important;
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape) #*/
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /01. Landscape Phone (480 x any and below)  #*/

@media only screen and (max-width: 481px) {
    .ctaboxReg .contentcontainerReg {
        width: 100%;
    }
    .ctaboxReg {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .ctaboxReg .imageRegcontainer {
        display: none;
    }
    .ctaboxReg .contentcontainerReg {
        width: 100%;
    }
    .wgLeadGenRegForm {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .wgLeadGenRegForm .FormRegTitle {
        font-size: 16px;
        line-height: 20px;
    }
    .wgLeadGenRegForm .InfoRegLabel {
        min-height: auto;
    }
    .registration-page .grayBox {
        display: none !important;
    }
    .registration-page .btnalignment {
        padding-left: 20% !important;
        padding-right: 20% !important;
        padding-top: 30px !important;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 40px;
        margin-right: 40px;
        width: 70% !important;
    }
    .registration-page .form-horizontal .form-group {
        width: 80%;
    }
    .registration-page .row .innercontent {
        width: 110%;
        margin-left: -20px;
    }
    div#btnMobileConfiramtion.btnpopup {
        width: 100% !important;
    }
    .registration-page .FormButton.btn.btn-primary {
        margin: 10px 10px 10px 10px !important;
    }
    .btnpopup .FormButton {
        padding-left: 20px !important;
        width: 80%;
        padding-right: 20px !important;
    }
    .wgRegForm {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .registration-page div#field_prefusername.form-group {
        width: 100% !important;
    }
    .registration-page .editing-form-value-cell .password-strength {
        width: 55% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 55% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 55% !important;
    }
    .registration-page .password-strength {
        width: 55% !important;
    }
    .registration-page .editing-form-value-cell .password-strength-text {
        width: 50% !important;
    }
    .registration-page .prefpassword {
        display: none !important;
    }
    .registration-page .prefcnfrmpassword {
        display: none;
    }
    .registration-page .secAnswers {
        display: none;
    }
    .registration-page div.editing-form-value-cell {} .registration-page .page-header {
        margin-left: 15px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 60%;
        margin-bottom: 10%;
    }
    .registration-page .SecurityQuestion {
        width: 35% !important;
        margin-left: 15px !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: -20px !important;
        margin-top: -30px;
        width: 70% !important;
    }
    .registration-page .btnloginRegister {
        padding-left: -30% !important;
        padding-right: 50% !important;
        width: 60% !important;
    }
    .registration-page .btntacrequest-reg3 {
        margin-top: -10px;
        padding-left: 20%;
    }
    .registration-page .submitbtn-reg3 {
        width: 30% !important;
        margin-left: 25%;
        margin-right: 40%;
    }
    div.col-lg-12.certsumbenefit {
        margin-left: -80px;
        margin-top: -40px;
    }
    .registration-page .readmorezone {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 60px !important;
        margin-top: 85px !important;
    }
    #dlPresetImages .PresetImages {
        margin-left: -30px;
        margin-right: -15px;
    }
    .container {
        width: 100%;
    }
    .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 {
        float: initial;
    }
    .headerLeft {
        float: initial;
        margin-top: 0px;
        margin-left: 20p;
    }
}
@media only screen and (max-width: 650px) {
    .registration-page .grayBox {
        display: none !important;
    }
    .registration-page .btnalignment {
        padding-left: 10%;
    }
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /02. Landscape Tablet (1024 x any and below)  #*/

@media only screen and (max-width: 1025px) {
    .ctaboxReg .contentcontainerReg {
        width: 40%;
    }
    .ctaboxReg {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
    .ctaboxReg .imageRegcontainer {
        width: 60%;
    }
    .ctaboxReg .imageRegcontainer .maincopy {
        font-size: 24px;
        line-height: 28px;
        padding-top: 30px;
        padding-left: 30px;
    }
    .ctaboxReg .imageRegcontainer .subcopy {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
    .ctaboxReg .contentcontainerReg {
        width: 40%;
    }
    .registration-page .grayBox {
        display: block;
    }
    .grayBox img {
        height: 453px;
        width: 377px;
    }
    .registration-page .btnalignment {
        width: 120%;
        padding-left: 60%;
        padding-right: 20%;
    }
    .registration-page .form-horizontal .form-group {
        width: 80%;
    }
    .registration-page .btntacrequest-reg3 {
        padding-left: 30%;
        margin-top: -5%;
    }
    .registration-page .submitbtn-reg3 {
        margin-left: 40%;
        margin-bottom: 30px !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 55%;
    }
    .registration-page .editing-form-value-cell .password-strength {
        width: 68% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 55%;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 55%;
    }
    .registration-page .page-header {
        margin-left: 40px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 65%;
    }
    .registration-page .prefpassword {
        margin-left: 71% !important;
    }
    .registration-page .prstimg {
        margin-left: 0px !important;
    }
    div#field_prefsecurityimage.form-group {
        margin-bottom: -1px;
        margin-top: 5px;
        width: 800px;
    }
    .registration-page .password-strength {
        width: 100%;
    }
    .registration-page .SecurityQuestion {
        width: 70% !important;
        margin-left: 15px !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 70%;
        width: 50%;
    }
    .registration-page .btnloginRegister {
        padding-left: 50% !important;
        padding-right: 40%;
        width: 120%;
        padding-bottom: 10px;
    }
    div.col-lg-12.certsumbenefit {
        margin-left: -150px !important;
        margin-top: -40px;
        width: 100%;
    }
    .registration-page .readmorezone {
        width: 95%;
        /*margin-left: 3% !important;*/
    }
    .registration-page .imagebuble {
        margin-left: -20%;
    }
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /03. For general iPad layouts #*/

@media only screen and (device-width: 768px) {
    .registration-page .grayBox {
        display: block;
    }
    .registration-page .btnalignment {
        width: 160%;
        padding-left: 20%;
        padding-right: 20%;
    }
    .registration-page .form-horizontal .form-group {
        width: 80%;
    }
    #field_prefsecretphrase.form-group {
        margin-bottom: 60px;
        margin-top: 10px
    }
    div#field_prefsecurityimage.form-group {
        margin-bottom: -8px;
        margin-top: 5px;
    }
    div#field_acknowledge.form-group {
        margin-top: 11px !important;
        margin-bottom: 1px !important;
    }
    .tac_validation {
        padding-bottom: 3%;
    }
    .registration-page .prefpassword {
        width: 50% !important;
    }
    .registration-page .prefcnfrmpassword {
        width: 60% !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 60%;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 65%;
        width: 60%;
    }
    .registration-page .btnloginRegister {
        padding-left: 50% !important;
        padding-right: 40%;
        width: 140%;
    }
    .registration-page .submitbtn-reg3.btn.btn-primary {
        margin-top: 20%!important;
    }
    .tac_validation {
        padding-bottom: 5%;
    }
    .registration-page .readmorezone {
        width: 90%;
        margin-left: 0% !important;
        padding-left: -50% !important;
    }
    .registration-page .imagebuble {
        margin-left: -20%;
    }
    .registration-page .col-sm-8 .brand-blue {
        height: 453px !important;
    }
    .col-sm-5 {
        width: 21.67%;
    }
}
@media only screen and (device-width: 769px) {
    div#field_acknowledge.form-group {
        margin-top: 10px !important;
        margin-bottom: 1px !important;
    }
    .certificate-funddetail-page .tableTitle {
        padding-left: 5px;
    }
    .registration-page .btnalignment {
        margin-top: 40px;
    }
    .registration-page .col-sm-8 .brand-blue {
        height: 453px !important;
    }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
    .registration-page .row.section {
        margin-bottom: 10px;
    }
}
/* For landscape layouts only */

@media only screen and (max-device-width: 1024px) {
    div#field_acknowledge.form-group {
        margin-top: 15px !important;
        margin-bottom: 5px !important;
    }
    .registration-page div#field_agreeoffers.form-group {
        margin-bottom: 28px;
    }
    .certificate-funddetail-page .tableTitle {
        padding-left: 5px;
    }
}
/* For portrait layouts only */

@media only screen and (max-device-width: 1024px) {
    div#field_acknowledge.form-group {
        margin-top: 11px;
        margin-bottom: 1px !important;
    }
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /04.   IE10+ #*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){ */

@media screen and (min-width: 0\0) {
    .registration-page .btnalignment {
        padding-top: 30px !important;
    }
    .registration-page .FormButton.btn.btn-primary {
        margin-left: 80px !important;
        float: left;
    }
    .registration-page .btnbackcolor {
        margin-top: 30px !important;
        position: absolute;
        margin-left: -10px !important;
    }
    !important;
    .registration-page .btnpopup {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .registration-page .prefcnfrmpassword {
        margin-top: -30px !important;
        width: 100%;
        position: absolute;
        margin-left: 60% !important;
    }
    .registration-page .prefpassword {
        margin-top: -50px !important;
        width: 100%;
        position: absolute;
        margin-left: 60% !important;
    }
    .registration-page .btnloginRegister {
        padding-left: 60% !important;
    }
    .registration-page .submitbtn-reg3.btn.btn-primary {
        margin-left: 70% !important;
    }
    .registration-page .ctacheckboxinfo {
        padding-bottom: 0px !important;
    }
    .registration-page .btnpopup {
        margin-left: -80px;
        width: 150%;
    }
    .registration-page .tac_validation {
        padding-top: 35px !important;
    }
    .Regthankpagetitle {
        width: 120%;
        margin-top: 22px;
    }
    .tq_validation {
        width: 130%;
        line-height: 25px !important;
        height: 206px;
    }
    body select {
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }
    body select::-ms-expand {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    a,
    abbr,
    acronym,
    address,
    applet,
    article,
    aside,
    audio,
    b,
    big,
    blockquote,
    body,
    canvas,
    caption,
    center,
    cite,
    code,
    dd,
    del,
    details,
    dfn,
    div,
    dl,
    dt,
    em,
    embed,
    fieldset,
    figcaption,
    figure,
    footer,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header,
    hgroup,
    html,
    i,
    iframe,
    img,
    ins,
    kbd,
    label,
    legend,
    li,
    mark,
    menu,
    nav,
    object,
    ol,
    output,
    p,
    pre,
    q,
    ruby,
    s,
    samp,
    section,
    small,
    span,
    strike,
    strong,
    sub,
    summary,
    sup,
    table,
    tbody,
    td,
    tfoot,
    th,
    thead,
    time,
    tr,
    tt,
    u,
    ul,
    var,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 13px;
        vertical-align: baseline;
    }
    body {
        font-family: "Open Sans", sans-seri;
        color: #000;
    }
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /05.   FIREFOX #*/

@-moz-document url-prefix() {
    .registration-page .prefpassword {
        margin-left: 60% !important;
        margin-top: -7% !important;
        width: 100%;
        position: absolute;
    }
    .registration-page .prefcnfrmpassword {
        margin-left: 60%;
        width: 100%;
        margin-top: -3% !important;
        position: absolute;
    }
    .registration-page .tac_validation {
        padding-left: 5%;
    }
    .registration-page #field_TACNumber.form-group {
        padding-left: 8px !important;
    }
}
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) /05.   IE10+ #*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){ */

@media screen and (min-width: 0\0) {
    .statement-request-page .FieldLabel .EditingFormLabel {
        margin-top: -50px !important;
        line-height: 0px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_Request_lb,
    td {
        position: relative;
        top: 50%;
    }
    .EditingFormControlNestedControl {
        position: relative;
        top: 50%;
        left: 70%;
        transform: translateX(-70%) translateY(40%);
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_btnOK {
        margin-left: 100px;
        margin-top: 50px;
    }
    .statement-request-page .searchfilters {
        font-size: 40px;
    }
    table.tablecertsumbenefitcontent {
        margin-top: -170px !important;
    }
}
/*# 04.  Registration Page /04.  Smartphones (portrait and landscape)  /06.   IE Edge 12+ #*/

@-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 */
    }
}
/*# 04.  Registration Page /01. Form Layout #*/

.wgRegForm {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    margin: auto;
    width: 80%;
}
.LTR.Safari.Safari9.ENGB.ContentBody div.ctacheckboxinfo {
    margin-bottom: 16px;
}
.LTR.Safari.Safari9.ENGB.ContentBody .form-horizontal .form-group {
    margin-top: 3px;
}
.LTR.Safari.Safari9.ENGB.ContentBody div#field_agreeoffers.form-group {
    margin-right: 50%;
}
div#field_agreeoffers.form-group {
    margin-bottom: 18px;
    width: 65%;
}
div.col-sm-8.proposal-form.brand-blue {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    padding-bottom: 5px;
}
div#field_fullname.form-group {
    margin-bottom: -2px;
    margin-top: 6px;
}
#field_fullname.form-group {
    margin-right: 35%;
}
#field_nric.form-group {
    margin-right: 35%;
}
div#field_nric.form-group {
    margin-top: 1px important;
    margin-bottom: 8px;
    padding-top: 15px;
}
div#field_prefsecurityimage.form-group {
    margin-left: 20px !important;
    margin-right: 40px;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: -20px;
    margin-top: -2px;
}
#field_prefsecurityimage .editing-form-label-cell {
    margin-left: 10px;
    margin-top: -10px;
}
#field_agreeoffers.form-group {
    margin-right: 36%;
    padding-right: 2px;
}
#field_prefsecretphrase.form-group {
    margin-right: 38%;
    margin-bottom: 40px;
}
#field_email.form-group {
    margin-right: 35%;
    margin-bottom: 10px;
}
div#field_email.form-group {
    margin-top: 1px important;
}
#field_mobilenumber.form-group {
    margin-right: 47%;
}
div#field_mobilenumber.form-group {
    margin-bottom: 10px;
    margin-right: 35%;
}
#field_oldic.form-group {
    margin-right: 35%;
}
div#field_oldic.form-group {
    margin-top: 1px important;
    margin-bottom: -2px;
    padding-top: 9px;
}
div#field_acknowledge.form-group {
    margin-right: 10%;
    margin-top: 18px;
    margin-bottom: -5px;
    width: 65%;
}
#field_prefusername.form-group {
    margin-right: 38%;
}
div#field_prefusername.form-group {
    margin-bottom: 1%;
}
#field_prefpassword.form-group {
    margin-right: 21%;
}
#field_prefconfirmpassword.form-group {
    margin-right: 38%;
}
.registration-page .prefconfirmpassword {}
/*# 04.  Registration Page /02. Form Style #*/

.page-label {
    color: #fff;
    margin-bottom: 8px;
}
.page-label-bold {
    color: #fff;
    font-weight: bold;
}
.page-label-black-bold {
    color: black;
    font-weight: bold;
}
span.FormTitle {} .FormTitle {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 17px;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 400 !important;
    font-style: normal;
}
.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;
}
.wgLeadGenRegForm .FormRegTitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 17px;
}
.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;
}
.registration-page .editing-form-value-cell .Error .form-control {
    background-color: #F5D0D0;
    border: 1px solid #EB4646;
}
.registration-page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 11px;
    /*margin-top: 3px;*/
}
.registration-page input[type=radio] {
    margin: 4px 0 0 30px;
}
.registration-page .ctacheckboxinfo {
    padding-bottom: 5px;
    width: 130%;
    line-height: 15px;
    font-size: 12px;
    text-align: justify;
}
.registration-page .editing-form-value-cell .password-strength {
    margin-right: 25%;
    margin-top: -3px;
    width: 77%;
}
.registration-page .editing-form-value-cell .password-strength-text {
    margin-top: 1%;
    margin-right: 55%;
}
.registration-page .password-strength-hint {
    color: #fff;
}
.registration-page .password-strength-acceptable {
    color: #fff;
}
.registration-page .password-strength-weak {
    color: #fff;
}
.registration-page .password-strength-average {
    color: #fff;
}
.registration-page .password-strength-strong {
    color: #fff;
}
.registration-page .password-strength-excellent {
    color: #fff;
}
.registration-page hr.hrline {
    width: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #222;
}
#field_prefsecurityquestions div.col-sm-5.regSecAnswer {
    padding-left: 0px;
    padding-bottom: 0%;
}
#field_prefsecurityquestions .row.ctacontainer.bottom .readmorezone {
    padding-top: 42px !important;
}
.registration-page .page-header {
    border-bottom: none;
}
.registration-page .page-header .hr {
    float: right;
    border-bottom: 1px solid #000;
}
#field_secretphrase.form-group {
    text-align: left;
    margin-top: -60px;
    margin-left: 20px !important;
}
.login-page #field_secretphrase .page-label {
    font-size: 14px;
    padding-right: 15px;
}
.center-block {
    text-align: center;
}
.btnregisterconfirm {
    margin: 40px 1px 1px 170px;
}
.btnloginRegister {
    text-align: right;
    padding-left: 20%;
    padding-right: 20%;
}
.registration-page .prefpassword {
    display: -webkit-inline-box;
    margin-left: 80%;
    margin-top: -9%;
    width: 100%;
}
.registration-page .Registerbox {
    width: 180%;
    height: 100px;
    margin-left: 35px;
}
/*# 05.  Login Page #*/

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}
.spacebtncontent {
    margin-bottom: -40px;
}
.login-page #field_username .editing-form-label-cell,
.login-page #field_secretphrase .editing-form-label-cell,
.login-page #field_password .editing-form-label-cell,
.login-page #field_chosenimage .editing-form-label-cell {
    display: block;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl03_WebPartZone_WebPartZone_zone_WebPartZone2_WebPartZone2_zone_CustomerPortalLoginForm1_Login1_FailureText1 {
    vertical-align: 8px;
}
.login-page .form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.login-page .form-horizontal .form-group {
    margin: auto!important;
    width: 100%;
}
.login-page .linkcontainer a,
.login-page .linkcontainer a:focus,
.login-page .linkcontainer a:hover {
    color: white;
    font-size: 11px !important;
    line-height: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 1px solid #add0f0;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.login-page .linkcontainer {
    text-align: left;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 15px;
}
.login-page .imagelogin {
    height: 100px;
}
div#field_chosenimage.form-group {
    margin-right: 60%;
}
.login-page #field_username.form-group {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.login-page .FormTitle {
    margin: 0px 10px 15px -80px;
}
.login-page .img-rounded {
    margin: 0px 200px 0px -50px;
}
.login-page #field_secretphrase {
    margin: -60px 320px 5px -5px !important;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    padding-left: 8px;
}
.subnav .outside li.listofpagescontainer.responsive .listofpages {
    margin-left: -320px !important;
}
.login-page #field_password {
    margin: -10px 200px 2px -25px !important;
}
.login-page .ctacheckboxinfo {
    margin-top: 15px;
    line-height: 15px;
    text-align: justify;
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 12px;
    color: #fff;
    width: 100%;
    min-height: 20px;
    font-weight: 400;
    cursor: pointer;
}
.login-page .editing-form-value-cell span {
    font-style: normal;
    color: #FFFFFF !important;
    font-size: 12px;
}
.login-page .error-value-usernamenpwd {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-style: normal;
    color: red;
    font-size: 12px;
}
.login-page #field_username1 {
    text-align: left;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.login-page .editing-form-value-cell {
    font-size: 14px;
}
.login-page div.validation {
    text-align: left;
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 11px;
    color: #fff;
}
.username-page .ctabox {
    margin-top: 0px;
}
.form-blue {
    background-color: #2377c5;
}
.username-page h1.title span {
    font-style: italic;
    font-size: inherit;
}
.username-page h2.sectionheader {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
    text-align: left;
}
.username-page .container.quotesection {
    margin-bottom: 44px;
}
.username-page .row.pagecontainer.pagecontent.salesflow {
    margin-top: 0px;
    margin-bottom: 0px;
}
.username-page .row.pagecontainer.pagecontent.planlisting {
    margin-top: 0px;
    margin-bottom: 0px;
}
.readmorebottom {
    margin-top: 10px !important;
}
.login-page .readmorezone {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    width: 70%;
    padding-top: 3px !important;
}
/*# 05.  Login Page  /01. Controls #*/
/*# 05.  Login Page  /01. Controls /01. CTA Box #*/

.ctabox {
    width: 85%;
    max-width: 1300px;
    margin: 38px auto;
}
.FieldPanel {
    padding: 10px 0 40px 0;
}
.ctabox .imagecontainer {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.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%;
}
.ctabox .imagecontainer .subcopy {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
    width: 70%;
}
.ctabox .contentcontainer {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
/*# 05.  Login Page  /02. Forgot Username #*/

.forgot-username-page .text-left {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.forgot-username-page .nxtalign {
    margin-right: 23% !important;
    width: 20%;
    text-align: center;
    padding-left: 20px;
}
.forgot-username-page .zonecenter {
    padding-right: 96px;
    padding-left: 96px;
    padding-bottom: 20px;
}
.forgot-username-page .tacErrorMessage {
    color: #000;
    padding: 2px;
    margin-left: 56px;
    font-size: 16px;
    position: absolute;
    text-align: -webkit-auto;
    width: 100%;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTacCode {
    margin-left: -20px;
    width: 40%;
    margin-top: -40px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
    position: absolute;
    margin-top: -40px;
    margin-left: 400px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_pnotificationDetail {
    font-size: 13px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_userInfo {
    margin-left: 180px;
}
.forgot-username-page .control-label {
    padding-right: 20px;
}
.forgot-username-page .form-horizontal .control-label {
    padding-top: 0px;
}
.IE11 div .validation {
    margin-left: -168px;
}
.IE11 .col-sm-8 .form-control valid div {
    margin-top: 9px;
}
.IE11 .forgot-username-page .nxtalign {
    margin-left: 43px !important;
}
@supports (-ms-ime-align: auto) {
    .forgot-username-page .btn {
        margin-left: 175px !important;
    }
    .forgot-username-page .tacErrorMessage {
        margin-left: -70px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-left: 55px !important;
    }
    .forgot-username-page .tacErrorMessage {
        text-align: left;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 27% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        margin-left: 26% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        text-align: left;
        margin-left: -36%;
    }
    .change-password-profile-page .ErrMsgTextNCpwd1 {
        display: block;
        margin: -18% -3% !important;
    }
    .change-password-profile-page .ErrMsgTextNCpwd {
        display: block;
        margin-left: 8%;
        margin-bottom: -4%;
        margin-top: 0%;
    }
    .change-password-profile-page .labelchangepassword {
        display: inline-flex;
        margin-left: 0%;
        margin-top: 4%;
    }
    .change-password-profile-page .labelchangepassword1 {
        margin-left: 18% !important;
        margin-top: 3% !important;
    }
}
/*# 05.  Login Page  /03. Forgot Password #*/

.forgot-password-page .password-strength-strong {
    display: -webkit-inline-box;
    font-size: smaller;
    font-weight: bold;
    color: black;
    position: absolute;
}
.forgot-password-page .password-strength-excellent {
    display: -webkit-inline-box;
    font-size: smaller;
    font-weight: bold;
    color: black;
    position: absolute;
}
.forgot-password-page .password-strength-not-acceptable {
    display: -webkit-inline-box;
    font-size: smaller;
    font-weight: bold;
    color: black;
    position: absolute;
}
.forgot-password-page .password-strength-average {
    display: -webkit-inline-box;
    font-size: smaller;
    font-weight: bold;
    color: black;
    position: absolute;
}
.forgot-password-page .zonecenter {
    padding-right: 96px;
    padding-left: 96px;
    padding-bottom: 20px;
}
.forgot-password-page .password-strength-text {
    margin-left: 18%;
    font-size: 12px;
}
.forgot-password-page .tacErrorMessage {
    color: #000;
    padding: 0px;
    margin-left: -24%;
    margin-top: -14px;
    font-size: 16px;
    position: absolute;
    text-align: -webkit-auto;
    width: 100%;
}
.forgot-password-page .text-left {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.forgot-password-page .form-horizontal {} .forgot-password-page .form-horizontal .control-label {
    padding-top: 0px;
}
.forgot-password-page .control-label {
    padding-right: 20px;
    width: 35%;
}
.forgot-password-page .btn {
    margin-top: 32px!important;
    margin-left: -10%;
    width: 15%;
    margin-bottom: 30px;
    text-align: center;
    outline: none !important;
}
.forgot-password-page .btn:hover {
    background: #c83c2d;
    color: #fff;
}
.forgot-password-page .form-control {
    margin-left: 350px;
    margin-top: -40px;
}
.IE11 .password-strength-strong {
    margin-left: 12px;
}
.IE11 .password-strength-average {
    margin-left: 14px;
}
.IE11 .tac_validation {
    text-align: left;
    padding-left: 5%;
    padding-top: 7%;
    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: #fff;
    margin-top: -53px;
}
.IE11 .forgot-password-page .TacValidation {
    padding-top: 0px;
    Padding-bottom: 0px;
}
/*# 05.  Login Page  /04. Smartphones (portrait and landscape) #*/
/*# 05.  Login Page /04. Smartphones (portrait and landscape) /01. Landscape Phone (480 x any and below)  #*/

@media only screen and (max-width: 481px) {
    .ctabox .contentcontainer {
        width: 100%;
    }
    .ctabox {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .forgot-username-page .row .innercontent {
        width: 90% !important;
        height: 350px;
        display: none !important;
    }
    .forgot-username-page .text-left {
        width: 150%;
        padding-left: 30px;
        padding-right: 20px;
        margin-top: -10px;
    }
    .forgot-username-page .control-label {
        width: 100%;
        margin-top: -30px;
    }
    .forgot-username-page .form-control {
        width: 100%;
    }
    /*.forgot-username-page .panel {
        width: 184% !important;
        margin-left: -70px;
        margin-top: -330px;
    }*/
    
    .forgot-username-page .text-left {
        width: 100%;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 100% !important;
        margin-left: -220px;
    }
    .forgot-username-page .form-horizontal .form-group {
        width: 180%;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -200px;
        margin-top: 20px;
        width: 15%;
        padding-left: 30px;
        outline: none !important;
    }
    .forgot-username-page .zonecenter {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 185%;
        padding-left: 60px;
        padding-right: 20px;
        margin-top: -10px;
    }
    .forgot-password-page .control-label {
        width: 60%;
        margin-top: -30px !important;
        margin-bottom: 110px !important;
    }
    .forgot-password-page .form-control {
        margin-left: -20px;
        margin-top: -80px !important;
        margin-bottom: 20px;
        width: 50%;
    }
    .forgot-password-page .form-horizontal .form-group {
        width: 180%;
    }
    .forgot-password-page .btn {
        margin-left: 10%;
        margin-right: 20%;
        margin-top: 2px;
    }
    .forgot-password-page .row .innercontent {
        height: 550px !important;
        margin-bottom: 20px;
    }
    .login-page .FormTitle {
        margin: 0 20px 15px -10px;
    }
    .login-page .img-rounded {
        margin-left: -8px !important;
        margin-right: 30px;
    }
    .login-page #field_password {
        width: 150%;
    }
    .login-page .btn {
        width: 50% !important;
    }
    .username-page .container.quotesection {
        margin-bottom: 10px;
    }
    .login-page .DropDownField {
        width: 40%;
    }
    .login-page .readmorezone {
        width: 105%;
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_UpdatePanel {
        margin-top: 20px;
    }
    .forgot-username-page .form-control {
        margin-left: -215px !important;
        margin-top: 8px !important;
        width: 190% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_ParagraphEmail {
        margin-top: 5%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 84% !important;
        width: 70% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -255px !important;
        margin-top: 20px;
        width: 25% !important;
        padding-left: 30px;
        outline: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_ParagraphEmailForgotUsernamePage2 {
        margin-top: 5%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 10% !important;
        line-height: 30px;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_ParagraphEmail {
        line-height: 30px;
        margin-top: 10% !important;
    }
    .registration-page .imagebuble {
        margin-left: 0%;
    }
}
/*# 05.  Login Page /04. Smartphones (portrait and landscape) /02. Landscape Tablet (1024 x any and below)  #*/

@media only screen and (max-width: 1025px) {
    .ctabox {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
    .ctabox .imagecontainer {
        width: 60%;
    }
    .ctabox .imagecontainer .maincopy {
        font-size: 24px;
        line-height: 28px;
        padding-top: 30px;
        padding-left: 30px;
    }
    .ctabox .imagecontainer .subcopy {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
    .login-page .btn {
        width: 50% !important;
    }
    .login-page .img-rounded {
        width: 40%;
        margin: 0px;
        margin-left: -5px;
    }
    .cssp-page .row.gray {
        margin-top: -20px !important;
    }
    .cssp-page .row .innercontent {
        margin: auto;
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .username-page .row.pagecontainer.pagecontent.salesflow {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .username-page .row.pagecontainer.pagecontent.planlisting {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .username-page .row.ctacontainer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .forgot-password-page .form-control {
        margin-left: 150px;
        margin-top: -40px;
    }
    .forgot-username-page .form-control {
        margin-left: 300px;
        margin-top: -40px;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 70%;
        margin-left: -300px;
    }
    .login-page .FormTitle {
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
        margin-left: -5px;
    }
    .login-page .DropDownField {
        width: 70%;
    }
    .login-page #field_secretphrase {
        padding-left: 5px;
    }
    .login-page .readmorezone {
        width: 100%;
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}
/*# 05.  Login Page /04. Smartphones (portrait and landscape) /03. For general iPad layouts #*/

@media only screen and (device-width: 768px) {
    .login-page .FormTitle {
        margin: 0 40px 15px -5px;
        text-align: justify;
    }
    .login-page .img-rounded {
        margin-left: -6px;
    }
    .login-page .btn {
        width: 50% !important;
    }
    .cssp-page .row.gray {
        margin-top: 0px !important;
    }
    .cssp-page .row .innercontent {
        margin: auto;
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .forgot-username-page .form-control {
        margin-left: 80px;
        margin-top: 5px;
    }
    .forgot-username-page .text-left {
        font-size: 18px;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 70%;
        margin-left: -220px;
    }
    .forgot-username-page .nxtalign {
        width: 50%;
    }
    .forgot-password-page .form-horizontal .control-label {
        width: 50% !important;
        margin-left: -40px;
    }
    .forgot-password-page .form-control {
        margin-left: 300px;
    }
    .forgot-password-page .btn {
        width: 35%;
    }
}
/*# 05.  Login Page /04. Smartphones (portrait and landscape) /04.   IE10+ #*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){ */

@media screen and (min-width: 0\0) {
    .IE11 .forgot-username-page .btn {
        margin-left: 25%;
    }
    .forgot-username-page .btn {
        margin-left: 10%;
    }
    .forgot-password-page .btn {
        margin-left: 30%;
    }
}
/*#10.  News & Offer #*/
/*#10.  News & Offer/01. Page #*/

.news-offer-page .innercontent {
    background-color: rgb(242, 242, 242);
}
.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;
}
/* 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 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;
    }
    .security-profile-page div#field_prefsecurityimage.form-group {
        width: 50% !important;
        margin-left: 70px !important;
        margin-top: -55px;
    }
}
.news-offer-page .searchfilters {
    display: table;
    margin: auto;
}
.news-offer-page .newssubheader {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 650;
    font-style: normal;
    font-size: 16px;
    text-align: left;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
.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: #ffffff url(/cssp/App_Themes/AMLTv2/images/icons/ico_select_arrows_gray.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
    margin-right: 20px;
}
/*#10.  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.  News Offer /03. Responsive Fixes #*/
/*#10.  News Offer /03. Responsive Fixes/02. 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%;
    }
}
.news-offer-page .searchfilters {
    display: table;
    margin: auto;
}
.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 .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;
}
/*#10.  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.  News & Offer/03. Smartphones (portrait and landscape) #*/
/*#10.  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%;
    }
    .news-offer-page .searchtitle {
        font-size: 16px;
        line-height: 20px;
        display: none!important;
    }
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
/*#10.  News & Offer/03. Smartphones/02. 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;
    }
    .news-offer-page .searchfilters {
        width: 100%;
    }
}
/*# 06.  My Certificate #*/
/*# 06.  My Certificate /01. Layout  #*/

.Table_Title {
    position: absolute;
    left: 50px;
    top: 12px;
    width: 1148px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    text-align: left;
    line-height: normal;
}
.Table_SubTitle {
    position: absolute;
    left: 2px;
    top: 9px;
    width: 260px;
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
}
.IE11 .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}
.IE11 .table-responsive {
    min-height: 0.01%;
    overflow-x: visible;
}
#CSSPTable.th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
}
.certificate-paymenthistory-page .panel {
    padding: 0px !important;
}
.certificatetitle {
    padding-bottom: 7px !important;
}
.certificateWBox {
    margin-top: -35px !important;
    margin-bottom: -43px !important;
}
.certificate-paymenthistory-page .panel-body {
    padding: 0px !important;
}
.certificate-page .FormButton {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.MyCert_DashTable {
    position: relative;
    left: 10%;
    top: 10%;
    width: 85%;
    height: 253px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.FundP_DashTable {
    position: absolute;
    left: 55%;
    top: auto;
    width: 40%;
    height: 253px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.News_DashTable {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 40%;
    height: 253px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.Messages_DashTable {
    position: static;
    left: 10%;
    padding-top: 10%;
    width: 85%;
    height: 253px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.certificate-page .row .pageheader {
    background-color: #f2f2f2;
}
.certificate-page thead.cf {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}
.statement-request-page .searchfilters {
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
.tablecertsumbenefitcontent {
    width: 100%;
    margin-bottom: 20px;
}
.certificate-page .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.certificate-summary-page .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 4px;
}
.certificate-summary-page .tabledata {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: right;
}
.certificate-summary-page table.tablecertsumbenefitcontent {
    width: 70%;
}
.certificate-summary-page .tabelvalue {
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.certificate-summary-page .panel-default {
    border-color: #fff;
}
.certificate-summary-page .panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}
.certificate-summary-page .btn-primary {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 10px;
    float: left;
}
.certificate-summary-page .certsum-table {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    /* color: #6B6B6B;*/
    
    text-align: left;
}
.certificate-summary-page .certsum-btn {
    margin: 40px 20px 20px 250px;
}
.certificate-page thead {
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
}
.certificate-page tr {
    border-bottom: 0 solid #ddd;
}
.certificate-page td {
    border-bottom: 1px solid #ddd !important;
}
.certificate-page .NewsPTitle td {
    border-bottom: 0px solid #ddd !important;
}
.certificate-relationship-page .panel {
    padding-bottom: 25px;
}
.certificate-relationship-page table.relationshiptable {
    margin-left: 2%;
    margin-right: 2%;
    width: 95%;
}
.certificate-relationship-page .relationshiptable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-relationship-page .tableTitle {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin: 20px 10px 5px 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 2%;
    margin-right: 2%;
}
.certificate-relationship-page .relationshiptable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.certificate-relationship-page .relationshiptable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.certificate-relationship-page .relationshiptable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-relationship-page .relationshiptable td.alignamount {
    width: 16%;
}
.certificate-relationship-page table.beneficiarytable {
    margin-left: 2%;
    margin-right: 2%;
    width: 95%;
}
.certificate-relationship-page .beneficiarytable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-relationship-page .beneficiarytable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-relationship-page .beneficiarytable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-relationship-page .beneficiarytable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-funddetail-page .panel {
    padding-bottom: 20px;
}
.certificate-funddetail-page table.fundtable {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.certificate-funddetail-page .fundtable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-funddetail-page .tableTitle {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 3%;
    margin-right: 4%;
    width: 90%;
}
.certificate-funddetail-page .fundtable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-funddetail-page .fundtable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-funddetail-page .fundtable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-paymenthistory-page table.paymenthistorytable {
    margin-left: 7%;
    margin-right: 7%;
    width: 85%;
}
.certificate-paymenthistory-page table.paymenthistorytable {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.certificate-paymenthistory-page .paymenthistorytable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-paymenthistory-page .tableTitle {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7%;
    margin-right: 7%;
}
.certificate-paymenthistory-page .paymenthistorytable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-paymenthistory-page .paymenthistorytable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-paymenthistory-page .paymenthistorytable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-transactions-page .panel {
    padding-bottom: 20px;
}
.certificate-transactions-page table.transactionshistorytable {
    margin-left: 7%;
    margin-right: 7%;
    width: 85%;
}
.certificate-transactions-page table.transactionshistorytable {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.certificate-transactions-page .transactionshistorytable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-transactions-page .tableTitle {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7%;
    margin-right: 7%;
}
.certificate-transactions-page .transactionshistorytable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-transactions-page .transactionshistorytable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-transactions-page .transactionshistorytable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-planrider-page .panel {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.certificate-planrider-page table.PlanRidertable {
    margin-left: 7%;
    margin-right: 7%;
    width: 85%;
}
.certificate-planrider-page .tableTitle {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7%;
    margin-right: 7%;
}
.certificate-planrider-page .PlanRidertable thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
table.tablePlanRiders {
    width: 100%;
}
.certificate-planrider-page div.col-lg-10 {
    margin-left: 10%;
}
.certificate-planrider-page .PlanRidertable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-planrider-page .PlanRidertable td {
    font-family: 'OpenSans', 'Open Sans';
    font-style: normal;
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-planrider-page .PlanRidertable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) #*/
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) /01. Landscape Phone (480 x any and below)#*/

@media only screen and (max-width: 481px) {
    .certificate-relationship-page table.relationshiptable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-relationship-page table.beneficiarytable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-funddetail-page table.fundtable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-paymenthistory-page table.paymenthistorytable {
        width: 100%;
        margin-left: 10px !important;
    }
    .certificate-transactions-page table.transactionshistorytable {
        width: 100%;
        margin-left: 0px !important;
    }
    .certificate-planrider-page table.PlanRidertable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-summary-page .col-lg-12 {
        width: 120% !important;
        margin-left: -30px !important;
        margin-top: -5px;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 200%;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 200%;
        margin: 0 0 0 -150px;
        margin-top: -40px;
    }
    .certificate-summary-page table.tablecertsumbenefitcontent {
        width: 450% !important;
    }
    .table-responsive>.tablecertsumbenefitcontent {
        margin-bottom: 0;
    }
    .certificate-funddetail-page .col-lg-12 {
        width: 120% !important;
        margin-left: -25px;
    }
    .certificate-relationship-page .col-lg-12 {
        width: 120% !important;
        margin-left: -25px;
    }
    .certificate-planrider-page .col-lg-12 {
        width: 120% !important;
        margin-left: -25px;
    }
    .certificate-paymenthistory-page .col-lg-12 {
        width: 120% !important;
        margin-left: -25px;
    }
    .statement-request-page .col-lg-12 {
        width: 120% !important;
        margin-left: -25px;
    }
}
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) /02. Landscape Tablet (1024 x any and below) #*/

@media only screen and (max-width: 1025px) {
    .certificate-relationship-page table.relationshiptable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-relationship-page table.beneficiarytable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-funddetail-page table.fundtable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-paymenthistory-page table.paymenthistorytable {
        width: 90%;
        margin-left: 5%;
        margin-right: 30%;
    }
    .certificate-transactions-page table.transactionshistorytable {
        width: 100%;
        margin-left: 0px !important;
    }
    .certificate-planrider-page table.PlanRidertable {
        width: 100%;
        margin-left: 0px;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 120%;
        margin-left: -150px;
    }
    .certificate-summary-page .table-responsive {
        border: 1px solid #fff;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 120%;
        margin-left: -150px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2%;
    }
    .certificate-summary-page .col-lg-12 {
        width: 110%;
        margin-left: -30px;
        margin-top: -5px;
    }
    .certificate-summary-page table.tablecertsumbenefitcontent {
        width: 120%;
        margin-left: -215px;
        margin-top: 10px;
    }
    .certificate-summary-page .panel-body {
        width: 110%;
    }
    .certificate-summary-page .panel-default {
        width: 95%;
    }
    .certificate-funddetail-page .col-lg-12 {
        width: 110%;
        margin-left: -30px;
    }
    .certificate-funddetail-page .tableTitle {
        padding-left: 5px;
        margin-left: 0px;
    }
    .certificate-relationship-page .col-lg-12 {
        width: 110%;
        margin-left: -30px;
    }
    .certificate-relationship-page .tableTitle {
        padding-left: 20px;
        margin-left: 0px;
    }
    .certificate-planrider-page .col-lg-12 {
        width: 110%;
        margin-left: -30px;
    }
    .certificate-planrider-page .tableTitle {
        padding-left: 20px;
        margin-left: 0px;
    }
    .certificate-paymenthistory-page .col-lg-12 {
        width: 110%;
        margin-left: -30px;
    }
    .statement-request-page .col-lg-12 {
        width: 105% !important;
        margin-left: -25px !important;
        margin-right: 10px !important;
        padding-left: 40px !important;
        padding-right: 50px !important;
    }
}
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) /03. For general iPad layouts #*/

@media only screen and (device-width: 768px) {
    table.tablecertsumbenefitcontent {
        width: 90%;
        margin-left: -40px;
    }
    table.tablecertsumbenefitcontent {
        width: 180%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: -4%;
        position: absolute;
        line-height: 1px;
        padding-left: 5%;
        margin-left: -200px;
    }
    #CSSPTable.th,
    td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    div.col-lg-12.certsumbenefitcontent {
        padding-left: 0px !important;
        margin-left: -70px;
        margin-top: 15px !important;
    }
    div.col-lg-12.certsumbenefit {
        text-align: left;
        font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        margin-left: -62px !important;
    }
    .certificate-summary-page .col-lg-12 {
        width: 108%;
        margin-left: -30px;
        margin-top: -5px;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 110%;
        margin-left: -90px;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 110%;
        margin-left: -90px;
    }
    .certificate-summary-page table.tablecertsumbenefitcontent {
        width: 100%;
        margin-left: 0px;
        margin-top: -20px;
    }
    .certificate-funddetail-page .tableTitle {
        padding-left: 5px;
        margin-left: 0px;
    }
    .certificate-relationship-page .tableTitle {
        padding-left: 20px;
        margin-left: 0px;
    }
    .certificate-planrider-page .tableTitle {
        padding-left: 20px;
        margin-left: 0px;
    }
}
/*# 06.  My Certificate /03. Smartphones (portrait and landscape) /04. Safari 10.1+ (which is the latest version of Safari at this time) #*/

@media not all and (min-resolution: .001dpcm) {
    @media {
        .safari_only table.EditingFormTable {
            margin-top: 40px;
            margin-left: 30%;
            margin-bottom: 40px;
        }
    }
}
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) {
        .safari_only table.EditingFormTable {
            margin-top: 40px;
            margin-left: 30%;
            margin-bottom: 40px;
        }
    }
}
/* Safari 6.1-10.0 (not 10.1, which is the latest version of Safari at this time) */

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        .safari_only table.EditingFormTable {
            margin-top: 40px;
            margin-left: 30%;
            margin-bottom: 40px;
        }
    }
}
/* Safari 10.0 (not 10.1) */

_::-webkit-:host:not(:root:root),
.safari_only table.EditingFormTable {
    margin-top: 40px;
    margin-left: 30%;
    margin-bottom: 40px;
}
/*# 04.  Registration Page /05.  Password Strength #*/

.registration-page .password-strength {
    width: 76%;
}
.registration-page .password-strength-text {
    margin-top: 12px;
}
.password-strength .passw-strength-indicator {
    margin-top: 0;
    margin-bottom: -2px;
    height: 10px;
    background-color: #e5e5e5;
}
.password-strength .passw-strength-indicator div {
    height: 100%;
}
.password-strength .passw-indicator-weak {
    background-color: #b12628;
    width: 20%;
}
.password-strength .passw-indicator-acceptable {
    background-color: #c98209;
    width: 30%;
}
.password-strength .passw-indicator-average {
    background-color: #18a6f7;
    width: 60%;
}
.password-strength .passw-indicator-strong {
    background-color: #95be5f;
    width: 80%;
}
.password-strength .passw-indicator-excellent {
    background-color: #497d04;
    width: 100%;
}
/*#16.  Financial Section  #*/
/*#16.  Financial Section/01. Page #*/

.financial-page .wgFAQ.fund-price {
    margin-top: 30px;
}
.financial-page .row.pagecontainer.search-filters {
    margin-bottom: 0px;
}
.financial-page .editing-form-value-cell select.DropDownField {
    color: #333 !important;
}
.financial-page .editing-form-value-cell select.DropDownField:disabled {
    color: #ccc !important;
}
.financial-page .editing-form-value-cell select.DropDownField:disabled {
    color: #999999 !important;
    background: #ffffff url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_select_arrows_gray.png) no-repeat right center;
    background-size: 10px;
    background-position: right 8px center;
    margin-right: 20px;
}
.financial-page .row.pagecontainer.gst,
.financial-page .row.pagecontainer.fund-performance,
.financial-page .row.pagecontainer.financial-statements,
.financial-page .row.pagecontainer.investment-linked-reports {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .row.fund-performance.pagecontainer.pagecontent,
    .financial-page .row.financial-statements.pagecontainer.pagecontent,
    .financial-page .row.investment-linked-reports.pagecontainer.pagecontent,
    .financial-page .row.gst.pagecontainer.pagecontent {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .financial-page .row.fund-performance.pagecontainer.pagecontent .innercontent,
    .financial-page .row.financial-statements.pagecontainer.pagecontent .innercontent,
    .financial-page .row.investment-linked-reports.pagecontainer.pagecontent .innercontent,
    .financial-page .row.gst.pagecontainer.pagecontent .innercontent {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .financial-page .wgFAQ.gst h2 {
        margin: 25px;
    }
}
.financial-page .row.pagefooter {
    height: 50px;
}
.financial-page .pagecontent h2 {
    margin-bottom: 15px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .financial-page .pagecontent h2 {
        margin-bottom: 45px;
    }
    .financial-page .titleGST {
        margin: 0px 3px 0px -20px;
    }
    .financial-page .pagecontent li {
        font-size: 13px;
        line-height: 16px;
        padding-right: 5px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .pagecontent h2 {
        margin-bottom: 25px;
    }
    .financial-page .titleGST {
        margin: 0px 3px 0px -20px;
    }
    .financial-page .pagecontent ul,
    .pagecontent ol {
        padding-left: 20px;
    }
    .financial-page .pagecontent li {
        font-size: 13px;
        line-height: 16px;
        text-align: justify;
        padding-right: 3px!important;
    }
    .financial-page .aligngst {
        padding: 1px 1px 1px 50px !important;
        margin-left: 0px !important;
    }
}
.financial-page .searchtitle {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    text-align: left;
    line-height: 40px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .financial-page .searchtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .financial-page .aligngst {
        padding: 1px 1px 1px 50px !important;
        margin-left: 0px !important;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .searchtitle {
        font-size: 16px;
        line-height: 20px;
    }
}
.financial-page .searchfilters {
    display: table;
    width: auto;
    margin: auto;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .financial-page .searchfilters {
        width: 100%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .searchfilters {
        width: 100%;
    }
}
.financial-page .searchfilters {
    margin-bottom: 45px;
}
.financial-page .searchfilters .column {
    display: table-cell;
    padding-left: 30px;
}
.financial-page .searchtitle {
    margin-right: 20px;
    display: inline-block;
}
.financial-page .searchbox {
    display: inline-block;
}
.financial-page .searchbox #yeardropdown {
    width: 90px;
}
.financial-page .searchbox #typedropdown {
    width: 250px;
}
.financial-page select[disabled] {
    color: #999999;
}
.financial-page .noresulttext {
    vertical-align: top;
    padding-top: 15px;
    display: table-cell;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.financial-page .subheader {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .financial-page .subheader {
        font-size: 18px;
        line-height: 22px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .subheader {
        font-size: 16px;
        line-height: 20px;
    }
}
.financial-page .subheader_level2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
/*#15. Financial Section/02. Listing #*/

.financial-page .FinancialYearFolder,
.financial-page .FinancialReportName {
    padding-left: 20px;
    padding-right: 20px;
}
.financial-page .FinancialYearFolder {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 3px;
}
.financial-page .FinancialReportName {
    color: #2377C5;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}
/*#15. Financial Section/03. Fund Prices #*/

.wgFAQ.fund-price .subheader {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .wgFAQ.fund-price .subheader {
        font-size: 18px;
        line-height: 22px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgFAQ.fund-price .subheader {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .wgFAQ.fund-price .expandclose {
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgFAQ.fund-price .expandclose {
        display: none;
    }
}
.wgFAQ.fund-price hr.top {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
.wgFAQ.fund-price hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #ccc;
}
.wgFAQ.fund-price .fundnametext {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 12px;
    padding-bottom: 15px;
}
.wgFAQ.fund-price .fundname a {
    display: table;
    width: 100%;
}
.wgFAQ.fund-price .fundnametext,
.wgFAQ.fund-price .fundpricetext {
    display: table-cell;
    color: #2377C5;
    vertical-align: top;
    padding-top: 15px;
}
.wgFAQ.fund-price .fundnametext {
    width: 56%;
    padding-left: 20px;
}
.wgFAQ.fund-price .fundpricetext {
    width: 30%
}
.wgFAQ.fund-price .funddetail {
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 52px;
    padding-bottom: 35px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgFAQ.fund-price .funddetail {
        font-size: 13px;
        line-height: 20px;
    }
}
.wgFAQ.fund-price .expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wgFAQ.fund-price .expanded.expandcollapseicon {
    background: #e7e7e7 url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_collapse2.png) no-repeat center center;
    background-size: 12px;
}
/* initialize on page load */

.wgFAQ.fund-price .funregddetail {
    display: none;
}
.wgFAQ.fund-price .expandcollapseicon img.minussign {
    display: none;
}
.FPSReports {
    display: none;
    margin: 1px 1px 1px 18px;
}
/*# 15. Financial Section/04. Fund Performance Sheets #*/

.financial-page .fund-performance {
    margin-top: 30px;
}
.financial-page .investment-linked-fund-reports {
    margin-top: 30px;
}
.financial-page .subheader_level2 {
    padding-left: 20px;
}
.financial-page .FPSYearFolder .folderitem {
    display: table;
    width: 100%;
}
hr.fpssep {
    border: 0;
    border-top: 1px solid #ccc;
}
.financial-page .FPSYearFolder .foldername {
    display: table-cell;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}
.financial-page .wgFAQ.fps #expandcollapseicon {
    display: table-cell;
    width: 12px;
    height: 12px;
    float: right;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-right: 20px;
    background: #e7e7e7 url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_expand2.png) no-repeat center center;
    background-size: 12px;
}
.financial-page .wgFAQ.fps .expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.financial-page .wgFAQ.fps #expandcollapseicon.expanded {
    background: #e7e7e7 url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_collapse2.png) no-repeat center center;
    background-size: 12px;
}
.financial-page .foreign-exchange-link {
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.financial-page a.foreign-exchange-link span {
    font-size: 14px !important;
}
.financial-page .wgFAQ.gst {
    margin-top: 25px;
}
/*# 15. Financial Section/05. Responsive Fixes #*/
/*# 15. Financial Section/05. Responsive Fixes/02. Landscape Phone (480 x any and below) #*/
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .financial-page .wgFAQ.gst .answertext {
        padding-right: 48px;
        padding-left: 25px;
        text-align: justify;
    }
    .financial-page .searchfilters .searchtitle {
        display: none;
    }
    .financial-page .searchfilters .column {
        display: table-row;
    }
    .financial-page .searchbox.editing-form-value-cell {
        padding-bottom: 20px;
    }
    .financial-page .searchfilters {
        margin-bottom: 0px;
    }
    .financial-page .folderitem {
        display: table;
    }
    .gstfinancial {
        padding-right: 4px;
        padding-left: 0px;
        width: 100%;
    }
}
/*#12.  Download Centre #*/
/*#12.  Download Centre/01. Page #*/

.download-centre-page .newsRelease {
    font-size: 20px;
}
.download-centre-page .top {
    border-top: 1px solid #ccc;
}
.download-centre-page hr {
    border-top: 1px solid #ccc;
}
.download-centre-page .searchtitle {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .searchtitle {
        font-size: 18px;
        line-height: 22px;
        margin-left: 20px;
        margin-right: 30px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .searchtitle {
        font-size: 16px;
        line-height: 20px;
    }
}
.download-centre-page .searchfilters {
    display: table;
    margin: auto;
    margin-bottom: 25px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .searchfilters {
        width: 100%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .searchfilters {
        width: 100%;
    }
}
.download-centre-page .searchtitle {
    margin-right: 50px;
    display: inline-block;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .searchtitle {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
}
.download-centre-page .searchbox {
    display: inline-block;
}
.download-centre-page .searchbox #typedropdown {
    width: 250px;
    font-size: 14px!important;
    color: #333333!important;
    line-height: normal;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
}
.download-centre-page .ctabox .contentcontainer,
.download-centre-page .ctabox .imagecontainer {
    width: 50%;
}
.download-centre-page .subheader {
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    padding-left: 20px;
    font-family: 'Open Sans';
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .subheader {
        font-size: 18px;
        line-height: 22px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .subheader {
        font-size: 16px;
        line-height: 20px;
    }
}
.download-centre-page .textEdit {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}
.download-centre-page .filenametext {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #2377C5;
    text-align: left;
    line-height: 20px;
    margin-bottom: 5px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .filenametext {
        font-size: 14px;
        line-height: 18px;
    }
}
.download-centre-page .descriptiontext {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
}
.download-centre-page .descriptiontext span {
    font-style: italic;
    font-size: inherit;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .descriptiontext {
        font-size: 13px;
        line-height: 16px;
    }
}
.download-centre-page .datetime {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.download-centre-page .dont-see-what-you-need-container {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    width: 65%;
    margin: auto;
}
.download-centre-page .dont-see-what-you-need-container .dontseetext,
.download-centre-page .dont-see-what-you-need-container .contactdetails {
    display: inline-block;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .dont-see-what-you-need-container {
        width: 95%;
        padding-top: 30px;
    }
    .download-centre-page .dont-see-what-you-need-container .dontseetext,
    .download-centre-page .dont-see-what-you-need-container .contactdetails {
        display: block;
    }
    .download-centre-page .dont-see-what-you-need-container .dontseetext {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .download-centre-page .dont-see-what-you-need-container .contactdetails {
        font-size: 16px;
        font-weight: normal;
    }
    .download-centre-page .dont-see-what-you-need-container .contactdetails .telephone {
        color: #337ab7;
    }
    .download-centre-page .container.amltpager {
        text-align: center;
    }
}
.download-centre-page .disclaimer-copy-container {
    padding-bottom: 40px;
    text-align: center;
    width: 65%;
    margin: auto;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .disclaimer-copy-container {
        display: none;
    }
    .download-centre-page .row.ctacontainer {
        background-color: #ffffff;
    }
}
.download-centre-page .disclaimer-copy {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .disclaimer-copy {
        font-size: 11px;
        line-height: 16px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .disclaimer-copy {
        font-size: 11px;
        line-height: 15px;
    }
}
.download-centre-page .disclaimer-copy a {
    color: #2377C5;
}
.download-centre-page .disclaimer-copy a:hover {
    text-decoration: underline;
}
.download-centre-page .ctacontainer hr {
    width: 85%;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .ctacontainer hr {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .ctacontainer hr {
        width: 100%;
    }
}
/*#12.  Download Centre/02. List #*/

.download-centre-page .itemContainer {
    display: table;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.download-centre-page .colDateTime {
    display: table-row;
    width: 100%;
}
.download-centre-page .colTitle {
    display: inline-block;
    width: 90%;
    padding-bottom: 5px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .colTitle {
        display: inline-block;
        width: 100%;
    }
}
.download-centre-page .colTitle span {
    font-style: italic;
    font-size: inherit;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .colTitle {
        display: table-row;
        width: 100%;
    }
}
.download-centre-page .colDescription {
    display: inline-block;
    width: 90%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .colDescription {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }
}
.download-centre-page .colImage {
    display: table-cell;
    width: 20%;
    text-align: right;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .colImage {
        display: inline-block;
        text-align: center;
    }
}
.download-centre-page .colImage a {
    display: block;
}
/* Landscape Phone (1025 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .colImage a img {
        margin-right: 35px;
    }
}
/* Landscape Phone (481 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .colImage a img {
        margin-right: 0px;
    }
}
.download-centre-page .imgDownloadCentre {
    width: 13px;
    height: 18px;
}
.download-centre-page .downloadLine {
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    color: #2377C5;
    line-height: 20px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .downloadLine {
        display: none;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .downloadLine {
        display: none;
    }
}
.download-centre-page .downloadSize {
    font-size: 11px;
    line-height: 15px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .download-centre-page .downloadSize {
        font-size: 13px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .downloadSize {
        font-size: 10px;
    }
}
/*#12.  Download Centre/03. Responsive Fixes #*/
/*#12.  Download Centre/03. Responsive Fixes/02. Landscape Phone (480 x any and below) #*/
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .download-centre-page .row.pagecontainer {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
    .download-centre-page .row.pagecontainer .innercontent {
        width: 100%;
    }
    .download-centre-page .searchfilters .column:nth-child(1),
    .download-centre-page .searchfilters .column:nth-child(2) {
        display: inline-block;
        width: 100%;
    }
    .download-centre-page .searchfilters .column:nth-child(3) {
        display: table-row;
    }
    .download-centre-page .searchfilters .column:nth-child(1) .searchbox.editing-form-value-cell,
    .download-centre-page .searchfilters .column:nth-child(2) .searchbox.editing-form-value-cell,
    .download-centre-page .searchfilters .column:nth-child(3) .searchbox.editing-form-value-cell {
        width: 100%;
    }
    .download-centre-page .searchbox #typedropdown {
        width: 100%;
        margin-right: 0px;
        max-width: 211px;
    }
    .download-centre-page .searchbox.editing-form-value-cell {
        text-align: center;
    }
    .download-centre-page .ctabox {
        display: table;
    }
    .download-centre-page .ctabox .imagecontainer {
        width: 100%;
        display: table-header-group;
    }
    .download-centre-page .ctabox .contentcontainer {
        width: 100%;
        display: table-footer-group;
    }
    .download-centre-page .ctabox .promotextcontainer {
        min-height: auto;
        padding: 20px;
    }
    .download-centre-page .fileAttachmentDownloadCentre {
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #2377C5;
        text-align: left;
        line-height: 20px;
    }
    .download-centre-page .downloadCentre {}
}
.container.amltpager {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.container.amltpager ul {
    padding-left: 0px;
}
.container.amltpager .pagination>li:first-child>a,
.container.amltpager .pagination>li:first-child>span {
    border-radius: 0px;
}
.container.amltpager .pagination>li>a,
.container.amltpager .pagination>li>span {
    border-radius: 0px;
}
.container.amltpager .pagination>li:last-child>a,
.container.amltpager .pagination>li:last-child>span {
    border-radius: 0px;
}
@media only screen and (max-width: 481px) {
    .container.amltpager {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .container.amltpager ul {
        padding-left: 0;
    }
    .container.amltpager {
        text-align: center;
    }
}
/*#12.  Download Centre/04. Layout #*/

.download-centre-page .innercontent {
    background-color: white;
}
/*# 06.  My Certificate /02. Pagination  #*/

.container.amltpager {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.container.amltpager ul {
    padding-left: 0px;
}
.container.amltpager .pagination>li:first-child>a,
.container.amltpager .pagination>li:first-child>span {
    border-radius: 0px;
}
.container.amltpager .pagination>li>a,
.container.amltpager .pagination>li>span {
    border-radius: 0px;
}
.container.amltpager .pagination>li:last-child>a,
.container.amltpager .pagination>li:last-child>span {
    border-radius: 0px;
}
@media only screen and (max-width: 481px) {
    .container.amltpager {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .container.amltpager ul {
        padding-left: 0;
    }
    .container.amltpager {
        text-align: center;
    }
}
/*# 07.  My Profile #*/
/*# 07.  My Profile /01. Layout  #*/

.profile-page .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #ddd;
    border: 1px solid transparent;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    height: 336px;
}
.profile-page .form-table {
    margin-top: -25px !important;
    margin-left: 23% !important;
}
.profile-page .form-table-value-cell {
    padding-bottom: 20px;
    padding-left: 25px;
}
.profile-page .form-table-label-cell {
    text-align: right;
}
.profile-page .EditingFormLabel {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.profile-page .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.profile-page .control-label {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}
.profile-page .btntacrequest {
    text-align: right;
    padding-left: 60%;
    display: table;
    margin-top: -24px;
    text-decoration: underline;
    font-size: smaller;
}
.profile-page .profile-table-btn {
    display: none;
}
.profile-page .form-table {
    margin-top: -65px;
    margin-left: 0px;
}
.profile-page .ProfileNotes {
    margin-top: -11px;
}
.profile-page .btn .btn-danger .btn-primary {
    float: right;
}
.profile-page .profile-table-btn {
    float: right;
}
.profile-page .row .innercontent {
    margin-left: 111px;
}
/*# 07.  My Profile /02. Change Password  #*/

.forgot-username-page .form-control {
    width: 60%;
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #999;
    text-align: left;
    font-size: 13px;
}
.forgot-username-page .col-lg-8 {
    padding-bottom: 55px;
    width: 85%;
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-left: -125px;
    height: 300px;
}
.forgot-username-page .TacValidation {
    padding-top: 60px;
    padding-bottom: 20px;
}
.forgot-username-page .userInputs {
    padding-top: 50px;
    padding-bottom: 50px;
}
.forgot-password-page .form-control {
    width: 60%;
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #999;
    text-align: left;
    font-size: 13px;
}
.forgot-password-page .col-lg-8 {
    padding-bottom: 55px;
    width: 85%;
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-left: -125px;
    height: 300px;
}
.forgot-password-page .passw-strength-indicator {
    width: 60%;
    margin-left: 51%;
}
.forgot-password-page .passwordInputs {
    padding-top: 50px;
    padding-bottom: 50px;
}
.forgot-password-page .TacValidation {
    padding-top: 20px;
    padding-bottom: 20px;
}
.IE11 #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
    margin-top: 0px;
}
.change-password-profile-page .lnktacaligntop {
    margin-top: -16px;
    padding-right: 2%;
    padding-left: 52%;
}
.change-password-profile-page .ErrMsgTextNCpwd1 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: right;
    padding-left: 60%;
    display: table;
    margin-top: -27px;
    width: 100%;
    margin-left: -7%;
}
.change-password-profile-page .labelchangepassword {
    display: -webkit-inline-box;
    margin-left: 40%;
    margin-top: -9%;
    width: 100%;
}
.change-password-profile-page .labelchangepassword1 {
    display: -webkit-inline-box;
    margin-left: 29%;
    margin-top: 0%;
    width: 100%;
}
.change-password-profile-page .lnktacalign {
    position: absolute;
    margin-top: 15px;
}
.change-password-profile-page .tacErrorMessage {
    color: #000;
    margin-left: 252px;
}
.change-password-profile-page .ErrMsgTextNpwd {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: right;
    padding-left: 68%;
    display: table;
    margin-top: -69px;
    width: 100%;
    margin-left: -12%;
    padding-top: -90px;
}
.IE11 .change-password-profile-page .ErrMsgTextNpwd {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: right;
    padding-left: 68%;
    display: table-cell;
    margin-top: -64px;
    width: 100%;
    margin-left: -13%;
    padding-top: -26px;
    position: absolute;
}
.change-password-profile-page .ErrMsgTextNCpwd {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: right;
    padding-left: 60%;
    display: table;
    margin-top: -27px;
    width: 100%;
    margin-left: -7%;
}
.change-password-profile-page .col-lg-8 {
    padding-bottom: 55px;
    width: 85%;
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-left: -125px;
    height: 360px;
}
.change-password-profile-page .cssp-form-container {
    width: 96%;
}
.change-password-profile-page .col-sm-8 {
    margin-top: 0px;
}
.change-password-profile-page .passw-strength-indicator {
    width: 60%;
}
.change-password-profile-page .control-label {
    margin-top: 0px;
}
.change-password-profile-page .form-group has-feedback {
    padding-top: 20px;
}
.change-password-profile-page .password-strength {
    font-size: smaller;
    display: table;
    margin-top: 3px;
    width: 100%;
}
.change-password-profile-page .password-strength-text {
    display: -webkit-inline-box;
    margin-top: 7px;
}
.change-password-profile-page .col-sm-offset-3 col-sm-8 {
    padding-bottom: 10px;
    margin-top: 25px;
}
.change-password-profile-page .btntacrequest {
    position: absolute;
    text-decoration: underline;
    text-align: left;
    font-size: smaller;
    margin-left: -245px;
    margin-top: 15px;
    display: table-cell;
}
.change-password-profile-page .form-control {
    width: 60%;
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #999999;
    text-align: left;
    font-size: 13px;
}
.change-password-profile-page .btn {
    outline: none !important;
    width: 130px;
    height: 45px;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    border-radius: 0px;
    border-radius: 2px!important;
    margin-left: 20%;
    margin-right: 50%;
    margin-top: -10px !important;
}
.change-password-profile-page .btn:hover {
    background: #c83c2d;
    color: #fff;
}
.change-password-profile-page div.panel.panel-default {
    height: 450px;
    width: 104% !important;
    margin-left: -45px;
}
.change-password-profile-page .changed-successfully {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-left: 30%;
    margin-top: 10%;
}
.profile-page div.panel.panel-default {
    width: 100%;
    margin-left: -45px;
}
.security-profile-page .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_rfv_TACNumber {
    padding-left: 50px;
}
.profile-page .ProfileNotes {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    margin: 4px 10px 33px 258px;
    width: 49%;
    line-height: 1.5;
    display: block;
}
.change-password-profile-page .text-left {
    margin-top: 40px;
}
.IE11 .change-password-profile-page .ErrMsgTextNCpwd {
    display: block;
    margin-left: 8%;
    margin-bottom: -4%;
    margin-top: 0%;
}
.IE11 .change-password-profile-page .ErrMsgTextNCpwd1 {
    display: block;
    margin: -18% -3%;
}
.IE11 .change-password-profile-page .labelchangepassword {
    display: inline-flex;
    margin-left: 0%;
    margin-top: 4%;
}
.IE11 .change-password-profile-page .labelchangepassword1 {
    margin-left: 0%;
}
@-moz-document url-prefix() {
    .change-password-profile-page .ErrMsgTextNCpwd {
        display: block;
        margin-left: 8%;
        margin-bottom: -4%;
        margin-top: 0%;
    }
    .change-password-profile-page .ErrMsgTextNCpwd1 {
        display: block;
        margin: -18% -3%;
    }
    .change-password-profile-page .labelchangepassword {
        display: inline-flex;
        margin-left: 0%;
        margin-top: 4%;
    }
    .change-password-profile-page .labelchangepassword1 {
        margin-left: 15%;
        margin-top: 10px;
    }
    .forgot-username-page .tacErrorMessage {
        text-align: -moz-left;
    }
    .forgot-password-page .tacErrorMessage {
        text-align: -moz-left;
    }
}
/*# 07.  My Profile /04. Security Questions #*/

.security-profile-page input[type=checkbox],
input[type=radio] {
    margin: 7px 39px 0;
}
.security-profile-page table#dlPresetImages {
    margin-bottom: 3px;
    margin-top: 9px;
}
.security-profile-page .text-left {
    margin: 0 0 3px -37px;
}
.security-profile-page .lnktacalign {
    margin-top: -35px;
    margin-left: 60%;
}
.security-profile-page .col-sm-5.regSecQn {
    margin-top: 30px;
    margin-left: -7%;
    width: 54%;
}
.security-profile-page .col-sm-5.regSecAnswer {
    margin-top: -40px;
    margin-left: 50%;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_pnotificationDetail {
    margin-top: -30px;
    margin-bottom: 30px;
    margin-left: -32px;
    width: 120%;
}
.security-profile-page .SecurityQuestion {
    border-width: 0;
    position: absolute;
    left: 0;
    top: 18px;
    width: 389px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    text-align: left;
    padding-left: 7px;
    padding-top: 5px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #999;
    text-align: left;
}
.security-profile-page .secAnswers {
    display: table;
    margin-left: 104%;
    margin-top: -25px;
    width: 100%;
}
.security-profile-page .form-horizontal .form-group {
    margin-left: 0px!important;
}
.security-profile-page .btntacrequest {
    position: absolute;
    text-decoration: underline;
    text-align: left;
    font-size: smaller;
    margin-left: -900px;
    margin-top: -37px;
}
.security-profile-page #field_prefsecretphrasesec.form-group {
    margin-right: 43%;
    margin-top: 120px;
    margin-bottom: 20px;
    padding-left: 45px;
}
.security-profile-page .TACnmbr {
    width: 52%!important;
    margin-left: 45px!important;
    margin: 0px 10px 6px 10px;
}
.security-profile-page .tacErrorMessage {
    color: #000;
    padding: 2px;
}
.security-profile-page .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 85%;
    margin-left: 10%;
}
.security-profile-page .btn.btn-danger {
    border-width: 0px;
    position: absolute;
    left: 55%;
    top: -70px;
    width: 130px;
    height: 45px;
    background: -webkit-linear-gradient(270deg, rgba(221, 85, 68, 1) 0%, rgba(221, 85, 68, 1) 0%, rgba(211, 65, 73, 1) 100%, rgba(211, 65, 73, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(221, 85, 68, 1) 0%, rgba(221, 85, 68, 1) 0%, rgba(211, 65, 73, 1) 100%, rgba(211, 65, 73, 1) 100%);
    background: linear-gradient(180deg, rgba(221, 85, 68, 1) 0%, rgba(221, 85, 68, 1) 0%, rgba(211, 65, 73, 1) 100%, rgba(211, 65, 73, 1) 100%);
    border: none;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 9px;
    border-radius: 2px!important;
    outline: none;
}
.security-profile-page .btn.btn-danger:hover {
    background: #c83c2d;
    color: #fff;
}
.security-profile-page .form-horizontal {
    width: 88%;
    margin-left: 40px;
}
.security-profile-page .Question {
    display: inline-block;
    width: 300px;
    left: 51px;
    top: 44px;
    width: 312px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #999999;
    padding-left: 13px;
    padding-top: 0px;
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.5;
}
.security-profile-page .txtSecurityAnswer {
    position: absolute;
    margin-left: -22px;
    left: 463px;
    top: 19px;
    width: 252px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    text-align: left;
    font-size: 13px;
    padding-left: 10px;
}
.security-profile-page .prstimg {
    width: 65% !important;
}
.security-profile-page .Phrase {
    width: 50% !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    height: 40px !important;
    padding: 10px 12px !important;
    text-align: left !important;
    margin-left: -60px !important;
}
.security-profile-page .validation {
    margin-left: 40px;
    font-family: 'Open Sans';
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
}
.security-profile-page .txtSecurityAnswer1 {
    position: absolute;
    margin-left: -22px;
    left: 463px;
    top: 77px;
    width: 252px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 13px;
    padding-left: 10px;
}
.security-profile-page .txtSecurityAnswer2 {
    position: absolute;
    margin-left: -22px;
    left: 463px;
    top: 136px;
    width: 252px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(227, 227, 227, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 13px;
    padding-left: 10px;
}
.security-profile-page .img-rounded {
    border-width: 0;
    position: absolute;
    margin-top: -7px;
    width: 92px;
    height: 76px;
}
.security-profile-page . {
    width: 50%;
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 10px 12px;
    text-align: left;
    margin-left: -77px;
}
.security-profile-page .btntacrequest {
    padding-left: 60%;
    padding-top: 15px;
    display: table;
    margin-top: -53px;
    Font-Size: smaller;
    text-decoration: underline;
}
.security-profile-page .col-sm-8 {
    margin-top: 50px;
    margin-left: 80px;
}
.security-profile-page .errormsgsecurity {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #666666;
    margin-left: 85%;
    display: table;
    margin-top: -159px;
}
.security-profile-page .errormsgsecurity1 {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #666;
    margin-left: 85%;
    display: table;
    margin-top: 17px;
}
.security-profile-page .errormsgsecurity2 {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #666;
    margin-left: 85%;
    display: table;
    margin-top: 36px;
}
.security-profile-page .scrtyquestionValidation {
    margin-top: 60px;
}
.security-profile-page .scrtyradiobutton {
    margin: 4px 36px 0;
}
.security-profile-page .innercontent {
    padding-bottom: 60px;
}
/*# 07.  My Profile /03. Notification  #*/

.notification-profile-page .col-lg-8 {
    border-color: #ddd;
    border: 1px solid transparent;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    width: 85%;
    margin-left: 10%;
}
.notification-profile-page .tacErrorMessage {
    color: #000;
    padding: 2px;
    width: 100%;
    margin-left: -96px;
}
.notification-profile-page .tablenotification {
    padding-bottom: 50px;
    width: 50%;
    padding-left: 29px;
    margin-left: 10%;
}
.notification-profile-page .notification-table {
    width: 100%;
    text-align: justify;
}
.notification-profile-page-row {
    BACKGROUND-COLOR: rgba(242, 242, 242, 1);
    padding: 8px;
    line-height: 2.428571;
    text-align: center;
    border-style: solid;
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #999;
    text-align: left;
    border-top: 3px solid #ddd;
}
.notification-profile-page .event {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.notification-profile-page table.Row1 {
    width: 150%;
}
.notification-profile-page .Row1 {
    width: 150%;
    text-align: justify;
    border-bottom: 1px solid #cfc3c3;
}
.notification-profile-page .ntfctionTACNmber {
    width: 35%;
    margin-left: 182px;
}
.notification-profile-page .tabledata1 {
    margin: -6px 6px 0;
}
.notification-profile-page .tabledata2 {
    margin: -6px 6px 0;
}
.notification-profile-page .Row2 {
    border-bottom: 1px solid #cfc3c3;
}
.notification-profile-page .tabledata3 {
    margin: -6px 6px 0;
}
.notification-profile-page .tabledata4 {
    margin: -6px 6px 0;
}
.notification-profile-page .Row3 {
    border-bottom: 1px solid #cfc3c3;
}
.notification-profile-page .tabledata5 {
    margin: -6px 6px 0;
}
.notification-profile-page .tabledata6 {
    margin: -6px 6px 0;
}
.notification-profile-page .Row4 {
    border-bottom: 1px solid #cfc3c3;
}
.notification-profile-page .tabledata7 {
    margin: -6px 6px 0;
}
.notification-profile-page .tabledata8 {
    margin: -6px 6px 0;
}
.notification-profile-page .form-horizontal {
    padding-left: 60px;
    padding-bottom: 20px;
}
.notification-profile-page .btntacrequest {
    margin-top: -43px;
    margin-left: 250px;
    text-align: right;
    position: absolute !important;
}
.notification-profile-page .btn {
    position: absolute;
    outline: none !important;
    width: 130px;
    height: 45px;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    border-radius: 0px;
    border-radius: 2px!important;
    margin-left: -20%;
    margin-top: 30px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalNotificationSettings_pnotificationDetail {
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: 70px;
    width: 120%;
}
.notification-profile-page .col-sm-8 {
    padding-bottom: 20px
}
.notification-profile-page .text-left1 {
    padding-left: 52px;
    font-size: smaller;
    margin-top: -22px
}
.notification-profile-page .text-left2 {
    padding-left: 52px;
    margin-top: -12px;
    padding-top: 10px;
}
.notification-profile-page .updatebuttom {
    padding-left: 10%;
}
.notification-profile-page .savechanges {
    padding-bottom: 110px;
}
.notification-profile-page .btn btn-danger {
    margin-left: 38%;
    margin-top: 6px;
}
.notification-profile-page .TAC_Number_Notification {
    margin-left: 15%;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
}
.notification-profile-page .notification_updated_successfully {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-left: 35%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.change-password-profile-page .TAC_Number_Notification {
    margin-left: 39%;
    position: absolute;
    width: 100%;
    margin-top: -90px;
    font-size: 12px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_pnotificationDetail {
    margin-left: 130px;
    position: absolute;
    width: 150%;
    margin-top: -35px;
}
#p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
    margin-left: 250px;
    width: 100%;
    position: absolute;
    margin-top: -30px;
}
.security-profile-page .TAC_Number_Notification {
    margin-left: -5%;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    font-size: 12px;
}
.security-profile-page .SecurityQuestionsSuccessfully {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 40px;
    margin-left: 30%;
    margin-bottom: 10%;
}
/*# 07.  My Profile /05. Smartphones (portrait and landscape)  #*/
/*# 07.  My Profile /05. Smartphones (portrait and landscape) /01. Landscape Phone (480 x any and below)#*/

@media only screen and (max-width: 481px) {
    .change-password-profile-page div.panel {
        height: 500px !important;
    }
    .profile-page .row .innercontent {
        width: 70%;
        margin-left: 0px !important;
    }
    .profile-page .form-table {
        margin-left: 5px !important;
    }
    .profile-page div.panel.panel-default {
        width: 115%;
        margin-left: -50px;
    }
    .profile-page .ProfileNotes {
        width: 90% !important;
        margin-left: 20px !important;
        margin-right: 30px !important;
    }
    .profile-page div.cssp-form-container {
        width: 70% !important;
    }
    .profile-page .form-table-value-cell {
        word-wrap: break-word;
    }
    .change-password-profile-page .labelchangepassword1 {
        display: none;
        margin-left: -200px;
    }
    .change-password-profile-page .lnktacalign {
        margin-top: 0px !important;
        margin-left: -80px !important;
    }
    .change-password-profile-page .btn {
        margin-left: 15% !important;
        margin-top: 5px !important;
    }
    .change-password-profile-page div.panel.panel-default {
        width: 115% !important;
    }
    .notification-profile-page .tacErrorMessage {
        margin-left: 15px;
        width: 80%;
        position: absolute;
        padding-top: 130px;
    }
    .notification-profile-page .tablenotification {
        padding-left: 10px;
    }
    .notification-profile-page .ntfctionTACNmber {
        width: 50%;
        margin-left: 20px;
    }
    .notification-profile-page table.Row1 {
        margin-left: -25px;
        width: 80%;
        margin-top: -30px;
    }
    .security-profile-page #field_prefsecretphrasesec.form-group {
        width: 80%;
    }
    .security-profile-page .TACnmbr {
        width: 60%!important;
    }
    .security-profile-page .lnktacalign {
        margin-top: 15px;
        margin-left: 20%;
    }
    .certificate-paymenthistory-page .table-responsive {
        width: 95%;
        border: 1px solid rgba(221, 221, 221, 0.05);
    }
    .security-profile-page .btn.btn-danger {
        left: -10% !important;
        top: -50px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_btnTac {
        margin-left: 20%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_UserPublicProfile_formElem_Email_label {
        word-break: break-word;
    }
    .notification-profile-page .btn {
        margin-left: 25% !important;
        margin-right: 20%;
        margin-top: 220px;
    }
    .notification-profile-page .btntacrequest {
        margin-left: -45%;
        margin-top: 170px;
        margin-right: 20%;
        position: absolute;
    }
    .change-password-profile-page .btn {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 10%;
        margin-right: 30%;
        margin-top: -10%;
    }
    .change-password-profile-page .btntacrequest {
        padding-left: 10%;
        padding-right: 40%;
        padding-top: 10%;
        margin-top: -50px;
        width: 100%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_txtScrtPhrse {
        width: 140% !important;
        margin-left: -9%;
        margin-top: -60px;
    }
    .change-password-profile-page .text-left {
        margin-top: 20px;
    }
  
    .change-password-profile-page .ErrMsgTextNpwd {
        display: none !important;
    }
    .change-password-profile-page .form-control {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .security-profile-page .form-horizontal {
        margin-left: 10px;
    }
    .security-profile-page .secAnswers {
        display: none;
    }
    .security-profile-page .col-sm-5.regSecAnswer {
        margin-left: -3%;
        width: 130%;
    }
    .security-profile-page .col-sm-5.regSecQn {
        width: 130%;
        margin-bottom: 40px;
    }
    .security-profile-page .img-rounded {
        /*margin-top: -50px;*/
        
        position: inherit;
        height: 100px;
    }
}
/*# 07.  My Profile /05. Smartphones (portrait and landscape) /02. Landscape Tablet (1024 x any and below) #*/

@media only screen and (max-width: 1025px) {
    .change-password-profile-page div.panel {
        height: 560px !important;
    }
    .change-password-profile-page div.panel.panel-default {
        width: 120%;
    }
    .profile-page .row .innercontent {
        width: 100%;
        margin-left: 20px !important;
    }
    .profile-page .form-table {
        margin-left: 20px !important;
        width: 100%;
    }
    .profile-page .col-lg-12 {
        padding-left: 15% !important;
        width: 100%;
    }
    .profile-page .ProfileNotes {
        width: 98%;
        margin-left: 10px;
        margin-right: 40px;
    }
    .profile-page .form-table-value-cell {
        word-break: break-word;
    }
    .profile-page div.cssp-form-container {
        width: 95% !important;
    }
    .change-password-profile-page .col-lg-12 {
        padding-left: 15% !important;
        width: 100%;
    }
    .notification-profile-page .btn {
        margin-left: 35%;
        margin-right: 20%;
        margin-top: 250px;
    }
    .notification-profile-page .btntacrequest {
        margin-right: 20%;
        width: 100%;
        position: relative;
        margin-left: -25%;
        margin-top: 210px;
    }
    .change-password-profile-page .btn {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 20%;
        margin-right: 30%;
        margin-top: -5%;
    }
    .security-profile-page .TACnmbr {
        width: 37%!important;
    }
    .change-password-profile-page .btntacrequest {
        padding-left: 10%;
        padding-right: 40%;
        padding-top: 10%;
        margin-top: -50px;
        width: 100%;
    }
    .security-profile-page .col-sm-5.regSecQn {
        margin-left: -25%;
        width: 60%;
    }
    .security-profile-page table#dlPresetImages {
        margin-left: -70px;
        margin-top: -15px;
    }
    .security-profile-page .secAnswers {
        display: none;
    }
    .change-password-profile-page .ErrMsgTextNpwd {
        display: none !important;
    }
    .change-password-profile-page .form-control {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .change-password-profile-page .lnktacalign {
        margin-top: -80px;
        margin-left: 120px;
    }
    .change-password-profile-page .labelchangepassword1 {
        display: none;
    }
    .change-password-profile-page .btn {
        margin-top: -1%;
    }
    .security-profile-page .btn.btn-danger {
        left: 30%;
        top: -50px;
    }
    .change-password-profile-page .text-left {
        margin-top: 20px;
        width: 90%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_UpdatePanel {
        width: 300px;
        margin-left: 0px;
        margin-top: 30px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_txtScrtPhrse {
        width: 205px;
    }
    .security-profile-page .lnktacalign {
        margin-top: -30px;
        margin-left: 60%;
    }
}
/*# 07.  My Profile /05. Smartphones (portrait and landscape) /03. For general iPad layouts #*/

@media only screen and (device-width: 768px) {
    .change-password-profile-page div.panel {
        height: 500px;
    }
    .profile-page .row .innercontent {
        width: 100%;
        margin-left: 20px !important;
    }
    .profile-page .form-table {
        margin-left: 15px !important;
    }
    .security-profile-page .panel {
        width: 80%;
    }
    .profile-page .ProfileNotes {
        width: 90% !important;
        margin-left: 20px !important;
        margin-right: 40px !important;
    }
    .profile-page div.cssp-form-container {
        width: 95% !important;
    }
    .change-password-profile-page .lnktacalign {
        margin-top: 70px;
        margin-left: -160px;
    }
    .change-password-profile-page .btn {
        margin-left: 22%;
    }
    .change-password-profile-page .btn {
        margin-top: -1%;
    }
    .notification-profile-page .btn {
        margin-left: -250px !important;
    }
}
/*# 07.  My Profile /05. Smartphones (portrait and landscape) /04.   IE10+ #*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){ */

@media screen and (min-width: 0\0) {
    .profile-page .EditingFormLabel {
        font-family: 'OpenSans', 'Open Sans';
    }
    .change-password-profile-page .lnktacalign {
        width: 100%;
        margin-left: -235px;
    }
    .change-password-profile-page .btn {
        margin-top: -20px;
    }
    .security-profile-page .lnktacalign {
        margin-top: -30px;
    }
    .notification-profile-page .btntacrequest {
        font-size: 13px;
    }
}
/*# 11.  Fund Performance #*/
/*# 11.  Fund Performance /01. Layout  #*/

.financial-page .innercontent {
    background-color: white;
}
.wgFAQ.fund-price .expandcollapseicon {
    display: table-cell;
    width: 12px;
    height: 12px;
    float: right;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-right: 20px;
    background: url(/cssp/App_Themes/AMLTGenericStyles/images/icons/ico_expand2.png) no-repeat center center;
    background-size: 12px;
}
.wgFAQ.fund-price .expandclose {
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0px;
    font-size: 12px;
    line-height: 24px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #2377C5;
}
.wgFAQ .expandclose {
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    font-size: 12px;
    line-height: 0px;
    margin-top: -5px;
}
/*# 09.  Dashboard #*/
/*# 09.  Dashboard /01. Layout  #*/

.dashboard-page .col-lg-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
/*# 09.  Dashboard /02.  Smartphones (portrait and landscape) #*/
/*# 09.  Dashboard /02.  Smartphones (portrait and landscape)  /01. Landscape Phone (480 x any and below)  #*/

@media only screen and (max-width: 481px) {
    .dashboard-page .panel-body {
        height: 100%;
    }
    .dashboard-page table.dashtable {
        width: 100%;
        margin-left: 0px !important;
    }
    .dashboard-page .col-lg-12 {
        width: 120%;
        margin-left: -30px;
        margin-top: -70px !important;
    }
    .dashboard-page .panel-heading {
        padding: 10px 0px;
    }
}
/*# 09.  Dashboard /02.  Smartphones (portrait and landscape)  /02. Landscape Tablet (1024 x any and below)  #*/

@media only screen and (max-width: 1025px) {
    .dashboard-page .panel-body {
        height: 100%;
    }
    .dashboard-page table.dashtable {
        width: 100%;
        margin-left: 0px !important;
    }
    .dashboard-page .col-lg-12 {
        margin-top: -100px;
        width: 100%;
    }
}
.dashboard-page .col-lg-6 .news {
    width: 50%;
    padding-right: 15px;
}
.dashboard-page .col-lg-6 .fund {
    width: 50%;
    padding-left: 15px;
}
.dashboard-page div.col-md-6.fund {
    width: 50%;
    padding-left: 15px;
}
.dashboard-page div.panel-heading {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    text-align: left;
    background-color: #fff;
    border-color: #fff;
    margin-left: 5%;
    margin-right: 7%;
    padding-top: 20px;
}
.dashboard-page p.subpanel-heading {
    font-size: 14px;
    padding-top: 10px;
}
.dashboard-page .fundname {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #2377C5;
    font-size: 14px;
    text-align: left;
}
.dashboard-page .fundnametext {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #2377C5;
    font-size: 14px;
    text-align: left;
}
.dashboard-page .fundpricetext {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #2377C5;
    font-size: 14px;
    text-align: left;
}
.dashboard-page .NewsPTitle {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 650;
    font-style: normal;
    font-size: 18px;
    color: #3D9CDB;
    text-align: left;
}
.dashboard-page .NewsPBody {
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    color: #666666;
    font-size: 14px;
    text-align: left;
}
.dashboard-page .panel {
    padding-bottom: 20px;
}
.dashboard-page table.dashtable {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.dashboard-page .dashtable thead {
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.dashboard-page .dashtable th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    text-align: left;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.dashboard-page .dashtable tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.dashboard-page .dashtable td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.dashboard-page .NewsPTitle td {
    border-bottom: 0px solid #ddd !important;
}
.dashboard-page .col-lg-6 .certsumleft {} div.col-lg-6.certsumleft {
    margin: 0 0 0 -160px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    width: 62%;
}
div.col-lg-6.certsumright {
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 54%;
}
div.col-lg-12.certsumbenefit {
    text-align: left;
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-left: 7px;
}
div.col-lg-12.certsumbenefitcontent {
    padding-left: 140px;
    font-family: 'Open Sans';
    font-weight: 410;
    font-style: normal;
    font-size: 16px;
    color: #6B6B6B;
    text-align: left;
    background-color: transparent;
}
table.tablecertsumbenefitcontent {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -4%;
    position: absolute;
    line-height: 1px;
    padding-left: 5%;
    margin-left: 0px;
}
div.col-lg-12.certsumbenefitcontent {
    margin-top: -40px;
}
/*# 08.  Claims #*/
/*# 08.  Claims /01. Layout  #*/

.claim-submission-page .innercontent {
    background-color: white;
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: -26px !important;
        padding-left: 35px !important;
        background-color: #ffffff !important;
        margin-top: -8px !important;
        display: inline-flex !important;
    }
    .userprofile {
        width: 40px;
        height: 40px !important;
        margin-left: 20px;
    }
    .security-profile-page .col-sm-5.regSecAnswer {
        margin-left: -3%;
        width: 130%;
        margin-top: -25px;
    }
    .service-request-page table.EditingFormTable {
        width: 95% !important;
        margin-left: 0px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserupload {
        position: absolute;
        margin-left: -238px;
        margin-top: 35px;
        width: 55% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        text-align: left;
        margin-left: 6px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserforms {
        margin-left: -238px;
        margin-top: 30px;
        width: 55% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserFile_lb {
        text-align: left;
        margin-left: 6px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_txtScrtPhrse {
        width: 140% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_UpdatePanel {
        margin-top: 35px;
        margin-left: 5px;
    }
    .profile-page .form-table {
        margin-left: -5px !important;
        width: 100%;
    }
    .service-request-page .FormButton {
        margin-left: -180px;
    }
    .notification-profile-page .tacErrorMessage {
        margin-left: 15px;
        width: 80%;
        position: absolute;
        padding-top: 130px;
    }
    .security-profile-page .btn.btn-danger {
        left: 0px !important;
    }
    .service-request-page table.EditingFormTable {
        width: 83% !important;
    }
    .login-page .img-rounded {
        margin-left: -15px !important;
    }
    .notification-profile-page .btntacrequest {
        margin-left: -45%;
        margin-top: 170px;
    }
    /*.forgot-username-page .panel {
        width: 80% !important;
        margin-left: 40px !important;
        margin-top: -330px !important;
    }*/
}
/*#18.  Claim Section  #*/

.claimTacFont {} .SwitchFunds {
    padding-left: 50%;
}
/*# 14.  Service Request #*/
/*# 14.  Service Request /01. Layout  #*/

.change-customer-details-page .pageheader .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-top: -5%;
}
.change-customer-details-page .col-lg-8 {
    margin-left: 20%;
}
.change-customer-details-page .panel-default {
    border-color: #fff;
}
.change-customer-details-page .customer-detail-title {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin: 50px 10px 0 0;
}
.thank-you-page .row.statusHeader {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top: 40px;
}
.thank-you-page .row.statusMessage {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 40px;
}
.service-request-page .serviceformsMessage {
    margin-top: 15px;
    margin-bottom: -23px;
    margin-left: 16px;
}
.service-request-page .uploader-upload {
    margin-left: 16px;
}
.service-request-page button,
html input[type=button],
input[type=reset],
input[type=submit] {
    margin-left: 16px;
}
.service-request-page .EditingFormValueCell span.EditingFormErrorLabel {
    display: table !important;
    margin-top: 10px;
    margin-left: 16px;
    color: red;
}
.forms {} @media only screen and (max-device-width: 1024px) {
    .notification-profile-page table.Row1 {
        margin-left: 60px;
        position: absolute;
        width: 50%;
        margin-top: 30px;
    }
    .notification-profile-page .panel {
        height: 550px;
    }
    .notification-profile-page .ntfctionTACNmber {
        width: 35%;
        margin-left: 10px;
        position: absolute;
        margin-top: 220px;
    }
}
/*# 15.  Medical Claim #*/
/*# 15.  Medical Claim /01. Layout  #*/

.medicalclaim-submission-page .pageheader .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.medicalclaim-submission-page .col-lg-8 {
    margin-left: 20%;
}
.medicalclaim-submission-page .panel-default {
    border-color: #fff;
}
.medicalclaim-submission-page .medicalclaim-title {
    font-family: 'Open Sans Semibold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin: 0 10px 0 0;
    border-bottom: 1px solid #ddd;
}
/*# 02. Megamenu/02. Mobile #*/

.fullMenuInner {
    border-bottom: 1px solid #0e5dae;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 50px
}
.fullMenuInner:nth-last-child(2) {
    border-bottom: none
}
.topFullMenuInner .subCategories li a {
    font-size: 12px
}
.topFullMenuInner .subCategories li a:hover {
    color: #fff
}
.fullMenuInner:last-child {
    border-bottom: none;
    width: 100%;
    float: left;
    margin-bottom: 0
}
@media(max-width: 769px) {
    .megaMenuTop {
        padding: 0
    }
    .fullMenuInner .accordionElement {
        background-color: #3d9cdb;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(14, 93, 174, .2);
    }
    .fullMenuInner .accordionElement .subCategories {
        display: none;
        margin-bottom: 0;
        background: #0a5dae;
        padding-left: 20px;
        padding-top: 15px;
    }
    .accordionElement .full_menu_Label {
        display: block;
        padding-top: 16px;
        padding-left: 20px;
    }
    .fullMenuInner .accordionElement>a {
        height: 50px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .megaMenuTop .accordionElement,
    .megaMenuTop .full_menu_Label {
        margin-bottom: 0;
        width: 100%;
    }
    .accordionElement .full_menu_Label:hover {
        color: #fff;
        text-decoration: none;
    }
    .fullMenuInner .accordionElement .full_menu_Label .clickToOpen {
        background-image: url(/cssp/App_Themes/AMLTv2/images/icons/closed_arrow.png);
        float: right;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        margin-top: 4px;
        width: 12px;
        height: 12px;
    }
    .fullMenuInner .accordionElement .expanded .clickToOpen {
        background-image: url(/cssp/App_Themes/AMLTv2/images/icons/closed_open.png);
    }
    .fullMenuInner .accordionElement .subCategories li {
        height: 40px;
        font-size: 14px;
        color: #add0f0;
        padding-left: 0;
        line-height: 40px;
    }
    .fullMenuInner {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0;
    }
    .megaMenuTop {
        top: 70px;
    }
    .megaMenuTop.smaller {
        top: 50px;
    }
}
@media (max-width: 481px) {
    .topFullMenuInner .subCategories li a {
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }
    .megaMenuTop {
        height: auto;
        overflow-y: auto;
    }
    .fullMenuInner .accordionElement .clickToOpen {
        height: 12px;
    }
    .security-profile-page input[type=checkbox],
    input[type=radio] {
        margin: 7px 15px 0 !important;
    }
}
/*# 20. Footer #*/
/*# 20. 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%;
    margin: auto;
}
/* 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%;
    vertical-align: top;
}
.footer .links .column .title {
    font-size: 16px;
    line-height: 18px;
    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: block;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #2377C5;
    text-align: left;
    text-decoration: none;
}
/* 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 .links .column a:hover {
    text-decoration: underline;
}
.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%;
}
/*# 17. Footer/02. Section B #*/

.footer .copyright {
    padding-top: 40px;
}
.footer .copyright .row {
    width: 85%;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
}
/* 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;
}
/*# 17. Footer/03. Section C #*/

.bottom-footer ul li {
    display: inline-block !important;
}
.bottom-footer ul li a {
    display: inline-block;
    padding: 3px;
}
.footer .external-links {
    padding-top: 20px;
    padding-bottom: 40px;
}
.footer .external-links .row {
    width: 85%;
    margin: auto;
}
.footer .external-links .logos a.gt-footer-external {
    display: block;
}
/* 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-right: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}
/*# 17. Footer/04. Footer Divider #*/

div.divider {
    display: table;
    padding-top: 0px;
    width: 85%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin: auto;
    margin-top: 27px;
}
/* Landscape Tablet (1024 x any and below), add 1px to ensure it works on 1024! */

@media only screen and (max-width: 1025px) {
    div.divider {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below), add 1px to ensure it works on 480! */

@media only screen and (max-width: 481px) {
    div.divider {
        width: 100%;
    }
}
/*# 17. Footer/05. Responsive Fixes #*/
/*# 17. Footer/05. 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;
    }
}
/*# 17. Footer/05. 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;
        text-align: center;
        vertical-align: middle;
    }
    .footer .external-links .logos img {
        max-width: 90%;
        margin-top: 4px;
    }
    .container.copyright,
    .container.external-links {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*# 17. Footer/06. Disclaimer Pop-Up #*/

@media screen and (min-width: 768px) {
    #disclamerPopup .modal-dialog {
        width: 700px;
    }
    .security-profile-page input[type=checkbox],
    input[type=radio] {
        margin: 7px 15px 0 !important;
    }
}
#disclamerPopup .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;
}
#disclamerPopup .btn-agree {
    color: #fff;
    background-color: #db4e40;
    border-color: #db4e40;
    margin-right: 5px;
}
#disclamerPopup .btn-agree:hover {
    color: #fff;
    background-color: #E95344;
    border-color: #E95344;
}
#disclamerPopup .modal-header {
    padding: 3px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#disclamerPopup .modal {
    margin-top: -2px;
    text-align: left;
    position: fixed;
    border-radius: 10px;
}
#disclamerPopup .close {
    font-size: 40px;
}
#disclamerPopup .modal-header .close {
    margin-top: 5px;
    padding-right: 10px;
}
#disclamerPopup .modal-body {
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-height: 350px;
    text-align: justify;
    background-color: #FFFFFF;
}
#disclamerPopup .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#disclamerPopup .modal-footer {
    padding: 14px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#disclamerPopup .content-focus {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.1;
}
#disclamerPopup .content-text {
    font-size: 13px;
    line-height: 1.6;
    font-family: Open Sans;
    color: #353535
}
#disclamerPopup .align-center {
    text-align: center;
}
.texttesting {}
/* CSS Added by Nava*/
/*# 18. Mega Menu #*/

.menuToggleIcon {
    background: url(/cssp/images/header_menubutton.aspx) no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
}
.homeIconimg {
    background: url(/cssp/images/header_homebutton.aspx) no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
}
.searchIcon {
    background: url(/cssp/images/header_buttonsearch.aspx) no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
}
/* Header Section */

.header {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    position: relative;
}
.fixedTop,
.affix {
    position: fixed;
    top: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.menuToggleIcon,
.homeIconimg,
.searchIcon {
    margin-right: 9px;
    float: left;
}
.menuToggleText {
    color: #2377c5;
    line-height: 20px;
    text-align: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
}
.menuToggleText:hover {
    color: #a4d8f1;
    text-decoration: none;
}
.searchText {
    color: #2377c5;
    line-height: 20px;
    text-align: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
}
.menuToggle,
.homeIcon,
.searchHolder {
    margin-right: 30px;
    padding: 25px 0;
    float: left;
}
.logIn {
    height: 70px;
    padding: 25px 35px;
    font-size: 14px;
    display: block;
    float: left;
    color: #0e5dae;
}
.contact {
    height: 70px;
    padding: 25px 35px;
    font-size: 14px;
    display: block;
    float: left;
    color: #0e5dae;
}
.logIn.darkBlue {
    background-color: #0a3c6e;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.affix .menuToggle,
.affix .homeIcon,
.affix .searchHolder {
    padding: 18px 0
}
.affix .logIn {
    height: 53px;
    padding: 16px 35px;
}
.affix .contact {
    height: 53px;
    padding: 16px 35px;
}
.affix .metlifeLogo {
    margin-top: 10px;
}
.metlifeLogo a {
    display: block;
}
.logIn.darkBlue:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.logInIcon {
    background: url(/cssp/images/header_lockbutton.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 16px;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}
.logInText {
    float: left;
    margin-right: 13px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.contactText {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.metlifeLogo {
    margin-top: 25px;
    z-index: 1000;
}
.carousel_background .container {
    width: 100%;
}
/* mega menu */

.megaMenuTop {
    width: 100%;
    position: absolute;
    background: #2377c5;
    left: 0;
    top: 70px;
    z-index: 999;
    padding: 50px 200px;
    display: none;
}
.megaMenuTop .accordionElement,
.megaMenuTop .full_menu_Label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.affix .megaMenuTop {
    top: 53px
}
.subCategories li a {
    color: #add0f0;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 100;
    display: block;
    text-transform: none;
}
.subCategories li a:hover {
    color: #fff;
}
.crossIcon {
    background: url(/cssp/images/close.aspx) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    float: left;
    margin-right: 7px;
}
.fullMenuInner {
    border-bottom: 1px solid #0e5dae;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.fullMenuInner:nth-last-child(2) {
    border-bottom: none
}
.topFullMenuInner .subCategories li a {
    font-size: 12px;
}
.topFullMenuInner .subCategories li a:hover {
    color: #fff;
}
.fullMenuInner:last-child {
    border-bottom: none;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.subCategories li a {
    font-weight: normal
}
/*#19.  Search Widget #*/

.searchwidget .searchBox {
    display: inline-block;
    position: relative;
}
.searchwidget .searchBox label {
    display: none;
}
.searchwidget .searchBox .searchImageButton {
    width: 30px;
    padding-right: 12px;
    vertical-align: middle;
    position: absolute;
    top: 11px;
    right: 0px;
    outline: none !important;
}
.searchwidget .form-control {
    width: 200px;
    background-color: white;
    border-radius: 2px;
    /* Watermark color is #999999; */
    
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    vertical-align: middle;
    padding: 8px 12px;
}
.searchwidget .predictiveSearchResults {
    background-color: #3d9cdb;
    color: #fff !important;
    border: 0px;
}
.searchwidget .predictiveSearchResults a span {
    font-style: italic;
}
.searchwidget .predictiveSearchResults .predictiveSearchCategory {
    background: #0A3C6E;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.searchwidget .predictiveSearchResults a {
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.searchwidget .predictiveSearchResults a.selectedResult {
    background-color: #2377c5;
}
.searchwidget .predictiveSearchResults a.moreResults {
    background-color: #f5f5f5;
    display: block;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}
.search-container {
    position: relative;
}
.header.affix .search-container {
    padding-top: 18px;
}
.searchwidget-container {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header.affix .searchwidget-container {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchHolder {
    margin-right: 0px !important;
    padding: 0px !important;
    float: left;
}
.searchHolder .search-container {
    display: block;
    margin-right: 30px;
    padding: 25px 0;
}
.searchHolder.showinput .searchwidget-container {
    display: block;
}
.searchHolder.showinput .search-container {
    display: none;
}
@media only screen and (max-width: 481px) {
    .searchHolder {
        margin-right: 0!important;
        padding: 0!important;
        float: left;
    }
    .searchHolder .search-container {
        display: block;
        margin-right: 0px;
        padding: 18px 0;
    }
}
@media only screen and (max-width: 1025px) {
    .searchHolder .search-container {
        display: block;
        margin-right: 0px;
    }
}
/*#13.  Search Page #*/

.search-page .ctabox .contentcontainer {
    width: auto;
}
.search-page .searchdialog .form-group-submit input {
    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;
    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) {
    .search-page .form-group-submit input {
        width: 100%;
        font-size: 12px;
    }
}
.search-page .searchdialog .form-horizontal .form-group {
    display: table-cell;
    padding-left: 0px;
    float: left;
}
.search-page .searchdialog .form-horizontal {
    display: table;
    margin: auto;
}
.search-page .searchdialog .form-control {
    width: 420px;
}
.search-page .searchdialog .form-group:first-child {
    padding-right: 10px;
}
.search-page .searchdialog .form-horizontal .form-group {
    margin-bottom: 0px;
}
.search-page .DidYouMean {
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
}
.search-page .questionmark {
    display: inline-block;
}
.search-page .amltpagertop {
    margin-top: 40px;
}
.search-page .searchresults {
    padding-left: 20px;
}
.search-page .searchresults span {
    font-style: italic;
}
.search-page .highlight-text {
    font-weight: 700;
    font-style: normal;
    color: #34475E;
}
.search-page .page-name {
    color: #2377C5;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}
.search-page .result-copy {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .search-page .result-copy {
        font-size: 13px;
        line-height: 20px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .search-page .result-copy {
        font-size: 13px;
        line-height: 16px;
    }
}
.search-page .container.amltpager ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
.search-page .pagination li:first-child,
.search-page .pagination li:last-child {
    display: none;
}
.search-page .DidYouMean strong {
    padding-left: 0;
}
/*#12.  Search Page/01.  Predictive Search Holder #*/

.search-page .predictiveSearchHolder {
    margin: auto;
    width: 515px;
}
.search-page .predictiveSearchResults .predictiveSearchCategory {
    font-weight: 600;
    background: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-page .predictiveSearchResults a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.search-page .predictiveSearchResults a.selectedResult {
    background-color: #f2f2f2;
}
.search-page .predictiveSearchResults a span {
    font-style: italic;
}
/*#12.  Search Page/02.  No Result Message #*/

.search-page .ContentLabel,
.search-page .ContentLabel ul li {
    font-weight: 600;
}
.search-page .ContentLabel ul {
    padding-left: 30px;
}
/*#12.  Search Page/03. Pager Top #*/

.search-page .searchpager .ResultCount,
.search-page .searchpager .PageSizeSelector,
.search-page .searchpager .editing-form-value-cell {
    display: inline-block;
}
.search-page .searchpager .DropDownField {
    width: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}
.search-page .amltpagertop hr {
    margin-top: 10px;
}
/*#12.  Search Page/04. Responsive Fixes #*/
/*#12.  Search Page/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) {
    .search-page .row.pagecontainer {
        width: 95%;
    }
    .search-page .DidYouMean,
    .search-page .searchresults {
        padding-left: 0px;
    }
    .search-page .wgLeadGenForm .FormTitle {
        font-size: 16px;
        line-height: 20px;
    }
}
/*#12.  Search Page/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) {
    .search-page .searchdialog .form-horizontal {
        display: table;
        width: 100%;
        margin: auto;
    }
    .search-page .searchdialog .form-control {
        width: 100%;
    }
    .search-page .searchdialog .form-group:first-child {
        padding-right: 0px;
    }
    .search-page .container.amltpagertop .ResultCount {
        display: none;
    }
    .search-page .DidYouMean {
        margin-top: 20px;
        padding-left: 0px;
    }
    .search-page .searchresults {
        padding-left: 0;
    }
    .search-page .container.amltpager {
        text-align: center;
    }
    .search-page .pagination {
        margin: auto;
    }
    .search-page .ctabox {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .search-page .cwCol-60 hr {
        display: none;
    }
    .search-page .container.amltpagertop hr {
        display: block;
    }
    .search-page .container.amltpagertop {
        margin-top: 0px;
    }
    .search-page .row.pagecontainer.pagecontent {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .search-page .row.pagecontainer.pagecontent .row:first-child {
        margin-left: 20px;
        margin-right: 20px;
    }
    .search-page .cwCol-60,
    .search-page .cwCol-40 {
        display: inline-block;
    }
    .search-page .cwCol-60 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-page .wgLeadGenForm {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px !important;
    }
}
/*#21.  Form  #*/

@-moz-document url-prefix() {
    #field_State {
        margin-right: 0px;
        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 */
    }
}
/*# 04. Forms/01. Controls/03. AMLTLeadGen Form Styles #*/
/*# 04. Forms/01. Controls/03. AMLTLeadGen Form Styles/01. Container #*/

.wgLeadGenForm {
    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) {
    .wgLeadGenForm {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
}
/*# 04. Forms/01. Controls/03. AMLTLeadGen Form Styles/02. Form Outer Text #*/

.wgLeadGenForm .FormTitle {
    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) {
    .wgLeadGenForm .FormTitle {
        font-size: 16px;
        line-height: 20px;
    }
}
.wgLeadGenForm .checkbox {
    color: #a4d8f1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
}
.wgLeadGenForm .checkbox a {
    color: #fff;
    text-decoration: underline;
}
.wgLeadGenForm .FormDisclaimer {
    color: #A4D8F1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
    text-align: justify;
}
.wgLeadGenForm .FormDisclaimer a {
    color: #ffffff;
    text-decoration: underline;
}
/*# 04. Forms/01. Controls/03. AMLTLeadGen Form Styles/03. Thank you Message #*/

.wgLeadGenForm .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) {
    .wgLeadGenForm .InfoLabel {
        min-height: auto;
    }
}
/*# 04. Forms/01. Controls/04. AMLTBeAnAgent Form Styles #*/
/*# 04. Forms/01. Controls/04. AMLTBeAnAgent Form Styles/01. Container #*/

.wgBeAnAgentForm {
    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) {
    .wgBeAnAgentForm {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
}
.wgBeAnAgentForm .amltdateselector {
    display: table;
    width: 100%;
}
.wgBeAnAgentForm .amltdateselector .column {
    display: table-cell;
    padding-right: 5px;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .wgBeAnAgentForm .amltdateselector .column {
        padding-right: 5px;
    }
}
.wgBeAnAgentForm .amltdateselector .column:last-child {
    padding-right: 0px;
}
/*# 04. Forms/01. Controls/04. AMLTBeAnAgent Form Styles/02. Form Outer Text #*/

.wgBeAnAgentForm .FormTitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 17px;
}
.wgBeAnAgentForm .checkbox {
    color: #A4D8F1;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    line-height: 15px;
}
.wgBeAnAgentForm .checkbox a {
    color: #fff;
    text-decoration: underline;
}
.wgBeAnAgentForm #field_DateOfBirth .editing-form-label-cell {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: #fff;
    margin-bottom: 5px;
}
.wgBeAnAgentForm #field_DateOfBirth .editing-form-label-cell label {
    padding-top: 0px;
}
/*# 04. Forms/01. Controls/04. AMLTBeAnAgent 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;
    }
}
/*# 17. Feedback Widget #*/

.feedback.outer {
    margin-right: -100px;
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .feedback.outer {
        display: none;
    }
    .feedBackButton {
        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);
}
.container {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
}
.navbar {
    width: 100%;
}
.container>.navbar-header {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*# 01. Menu #*/
/*# 01. Menu/00. Header #*/

.header {
    background-color: #FFF;
    border: 0px;
    border-color: #FFF;
}
/* Portrait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .header {
        height: 70px;
    }
}
/* 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: 0 8px 6px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header.smaller .navbar-header {
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
    }
}
.navbar-header {
    text-align: center;
    width: 100%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
.header .headerleft {
    position: absolute;
    float: left !important;
    height: 70px;
}
.header .headerright {
    /* position: absolute; 
    width: 1%;*/
    
    float: right !important;
    height: 70px;
    right: 0;
    top: 0;
}
.header.smaller .headerleft,
.header.smaller .headerright {
    height: 50px !important;
}
/* Portrait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .header .headerleft,
    .header .headerright {
        height: 50px !important;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .headerleft,
    .header .headerright {
        height: 50px !important;
    }
}
.header .navbar-left li,
.header .navbar-right li {
    height: 70px;
}
.header.smaller .navbar-left li,
.header.smaller .navbar-right li {
    height: 50px;
}
/* Portrait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .navbar-nav {
        margin: -40px 0px 0px 270px;
        position: absolute;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .navbar-left li,
    .header .navbar-right li {
        height: 50px !important;
    }
}
/*# 01. Menu/00. Header/00. General Button Text #*/

.header .headerleft li a {
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2377C5 !important;
    padding: 0px;
}
.header .headerleft li a:hover {
    color: #a4d8f1 !important;
}
.header .navbar-left li a img,
.header .navbar-right li a img {
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.header .btnMenu,
.header .btnMenuLogin,
.header .btnMenuContact {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
}
.header .brand-logo-link {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
}
/*# 01. Menu/00. Header/01. Header Left #*/

.header .headerleft li a {
    padding-left: 30px;
    padding-right: 0px;
}
/* Landscape Tablet (1024 x any and below) */

@media only screen and (max-width: 1025px) {
    .navbar-nav>li {
        float: left !important;
    }
}
/* Portait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .header {
        height: 60px !important;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: 7px !important;
        padding: 0px 4px !important;
    }
    .homeIconimg {
        margin-right: 9px;
        float: left;
        margin-top: 0px;
    }
    .searchIcon {
        margin-right: 9px;
        float: left;
        margin-top: 0px;
    }
    .affix .menuToggle,
    .affix .homeIcon,
    .affix .searchHolder {
        padding: 18px 0;
    }
}
/*# 01. Menu/00. Header/01. Header Left/01. Menu Button #*/

#menu-header-link {
    line-height: 70px;
}
.no-pad {
    padding: 0!important;
}
.crossIcon {
    background: url(/cssp/App_Themes/AMLTv2/images/icons/close.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-right: 9px;
    float: left;
    margin-top: 4px;
}
@media only screen and (max-width: 769px) {
    .header .crossHolder {
        margin-top: 0px;
    }
}
.menuToggleText {
    float: right;
}
@media only screen and (max-width: 769px) {
    .menuToggleText {
        display: none;
    }
}
@media only screen and (max-width: 481px) {
    #menu-header-link .menuToggleText {
        display: none;
    }
    .crossHolder {
        margin-top: 17px;
    }
}
/*# 01. Menu/00. Header/01. Header Left/02. Home Button #*/

@media only screen and (max-width: 769px) {
    .btnMenu.btnHome {
        display: none;
    }
}
@media only screen and (max-width: 481px) {
    .btnMenu.btnHome {
        display: none;
    }
}
/*# 01. Menu/00. Header/01. Header Left/03. Search Button #*/

.searchIcon {
    background-size: 19px 17px;
    width: 19px;
    height: 17px;
}
.header .headerleft li a.menuToggleText.searchtext {
    padding-left: 0px;
    text-decoration: none;
    padding-top: 2px;
}
@media only screen and (max-width: 769px) {
    .menuToggleText.searchtext {
        display: none;
    }
}
#search-header-linkicon {
    padding-left: 0px;
}
.searchwidget .searchBox {
    display: inline-block;
    position: relative;
}
.searchwidget .searchBox label {
    display: none;
}
.searchwidget .searchBox .searchImageButton {
    width: 30px;
    padding-right: 12px;
    vertical-align: middle;
    position: absolute;
    top: 11px;
    right: 0px;
}
.searchwidget .form-control {
    width: 200px;
    background-color: white;
    border-radius: 2px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    vertical-align: middle;
    padding: 8px 12px;
}
.searchwidget .predictiveSearchResults {
    background-color: #3d9cdb;
    color: #fff !important;
    border: 0px;
}
.searchwidget .predictiveSearchResults a span {
    font-style: italic;
}
.searchwidget .predictiveSearchResults .predictiveSearchCategory {
    background: #0A3C6E;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.searchwidget .predictiveSearchResults a {
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.searchwidget .predictiveSearchResults a.selectedResult {
    background-color: #2377c5;
}
.searchwidget .predictiveSearchResults a.moreResults {
    background-color: #f5f5f5;
    display: block;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}
.search-container {
    position: relative;
}
.header.smaller .search-container {
    padding-top: 17px;
}
.header.smaller .searchwidget-container {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchwidget {} .searchwidget-container {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.searchHolder {
    margin-right: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 30px;
    float: left;
}
.searchHolder .search-container {
    display: block;
    margin-right: 30px;
    padding: 25px 0;
}
@media only screen and (max-width: 769px) {
    .searchHolder .search-container {
        display: block;
        margin-right: 30px;
        padding: 18px 0;
    }
}
.searchHolder.showinput .searchwidget-container {
    display: block;
}
.searchHolder.showinput .search-container {
    display: none;
}
@media only screen and (max-width: 481px) {
    .searchHolder {
        margin-right: 0!important;
        float: left;
        padding-left: 8px;
    }
    .searchHolder .search-container {
        display: block;
        margin-right: 0px;
        padding: 18px 0;
    }
    .header .headerleft li a.menuToggleText.searchtext {
        display: none;
    }
}
@media only screen and (max-width: 1025px) {
    .searchHolder .search-container {
        display: block;
        margin-right: 0px;
    }
}
/*# 01. Menu/00. Header/01. Header Left/04. Dashboard Back Button #*/

.dashboardbackbutton {
    color: white;
    text-decoration: none;
    font-size: 12px;
}
.dashboardbackbutton:hover {
    color: white;
    text-decoration: none;
}
.subnav level1.outside {
    dispaly: none;
}
.subnav level3 .backbutton {
    dispaly: none;
}
#p_lt_WebPartZone5_ZoneSubnav_WPZ_SubNav_WPZ_SubNav_zone_Link_ButtonBack_btnElem_lblText {
    margin-top: -11px;
    margin-left: 70px;
}
/*# 01. Menu/00. Header/02. Header Right #*/

.collapse {
    display: inline-flex;
}
.bluelock {
    display: none;
}
@media only screen and (max-width: 481px) {}
/*# 01. Menu/00. Header/02. Header Right/01. Login Button DropDown #*/

.dropdown-menu>li>a {
    white-space: normal !important;
}
.userprofile {
    width: 40px;
    height: 40px !important;
}
.navbar-nav {
    margin: 0px 25px !important;
}
.username {
    color: white !important;
    background-color: #0a3c6e !important;
    padding-left: 35px !important;
}
.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 .contactus {
    float: right !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.header .navbar-right .contactus a:hover {
    background-color: #fff !important;
}
.header .navbar-right li a.btnMenuLoginMobile {
    color: #0A3C6E;
    display: none;
}
.dropdownimg {
    width: 15px;
    height: 10px !important;
    padding-left: 3px;
    margin-bottom: 3px;
}
.dropdownimglock {
    width: 14px;
    height: 16px!important;
    margin-bottom: 2px;
    margin-left: 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}
.dropdown-menu {
    background: #f2f2f2;
    border-radius: initial !important;
    border: none !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-menu li {
    height: 50px !important;
    width: 100%;
}
.dropdown-menu li a {
    text-align: left !important;
    color: black !important;
}
.dropdown-menu li a:hover {
    background-color: rgb(201, 201, 201) !important;
    color: black !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none;
    width: 250%;
    padding: 0;
    margin-right: -85px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/** Button Styles **/

.dropdown button {
    background: #FF6223;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 1em;
}
/** List Item Styles **/

.dropdown a {
    display: block;
    padding: 0.2em 2.8em;
    text-decoration: none;
    color: #333333;
}
/** List Item Hover Styles **/

.dropdown-menu li:hover {
    background-color: rgb(201, 201, 201) !important;
    color: black !important;
    padding-right: 6px;
}
.dropdown-menu li:nth-child(2):hover {
    background-color: rgb(201, 201, 201) !important;
    color: black !important;
    padding-right: 40px;
}
/* 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;
    padding-left: 35px;
    padding-right: 35px;
}
.header a.btnMenuContact:hover {
    background: #FFF;
}
/*# 01. Menu/00. Header/02. Header Right/03. Logout Button #*/
/* 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;
    display: inline-block;
    height: 70px;
}
.header.smaller .brandlogo {
    height: 50px;
}
/* Portrait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .header .brandlogo {
        height: 50px;
    }
}
/* Landscape Phone (480 x any and below) */

@media only screen and (max-width: 481px) {
    .header .brandlogo {
        height: 50px;
    }
}
/*# 01. Menu/00. Header/04. Specifically for Odcp #*/

.navbar-header.odcp .btnSearch,
.navbar-header.odcp .btnMenuLogin,
.navbar-header.odcp .btnMenuLoginMobile,
.navbar-header.odcp .btnMenu.megamenu-toggle {
    /*display:none;*/
    /*160217*/
}
/*# 01. Menu/00. Header/05. Safari Fix #*/

.Safari8 .header .headerleft,
.Safari8 .header .headerright {
    padding-top: 25px;
}
.Safari8 .header .brandlogo {
    padding-top: 20px;
}
.Safari8 .header.smaller .headerleft,
.Safari8 .header.smaller .headerright {
    padding-top: 15px;
}
.Safari8 .header.smaller .brandlogo {
    padding-top: 10px;
}
.Safari8 .header .navbar-left li,
.Safari8 .header .navbar-right li {
    height: auto;
}
.Safari8 #menu-header-link {
    line-height: 20px;
}
.Safari8 .crossHolder {
    margin-top: 2px;
}
.Safari8 .header.smaller .crossHolder {
    margin-top: 2px;
}
.Safari8 .header.smaller #menu-header-link .menuToggleText {
    line-height: 20px;
}
.Safari8 .searchHolder .search-container {
    padding-top: 2px;
}
@media only screen and (max-width: 769px) {
    .Safari7 .navbar-header {
        padding-top: 10px;
        background-color: #fff;
    }
    .Safari7 .header.smaller .navbar-header {
        padding-top: 0px;
    }
    .Safari8 .header .crossHolder {
        margin-top: 0px;
    }
    .Safari8 .searchHolder .search-container {
        padding-top: 0px;
    }
    .Safari8 #search-header-linkicon {
        display: inline-block;
    }
    .Safari8 .header.smaller #search-header-linkicon {
        padding-top: 2px;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive #*/

@media (max-width: 767px) {
    .metlifeLogo a img {
        width: 145px;
        max-width: 145px;
    }
    .header {
        padding: 0 15px;
    }
    .menuToggle,
    .homeIcon,
    .searchHolder {
        padding: 18px 0;
        margin-right: 5px;
    }
    .menuToggleText {
        display: none;
    }
    .mainmenu,
    .homeIcon {
        display: none;
    }
}
@media only screen and (max-width: 1025px) {
    .subnav .listofpagescontainer .subnav.nobackbutton .listofpagescontainer {
        display: table;
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
    }
}
@media only screen and (max-width: 481px) {
    .col-xs-3 {
        width: auto;
    }
    .navbar-nav {
        margin: -40px 0px 0px 225px!important;
        position: absolute;
    }
    .userprofile {
        width: 30px;
        height: 30px!important;
        margin-top: 8px;
        margin-left: 20px;
    }
    .header .headerleft,
    .header .headerright {
        height: 50px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: 5px;
        padding-left: 35px !important;
        background-color: #ffffff !important;
    }
    .bluelock {
        background: url(/cssp/cssp/App_Themes/AMLTGenericStyles/images/icons/header_lockbuttonblue.png) no-repeat !important;
        background-size: cover;
        width: 10px !important;
        height: 14px !important;
        float: left;
        display: table-row-group;
    }
    .dropdownimglock {
        display: none;
    }
    .searchHolder .search-container {
        display: block;
        margin-right: 0;
        padding: 18px 0;
    }
    .searchHolder {
        margin-right: 0!important;
        padding: 0!important;
        float: left;
    }
    .header {
        height: 50px;
    }
    .header .navbar-right .contactus {
        display: none;
    }
    .metlifeLogo {
        /*margin-top: 0px;*/
        z-index: 1000;
        position: initial;
    }
    .subnav .outside {
        display: -webkit-box;
        width: 100%;
        background-color: #3d9cdb;
        height: 40px;
    }
    .subnav .outside li.backbutton a {
        text-decoration: none;
        display: table-row;
        align-items: center;
        margin-top: auto;
        width: 100%;
        height: 40px;
        margin-left: 15px;
        background: url(/cssp/images/ico_select_arrows_white.aspx) no-repeat right center;
        background-size: 10px;
        background-position: right 30px center;
    }
    .subnav .outside li.backbutton .imgclass {
        display: none;
    }
    .subnav .outside li.listofpagescontainer {
        display: none;
        padding-left: 0%;
        padding-right: 0%;
    }
    .subnav .outside li.listofpagescontainer.responsive {
        display: block;
        width: 100%;
        position: relative;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        width: 100%;
        position: absolute;
        z-index: 1;
        display: inline-table;
        margin-top: 35px;
        margin-left: -360px;
    }
    .subnav .outside li.listofpagescontainer .listofpages li {
        display: table-row;
    }
    .subnav .outside li.listofpagescontainer .listofpages li a {
        padding-left: 30px;
        height: 40px;
        color: #333;
        background-color: #fff;
    }
    .subnav .outside li.backbutton,
    .subnav .outside li.listofpagescontainer {
        display: grid;
        width: 100%;
    }
    .subnav .listofpages a {
        height: 40px;
        color: #fff;
        line-height: 20px;
    }
    #p_lt_WebPartZone5_ZoneSubnav_WPZ_SubNav_WPZ_SubNav_zone_Link_ButtonBack_btnElem_lblText {
        margin-top: 12px;
        margin-left: 14px;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages li {
        width: 100%;
    }
    .subnav .listofpages li {
        height: 40px;
        color: #333;
        line-height: 20px;
    }
    .subnav .outside li.listofpagescontainer .listofpages li a.menuitem.active span {
        color: #0e5dae;
    }
    .subnav .outside li.listofpagescontainer .listofpages li a.menuitem span {
        margin: inherit;
        text-align: left;
        margin-left: 0;
    }
}
@media only screen and (max-width: 769px) {
    .header .headerleft,
    .header .headerright {
        height: 50px !important;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav #*/
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/01. IPHONE 5 #*/

@media only screen and (max-device-width: 568px) {
    .login-page .subnav .outside li.listofpagescontainer .listofpages li a {
        background-color: transparent;
    }
    .dashboard-page .subnav .outside li.listofpagescontainer .listofpages li a {
        background-color: #3d9cdb !important;
    }
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: -320px;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/02. IPHONE 6 #*/

@media only screen and (max-device-width: 667px) {
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: -375px;
    }
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
        margin-left: -25px;
        margin-top: -10px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnTAC {
        float: left !important;
        margin: -65px -138px 1px 5px;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/03. IPHONE 6 PLUS#*/

@media only screen and (max-device-width: 736px) {
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
    }
    .notification-profile-page table.Row1 {
        margin-left: -25px;
        position: absolute;
        width: 75%;
        margin-top: -30px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
        margin-left: -10px;
        margin-top: -10px;
    }
    .security-profile-page #field_prefsecretphrasesec.form-group {
        margin-top: 70px;
    }
}
@media only screen and (max-device-width: 600px) {
    .security-profile-page .btn.btn-danger {
        left: 2% !important;
    }
    .security-profile-page .col-sm-5.regSecQn {
        margin-left: -3%;
        width: 130%;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: -360px !important;
    }
    .userprofile {
        width: 40px;
        height: 40px !important;
        margin-left: -5px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblEmail {
        display: initial !important;
        margin-left: -90% !important;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/04. GALAXY S5#*/

@media only screen and (max-device-width: 736px) {
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
    }
    .login-page .u168 {
        padding-left: 1%;
        padding-right: 10%;
    }
    .login-page .readmorezone {
        width: 105% !important;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/05. NEXUS 5X#*/

@media only screen and (max-device-width: 732px) {
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
    }
}
/*# 01. Menu/00. Header/06. Menu Responsive/01. SubNav/06. OTHERS#*/

@media only screen and (max-device-width: 640px) {
    #pdm250 {
        background-color: #3d9cdb;
    }
    #pdm249 {
        background-color: #3d9cdb;
        color: #fff;
        margin-top: -20px;
    }
    #pdm239 {
        background-color: #3d9cdb;
        color: #fff;
        margin-top: -20px;
    }
    .notification-profile-page .ntfctionTACNmber {
        width: 40%;
        margin-left: 20px;
        position: absolute;
        margin-top: 220px;
    }
    .notification-profile-page .tacErrorMessage {
        margin-left: 15px;
        width: 80%;
        position: absolute;
        padding-top: 130px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_txtTacNumber {
        width: 63%;
    }
    .userprofile {
        width: 40px;
        height: 40px !important;
        margin-left: 30px;
    }
}
/*# 02. Megamenu #*/
/*# 02. Megamenu/01. Desktop #*/

.megaMenuTop {
    width: 100%;
    max-width: 1300px;
    position: absolute;
    background: #2377c5;
    top: 70px;
    z-index: 999;
    padding: 50px 200px;
    display: none;
}
.megaMenuTop.smaller {
    top: 50px;
}
/* Portrait Tablet (768 x any and below) */

@media only screen and (max-width: 769px) {
    .megaMenuTop {
        top: 50px;
    }
}
.megaMenuTop .accordionElement,
.megaMenuTop .full_menu_Label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.subCategories li a {
    color: #add0f0;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 100;
    display: block;
    text-transform: none;
}
.subCategories li a:hover {
    color: #fff;
}
.fullMenuInner {
    border-bottom: 1px solid #0e5dae;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.fullMenuInner:nth-last-child(2) {
    border-bottom: none
}
.topFullMenuInner .subCategories li a {
    font-size: 12px;
}
.topFullMenuInner .subCategories li a:hover {
    color: #fff;
}
.fullMenuInner:last-child {
    border-bottom: none;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.subCategories li a {
    color: #add0f0;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    text-transform: none;
}
.subCategories li {
    line-height: 20px;
}
/*# 02. Megamenu/02. Mobile #*/

.fullMenuInner {
    border-bottom: 1px solid #0e5dae;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.fullMenuInner:nth-last-child(2) {
    border-bottom: none;
}
.topFullMenuInner .subCategories li a {
    font-size: 12px;
}
.topFullMenuInner .subCategories li a:hover {
    color: #fff;
}
.fullMenuInner:last-child {
    border-bottom: none;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
@media(max-width: 769px) {
    .megaMenuTop {
        padding: 0px;
    }
    .fullMenuInner .accordionElement {
        background-color: #3d9cdb;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(14, 93, 174, .2);
    }
    .fullMenuInner .accordionElement .subCategories {
        display: none;
        margin-bottom: 0;
        background: #0a5dae;
        padding-left: 20px;
        padding-top: 15px;
    }
    .accordionElement .full_menu_Label {
        display: block;
        padding-top: 16px;
        padding-left: 20px;
    }
    .fullMenuInner .accordionElement>a {
        height: 50px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .megaMenuTop .accordionElement,
    .megaMenuTop .full_menu_Label {
        margin-bottom: 0;
        width: 100%;
    }
    .accordionElement .full_menu_Label:hover {
        color: #fff;
        text-decoration: none;
    }
    .fullMenuInner .accordionElement .full_menu_Label .clickToOpen {
        background-image: url(/cssp/images/closed_arrow.aspx);
        float: right;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        margin-top: 4px;
        width: 12px;
        height: 12px;
    }
    .fullMenuInner .accordionElement .expanded .clickToOpen {
        background-image: url(/cssp/images/closed_open.aspx);
    }
    .fullMenuInner .accordionElement .subCategories li {
        height: 40px;
        font-size: 14px;
        color: #add0f0;
        padding-left: 0;
        line-height: 40px;
    }
    .fullMenuInner {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0;
    }
    .megaMenuTop {
        top: 70px;
    }
    .megaMenuTop.smaller {
        top: 50px;
    }
}
@media (max-width: 481px) {
    .topFullMenuInner .subCategories li a {
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }
    .megaMenuTop {
        height: auto;
        overflow-y: auto;
    }
    .fullMenuInner .accordionElement .clickToOpen {
        height: 12px;
    }
}
/*# 03. Footer #*/
/*# 03. 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%;
    margin: auto;
}
/* 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%;
    vertical-align: top;
}
.footer .links .column .title {
    font-size: 16px;
    line-height: 18px;
    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: block;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #2377C5;
    text-align: left;
    text-decoration: none;
}
/* 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 .links .column a:hover {
    text-decoration: underline;
}
.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%;
}
/*# 03. Footer/02. Section B #*/

.footer .copyright {
    padding-top: 40px;
}
.footer .copyright .row {
    width: 85%;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
}
.row TCLinks a:hover {
    text-decoration: none !important;
}
/* 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;
}
/*# 03. Footer/03. Section C #*/

.bottom-footer ul li {
    display: inline-block !important;
}
.bottom-footer ul li a {
    display: inline-block;
    padding: 3px;
}
.footer .external-links {
    padding-top: 20px;
    padding-bottom: 40px;
}
.footer .external-links .row {
    width: 85%;
    margin: auto;
}
.footer .external-links .logos a.gt-footer-external {
    display: block;
}
/* 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-right: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}
/*# 03. Footer/04. Footer Divider #*/

div.divider {
    display: table;
    padding-top: 0px;
    width: 85%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin: auto;
    margin-top: 27px;
}
/* Landscape Tablet (1024 x any and below), add 1px to ensure it works on 1024! */

@media only screen and (max-width: 1025px) {
    div.divider {
        width: 95%;
    }
}
/* Landscape Phone (480 x any and below), add 1px to ensure it works on 480! */

@media only screen and (max-width: 481px) {
    div.divider {
        width: 100%;
    }
}
/*# 03. Footer/05. Responsive Fixes #*/
/*# 03. Footer/05. 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;
    }
}
/*# 03. Footer/05. 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;
        text-align: center;
        vertical-align: middle;
    }
    .footer .external-links .logos img {
        max-width: 90%;
        margin-top: 4px;
    }
    .container.copyright,
    .container.external-links {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*# 03. Footer/06. Disclaimer Pop-Up #*/

@media screen and (min-width: 768px) {
    #disclamerPopup .modal-dialog {
        width: 700px;
    }
}
#disclamerPopup .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;
}
#disclamerPopup .btn-agree {
    color: #fff;
    background-color: #db4e40;
    border-color: #db4e40;
}
#disclamerPopup .btn-agree:hover {
    color: #fff;
    background-color: #E95344;
    border-color: #E95344;
}
#disclamerPopup .modal-header {
    padding: 3px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#disclamerPopup .modal {
    margin-top: -2px;
    text-align: left;
    position: fixed;
    border-radius: 10px;
}
#disclamerPopup .close {
    font-size: 40px;
}
#disclamerPopup .modal-header .close {
    margin-top: 5px;
    padding-right: 10px;
}
#disclamerPopup .modal-body {
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-height: 350px;
    text-align: justify;
    background-color: #FFFFFF;
}
#disclamerPopup .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#disclamerPopup .modal-footer {
    padding: 14px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#disclamerPopup .content-focus {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.1;
}
#disclamerPopup .content-text {
    font-size: 13px;
    line-height: 1.6;
    font-family: Open Sans;
    color: #353535;
}
#disclamerPopup .align-center {
    text-align: center;
}
.texttesting {} @media (max-width: 767px) {
    .menuToggle,
    .homeIcon,
    .searchHolder {
        padding: 18px 0;
        margin-right: 5px;
    }
    .homeIconimg {
        display: none;
    }
}
.header .navbar-left li,
.header .navbar-right li {
    height: 70px;
}
/*# 22.  Email Quote Page #*/

.email-quote-page .form-group-submit {
    padding-top: 20px;
    padding-bottom: 0px;
}
.email-quote-page .emailquote-form-container {
    height: 100%;
}
/* Landscape Phone (480 x any and below) */

@media only screen and(max-width: 481px) {
    .email-quote-page .imagecontainer {
        display: none;
    }
}
.email-quote-page .item.form-group {
    margin-bottom: 0px;
}
.email-quote-page .checkbox-group {
    margin-bottom: 8px;
    box-sizing: border-box;
    display: table;
}
/*# 23.  Service Request Page #*/

.service-request-page div.EditingTable {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-left: 120px !important;
    margin-bottom: 20px !important;
}
.service-request-page table.EditingFormTable {
    margin-top: 40px !important;
    margin-left: 200px;
    margin-bottom: 40px !important;
}
.service-request-page .EditingFormLabel {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333;
    text-align: right;
    line-height: 40px;
    margin-left: -5px;
    width: 180px;
}
.IE11 .selectpicker,
.DropDownField,
.form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 8px 12px;
    text-align: left;
}
/*# 23.  Service Request Page /02. Smartphones (portrait and landscape)#*/
/*# 23.  Service Request Page /02. Smartphones (portrait and landscape) /01. Landscape Phone (480 x any and below) #*/

@media only screen and (max-width: 481px) {
    .service-request-page table.EditingFormTable {
        width: 98% !important;
        margin-left: 0px;
    }
    .service-request-page div.col-lg-12 {
        padding-right: 10% !important;
        padding-left: 15% !important;
        padding-bottom: 20px;
        width: 120%;
    }
    .service-request-page div.EditingTable {
        margin-top: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-bottom: 20px !important;
    }
    .service-request-page .col-lg-12 {
        width: 108% !important;
        margin-left: -25px;
    }
    .service-request-page .FieldLabel {
        width: 90%;
        margin-top: -30px;
        margin-left: 30px;
    }
    .service-request-page .EditingFormLabel {
        margin-bottom: 40px;
        width: 100% !important;
    }
    .service-request-page .serviceformsMessage {
        margin-left: -200px;
        margin-right: 10px;
        margin-top: -10px;
        margin-bottom: 2px;
    }
    .service-request-page .FormButton {
        margin-left: -170px;
        position: absolute;
        width: 30%;
    }
    .dashboard-page .col-lg-12 {
        width: 120%;
        margin-left: -30px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_UpdatePanel {
        margin-top: 35px;
        margin-left: 5px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_txtTacNumber {
        width: 60%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        text-align: left;
        margin-left: 40px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserFile_lb {
        text-align: left;
        margin-left: 20px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserforms {
        margin-left: -200px;
        margin-top: 35px;
        width: 60%;
    }
    .service-request-page .uploader-upload {
        margin-left: 0px;
    }
    .service-request-page .EditingFormControlNestedControl {
        position: absolute;
        margin-left: -200px;
        margin-top: 35px;
        width: 60%;
    }
    .service-request-page .EditingFormValueCell span.EditingFormErrorLabel {
        margin-top: 70px;
        position: absolute;
        margin-left: -200px;
    }
    .thank-you-page .panel {
        margin-left: -20px;
        width: 130% !important;
    }
}
/* IPHONE 5 & 5S Portrait*/

@media only screen and (max-device-width: 568px) {
    .change-password-profile-page .changed-successfully {
        margin-left: 15%;
        width: 60%;
        text-align: center;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        text-align: left;
        margin-left: -5px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncprequest {
        margin-left: -20px !important;
        width: 130% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncpyear {
        width: 130% !important;
        margin-left: -20px !important;
    }
    .change-password-profile-page .lnktacalign {
        margin-top: -15px !important;
        margin-left: -101px !important;
    }
    .security-profile-page .TACnmbr {
        width: 90% !important;
        margin-left: 8% !important;
        margin-top: -20px;
    }
    div.col-lg-12.certsumbenefitcontent {
        padding-left: 0px;
    }
    /*.registration-page div#field_prefsecurityimage.form-group {
        overflow-x: scroll;
        width: 245px;
    }*/
}
/* IPHONE 5 and 5S */

@media only screen and (max-device-width: 568px) {
    .service-request-page .col-lg-12 {
        width: 105% !important;
    }
    .u168 {
        padding-left: 1% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_Request_lb {
        position: absolute;
    }
    div.col-lg-12.certsumbenefitcontent {
        padding-left: 0px;
    }
}
/* IPHONE 6 Portrait*/

@media only screen and (max-device-width: 667px) {
    .change-password-profile-page .changed-successfully {
        margin-left: 15%;
        width: 60%;
        text-align: center;
    }
    .thank-you-page .panel {
        margin-left: -30px;
        width: 130% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        text-align: left;
        margin-left: 12px;
    }
    .security-profile-page #field_prefsecretphrasesec.form-group {
        margin-top: 70px;
    }
    .service-request-page .FieldLabel {
        width: 85%;
    }
    .service-request-page table.EditingFormTable {
        width: 85% !important;
        margin-left: -5px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncprequest {
        margin-left: -5px !important;
        width: 120% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncpyear {
        width: 120% !important;
        margin-left: -5px !important;
    }
}
/* IPHONE 6 Landscape*/

@media only screen and (max-device-width: 375px) {
    div.col-lg-12.certsumbenefitcontent {
        padding-left: 0px !important;
    }
    .service-request-page table.EditingFormTable {
        width: 100%;
        margin-left: -5px;
    }
    .change-password-profile-page .btn {
        margin-left: 30%;
    }
    .notification-profile-page .btntacrequest {
        margin-left: -45%;
        margin-top: 140px;
    }
    .security-profile-page .col-sm-5.regSecAnswer {
        margin-left: -3%;
        width: 130%;
        margin-top: -25px;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 170%;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 170%;
    }
}
/*IPHONE 6 PLUS */

@media only screen and (max-device-width: 736px) {
    .change-password-profile-page .btn {
        margin-left: 30%;
    }
    .change-password-profile-page .tacErrorMessage {
        margin-left: 0px;
    }
}
@media only screen and (max-device-width: 414px) {
    .dashboard-page div.panel-heading {
        margin-left: 5%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserupload {
        margin-left: -215px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserforms {
        margin-left: -215px;
    }
    .service-request-page .FormButton {
        margin-left: -130px;
    }
    .service-request-page table.EditingFormTable {
        margin-top: 10px !important;
        margin-left: -20px;
    }
}
@media only screen and (max-device-width: 736px) {
    .login-page .img-rounded {
        margin-left: -27px;
    }
    .dashboard-page div.panel-heading {
        margin-left: 5%;
    }
    .change-password-profile-page .tacErrorMessage {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
        margin-left: 0px;
        margin-top: -8px;
    }
    .change-password-profile-page .changed-successfully {
        margin-left: 15%;
        width: 60%;
        text-align: center;
    }
}
/*# 23.  Service Request Page /02. Smartphones (portrait and landscape) /02. Landscape Tablet (1024 x any and below)#*/

@media only screen and (max-width: 1025px) {
    .service-request-page table.EditingFormTable {
        width: 80%;
        margin-left: -5px;
    }
    .service-request-page div.col-lg-12 {
        padding-right: 25%;
        padding-left: 5%;
        padding-bottom: 20px;
        width: 100%;
    }
    .service-request-page .col-lg-12 {
        width: 105%;
        margin-right: 10px !important;
        padding-left: 40px !important;
        padding-right: 50px !important;
    }
}
/*# 23.  Service Request Page /02. Smartphones (portrait and landscape) /03. IE10+ #*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){ */

@media screen and (min-width: 0\0) {
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }
    .selectpicker,
    .DropDownField select::-ms-expand {
        display: none;
        z-index: -999999;
    }
    .service-request-page .EditingFormLabel {
        line-height: 0px;
    }
}
/* MOBILE  Portrait*/

@media only screen and (max-device-width: 640px) {
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_lblInvalidOldPassword {
        margin-left: 0px;
        margin-top: -10px;
    }
    .change-password-profile-page .labelchangepassword {
        display: none;
    }
    .service-request-page .uploader-upload {
        margin-left: -25px;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: 24px !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 0px !important;
    }
}
/*# 24.  Statement Request Page #*/

.statement-request-page div.EditingTable {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-left: 120px !important;
    margin-bottom: 20px !important;
}
.statement-request-page table.EditingFormTable {
    margin-top: 40px !important;
    margin-left: 220px !important;
    margin-bottom: 40px !important;
}
.statement-request-page .EditingFormLabel {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.statement-request-page td.EditingFormValueCell {
    width: 65%;
}
.IE11 .selectpicker,
.DropDownField,
.form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 8px 12px;
    text-align: left;
}
/*# 24.  Statement Request Page /02. Smartphones (portrait and landscape)#*/
/*# 24.  Statement Request Page /02. Smartphones (portrait and landscape) /01. Landscape Phone (480 x any and below) #*/

@media only screen and (max-width: 481px) {
    .statement-request-page table.EditingFormTable {
        width: 60%;
        margin-left: 0px !important;
    }
    .statement-request-page .EditingFormLabel {
        width: 50%;
        margin-left: -40px;
        margin-right: 20px;
        margin-top: -50px;
        margin-bottom: 10px;
        position: absolute;
    }
    .statement-request-page div.col-lg-12 {
        padding-right: 25% !important;
        padding-left: 5% !important;
        padding-bottom: 20px;
        width: 120%;
    }
    .statement-request-page div.EditingTable {
        margin-top: 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-bottom: 20px !important;
    }
    .statement-request-page .FieldLabel {
        width: 100%;
        margin-top: -30px;
        margin-left: 30px;
        position: absolute;
    }
    .statement-request-page .EditingFormValueCell {
        width: 60% !important;
        margin-left: -100px !important;
        position: absolute;
        margin-top: 30px;
    }
    .statement-request-page .panel-default {
        width: 110%;
        margin-left: 30px;
        margin-right: 30px;
        height: 300px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_Year_lb {
        margin-top: 50px;
        margin-left: -95px;
    }
    .statement-request-page .EditingFormButtonCell {
        margin-left: -250px;
        margin-top: 140px;
        position: absolute;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncpyear {
        margin-top: 25px;
        width: 120%;
        margin-left: -5px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_WebPartZone2_ZoneSearchFilter_ZonesWithEffect_ZonesWithEffect_1_On_lineForm_viewBiz_ncprequest {
        margin-left: -5px;
        margin-top: -70px;
        width: 120%;
    }
}
/*# 24.  Statement Request Page /02. Smartphones (portrait and landscape) /02. Landscape Tablet (1024 x any and below)#*/

@media only screen and (max-width: 1025px) {
    .statement-request-page table.EditingFormTable {
        width: 95%;
        margin-left: 15px !important;
    }
    .statement-request-page .EditingFormValueCell {
        width: 60% !important;
        margin-left: -5px !important;
    }
}
/*# 24.  Statement Request Page /01. Safari 10.1+ (which is the latest version of Safari at this time) #*/
/*@media not all and (min-resolution:.001dpcm) { @media {

.safari_only .statement-request-page table.EditingFormTable { 
    margin-top: 40px !important;
    margin-left: 220px !important;
    margin-bottom: 40px !important;
}
}}*/
/*# 25.  Registration Confirmation Page /01. Layout #*/

.RegistrationConfirmation-page .title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
.RegistrationConfirmation-page .form-horizontal {
    padding-bottom: 60px;
}
/*#26.  Mobile Responsive both Android and iPhones #*/
/* ipad Landscape*/

@media only screen and (max-device-width: 1024px) {
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 4%;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_pnlWebPart {
        margin-top: 5%;
    }
    .registration-page .readmorezone {
        width: 70%;
        margin-left: 0% !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 40px;
        width: 70%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_pnlUserAccountConfirmation {
        height: 455px;
    }
    .registration-page .tq_validation {
        text-align: left;
        padding-left: 1%;
        padding-right: 6%;
        font-family: 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #fff;
        line-height: 21px;
        text-align: justify;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        margin-left: -10%;
    }
    .forgot-username-page .form-control {
        margin-left: 10%;
        margin-top: 0px;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -200px;
        margin-top: 20px;
        width: 21%;
        padding-left: 30px;
        outline: none!important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: absolute;
        margin-top: -40px;
        margin-left: 300px;
    }
    .forgot-username-page .nxtalign {
        margin-right: 23% !important;
        width: 23% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-password-page .form-control {
        margin-left: 70%;
        margin-top: -40px;
    }
    .forgot-password-page .text-left {
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #333;
        text-align: center;
        line-height: 40px;
        margin-top: 0px;
    }
    .forgot-password-page .form-horizontal .control-label {
        padding-top: 0px;
        margin-top: 17px;
    }
    .forgot-password-page .password-strength-text {
        margin-left: 62%;
        font-size: 12px;
    }
    .forgot-password-page .passw-strength-indicator {
        width: 60%;
        margin-left: 70%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        width: 20%;
    }
}
/* ipad portrait*/

@media only screen and (max-device-width: 1024px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 20px 35px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 5%;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_pnlWebPart {
        margin-top: 10%;
    }
    .forgot-password-page .form-control {
        margin-left: 220px;
    }
    .searchHolder .search-container {
        display: block;
        margin-right: 30px;
        padding: 24px 0;
    }
    .forgot-username-page .form-control {
        margin-left: 10px;
        margin-top: 5px;
        width: 100% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: absolute;
        margin-top: -40px;
        margin-left: 175px;
        width: 90% !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -130px;
        margin-top: 20px;
        width: 30%;
        padding-left: 30px;
        outline: none!important;
    }
    .forgot-username-page .tacErrorMessage {
        color: #000;
        padding: 2px;
        margin-left: 8px;
        font-size: 16px;
        position: absolute;
        text-align: -webkit-auto;
        width: 100%;
    }
    .forgot-username-page .tacalign {
        margin: 0% 46% 0% 0% !important;
        width: 100% !important;
        line-height: 22px !important;
    }
    .forgot-username-page .nxtalign {
        margin-right: 23% !important;
        width: 40% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-password-page .tacalign {
        margin: 0% 46% 0% 0% !important;
        width: 100% !important;
        line-height: 22px !important;
    }
    .forgot-password-page .TacValidation {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #333;
        text-align: center;
        line-height: 40px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .forgot-password-page .passw-strength-indicator {
        width: 60%;
        margin-left: 66%;
    }
    .forgot-password-page .password-strength-text {
        margin-left: 66%;
        font-size: 12px;
    }
    .registration-page .prstimg {
        width: 49%!important;
        margin-left: -10px;
    }
    .registration-page .btnloginRegister {
        padding-left: 13% !important;
        padding-right: 40%;
        width: 127%;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 0px;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 0px;
        width: 60%;
    }
    .registration-page .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: 19px;
        text-align: justify;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_pnlUserAccountConfirmation {
        height: 457px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        margin-left: -40%;
    }
}
/* NOKIA LUMIA 520 */

@media only screen and (max-device-width: 533px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .collapse {
        display: inline-flex !important;
        margin-top: -38px !important;
        padding: 0px 4px !important;
        width: 30% !important;
    }
    li.contactus a {
        display: none !important;
    }
    .navbar-nav>li {
        float: left !important;
        margin-left: -42px !important;
    }
}
/* IPHONE 5 and 5S */

@media only screen and (max-device-width: 568px) {
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        float: left;
        margin-left: -13%;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 7px 30px !important;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
        display: table-row-group;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: 2px !important;
        padding: 0px 4px !important;
    }
    .registration-page .secAnswers {
        display: none !important;
    }
    .searchHolder .search-container {
        padding: 16px 0;
    }
    .cssp-page .row.gray {
        margin-top: -1px !important;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page hr.hrline {
        width: 100% !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 70% !important;
    }
    #field_prefpassword.form-group {
        width: 102% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 70% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 70% !important;
    }
    .registration-page .prstimg {
        width: 50%!important;
        margin-left: -10px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 90% !important;
        margin-bottom: 15% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0px !important;
        margin-top: -30px;
        width: 90% !important;
    }
    .registration-page .btnloginRegister {
        padding-right: 33% !important;
        width: 100% !important;
        padding-left: 20% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblusernamevalidation {
        display: -webkit-inline-box;
        margin-left: 0% !important;
        margin-top: 1% !important;
        width: 100% !important;
    }
    .registration-page .prefpassword {
        display: none !important;
    }
    .registration-page .prefcnfrmpassword {
        display: none !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        width: 60% !important;
    }
    .change-password-profile-page .btn {
        margin-left: 28%;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 241%;
        padding: 0;
        margin-right: -83px;
        margin-left: -150px !important;
    }
    .header .navbar-right .contactus {
        display: none;
    }
    .forgot-username-page .form-control {
        margin-left: -100px !important;
        margin-top: 8px !important;
        width: 100% !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 100% !important;
        margin-left: -210px !important;
    }
    .forgot-username-page .nxtalign {
        margin-right: 0% !important;
        width: 40% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-username-page .text-left {
        font-size: 19px !important;
    }
    .security-profile-page .form-horizontal {
        margin-left: 10px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalSecurityQuestions_txtScrtPhrse {
        width: 240px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-top: -40px;
        margin-left: -10px !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -40px !important;
        margin-top: 20px;
        width: 23% !important;
        padding-left: 30px;
        outline: none!important;
    }
    .forgot-username-page .tacErrorMessage {
        color: #000;
        padding: 2px;
        margin-left: -200px !important;
        font-size: 14px !important;
        position: absolute;
        text-align: -webkit-auto;
        width: 100%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 71% !important;
        width: 44% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-password-page .zonecenter {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .forgot-password-page .row .innercontent {
        height: 40px !important;
    }
    .forgot-password-page .control-label {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 60px !important;
        margin-left: 0px !important;
        display: inline-flex !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 300px !important;
        margin-left: 1px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 300px !important;
        margin-left: 1px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 55px !important;
        float: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: 85px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTacCode {
        margin-left: 86px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        margin-left: 88px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        margin-left: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 80% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -122px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 80% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 200px !important;
        width: 20% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 80% !important;
        margin-left: 0% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 45px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: -26px !important;
        padding-left: 35px !important;
        background-color: #ffffff !important;
        margin-top: 54px !important;
        display: flex !important;
    }
}
/* IPHONE 5 & 5S Portrait*/

@media only screen and (max-device-width: 568px) {
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        margin-left: -230% !important;
        float: left;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 9px 23px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: -16px !important;
        padding-left: 20px !important;
        background-color: #ffffff !important;
        margin-top: 0px !important;
        display: inline-flex !important;
        font-size: 10px;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: -16px !important;
        padding: 0px 4px !important;
    }
    .registration-page .FormTitle {
        font-size: 18px !important;
    }
    #dlPresetImages .PresetImages {
        margin-left: -20px !important;
        margin-right: -14px !important;
    }
    .pageheader .title {
        font-size: 24px !important;
        line-height: 30px;
    }
    .searchHolder .search-container {
        padding: 15px 0;
    }
    .registration-page .readmorezone {
        margin-top: 0px !important;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page hr.hrline {
        width: 100% !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 70% !important;
    }
    #field_prefpassword.form-group {
        width: 102% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 70% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 70% !important;
    }
    .registration-page .prstimg {
        width: 106%!important;
        margin-left: 15px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 90% !important;
        margin-bottom: 15% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0px !important;
        margin-top: -30px;
        width: 90% !important;
    }
    .registration-page .btnloginRegister {
        padding-right: 44% !important;
        width: 100% !important;
        padding-left: 30% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblusernamevalidation {
        display: -webkit-inline-box;
        margin-left: 0% !important;
        margin-top: 1% !important;
        width: 100% !important;
    }
    .modal-body {
        padding-top: 0px !important;
    }
    .tac_validation {
        text-align: left;
        padding-left: 11% !important;
        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: 14px !important;
        color: #fff;
    }
    .registration-page .lnktacalign {
        float: none !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-top: 30px !important;
        width: 65% !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 212%;
        padding: 0;
        margin-right: -83px;
        margin-left: -114px !important;
    }
    .forgot-username-page .form-control {
        margin-left: -215px !important;
        margin-top: 8px !important;
        width: 360%;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -340px !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -278px !important;
    }
    .forgot-username-page .text-left {
        font-weight: 400;
        font-style: normal;
        font-size: 14px !important;
        color: #333;
        text-align: center;
        line-height: 30px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-left: -17px !important;
        width: 50% !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -250px !important;
        margin-top: 20px;
        width: 27%;
        padding-left: 30px;
        outline: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 84% !important;
        width: 130%;
        text-align: center;
        padding-left: 20px;
    }  #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTextTacnumber {
        margin-left: -20px !important;
        display: table-cell !important;
    }
    .forgot-password-page .zonecenter {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .forgot-password-page .row .innercontent {
        height: 40px !important;
    }
    .forgot-password-page .control-label {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 100px !important;
        margin-left: -35px !important;
        display: inline-flex !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 55% !important;
        margin-left: -31px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 55% !important;
        margin-left: -31px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 55px !important;
        float: left !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: -30px;
        width: 54% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        float: left !important;
        margin-left: 80px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        float: left !important;
        margin-left: -311px !important;
        font-size: 12px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -130px !important;
    }
    .forgot-password-page .tacalign {
        float: right !important;
        margin: -4% 45% 0% 0% !important;
        width: 50% !important;
        line-height: 28px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -130px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 50px !important;
        width: 22% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 50% !important;
        margin-left: -3% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: -29px;
    }
}
@media only screen and (max-device-width: 568px) {
    .bluelock {
        background: url(/cssp/cssp/App_Themes/AMLTGenericStyles/images/icons/header_lockbuttonblue.png) no-repeat !important;
        background-size: cover;
        width: 10px !important;
        height: 14px !important;
        float: left;
    }
    .dropdownimglock {
        display: none;
    }
    .header {
        height: 55px;
    }
}
/* IPHONE 6 */
/*LANDSCAPE */

@media only screen and (max-device-width: 667px) {
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 40px;
        width: 60%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        float: left;
        margin-left: 8%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 6% !important;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 50px;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
        display: table-row-group;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: -38px !important;
        padding: 0px 4px !important;
    }
    .registration-page .readmorezone {
        width: 87% !important;
        margin-left: 3% !important;
    }
    .change-password-profile-page .lnktacaligntop {
        margin-top: 16px;
    }
    .change-password-profile-page .tacErrorMessage {
        margin-left: 0px;
    }
    .login-page .u168 {
        padding-left: 2% !important;
    }
    .registration-page .u168 {
        padding-left: 15% !important;
        width: 110%;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page hr.hrline {
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #222;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 80% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0% !important;
        margin-top: 5px !important;
        width: 80% !important;
    }
    .registration-page .btnloginRegister {
        padding-left: 37% !important;
        padding-right: 50% !important;
        width: 100% !important;
    }
    .cssp-page .row.gray {
        margin-top: -1px !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 241%;
        padding: 0;
        margin-right: -83px;
        margin-left: -150px !important;
    }
    .forgot-username-page .form-control {
        margin-left: -170px !important;
        margin-top: 8px !important;
        width: 100% !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 100% !important;
        margin-left: -210px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 42% !important;
        width: 27% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-username-page .text-left {
        font-size: 19px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-top: -40px;
        margin-left: -10px !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -40px !important;
        margin-top: 20px;
        width: 23% !important;
        padding-left: 30px;
        outline: none!important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTextTacnumber {
        display: table-cell;
        margin-left: -12px !important;
    }
    .forgot-password-page .zonecenter {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .forgot-password-page .row .innercontent {
        height: 40px !important;
    }
    .forgot-password-page .control-label {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 60px !important;
        margin-left: 0px !important;
        display: inline-flex !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 380px !important;
        margin-left: 1px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 380px !important;
        margin-left: 1px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 55px !important;
        float: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: 85px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTacCode {
        margin-left: 86px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        margin-left: 88px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        margin-left: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 80% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -161px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 80% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 220px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 80% !important;
        margin-left: 0% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: -2px !important;
    }
    .nav>li>a {
        position: relative;
        display: block;
       /* padding: 9px 50px !important;*/
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: 5px;
        padding-left: 35px !important;
        background-color: #ffffff !important;
        display: flex !important;
        margin-top: 10px !important;
        margin-right: -48px !important;
    }
    .contactus {
        margin-top: 0px !important;
        display: none !important;
    }
    .registration-page .prstimg {
        width: 70%!important;
        margin-left: -10px !important;
    }
}
/* IPHONE 6 Portrait*/

@media only screen and (max-device-width: 667px) {
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        float: left !important;
        margin-left: -100% !important;
    }
    .change-password-profile-page .tacErrorMessage {
        margin-left: 20px;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: 5px;
        padding-left: 18px !important;
        background-color: #ffffff !important;
        display: flex !important;
        margin-top: 0px !important;
       /* margin-right: -18px !important;*/
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: 26px !important;
        padding: 0px 4px !important;
    }
    .registration-page .readmorezone {
        width: 87% !important;
        margin-left: -5% !important;
    }
    .u168 {
        padding-left: 10% !important;
    }
    .innercontent {
        display: block !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 241%;
        padding: 0;
        margin-right: -83px;
        margin-left: -120px !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -340px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 50% !important;
        width: 75% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-username-page .text-left {
        font-weight: 400;
        font-style: normal;
        font-size: 16px !important;
        color: #333;
        text-align: center;
        line-height: 33px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-left: -17px !important;
        width: 50% !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -275px !important;
        margin-top: 20px;
        width: 23% !important;
        padding-left: 30px;
        outline: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTextTacnumber {
        margin-left: -20px;
        display: grid !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: -30px;
        width: 44% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        float: left !important;
        margin-left: 80px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        float: left !important;
        margin-left: -311px !important;
        font-size: 12px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -160px !important;
    }
    .forgot-password-page .tacalign {
        float: right !important;
        margin: -3% 85% 0% 0% !important;
        width: 50% !important;
        line-height: 28px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -170px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 90px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 50% !important;
        margin-left: -3% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 0px !important;
    }
    .service-request-page .uploader-upload {
        margin-left: -2px;
    }
}
@media only screen and (max-device-width: 375px) {
    .searchHolder .search-container {
        padding: 19px 0;
    }
    .bluelock {
        background: url(/cssp/cssp/App_Themes/AMLTGenericStyles/images/icons/header_lockbuttonblue.png) no-repeat !important;
        background-size: cover;
        width: 10px !important;
        height: 14px !important;
        float: left;
    }
    .dropdownimglock {
        display: none;
    }
    .header {
        height: 55px;
    }
    .registration-page .grayBox {
        display: none;
    }
}
/*IPHONE 6 PLUS */

@media only screen and (max-device-width: 736px) {
    .change-password-profile-page .labelchangepassword {
        display: none;
    }
    .change-password-profile-page .lnktacaligntop {
        margin-top: 16px;
    }
    .change-password-profile-page .tacErrorMessage {
        margin-left: 0px;
    }
    .security-profile-page input[type=checkbox],
    input[type=radio] {
        margin: 7px 25px 0;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        float: left;
        margin-left: 13%;
    }
    .header .headerright li a {
        display: flex;
        margin-top: 16px;
        margin-right: -21px;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
        display: table-row-group;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: -40px !important;
        padding: 0px 4px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: 5px;
        padding-left: 35px !important;
        background-color: #ffffff !important;
    }
    .bluelock {
        background: url(/cssp/cssp/App_Themes/AMLTGenericStyles/images/icons/header_lockbuttonblue.png) no-repeat !important;
        background-size: cover;
        width: 10px !important;
        height: 14px !important;
        float: left;
    }
    .dropdownimglock {
        display: none;
    }
    .header {
        height: 55px;
    }
    .header.affix .search-container {
        padding-top: 18px;
    }
    .registration-page .readmorezone {
        width: 100% !important;
    }
    .u168 {
        padding-left: 2% !important;
    }
    .registration-page hr.hrline {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #222;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page .grayBox {
        display: none !important;
    }
    .registration-page .btnloginRegister {
        padding-left: 45% !important;
        padding-right: 43% !important;
        width: 100% !important;
    }
    .cssp-page .row.gray {
        margin-top: -1px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 80% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0% !important;
        margin-top: 5px !important;
        width: 80% !important;
    }
    .registration-page .prefUsernameValidation {
        margin-top: -7% !important;
        width: 100% !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 55% !important;
    }
    #field_prefpassword.form-group {
        width: 80% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 55% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 55% !important;
    }
    .registration-page .prstimg {
        width: 40% !important;
        margin-left: 10px !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 40px;
        width: 70% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_pnlRegistrationComplete {
        width: 110% !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 241%;
        padding: 0;
        margin-right: -83px;
        margin-left: -150px !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 100% !important;
        margin-left: -191px !important;
        float: left;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 50% !important;
        width: 35% !important;
        text-align: center;
        padding-left: 20px;
    }
    .forgot-username-page .text-left {
        font-size: 16px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-top: -40px;
        margin-left: -10px !important;
    }
    .forgot-username-page .tacErrorMessage {
        margin-left: -245px !important;
    }
    .forgot-username-page .tacErrorMessage {
        color: #000;
        padding: 2px;
        margin-left: -273px !important;
        font-size: 16px;
        position: absolute;
        text-align: -webkit-auto;
        width: 100%;
    }
    .forgot-password-page .zonecenter {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .forgot-password-page .row .innercontent {
        height: 40px !important;
    }
    .forgot-password-page .control-label {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 60px !important;
        margin-left: 0px !important;
        display: inline-flex !important;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 220px !important;
        margin-left: 1px !important;
        margin-top: -15% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 220px !important;
        margin-left: 1px !important;
        margin-top: -15% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 70px !important;
        float: left !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: 1px !important;
        margin-top: -12% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTacCode {
        margin-left: 1px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        margin-left: 54px !important;
        width: 18% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        margin-left: -75px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 44% !important;
        margin-top: -13% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -188px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 44% !important;
        margin-top: -13% !important;
    }
    .forgot-password-page .password-strength-text {
        margin-left: 30%;
        font-size: 12px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 55px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 44% !important;
        margin-left: 0% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: -12px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
       /* margin-right: -7px !important;*/
        padding-left: 35px !important;
        background-color: #ffffff !important;
        /*margin-top: 6px !important;*/
        display: flex !important;
    }
    .nav>li>a {
        position: relative;
        display: block;
        /* padding: 12px 43px !important;*/
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 0px !important;
    }
    .contactus {
        margin-top: 0px !important;
        display: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 10% !important;
        line-height: 30px;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: -415px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        margin-left: -70% !important;
        float: left !important;
    }
    .navbar-nav {
        margin: -40px 0px 0px 270px!important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_txtTacNumber {
        width: 75%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_ParagraphEmail {
        margin-top: 10% !important;
        line-height: 30px;
    }
    .forgot-password-page .passwordInputs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 0px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblEmail {
        display: initial !important;
        margin-left: -70% !important;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
    }
    .searchHolder .search-container {
        padding: 19px 0 !important;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: 36px !important;
        padding: 0px 4px !important;
    }
    .bluelock {
        background: url(/cssp/cssp/App_Themes/AMLTGenericStyles/images/icons/header_lockbuttonblue.png) no-repeat !important;
        background-size: cover;
        width: 10px !important;
        height: 14px !important;
        float: left;
    }
    .dropdownimglock {
        display: none;
    }
    .header .crossHolder {
        margin-top: 2px;
    }
    .registration-page hr.hrline {
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #222;
    }
    .registration-page .readmorezone {
        margin-top: 0px !important;
        width: 100% !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .modal-body {
        padding-top: 15px !important;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 80% !important;
    }
    #field_prefpassword.form-group {
        width: 116% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 80% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 80% !important;
    }
    .registration-page .prstimg {
        width: 82%!important;
        margin-left: 10px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 100% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0px !important;
        margin-top: -30px;
        width: 100% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnSubmit {
        margin-left: 25% !important;
    }
    .registration-page .btnloginRegister {
        padding-right: 44% !important;
        width: 100% !important;
        padding-left: 35% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblusernamevalidation {
        display: -webkit-inline-box;
        margin-left: 0% !important;
        margin-top: 1% !important;
        width: 100% !important;
    }
    .tac_validation {
        margin-left: -7px !important;
        line-height: 20px;
    }
    .editing-form-label-cell-Info {
        width: 160% !important;
    }
    div#field_prefsecurityimage.form-group {
        width: 99% !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 0px !important;
        width: 55% !important;
    }
    .registration-page .lnktacalign {
        float: right !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 215%;
        padding: 0;
        margin-right: -83px;
        margin-left: -117px !important;
    }
    /*.forgot-username-page .panel {
        width: 80% !important;
        margin-left: 40px !important;
        margin-top: -330px !important;
    }*/
    
    .forgot-username-page .form-control {
        margin-left: -180px !important;
        margin-top: 8px !important;
        width: 100% !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -340px !important;
    }
  #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTacCode{
      margin-left: -39% !important;
    float: left;
  }
  #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnTacSubmit{
  margin-left: 12% !important;
    float: left;
  }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 32% !important;
        width: 45% !important;
        text-align: center;
        padding-left: 20px;
        margin-left: -275px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-left: -17px !important;
        width: 50% !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -100px !important;
        margin-top: 20px;
        width: 20% !important;
        padding-left: 30px;
        outline: none !important;
    }
    body {
        overflow: hidden;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTextTacnumber {
        margin-left: -21px !important;
        text-align: left !important;
    }
    .forgot-username-page .tacErrorMessage {
        color: #000;
        padding: 2px;
        margin-left: -295px !important;
        font-size: 11px !important;
        position: absolute;
        text-align: -webkit-auto;
        width: 100%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 80px !important;
        float: left !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: -30px;
        width: 45% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        float: left !important;
        margin-left: 80px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        float: left !important;
        margin-left: -331px !important;
        font-size: 13px !important;
    }
   #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: 50px !important;
        line-height: 30px;
    }
    .forgot-password-page .tacalign {
        float: right !important;
        margin: -2% 50% 0% 0% !important;
        width: 50% !important;
        line-height: 28px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 50% !important;
        margin-left: 0px !important;
        margin-top: -13% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 50% !important;
        margin-left: 0px !important;
        margin-top: -13% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: 0px !important;
        width: 44% !important;
        margin-top: -11% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -198px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 70px !important;
    }
    .forgot-password-page .password-strength-text {
        margin-left: 21%;
        font-size: 12px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 44% !important;
        margin-left: 0% !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: -7px !important;
        padding-left: 17px !important;
        background-color: #ffffff !important;
        margin-top: 5px !important;
        display: flex !important;
    }
    .registration-page .col-sm-4 cssp-form brand-blue {
        display: none;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        margin-left: 25px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserFile_lb {
        margin-left: 25px;
    }
}
/* S6 and S7 Portrait */

@media (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 192dpi)and max-width: 640px) {}
/* S5 Portrait */

@media only screen and (max-device-height: 640px) {
    /*.forgot-username-page .panel {
        width: 184% !important;
        margin-left: -71px;
        margin-top: -330px;
    }*/
    
    .forgot-username-page .form-control {
        margin-left: -215px !important;
        margin-top: 8px !important;
        width: 192% !important;
    }
    .registration-page .u168 {
        padding-left: 10%;
        padding-right: 5%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 84% !important;
        width: 74% !important;
        text-align: center;
        padding-left: 20px;
    }
    .registration-page div#field_prefsecurityimage.form-group {
        width: 100%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_txtUserName {
        width: 150%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_passStrength_txtPassword {
        width: 150%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_passStrength_pnlPasswStrengthIndicator {
        width: 150%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_txtConfirmPassword {
        width: 150%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_txtScrtPhrse {
        width: 150%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnBack {
        margin-left: -25%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnNext {
        margin-left: -65% !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 100% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0% !important;
        margin-top: 0px !important;
        width: 100% !important;
    }
    .registration-page .editing-form-value-cell .password-strength-text {
        width: 60% !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-bottom: 16px;
        margin-top: 0px;
        width: 70% !important;
    }
    .registration-page .lnktacalign {
        float: none !important;
        margin: -30px -138px 0px 0px;
    }
    .registration-page .tac_validation {
        line-height: 20px;
        padding-bottom: 0%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnSubmit {
        margin-left: 25% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_btnTAC {
        float: left !important;
        margin: -60px -138px 0px 0px;
    }
}
/*S5 Landscape */

@media only screen and (max-device-height: 640px) {
    /*.forgot-username-page .panel {
        width: 123% !important;
        margin-left: -49px !important;
        margin-top: 0px !important;
    }*/
    
    .u168 {
        padding-left: 2% !important;
    }
    .registration-page .u168 {
        padding-left: 8% !important;
    }
    .forgot-username-page .form-control {
        margin-left: -165px !important;
        margin-top: 8px !important;
        width: 140% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 84% !important;
        width: 40% !important;
        text-align: center;
        padding-left: 20px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-top: -40px;
        margin-left: -10px !important;
        width: 100% !important;
    }
}
/* S3 Portrait*/

@media only screen and (max-device-height: 640px) {
    /*.forgot-username-page .panel {
        width: 184% !important;
        margin-left: -71px;
        margin-top: -330px;
    }*/
    
    .forgot-username-page .form-control {
        margin-left: -215px !important;
        margin-top: 8px !important;
        width: 192% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 84% !important;
        width: 74% !important;
        text-align: center;
        padding-left: 20px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl00_CustomerPortalRegistrationConfirmation_btnConfirm {
        margin-left: -130%;
    }
}
/* S3 Landscape */

@media only screen and (max-device-height: 640px) {
    .forgot-username-page .form-control {
        margin-left: -200px !important;
        margin-top: 8px !important;
        width: 140% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 0% !important;
        width: 40% !important;
        text-align: center;
        padding-left: 20px;
        float: left;
        margin-left: -70% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnTacSubmit {
        margin-left: -60% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-top: -40px;
        margin-left: -30px !important;
        width: 50% !important;
    }
    .readmorezone {
        width: 110%;
        margin-left: 5px;
    }
    .forgot-username-page .form-horizontal .control-label {
        width: 100% !important;
        margin-left: -40% !important;
        float: left;
    }
}
/* Smallest screen size*/

@media only screen and (max-width: 320px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 0px 16px !important;
    }
    .username {
        color: #0e5dae !important;
        font-weight: 600 !important;
        margin-right: -28px !important;
        padding-left: 0px !important;
        background-color: #ffffff !important;
        margin-top: 14px !important;
        display: flex !important;
    }
    .bluelock {
        margin-left: 10px;
        margin-top: 3px;
    }
    .collapse {
        display: inline-flex !important;
        margin-top: -16px !important;
        padding: 0px 4px !important;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 200%;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 205%;
    }
    .registration-page .FormTitle {
        font-size: 18px !important;
    }
    #dlPresetImages .PresetImages {
        margin-left: -30px !important;
        margin-right: -12px !important;
    }
    .pageheader .title {
        font-size: 24px !important;
        line-height: 30px;
    }
    .searchHolder .search-container {
        padding: 19px 0;
    }
    .registration-page .readmorezone {
        margin-top: 0px !important;
    }
    .innercontent {
        display: block !important;
    }
    .registration-page hr.hrline {
        width: 100% !important;
    }
    .registration-page div#field_prefusername.form-group {
        width: 70% !important;
    }
    #field_prefpassword.form-group {
        width: 102% !important;
    }
    .registration-page #field_prefconfirmpassword.form-group {
        width: 70% !important;
    }
    .registration-page #field_prefsecretphrase.form-group {
        width: 70% !important;
    }
    div#field_prefsecurityimage.form-group {
        width: 70% !important;
    }
    .registration-page .prstimg {
        width: 82%!important;
        margin-left: 10px !important;
    }
    .registration-page .col-sm-5.regSecQn {
        width: 90% !important;
        margin-bottom: 15% !important;
    }
    .registration-page .col-sm-5.regSecAnswer {
        margin-left: 0px !important;
        margin-top: -30px;
        width: 90% !important;
    }
    .registration-page .btnloginRegister {
        padding-right: 44% !important;
        width: 100% !important;
        padding-left: 30% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalSelfRegistration_lblusernamevalidation {
        display: -webkit-inline-box;
        margin-left: 0% !important;
        margin-top: 1% !important;
        width: 100% !important;
    }
    .modal-body {
        padding-top: 0px !important;
    }
    .security-profile-page .col-sm-5.regSecAnswer {
        margin-left: -3%;
        width: 130%;
        margin-top: -15px;
    }
    .security-profile-page .btn.btn-danger {
        left: -15% !important;
    }
    .tac_validation {
        text-align: left;
        padding-left: 11% !important;
        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: 14px !important;
        color: #fff;
    }
    .registration-page .lnktacalign {
        float: none !important;
    }
    .registration-page #field_TACNumber.Reg_TACNumber {
        margin-top: 30px !important;
        width: 65% !important;
    }
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0;
        list-style: none;
        width: 220%;
        padding: 0;
        margin-right: -83px;
        margin-left: -115px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_txtTacNumber {
        width: 55%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_ncpuserupload {
        margin-left: -215px;
    }
    .notification-profile-page .btntacrequest {
        margin-left: -40% !important;
        margin-top: 155px;
        position: absolute !important;
    }
    /*.forgot-username-page .panel {
        width: 210% !important;
        margin-left: -70px;
        margin-top: -330px;
    }*/
    
    .forgot-username-page .form-control {
        margin-left: -200px !important;
        margin-top: 8px !important;
        width: 200% !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -340px !important;
    }
    .forgot-username-page .form-horizontal .control-label {
        margin-left: -312px !important;
    }
    .forgot-username-page .text-left {
        font-weight: 400;
        font-style: normal;
        font-size: 14px !important;
        color: #333;
        text-align: center;
        line-height: 30px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_txtTac {
        position: relative !important;
        margin-left: -17px !important;
        width: 50% !important;
    }
    .forgot-username-page .btn {
        text-align: left;
        margin-left: -238px !important;
        margin-top: 20px;
        width: 27% !important;
        padding-left: 30px;
        outline: none !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_btnSubmitButton {
        margin-right: 0% !important;
        width: 100% !important;
        text-align: center;
        padding-left: 20px;
        margin-left: -150% !important;
        float: left;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblEmail {
        display: initial !important;
        margin-left: -350% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotUsername_lblTextTacnumber {
        margin-left: -20px !important;
        display: table-cell !important;
    }
    .service-request-page table.EditingFormTable {
        width: 100% !important;
    }
    .forgot-password-page .zonecenter {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 20px;
    }
    .forgot-password-page .text-left {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .forgot-password-page .row .innercontent {
        height: 40px !important;
    }
    .forgot-password-page .control-label {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 100px !important;
        margin-left: -60px !important;
        display: inline-flex !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtUserName {
        width: 240px !important;
        margin-left: -31px !important;
        margin-top: -30% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtIdNo {
        width: 240px !important;
        margin-left: -31px !important;
        margin-top: -30% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnSubmitButton {
        margin-left: 55px !important;
        float: left !important;
        width: 20%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_txtTac {
        margin-left: -30px;
        width: 54% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_btnNext {
        float: left !important;
        margin-left: 80px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_lblTextTacnumber {
        float: left !important;
        margin-left: -311px !important;
        font-size: 12px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_pnotificationDetail {
        margin-top: -130px !important;
    }
    .forgot-password-page .tacalign {
        float: right !important;
        margin: -5% 35% 0% 0% !important;
        width: 50% !important;
        line-height: 28px !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_txtPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_lblPasswStregth {
        float: left !important;
        margin-left: -130px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_txtConfirmPassword {
        float: left !important;
        margin-left: -20px !important;
        width: 50% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_btnOk {
        float: left !important;
        margin-left: 50px !important;
        width: 22% !important;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_CustomerPortalForgotPassword_resetPassword_passStrength_pnlPasswStrengthIndicator {
        width: 50% !important;
        margin-left: -3% !important;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 0px !important;
    }
    .security-profile-page .lnktacalign {
        margin-top: 15px;
        margin-left: 20%;
    }
    .statement-request-page table.EditingFormTable {
        width: 60%;
        margin-left: 15px !important;
    }
    .statement-request-page .EditingFormButtonCell {
        margin-left: -200px;
    }
    .navbar-nav {
        margin: -40px 0px 0px 210px!important;
    }
}
/*# 30.  carousel-control  #*/

.chevron_left {
    display: none;
}
.chevron_right {
    display: none;
}
/*# 30.  carousel-control /02. IPHONE 5 & 5S Portrait #*/

@media only screen and (max-device-width: 568px) {
    .change-password-profile-page .tacErrorMessage {
        margin-left: 2px;
    }
    .security-profile-page .validation {
        margin-left: 10px;
        font-size: 11px;
    }
    .statement-request-page table.EditingFormTable {
        width: 85%;
    }
}
/*# 30.  carousel-control /03. IPHONE 6 Portrait #*/

@media only screen and (max-device-width: 667px) {
    .statement-request-page table.EditingFormTable {
        width: 88%;
    }
}
/*# 30.  carousel-control /04. IPHONE 6 PLUS  #*/

@media only screen and (max-device-width: 736px) {
    .security-profile-page .prstimg {
        width: 80%!important;
        margin-left: -10px;
    }
    .security-profile-page .img-rounded {
        width: 55px;
    }
    .registration-page .u168 {
        padding-left: 15%;
    }
}
@media only screen and (min-device-width: 412px) and (max-device-width: 732px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    table#dlPresetImages {
        width: 100%;
        margin-bottom: 3px;
    }
    .subnav .outside li.listofpagescontainer.responsive .listofpages {
        margin-left: -410px !important;
    }
    .security-profile-page .col-sm-5.regSecAnswer {
        margin-left: -3%;
        width: 130%;
        margin-top: -25px;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl01_CustomerPortalChangePassword_txtTacNumber {
        width: 75%;
    }
    .notification-profile-page .btntacrequest {
        margin-left: -45%;
        margin-top: 140px;
    }
    .service-request-page table.EditingFormTable {
        width: 80% !important;
    }
    .security-profile-page .prstimg {
        width: 80%!important;
        margin-left: -10px;
    }
    .security-profile-page .img-rounded {
        width: 65px;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 170%;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 170%;
    }
    .security-profile-page div#field_prefsecurityimage.form-group {
        width: 85% !important;
        margin-top: -40px;
    }
    .service-request-page table.EditingFormTable {
        width: 80%;
    }
    .certificate-summary-page div.col-lg-6.certsumright {
        width: 170%;
    }
    .certificate-summary-page div.col-lg-6.certsumleft {
        width: 170%;
    }
    .security-profile-page .lnktacalign {
        margin-top: 15px;
        margin-left: 20%;
    }
    #p_lt_WebPartZone6_ZoneContent_pageplaceholder_p_lt_ctl02_On_lineForm_viewBiz_UserForms_lb {
        margin-left: 20px;
    }
}
@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 660px),
only screen and (max-width: 480px) {
    .security-profile-page .lnktacalign {
        margin-top: 15px;
        margin-left: 20%;
    }
}


/*# 32.  TOOLTIP Self-Registration-Page2  #*/
.registration-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 80%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
.registration-page a.toottipicon {outline:none; }
.registration-page a.toottipicon strong {line-height:30px;}
.registration-page a.toottipicon:hover {text-decoration:none;} 
.registration-page a.toottipicon span {
    z-index:10;
  display:none; 
  padding:10px 20px;
    margin-top:10px; 
  margin-left:-150px;
    width:400px; 
  line-height:16px;
}
.registration-page a.toottipicon:hover span{
    display:inline;   
  position:absolute; 
    border:2px solid #7A9816;  
 color: #333333;
  background-color: #EDF6CE;
  Outline #A0C323 fixed 2px;
  stroke(border): none:
}
.registration-page .callout {     
    position: absolute;    
    top: -13px;    
    margin-left: 132px;    
}
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{ 

.registration-page .toottipicon {
    display: -webkit-inline-box;
        margin-left: 106%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
 .registration-page a.toottipicon span {
   z-index:10;
   display:none; 
   padding:10px 20px;
   margin-top:10px; 
   margin-left:-320px;
   width:350px; 
   line-height:16px;
   font-size: 89%;
} 
  .registration-page .callout {     
    position: absolute;    
    top: -13px;    
    margin-left: 300px;    
}

}
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{ .registration-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 70%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .registration-page a.toottipicon span {
       z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 37px;
    margin-left: -335px;
    width: 350px;
    line-height: 16px;
    font-size: 89%;
} 
  .registration-page .callout {     
    position: absolute;    
    top: -13px;    
    margin-left: 290px;    
}
}    
@media only screen and (max-width : 360px) 
{
  .registration-page .toottipicon {
    display: -webkit-inline-box;
        margin-left: 105%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
 .registration-page a.toottipicon span {
       z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: -321px;
    width: 350px;
    line-height: 16px;
    font-size: 89%;
} 
  .registration-page .callout {     
    position: absolute;    
    top: -13px;    
    margin-left: 302px;    
}
}

@media screen and (max-width: 680px) and (orientation:landscape)
{
  .registration-page .toottipicon {
    display: -webkit-inline-box;
        margin-left: 106%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
 .registration-page a.toottipicon span {
   z-index:10;
   display:none; 
   padding:10px 20px;
   margin-top:10px; 
   margin-left:-320px;
   width:350px; 
   line-height:16px;
   font-size: 89%;
} 
  .registration-page .callout {     
    position: absolute;    
    top: -13px;    
    margin-left: 300px;    
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2)
{
  .registration-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 73%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .registration-page a.toottipicon span {
  z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -282px;
    width: 300px;
    line-height: 16px;
    font-size: 80%;
} 
  .registration-page .callout {     
    position: absolute;
    top: -13px;
    margin-left: 238px;    
}
  }
@media only screen and 
  (min-device-width: 320px) and 
  (max-device-height: 568px) and 
  (orientation : landscape) and 
  (-webkit-device-pixel-ratio: 2)
  {
  .registration-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 72%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .registration-page a.toottipicon span {
   z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -300px;
    width: 318px;
    line-height: 16px;
    font-size: 80%;
} 
  .registration-page .callout {     
    position: absolute;
    top: -13px;
    margin-left: 255px;    
}
  }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
  .registration-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 75%;
    width: 110%;
    margin-top: -58px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .registration-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -250px;
    width: 320px;
    line-height: 16px;
    font-size: 77%;
}
  .registration-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 205px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
  .registration-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 72%;
    width: 110%;
    margin-top: -60px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
.registration-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -375px;
    width: 400px;
    line-height: 16px;
}
.registration-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 330px;
}
}

/*# 33.  TOOLTIP ChangePassword  #*/

.change-password-profile-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 80%;
    width: 110%;
    margin-top: -56px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
.change-password-profile-page a.toottipicon {outline:none; }
.change-password-profile-page a.toottipicon strong {line-height:30px;}
.change-password-profile-page a.toottipicon:hover {text-decoration:none;} 
.change-password-profile-page a.toottipicon span {
    z-index:10;
  display:none; 
  padding:10px 20px;
    margin-top:10px; 
  margin-left:-150px;
    width:400px; 
  line-height:16px;
}
.change-password-profile-page a.toottipicon:hover span{
    display:inline;   
  position:absolute; 
    border:2px solid #7A9816;  
 color: #333333;
  background-color: #EDF6CE;
  Outline #A0C323 fixed 2px;
  stroke(border): none:
}
.change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 132px;
}
.change-password-profile-page .ErrMsgTextNCpwd {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: left;
    padding-left: 89%;
    /* display: table; */
    margin-top: -14px;
    width: 100%;
    margin-left: -29%;
}
/*Media query for Samsung5 - portrait*/
@media only screen and (max-width : 360px) 
{
  .change-password-profile-page .ErrMsgTextNCpwd {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #949494;
    text-align: left;
    padding-left: 89%;
    /* display: table; */
    margin-top: 0px;
    width: 100%;
    margin-left: -29%;
}
  .change-password-profile-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 65px;
    width: 110%;
    margin-top: -97px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .change-password-profile-page a.toottipicon span {
        z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 11px;
    margin-left: -211px;
    width: 272px;
    line-height: 16px;
    font-size: 77%;
}
  .change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 193px;
}
}
/*Media query for Samsung5 - Landscape*/
@media screen and (max-width: 680px) and (orientation:landscape)
  {
  .change-password-profile-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 95px;
    width: 110%;
    margin-top: -85px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .change-password-profile-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: -324px;
    width: 400px;
    line-height: 16px;
}
  .change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 305px;
}
  }

/*Media query for iphone5 - portrait*/
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2)
{
  .change-password-profile-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 58px;
    width: 110%;
    margin-top: -82px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
   .change-password-profile-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -240px;
    width: 272px;
    line-height: 16px;
    font-size: 77%;
}
  .change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 195px;
}
}
/*Media query for iphone5 - Landscape*/
@media only screen and 
  (min-device-width: 320px) and 
  (max-device-height: 568px) and 
  (orientation : landscape) and 
  (-webkit-device-pixel-ratio: 2)
  {
  .change-password-profile-page .toottipicon{   
    display: -webkit-inline-box;
    margin-left: 85px;
    width: 110%;
    margin-top: -83px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .change-password-profile-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -339px;
    width: 400px;
    line-height: 16px;
}
  .change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 296px;
}
}
/*Media query for ipad and ipadmini - Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
  .change-password-profile-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 20%;
    width: 110%;
    margin-top: -68px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
.change-password-profile-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -375px;
    width: 400px;
    line-height: 16px;
}
.change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 330px;
}
}
/*Media query for ipad and ipadmini - portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
  .change-password-profile-page .toottipicon {
    display: -webkit-inline-box;
    margin-left: 20%;
    width: 110%;
    margin-top: -68px;
    position: relative;
    Height: 25px;
    Width: 25px;
}
  .change-password-profile-page a.toottipicon span {
    z-index: 10;
    display: none;
    padding: 10px 20px;
    margin-top: 35px;
    margin-left: -250px;
    width: 272px;
    line-height: 16px;
    font-size: 77%;
}
  .change-password-profile-page .callout {
    position: absolute;
    top: -13px;
    margin-left: 205px;
}
}

/*#38.MyDocument-page #*/
.docdownload .collapse {
  display: none;
}
.docdownload .collapse.in {
  display: block;
}
.docdownload table.docStatement {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.docdownload .docStatement thead {
    font-family: 'Open Sans Semibold', 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.docdownload .docStatement th {
    font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-style: normal;
    font-size: 16px;
    color: #999999;
    border-bottom: 0 solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.docdownload .docStatement tr {
    border-bottom: 0 solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.docdownload .docStatement td {
    border-bottom: 1px solid #ddd !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.docdownload .docStatement td.alignamount {
    width: 16%;
}
.docdownload .m-0{
	margin: 0;
}
.docdownload .table td, .table th {
  vertical-align: top;
  border-top: 1px solid #dee2e6 !important;
}
.docdownload .font-weight-bold {
  font-weight: 600 !important;
}
.docdownload .p-2 {
  padding: .5rem!important;
}
.docdownload .more-less {
  float: right;
  color: #212121;
  padding-right: 10px;
}
.docdownload a:hover {
    text-decoration-line: none;
}
.docdownload div[aria-expanded=true] i.more-less::after {
   content: "\f106";
}
.docdownload div[aria-expanded=false] i.more-less::after   {
   content: "\f107";
}
.docdownload .w-60{
  width: 60%; 
}
.docdownload .w-20{
  width: 20%; 
}
.docdownload .panel-heading {
  padding: 0px;
}
.docdownload .panel-title {
  padding: 10px 15px;
}
@media only screen and (max-device-width: 736px){
  .docdownload .collapse {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .docdownload .collapse.in {
    display: block !important;
  }
  .docdownload .w-60{
    width:50%; 
  }
  .docdownload .w-20{
    width:25%; 
  }
}

/*#39.Contact Info #*/
.wrapper {
  width: 100%; 
  text-align: center;
}

.text {
  display: flex; 
  justify-content: center; 
  text-align: left;
}

.modal-body1 {
    padding-top: 40px;
    max-height: 250px;
    text-align: center;
    background-color: #FFFFFF;
    padding-left: 15%;
    padding-right: 10%;
}

.modal-dialog1{

	position: relative;
	margin: 10px;
}

.modal-in .modal-dialog1{
    transform: translate(0, 0);
}

@media only screen and (max-device-width: 568px){
.modal-body1
{
 padding-top: 0px !important;  
}
}


@media screen and (min-width: 768px) {
    .modal-dialog1 {
        width: 768px;
	
    }
	}
	
	@media screen and (min-width: 1440px){
	    .modal-dialog1 {
        width: 1300px;
	
    }
	}
	
	@media screen and (min-width: 1024px) {
	
	    .modal-dialog1 {
        width: 900px;
	
    }
	}
