@charset "utf-8";
/*#renewal-details-table {*/
    /*font-family: arial, sans-serif;*/
    /*border-collapse: collapse;*/
    /*width: 70%;*/
    /*margin-left: 20%;*/
/*}*/

/*#renewal-details-table td, #renewal-details-table th {*/
    /*border: 1px solid #dddddd;*/
    /*text-align: left;*/
    /*padding: 8px;*/
/*}*/


#renewal-process{
    margin-top: 20px;
    text-align: center;

}

.renewal_details_table td{
    padding-right: 20px;
}

#renewal-process ul>li{
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#up_sell_form .up_sell_label{

    font-weight: bold;
}



#up_sell_form{
    margin: auto;
    width: 58%;
    font-size: 16px;

}
button.download-policy-btn{
    /* background-color: white; */
    padding: 10px;
    border: 1px solid lightgray;
    font-size: 14px;
    box-shadow: 1px 0.5px 1px 0.5px #cccccc;
}
button.download-policy-btn:hover {
    color: white;
    background-color: #279ee3;
    box-shadow: none;
}

 .pdf-status {

    margin-left: 15px;
}

.pdf-status.success {
    color: yellowgreen;
    font-weight: 600;
}
.pdf-status.failure {
    color: red;
    font-weight: 600;
}

.flex-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.g20logo{
    max-width: 100pt;
    float: right;
    margin-right: 100px;
}
.g20logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    /*margin-left: 15px;*/
}
@media only screen and (max-width: 600px) {
    #up_sell_form {
        width: 100%;
        font-size: 14px;
        margin: auto;
    }
}


.success-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;

}

.success-table td, .success-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

.logo {
    float: left;
    width: 230px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

.product-row {
    display: table;
    border-collapse: separate;
    border-spacing: 20px
}

.product-item {
    display: table-cell;
    width: 33%;
    background: #e7ffdf;
    border: 1px solid #8ec63f;
    padding: 15px;
    vertical-align: top
}

.product-item:nth-child(even) {
    background: #def4ff;
    border: 1px solid #82cff3
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width: 767px) {
    .product-row {
        display: block
    }

    .logo{
        width: 100%;
    }

    .product-item {
        display: block;
        width: 100%;
        clear: both;
        margin: 20px 0
    }
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #646363;
    /*font-family: 'open_sansregular';*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'open_sanssemibold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 0;
    line-height: normal
}

#main h1 {
    font-size: 30px;
    padding-bottom: 19px;
    padding-top: 19px;
    color: #3a3a3a;
}

p {
    margin: 0 0 20px
}

ul {
    list-style: none
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clear {
    clear: both
}

.spacer {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}

#header {
    background: #fff;
    clear: both;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2
}

#header .header-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}



.top-section {
    text-align: right;
    float: left;
    width: 100%
}

.top-link {
    float: right
}

.accessibility-section {
    float: right
}

.font-size {
    float: left
}

.top-link ul li {
    display: inline
}

.top-link ul li a, .top-link ul li span {
    color: #282828;
    font-size: 12px;
    padding: 0 10px
}

.top-link ul li a:hover {
    text-decoration: underline
}

.font-size ul li {
    display: inline
}

.font-size ul li a {
    color: #282828;
    font-size: 14px;
    padding: 0 2px
}

.logo {
    float: left;
    /*width: 230px*/
}

.logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

#navHolder {
    float: right;
    width: 880px
}

#navigation {
    float: left;
    width: 640px;
    height: 65px
}

#quick-link .tabcontent {
    text-align: left;
    font-size: 14px
}

.renewal-title{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.contact-details-title{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: red;
}


input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    border: 1px solid #d8d8d8;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    height: 32px;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #8f949a;
    margin-bottom: 10px;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="submit"] {
    display: block;
    background: #007ac9;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    padding: 5px 10px;
    height: 44px;
    cursor: pointer;
    -webkit-appearance: none
}

input[type="submit"]:hover {
    background: #343735
}

#home-info h2, #home-info h1 {
    color: #3a3a3a;
    font-size: 170%;
    line-height: normal;
    padding-bottom: 25px
}

.assured .lt-image img {
    display: block;
    width: 100%
}

.assured .rt-txt span {
    display: block;
    font-size: 28px
}

.assured-stamp {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    margin-top: -50px;
    right: -50px
}


#footer {
    clear: both;
    float: left;
    width: 100%
}

.quick-links {
    padding: 40px 0;
    float: left;
    width: 100%;
    clear: both;
    background: #666
}

.col {
    float: left;
    border-left: 1px solid #838383;
    padding: 0 40px 0 40px;
    min-height: 285px
}

.col:first-child {
    border-left: 0;
    padding-left: 0
}

.col1 {
    width: 330px
}

.col2 {
    width: 280px
}

ul.footer-link {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.footer-link li {
    font-size: 105%;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-weight: 400;
    padding-bottom: 9px;
    position: relative
}

ul.footer-link li a {
    color: #fff
}

ul.footer-link li ul li {
    font-size: 11px;
    color: #d0d0d0;
    background: url(../images/bullet.png) no-repeat 0 8px;
    padding: 0 0 0 10px
}

ul.footer-link li ul li a {
    color: #d0d0d0
}

ul.footer-link li ul li a:hover {
    text-decoration: underline
}


.quick-links select {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px;
    color: #404348;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    background: #fff url(../images/form_arrw.png) no-repeat 96% center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.footer-bottom {
    padding: 40px 0;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 98%;
    line-height: 20px;
    font-family: 'open_sanssemibold';
    color: #878787
}

.footer-bottom span {
    color: #aeaeae;
    font-family: 'open_sansregular'
}

.footer-bot-link {
    padding-top: 25px
}

.footer-bot-link ul li {
    display: inline;
}

.footer-bot-link ul li:before {
    content: '|'
}

.footer-bot-link ul li:first-child:before {
    content: ''
}

.footer-bot-link ul li a {
    padding: 0 9px;
    color: #939393;
    font-weight: 400
}

.footer-bot-link ul li a:hover {
    text-decoration: underline
}

ul.side-nav li {
    border-top: 1px solid #3192d1;
    position: relative;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

ul.side-nav li.last {
    border-top: 1px solid #3192d1 !important
}

ul.side-nav li:first-child {
    border-top: none
}

ul.side-nav li {
    font-family: 'open_sanssemibold';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: block
}

ul.side-nav li a {
    display: block;
    color: #fff;
    padding: 18px 14px
}

ul.side-nav li span.nolink:hover {
    background: #007ac9
}

ul.side-nav li ul {
    display: none
}

ul.side-nav li ul li {
    font-size: 14px;
    font-family: 'open_sansregular'
}

ul.side-nav li ul li a {
    padding: 5px 20px
}

ul.side-nav li ul li a:hover {
    background: #007ac9
}

ul.side-nav li span.spanToshow {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    height: 32px;
    width: 32px;
    text-align: center;
    cursor: pointer
}

ul.side-nav li span.nolink {
    display: block;
    color: #fff;
    padding: 18px 14px
}

ul.side-nav li.expanded, ul.side-nav li.leaf {
    padding: 0
}
/*Renewal details table css*/
.renewal-details{
    width: 643px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.renewal-details table{
    border-collapse: collapse;
    border: solid 1px #c9c9c9;
}
.renewal-title{
    font: normal 30px calibri;
    color: #017cca;
    margin-bottom: 32px;
    text-align: center;
}
tr{
    /*                border: 1px solid #dddddd;*/
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #f6f6f6;
}
td{
    padding: 10px 0 10px 30px;
    border-right: solid 1px #c9c9c9;
    font-size:  18px;
    font-family: 'Open Sans', sans-serif;
    color: #828282;
}
tr td:last-child{
    border: none;
}
tr td:first-child{
    color: #363636;
    font-weight: bold;
}
.pay-btn{
    width: 142px;
    height:43px;
    color: #fff;
    background: #017cc9;
    margin: 22px auto 0 auto;
    display: block;
    font-size: 18px;
}
.alert-text-1{
    margin: 12px 0;
    text-align: left;
    padding: 0 10;
    /*font: normal 15px calibri;*/
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
}
.alert-text-2{
    margin: 12px 0 0 0;
    text-align: center;
    padding: 0 10;
    /*font: normal 15px calibri;*/
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
}

@media screen and (max-width: 642px){
    .renewal-details{
        width: 100%;
    }
}

/*End renewal details css*/

.renew-progress-bar{
    width: 582px;
    margin: 0 auto;
    margin-top: 100px;
}
.current-stage, .next-stage, .last-stage{
    position: relative;
    float: left;
}
.current-stage{
    margin-right: 218px;
}
.next-stage{
    margin-right: 214px;
}


.circle{
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: #dedede;
    text-align: center;
    padding-top: 13px;
}
.circle-text{
    /*font: normal 20px calibri;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.renew-progress-bar div:nth-child(3){
    margin-right: 0;
}
/*.progress-bar div:nth-child(1) .circle{*/
    /*background: #05a147;*/
/*}*/
.renew-progress-bar div:after{
    border-top: 9px solid #dedede;
    content: "";
    position: absolute;
    width: 220px;
    top: 33%;
    left: 49px;
}

@media screen and (max-width: 581px){
    .renew-progress-bar div:after{
        border-top: 9px solid #dedede;
        content: "";
        position: absolute;
        width: 110%;
        top: 33%;
        left: 49px;
    }

}

.renew-progress-bar div.changed:after {
    /* this selector is more specific, so it takes precedence over the other :after */
    border-top: 9px solid rgb(79, 162, 72);
    content: "";
    position: absolute;
    /*width: 220px;*/
    top: 33%;
    left: 49px;
}
.renew-progress-bar div:nth-child(3):after{
    border-top: 0px solid #05a147;
}
.renew-progress-bar div:nth-child(4):after{
    border-top: 0px solid #05a147;
}
/*.progress-bar div:nth-child(1):after{*/
    /*border-top: 9px solid #05a147;*/
/*}*/
.progress-bar-text{
    width: 636px;
    margin: 18px auto 0 auto;
}
.current-text, .next-text, .last-text{
    float: left;
    text-align: center;
}
.current-text, .next-text{
    margin-right: 30%;
}
/*.current-text p{*/
    /*color: #05a147;*/
/*}*/
.clrflt{
    clear: both;
}
.renew-update-container{
    padding: 20px;
    background-color: whitesmoke;
}
#renew-update-form label {
    display: inline-block;
}

#renew-update-form input[type=text], select, textarea{
    width: 100%;
    outline: -moz-mac-accentregularshadow;
    /*padding: 12px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*box-sizing: border-box;*/
    resize: vertical;
}

#renew-update-form input[type=text]:focus{

}

.renew-update-container .form-wrap{
    padding: 20px;

}

.renew-update-container{
    margin-left: 10%;
    margin-right: 10%;
}
.mt-20px{
    margin-top: 30px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

@media screen and (max-width: 600px) {
    .col-25, .col-75 {
        width: 100%;
        margin-top: 0;
    }
    .renew-update-container{
        margin: 0;
    }

}

.field-errors{
    font-size: 14px;
}

/* Floating column for labels: 25% width */



@media screen and (max-width: 581px){
    .renew-progress-bar{
        width: 100%;
        max-width: 262px;
    }
    .current-stage, .next-stage{
        margin-right: 20%;
    }
    .renew-progress-bardiv::after {
        width: 103px;
    }
    .renew-progress-bar-text{
        max-width: 315px;
    }
    .current-text, .next-text{
        margin-right: 15%;
    }
    .circle-text{
        font-size: 18px;
    }
    td{
        font: normal 18px calibri;
    }
}

.error-container{
    margin : 20px 20px 0px 20px;
    text-align: center;
    font-size: 15px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/*.alert-success {*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #d6e9c6;*/
/*}*/

/*.alert-success{*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #d6e9c6;*/
/*}*/
/*.alert-danger{*/
    /*color: #a94442;*/
    /*background-color: #f2dede;*/
    /*border-color: #ebccd1;*/

/*}*/

.grace-period-expired{
    color: red;
}

.puc-disclaimer{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;

}

.has-error{
    color: red;
}

#puc-disclaimer-error{
    color: red;
    text-align: center;
    display: none;
}


.disclaimer{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;

}
.disclaimer-error{
    color: red;
    text-align: center;
    display: none;
}
#disclaimer-error{
    color: red;
    text-align: center;
    display: none;
}

#consent_section{

    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#consent_section .consent_text{
    font-size: 15px;
    text-align: center;
}

#api-messages-policy-pdf {
    margin: 10px auto;
    font-size: 22px;          
    font-weight: bold;        
    color: #2C3E50;           
    /*background-color: #EAF2F8;*/
    padding: 15px;           
    /*border: 2px solid #3498DB; */
    border-radius: 5px;
    text-align: center;
    display: block;
    margin-top: 10px;
    max-width: 1000px;
    word-wrap: break-word;
    /*display: none;*/
    opacity: 0;
}