code { color: #d60b51; }
@font-face {
    font-family: MinionPro;
    src: url("../fonts/MinionPro-Regular.38711b5bb243.otf");
}
@font-face {
    font-family: Foco_Trial_Bd;
    src: url("../fonts/Foco_Trial_Bd.53e3b7b1981f.ttf");

}
@font-face {
    font-family: HelveticaNeue;
    src: url("../fonts/HelveticaNeue-01.ca4cc14c2323.ttf");
}
@font-face {
    font-family: HelveticaNeue-Bold;
    src: url("../fonts/HelveticaNeue-Bold-02.ce019f6ce3b9.ttf");
}
@font-face {
    font-family: HelveticaNeue-Italic;
    src: url("../fonts/HelveticaNeue-Italic-03.1827d9648250.ttf");
}
@font-face {
    font-family: HelveticaNeue-Light;
    src: url("../fonts/HelveticaNeue-Light-08.bbe1358b556c.ttf");
}
@font-face {
    font-family: HelveticaNeue-Thin;
    src: url("../fonts/HelveticaNeue-Thin-13.32f9d79ee53f.ttf");
}
@font-face {
    font-family: OpenSans-LightItalic;
    src: url("../fonts/OpenSans-LightItalic.54b444340411.ttf");
}
@font-face {
    font-family: HelveticaNeue-Medium;
    src: url("../fonts/HelveticaNeue-Medium-11.b855484dd2d9.ttf");
}

/* PALETTE */
:root {
    --main-white-color: #fff;
    --pale-grey-color: #bbb;
    --dark-grey-color: #333333;
    --dark-red-color: #d60b51;
    --blue-link-color: #0E5EFB;
    --index-light: #008198;
    --index-dark: #016C81;
}

:target {
  scroll-margin-top: 105px;
}

html{ background:#f1f1f1; font-size: 18px; }
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: initial;
}
body{ font-family: HelveticaNeue; max-width:1920px; margin:auto; box-shadow:0px 0px 15px #000; background:#fff; }
a{text-decoration:none; outline:none; color: #0E5EFB }
h1{font-family: HelveticaNeue-Light; font-size: 2.3em; padding-bottom: 20px; }
/* NOTE h2-small changed to same size as h2 in Jan 2023 */
h2, .h2-small {font-family: HelveticaNeue-Light; font-size: 1.7em; padding-bottom: 10px; }
h3{font-family: HelveticaNeue-Light; font-size: 1.6em; padding-bottom: 8px; }
h4{font-family: HelveticaNeue-Light;}
h5{font-family: HelveticaNeue-Light;}
h6{font-family: HelveticaNeue-Light;}
/* strong{color:#0E5EFB;} */
p{ color: var(--dark-grey-color); font-family: HelveticaNeue; font-size: 1em;}
.box{ max-width:1170px !important; margin:0 auto; }
a{ outline:none!important; }
input{ outline:none!important; }
.red-text { color: #d60b51; }
.white-text { color: #fff; }
.italic { font-family: HelveticaNeue-Italic; }
.pointer { cursor: pointer; }
.containing-link a { color: #0E5EFB; }
.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.bold {font-family: HelveticaNeue-Bold;}
.light {font-family: HelveticaNeue-Light;}
.italic { font-style: italic; }
/****************************** start pre define classes ****************************/
.mt1{margin-top:10px;}
.mt2{margin-top:20px;}
.mt3{margin-top:30px;}
.mt4{margin-top:40px;}
.mt5{margin-top:50px;}
.mt6{margin-top:60px;}
.mt7{margin-top:70px;}
.mt8{margin-top:80px;}
.mt9{margin-top:90px;}
.mt10{margin-top:100px;}
.mt11{margin-top:110px;}
.mt105{margin-top:105px;}
.mt12{margin-top:120px;}

.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:10px;}
.mb2{margin-bottom:20px;}
.mb3{margin-bottom:30px;}
.mb4{margin-bottom:40px;}
.mb5{margin-bottom:50px;}
.mb6{margin-bottom:60px;}
.mb7{margin-bottom:70px;}
.mb8{margin-bottom:80px;}
.mb9{margin-bottom:90px;}
.mb10{margin-bottom:100px;}
.mb11{margin-bottom:110px;}
.mb12{margin-bottom:120px;}

.ml0{margin-left:0px;}
.ml-10{ margin-left:-10px; }
.ml-15{ margin-left:-15px; }

.mr0{margin-right:0px;}
.mr-10{ margin-right:-10px; }
.mr-15{ margin-right:-15px; }

.pb0{padding-bottom:0;}
.pb05{padding-bottom:5px;}
.pb1{padding-bottom:10px;}
.pb2{padding-bottom:20px;}
.pb3{padding-bottom:30px;}
.pb4{padding-bottom:40px;}
.pb5{padding-bottom:50px;}
.pb6{padding-bottom:60px;}
.pb7{padding-bottom:70px;}
.pb8{padding-bottom:80px;}
.pb9{padding-bottom:90px;}
.pb10{padding-bottom:100px;}
.pb11{padding-bottom:110px;}
.pb12{padding-bottom:120px;}

.pt0{padding-top:0px !important;}
.pt1{padding-top:10px;}
.pt2{padding-top:20px;}
.pt3{padding-top:30px;}
.pt4{padding-top:40px;}
.pt5{padding-top:50px;}
.pt6{padding-top:60px;}
.pt7{padding-top:70px;}
.pt8{padding-top:80px;}
.pt9{padding-top:90px;}
.pt10{padding-top:100px;}
.pt105{padding-top:105px;}
.pt11{padding-top:110px;}
.pt12{padding-top:120px;}

.main-title{font-size:36px;}
.actual{color:#0E5EFB !important;}

.no-padding{ padding: 0; }
.pl0{padding-left:0px;}
.pl30{ padding-left:30px; }
.pl40{ padding-left:40px; }
.pl55{ padding-left:55px; }

.pr0{padding-right:0px;}
.pr10{ padding-right:10px; }
.pr30{ padding-right:30px; }
.pr60{ padding-right:60px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.white{ color: var(--main-white-color) !important; }

.main-page, .bg-white { background:#f9f9f9; }
.bg-grey-light { background-color: #F2F2F2; }
.bg-grey-very-light { background-color: #F9F9F9; }

.btn-clr{ background:#d60b51; border:1px solid #d60b51; color:#fff; padding:12px 30px; border-radius:30px; display:inline-block; font-size:18px; letter-spacing:1px; }
.btn-clr:hover, .btn-clr:focus{ background:#fff; color:#d60b51;  }
.btn-index, .btn-clr.btn-index {
  background: var(--index-light);
  border:1px solid var(--index-light);
  color:#fff;
  padding:12px 30px;
  border-radius:30px;
  display:inline-block;
  font-size:18px;
  letter-spacing:1px;
}
.btn-index:hover,
.btn-index:focus,
.btn-clr.btn-index:hover,
.btn-clr.btn-index:focus {
  background:#fff;
  color: var(--index-light);
}

.btn-tra{ background:transparent; border:1px solid #d60b51; color:#d60b51; padding:12px 30px; border-radius:30px; display:inline-block; font-size:18px; }
.btn-tra:hover{ background:#d60b51; color:#fff;  border-radius:30px;  }

.btn-white{ background:transparent; border:1px solid #fff; color:#fff;  padding:12px 30px; border-radius:30px; display:inline-block; font-size:18px; }
.btn-white:hover{ background:#fff; border:1px solid #fff; color:#d60b51;  border-radius:30px;  }

/****************************** end pre define classes ****************************/


.intro-menu{ border:0px solid #fff; border-radius:30px; }
.intro-menu img{ width:24px; float:left; margin-right:8px; }

/********************************* banner **************************************/
.home-banner-outter{ position:relative; }
.home-banner-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:200px 0px;
}
.banner-inner{ margin:auto; }
.home-banner{ position:relative; min-height:800px;
    background: url("../images/home-banner-back.6421e54503c7.png");
    background-size:cover;
    background-position:bottom;
}
.home-banner .banner-inner{ margin:0px auto; max-width: 440px; }

.banner-content{ font-family: HelveticaNeue-Light !important; position: absolute; left: 0; right:0; bottom:0; top:20%; z-index: 2; width:100%; }
.serach-header{background:#fff; width:100%; padding:5px; border-radius:30px; display:inline-block; margin:auto; border: 1px solid #888; }

.page-container {
    margin-top: 105px;
}
.page-container.overlay-container {
  background: #F2F2F2;
}
.home-banner-title{
    color:#d60b51;
    font-size: 3rem;
    margin-bottom: 0;
    text-align: left;
}
.home-banner-title sup {
    font-size: 0.4em;
    top: -1em !important;
}
#header-container.ducks, #header-container.plates {
    padding-top: 120px;
}
.ducks .home-banner-title, .plates .home-banner-title {
    color: #fff;
    font-size: 4rem;
    font-family: HelveticaNeue-Bold;
}
.ducks p, .plates p {
    color: #ddd;
    font-size: 3em;
    font-family: HelveticaNeue-Thin;
    margin-bottom: 50px;
}
.home-banner-text {
    font-size: 18px;
    max-width: 90%;
    padding: 20px 0 30px;
}
.home-banner-desc{
    color:#d60b51;
    font-family: HelveticaNeue-Light !important;
    font-size: 1.5em;
    padding: 1rem 0 0;
    text-align:left;
}
.home-banner-desc .banner-icon {
    padding: 5px 7px 9px 0;
}
.super-tooltip {
    color: #d60b51
}
#home-list {
    list-style-type: none;
}
#home-list .home-list-item {
    color: #d60b51;
}
#home-list-intro {
    margin-bottom: 2px;
}
.home-item-bold {
    font-weight: bold;
}
.email-entry-container {
    border-radius: 5px;
    display: flex;
    margin: 20px auto 20px;
    min-height: 125px;
    padding: 20px;
    width: 100%;
}
#dexter-form, #earn-entry-form, #email-entry-form {
    align-items: center;
    display:-ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 60px;
    grid-template-columns: 1fr 1fr 60px;
    margin: 0;
    background: #d60b51;
    width: 90%;
    padding: 15px;
    border-radius: 5px;
}
.modal .recent-report { display: none; }
#dexter-score .modal {
  display: none;
  position: absolute;
  top: 4px;
  left: 80px;
  right: 45px;
  bottom: 50px;
  width: auto;
}
#dexter-score .modal .modal-dialog {
  max-width: none;
}
#dexter-score .modal .modal-header {
  min-height: 150px;
}
#dexter-form input, #earn-entry-form input, #email-entry-form input {
    /* box-shadow to avoid “-internal-autofill-selected” style */
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
    border-radius: 5px;
    margin-left: 10px;
    padding: 25px;
    width: 100%;
}
#dexter-form .form-group p, #earn-entry-form .form-group p, #email-entry-form .form-group p {
    font-size: 0.95rem;
    margin: 0 50px;
}
#dexter-form button, #earn-entry-form button, #email-entry-form button {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #000000;
    box-shadow: 0px 0px 15px -5px #000000;
    color: #d60b51;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 160px;
    border-radius: 50px;
}
#dexter-form button:hover, #earn-entry-form button:hover, #email-entry-form button:hover {
    background-color: #d60b51;
    color: #fff;
}

#dexter-form button:focus, #earn-entry-form button:focus, #email-entry-form button:focus {
border: 1px dashed #0E5EFB;
}

.search-text input {
    border: none;
    border-radius: 20px;
    color: #706F6F;
    float: left;
    font-size: 12px;
    outline: none;
    padding: 10px 12px;
}
.search-btn button{
    background:#333333;
    border-radius: 20px;
    border: 1px solid #333333;
    color:#fff;
    float:right;
    padding:7px;
    width:40px;
}
.search-btn button:hover {
    background: #fff;
    border: 1px solid #333333;
    color: #333333;
}

.section-top-container {
    background: #F2F2F2 url("../images/aaatraq-homepage-laptop.730644142740.png") no-repeat;
    background-position: right;
    background-size: 50% 100%;
    min-height: 600px;
}

.page-section-top {
    padding: 70px 0 80px;
}

.page-section {
    padding: 80px 0;
}

.page-section a {
    color: #D60B51;
}

.page-section a:focus {
    border: 1px dashed #0E5EFB;
}

.page-section a:focus,
.page-section a:hover {
    text-decoration: underline;
}

.page-section ol li {
    font-size: 1.4em;
    color: #ffffff;
    margin-bottom: 10px;
}

.page-section ul {
    color: #D60B51;
    padding: 0;
}
.page-section ul li {
    list-style: none;
    margin-bottom: 10px;
}

.page-section img {
    padding: 20px;
    width: 100%;
}

.section-red {
    background-color: #D60B51;
    color: #fff;
}

.section-info {
    padding-left: 40px;
}

.page-section .lloyds-logo {
    padding-left: 40px;
    max-width: 200px;
}

.grey-video-section {
    background-color: #404040;
}
.grey-video-section p {
    color: #fff;
    font-family: HelveticaNeue-Light;
    font-size: 1rem;
}
.grey-video-section .h2-small {
    color: #fff;
}
.grey-video-section a {
    color: #fff;
}

.intelligence-section {
    background-color: #D60B51;
}
.intelligence-section-h2 {
  color: #fff;
  font-family: HelveticaNeue-Bold;
  font-size: 5em;
  margin-bottom: 0;
  padding-bottom: 0
}
.intelligence-section-sub {
  border-bottom: 1px dashed #aaa;
  font-size: 2.29em;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.intelligence-section p {
    color: #fff;
    font-family: HelveticaNeue-Light !important;
}

.intelligence-section .check-link {
    color: #fff;
}
.center-div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.max-400 {
    max-width: 400px;
}

.home-sec-2-outter{
    position:relative;
}
.home-sec-2-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:45px 0px;
}

.home-section-2{
    margin-top:-250px;
    padding-top:250px;
    background: -webkit-gradient(linear,left top,right top,color-stop(15.5%,#fff),color-stop(15.5%,rgba(140,140,140,0.1)));
    background: -webkit-linear-gradient(left,#fff 15.5%,rgba(140,140,140,0.1) 15.5%);
    background: -moz-linear-gradient(left,#fff 15.5%,rgba(140,140,140,0.1) 15.5%);
    background: linear-gradient(112deg, #fff 15.5%,rgba(140,140,140,0.1) 15.5%);
}

.home-sec-2-img{ display:inline-block; }
.home-sec-2-img img{ max-width:65%; float:right; box-shadow: 0px 0px 50px 0px #888; }
.display-table{ display:table; height:100%; }
.table-cell{ display:table-cell; vertical-align:middle; }
.section-title{ text-transform:uppercase; margin-bottom:30px; color:#d60b51; margin-top:0px; font-family: HelveticaNeue-Light}
.section-text{ margin-bottom:30px; }
.section-2-right{ width:80%; float:right; }

.two-line{ position:relative; }
.two-line img{ position:absolute; width:38px; left:-60px; top:10px; }

.confidence-link {
  align-items: center;
  display: flex;
  padding-left: 15px;
}

/******************************* end banner **************************************/

/******************************* start section3 **************************************/

.home-section-3{
    min-height: 648px;
    padding:180px 0px;
    background:url("../images/home-sec-3-back.724a800ef308.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    background-size:cover !important;
}
.home-sec-3-outter{ position:relative; }
.home-sec-3-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:180px 0px;
}



.sec-3-center{ max-width:76%; padding-top:15px; }
.sec-3-center p{ color:#fff;font-weight:normal; }
.sec-3-center a{ margin-top:10px; }

/******************************* end section3 **************************************/

/******************************* start section4 **************************************/

.home-sec-4-outter{ position:relative; }
.home-sec-4-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:40px 0px;
}
.home-sec-4{
    min-height: 648px;
    background:url("../images/home-sec-4-back.d8da44243940.jpg") !important;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    /* background: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,rgba(140,140,140,0.1))); */
    /* background: -webkit-linear-gradient(left,#fff 50%,rgba(140,140,140,0.1) 50%);  */
    /* background: -moz-linear-gradient(left,#fff 50%,rgba(140,140,140,0.1) 50%); */
    /* background: linear-gradient(112deg, #fff 50%,rgba(140,140,140,0.1) 50%); */
}
.sec-4-img{ padding-top:100px; padding-bottom:30px; position:relative; }
.badge-img{ position:absolute; top:80px; right:25%; max-height:150px; border-radius: 11px; }

/******************************* end section4 **************************************/

/******************************* start section5 **************************************/

.home-sec-5-outter{ position:relative; }
.home-sec-5-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:100px 0px;
}
.home-sec-5{
    background: -webkit-gradient(linear,left top,right top,color-stop(35.5%,#d60b51),color-stop(35.5%,#bf0a48));
    background: -webkit-linear-gradient(left,#d60b51 35.5%,#bf0a48 35.5%);
    background: -moz-linear-gradient(left,#d60b51 35.5%,#bf0a48 35.5%);
    background: linear-gradient(112deg, #d60b51 35.5%,#bf0a48 35.5%);
    padding:100px 0px;
}

.sec-5-text p{ color:#fff; max-width:70%; }

/******************************* end section5 **************************************/

/******************************* stat section6 **************************************/

.home-sec-6{
    background: -webkit-gradient(linear,left top,right top,color-stop(21%,#e5e5e5),color-stop(21%,#fff));
    background: -webkit-linear-gradient(left,#e5e5e5 21%,#fff 21%);
    background: -moz-linear-gradient(left,#e5e5e5 21%,#fff 21%);
    background: linear-gradient(112deg, #e5e5e5 21%,#fff 21%);
    padding:80px 0px;
}
.sec-6-img{ max-width:80%; float:right; }
.sec-6-text{ max-width:85%; float:right; }

/******************************* end section6 **************************************/

/******************************* start sectionlast **************************************/

.home-sec-last{
    padding:80px 0px;
}
.home-sec-last p{ color:#d60b51; font-size:40px; }

/******************************* end sectionlast **************************************/

/******************************* start footer **************************************/


.footer{
    padding-top: 30px;
    padding-bottom:40px;
}
.footer-menu {
    color: var(--dark-grey-color);
    display:inline-block;
    font-size:14px;
    list-style:none;
    margin:0px;
    margin-bottom:20px;
    padding:0px;
    position: relative;
    width: 100%;
}
.footer-menu .menu-title {
    font-family: HelveticaNeue-Bold;
    margin-bottom: 3px;
}
.footer-menu .list-item {
    line-height:1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-menu ul {
  /* FOR SUB-MENU INDENTATION */
  padding-inline-start: 20px;
}
.footer-menu li a {
    color: var(--dark-red-color);
    font-size: 14px;
}
.footer.is-index .footer-menu li a {
    color: #000;
    font-size: 14px;
}
.footer-menu li a:focus {
    border: 1px dashed #0E5EFB;
}
.footer-menu-right {
    text-align: end;
}
.footer-menu-right li a {
    color: #000;
}
.footer-no-content {
  color: #505050;
  cursor: not-allowed;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-no-content::before,
.footer-list-li::before {
    content: '/';
    padding-right: 5px;
}
/* generic dash list */
.dash-list-li {
  color: #272727;
  }
  .dash-list-li::before {
  color: #D60B51;
  content: '/';
  padding-right: 5px;
  }
  /* end generic dash list */


.social-menu{ padding:0px; margin:0px; list-style:none; display:inline-block; float:right; }
.social-menu li{ float:left; padding:5px 10px;  }
.social-menu li a{ color:#fff; font-size:24px; }

.footer-text p{ color: #000; font-size:13px; }


.social-row{  text-align:right; margin-top:20px; margin-bottom:20px; position:relative; }
.social-row ul{ list-style:none; display:inline-block; margin:0px; padding:0px; position:absolute; top:-100px; right:30px; }
.social-row ul li{ float:left; padding:10px; }
.social-row ul li a{ color:#fff; font-size:26px; }
.social-row li:last-child{ padding-right:0px; }

.footer-icon-list{text-align: right;}
.footer-icon{font-size: 30px;color: #fff;margin-left: 5px;}
.footer-icon:hover{font-size: 30px;color: #fff;}
.footer-text{font-size: 12px; color:#fff; opacity: 0.6; font-weight: 300;}
/******************************* end footer **************************************/


/******************************* start service-inroduction-section  ***********************************/
.service-inroduction-section-bg{background-color: #F5F5F5;}
.service-inroduction-section
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-inroduction-section h1
{
    text-transform: uppercase;
    font-size: 45px;
    font-family: HelveticaNeue-Light !important;
    text-align: left;
    font-weight: 500;
    color: #D60B51;
    margin-bottom: 30px;
}
.service-inroduction-section p
{
    font-size:  18px;
    font-family: HelveticaNeue !important;
    text-align: left;
    color: #000000;
}
.service-inroduction-section .btn-div{display:flex; justify-content:left;margin-top:30px;}
.service-inroduction-section a
{
    background: #d60b51;
    border: none;
    padding: 12px 38px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: HelveticaNeue-Bold !important;
    letter-spacing: 1px;
}
/******************************* footer service-inroduction-section  ***********************************/


/******************************* start login **************************************/
body .login-banner-outter.main-login,
body.staging .login-banner-outter.main-login,
body.accord .login-banner-outter.main-login,
body.aaatraq .login-banner-outter.main-login {
  background: -webkit-gradient(linear,left top,right top,color-stop(25%,#d60b51),color-stop(25%,#bf0a48));
  background: -webkit-linear-gradient(left,#d60b51 25%,#bf0a48 25%);
  background: -moz-linear-gradient(left,#d60b51 25%,#bf0a48 25%);
  background: linear-gradient(112deg, #d60b51 25.5%,#bf0a48 25.5%);
  height: 900px;
}
body.aa .login-banner-outter.main-login {
  background: -webkit-gradient(linear,left top,right top,color-stop(25.4%,#008198),color-stop(25.4%,#016C81));
  background: -webkit-linear-gradient(left,#016C81 25.4%,#008198 25.4%);
  background: -moz-linear-gradient(left,#016C81 25.4%,#008198 25.4%);
  background: linear-gradient(108deg, #016C81 25.4%,#008198 25.4%);
  height: 900px;
}
.login-banner-content{ font-family: HelveticaNeue-Light !important; padding:300px 0px; }
.login-banner-outter{ position:relative; }
.login-banner-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding:250px 0px;
}
.login-back{
    position:relative;
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,#d60b51),color-stop(25%,#bf0a48));
    background: -webkit-linear-gradient(left,#d60b51 25%,#bf0a48 25%);
    background: -moz-linear-gradient(left,#d60b51 25%,#bf0a48 25%);
    background: linear-gradient(112deg, #d60b51 25%,#bf0a48 25%);
}

.login-title{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: HelveticaNeue-Light !important;
    font-size: 50px;
}
.login-text {
    font-size: 25px;
    color: white;
    font-family: HelveticaNeue-Light !important;
}
.login-form .form-group{
    margin-bottom:30px;
}
.login-form input{
    border:0px;
    border-radius:35px;
    padding:10px 20px;
    width:100%;
    font-size:18px;
}

.fg-pass{ color:#fff; margin-top:10px; font-size:16px; display:inline-block; }
.fg-pass:hover,.fg-pass:focus{ color:#fff; }

.login-btn{ color:#fff; border:1px solid #fff; padding:10px 30px; border-radius:35px; background:transparent; font-size:18px; float:right; }

.footer2{
    /* background: -webkit-gradient(linear,left top,right top,color-stop(10.5%,#000),color-stop(10.5%,#1f1f1f)); */
    /* background: -webkit-linear-gradient(left,#000 10.5%,#1f1f1f 10.5%);  */
    /* background: -moz-linear-gradient(left,#000 10.5%,#1f1f1f 10.5%); */
    /* background: linear-gradient(112deg, #000 10.5%,#1f1f1f 10.5%); */
    background-color: #272727;
    padding-top:50px;
    padding-bottom:40px;
}

/******************************* end login **************************************/

/******************************* start contact **************************************/

/* .menu2  .navbar-nav>li>.nav-link{ color:#d60b51; } */
/* .menu2  .navbar-nav>li>a.intro-menu{ border: 0px solid #d60b51; color:#d60b51; } */
/* .menu2 .navbar-dark .navbar-nav .nav-item .nav-link:hover, .menu2 .navbar-dark .navbar-nav .nav-item .nav-link:focus{ color:#d60b51; } */

.cnt-sec-1-outter{ position:relative; }
.cnt-sec-1-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding-top: 200px;
}

.cnt-sec-2-outter{ position:relative; }
.cnt-sec-2-inner{
    max-width:1140px; margin:auto;
    position:absolute; left:0; right:0; top:0; bottom:0;
    padding-top: 130px;
}

.cnt-section-1{ padding-top:30vh; margin-bottom:80px; }
.cnt-sec-1-txt{ max-width:350px; }
.cnt-section-2{ background:rgba(0,0,0,.1); }

.bx-icon{ max-width:40px; float:right; }
.bx-title{ text-transform:uppercase; margin:0px; margin-bottom:20px; line-height:40px; font-size:28px; }
.cnt-box p{ margin-bottom:0px; }
.cnt-sec-1-inner .section-title, .cnt-sec-1-txt, .bx-title, .cnt-box p,.cnt-box a{ color:#fff ; }

.cnt-box-outter{ margin-top:30px; }

.cnt-box-outter .col-sm-6:first-child
{
    border-right:1px solid #ddd; border-bottom:1px solid #ddd;
    padding-left:0px;
    padding-right:60px;
    padding-bottom:60px;
}
.cnt-box-outter .col-sm-6:nth-child(2){
    border-bottom:1px solid #ddd;
    padding-left:60px;
    padding-right:0px;
    padding-bottom:60px;
}
.cnt-box-outter .col-sm-6:nth-child(3){
    border-right:1px solid #ddd;
    padding-left:0px;
    padding-right:60px;
    padding-top:60px;
}
.cnt-box-outter .col-sm-6:nth-child(4){
    padding-left:60px;
    padding-right:0px;
    padding-top:60px;
}

.cnt-section-2{ padding:100px 0px; }

.cnt-form .form-group{ margin-bottom:20px; }
.cnt-form .form-group .form-control{ height:auto; padding:8px 20px; border-radius:20px; font-size:17px; }
.cnt-form textarea{ min-height:180px; }

.cnt-sec-2-txt{ max-width:75%; }
.cnt-sec-2-txt img{ margin-bottom:20px; max-width:90%; }

.cnt-btn{ background:#d60b51; color:#fff; padding:10px 35px; border:1px solid #d60b51; border-radius:35px; }

/******************************* end contct **************************************/

/******************************* start cc **************************************/

.gry-back-2{
    background:#f2f2f2;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(70%,#f2f2f2));
    background: -webkit-linear-gradient(left,#fff 0%,#f2f2f2 70%);
    background: -moz-linear-gradient(left,#fff 0%,#f2f2f2 70%);
    background: linear-gradient(320deg, #fff 0%,#f2f2f2 70%);
}

.width-80 { width: 80%; }
.width-80 img { width: 80%; }
/* .cc-sec-2-left .section-text{ color:#000; } */

.cc-sec-2-right p span { font-family: HelveticaNeue-Bold; }
/* .cc-sec-2-right strong{color: #000;} */
/* .bage-blue{ position:absolute; top:-70px; right:15%; max-width:300px; } */

/* .cc-sec-3-outter{ position:relative; background:#fff; } */
.cc-sec-3-outter img{width: auto !important;}
/* .cc-sec-3-outter img{width: auto !important;} */
/* .cc-sec-3-inner{ padding:80px 0px; } */
/* .cc-sec-3-inner p{font-family: HelveticaNeue;} */
/* .cc-sec-3-left{ } */
/* .cc-sec-3-left .section-title{ font-size:36px; } */
.cc-sec-3-left p{ max-width:70%; }
/* .cc-sec-3-left p.high-light-text{ font-weight:600; margin-bottom:40px; } */
.cc-sec-3-right{ position:relative; }
.cc-2-pc{ padding-top:50px; }
.badge1{ position:absolute; top:0; right:calc(3% + 170px); max-width:150px; }
.badge2{ position:absolute; top:0; right:3%; max-width:150px; }

/* .cc-sec-4-outter{ position:relative; background:#1a1a1a; } */
/* .cc-sec-4-inner{ padding:80px 0px;  } */
/* .owl-carousel{  } */

/* .cc-sec-5-outter{ position:relative; }
.cc-sec-5-inner{ padding:80px 0px; }
.cc-sec-5-img{ margin-top:-150px; } */

/* .secure-dashboard-section {padding-top: 50px;} */
/* .secure-dashboard-section h1{color: #D60B51;font-size: 45px;text-align:left;font-family: HelveticaNeue-Light;} */
/* .secure-dashboard-section p{font-size:18px; color:#000000;text-align:left;font-family: HelveticaNeue !important;} */
.secure-dashboard-section img:nth-last-of-type(-n+2){margin-top:20px;}

/******************************* end cc **************************************/

/******************************* start about **************************************/
/* TODO: delete .abt-banner once service and introducers html files
have been deleted */
.abt-banner-outter{ position:relative; }
.abt-banner-inner{
    max-width: 1140px;
    margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    padding:200px 0px;
}


.abt-back{
    padding-top:180px;
    padding-bottom:80px;
    background: -webkit-gradient(linear,left top,right top,color-stop(28%,#d60b51),color-stop(28%,#fff));
    background: -webkit-linear-gradient(left,#d60b51 28%,#fff 28%);
    background: -moz-linear-gradient(left,#d60b51 28%,#fff 28%);
    background: linear-gradient(112deg, #d60b51 28%,#fff 28%);
}

.abt-banner-title{
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: HelveticaNeue-Light !important;
    font-size: 68px;
}
.abt-banner .abt-banner-text{
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-family: HelveticaNeue-Light !important;
    margin-bottom: 30px;
}
/* END TODO */
.abt-sec-1-outer {
    background: #f2f2f2;
}
.abt-sec-1-inner{
    padding: 80px 0px;
}
.red-bold-heading {
    color: var(--dark-red-color);
    font-family: HelveticaNeue;
}
.abt-sec-1-left{ padding-right:100px;  font-family: HelveticaNeue-Bold !important; }

.abt-sec-1-right .title{ color:#000;  font-family: HelveticaNeue-Bold !important; }
.abt-sec-1-right ul{ padding-left:0px; list-style:none; }
.abt-sec-1-right ul li{ font-size:17px; color:#000; }


.abt-sec-2-outter{ position:relative; }
.abt-sec-2-inner{
    max-width: 1140px;
    margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    padding:120px 0px;
}

.abt-sec-2-text{
    line-height:1.1;
    font-size: 2.7rem;
    margin-bottom:0px;
    color:#d60b51;
}

.wwu-inner{ padding: 160px 0; }
.wwu-title{
    font-size: 4.5rem;
    font-family: HelveticaNeue-Bold;
    color: #d60b51;
    margin: 0px;
}
.gry-back{
    background:#f2f2f2;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(60%,#f2f2f2));
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,#f2f2f2 60%);
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,#f2f2f2 60%);
    background: linear-gradient(35deg, rgba(0,0,0,0) 0%,#f2f2f2 60%);
}

/******************************* end about **************************************/

/******************************* start assessment **************************************/


/* .as-slider .owl-item img{ width:auto !important; } */


/******************************* end assessment **************************************/

/******************************* start intro **************************************/

.intro-sec-1-outter{ padding-top:60px; padding-bottom:100px; }
.intro-sec-1-text{ max-width:75%; }

.carousel-caption{
    bottom:auto;
    top:24% !important;
    text-align:left;
    color:#fff !important; max-width:50%;
}
.cc-text{ width:420px; float:left; }
.cc-img{ width:200px; float:right; margin: auto; text-align: center; }
.sld-title{ color:#fff !important; margin-bottom:30px; font-size:40px; }
.sld-sub-title{ font-size:20px; }
.sld-content p{ color:#fff !important; }
.sld-icons{ max-width:80px; margin-top:60px; }

.carousel-control-next, .carousel-control-prev{ opacity:1 !important; width:50px; height:50px; top:50%; bottom:auto !important; }
.carousel-control-next img, .carousel-control-prev img{ max-height:50px; }

.intro-sec-3-outter{ padding-top:80px; padding-bottom:80px; }
.intro-sec-3-text{ max-width:70%; }

/******************************* end intro **************************************/
/******************************* start service **************************************/

.s-sec-1{ padding: 80px 0px; }
.s-sec-1 p{ color:#d60b51; font-size: 40px; }

.s-sec-2{ background:#1a1a1a; padding:50px 0; }

.s-sec-3{ padding:80px 0; }
.s-sec-3-text p{ padding-right:40px; }

.s-sec-4{ padding:80px 0; }
.s-sec-4-line{ }
.s-sec-4-line p{ font-size:32px; text-align:center; }
.s-sec-5-outter{ position:relative; }
.s-sec-5-inner{
    max-width: 1140px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    padding: 7.5% 0px;
}
.big-text h1{ line-height:1; margin-top:0px; color:#fff; font-size:115px; font-family: HelveticaNeue-Bold; border-bottom:1px dotted #fff; display:inline-block; }
.s-sec-5-left{ font-family: HelveticaNeue-Bold; margin-top:10px; max-width:80%; color:#fff; line-height:1.3; font-size:28px; }

.s-sec-6{ padding:80px 0; }
.s-sec-6 .section-title{ margin-bottom:30px; }
.s-sec-6 img{ margin-bottom:20px; }

/******************************* end service **************************************/

/******************************* Satrt Dominos **************************************/
.site-head {
    height: 105px;
    background: #d60b51;
    /* position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-head .navbar {
    height: inherit;
}

.site-head .navbar .container {
    background: url("../images/header-img.0e052479b9e0.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 105px;
}

.img-esponsive {
    width: 100%;
    height: auto;
}

.round-border {
    border: 1px solid;
    border-radius: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: .2s all;
}

.round-border:hover {
    background: #f0f0f0;
    color: #d60b51;
}

.dominos-one {
    padding: 2rem 0 4rem;
}
.dominos-one h1{font-size: 45px; color:#000; font-family: HelveticaNeue;}
.dominos-one p {
    font-family: HelveticaNeue-Light !important;
    font-size: 18px;
}

.dominos-one h4 {
    font-family: HelveticaNeue-Medium !important;
    margin-top: 22px;
    margin-bottom: 15px;
}

.d-date {
    font-size: 16px !important;
    color: #D60B51;
    font-family: HelveticaNeue;
}

.dominos-sidebar {
    background: #F2F2F2;
    padding: 1rem;
}

.sub-sec {
    margin-bottom: 35px;
}

.sub-sec p {
    margin-top: 10px;
    font-family: HelveticaNeue !important;
    font-size: 15px;
}

.What-lessons-can-we-learn {
    margin-top: 20px;
}

.What-lessons-can-we-learn h4 {
    color: #D60B51;
    font-family: HelveticaNeue-Bold !important;
}

.What-lessons-can-we-learn p {
    margin-top: 10px;
    font-family: HelveticaNeue!important;
    font-size: 16px;
    color: #D60B51;
}

.What-lessons-can-we-learn ol li {
    font-family: HelveticaNeue!important;
    font-size: 16px;
    color: #D60B51;
}


/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.bold-text {
    font-family: HelveticaNeue-Bold;
}

.medium-text {
    font-family: HelveticaNeue-Medium;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    color: #272727;
    background-color: #e8e8e8;
    border-color: #d60b51;
    font-size: 25px;
    border: 2px solid transparent;
    border-bottom: 2px solid #d60b51 !important;
    border-radius: 15px 15px 0 0;
    padding: 23px 70px;
    z-index: 0;
    position: relative;
    font-weight: 400;
    font-family: HelveticaNeue-Light;
    padding-bottom: 19px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #D60B51;
    background-color: #ffffff;
    border-color: #d60b51;
    font-size: 1.4rem;
    border-top: 2px solid #d60b51;
    border-right: 2px solid #d60b51;
    border-left: 2px solid #d60b51;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0;
    padding: 23px 70px;
    margin-top: 2px;
    z-index: 10;
    position: relative;
    font-family: HelveticaNeue-Medium;
}
/* DEXTER THREE THINGS TABS */
#tab-top {
    height: 60px;
}
.dexter-tabs {
    background-color: #FFF;
    border: 2px solid #d60b51;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #888888;
    cursor: pointer;
    float: left;
    font-size: 1.4rem;
    outline-offset: 2px;
    padding: 14px 16px;
    text-transform: uppercase;
    transition: 0.3s;
    width: 33.33%;
}
.dexter-tabs:hover {
    background-color: #F2F2F2;
}
#tab-top button.active {
    border-bottom: 2px solid transparent;
    color: #222222;
    margin-bottom: -1px;
}
.dexter-tabs:focus {
    /* fallback style for browsers
       that don't support :focus-visible */
    background: #F2F2F2;
    outline: none;
    position: relative;
}
.dexter-tabs:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers
       that support :focus-visible */
    background: transparent;
}
.dexter-tabs:focus-visible::after {
    /* focus style for keyboard-focus on browsers
        that support :focus-visible */
    background: transparent;
    bottom: -2px;
    content: '';
    left: -2px;
    outline: 2px dashed -webkit-focus-ring-color;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 2;
}

.d-tabs {
    position: relative;
}
.d-content {
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 5px;
    visibility: hidden;
    width: 100%;
}
.d-content.active {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.d-content table tr.highlight {
    background-color: #F9F9F9;
}
.d-content table tr.highlight:hover {
    background-color: #F2F2F2;
}
.three-things-video-title {
    color: #808080;
    text-align: center;
}
/* END DEXTER THREE THINGS TABS */

.accessibility-content{
    border-top: 2px solid #d60b51;
}

.tab-last a {
    margin-left: -20px;
}

.tab-last a:focus {
    border: 1px dashed #0E5EFB;
}

.regualtion-info {
    padding: 2rem 0;
}

.regualtion-text {
    color: #d60b51;
    font-family: HelveticaNeue-Light !important;
    font-size: 1.1rem;
}

.regualtion-info ul {
    padding-left: 15px;
    font-family: HelveticaNeue-Light;
}

.icon-box {
    text-align: center;
    transition: .2s all;
}

.icon-box:hover {
    transition: .2s all;
    transform: scale(1.1);
}

.icon-box img {
    max-width: 150px;
    padding: 10px;
}

.icon-box h5 {
    margin-top: 20px;
}

.icon-box p {
    color: #d60b51;
    font-family: HelveticaNeue-Light;
}

.icon-box p a {
    color: #d60b51;
}
.icon-box p a:focus {
    border: 1px dashed #0E5EFB;
}
/* TODO delete icon-box-1 and -2 when service.html deleted */
.icon-box-1{ margin:30px; }
.icon-box-1 p{ color:#fff; text-align:center; font-size:18px;font-family: HelveticaNeue-Medium !important; }
.icon-box-2{ text-align:center; margin:30px; }
.icon-box-2 h2, .icon-box-2 h3 { color:#d60b51; text-transform:uppercase; font-family: HelveticaNeue-Bold; margin:30px 0px; }
.icon-box-2 h2 { font-size: 1.75rem; }

ul.get-in-touch-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.get-in-touch-social li {
    float: left;
}

ul.get-in-touch-social li a {
    width: 60px;
    /* height: 60px; */
    color: #ffffff;
    background: #ababab;
    padding: 12px;
    border-radius: 10rem;
    font-size: 1.5rem;
    margin-right: 1rem !important;
    text-align: center;
    vertical-align: middle;
    /* display: table-cell; */
    float: left;
}

ul.get-in-touch-social li a:hover {
    background: #d60b51;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 1rem 0;
    font-family: HelveticaNeue;
}

.form-submit {
    background: #d60b51;
    border: none;
    padding: 10px 40px;
    border-radius: 10rem;
    font-size: 18px;
    float: right;
    font-family: HelveticaNeue;
}

.form-submit:hover {
    background: #ababab;
}



/* ************* Start Getting *********** */

.getting-started {
    padding: 2rem 0 4rem;
}
.getting-started h1{font-size:45px;text-align:left;margin-top:30px;margin-bottom:50px;font-family: HelveticaNeue;}
.getting-started h2{
    font-weight: 500;
    font-family: HelveticaNeue;
    font-size: 25px;
    color: #D60B51;
    margin-bottom: 50px;
}
.getting-started p {
    font-family: HelveticaNeue-Light !important;
    font-size: 18px;
}

.getting-started h4, .getting-started h3 {
    font-family: HelveticaNeue-Medium;
    margin-top: 22px;
    margin-bottom: 15px;
}

.cont-box {
    text-align: center;
    min-height: 215px;
    padding: 25px;
  transition: .2s all;
}

.cont-box:hover {
  transition: .2s all;
  transform: scale(1.1);
}

.cont-box img {
    max-width: 115px;
}

.cont-box h5, .cont-box h4, .cont-box h3 {
     font-family: HelveticaNeue !important;
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 0.85rem;
}

.icon-row {}

.dotted-border {
    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.count-row {
    position: relative;
    padding: 30px 50px 15px 100px;
    min-height: 142px;
}

.number-count {
    font-size: 4rem;
    position: absolute;
    left: 30px;
    top: 5px;
    font-family: HelveticaNeue-Bold;
    color: #d60b51;
}

.count-row h6 {
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
}

.height-two {
    height: 2px;
    margin-top: 30px;
}

.getting-started-sidebar {}

.chart-section {
    background: #f0f0f0;
    padding: 3rem 1rem;
    text-align: center;
}

.chart-section h4 {
    font-family: HelveticaNeue-Bold;
}

.chart-section img {
    max-width: 225px;
}

.chart-section-two {
    background: #d60b51;
    padding: 3rem 4rem;
    text-align: center;
    margin-top: 1rem;
}

.chart-section-two img {
    max-width: 90px;
}

.chart-section-two h5 {
    font-family: HelveticaNeue-medium;
    margin-top: 20px;
    color: #ffffff;
}

.chart-section-two p {
    font-family: HelveticaNeue-light;
    color: #ffffff;
    font-size: 1rem;
}

.chart-section-three {
    background: #f0f0f0;
    padding: 2rem 1rem;
    margin-top: 1rem;
}

.chart-section-three P {
    font-family: HelveticaNeue !important;
    font-size: 16px;
}

.box-two {
    padding: 15px;
    margin-bottom: 10px;
}

.box-two img {
    max-width: 85px;
}

.box-two p {
    font-family: HelveticaNeue;
    margin-top: 25px;
}
/* **** End Getting Started *** */
/******************************* End Dominos **************************************/

/*******************************Home(pdf) Start Partners **************************************/
.risk-profile-section{padding-top:10px;padding-bottom:50px;}
.risk-profile-section h1{font-size:45px; text-align:left;color: #D60B51;font-family: HelveticaNeue-Light;}
.risk-profile-section p{font-size: 18px;margin-bottom:0;font-family:HelveticaNeue !important;}
.risk-profile-section ul.risk-profile-list{list-style-type: none;padding-left: 1em;}
.risk-profile-section ul.risk-profile-list li:before{content: "–";position: absolute;margin-left: -1em;}
.three-steps-section {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}
.three-steps-section img { vertical-align: top; }
.three-steps-section .intro {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D60B51;
  font-family: HelveticaNeue !important;
}
.three-steps-section .step-number {
  color: #d60b51;
  font-size: 48px;
  font-family: HelveticaNeue !important;
  font-weight: bold;
}
.three-steps-section .step-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* .intelligence-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #D60B51;
}
.intelligence-section p {
  color: #fff;
  font-size: 1.2em;
  padding-top: 20px;
} */
.carousel-control-prev, .carousel-control-next {
  background-color: #888;
  border-radius: 50%;
}

.partners-color-text-section p{font-size:30px;color:#D60B51;font-family:HelveticaNeue !important}

.partners-icon-section{padding-top: 80px;}
/*******************************Home(pdf) End Partners **************************************/



/* ---------------Risk Profile-------------------- */
.risk-pro-sec-2{background-color:#F2F2F2; padding-top:70px; padding-bottom:70px;}
.risk-pro-sec-2 p{font-size:18px;color:#000;font-family: HelveticaNeue !important; }

.risk-pro-sec-3
{
    background-image: url("../images/home-sec-5-back.3f76ead23f8b.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}
.risk-pro-sec-3-padding{padding-top: 80px; padding-bottom:150px;}
.risk-pro-sec-3 .search-bar{margin-top:50px;}
.risk-pro-sec-3 h1{font-size:45px; color:#fff;text-align:left;font-family: HelveticaNeue-Light !important;}
.risk-pro-sec-3 h5, .risk-pro-sec-3 h2 {font-size:22px; color:#fff;text-align:left;font-family: HelveticaNeue-Medium !important;}
.risk-pro-sec-3 p{font-size:18px; color:#fff;text-align:left;margin-top:40px;font-family: HelveticaNeue !important;}

.risk-pro-sec-4{padding-top:80px; padding-bottom:80px;}
.risk-pro-sec-4 h1{font-size:45px; color:#D60B51;text-align:left;font-family: HelveticaNeue-Light !important;}
.risk-pro-sec-4 p{font-size:18px; color:#000;text-align:left;margin-bottom:5px;font-family: HelveticaNeue !important;}

.risk-pro-sec-5{background-color: #F5F5F5;}
.risk-pro-sec-5 strong{color:#000;}
/* ---------------Risk Profile Over-------------------- */

/* ---------------- Insurance page------------------ */
.insurance-image-section{ display: flex; justify-content: start; }
.insurance-image-section-right{
    align-items: baseline;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    width: 100%;
}
.image-div figcaption{text-align: center;}

/* ---------------- Insurance page over------------------ */

/* ---------------- Start Website Accessibility 101 ------------------ */
.accessibility-101-page h2
{
    font-family: HelveticaNeue;
    font-size: 1rem;
}

.accessibility-101-page h4
{
    font-size:22px;
    color:#D60B51;
    text-align:left;
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: HelveticaNeue-Medium !important;
}
.accessibility-101-page h5
{
    font-size:16px;
    color:#D60B51;
    text-align:left;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: HelveticaNeue !important;
}
/* ---------------- end Website Accessibility 101 ------------------ */

/* ****************************Start Subscribe ********************************** */
.subscribe-page h1
{
    font-size: 3rem;
    color:#000;
    text-align: left;
    margin-bottom: 50px;
    font-family: HelveticaNeue-Light;
}
.subscribe-page h2
{
    font-size:2rem;
    color:#000;
    text-align: left;
    padding-bottom: 20px;
    font-family: HelveticaNeue-Light;
}
.subscribe-page p{font-size:18px;color:#000;text-align:left;font-family: HelveticaNeue !important;}
#subscribe-intro {font-size:20px;color:#d60b51;text-align:left;font-family: HelveticaNeue !important;}
.subscribe-page h3, .subscribe-page h4{font-size:18px;color:#000;text-align:left;margin-bottom:10px;font-family: HelveticaNeue-Medium !important;}
.subscribe-page h5{font-size:18px;color:#000;text-align:left;margin-bottom:10px;font-family: HelveticaNeue-Light !important;}
.subscribe-icon-box h5{font-size: 22px;color: #000;text-align: left;font-family: HelveticaNeue-Medium !important;}

.subscribe-upper-icon{color:#d60b51; border-bottom:1px dashed #000; padding-top:50px;padding-bottom:40px;}
.subscribe-down-icon{color:#d60b51; padding-top:20px; padding-bottom:40px;}

#subscribe_list .number-li{line-height:1;font-size: 60px; color: #d60b51; font-weight: 700;}
.subscribe-list li{border-top: 0.5px solid #bdbcbc;}
/* .subscribe-list li:nth-last-child(1){border-bottom: 0.5px solid #707070;} */

.subscribe-monthly-box{background-color:#272727; border-radius: 10px; padding:30px;}
.subscribe-monthly-box-h{font-size:22px; color:#fff;font-weight:500;text-align:left;}
.subscribe-monthly-box-sub-h{font-size:16px; color:#fff;font-weight:400;text-align:left;font-style:italic;}

.subscribe-monthly-btn{background-color:#D60B51;color:#fff;font-weight:500;padding:15px 30px;border-radius:25px;}
.subscribe-monthly-btn:hover{color:#fff; text-decoration: none;}

.subscribe-icon-box{background-color:#D60B51; padding: 30px;}
.icon-text{padding-top: 20px;}
/* ****************************End Subscribe ********************************** */

/* ****************************Start Shield Page ********************************** */

.shield-page p{font-size:18px;color:#000;text-align:left;font-family: HelveticaNeue !important;}
#shield-intro {font-size:20px;color:#d60b51;text-align:left;font-family: HelveticaNeue !important;}
.shield-page h2{font-size:20px;color:#d60b51;text-align:left; margin-top:30px;font-family: HelveticaNeue-Light !important;}

/* ****************************End Shield Page ********************************** */

/* ***************************Getting started Start*********************** */
.getting-sarted-page{padding-bottom: 100px;}
.getting-sarted-page h1{font-size:45px; font-weight:500;color:#000;text-align:left;margin-top:50px;}
.getting-sarted-page h2
{
    font-size:25px;
    font-weight:500;
    color:#D60B51;
    text-align:left;
    margin-top: 50px;
    margin-bottom:50px;
}
.getting-sarted-page h3
{
    font-size:22px;
    font-weight:600;
    color:#000;
    text-align:left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.getting-sarted-page h5{font-size:18px; font-weight:600;color:#000;text-align:left;}
.getting-sarted-page p{font-size:18px; font-weight:500;color:#000;text-align:left;}

.chart-div
{
    padding: 15px;
    background-color: #F2F2F2;
    margin-top: 70px;
}

.subscribe-last-icon-section{background-color:#F2F2F2;padding:20px;margin-top:20px;}
subscribe-last-icon-section span{font-size:16px;font-weight:500;text-align:center;}
/* ***************************Getting started Over*********************** */

.web-accessibility-image{margin-top:40px;}

.onscroll-navbar{display: none;}

.footer-about-div{width:10%;}
.footer-service-div{width: 15%;}
.footer-partners-div{width: 13%;}
.footer-accessibility-div{width: 17%;}
.footer-login-div{width: 10%;}
.footer-icon-div{width: 10%;}

/**** modals ***/

.modal .form-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.modal.home-submit {
    margin-top: 20px;
}

.modal .modal-header {
    align-items: center;
    min-height: 175px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: rgb(214,13,83);
    background: linear-gradient(108deg, var(--dark-red-color) 30%, rgba(168,8,65,1) 30%, var(--dark-red-color) 56%);
}
.modal .modal-header.index {
    background: var(--index-light);
    background: linear-gradient(108deg, var(--index-light) 30%, var(--index-dark) 30%, var(--index-light) 56%);
}

.modal .modal-header p {
    font-size: 2.5em;
    color: #fff;
}

.modal p {
    width: 80%;
    margin: 0 auto 15px auto;
    font-size: 14px;
}

.modal table {
    width: 80%;
    margin: 0 auto 25px auto;
    color: #525458;
}

.modal table p {
    margin: 0;
}

.modal .modal-body {
    background: #f9f9f9;
    padding-top: 25px;
}

.triangle {
    width: 100%;
    height: 0;
    padding-top: 10%;
    overflow: hidden;
}

.triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -77px;
    border-top: 77px solid transparent;
    border-right: 900px solid #f9f9f9;
}

.modal .modal-content {
    background-color: #d60d53;
    border: solid 15px rgba(113, 114, 122, 1);
}

.dismiss-circle {
    border: grey solid 3px;
    width: 29px;
    right: 0;
    position: absolute;
    height: 30px;
    top: -31px;
    border-radius: 50%;
    background-color: grey;
}

.modal .close {
    font-size: 1.2em;
    opacity: 0.8;
    text-shadow: none;
    color: #f9f9f9;
    border: #f9f9f9 solid 1px;
    border-radius: 50%;
    float: none;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 1px;
    padding-top: 0;
    margin-top: 1px;
    padding-bottom: 1px;
}

.modal .close :after {
    border: rgba(113, 114, 122, 1) solid 4px;
}

.modal .home-submit {
    border: none;
    padding: 11px 15px;
    width: 20%;
    border-radius: 20px;
    background: #3ecc9c;
    color: #fff;
}

.modal-body a {
    color: #d60d53;
}

a.btn, input.btn {
    background-color: #d60d53;
    border-radius: 0.5rem;
    border-width: 0;
    display: inline-block;
    color: white;
    color: white;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    padding: 0.75rem 1rem 0.75rem 1rem;
    text-decoration: none;
    text-align: center;
}

a.btn span {
    display: inline-block;
    padding-right: 2.5rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

a.btn span:after, input.btn:after {
    background-size: 100%;
    content: '';
    display: block;
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: -0.125rem;
    width: 1.25rem;
}

a.btn-prev span {
    padding-left: 2.5rem;
    padding-right: 0;
}

a.btn-prev span:after {
    left: 0
}

a.btn-next span:after,
a.btn-pay span:after,
a.btn-go span:after,
a.aaa-url-entry span:after {
    background-image: url("../images/icon-btn-next.c42d543042c5.png");
}

label.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-toggler-icon {
    color: #fff;
}

body.grey-back {
    background-image: url("../images/grey-fade.014a21dcf784.png");
    background-position: left;
    background-repeat: repeat-y;
}

.banner-inner .formError, .cc-banner-inner .formError {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.btnb {
    background: midnightblue !important;
    border: midnightblue 1px solid !important;
}

/**** end modals ***/
.news-article { padding: 70px 0 80px; }
.news-article .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-article h2 { padding-bottom: 0; align-self: flex-start; }
.news-article h3 { align-self: flex-start; }
.news-article .d-date { font-size: 20px; }
.news-article h4 {
  font-family: HelveticaNeue-Bold;
  margin: 25px 0 15px 0; align-self: flex-start;
}
.news-article p {
  font-family: HelveticaNeue-Light;
  width: 100%;
}
.news-article img { max-height: 350px; max-width: 100%; }
.news-article li { font-family: HelveticaNeue-Light }
.news-article .highlighted, .news-article .highlighted p {
  color: #d60b51;
  font-size: 15px;
}
.news-article .sidebar { background: #f2f2f2; padding: 1rem; }
.news-article .sidebar p { margin-top: 10px; font-size: 15px; }
.news-article .sidebar .sub-sec { margin-bottom: 35px; }
.news-article .img-esponsive { width: 100%; height: auto; }
.dotted-border {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.cont-box {
  text-align: center;
  min-height: 215px;
  padding: 25px;
  transition: .2s all;
}
.cont-box:hover { transition: .2s all; transform: scale(1.1); }
.cont-box img { max-width: 115px; }
.cont-box h5, .cont-box h4, .cont-box h3 {
  font-family: HelveticaNeue-Bold;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 0.85rem;
}
.cont-box h4 {
    text-align: center;
}
.chart-section {
  background: #f0f0f0;
  padding: 3rem 1rem;
  text-align: center;
}
.chart-section h4, .chart-section h3 { font-family: HelveticaNeue-Bold; }
.chart-section h3 { font-size: 1.5rem; }
.chart-section img { max-width: 225px; }
.chart-section-two {
  background: #d60b51;
  padding: 3rem 4rem;
  text-align: center;
  margin-top: 1rem;
}
.chart-section-two img { max-width: 90px; }
.chart-section-two h5 {
  font-family: HelveticaNeue-medium;
  margin-top: 20px;
  color: #ffffff;
}
.chart-section-two p {
  font-family: HelveticaNeue-light;
  color: #ffffff;
  font-size: 1rem;
}
.chart-section-three {
  background: #f0f0f0;
  padding: 2rem 1rem;
  margin-top: 1rem;
}
.chart-section-three p { font-family: HelveticaNeue; }
.chart-section-three .box-two { padding: 15px; margin-bottom: 10px; }
.chart-section-three .box-two img { max-width: 85px; }
.chart-section-three .box-two p {
  font-family: HelveticaNeue;
  margin-top: 25px;
}
.count-row {
  position: relative;
  padding: 30px 50px 15px 100px;
  min-height: 142px;
}
.count-row h6 { font-family: HelveticaNeue-Bold; }
.count-row .number-count {
  font-size: 4rem;
  position: absolute;
  left: 30px;
  top: 5px;
  font-family: HelveticaNeue-Bold;
  color: #d60b51;
}

ul.get-in-touch-social {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.get-in-touch-social li { float: left; }
ul.get-in-touch-social li a {
  width: 60px;
  color: #ffffff;
  background: #ababab;
  padding: 12px;
  border-radius: 10rem;
  font-size: 1.5rem;
  margin-right: 1rem !important;
  text-align: center;
  vertical-align: middle;
  float: left;
}
ul.get-in-touch-social li a:hover { background: #d60b51 !important; }
.footer strong { color: #ddd; font-weight: bold; }

/* *************** Star page ************** */
.stars-page-header{padding-bottom: 50px;}
.stars-page-header .header-image{text-align: left;}
.stars-page-header h1{font-size:45px;text-align:left;color:#000;/* font-weight:500; */
margin-top:50px;margin-bottom:70px;font-family: HelveticaNeue;letter-spacing: 0.9px;}
.stars-page-header p{font-size:25px; text-align:left; color:#D60B51;font-family: HelveticaNeue !important;}
.sixth-star{color:#BA7F2C;}
.star-page-star-section-1{background-color: #222222;padding: 80px 0px;}
.star-page-star-section-1 .image-section{text-align:right;}
.star-page-star-section-2{background-color: #2E2D2D;padding: 80px 0px;}
.star-page-star-section-2 .image-section{text-align:left;}
.stars-page-six-star-header h1{color:#fff;text-align:left;font-size:45px;font-family: HelveticaNeue-Light;}
.star-page-star-section h1{color:#fff;text-align:left;font-size:45px;font-family: HelveticaNeue-Light;}
.star-page-star-section p{color:#fff;text-align:left;font-size:18px;font-family: HelveticaNeue !important;}
.stars-page-six-star-header h1{color:#BA7F2C;text-align:left;font-size:45px;font-family: HelveticaNeue-Light;}
.stars-page-six-star-header p{color:#fff;text-align:left;font-size:18px;font-family: HelveticaNeue;}
.star-page-summary{margin: 80px auto;}
.star-page-summary h2{font-size:22px;font-family: HelveticaNeue-Medium !important;color:#D60B51;text-align:left;}
.star-page-summary p{font-size:18px;font-family: HelveticaNeue !important;color:#D60B51;text-align:left;}

/* Contact page */
.contact-submit {
    position: absolute;
    right: 4px;
    bottom: 0px;
}
.contact-submit:disabled {
    border-color: grey !important;
    background-color: grey !important;
}
a:focus, input[type=submit]:focus { border: 1px dashed #0E5EFB !important; }
#terms-menu {
    width: 16vw;
    margin-right: 20px;
    padding-top: 6px;
}
.formError { color: red; }
#request-summary { color: #D60B51; cursor: pointer; }
.thank-message p { color: white; }
#msmodal { color: white; cursor: pointer;}

/* SUBSCRIBE UNIT */
.subscribe-unit {
    align-items: center;
    background: var(--dark-grey-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 1rem;
    max-height: 320px;
    padding: 20px 30px;
    text-align: center;
}
.subscribe-unit .subscribe-btn {
    background: var(--dark-red-color);
    border: none;
    color: var(--main-white-color);
    margin: 20px 0;
    padding: 10px;
    width: 100%;
}
.subscribe-unit .subscribe-btn:hover {
    background: var(--main-white-color);
    color: var(--dark-red-color);
}
.text-small {
    font-size: 14px;
}

/* TESTIMONIALS INCLUDE */

.testimonial-client {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
}
.testimonial-client img {
  margin: 0 auto;
  width: 60%;
}

.testimonial-content {
    font-size: 16px;
    color:#757575;
    text-align: left;
    font-family: HelveticaNeue-Italic !important;
    padding-top: 15px;
}

/* HEADER SPLIT LAYOUT */
#header-main {
    background-color: #F2F2F2;
    display: flex;
    position: relative;
}
.header-height {
    height: 800px;
}
.header-height-dexter {
    height: 800px;
}
.header-height-webpage {
    height: 30em;
}
@media (max-width: 767px) {
    .header-height-webpage {
        height: 40em;
    }
}
.header-ducks {
    width: 100%;
    background: url("../images/ducks.559eb8ebd529.jpg") no-repeat center / cover;
}
.header-plates {
    width: 100%;
    background: url("../images/plates.3e148754c953.jpg") no-repeat center / cover;
}
#header-main #header-bg-right {
    background: url("../images/aaatraq-homepage-laptop.730644142740.png") no-repeat center / cover;
}
#header-main #header-bg-right-earn {
    background: url("../images/earn_new.4c1066e6be3d.jpg") no-repeat center / cover;
}
#header-main #header-bg-right-check {
    background: url("../images/header-check-bg-min.8378b98528db.jpeg") no-repeat center / cover;
}
#header-main #header-bg-right-404 {
    background: url("../images/deckchair-404-min.a4c82bcbf890.png") no-repeat center / cover;
}
#header-container {
    position: absolute;
    width: 100%;
}
.header-flex {
    flex: 1
}
/* DEXTER PAGE GENERAL */
.video-link {
    color: #d60b51;
    cursor: pointer;
    width: 170px;
}
.video-link:hover {
    color: #d60b51;
}
/* END DEXTER PAGE GENERAL */
/* DEXTER RESULTS */
#dexter-error, #dexter-loading {
    position: absolute;
    bottom: -80px;
    left: 40px;
}
#dexter-loading {
  display: none;
  background-color: #d60b51;
  position: absolute;
  margin: 5px auto;
  color: #fff;
  left: 20px;
  right: 20px;
  text-align: center;
  padding-top: 20px;
}
#dexter-loading .progress {
  box-sizing: content-box;
  height: 20px;
  position: relative;
  margin-top: 10px;
  background: #555;
  border-radius: 25px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
#dexter-loading .progress > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #3a589d;
  background-image: linear-gradient(to bottom, #3a589d 37%, #3a589d 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
#dexter-loading .progress > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
#dexter-screenshot-container {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 5px solid black;
  border-radius: 5px;
}
#dexter-screenshot-container .dexter-ratio { margin-top: 100%; }
#dexter-screenshot {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#dexter-screenshot-img { position: relative; }
#dexter-screenshot img {
  cursor: grab;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
#dexter-screenshot .highlight {
  position: absolute;
  opacity: 0.3;
  background-color: #f00;
}

.dexter-results { display: none; }
.dexter-results h2 { font-size: 2rem; }
.dexter-results h3 { font-size: 1.5rem; }
.dexter-results table {
    border: 1px solid #FFF;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.dexter-results table caption {
    caption-side: top;
}
.dexter-results table .table-head th {
    border-bottom: 2px solid #d60b51;
    padding-top: 12px;
}
.dexter-results table th,
.dexter-results table td {
  border-top: 0 !important;
  padding: .625em;
  text-align: left;
  vertical-align: middle;
}
.dexter-results table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dexter-results table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}
.dexter-results .image-note div { font-size: 60%; }
.dexter-results .table-caption-remaining td {
    padding-top: 2rem;
    color: #888888;
}
.dexter-results tr.table-caption-remaining {
    border-bottom: 1px solid transparent;
}
.dexter-results tr.table-caption-remaining:hover {
    background: transparent !important;
}
.dexter-results td.no { width: 3em; }
.dexter-results td.thumbnail {
  padding-top: 1px;
  padding-bottom: 0;
  width: 10em;
}
.dexter-results td.thumbnail img {
  cursor: pointer;
  width: 10em;
  height: 3.5ex;
  object-fit: contain;
  object-position: 0% 50%;
  padding: 0;
  margin: 0;
  transition: '0.3s';
}
.dexter-results .url,
.dexter-results .alt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 170px;
    overflow: hidden;
}
.dexter-results .overlay {
    font-style: italic;
}
.dexter-results .name {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dexter-results .rep-text {
    cursor: help;
    font-size: 12px;
    padding-left: 10px;
}
.dexter-results .missing {
    font-family: HelveticaNeue !important;
}
.dexter-results .missing,
.dexter-results .repetition {
    color: #d60b51;
}
.dexter-results tr.link-text { border-bottom: none; }
.dexter-results tr.link-text td { padding-bottom: 0; }
.dexter-results tr.link-url { padding-top: 0; }
.dexter-results tr.link-url td { padding-top: 0; }
.dexter-results tr.link-url td a {
    font-size: 0.6em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px;
    overflow: hidden;
}
.dexter-results table td a { color: #212529; }
.dexter-results table .view-all-row {
    border-bottom: none;
}
.dexter-results table .view-all-row:hover {
    background: transparent;
}
.dexter-results table .view-all-btn {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.dexter-results table .view-all-btn:hover {
    background-color: #F2F2F2;
}
.dexter-results table .view-all-btn:focus:not(:focus-visible) {
    border: 1px solid #f2f2f2;
    outline: none;
}
#dexter-priorities-found .row, #dexter-priorities-notfound .row {
  background-color: #ccc;
  margin-top: 2px;
}
.dexter-results .priority-title {
  font-weight: bold;
  font-size: 110%;
}
#dexter-score table { table-layout: fixed; }
#dexter-score .url {
  overflow: hidden;
  text-overflow: ellipsis;
}
#dexter-score .fieldname {
  width: 4em;
  color: #272727;
  font-weight: 700;
  white-space: nowrap;
}
#dexter-score .ct-chart {
  position: relative;
}
#dexter-score .ct-chart .ct-overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dexter-score .ct-label.ct-horizontal.ct-end {
  display: block;
  text-align: center;
  font-family: HelveticaNeue-Bold;
  font-size: 16px;
  color: #2a2a2a;
  text-anchor: middle;
}
#dexter-score #dexter-score-chart-b .ct-label.ct-horizontal.ct-end {
  border: 1px solid #2a2a2a;
  border-top: none;
  margin-left: 5px;
}
#dexter-score #dexter-score-chart-b .ct-label.ct-horizontal.ct-end.ct-top-label {
  border: none;
  margin-left: 0;
}
#dexter-score .ct-label.ct-vertical {
  color: #777777;
  font-size: 14px;
}
#dexter-score .ct-axis-title {
  fill: #777777;
}
#dexter-score .ct-point-label {
  font-family: HelveticaNeue-Bold;
  font-size: 40px;
}

/* MONTHLY REPORT */
#monthly-report-container #img-placeholder {
    padding: 20px 0;
    width: 100%;
}
/* END MONTHLY REPORT */
.info-box-container {
    display: flex;
    justify-content: space-around;
}
.three-things-section {
    position: relative;
}
.info-box-container #more,
.three-things-section #more-close {
    background-color: transparent;
    border: none;
    color: #d60b51;
    font-size: 16px;
    margin-bottom: 7px;
    position: absolute;
    right: 13px;
}
.info-box-container #more {
    bottom: 0;
}
.three-things-section #more-close {
    top: 0;
}
.info-box-container #more::before {
    content: '/';
    padding-right: 5px;
}
.info-box-lg {
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #808080;
    flex-grow: 1;
    margin: 20px 10px;
    max-width: 320px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.info-box-lg h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 auto 20px;
}
.info-box-lg .subheading {
    color: #d60b51;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}
.info-box-lg .info {
    color: #222;
    font-size: 0.875em;
}
.info-box-row {
    display: block;
}
.info-box-lg .info-risk-level {
 color: #808080;
 font-size: 0.6875em;
 margin-top: -32px;
}

@media screen and (max-width: 768px) {
    #dexter-three-things h3 {
      border-bottom: 2px solid #d60b51;
    }

    .dexter-results table {
      border: 0;
    }

    .dexter-results table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .dexter-results table .table-head {
        display: none !important;
    }

    .dexter-results table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }

    .dexter-results table td {
      display: block;
      font-size: .8em;
      text-align: left;
    }

    .dexter-results table td:last-child {
      border-top: 1px solid #ddd;
    }

    .dexter-results table td::before {
      content: attr(data-label);
      float: left;
      font-family: 'HelveticaNeue-Medium';
      padding-right: 5px;
      text-transform: uppercase;
    }

    .dexter-results td.no {
      width: auto;
    }

    .dexter-results table td:last-child {
      border-bottom: 0 !important;
    }
    .dexter-results .url,
    .dexter-results .alt {
      max-height: 138px;
    }
  }
@media(max-width:479px) {
  #dexter-score #dexter-score-chart-b .ct-label.ct-horizontal.ct-end.ct-top-label.not-category {
    transform: rotate(-90deg) translate(-200%, -20px);
  }
  #dexter-score .ct-point-label {
    font-size: 30px;
  }
}
#dexter-score-screenshot {
  width: 100%;
  height: 325px;
  margin-top: 26px;
  margin-bottom: 20px;
  border: 3px solid #000;
  border-radius: 3px;
  overflow: hidden;
}
#dexter-score-screenshot img {
  width: 100%;
  height: auto;
}

.things-play-icon {
    height: 80px;
    margin-top: 10px;
    max-height: 100px;
    width: 100%;
}

#aaa-academy-video iframe {
    height: 300px;
    width: 100%;
}

/* DEXTER RESULTS THUMBNAIL LIGHTBOX */
#img-modal {
    position: fixed;
    z-index: 2;
    padding-top: 125px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.img-modal-content {
    margin: auto;
    display: block;
    max-height: 700px;
    max-width: 700px;
}

.img-modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.img-modal-close {
    cursor: pointer;
    position: absolute;
    top: 85px;
    right: 25px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.img-modal-close:hover,
.img-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
.img-modal-content {
    width: 100%;
}
  }
/* END DEXTER RESULTS THUMBNAIL LIGHTBOX */

/* DEXTER ACCESSIBILITY RULES */
[role="region"][aria-labelledby][tabindex] {
    overflow: auto;
}
[role="region"][aria-labelledby][tabindex]:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers
       that support :focus-visible */
    background: transparent;
}
[role="region"][aria-labelledby][tabindex]:focus-visible::after {
    outline: .1em solid rgba(0,0,0,.1);
}

/* END DEXTER ACCESSIBILITY RULES */

/* 404 */
#four-o-four-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#four-o-four-container ul {
    padding-left: 0;
}
#four-o-four-container ul li {
    list-style: none;
}
#four-o-four-container ul li::before {
    color: #d60b51;
    content: '/';
    padding: 10px;
}
#four-o-four-container ul li a {
    color: #d60b51;
}
/* 404 END */

/* CHARTIST */
.chartist-tooltip {
    display: none;
}
.chartist-tooltip.tooltip-show {
    background-color: #d60b51;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    max-width: 350px;
    padding: 10px;
    position: absolute;
}
.chartist-tooltip::before {
    border: solid transparent;
    border-color: rgba(251, 249, 228, 0);
    border-top-color: #d60b51;
    border-width: 7px;
    bottom: -14px;
    content: ' ';
    height: 0;
    left: 50%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
/* END CHARTIST */

/* index ( for EXTENDED INDEX see EOF ) */
#smoke-screen {
  display: none;
}
#index-page-content {
  display: block;
}
@media only screen and (max-width: 880px) {
  #smoke-screen {
    background: #F2F2F2;
    display: block;
    padding: 20%;
  }
  #index-page-content {
    display: none;
  }
}
.index-heading {
  margin-top: 70px;
  position: relative;
}
.index-heading h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 40px;
}
#index-introduction p span.bold {
  font-family: HelveticaNeue-Bold;
}
#index-introduction a {
  color: #212529;
  text-decoration: underline;
}
#index-admin {
  position: absolute;
  right: 9px; /* 9px + 6px (fa-cogs) = 15px*/
  top: 0;
}
.index-btn {
  background: transparent;
  border: none;
}
.index-cogs,
.index-icon {
  color: grey;
}
#index-menu {
  background: #222;
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 20px;
  position: absolute;
  right: 9px;
  top: 30px;
  z-index: 1;
}
#index-menu ul {
  padding-left: 0;
}
#index-menu ul li {
  list-style: none;
  text-indent: 0%;
  white-space: nowrap;
}
.index-menu-btn,
#index-menu ul li a {
  color: #fff;
  padding: 0;
}
.index-menu-btn:hover {
  text-decoration: underline;
}
.index-link a,
.index-link a i {
  color: var(--index-dark);
}
.index-sites {
  display: flex;
}
.index-sites button {
  background: transparent;
  border: none;
  color: var(--index-dark);
  font-size: 10px;
  max-height: 30px;
  white-space: nowrap;
}
.th-history {
  position: relative;
}
.th-history #table-buttons-container {
  position: absolute;
  right: 0;
}
.th-history #table-buttons-container .index-search {
  padding: 0 !important;
}
.index-date {
  color: var(--index-light);
  font-size: 14px;
  padding-bottom: 0;
}
#index .report-icon { width: 24px; height: 24px; }
#index .history {
  display: inline-block;
  height: 24px;
  border: 1px solid white;
  margin-top: 7px;
}
.is-extended #index .history {
  margin-top: 0;
}
#index th {
  border-top: none;
  font-family: 'HelveticaNeue-Bold';
  padding: 12px 8px;
}
#index th span.thin {
  font-family: 'HelveticaNeue-Light';
}
/* Safari Only */
@supports selector(:nth-child(1 of x)) {
  #index th {
    font-family: 'Arial';
  }
  #index th span.thin {
    font-family: 'Arial';
    font-weight: 500;
  }
  #index td.pri-score span {
    font-family: 'Arial';
    font-weight: 500;
  }
  #index td.pri-score span.overall {
    font-family: 'Arial';
  }
}
/* End Safari Only */
#index th#org-heading { max-width: 170px; padding-left: 40px; }
#index td { font-size: 14px; padding: 4px 8px; height: 29px; }
.is-extended #index td {
  font-size: 14px;
  padding: 4px 8px 20px 8px;
  height: 29px;
}
#index td.pt17 { padding-top: 17px; }
#index td.pt18 { padding-top: 18px; }
#index td.pri-score { text-align: center; }
#index td.pri-history { padding-bottom: 4px; white-space: nowrap; }
#index td.pri-score span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  border: 7px solid #ddd;
  border-radius: 20px;
  vertical-align: middle;
}
.is-extended #index td.pri-score span {
  border: 0px solid transparent;
  border-radius: 2px;
}
.pri-score .subscore {
  font-size: 11px;
  height: 30px;
  margin: 5px 0;
  min-width: 30px !important;
}
.is-extended .pri-score .subscore {
  font-size: 14px;
}
.pri-score .overall {
  font-family: 'HelveticaNeue-Bold';
}
.is-extended .pri-score .overall {
  font-family: 'HelveticaNeue';
}
#index td.pri-score span.middle {
  margin: 0 15px;
  position: relative;
}
.is-extended #index td.pri-score span.middle {
  height: 18px;
}
#index td.pri-score span.middle::before {
  color: #222;
  content: '\290E';
  position: absolute;
  font-size: 16px;
  left: -1.35em;
  top: -6px;
}
#index td.pri-score span.middle::after {
  color: #222;
  content: '\290F';
  position: absolute;
  font-size: 16px;
  right: -1.35em;
  top: -6px;
}
.is-extended #index td.pri-score span.middle::before {
  left: -1.05em;
  top: -3px;
}
.is-extended #index td.pri-score span.middle::after {
  right: -1.05em;
  top: -3px;
}
#index td.pri-score span.edge {
  border-width: 2px 4px;
  font-size: 11px;
  height: 20px;
  min-width: 25px !important;
}
.is-extended #index td.pri-score span.edge {
  height: 22px;
}
#index td.pri-panels img {
  height: 28px;
  margin-right: 2px;
}
#index button.toggle-detail {
  border: none;
  background-color: transparent;
  font-weight: normal;
  font-family: HelveticaNeue;
  font-size: .85em;
  color: #555;
}
#index button.toggle-detail:hover { text-decoration: underline; }
#index td.pri-score .pri-0 { border-color: #a4d9a1; }
#index td.pri-score .pri-1 { border-color: #f0f093; }
#index td.pri-score .pri-2 { border-color: #f0c891; }
#index td.pri-score .pri-3 { border-color: #e78b8e; }
#index td.pri-score .pri-none { border-color: #ddd; }
#index td.pri-score span.pri-none { background-color: #ddd; }
#index #omitted th, #index #toosmall th {
  border-top: 4px solid #999;
  border-bottom: 2px solid #ddd;
  padding-top: 28px !important;
}
#index tr.no-hover:hover { background-color: transparent; }
#index th .notes {
  font-family: HelveticaNeue;
  font-weight: normal; font-size: 14px;
}
#index-category-chart .ct-series-a .ct-slice-donut-solid { fill: #a4d9a1; }
#index-category-chart .ct-series-b .ct-slice-donut-solid { fill: #f0f093; }
#index-category-chart .ct-series-c .ct-slice-donut-solid { fill: #f0c891; }
#index-category-chart .ct-series-d .ct-slice-donut-solid { fill: #e78b8e; }
#pri-key {
  line-height: 2;
}
#pri-key p {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
}
#index .sitelink { color: #212529; padding-left: 5px; }
#index-sponsors {
  margin-top: 50px;
  padding: 40px 0;
}
#index_filter { display: none; }
#index_filter input { margin: 0 0 0 10px; }
#index_wrapper .view-all {
  margin: 0;
  padding: 0 0 15px 0;
  color: var(--index-dark);
  border: none;
  background-color: transparent;
}
#index_wrapper label { margin-bottom: 1rem; }
#index_wrapper h2 { font-size: 1.8rem; margin-bottom: 0; padding-bottom: 0; }
#index-sponsors { display: none; }
#index-sponsors .index-sponsors-row {
  align-items: center;
}
#index-sponsors h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#index-sponsors h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
#index-sponsors .logo {
  text-align: center;
}
#index-sponsors .logo img {
  max-height: 130px;
  margin: 0 auto;
}
#index-sponsors .link {
  padding-top: 10px;
  text-align: center;
}
#index-sponsors .link a {
  font-size: 14px;
  color: #222;
}

#index-sponsors.owl-carousel .owl-dots {
  text-align: center;
}
#index-sponsors.owl-carousel .owl-dots .owl-dot {
  background: white;
  outline: 1px solid grey;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}
#index-sponsors.owl-carousel .owl-dots .owl-dot.active {
  background: grey;
}
.pri-key-separator { border-top: 2px solid #ddd; margin-top: 2px; }
#num-pri-0, #num-pri-1, #num-pri-2, #num-pri-3, #num-omitted, #num-toosmall,
#num-omittedtotal {
  display: inline-block;
  min-width: 3em;
  text-align: right;
  padding-right: 5px;
}
.pri-key {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 0px solid #fff;
  border-radius: 16px;
  margin-bottom: -3px;
}
.pri-none { background-color: #ddd; }
.pri-0 { background-color: #a4d9a1; }
.pri-1 { background-color: #f0f093; }
.pri-2 { background-color: #f0c891; }
.pri-3 { background-color: #e78b8e; }
.dataTables_filter input.form-control { border: 1px solid #ccc; }
.social-icons {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
}
.social-icons a {
  color: #222;
  padding: 0 1em;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons button {
  border: none;
  background: transparent;
  padding: 0 1em;
}
.social-icons i {
  font-size: x-large;
  margin-right: 20px;
}
.social-icons img {
  width: 30px;
}
.social-icons #index-search i {
  color: black;
}
#intro-text {
  position: relative;
}
ul.subtable {
  padding-inline-start: 0;
}
tr .subtable.list-spacing {
  display: flex;
  flex-direction: column;
  height: 42px;
  justify-content: space-around;
  margin-bottom: 0;
}
tr .subtable.list-spacing p {
  margin-bottom: 0;
}
tr.show-detail .subtable.list-spacing {
  height: 122px;
}
#index tr:not(.show-detail) .detail { display: none; }
tr .pri-history>.subtable.list-spacing {
  height: 42px;
}
.is-extended tr .pri-history>.subtable.list-spacing.extra-height {
  height: 50px;
}
tr.show-detail .pri-history>.subtable.list-spacing {
  height: 124px;
}
/* EXTENDED LIST SPACING */
.is-extended tr.show-detail .subtable.list-spacing {
  height: 179px;
}
.is-extended tr.show-detail .pri-history>.subtable.list-spacing  {
  height: 150px ;
}
.is-extended tr.show-detail .subtable.list-spacing-scores {
  height: 145px;
}
.is-extended .list-spacing-scores .margin-top {
  margin-top: 6px;
}
.is-extended ul.subtable.overall-col li {
  margin-top: 13px;
}
.is-extended .subtable.overall-col li.list-indent.detail {
  margin-top: 24px;
}
.is-extended .table-list-p {
  display: inline;
  font-size: 1em !important;
}
/* END EXTENDED LIST SPACING */
ul.subtable li {
  list-style: none;
  white-space: nowrap;
}
ul.subtable li.list-indent {
  text-indent: 30px;
}
ul.subtable.compliance {
  display: flex;
  justify-content: center;
  margin: 3px;
  position: relative;
}
.is-extended .w-border2 li span.subscore {
  height: 22px;
}
tr.show-detail ul.subtable.compliance.w-border1::after,
tr.show-detail ul.subtable.compliance.w-border2::after,
.is-extended tr.show-detail ul.subtable.compliance.w-border3::after {
  border-bottom: 1px solid lightgrey;
  content: '';
  height: 2px;
  left: -140px;
  position: absolute;
  right: -233px;
}
ul.subtable.compliance.w-border1::after {
  bottom: -5px;
}
ul.subtable.compliance.w-border2::after {
  bottom: -1px;
}
/* EXTENDED BORDER SPACING */
.is-extended ul.subtable.compliance.w-border2::after {
  bottom: -3px;
}
.is-extended ul.subtable.compliance.w-border3::after {
  bottom: -13px;
}
/* END EXTENDED BORDER SPACING */
ul.subtable.compliance.w-border1.has-secondary::after,
ul.subtable.compliance.w-border2.has-secondary::after {
  left: -140px;
  width: 616px;
}
ul.subtable .plus-circle {
  background: #ddd;
  color: #fff;
}
div.dataTables_wrapper div.dataTables_filter {
  margin-right: 70px;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 100% !important;
}
table.dataTable {
  width: 100% !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
  left: 1em !important;
  right: 15em !important;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
  left: 0.5em !important;
  right: 15em !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
  bottom: 1.5em !important;
}

table.dataTable>thead .col-index.sorting:after, table.dataTable>thead .col-index.sorting_asc:after, table.dataTable>thead .col-index.sorting_desc:after, table.dataTable>thead .col-index.sorting_asc_disabled:after, table.dataTable>thead .col-index.sorting_desc_disabled:after {
  left: 0em !important;
}
table.dataTable>thead .col-index.sorting:before, table.dataTable>thead .col-index.sorting_asc:before, table.dataTable>thead .col-index.sorting_desc:before, table.dataTable>thead .col-index.sorting_asc_disabled:before, table.dataTable>thead .col-index.sorting_desc_disabled:before {
  left: 0.5em !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
  content: '\2193' !important;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
  content: '\2191' !important;
  top: 40% !important;
}
/* Safari Only */
@supports selector(:nth-child(1 of x)) {
  table.dataTable>thead .col-index.sorting:after, table.dataTable>thead .col-index.sorting_asc:after, table.dataTable>thead .col-index.sorting_desc:after, table.dataTable>thead .col-index.sorting_asc_disabled:after, table.dataTable>thead .col-index.sorting_desc_disabled:after {
    left: -0.5em !important;
  }
  table.dataTable>thead .col-index.sorting:before, table.dataTable>thead .col-index.sorting_asc:before, table.dataTable>thead .col-index.sorting_desc:before, table.dataTable>thead .col-index.sorting_asc_disabled:before, table.dataTable>thead .col-index.sorting_desc_disabled:before {
    left: 0em !important;
  }
  table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after,
  table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 1.5em !important;
  }
}
/* End Safari Only */
#index-category-form {
  position: relative;
  width: 70%;
}
#index-category-form .form-group {
  padding-left: 0;
}
.index-save-btn {
  background: transparent;
  border: 2px solid #008198;
  border-radius: 15px;
  color: #008198;
  padding: 0px 15px;
  position: absolute;
}
#index-intro-cancel-btn {
  bottom: -20px;
  right: 110px;
}
#index-intro-save-btn {
  background-color: #fff;
  bottom: -20px;
  right: 30px;
}
#index-intro-save-btn:hover,
.index-save-btn:hover,
.index-save-btn:focus {
  background-color: #008198;
  color: #fff;
}
.index-cancel-btn {
  background: transparent;
  border: none;
  border-radius: 15px;
  color: #008198;
  position: absolute;
}
.index-cancel-btn:hover {
  text-decoration: underline;
}
#index-category-save-btn {
  right: 30px;
  top: 5px;
}
#index-category-cancel-btn {
  right: 110px;
  top: 5px;
}
#index-intro-container {
  position: relative;
}
#index-intro-form {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
#index-intro-form textarea {
  border-radius: 1rem;
}
#index.loading {
  display: none;
}
/* end index */
/* SUBCSRIBE PAGE - NEW 2021 */
.subscribe-page-new {
  padding-top: 10px;
}
.lede {
  color: var(--dark-red-color);
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.subscribe-page-new h2 {
  font-family: HelveticaNeue-Bold;
  font-size: 1.2rem;
}
.subscribe-grid {
  border-bottom: 1px solid var(--pale-grey-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
}
.subscribe-grid img {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  width: 83%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.subscribe-grid .grid-text {
  padding: 0 20px;
  font-family: HelveticaNeue-Medium;
  text-align: center;
}
.subscribe-grid #pic1 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.subscribe-grid #pic2 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.subscribe-grid #pic3 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
/* END SUBSCRIBE PAGE */

/* CLIENTS PAGE */
.grid-logos {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.grid-logos > div {
  padding: 1rem;
  display: -ms-grid;
  display: grid;
}
.grid-logos > div::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.grid-logos > div::before,
.grid-logos > div > img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}
.grid-logos > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grid-logos > div > img.width-adapt-80 {
  width: 80%;
  margin: 0 auto;
}
.grid-logos > div > img.width-adapt-50 {
  width: 50%;
  margin: 0 auto;
}

/* END CLIENTS PAGE */
/* FAQ ACCORDION */
#faq-accordion {
  font-size: 16px;
}
#faq-accordion .accordion-header {
  background-color: #fff !important;
}
#faq-accordion .accordion-header button {
  color: #d60b51;
  padding-left: 0;
  text-align: left;
}
#faq-accordion .accordion-header button::after {
  content: '\002b';
  position: absolute;
  right: 20px;
}
#faq-accordion .accordion-header button[aria-expanded="true"]::after {
  content: '\002d';
}
#faq-accordion .accordion-container {
  border: none;
}
#faq-accordion .accordion-container:not(:last-of-type) {
  border-bottom: 1px solid #bbb;
}
#faq-accordion .accordion-category {
  font-style: italic;
  color: #404040;
}
#accordion-search-bar {
  width: 100%;
  border-radius: 30px;
  margin: 10px 0;
  padding: 5px 40px 5px 20px;
}
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url("../images/icons/clear_search.97aea5ce6b47.svg");
  background-size: 10px 10px;
}
/* Safari Only */
@supports selector(:nth-child(1 of x)) {
  #faq-accordion .accordion-header button {
    font-family: 'Arial';
  }
}
/* END FAQ ACCORDION */
/* EXTENDED INDEX */
.letter-container {
  height: 45px;
  position: relative;
  width: 45px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.letter-container .bar {
  margin-left: 52px;
}
.chart-letter {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 30px;
  height: 45px;
  position: absolute;
  text-align: center;
  width: 45px;
}
.bar-row {
  margin-bottom: 6px;
}
#letter-a,
#bar-0 {
  background-color: #009D00;
}
#letter-b,
#bar-1 {
  background-color: #6ECB46;
}
#letter-c,
#bar-2 {
  background-color: #FFD300;
}
#letter-d,
#bar-3 {
  background-color: #FF9C00;
}
#letter-e,
#bar-4 {
  background-color: #EE1100;
}
.percentage {
  height: 100%;
  margin: auto;
  text-align: right;
}
.is-extended .not-extended {
  display: none;
}
/* EXTENDED INDEX COLOURS */
.is-extended .pri-0 { background-color: #009D00; }
.is-extended .pri-1 { background-color: #6ECB46; }
.is-extended .pri-2 { background-color: #FFD300; }
.is-extended .pri-3 { background-color: #FF9C00; }
.is-extended .pri-4 { background-color: #EE1100; }

.is-extended .subscore,
.is-extended #index td.pri-score span.edge {
  background-color: transparent;
  color: #222 !important;
  font-size: 14px;
  width: 40px;
}
.is-extended #index td.pri-score .overall.pri-0 { border-color: #009D00; }
.is-extended #index td.pri-score .overall.pri-1 { border-color: #6ECB46; }
.is-extended #index td.pri-score .overall.pri-2 { border-color: #FFD300; }
.is-extended #index td.pri-score .overall.pri-3 { border-color: #FF9C00; }
.is-extended #index td.pri-score .overall.pri-4 { border-color: #EE1100; }

.is-extended #index td.pri-score .overall {
  font-size: 24px;
}

.is-extended #index td.pri-score .overall.margin-top {
  margin-top: 9px;
}
.is-extended p {
  font-size: 0.9em;
}
.is-extended .chart-title {
  font-family: HelveticaNeue-Bold;
  font-size: 0.9em;
  margin-bottom: 1rem;
}
#index-bar-chart-container.hide {
  display: none;
}
.index-category-chart-container.hide {
  display: none;
}
.is-extended .index-bar-chart-inner {
  padding-left: 44px;
}
.index-bar-chart-inner {
  min-height: 300px;
}
@media (min-width: 1400px) {
  .index-bar-chart-inner {
    padding-left: 182px;
  }
}
#index-bar-chart-container {
  height: 300px
}
#flex-end {
  justify-content: flex-end;
}
#x-axis {
  position: relative;
}
#x-axis .chart-line {
  font-size: 12px;
  color: #bbb;
  padding-top: 5px;
  position: relative;
}
#x-axis .chart-line.aft {
  border-left: 1px solid #bbb;
  padding-left: 5px;
}
#x-axis .chart-line.aft:after {
  content: '';
  background-color: #bbb;
  height: 249px;
  left: -1px;
  position: absolute;
  top: -249px;
  width: 1px;
}
#x-axis .chart-line.line-end {
  border-right: 1px solid #bbb;
}
#x-axis .chart-line.line-end:before {
  content: '';
  background-color: #bbb;
  height: 250px;
  right: -1px;
  position: absolute;
  top: -250px;
  width: 1px;
}
#end-pc {
  position: absolute;
  right: -35px;
  font-size: 12px;
  color: #bbb;
  bottom: 0;
}
/* X-AXIS RESPONSIVE PADDING */
#x-axis {
  padding-left: 45px;
}
@media (min-width: 1151px) {
  #x-axis {
    padding-left: 46px;
  }
}
@media (min-width: 1351px) {
  #x-axis {
    padding-left: 50px;
  }
}
/* END X-AXIS RESPONSIVE PADDING */
.extended-table table.dataTable {
  border-bottom: 2px solid #ddd;
  margin-top: 0 !important;
}
.extended-table #index th {
  padding: 0 8px 12px 8px !important;
}
.extended-table #index thead>tr>th::before,
.extended-table #index thead>tr>th::after {
  display: none !important;
}
/* END EXTENDED INDEX COLOURS */
/* END EXTENDED INDEX */
