@font-face{
    font-family:"DaxOffc-WideXbold";
    font-style:normal;
    font-weight:normal;
    src:url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideBold.eot?#iefix&t=1490874381123") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideBold.woff?t=1490874381123") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideBold.ttf?t=1490874381123") format("truetype");
}
@font-face{
    font-family:"DaxWideRegular";
    font-style:normal;
    font-weight:normal;
    src:url("//cdn2.hubspot.net/hubfs/1786725/Font/dax-wide-regular-1361513792-webfont.eot?#iefix&t=1490874381123") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/dax-wide-regular-1361513792-webfont.woff?t=1490874381123") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/dax-wide-regular-1361513792-webfont.ttf?t=1490874381123") format("truetype");
}

@font-face{
    font-family:"DaxOffc-WideLight";
    font-style:normal;
    font-weight:400;
    src:url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideLight.eot?#iefix&t=1490874381123") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideLight.woff?t=1490874381123") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1786725/Font/DaxOffc-WideLight.ttf?t=1490874381123") format("truetype");
}




html, body, form,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
html{
    height:100%;
}
body{
    background:#f6f8fb;
    height:100%;
}
img {
    max-width:100%;
}
#container {
    margin: auto;
    max-width: 965px;
    display:block;
    overflow:hidden;
}
#lnkHeader {
    float:left;
    padding-left:15px;
}
#header {
    padding:15px 0;
    background:#fff;
    margin:0;
    height:105px;
}
.wrapper{
    height:100%;
}
h1 {
  color: var(--grey-text-title, #363535);
  /* Heading 3 / Bold */
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;

}
h2 {
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin:15px 0 10px;

}
h3 {
    text-decoration: none;
    margin:0;
}
h4 {

    text-decoration: none;
    margin:0;
}
h5 {
    text-decoration: none;
    margin:0;
}
/*.information{
    margin-bottom:59px;
}*/

section.main_container {
  display: grid;
  grid-template-columns: 50% 1fr;
  /* grid-gap: 10px; */
  height: 100vh;
}

@media only screen and (max-width: 980px) {
  section.main_container {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 10px; */
    height: 100vh;
  }
}

.column_1 {
  background: var(--surface-lighter, #F2F9EA);
  position: relative;
}

.column_2 {
  background: linear-gradient(149deg, #363535 0%, #000 100%);
  position: relative;
}

.column_1-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}

.column_2-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}

.login_ql {
    display: grid;
}

@media only screen and (max-width: 980px) {
  .column_1-content, .column_2-content {
      position: relative;
      left: inherit;
      top: inherit;
      transform: none;
      width: 60%;
      margin: auto;
      padding-top: 64px;
      padding-bottom: 64px;
  }
  .login_ql-tab-repsonse {
      order: -1;
  }
}

@media only screen and (max-width: 500px) {
  .column_1-content {
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    width: 80%;
    margin: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .column_2-content {
      width: 80%;
  }
  #headerLogin {
    text-align: center !important;
  }
  div#logo {
    text-align: center;
  }
  .news-section h1 {
      text-align: center;
  }
  .sub-title {
    text-align: center;
   
  }
 
}


.input_wrapper {
  position: relative;
}

.login-btn_1 {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 4px;
  background: var(--surface-default, #8DC63F);
  color: #FFF;
  text-align: center;
  /* Paragraph / Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  margin-top: 16px;
  transition: 0.5s;
}

@media only screen and (max-width: 500px) {
  .login-btn_1 {
      font-size: 12px;
  }
}

.login-btn_1:hover {
  border-radius: 4px;
  background: var(--surface-darker, #6A972D);
}

  #notacustomerlink {
    color: var(--grey-text-title, #363535);
    /* Paragraph Small/Semi Bold */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

.not-a-messenger {
  color: var(--grey-text-title, #363535);
  text-align: center;
  /* Paragraph Small / Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.login_ql-tab svg {
    margin-right: 24px;
   
}

  .login_ql-tab svg:first-child {
    min-width: 44px;
    min-height: 44px;
  }

  .login_ql-tab svg:last-child {
    margin: auto;
    margin-right: 10px;
    min-width: 24px;
    min-height: 24px;
  }

.login_ql-tab {
  border-bottom: 0.5px solid #737171;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

a#bottomleftlink2 {
  display: none;
}

a#bottomrightlink2 {
  display: none;
}

a#messengerstatuslinkbutton {
    display: none;
}

.login_ql-tab a {
    display: flex;
    align-items: center;
    
}

.login_ql-tab a:hover span {
  color: var(--surface-default, #8DC63F);
  /* Paragraph / Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

  .login_ql-tab a p {
    margin: 0px;
  }

  .login_ql-tab a span {
    color: var(--Shades-White, var(--Colours-Shades-White, #FFF));
    /* Paragraph / Bold */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 4px;
    transition: 0.5s;
  }

  .login_ql-tab a div p {
    color: var(--Shades-White, var(--Colours-Shades-White, #FFF));
    /* Paragraph/Regular */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
  }

.appVersion {
  position: absolute;
  /* background: red; */
  bottom: 0;
  right: 0;
  padding: 4px;
  color: #000;
  /* z-index: 9999999; */
}

@media only screen and (max-width: 500px) {
  .login_ql-tab a span p {
      display: none;
  }
  .news-section h1 {
      font-size: 18px;
  }
  .login_ql-tab a span {
      font-size: 12px;
  }
  .not-a-messenger {
      font-size: 10px;
  }
  #notacustomerlink {
      font-size: 10px;
  }
 
}

.login_ql-tab a span span {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  margin-bottom: 0px;
}

    .login_ql-tab a:hover span span {
      font-family: Montserrat;
      font-size: 14px !important;
      font-style: normal;
      font-weight: 400 !important;
      line-height: normal;
      margin-top: 4px;
      margin-bottom: 0px !important;
    }

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}




#ForgotButton {
  color: var(--grey-text-title, #363535);
  text-align: right;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  display: block;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: right;
  width: 100%;
  margin-top: 0px;
}

.input_wrapper svg {
  /* position: absolute; */
  /* top: 10px; */
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0%, -50%);
  /* width: 50%; */
}

  #headerlink img {
    width: 159px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 16px;
  }

.news-heading {
  font-family: 'DaxOffc-WideXbold';
  font-size: 16px;
  font-weight: bold;
  color: #010101;
}
.latest-heading{
    display:flex;
}
.sub-title {
  color: var(--grey-text-title, #363535);
  /* Paragraph/Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 4px;
  margin-top: 4px;
}

@media only screen and (max-width: 500px) {
  .sub-title {
      font-size: 12px;
  }
  #ForgotButton {
      font-size: 10px;
      text-align: left;
  }
}

.sub-title span {
  display: none;
}
.date {
  color: #8dc63f;
  font-family: 'DaxWideRegular';
}
.image-news{
    margin-right:10px;
}

.news-text{
    font-family: 'DaxWideRegular';
    margin-top:30px;
    font-size:14px;
    color:#000;
}
.slider-box{
    padding:50px 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.slide-line{
    width:25px;
    height:2px;
    margin-right:10px;
    background:#000;
    cursor:pointer;
}
.slide-line.active{
    background:#8dc63f;
}
.image-wrapper{
    height:220px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.image-wrapper img{
    align-self:center;
}
.heading-group{
    min-height:145px;
}
.read-more-btn{
    font-family: 'DaxOffc-WideXbold';
    width:195px;
    height:55px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    border:none;
    background:#c7252a;
}
.forgot-button {
  color: var(--grey-text-title, #363535);
  text-align: right;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  display: block;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}

label.check-label {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .forgot-button {
      font-size: 10px;
      text-align: left;
  }
}

.forgot-button:hover {
  color:#898989;
}
input[type="text"], input[type="password"] {
  display: flex;
  height: 44px;
  padding: 12px 12px 12px 36px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-s, 8px);
  align-self: stretch;
  font-family: Montserrat;
  border: none;
  margin-top: 16px;
  border-radius: var(--Spacing-xs, 4px);
  background: var(--White, #FFF);
}


  input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
  }
.label{
    font-family: 'DaxOffc-WideXbold';
    font-size:16px;
    color:#000;
    text-transform:uppercase;
}

div#loginMessageDiv {
  margin-top: 12px;
}

div#loginMessageDiv {
  display: flex;
  align-items: center;
}

  div#loginMessageDiv svg {
      min-width: 20px;
      min-height: 20px;
      margin-right: 5px;
  }

  #LoginMessage {
    color: var(--Darker, #816204) !important;
    /* Paragraph Small/Semi Bold */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

.input_wrapper .error-alert {
  border-radius: var(--Spacing-xs, 4px);
  border: 1px solid var(--Colours-Danger-600, #D9342B) !important;
  background: var(--Colours-Danger-50, #FFD0CE) !important;
}

.groupcall {
  background: #000;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  height: 50px;
}
.groupcall a, .groupcall img{
    align-self:center;
}
.messenger-support{
    background:red !important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content:space-between;
    height:50px;
}
.messenger-support a, .messenger-support img{
    align-self:center;
}
.messenger-status{
    background:#fff;
    color:#8dc63f;
    font-size:18px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content:space-between;
    height:50px;
}
.messenger-status img, .messenger-status a{
    font-family: 'DaxWideRegular';
    align-self:center;
    margin:0;
}
.messenger-status a {
    align-self:center;
}
.ok{
    font-family:'DaxWide-Bold';
}
.messenger-img-container {
    text-align:center;
}
.brand-login{
    font-family: 'DaxWideRegular';
    padding-bottom:25px;
    font-size:14px;
}
input#usedesktopversion {
  display: none;
}
.question{
    display:inline-block;
}
.check-label {
    font-family: 'DaxWideRegular';
    font-size: 16px;
    font-weight: normal;
    padding:20px 0;
    cursor:pointer;
}

.check-label:before {
    margin-right: 10px;
}

input[type="checkbox"] + .check-label:before {
    content: "\00a0";
    border: 1px solid #bbb;
    font-size: 12px;
    font-weight: bold;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    background: #fff;
    padding: 4px 10px;
    cursor: pointer;
}

input[type="checkbox"]:checked + .check-label:before {
    content: "\00a0";
    color: #000;
    text-align: center;
    line-height: 12px;
    background: url('../images/check.png') #fff no-repeat center;
    padding: 4px 10px;
    cursor: pointer;
}
.input-response {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.remember-me {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  width: 100%;
}
#rememberMe {
    margin: 0px !important;
}
.remember-me div {
  color: var(--grey-text-title, #363535);
  /* Paragraph Small/Semi Bold */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
  .balloon-info {
    display: inline-block;
  }
.field-tip{
    margin-left:30px;
}
.tip-content{
    display:none;
}
.field-tip .tip-content {
    font-family: 'DaxWide-Regular';
    position: absolute;
    width: 200px;
    margin-top: -105px;
    margin-right: -65px;
    padding: 10px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow:2px 2px 5px #aaa;
    -moz-box-shadow:2px 2px 5px #aaa;
    box-shadow:2px 2px 5px #aaa;
    opacity:0;
}
.field-tip .tip-content:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 22px;
    height: 1px;
    margin-left: -28px;
    margin-top: 1px;
    /* border: 8px solid transparent; */
    /* border-right-color: #333; */
    background: #000;
}
.field-tip:hover .tip-content {
    font-family:'DaxWideRegular';
    right:-20px;
    opacity:1;
    display:block;
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 25px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#000;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
    background-color:#8dc63f;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

@media screen and (min-width:1200px) and (max-width:1320px){
    .field-tip .tip-content{
        margin-right:40px;
        margin-top:-240px;
        z-index:1;
    }
    .field-tip .tip-content:before{
        width: 1px;
        height: 33px;
        margin-left: 69px;
        margin-top: 96px;
    }
}
@media screen and (max-width:1199px){
   
    .field-tip .tip-content{
        margin-right:125px;
        z-index:1;
    }
    .field-tip .tip-content:before{
        margin-left: 193px;
    }
  
}

/* Initial state: element is off-screen to the right */
.fade-slide-right {
  opacity: 0;
  transform: translateX(100%); /* For sliding in from the right */
  transition: transform 1s ease-out, opacity 1s ease-out;
}

  /* When the 'visible' class is added, the element slides into place and fades in */
  .fade-slide-right.visible {
    opacity: 1;
    transform: translateX(0); /* Moves the element into its original position */
  }

/* Initial state: element is off-screen to the left or right and transparent */
.fade-slide-left {
  opacity: 0;
  transform: translateX(-100%); /* For sliding in from the left */
  transition: transform 1s ease-out, opacity 1s ease-out;
}

  /* When the 'visible' class is added, the element slides into place and fades in */
  .fade-slide-left.visible {
    opacity: 1;
    transform: translateX(0); /* Moves the element into its original position */
  }

/* Fade-in effect */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in;
}

  /* Class to make the element fully visible */
  .fade-in.visible {
    opacity: 1;
  }

.cwcookielaw {
  width: 400px;
  position: fixed !important;
  height: auto !important;
  bottom: 10px;
  left: 10px;
  background-image: none !important;
  
}

  .cwcookielaw .cwcookiesmoreinfo {
    background-image: none !important;
    background-repeat: no-repeat;
    width: auto !important;
    height: auto !important;
    float: left !important;
    margin-top: 10px;
    padding: 10px 20px !important;
    color: white !important;
    font-weight: 700;
    background: #8DC63F;
    border-radius: 4px;
    margin-right: 5px;
    outline: none !important;
    transition: 0.5s;
  }
    .cwcookielaw .cwcookiesmoreinfo:hover {
      background: var(--surface-darker, #6A972D);
    }

  .cwcookielaw .cwallowcookies {
    background-image: none !important;
    background-image: none !important;
    background-repeat: no-repeat;
    width: auto !important;
    height: auto !important;
    float: left !important;
    margin-top: 10px;
    padding: 10px 20px !important;
    color: #000000 !important;
    font-weight: 700;
    background: white;
    border-radius: 4px;
    outline: none !important;
    transition: 0.5s;
    margin-right: 5px;
  }

      .cwcookielaw .cwallowcookies:hover {
        background: #f9f9f9;
      }

      .cwcookielaw .cwcookiecontainer {
        width: auto !important;
        margin: auto;
        position: relative;
      }

.cwcookielawbg {
  position: absolute;
}

.cwcookielaw {
  width: 400px !important;
  background: linear-gradient(149deg, #363535 0%, #000 100%) !important;
  padding: 25px;
  border-radius: 6px;
}

  .cwcookielaw p {
    padding: 0px !important;
    line-height: 1.5em !important;
  }

  .cwcookielaw .cwcookiebubble::after {
    content: "\00D7";
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent bg */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }

 

 

@media only screen and (max-width: 500px) {
  .cwcookielaw {
    width: 290px !important;
    background: linear-gradient(149deg, #363535 0%, #000 100%) !important;
    padding: 20px;
    border-radius: 6px;
  }
    .cwcookielaw .cwcookiebubble {
      width: 290px !important;
      right: -20px !important;
    }
}

