@CHARSET "UTF-8";
#skiptocontent a, a.scroll-content {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus, 
a.scroll-content:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ed0722;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

.navbar-nav > li > a.icon-exit{
        padding-top: 18px;
}

@media (max-width: 767px){
.navbar-nav.navbar-mini > li{
float: left;
}
/* .navbar-nav > li > a.icon-exit {
    padding-top: 10px;
} */
}


.modal-content{
    padding: 12px 24px;
}

#stepWrap {
    margin: 0;
    padding: 0;
    height: 7px;
    font-size: 0px;
}

#stepWrap li{
    margin: 0;
    padding: 0;
    height: 7px;
    cursor: pointer;
    width: 11.111111%;
}
#stepWrap li a{
    width: 100%;
    background: #D0D0D0;
    background: -webkit-linear-gradient(left, #ed0722 50%, #D0D0D0 50%);
    background: -moz-linear-gradient(left, #ed0722 50%, #D0D0D0 50%);
    background: -o-linear-gradient(left, #ed0722 50%, #D0D0D0 50%);
    background: linear-gradient(to right, #ed0722 50%, #D0D0D0 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 1s ease-in-out;
    display: block;
    height: 7px;
}

#stepWrap li a.disabled{
        cursor: default;
}

 #stepWrap li a:focus{
    outline: none;
    position: relative;
}

#stepWrap li a:focus > span:after{
    content: "\f0d8";
    position: absolute;
    font-size: 20px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    left: 50%;
    margin-left: -6px;
    top: 2px;
} 

#stepWrap.total-steps-12 li{
    width: 8.333333333333333%;
}

#stepWrap.total-steps-11 li{
    width: 9.09090909090909%;
}

#stepWrap.total-steps-10 li{
    width: 10%;
}

#stepWrap.total-steps-9 li{
    width: 11.11111111%;
}

#stepWrap.total-steps-8 li{
    width: 12.5%;
}

#stepWrap.total-steps-7 li{
    width: 14.28571428571429%;
}

#stepWrap.total-steps-6 li{
    width: 16.6666666666666%;
}

#stepWrap.total-steps-2 li{
    width: 50%;
}

#stepWrap li:not(:first-child) a:after {
    content: "";
    width: 2px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    margin-left: -1px;
}

#stepWrap li:last-child a:before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
   /*  margin-right: 12px; */
    right: 0;
}

#stepWrap > li a.reached {
/*     background-color: #ed0722;
transition: background-color 0.3s; */
transition:all 1s ease-in-out;
     background-position:left bottom;
}

.card {
    border-radius: 2px;
    margin-bottom: 12px;
    zoom: 1;
}

.card:before, .card:after {
    content: "";
    display: table;
}

.card:after {
    clear: both;
}

.card-default {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.card-header, .card-body, .card-action {
    padding-right: 24px;
    padding-left: 24px;
}

.card-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
}

.card-body {
    padding-bottom: 12px;
}

.card-action {
    padding-bottom: 12px;
}

.card-action:before, .card-action:after {
    display: table;
    content: " ";
}

.card-action:after {
    clear: both;
}

.card-body > p:nth-last-child(1), 
.card-body > ol:nth-last-child(1), 
.card-body > ul:nth-last-child(1), 
.card-body > div:nth-last-child(1), 
.card-body > figure:nth-last-child(1) {
    margin-bottom: 0;
}

.card-header > h1:first-of-type, 
.card-header > h2:first-of-type, 
.card-header > h3:first-of-type, 
.card-header > h4:first-of-type, 
.card-header > h5:first-of-type, 
.card-header > h6:first-of-type, 
.card-header > p:first-of-type, 
.card-body > h1:first-of-type, 
.card-body > h2:first-of-type, 
.card-body > h3:first-of-type, 
.card-body > h4:first-of-type, 
.card-body > h5:first-of-type, 
.card-body > h6:first-of-type, 
.card-body p:first-of-type {
    margin-top: 0;
}


/* Large views: Desktop and tablet */

@media (min-width: 768px) {
    .container section:first-of-type {
        margin-top: 24px;
    }
    .card {
        margin-bottom: 10px;
    }
    .card-header, .card-body, .card-action {
        padding-right: 48px;
        padding-left: 48px;
    }
    .card-header {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .card-action {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.card-body {
        padding-top: 24px;
        padding-bottom: 48px;
    }

.card-base div.card-body:last-of-type, 
.card-plain div.card-body:last-of-type {
    padding-bottom: 0;
}

.wizard-steps{
    text-align: center;
    padding: 12px 0;
    color: #444;
    font-size: 12px;
}

a.button-delete, 
a.button-delete:hover,
a.button-delete:active,
a.button-delete:visited
a.button-delete:focus{
    text-decoration: none;
    color: #777;
    height: 48px;
    width: 48px;
    padding-top: 10px;
    text-align: center;
}

.like-table{
    margin-bottom: 12px;
}

.like-table .row{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 2px;
}

.like-table .row div[class^='col-']{
    padding-left: 1px;
    padding-right: 1px;
}
  .like-table .row div[class^='col-']:first-child{
   padding-left: 0px;
  
}
.like-table .row div[class^='col-']:last-child{
   padding-right: 0px;
}  

.light{
    font-weight: normal;
    color: #666;
}

@media (max-width: 992px) {
  .like-table .row{
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f4f4f4;
    padding-top: 12px;
    padding-bottom: 12px;
  }

    .like-table .row div[class^='col-'],
    .like-table .row div[class^='col-']:first-child,
    .like-table .row div[class^='col-']:last-child{
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 6px;
    }

    .row.marginB-12{
        margin-bottom: 0
    }

    .row.marginB-12 div[class^='col-']{
        margin-bottom: 12px;
    }
}

/** Start Welcome Page with options to apply for new mortgage or refinance **/

#welcomeBackModal {
    top: 5%;
}

#welcomeBackModal .modal-content {
	padding: 30px;
}

#welcomeBackModal h1 {
	border-bottom: 1px solid #ed0722;
}

#welcomeBackModal .row {
	background: #ffffff;
	padding: 15px;
}

#welcomeBackModal .mortgage-list {
	margin-left: 20px;
}

#welcomeBackModal ul.appLinkSection li {
	padding-top: 8px;
	color: #ed0722;
}

#welcomeBackModal ul.appLinkSection li:before {
    content: "\f015";
    font-family: FontAwesome;
    padding-right: 0.5em;
    display: inline-block;
}

#welcomeBackModal ul.appLinkSection {
    list-style: none;
    padding: 0;
}

.tandc_container .nav-tabs> li > a{
    width: auto;
    padding: 10px 30px;
    text-align: center;
    color: #000;
}

.tandc_container .nav-tabs > li.active > a, 
.tandc_container .nav-tabs> li.active > a:hover, 
.tandc_container .nav-tabs> li.active > a:focus {
    background-color: #ffffff; 
    cursor: default;
    border-bottom-width: 3px;
    border-bottom-color: #D81E05;
    padding-top: 8px;
    font-weight: bold;
    color: #000;
}

.digital-tnc-container {
	padding: 30px;
	color: #000000;
    height: 350px;
    overflow-y: scroll;
    background-color: #ffffff;
    position: relative;
    border: solid 1px #ccc;
}

.digital-readscroll-container {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 20px 25px 20px;
    box-shadow: 0px -8px 12px -15px #000;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.digital-readscroll-container[disabled] {
	background: #eaeaea !important;
}

.digital-readscroll-container[disabled] span,
.digital-readscroll-container[disabled] h3 {
	color: #909090 !important;
	cursor:not-allowed
}

.digital-readscroll-container[disabled] span:before {
	border: 1px solid #ccc !important;
	background: #ccc !important;
	cursor:not-allowed
}

.digital-readscroll-title {
	float: left;
	margin-bottom: -10px !important;
}

.digital-readscroll-accept {
	float: right;
	width: 250px;
}

/* NEW TNC CONTAINER */
.renewnow_tnc-container {
	height: 350px !important;
	padding: 30px;
}

.renewnow_readscroll-container {
    position: relative;
    top: -75px;
    width: 100%;
    z-index: 1;
    padding: 20px 25px 10px;
    box-shadow: 0px -8px 12px -15px #000;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.renewnow_readscroll-container[disabled] {
	background: #eaeaea !important;
}

.renewnow_readscroll-container[disabled] span,
.renewnow_readscroll-container[disabled] h3 {
	color: #909090 !important;
	cursor:not-allowed
}

.renewnow_readscroll-container[disabled] span:before {
	border: 1px solid #ccc !important;
	background: #ccc !important;
	cursor:not-allowed
}

.renewnow_readscroll-title {
	float: left;
}

.renewnow_readscroll-accept {
	float: right;
	width: 250px;
}

_:-ms-lang(en), .renewnow_readscroll-accept {
	float: right;
	width: 260px;
} 

.like-textarea {
	color:	#777777; 
    border:solid 1px #ccc; 
    padding:30px; 
    height:250px; 
    overflow-y:scroll;
    margin-top: -10px; 
    margin-bottom: 10px; 
    position: relative;
}

.apr-like-textarea {
    color: #000000;
    height: 150px;
    overflow-y: scroll;
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    position: relative;;
    border: solid 1px #ccc;
}

.apr-like-textarea .text--small {
    font-size: 14px;
}

.button-welcome {
    width: 100%;
    height: 100px;
    border: 2px solid;
    font-size: 18px;
}

/** End Welcome Page with options to apply for new mortgage or refinance **/

.footer-title {    
	margin: 30px auto;
    text-align: center;
}

.footer-wrapper {
	margin-top: -10px;
}

.footer-title-wrapper {
	text-align: center;
    margin: 0 auto;
    padding: 25px 75px;
    display: table;
}

/** Document Checklist Re-haul MRLC-532 **/

/* .doc-verification {
    font-size: 16px;
    font-weight: 400;
}
.documents-checklist-table tr {
    display: table-row;
}

.documents-checklist-table .doc-ref-type {
    margin-bottom: 10px;
}

.documents-checklist-table .panel a {
    color: #074EB2;
}

.documents-checklist-table .accordion-toggle.collapsed:before,
.documents-checklist-table .accordion-toggle:before {
    content: none;
}


.documents-checklist-table > thead > tr > th {
    border: none;
}

.documents-checklist-table > thead {
    border-top: 2px solid #aaaaaa;
    border: none;
}

.documents-checklist-table > thead {
    border-top: 2px solid #aaaaaa;
    border-bottom: 2px solid #cccccc;
    color: #aaaaaa;
}
 */
.documents-checklist-table .btn-file {
    position: relative;
}

.sample-container{
    overflow: hidden;
    padding:6px;
    margin-top: 12px;
 }
.documents-checklist-table tr td:not(:last-child){
    padding-top: 18px;
}
.sample-container>div>div.row{
    padding-top: 12px;
    border-top:1px solid #999;
}

.document-info{
    position: relative;
    /* display: flex; */
}
.document-info a{
    margin: 0 5px;
    cursor: pointer;
    color: #3399cc;
}

.file-name{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    font-size: .75em;
}
.file-info{
    font-size: .75em;
    display: block;
}

.postal-code {

        text-transform: uppercase;
}

/* td.document-source span.status-red,
h4.document-source span.status-red{
   position: relative;
    margin-top: -10px;
    display: inline-block;
   overflow: hidden;
    width: 25px;
    height: 25px;;
}
td.document-source span.status-red > span
{
    color: #fff;
    position: absolute;
    font-size: .55em;
    width: 100%;
    margin-left: 2px;
    margin-top: 8px;
}

h4.document-source span.status-red > span
{
    color: #fff;
    position: absolute;
    font-size: .55em;
    width: 100%;
    margin-left: 3px;
    margin-top: 4px;
}

td.document-source span.status-red:before,
h4.document-source span.status-red:before{
    position: absolute;
    font-size: 1.8em !Important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a3";
    z-index: 0;
} */

.label.inverted{
    background-color: #fff;
}

.label-default.inverted {
  color: #777777;
}

.label-primary.inverted {
  color: #ed0722;
}

.label-success.inverted {
  color: #5cb85c;
}

.label-info.inverted {
  color: #5bc0de;
}

.label-warning.inverted {
  color: #f0ad4e;
}

.label-danger.inverted {
  color: #d9534f;
}

 .thumb-container {
    position: relative;
 }
 .thumb-container img{
    opacity: 0.5;
    border: 1px solid #999;
    margin: 0 6px 6px 0;
 }

  .thumb-container img:hover, 
  .thumb-container .fa-search:hover{
    cursor: pointer;
    opacity: 1;
 }

  .thumb-container .fa-search {
    position: absolute;
    bottom: 1px;
    right: 13px;
    padding: 4px;
 }

 .hidden-lg.hidden-md  .thumb-container .fa-search {
    bottom: 20px;
    right: 12px;
 }

.tabs>div{
    /* color: #0968EE; */
    cursor: default;
    border: none;
    text-align: center;
    padding:6px;
    border-bottom: 3px solid #ddd;
}

.tabs>div.selected,
.tabs>div:hover{
    border-bottom: 3px solid #ed0722;
}

.bs-callout{
    padding: 12px;
    margin-bottom: 12px;
  /*   border: 1px solid #ffb6cf; */
  /*   border-left-width: 6px; */
    border-radius: 2px;
/*     border-left-color: #FF4081; */
    background-color: #fff; 
    overflow: hidden;
}
/* .documents-checklist-table .hiddenRow {
    padding: 0 30px;
}

.documents-checklist-table .accordion-body {
    padding-bottom: 1em;
}

.documents-checklist-table .row {
    margin-left: 0;
    position: relative;
}

.documents-checklist-table .hiddenRow {
    padding: 0 30px;
}

.documents-checklist-table .accordion-body {
    padding-bottom: 1em;
}

.documents-checklist-table .row {
    margin-left: 0;
}

.income-table,
.down-payment-table,
.documents-checklist-table .panel,
.documents-checklist-table tr .panel-footer
{
    background: none !important;
} */

.next-steps{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.next-steps li{
 text-align: center;
}

.next-steps li .fa-lg{
    font-size: 1.75em;;
}

.step-status{
    display: block;
    color: #555;
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    .next-steps li .fa-lg {
            font-size: 2em;
    }
}

 .step-status .fa-check{
     color: #44C365;
     display: none;
 }
 .complete .step-status .fa-check{
    display: inline-block;
 }
.fa-stack .fa-circle{
 color: #31708F;   
}

.summary-container{
    overflow: hidden;
}

.summary-container .row{
    padding-bottom: 6px;
    padding-top: 6px;
}

.input-label{
    font-weight: bold;
}

.input-value{
    float: left;
    text-transform: uppercase;
}

.string-word-wrap{
	word-wrap: break-word;
}

dt.input-label:after {
    content: ":";
}

.input-block-separator{
    background: #fff;
    height: 12px;
}

.pending{
    color: #8A6D3B;
}
.accepted{
    color: #3C763D;
}

a.phone-link{
    color: #333;
}

/* desktop only
@media ( min-width : 991px) {
    .mob-only {
        display: none !important;
    }
    .desktop-only{display: inline-block!important;}
    .page-header .row .row div {
        text-align: right;
    }
    .welcomeBackModal-fr {
        width: 1050px;
    }
} */

/* mobile only
@media ( max-width : 991px) {
    .mob-only{display: inline-block!important;}
    .desktop-only {
        display: none !important;
    }
    .mob-hide {
        display: none !important;
    }
    .mob-show-inline-block {
        display: inline-block !important;
    }
    .pull-down-label {
        padding-top: 0rem;
    }
    .pad-t-b {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    page header with hamburger START
    .container, .page-wrap, .page-header {
        margin: 0 !important;
        padding: 0 !important;
    }
    .page-header .mobile-header-links {
        margin: auto;
        width: 100%;
        font-size: large !important;
    }
    .mobile-header-links:hover {
        background-color: #B22411 !important;
        color: #ffffff;
        cursor: pointer;
    }
    .mobile-header-links:active {
        background-color: #761A0E !important;
        color: #ffffff;
        cursor: pointer;
    }
    .mob-only.pull-right {
        padding-top: 1rem;
        padding-right: 1rem;
    }
    .page-header span {
        padding-top: 2rem;
        padding-left: 1rem;
        padding-bottom: 1rem
    }
    .page-header .row .row div {
        text-align: left;
    }
    .page-header .row {
        padding: 0;
    }
    .mobile-header-links {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
 */
 
 .map-container {
 	position: relative;
 }
 
.branch-locator-body {
	position: relative;
}

.branch-count {
	top: 0;
    position: absolute;
    background: white;
    padding: 5px;
    width: 400px;
    border: 1px solid #ddd;
    border-top: none;
}

.branch-locator-list {
	position: absolute;
    background: #eee;
    top: 30px;
    height: 472px;
    max-width: 400px;
    overflow: auto;
    list-style-type: none;
    padding-left: 0;
}

.branch-locator-list li {
	padding: 10px 30px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.branch-locator-list li:hover {
	background: #ddd;
}

.branch-locator-list li img {
	width: 25px;
}
.filter-by-section {
	padding: 25px;
    margin: 10px 0;
    border: 1px solid #aaa;
    width: 80%;
}

.toggle-branch-list-view {
	width: 20px;
    height: 40px;
    background: #666;
    position: absolute;
    top: 250px;
    left: 400px;
    color: white;
    padding: 10px 2px;
}

.limit-increase{
    background: none;
}

#renewal-confirmation-page{
    background-color: #fff;
    padding-top: 120px;
    min-height: 600px;
}

.offer-renew{
  /*  min-height: 950px; */
  /* background-color: #fff;*/
   /*  width: 1170px; */
   /*  background: url(../../../lib/mrl/images/renew-offer.jpg) no-repeat 100% 100px; */
    /*padding: 10px 50px;*/
  /*  box-shadow: 0 0 25px #ccc; */
   /*  border-top: none;
   border-bottom: none; */
}

.cli-illustration{
    background: transparent url(../../../lib/mrl/images/mcli.jpg) no-repeat -30px -22px;
    min-height: 335px;
    background-size: 115%;
}

.limit-increase-old{
    min-height: 850px;
    /* background: url(../../../lib/mrl/images/rack2.jpg) no-repeat 0 320px; */
    background: url(../../../lib/mrl/images/mcli.jpg) no-repeat 50% 420px;
    background-size: 120%;
    background-color: #fff;
    padding: 10px 50px;
}

@media (max-width: 767px){

    .limit-increase{
        background: none;
    }
}

@media ( min-width : 991px) {
	.confirmationPadding{
	    padding: 50px 175px 0 175px;
	}
}

 @media ( max-width : 991px) {

    .limit-increase{
    min-height: 600px;
    /* background: none; */

	}
    .confirmationPadding{
         padding: 10px 0px 0 0px; 
    }
    .offer-renew{
       /*  min-height: 600px;
          background-size: 180% auto;
          background-position-x: 75%;
          background-position-y: 270%; */
    }
} 

.digital .navbar.navbar-static-top{
    background-color: #eee;
}

.digital .navbar.navbar-static-top .container{
    background-color: #fff;
}
.digital .footer-title{
    display: none;
}

.digital > .container{
    padding: 0;
}

.digital > .container .card.card-default{
    box-shadow: none;
}

.navbar-circle {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #D81E05; 
}

.navbar-circle .lang {
	color: #D81E05;
    font-size: 1em;
    font-weight: bold;
    top: 5px;
    position: relative;
}

.navbar-circle .cross {
    color: #D81E05;
    font-size: 1.5em;
    margin-left: 1px;
    line-height: 23px;
    height: 0px;
    position: relative;
    top: 3px;
}

.footer .container{
   padding: 0;
}


.offer-renew .field-holder, .elimit-increase .field-holder{
    background-color: transparent;
}

.offer-renew .like-textarea, .limit-increase .like-textarea{
    height: 150px;
}

.offer-renew input[type=radio],
.limit-increase input[type=radio]
{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

/* .offer-renew .terms-and-conditions-wrapper,
.offer-renew .field-holder-checkbox,
.offer-renew .btn-primary  {
    display: none;
} */

.position-rel{
    position: relative;
}

.position-rel.scotia-bg-lightergray{
    padding: 50px 0;
}

.option-1, .option-2
{  /*  overflow: hidden; */
    padding: 15px 10px;
    width: 350px;
    box-sizing: border-box;
    position: relative;
}

.option-2
{ 
    margin-right: 5px;
}

.option-or{
    text-align: center;
    box-sizing: border-box;
    width: 50px;
    position: absolute;
    font-size: 14px;
    top: 82px;
    left: 50%;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -25px;
}

.option-or:before{
   content: "";
    display: block;
    height: 35px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25px;
    margin-top: 35px;
    z-index: 1;

}

.option-or:after{
    content: "";
    display: block;
    height: 35px;
    border-right: 1px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 25px;
    margin-bottom: 35px;
    z-index: 1;
}

.apr-container{
    /* width: 900px;
    margin: 0 auto;
    height: 150px; */
}

.term-header{
   /* border-bottom: 1px solid #ccc; */
    overflow: hidden;
   /*  padding-bottom: 20px; */
}
.term-button
{   
     -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
     user-select: none;
    cursor: pointer;
    background-color: #fff;
   
    text-decoration: none;
    position: relative;
    padding: 40px 20px;
    padding: 20px 45px;
  /*   border: solid 1px #b5b5b5; */
    margin-left: 5px;
    width: 375px;
      width: 360px;
/*     border-radius: 2px;
box-shadow:  0px 3px 10px #999; */
}

.term-select {
    position: ABSOLUTE;
    width: 150px;
    margin-left: -75px;
    left: 50%;
    bottom: 0;
    margin-bottom: -24px;
    border-radius: 8px;
    padding: 15px;
}

.option-1.term-button{
    margin-right: 30px;
}
.option-2.term-button{
    margin-left: 30px;
}

.offer.term-button{
   width: initial;
    padding: 20px 25px;
    box-shadow: none;
}

.limit-increase label[for='offer']{
    width: 100%
}

 .limit-increase-header{
   /*  padding: 0 300px; */
 }

.offer-title{
    color: #000;
/*     border-top: 1px solid #ccc;
     */    
     font-size: 16px;
    text-transform: uppercase;
}
.offer-amount{
    color: #ed0722;
     font-size: 20px;
     padding: 10px;
}
.offer-expires{
color: #888;
 border-top: 1px solid #ccc;
    padding: 25px;
    font-size: 14px;
}

.offer-button{
border: 1px solid #ccc;
    width: 150px;
    margin: 0 auto;
    padding: 10px 0px;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    background-color: #fff;
    left: 50%;
    margin-left: -75px;
    color: #ed0722;
}
.btn-renewal-special
{
   /*  margin-left: 156px; */
}
/*     .term-button:active,
input[type=radio]:checked +  label .term-button{
top: 2px;
box-shadow: 0px 3px 5px #999;
border-color: #44c365;
border-width: 3px;
   
} */

input[type=radio]:checked +  label .term-button:after{
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: ABSOLUTE;
    right: 8px;
    bottom: 5px;
        font-size: 30px;
    color: #44c365;

}

.term-prime{
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
   
    line-height: 20px;
    padding: 0 0 5px 0;
}

.term-rate{
/* color: #ed0722;
font-weight: bold;
font-size: 26px;
padding: 5px 0;
text-transform: uppercase; */
    color: #ed0722;
    font-weight: normal;
    font-size: 80px;
    line-height: 62px;
    padding: 0;
    text-transform: uppercase;
}

.term-rate-cli{
	color: #ed0722;
    font-weight: normal;
    font-size: 60px;
    line-height: 62px;
    padding: 0;
    text-transform: uppercase;
}
.term-apr{
    color: #000;
    font-size: 30px;
    line-height: 31px;
    font-weight: normal;
    position: relative;
}

 .term-apr sup {
   margin-left: -3px;
   color: #663399;
} 

.percent-symbol{
  color: #ed0722;
    font-size: 40px;
    line-height: 31px;
    font-weight: normal;
}
.term-title {
    padding-top: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.term-type{
    color: #555;
    font-size: 14px;
    font-weight: 200;
    border-top: 1px solid #ccc;
    width: 150px;
    margin: 0;
}

.term-payment{
text-align: center;
}

.customer-alert{
    width: 70%;
    max-width: 830px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border: 1px dashed red;
    border-radius: 4px;
    opacity: .9;
    color: #000;
}

.term-footer{
    padding: 10px 0 0 0;
    /*display: none;*/

}
.payment-freq{
font-size: 10px;

}

.payment-amount{
    color: #ed0722;
    font-size: 18px;
}

.offer-description{
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px;
}

.offer-desc{
	font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
}

.offer-footer {
    background: #ed0722;
    text-align: RIGHT;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
}
.call-for-assistance{
    padding: 25px;
    box-shadow: 0 0 15px #ccc;
    text-align: center;
}

.call-phone{
    display: block;
    float: left;
    margin-top: -3px;
}

.call-text{
    font-size: 1.05em;
}

@media (min-width: 1024px){
    .term-prime {
   
    min-height: 25px;
   
}
}

@media (max-width: 1024px) {
    .term-rate {
        font-size: 42px;
        line-height: 40px;
        margin-left: 70px;
    }
    .term-rate-cli {
        font-size: 42px;
        line-height: 40px;
    }
    .term-button{
        width: 300px;
         padding: 20px;
    }
    .percent-symbol {
        font-size: 24px;
        line-height: 24px;
    }
    .term-apr {
    	font-size: 17px;
    	line-height: 20px;
    }
    .term-title {
   
    	font-size: 12px;
   
    	line-height: 14px;
	}
	.payment-amount {
   
    	font-size: 14px;
	}
} 

@media (max-width: 375px) {
    .term-rate {
        font-size: 32px;
        line-height: 32px;
    }
    .term-select{
        padding: 10px;
    }
    
    
   
    
} 

.offer-renew-modal .modal-header,
.offer-renew-modal .modal-body,
.offer-renew-modal .modal-footer {
    padding: 45px;
    
}
.offer-renew-modal .modal-body
{
    background: #ddd;
}

.offer-renew-modal .modal-header h1{
        border-bottom: #ed0722 1px solid;
}

.offer-renew-modal .modal-header{
    padding-bottom: 20px;
}
.alert-special{
            border-width: 1px;
    box-shadow: 0 0 10px #aaa;
    border-color: #3c763d;
}

.datepicker table th,.datepicker tbody>tr:last-child>td {
    border: none!important;
    padding: 12px
}

.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled] {
    background: #bf1b04
}

.datepicker .table-condensed>thead>tr>th,.datepicker .table-condensed>tbody>tr>th,.datepicker .table-condensed>tfoot>tr>th,.datepicker .table-condensed>thead>tr>td,.datepicker .table-condensed>tbody>tr>td,.datepicker .table-condensed>tfoot>tr>td {
    padding: 10px
}

.datepicker table {
    width: 100%
}

.datepicker-months table {
    width: 300px
}

.datepicker-years table {
    width: 300px
}

.datepicker .table-condensed>thead>tr>th.prev,.datepicker .table-condensed>thead>tr>th.next {
    font-size: 0
}

.datepicker .table-condensed>thead>tr>th.prev:after,.datepicker .table-condensed>thead>tr>th.next:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    margin-top: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

.datepicker .table-condensed>thead>tr>th.prev:after {
    content: "\f137";
    left: 0;
    margin-left: 12px
}

.datepicker .table-condensed>thead>tr>th.next:after {
    content: "\f138";
    right: 0;
    margin-right: 12px
}

#NavFooter{
    margin-bottom: 100px;
}

.hoursOfBusiness{
font-size: 16px;
}

/* HFA LOCATOR BEGIN */



.hfa-container {
    width: 100%;
    height: 195px;
    margin: 0 auto 40px auto;
    padding: 20px 0px;
    position: relative;
    background: #d0d0d0;
    transition: box-shadow 0.25s linear;
}

.hfa-container:hover,
.hfa-container:focus {
    box-shadow: 0 0 20px #444;
}

.photo-container {
    width: 125px;
    height: 125px;
    /* border-radius: 50%; */
    position: relative;
    margin: 0 auto 10px auto;
    overflow: hidden;
    z-index: 100;
}

 .photo-container.full-photo {
    width: 100%;
    height: auto;
    background: #ccc;
    min-height: 145px;
    border: 1px solid #ccc;
} 

.addInfo-container {
    width: 100%;
    position: ABSOLUTE;
    bottom: 0px;
    opacity: 0;
    transition: none;
    color: #fff;
    padding: 10px 20px 30px 20px;
}

.photo-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 3px solid #fff;
    box-shadow: 0 0 20px #fff;
    transition: all .1s ease-in-out;
    opacity: 1;
}

.photo-container.full-photo:after {
   box-shadow: none;
    transition-property: none;
    opacity: 1;
    border: 10px solid #fff;
}

.photo-container.full-photo:before {
    content: "\f021";
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.photo-container img {
    width:100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
    position: absolute;
    bottom: 0;
    opacity: 1;
}

.photo-container.full-photo img {
    position: relative;
    padding: 2px;
}

.fName-container {
    background: #555;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    margin-top: -25px;
    padding-top: 25px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    bottom: 0;
    z-index: 50;
    /* text-transform: uppercase; */
    transition: all 0.25s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hfa-container .send-email,
.hfa-container .call-hfa,
.hfa-container .fax-hfa,
.hfa-container .speaking-languages{
    margin-bottom: 3px;
    font-size: 14px;
    overflow-y: hidden;
}

.hfa-container .send-email .fa,
.hfa-container .fax-hfa .fa,
.hfa-container .call-hfa .fa,
.hfa-container .speaking-languages .fa{
    float: left;
    display: block;
    font-size: 1.1em;
}

.hfa-container .send-email a,
.hfa-container .fax-hfa a,
.hfa-container .call-hfa a,
.hfa-container .speaking-languages span{
    color: #fff;  
    display: block; 
    float: left;
    width: 80%;
    line-height: 1.25em;
    margin-left: 4px;;
}
.hfa-container:hover {
    cursor: pointer;
}

.hfa-container:hover .photo-container img,
.hfa-container:hover .photo-container:after,
.hfa-container:focus .photo-container img, 
.hfa-container:focus .photo-container:after{
    margin-bottom: -20px;
    opacity: 0;
}

.hfa-container:hover .fName-container,
.hfa-container:focus .fName-container  {
    height: 195px;
    font-size: 18px;
    text-overflow: initial;
    white-space: normal;
    padding: 25px 10px 10px 10px;
}

.hfa-container:hover .addInfo-container,
.hfa-container:focus .addInfo-container {
    opacity: 1;
    z-index: 150;
    transition: all 0.25s ease-in-out 0.25s;
}


.hfa-container .select-item {
    display: block;
    background: #ed0722;
    width: 32px;
    height: 32px;
    position: ABSOLUTE;
    bottom: 0;
    right: 20px;
    text-align: center;
    font-size: 28px;
    padding-top: 2px;
    color: #fff;
    padding-left: 4px;
    z-index: 155;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.hfa-container:hover .select-item,
.hfa-container:focus .select-item,
.hfa-container .select-item:focus {
    right: 0;
    opacity: 1
}


.hfa-benefit{
    background: #eee;
    padding: 14px 24px 14px 45px;
    font-size: 16px;
    position: relative;
    border-radius: 4px;
    margin-top: 12px;
    font-style: italic;
    margin-left: 5px;
}

.hfa-benefit:before, 
.hfa-benefit:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: ABSOLUTE;
    font-size: 25px;
    text-shadow: 0 1px 0 #fff;
    color: #ed0722;
}

.hfa-benefit:before{
    content: "\f10d";
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
}

.hfa-benefit:after{
    content: "\f10e";
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
}

.hfa-details .fa{
   font-size: 16px;
    color: #777; 
}

.comma-separated:not(:last-child):after{
content: ","
}


.hfa-container-mobile {
     width: 100%;
    min-height: 205px;
    margin: 0 auto 40px auto;
    padding: 10px 0;
    position: relative;
    background: #d0d0d0;
}


.hfa-container-mobile .photo-container {
    width: 125px;
    height: 125px;
    position: relative;
    margin: 0px 10px;
    overflow: hidden;
    float: left;
}

.hfa-container-mobile .fullName-container{
    background: #555;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    margin-top: 34px;
    position: absolute;
    bottom: 0;
}

.hfa-container-mobile .addInfo-container{
    color: #515151;
    padding: 10px 20px 30px 20px;
}

.hfa-container-mobile .addInfo-container a{
    color: #515151 !important;
   
}

.hfa-container.hfa-container-mobile .speaking-languages span{
    color: #515151;
}


@media (min-width: 768px) {
    
    .card-body.hfa-page {
/*      padding-right: 120px;
		padding-left: 120px; */
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    .hfa-list .col-sm-4{
            width: 50%;
            float: left;
    }
	.photo-container.full-photo {
   	 	width: 50%;
	}

}

/* HFA LOCATOR END */
@media (max-width: 1199px) {
    
    .btn-renewal-special{
        margin-left: 56px;
    }
} 

@media (max-width: 1025px) {
    
    .offer-renew .position-rel label{
            float: initial !important;
            width: 100%;
    }

    .offer-renew .position-rel label .term-button{ 
        margin: 10px auto;
    }

    .btn-renewal-special{
       max-width: 375px;
    	margin: 0 auto !important;
    	display: block;
    }

} 
.digital .apr-like-textarea{
        height: 250px;
}

@media (max-width: 767px) {
    
   .offer-renew .term-button{ 
       width: 100%
    }

    .term-header .pull-left,
    .term-header .pull-right{
    width: 100%;
    }

    .digital .navbar.navbar-static-top .container{
        background-color: #fff;
    }

    .apr-like-textarea{
        height: 300px;
    }

/* MRLD-1309 BH Removing mobile validation styling
    span.validate-error {
    padding-top: 0px;
    font-size: 12px;
    display: block;
    height: 20px;
    position: relative;
    text-align: right;
    margin-top: -23px;
    margin-right: 3px;
    padding: 0px 3px 0 3px;
    background-color: #A94442;
    color: #fff;
    float: right;
    border-radius: 2px;
}
*/
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-device-width : 480px) and (orientation: portrait){
.offer-renew {
       background-size: 100%;
        background-position: 70% 110%;
        min-height: 600px;
    }

    /* html[lang="fr"] .offer-renew {
       background-size: 100%;
        background-position: 70% 117%;
    } */
}

/* Smartphones (landscape) ----------- */
 @media only screen and (max-device-width : 736px) and (orientation: landscape){
.offer-renew {
        background-size: 100%;
        background-position: 70% 130%;
    }
} 

.table > tbody > tr.accordion-toggle > td{
    padding: 0;
    border: none;
}

.table > tbody > tr[aria-expanded=true]{
background-color: #eeeeee
}

.table > tbody > tr .fa{
    cursor: pointer;
}

.table > tbody > tr[aria-expanded=true] .fa-plus{
    display: none;
}

.table > tbody > tr[aria-expanded=false] .fa-minus{
    display: none;
}


.input[type='radio']:checked:before .radio-selected {
	background: red;
}

.table > tbody > tr.accordion-toggle div.scotia-bg-lightergray{

    border-top: 1px solid #d0d0d0;
       padding-bottom: 12px;
    padding-top: 12px;
}

.mortgage-table tr th{
    white-space: nowrap;
    cursor: pointer;
}

.mortgage-table tr th a{
    position: relative;
    text-decoration: none;
}

.mortgage-table tr th a:after{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
    margin-right: -15px;
    margin-top: 2px;
    color: #d0d0d0;
    cursor: pointer;
}

table.mortgage-table th{
    transition: border-bottom-color .25s linear;
}

.table .scotia-bg-lightergray{
	background-color: #eeeeee;
	border-top:1px solid #d0d0d0;
}

@media (max-width: 450px) {
	.tandc_container .nav-tabs{
	    display: flex;
    	justify-content: space-evenly;
	}
    .tandc_container .nav-tabs> li > a{
	    width: auto;
	    padding: 10px 58px;
	    text-align: center;
	    color: #000;
	}
}

/* Accessibility fix: checked radio is visible now in high contrast mode */
@media screen and (-ms-high-contrast: active) {

     .field-holder-radio input[type=radio]:checked + label span:before {
         background-color: #fff;
     }
        
    .hero-image {
        display: none;
    }

	#stepWrap li a {
   		width: 100%;
    	background: #000;
    	background: -webkit-linear-gradient(left, #fff 50%, #000 50%);
    	background: -moz-linear-gradient(left, #fff 50%, #000 50%);
    	background: -o-linear-gradient(left, #fff 50%, #000 50%);
    	background: linear-gradient(to right, #fff 50%, #000 50%);
    	background-size: 200% 100%;
    	background-position: right bottom;
    	transition: all 1s ease-in-out;
    	display: block;
    	height: 7px;
    	border: 1px solid #fff;
    	border-top: none;
	}
	#stepWrap > li a.reached {
    	transition: all 1s ease-in-out;
    	background-position: left bottom;
	}
	select[disabled]{
    	border-color: rgb(0, 255, 0);
 	}

	input.validate-error{
     	border-color: rgb(255,0,0);
	}

 	.alert-danger{
    	background-color: rgb(255, 128, 128);
    	color: #000;
	}

  	.alert-warning{
    	background-color: rgb(255, 128, 0);
    	color: #000;
 	}

 	span.validate-error{
    	color: rgb(255,0,0);
 	}

 	input:focus,
 	a:focus,
 	select:focus,
 	button:focus,
 	.field-holder-checkbox input[type=checkbox]:focus + span:before,
 	.field-holder-radio input[type=radio]:focus + label span:after { 
    	box-shadow: 0px 0px 10px  rgb(255, 255, 0);
	}

	.datepicker table tr td.active.active{
   		background-color: #fff;
    	color: #000;
	}

	.field-holder-dropdown{
    	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjYxNnB4IiBoZWlnaHQ9IjIyMy44OTNweCIgdmlld0JveD0iLTU4Ljk5OSA1Ni4wMjUgNjE2IDIyMy44OTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTU4Ljk5OSA1Ni4wMjUgNjE2IDIyMy44OTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwMS40MywyNzYuNzk0YzIsMiw0LjcxMywzLjEyNCw3LjU0MiwzLjEyNHM1LjU0Mi0xLjEyNCw3LjU0Mi0zLjEyNEwyNzMuODIsMTE5LjQ4MyAgYzQuMTY0LTQuMTY2LDQuMTY0LTEwLjkxOSwwLTE1LjA4NWwtNDUuMjUtNDUuMjQ5Yy00LjE2Ni00LjE2Ni0xMC45Mi00LjE2Ni0xNS4wODQsMEwxMDguOTczLDE2My42NTdMNC40NTgsNTkuMTUgIGMtNC4xNjYtNC4xNjYtMTAuOTE4LTQuMTY1LTE1LjA4NCwwbC00NS4yNDgsNDUuMjQ5Yy00LjE2Niw0LjE2Ni00LjE2NiwxMC45MTksMCwxNS4wODVMMTAxLjQzLDI3Ni43OTR6Ii8+DQo8cmVjdCB4PSItNTguOTk5IiB5PSI1Ni4wMjUiIGZpbGw9Im5vbmUiIHdpZHRoPSI2MTYiIGhlaWdodD0iMjIzLjg5MyIvPg0KPC9zdmc+");  
	}

	.field-holder-checkbox input[type=checkbox]:focus + span:before{}

}