
/** Privacy Page **/
.tab-content.active{
        display: block;
}
.tab-content.hide{
        display: none;
}

/*Blog Page changes*/
.cwBlogHolder .holder > .img{height:190px;background-color: #e0e0e0;overflow:hidden;}
.cwBlogHolder .holder > .img a{display:inline-block;height:100%;width:100%;}
.cwBlogHolder .holder > .img img{width:100%;height:100%;object-fit:cover;}
.cwBlogSection .blog-frame .img-frame{background-repeat:no-repeat;background-position:center;background-size:cover;position: relative;z-index: 1;}
.cwBlogSection .blog-frame .img-frame:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(66,69,117,0.30); z-index:-1; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
.cwBlogSection .user-post-area .txt-box{width: 100%;}
.imgCircle4by4{ display:inline-block; width:50px; height:50px; overflow:hidden; background-color:#efefef; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; }
.cwBlogSection .imgCircle4by4 img{border-radius:0;width:100%;height:100%;object-fit:cover;}
.cwTopMainContent .add-nav-top li.active a{padding: 15px 19px 21px;}
.cwTopMainContent .add-nav-top li.active {margin: 0}

/** Help Center Pages **/

.support-page-content .banner-md-main .banner-sm-with-content-inner {
    padding-bottom: 2.375rem
}
.support-page-content .banner-sm-main.banner-md-main {
    height: 24.25rem
}
.banner-sm-main {
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1px;
    min-height: 22.625rem
}
.banner-sm-main, .banner-left-aligned{
    background: #424575;
 }

.banner-sm-with-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    color: #fbfbfc
}

.banner-sm-with-content-inner {
    padding-bottom: 2rem
}

.banner-sm-with-content-inner .h1-desc {
    margin: 0
}
.banner-md-main .banner-sm-with-content-inner {
    padding-bottom: 4rem
}
.searchbox-in-banner {
    max-width: 26.5rem;
    margin: 1.75rem auto 0
}


.typeahead__container {
    position: relative;
}
.typeahead__cancel-button {
    display: none;
}
.search-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-form input {
    background-color: #fbfbfc;
    color: #a4bad1;
    padding: .25rem 3.125rem .25rem 1.563rem;
    height: 3.563rem;
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d1deeb;
    outline: 0;
    box-shadow: none;
    border-radius: 5rem;
}
.search-form .search-form-btn {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 3.563rem;
    outline: 0;
    border: 0;
    border-radius: 0 5rem 5rem 0;
    cursor: pointer;
    width: 3.125rem;
    text-align: left;
}
.search-form-btn .icon-search {
    font-size: 1.2rem;
    vertical-align: middle;
    color: #a4bad1;
}
.support-page-container {
    margin-top: -2.375rem;
}

.support-box-main {
    max-width: 59rem;
    margin: 0 auto;
    border-radius: .25rem;
    background-color: #FFF;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.support-box-listing {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.support-box-listing li {
    padding: 0;
    border-bottom: 1px solid #dee6ee;
    border-right: 1px solid #dee6ee;
}
.support-box-listing li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2rem;
    
    color: #3b454f;
    font-size: .938rem;
}
.support-box-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.75rem;
    height: 6rem;
}
.support-box-img img {
    max-width: 10.25rem;
    max-height: 6rem;
}
.support-box-active-img {
    display: none;
}
/*.support-box-listing li:nth-child(n+4) {border-top: 1px solid #dee6ee}*/
.orange-gradient,.articles-bottom-right .article-links li a:hover,.articles-bottom-right .article-links li a.active,.support-box-listing li a.active,.support-box-listing li a:hover
 {
  text-decoration: none; 
  background:#dc5b5e;
  background:-moz-linear-gradient(-45deg,#dc5b5e 0%,#f88c4c 100%);
  background:-webkit-linear-gradient(-45deg,#dc5b5e 0%,#f88c4c 100%);
  background:linear-gradient(135deg,#dc5b5e 0%,#f88c4c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5b5e',endColorstr='#f88c4c',GradientType=1);
}
.search-result-header:after
 {
  display: none;
}
.light-gradiant{
  text-decoration: none;
  background:#d5eaff;
  background:-moz-linear-gradient(top,rgba(213,234,255,1) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
  background:-webkit-linear-gradient(top,rgba(213,234,255,1) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
  background:linear-gradient(to bottom,rgba(213,234,255,1) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5eaff',endColorstr='#ffffff',GradientType=0);
}
.light-blue-bg{
	text-decoration: none;
	background:#2374c1;
	background:-moz-linear-gradient(top,rgba(35,116,193,1) 0,rgba(38,166,216,1) 100%);
	background:-webkit-linear-gradient(top,rgba(35,116,193,1) 0,rgba(38,166,216,1) 100%);
	background:linear-gradient(to bottom,rgba(35,116,193,1) 0,rgba(38,166,216,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2374c1',endColorstr='#26a6d8',GradientType=0);
}
.related-article-inner h6, .support-bottom h6 {
    font-size: 1.188rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.support-box-listing li a.active .support-box-active-img,
.support-box-listing li a:hover .support-box-active-img {
    position: relative;   
    /*top: 2px;*/
    display: block
}

.support-box-listing li a.active .support-box-default-img,
.support-box-listing li a:hover .support-box-default-img {
    display: none;
    text-decoration: none;
}

.support-box-bottom h5 {
  
   font-weight: bold;
    font-size: 1.188rem;
    color: #00b3e6;
    line-height: 1.5;
    margin-bottom: .25rem;
}

.support-box-listing li a.active h5,
.support-box-listing li a:hover h5 {
    color: #a24344
}

.support-box-listing li a.active p,
.support-box-listing li a:hover p {
    color: #fbfbfc;
    text-decoration: none;
}

.support-box-bottom p {
    line-height: 1.67;
    margin-bottom: 0;
}
.support-bottom {
    margin: 5.5rem auto;
    max-width: 64rem
}

.support-bottom .article-links li:last-child {
    margin-bottom: 0
}
.fixedHeaderPadding {
   
}
.h1-bold {
    font-weight: 700;
}
.search-topics {
    margin-top: 2rem;
}
.search-topics a {
    color: #fbfbfc;
    text-decoration: underline;
}
.search-topics a:hover {
    color: #b2eeff;
}
.search-topics a:after {
    content: ",";
    display: inline-block;
}
.search-topics a:last-child:after {
    content: "";
}
.search-field-list {
    padding: 2.875rem 0 0 1.25rem;
    display: block;
    width: 100%;
}
.search-page-container h6 {
    font-size: 1.125rem;
    font-weight:bold;
}
.search-result-categories {
    list-style: none;
    padding: 0.875rem 0 0;
    margin: 0;
}
.search-result-categories li {
    margin-bottom: 0.875rem;
}
.search-result-categories li a.active {
    font-weight: bold;
}

.search-result-categories li a:hover {
    text-decoration: none;
    color: #f48345;
}
.search-result-categories li a.active:after {
    content: "\e955";
    font-family: 'icomoon';
    font-size: 65%;
    padding-left: .15rem;
}
.support-faq {
    background-color: #424575;
    margin-bottom: 0.875rem;
    padding: 2.5rem 0
}

.support-faq-container {
    max-width: 67.5rem;
    margin: 0 auto;
    display: table;
    width: 100%
}

.support-faq-container>div {
    display: table-cell;
    vertical-align: middle
}

.support-faq-col-1 {
    width: 16.5rem
}

.support-faq-col-2 .faq-main {
    max-width: 100%;
    font-size: 1rem
}
.help-center-style3 {
    text-align: center;
}
.help-center-style3 .help-center-panel {
    border: 0;
    padding: 1rem;
    max-width: 13.125rem;
    margin-left: inherit;
}
.help-center-panel {
    max-width: 28.625rem;
    width: 100%;
    display: table;
    border: 1px solid #dde2ed;
    padding: .65rem 1.875rem;
    margin: 1rem auto;
    border-radius: .375rem;
}
.help-center-style3 .help-center-panel>div {
    display: block;
    padding: 0;
}
.help-center-panel>div {
    display: table-cell;
    vertical-align: middle;
}
.help-center-style3 .help-panel-left i {
    font-size: 360%;
    line-height: normal;
}
.help-panel-left i {
    font-size: 455%;
}
.help-center-style3 .help-panel-content h6 {
    font-size: 1.625rem;
    color: #4bc1fd;
    margin: .75rem 0 1.25rem;
}
.help-panel-content h6 {
    /*font-family: 'Montserrat Bold';*/
    font-weight: bold;
    margin-bottom: .25rem;
}
.help-center-style3 label {
    margin: 0;
    font-size: 15px;
    color: #4bc1fd;
    font-weight: 700;
}
.help-center-style3 .help-panel-content p {
    color: #fff;
   
}
.help-panel-content p {
    margin: 0;
    color: #7088a3;
    line-height: 1.67;
}
.help-center-style3 .help-panel-content a {
    color: #fff;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0 .2rem;
    border-radius: .25rem;
    line-height: normal;
}
.help-panel-content a {
  
    font-weight: bold;
    color: #f48345;
}
.gray-bg {
    background-color: #728ca8;
}
.orange-bg {
    background-color: #f28150;
}
.support-faq-col-2 {
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.10);
    padding: 3rem;
}

.faq-main .card {
    border: 0;
}

.faq-main .card-header {
    background-color: #FFF;
    line-height: normal;
    border-radius: 0;
}
.faq-main .card-header, .faq-main .card-body {
    padding: 0;
    border: 0;
}
.support-faq-col-2 .faq-main .card-header .card-link {

    font-weight: bold;
    padding: .75rem 0 .75rem 1.375rem;
}
.faq-main .card-header .card-link {
    padding: .7rem 0 .7rem 1.75rem;
    display: inline-block;
    position: relative;
    color: #3b454f;
}
.faq-main .card-header .card-link>i {
    color: #00b3e6;
    font-size: 78%;
    position: absolute;
    left: 0;
    top: .92rem;
}
.support-faq-col-2 .faq-main .card-body {
    margin: .125rem 0 1rem;
}
.faq-main .card-body {
    color:#525252;
    line-height: 1.67;
    margin: 1rem 0;
}
.icon-minus-circle:before {
    content: "\e914";
}
.faq-main .card-header .card-link>i {
    color: #00b3e6;
    font-size: 78%;
    position: absolute;
    left: 0;
    top: .92rem;
}
.faq-main .card-header .card-link.collapsed>i:before {
    content: "\e913";
}
.faq-main {
    font-size: 1.125rem;
    max-width: 36.75rem;
}
.support-box-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.75rem;
    height: 6rem;
}
.support-box-bottom {
    max-width: 13.5rem;
    margin: 0 auto;
}


.blue-bg-header {
    height: 4.75rem;
}

.search-page-main {
	border-top:1px solid #424575;
    padding-top: 5.75rem;
    display: inline-block;
    width: 100%;
}
.search-page-container {
    max-width: 74.5rem;
    margin: 0 auto;
   
}
.search-page-row {
    display: table;
    width: 100%;
}
.search-page-row>div {
    display: table-cell;
    vertical-align: top;
}
.search-page-col1 {
    width: 22.25rem;
    padding: 1rem 3.25rem 0 0;
    border-right: solid 1px #dfe8f2;
}	
.search-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.articles-middle-right .search-form input, .search-field-top .search-form input {
    height: 2.75rem;
    font-size: .875rem;
    line-height: normal;
    font-weight: normal;
}
.articles-search-page-content .search-result-header h1 {
    font-size: 1.875rem;
}
.search-result-header {
    padding-top: 0.75rem;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 1.125rem;
    margin-bottom: 10px;
}
.search-result-header h1 span {
    color: #000;
}
.search-form-btn:hover i {
    color: #f48345;
}
.articles-middle-right .search-form .search-form-btn, .search-field-top .search-form .search-form-btn {
    text-align: center;
    padding-left: .25rem;
    height: 2.75rem;
}
.search-page-col2 {
    padding-left: 4rem;
}
.search-result-header h1, .search-result-header p strong {
    font-weight: bold;
}
.search-result-header p {
    font-size: 1.125rem;
}
.search-result-header:after {
    content: "";
    width: 5.625rem;
    height: 0.438rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
.search-result-content {
    display: inline-block;
    width: 100%;
}
.search-result-header h1, .search-result-header p strong {
    font-weight: bold;
}
.search-result-header p {
    font-size: 1.125rem;
}
.categories-search-page-content .sr-content-list {
    padding-top: 0.875rem;
}
.sr-content-list {
    padding: 0 0 0.75rem;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 44rem;
}
.sr-content-list li h6, .sr-content-list li h6 a {
    color: #00b3e6;
}
.sr-content-list li h6 a:hover {
    color: #f48345;
    text-decoration: none;
}
.category-title-links{
    padding-bottom:0.5rem;
}
.category-title-links a:hover{
    text-decoration: underline;
    color: #4bc1fd;

}


.banner-left-aligned-container, .articles-page-container {
    max-width: 61.25rem;
    margin: 0 auto;
}
.left-aligned-banner-content {
    margin: 4.25rem 0/*5.875rem*/;
    color: #fbfbfc;
    display: inline-block;
    width: 100%;
}
.related-article-section {
    display: inline-block;
    width: 100%;
    padding: 4rem 0;
}
.articles-middle-area {
    display: inline-block;
    width: 100%;
    padding: 1.75rem 0;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.articles-middle-left {
    font-size: 0.875rem;
    font-weight: bold;
}
.breadcrumbs-link, .breadcrumbs-link a {
    color: #00b3e6;
    margin:0.5rem 0;
}

.breadcrumbs-link a:hover {
    color: #f48345;
    text-decoration: none;
}
.grater-then-icon {
    color: #b1ccd4;
    padding: 0 .375rem;
}
.articles-middle-right .search-form input, .search-field-top .search-form input {
    height: 2.75rem;
    font-size: .875rem;
    line-height: normal;
    
}
.articles-bottom {
    padding-top: 2.25rem;
}
.articles-tabs-body {
    max-width: 42.25rem;
}
.article-links {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.article-links li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-size:18px;
}
.article-links li a {
    color: #00b3e6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.article-links :hover{
    color:#4bc1fd;
}
.articles-bottom .bottom-sm-hr {
    margin-top: 1.75rem;
    margin-bottom: 3.875rem;
}
.bottom-sm-hr {
    width: 100%;
    max-width: 286px;
    margin: 0 auto;
    background-color: #bdccdd;
    height: 1px;
}
.article-review-section {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dfe8f2;
    border-bottom: 1px solid #dfe8f2;
    position: relative;
    margin: 1rem 0;
    padding: 3rem 0;
    text-align: center;
}
.article-review-section h5 {
    font-weight: bold;
    margin-bottom: 0.875rem;
}
.article-review-btns [class*="btn-"] {
    margin: 0 0.5rem;
}

.btn-blue, .btn-outline-blue {
    outline: 0;
    border: 1px solid #00b3e6;
    font-size: 0.938rem;
    font-weight: bold;
    display: inline-block;
    min-width: 7.5rem;
    text-align: center;
    border-radius: .25rem;
    padding: .32rem;
    cursor: pointer;
   /* pointer-events:none;*/ /* To make it currently disabled */
}
.btn-outline-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #FFF;
    color: #00b3e6;
    border-color: #00b3e6;
    text-decoration: none!important;
}

.btn-outline-blue:hover, .btn-blue:hover
{
    background-color: #00b3e6;
    color: #FFF;
}
.modal360 .modal-body {
    padding: 3rem;
}
.modal360-title {
    color: #01aedf;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.modal360 .close, .modal360-design2 .close {
    position: absolute;
    top: .75rem;
    right: .5rem;
    font-size: .75rem;
    color: #c5d5e7;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    padding: 0;
}
.careers-bottom-box {
    max-width: 59rem;
    margin: -2.375rem auto 0;
    background-color: #FFF;
    border-radius: .375rem;
    padding: 3rem 2.5rem;
}
.careers-box-inner {
    float: left;
    width: 100%;
}
.careers-box-left {
    float: left;
    width: 33.333%;
    padding-right: 2rem;
}
.careers-box-right {
    float: left;
    width: 66.666%;
}
.careers-left-inner {
    max-width: 14rem;
}
.careers-left-top {
    margin-bottom: 1.5rem;
    position: relative;
}
.custom-select-main {
    display: inline-block;
    width: 100%;
    position: relative;
}
.custom-select-main select, .custom-select-main .btn-light {
    font-size: .938rem;
    color: #a4bad1;
    cursor: pointer;
    border: 1px solid #e1e7ef;
    background-color: #FFF;
    height: calc(2.563rem + 3px);
    padding: .375rem 2.563rem .375rem .813rem;
}
.custom-select-style2 .btn-light {
    color: #3b454f;
    height: calc(2.2rem + 2px);
    border-color: #d1deeb;
    padding-left: 1rem;
}
.custom-select-main .btn-light:not(:disabled):not(.disabled).active, .custom-select-main .btn-light:not(:disabled):not(.disabled):active, .custom-select-main .show>.btn-light.dropdown-toggle{
    color: #a4bad1;
    background-color: #FFF;
    border-color: #e1e7ef;
}
.custom-select-style2.custom-select-main .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 1.4rem;
}
.custom-select-main .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 1.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-select-main .dropdown-toggle:focus, .custom-select-main .dropdown-toggle:active{
  
    background-color: #FFF;
    border-color: #e1e7ef;
    outline: thin #e1e7ef !important;
}
.custom-select-style2 .dropdown-toggle::after {
    bottom: .72rem;
    color: #b9cadd;
}
.custom-select-main .dropdown-toggle::after {
    border-right-width: 0.313rem;
    border-left-width: 0.313rem;
    border-top-width: 0.313rem;
    position: absolute;
    right: 1rem;
}

.custom-select-style2 .dropdown-toggle::after {
    bottom: .72rem;
    color: #b9cadd;
}
.custom-select-style2 .dropdown-toggle::before {
    content: "";
    border-bottom: .313rem solid;
    border-right: .313rem solid transparent;
    border-top: 0;
    border-left: .313rem solid transparent;
    position: absolute;
    top: .72rem;
    right: 1rem;
    color: #b9cadd;
}
.custom-select-main .dropdown-item:focus, .custom-select-main .dropdown-item:hover {
    color: #778fa9;
    background-color: #fbfbfd;
    outline: 0;
}
.custom-select-main .dropdown-item.active, .custom-select-main .dropdown-item:active {
    color: #778fa9;
    background-color: #FFF;
}
.custom-select-main .dropdown-menu {
    padding: 0;
    margin: -2px 0 0;
    width: 100%;
    min-width: 100% !important;
    border-radius: 0 0 .25rem .25rem;
    border-color: #e1e7ef;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
}
.custom-select-main .dropdown-menu>.inner {
    max-height: 20rem !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile-filter {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}
.filter-btn {
    display: inline-block;
    width: 2.325rem;
    height: 2.325rem;
    padding: .5rem .5rem 0;
    border-radius: .125rem;
    background-color: #b9cadd;
    color: #FFF;
}
.career-select-group {
    display: inline-block;
    width: 100%;
    margin: 1rem 0 2rem 0;
}
.career-form .custom-select-main {
    max-width: 14rem;
}
.careers-categories {
    padding: 0;
    margin: 0;
    list-style: none;
}
.careers-categories li {
    margin-bottom: .75rem;
}
.careers-categories li a {
    color: #7c94ac;
    font-size: .938rem;
    display: block;
    padding: .16rem 1rem;
    border-radius: .25rem;
}
.careers-categories li a.active, .careers-categories li a:hover {
    background-color: #b9cadd;
    color: #FFF;
    text-decoration: none;
}
.careers-box-right {
    float: left;
    width: 66.666%;
}
.openings-repeater-box {
    display: table;
    width: 100%;
    border: 1px solid #dbe3eb;
    margin-bottom: 1.125rem;
    border-radius: .25rem;
    padding: 1.5rem;
}
.openings-repeater-box>div {
    display: table-cell;
    vertical-align: middle;
}
.openings-repeater-left {
    width: 2.625rem;
    font-size: 3.4rem;
    line-height: normal;
}
.openings-repeater-left i {
    display: inline-flex;
}
.openings-repeater-box>div {
    display: table-cell;
    vertical-align: middle;
}
.openings-repeater-middle {
    padding: 0 1.5rem;
}
.openings-repeater-middle h6, .openings-repeater-middle h6 a {
    color: #00b3e6;
}
.openings-repeater-middle h6 {
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 .375rem;
    display: block;
}
.openings-repeater-middle label {
    margin: 0;
    color: #899fb6;
    font-size: .938rem;
    display: inline-block;
}
.openings-repeater-box>div {
    display: table-cell;
    vertical-align: middle;
}
.openings-repeater-right {
    width: 5.25rem;
}
.openings-repeater-right .btn-small {
    padding: .25rem;
}
.btn-orange, .btn-outline, .btn-light-blue2 {
    outline: 0;
    color: #fbfbfc;
    font-size: .938rem;
    font-weight: 700;
    display: inline-block;
    min-width: 11.875rem;
    text-align: center;
    border-radius: .25rem;
    padding: .6rem;
    cursor: pointer;
}
.btn-orange {
    background-color: #f48345;
    border: 1px solid #f48345;
}
.myaccount-bt-right .btn-orange, .btn-small {
    min-width: inherit;
    width: 100%;
    max-width: 12.5rem;
    font-size: .875rem;
    padding: .4rem;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #fbfbfc;
    color: #f48345;
    border-color: #f48345;
    text-decoration: none;
}
.back-to-page {
    font-weight: 400;
    margin-bottom: .625rem;
}
.back-to-page a small {
    line-height: normal;
    font-size: 50%;
    vertical-align: middle;
    margin-right: .25rem;
}
.back-to-page a {
    color: #fbfbfc;
    display: inline-block;
    vertical-align: middle;
}
.back-to-page a:hover
{
    text-decoration: none;
}
.h1-labels {
    margin-top: .625rem;
}
.h1-label-tag {
    display: inline-block;
    margin: 0;
    font-size: .938rem;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5rem;
    color: #fbfbfc;
    padding: .1rem 1rem;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.career-box-details {
    max-width: 47.8rem;
    margin: 0 auto;
    padding: 1.5rem 0;
}

.career-detail-top {
    font-size: 1.125rem;
    color: #899fb6;
    line-height: 1.9;
    /* font-style: italic; */
    margin-bottom: 3.5rem;
}
.career-content-repeater {
    margin-bottom: .75rem;
    font-family: 400;
}
.career-content-repeater h5 {
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
    font-weight: bold;
}
.career-content-list {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 2.75rem;
}
.career-content-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: .5rem;
    display: inline-block;
    width: 100%;
}
.career-content-list li:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #3b454f;
    position: absolute;
    left: 0;
    top: .70rem;
    border-radius: 100%;
}
.career-content-repeater p {
    margin-bottom: 2.75rem;
}
.career-detail-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 2rem 0 1rem;
}
.cd-bottom-inner {
    display: inline-block;
    padding: 1.85rem 1rem;
    width: 100%;
    vertical-align: middle;
    max-width: 35.5rem;
    margin: 0 auto;
    border-radius: .25rem;
    border: 1px solid #dbe3eb;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.cd-bottom-inner>div {
    display: inline-block;
    vertical-align: middle;
}
.apply-form-text {
    font-weight: bold;
}
.apply-form-btn {
    min-width: 6.375rem;
    padding-left: 1rem;
}
.career-form {
    padding: 1.5rem 0;
    max-width: 42.65rem;
    margin: 0 auto;
}
.career-links-main {
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    margin-bottom: .5rem;
    font-weight: 700;
}
.career-form label {
    font-size: .875rem;
    font-weight: 700;
}
.career-links-main label {
    margin: 0 1.25rem 0 0;
}
.career-form-links {
    display: inline-block;
    vertical-align: middle;
    color: #abbed2;
}
.career-form-links a:hover, .career-form-links a.career-active {
    color: #f48345;
    text-decoration: none;
}
.career-form-links a {
    color: #00b3e6;
}
.resume-links
{
    margin-top:-6px;
}
.career-form label.custom-file-label, .career-form .custom-file-input, .career-form .custom-file {
    line-height: 2;
    height: 2.75rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    height: 2.6rem;
    line-height: 2;
}
.career-form textarea {
    line-height: 1.67;
    height: 8.75rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
span.help-block {
    font-size: 13px;
    color: #dc3545;
    font-weight: 400;
}
p.help-block {
    text-align: left;
    font-size: 13px;
    color: #dc3545;
    font-weight: 400;
}
.dp-refresh-text {
    display: block;
    width: 100%
}

.blockUI.blockMsg {
    border: 0 !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 9999 !important;
    background-color: #226599 !important;
    width: 100% !important;
    min-width: 11.75rem;
    max-width: 11.75rem;
    padding: 1.90rem 2.25rem !important;
    color: #fff !important;
    font-size: .938rem;
    text-align: center;
    border-radius: .25rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.blockUI.blockOverlay {
    z-index: 9999 !important;
    background-color: #fff !important;
}

.alert-box {
    position: relative;
    font-weight:400;
    line-height: 1.45;
}
.alert-box:before {
    content: "";
    background-color: rgba(9, 63, 104, 0.50);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.alert-box-body {
    width: 92%;
    max-width: 22.5rem;
    background-color: #FFF;
    border-radius: .5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    box-shadow: 0 2px 20px 2px #afafaf;
    -webkit-box-shadow: 0 2px 20px 2px #afafaf;
    -moz-box-shadow: 0 2px 20px 2px #afafaf;
}
.alert-box-inner {
    padding: 1.2rem 1rem;
    border-radius: .5rem;
    border-left: solid .40rem #88abd0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.alert-box-text {
    position: relative;
    padding-left: 3.25rem;
    word-break: break-all;
    word-break: break-word;
}
.alert-box-text:before {
    content: "\e965";
    font-family: 'icomoon';
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.1;
    text-align: center;
    background-color: #d5e5f6;
    color: #88abd0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.alert-close-btn {
    position: absolute;
    background-color: #FFF;
    border-radius: 1rem;
    top: 0;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    line-height: normal;
    font-size: 60%;
    cursor: pointer;
    border: 0;
    color: #88abd0;
}
.alert-success-box .alert-box-inner {
    border-color: #00ca85;
}
.alert-error-box .alert-box-inner {
    border-color: #ef4035;
}
.alert-success-box .alert-box-text:before {
    content: "\e912";
}
.alert-error-box .alert-box-text:before {
    content: "\e923";
}

.alert-error-box .alert-box-text:before {
    background-color: #ef4035;
    color: #FFF;
}
.alert-success-box .alert-box-text:before {
    background-color: #00ca85;
    color: #FFF;
}

.contact-nav .hidden
{
    display:none;
}

.sr-content-list li p {
    position: relative;
    padding-bottom: 1.625rem;
    margin-bottom: 0.875rem;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dfe8f2;
}
.sr-content-list li:last-child p {
    border: 0;
}
.ellipsis {
    position: relative
}

.ellipsis:before {
    content: ' ';
    visibility: hidden
}

.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-form input:focus {
    outline: 0;
    border-color: #f9dcd0;
    box-shadow: 0 0 5px 1px rgba(249, 220, 208, 0.20);
    -webkit-box-shadow: 0 0 5px 1px rgba(249, 220, 208, 0.20);
    -moz-box-shadow: 0 0 5px 1px rgba(249, 220, 208, 0.20);
}
.login-box .btn-outline-blue
{
    margin-left:35px;
}
.login-header
{
    background-color: #424575;
    color:#fff;
}
.login-header .add-top-nav a
{
    color:#fff;
}
.login-header .add-top-nav a.phone {
    background: url(../img/phone-white.svg) no-repeat 0 -3px;
}

.typeahead__cancel-button {
    display: none
}

.typeahead__container {
    position: relative
}

.typeahead__result {
    padding: 0 1.563rem;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    width: 100%;
}

.typeahead__list {
    border-radius: 0 0 .5rem .5rem;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #e1e7ef;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    max-height: 16rem;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.typeahead__list li {
    display: inline-block;
    width: 100%
}

.typeahead__list li a {
    padding: .65rem 1rem;
    display: inline-block;
    border-bottom: 1px solid #e1e7ef;
    width: 100%;
    color: #778fa9;
    font-weight: 400;   
}

.typeahead__list li a:hover {
    color: #778fa9;
    background-color: #fbfbfd;
    outline: 0; 
    text-decoration:none;
}

.fade.show {
    opacity: 1;
}

.non-clickable
{
    pointer-events: none;
}

.radio-button-group {
    margin: 0.25rem 0 0.5rem;
    display: inline-block;
    width: 100%;
}
.radio-circle-fill {
    color: #3b454f;
    font-size: .875rem;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    margin-right: 1.875rem;
}
.radio-circle-checkmark {
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 2px solid #d1deeb;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.radio-circle-fill input[type=checkbox]:checked~.radio-circle-checkmark, .radio-circle-fill input[type=radio]:checked~.radio-circle-checkmark {
    background-color: #f48345;
    border-color: #f48345;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.20);
}
.radio-circle-fill input[type=checkbox], .radio-circle-fill input[type=radio] {
    display: none;
}
.career-form .label-text {
    margin-bottom: .5rem;
}

.modal-backdrop.show {
    opacity: .8;
}
.modal360 .modal-body {
    padding: 3rem;
}
.form-box-main {
    width: 100%;
    font-size: .813rem;
    border-radius: .25rem;
    background-color: #fff;
}
.modal-backdrop {
    background-color: #093f68;
    z-index: 0;
}
/* FAQ CSS ADDED by PRATYUSH BHARTI */
.faq-box.multi-collapse {
    display: block;
}

.faq-box.multi-collapse.collapse:not(.show) {
    display: none;
}

.livint-trust-section1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f1ee;
    justify-content: flex-end;
}
.will-section1-left {
    width: 40%;
    max-width: 544px;
    padding: 112px 80px 140px;
}
.will-section1-left-inner {
    width: 100%;
    
    float: right;
    font-family: 'DM Sans';
    line-height: 20px;
}
.will-section1-top-text {
    padding-bottom: 4px;
    font-family: 'DM Sans';
    color: #212727;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.will-section-left-title {
    margin-top: 0;
    font-family: 'DM Sans';
    color: #212727;
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    font-weight: 700;
}
.will-section1-paragraph {
    margin-bottom: 15px;
    font-family: 'DM Sans';
    font-size: 20px;
    line-height: 40px;
}
.living-trust-get-started-btn {
    min-width: 160px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
    background-color: #fcc563;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
}
.will-section1-right {
    background-image: url(../img/cheerful-businessman-eyeglasses-office.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}
.will-secion2 {
    padding-top: 61px;
    padding-bottom: 60px;
   
    font-family: 'DM Sans';
}
.affiltiate-section2 {
    max-width: 1136px;
    padding-right: 19px;
    padding-left: 19px;
    color: #525252;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}
.will-section2-inner-copy {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.will-how-it-section {
    color: #a4b3c6;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
        margin: 20px 0 15px;
}
.affiliate-box-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0 20px;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    -ms-grid-rows: auto 60px auto;
    
}
.affiliate-text-box {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.will-section2-muber-box {
    margin-bottom: 20px;
    text-align: center;
}
.affiliate-box-img {
    padding-bottom: 10px;
}
.affiliate-box-img img{
    max-width: 60px;
}
.will-section2-box-title {
    margin-bottom: 10px;
    opacity: 1;
    font-family: 'DM Sans';
    color: #212727;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
        min-height: 50px;
}
.paragraph-light {
    opacity: 1;
    font-family: 'DM Sans';
    color: #525252;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.will-section-line {
    position: absolute;
    left: auto;
    top: 16px;
    right: -68%;
    width: 101%;
    height: 4px;
    background-color: #e8ecf1;
}
.will-section4{
    background-color: #f5f1ee;
    padding-top: 70px;
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.will-section-4-inner {
    max-width: 858px;
    padding-right: 19px;
    padding-left: 19px;
    text-align: left;
    margin: 0 auto;
}
.will-section-4-image {
    display: block;
    width: 45%;
    float: left;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
}
.will-section-4-text-cover {
    width: 35%;
    float: right;
}
.will-section-4-right-text1 {
    font-family: 'DM Sans';
    color: #212727;
    font-size: 14px;
    line-height: 20px;
}
.will-section4-right-title {
    margin-bottom: 10px;
    font-family: 'DM Sans';
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.will-sectiion4-list {
    font-family: 'DM Sans';
}
.will-section4-text-right-will {
    
    font-family: 'DM Sans';
    color: #212727;
        line-height: 21px;
    font-size: 13px;
}
.will-section4-69text {
    padding-bottom: 25px;
}
.will-secton4-text-69 {
    position: static;
    font-family: 'DM Sans';
    font-size: 15px;
    line-height: 29px;
}
.will-section4-69bold {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #b8f1db;
    color: #212727;
    font-size: 30px;
}
.will-section-4-our{
    font-size: 14px;
    font-weight: bold;
    font-family: 'DM Sans';
    color: #000;
}
.will-section-4-left-text{
    font-size: 13px;
    font-family: 'DM Sans';
    color: #000;
    white-space: pre-line;
}
.will-section-4-badges{
    margin: 15px 0px;
}
.will-section-4-badges img{
    width: 220px;
}
.will-section1-right img{
    display: none;
}
.upgrade-plan-box{
    max-width: 1022px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 24px rgb(66 69 117 / 18%);
    padding: 40px 40px 19px;
}
.upgrade-peace-title{
    text-align: center;
    font-size: 25px;
    font-family: 'DM Sans';
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}
.upgrade-plan-box-left h2{
    font-size: 25px;
    font-family: 'DM Sans';
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #212727;
}
.upgrade-plan-box-left p{
    font-size: 16px;
    font-family: 'DM Sans';
    color: #525252;
    line-height: 24px;
}
.upgrade-plan-box-right-first{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 24px rgb(66 69 117 / 18%);
    padding: 30px 40px 30px;
    margin-bottom: 10px;
}
.upgrade-plan-box-right-first-title{
    font-size: 16px;
    color: #525252;
    font-weight: bold;
    font-family: 'DM Sans';
    margin-bottom: 20px;
}
.upgrade-plan-box-right-first-item{
    font-size: 16px;
    color: #525252;
    font-family: 'DM Sans';
    margin-bottom: 10px;
    background: url(../img/checkmark02.svg) no-repeat;
    padding-left: 25px;
}
.upgrade-plan-box-price{
    font-size: 20px;
    color: #212727;
    font-family: 'DM Sans';
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.upgrade-plan-box-price span{
    color: #abc2ce;
    font-weight: bold;
}
.upgrade-plan-box-right-btns{
    text-align: center;
}
.upgrade-plan-box-page{
    position: relative;
}
.upgrade-plan-box-page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #424575;
    width: 100%;
    height: 420px;
}
.upgrade-plan-box-page .onboarding-header{
    padding: 25px 0 25px;
    background: #3a3d69;
}
.upgrade-plan-box-area {
    padding: 45px 0 30px;
}
.upgrade-plan-box-right-btns .upgrade-plan-btn{
    margin: 0px 5px;
}
.view-legal-plan{
    
    color: #fff;
    font-size: 18px;
    height: 44px;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    font-weight: bold;
    box-sizing: border-box;
    width: 200px;
    margin: 0 auto;
    background:-moz-linear-gradient(-45deg,#dc5b5e 0%,#f88c4c 100%);
  background:-webkit-linear-gradient(-45deg,#dc5b5e 0%,#f88c4c 100%);
  background:linear-gradient(135deg,#dc5b5e 0%,#f88c4c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5b5e',endColorstr='#f88c4c',GradientType=1);
}
.divider{
    text-align: center;position: relative;    font-size: 13px;
    margin: 30px 0;
    letter-spacing: 3px;}
.divider::before{ content: '';
    position: absolute;
    width: 45%;
    height: 2px;
    background: #eee;
    left: 0;
    top: 50%; }
.divider::after{content: '';
    position: absolute;
    width: 45%;
    height: 2px;
    background: #eee;
    right: 0;
    top: 50%;}
@media screen and (max-width: 1200px){
    .will-section1-left{
            padding: 40px 30px 40px;
    }
    .will-section-left-title{
        font-size: 42px;
    }
}
@media screen and (max-width: 992px){
    .will-section2-inner-copy{
        width: 100%;
    }
    .affiliate-box-cover{
            grid-column-gap: 20px;
    }
    .upgrade-plan-box-right-btns .upgrade-plan-btn{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .support-faq-container>div {
        display: inline-block;
        width: 100%;
    }
    .help-center-style3 .help-center-panel {
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 12rem;
    }
    .will-section1-left{
        width: 100%;
        display: inline-block;
        padding: 60px 25px 60px;
        max-width: 100%;
    }
    .livint-trust-section1{
        display: inline-block;
        width: 100%;
    }
    .will-section-left-title{
        font-size: 35px;
        line-height: 50px;
    }
    .will-section2-inner-copy{
        width: 100%;
    }
    
    .will-section-4-image{
        width: 100%;
    }
    .will-section-4-text-cover{
        width: 100%;
        padding-top: 30px;
    }
    .affiliate-box-cover{
        grid-column-gap: 15px;
    }
    .affiliate-text-box{
        padding-right: 10px;
        padding-left: 10px;
    }
    .will-section-line{
        right: -46%;
        width: 83%;
    }
    .will-section1-right{
        background: none;
        width: 100%;
    }
    .will-section1-right img{
        display: block;
    }
    .upgrade-plan-box{
            padding: 40px 20px 19px;
    }
    .upgrade-plan-box-right-first{
            padding: 30px 20px 30px;
    }
}
@media screen and (max-width: 567px){
    .affiliate-text-box{
        margin-bottom: 20px;
    }
    .will-section-line{
        display: none;
    }
    .affiliate-box-cover{
        display: inline-block;
        width: 100%;
    }
    .upgrade-plan-box-right-btns .upgrade-plan-btn{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 660px){
    .modal360 .modal-dialog {
        max-width: 580px;
    }
}

.header-menu-highlight{
    opacity: 1;
    color: #1a1b1f;
    font-weight: 800;
}

.min-vh-60{
    min-height: 60vh;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}
.braintree-method {
    display: none !important;
  }
  .braintree-method--active {
    display: flex !important;
  }
.pass-show-hide{position:relative;width:100%;}
.pass-show-hide-btn{position:absolute;top:0;bottom:0;display:table;right:0;color:#d1deeb;width:2rem;text-align:left;}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
.pass-show-hide-btn > [class*="eye-"]{height:2.75rem;vertical-align:middle;display:none;width:100%;cursor:pointer;}
.pass-show-hide-btn > [class*="eye-"] svg{display:inline-block;vertical-align:middle;}
.pass-show-hide-btn > [class*="eye-"]:hover{color:#3b454f;}
.pass-show-hide-btn > .active[class*="eye-"]{display:table-cell;}
.particpants_note{
    display: flex;
    font-size: 14px;    
    font-weight: bold;
    align-items: start;

}
.particpants_note strong {
    font-size: 16px;
}
.particpants_note strong.start-condition {
    margin-right: 5px;
}
.braintree-dropin.braintree-loaded {
    display: flex;
    flex-direction: column;
    /* Default: stacks children vertically */
}

[data-braintree-id="lower-container"] {
    width: 100%;
}

[data-braintree-id="toggle"] {
    order: -1;
}

