@charset "UTF-8";
@font-face {
  font-family: "Fall in love";
  src: url(/fonts/fall-in-love.ttf);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.delete-button {
  padding: 12px 30px;
  background-color: #d9534f;
  color: #FFF;
  border: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px #c9302c;
  border-radius: 3px;
  display: inline-block;
}
.delete-button:hover, .delete-button:focus {
  background-color: #e53c37;
  text-decoration: none;
  color: #fff;
}

.heading-button, .button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #29af85;
  padding: 0.6em 1em 0.625em;
  color: #FFF;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #29af85;
  cursor: pointer;
}
.heading-button svg, .button svg {
  width: 22px;
  margin: 0 10px 0 0;
  fill: white;
  transition: opacity 10ms linear;
  animation: blinker 1s linear infinite;
}
.heading-button:hover, .heading-button:focus, .button:hover, .button:focus {
  text-decoration: none;
  background-color: #219671;
  border: 1px solid #219671;
  color: #fff;
}
.heading-button.warning, .button.warning {
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.heading-button.warning:hover, .heading-button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #ec971f;
  border: 1px solid #ec971f;
}
.heading-button.danger, .button.danger {
  background-color: #d9534f;
  border: 1px solid #d9534f;
}
.heading-button.danger:hover, .heading-button.danger:focus, .button.danger:hover, .button.danger:focus {
  background-color: #c9302c;
  border: 1px solid #c9302c;
}

.light-heading-button {
  background-color: transparent;
  padding: 0.75em 1.5em 0.65em;
  color: #FFF;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #9b9b9b;
}
.light-heading-button:hover, .light-heading-button:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

div.business-header a.heading-button {
  color: #fff;
}
div.business-header a.heading-button:hover, div.business-header a.heading-button:focus {
  color: #fff;
}

.dash-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 20px;
}
.dash-tabs a {
  color: #4A4A4A;
  text-decoration: none;
}
.dash-tabs .notification {
  background-color: red;
  border-radius: 10px;
  padding: 0 5px;
  font-weight: bold;
  color: #FFF;
  margin-left: auto;
}
.dash-tabs div {
  padding-left: 0;
  padding-right: 0;
}
.dash-tabs span {
  display: flex;
  align-items: center;
}

.dash-tabs,
.mobile-active-page {
  margin: 0;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
}

.dz-image i {
  font-size: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-active-page {
  z-index: 10;
  border-bottom: 1px solid #D8D8D8;
}
.mobile-active-page span i.mobile-tab-toggle {
  float: right;
  font-size: 1.4em;
  min-width: 0;
}

.dash-tabs div span i,
.mobile-active-page div span i {
  min-width: 25px;
}

.dash-tabs span.active,
.mobile-active-page span.active {
  color: #29af85;
  background-color: #fff;
  font-weight: bold;
}

.dash-tabs span,
.mobile-active-page span {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  cursor: pointer;
  transition: 0.2s all;
}

/* MOBILE BREAKPOINT */
@media (max-width: 991px) {
  div.review-rating {
    text-align: left;
  }
  .dash-tabs.active {
    left: 0;
    box-shadow: 20px 0px 100px 0px rgba(0, 0, 0, 0.5);
  }
}
div.business-header .heading .heading-header {
  border-bottom: 1px solid #89a2b0;
  padding: 2em 3em;
  display: none;
}

.mobile-title {
  display: block;
}

.action-header {
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 40px 0;
  flex-wrap: wrap;
}
.action-header h3 {
  color: #29af85;
  margin: 0 0 0.5em;
}

@media (min-width: 868px) {
  .mobile-title {
    display: none;
  }
  div.business-header .heading .heading-header {
    display: flex;
  }
  .action-header h3 {
    margin: 0;
  }
}
.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-bottom: 1px solid #eee;
  min-height: 68px;
}
.site-header .mobile-menu-btn {
  margin: 0 0 0 2em;
  border: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.site-header .mobile-menu-btn[data-action=open] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 64H448v64H0V64zM0 224H448v64H0V224zM448 384v64H0V384H448z'/%3E%3C/svg%3E");
}
.site-header .mobile-menu-btn[data-action=close] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M323 137l17-17L306 86.1l-17 17-119 119L51 103l-17-17L.1 120l17 17 119 119L17 375 .1 392 34 425.9l17-17 119-119L289 409l17 17L339.9 392l-17-17-119-119L323 137z'/%3E%3C/svg%3E");
}
.site-header .site-logo {
  padding: 0 2em;
  position: absolute;
  text-align: center;
}
.site-header .site-logo img {
  height: 32px;
}
.site-header .user-auth-group {
  position: relative;
  margin: 0 0 0 auto;
  font-size: 14px;
  z-index: 10;
}
.site-header .user-auth-group .auth-user {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em 0 1.5em;
}
.site-header .user-auth-group .auth-user p {
  display: none;
  margin: 0;
}
.site-header .user-auth-group .auth-user i {
  margin: 0 10px 0 0;
  color: #AAA;
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 1em;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .user-auth-group .auth-options {
  position: absolute;
  display: none;
  top: calc(100% + 25px);
  z-index: 1;
  border: 0 solid #ddd;
  border-radius: 4px;
  background-color: #FFF;
  right: 2em;
  width: calc(100% + 10px);
  max-width: 200px;
  min-width: 175px;
  box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.1);
}
.site-header .user-auth-group .auth-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .user-auth-group .auth-options ul li {
  border-bottom: 1px solid #eee;
}
.site-header .user-auth-group .auth-options ul li:last-of-type {
  border-bottom: 0;
}
.site-header .user-auth-group .auth-options ul li a {
  padding: 0.8em 0;
  display: block;
  text-align: center;
  color: #0e0e0e;
}
.site-header .user-auth-group .auth-options ul li a:hover, .site-header .user-auth-group .auth-options ul li a:focus {
  text-decoration: none;
  background: #f7f7f7;
}

@media (min-width: 868px) {
  .site-header .mobile-menu-btn {
    display: none;
  }
  .site-header .user-auth-group .auth-user {
    padding: 0 2em 0 2.5em;
  }
  .site-header .user-auth-group .auth-user p {
    display: inline-block;
  }
  .site-header .site-logo {
    position: relative;
    text-align: left;
  }
}
@media (max-width: 867px) {
  .mobile-navigation {
    position: fixed;
    top: 68px;
    left: -100vw;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    box-shadow: 19px 15px 27px -6px rgba(0, 0, 0, 0.1);
    transition: 500ms linear left;
  }
  .mobile-navigation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 250ms linear opacity;
    opacity: 0;
    z-index: -1;
    height: 0;
  }
  .mobile-navigation.show {
    left: 0;
  }
  .mobile-navigation.show::after {
    height: 100%;
    opacity: 1;
  }
  .mobile-navigation .dashboard-links--menu {
    display: flex;
    align-items: center;
    padding: 1em 2em 0;
  }
  .mobile-navigation .dashboard-links, .mobile-navigation .containerFixed {
    background-color: #fff;
    height: 100%;
  }
  .mobile-navigation .dashboard-links .dashboard-link-selected, .mobile-navigation .containerFixed .dashboard-link-selected {
    border: 0;
    background-color: #f9f9f9;
  }
  .mobile-navigation .containerFixed {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .mobile-navigation .containerFixed a {
    display: block;
    width: 100%;
    margin: 0 0 0.5em;
  }
}
.password-table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 868px) {
  .password-table {
    display: table;
    max-width: 100%;
  }
}

.password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 1.5em;
}
.password-form form {
  margin: 30px auto 10px;
  background: #f2f2f2;
  max-width: 667px;
  width: 100%;
  padding: 2em 1.5em;
}

#random_answer {
  display: flex;
  font-size: 0;
  max-width: 667px;
  width: 100%;
  background: #188a66;
  margin: 10px auto 15px;
  padding: 0.5em;
  border: 6px solid #188a66;
  border-left: 9px solid #188a66;
  border-right: 10px solid #188a66;
}

.save_button {
  float: right;
}

.review_header_wrapper a {
  font-size: 14px;
}

.center {
  text-align: center;
}

#is_active {
  width: auto;
  -webkit-appearance: unset;
  padding: 5px 58px;
}

.lottery_number.number_field {
  background: #ffac57;
}

.lottery_number {
  display: inline-block;
  text-align: center;
  width: 12.5%;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  font-weight: bold;
  margin: 5px 2px;
  color: #000;
  background: #f1f1f1;
  box-shadow: inset 0 -14px 20px 1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 479px) {
  .lottery_number {
    margin: 5px 3px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .lottery_number {
    height: 100px;
    line-height: 100px;
    font-size: 45px;
    margin: 5px 5px;
  }
}
.form-group {
  display: block;
}
.form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.form-group input, .form-group select, .form-group textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #29af85;
}

.form-group-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0 0 20px;
}

@media (min-width: 868px) {
  .form-group-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.only-mobile {
  display: block;
}
.only-mobile-flex {
  display: flex;
}
.only-mobile-inline {
  display: inline;
}
.only-mobile-inline-block {
  display: inline-block;
}

.not-mobile {
  display: none;
}

@media (min-width: 868px) {
  .only-mobile {
    display: none;
  }
  .not-mobile {
    display: block;
  }
}
body {
  font-family: Arial, sans-serif;
  background-color: #EAEAEA;
  color: #4A4A4A;
}
body.lock {
  overflow: hidden;
}

#img_caption {
  font-size: 15px;
  color: #4A4A4A;
  margin-top: 15px;
}

html {
  scroll-behavior: smooth;
}

a {
  transition: 0.3s all;
}

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-right-gutter {
  padding-right: 0 !important;
}

.no-left-gutter {
  padding-left: 0 !important;
}

.mid_text {
  font-size: 14px;
}

a:hover {
  /* text-decoration: underline !important; */
}

.btn {
  color: white;
  font-weight: 600;
  font-size: inherit;
}

.mobile_only {
  display: none;
}

.btn:hover {
  color: white !important;
}

.colouredBackground {
  background-color: #00AEEF;
}

.white-background {
  background-color: #fff;
}

.green-border {
  border: 1px solid #29af85;
}

.primaryColoured .btn, .primaryColoured .colouredBackground {
  background-color: #D2232A;
}

.colouredText {
  color: #29af85;
}

.colouredBackground, .btn {
  background-color: #29af85;
}

.login_button {
  /* border: 1px solid #fff; */
  color: #fff;
  text-decoration: none;
  padding: 0.6em 1em 0.7em 1em;
  margin-top: 5px !important;
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 20px !important;
  border-radius: 4px;
  float: right;
  font-weight: bold;
}

.login_button a {
  color: #fff;
}

.login_button i {
  margin-right: 5px;
}

.login_button:hover,
.login_button a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #23a07a;
}

.login_button:focus {
  color: #fff;
  outline: none;
}

.login_button .postcode {
  font-size: 12px;
}

.primaryColoured h1 span,
.primaryColoured h2 span,
.primaryColoured h3 span,
.primaryColoured h4 span,
.primaryColoured h5 span {
  border-color: #D2232A;
}

.secondaryColoured .btn, .secondaryColoured .colouredBackground {
  background-color: #41AD49;
}

.secondaryColoured h1 span,
.secondaryColoured h2 span,
.secondaryColoured h3 span,
.secondaryColoured h4 span,
.secondaryColoured h5 span {
  border-color: #41AD49;
}

.sendColoured .btn, .sendColoured .colouredBackground {
  background-color: #E8C400;
}

.sendColoured h1 span,
.sendColoured h2 span,
.sendColoured h3 span,
.sendColoured h4 span,
.sendColoured h5 span {
  border-color: #E8C400;
}

.topNavContainer {
  /* background-color: #002f65; */
  /* this will now be pulled from the DB & styled inline */
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.07);
}

.topNavContainer {
  height: 60px;
  padding: 0 !important;
}

.logoContainer {
  position: relative;
  width: 120px;
  max-width: 315px;
}

.logoContainer img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logoContainer img.reviewsFor {
  margin: 5% 0 2% 0;
  width: 100%;
}

div.business-header-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: #f1f1f1;
}

div.business-header {
  margin: 0 auto;
}

div.business-header .travelator small {
  color: #808080;
}

div.business-header .dash-responses div.dash-response-item p a,
div.business-header .dash-responses div.dash-response-item p a:hover,
div.business-header a,
div.business-header a:hover {
  color: inherit;
}

div.business-header .heading {
  background-color: #FFF;
  border: 1px solid #89a2b0;
  border-left-width: 10px;
}

div.business-header .heading .heading-content {
  padding: 2em 3em;
  background-color: #fafafa;
  flex-direction: column;
}

.heading .heading-content-buttons {
  text-align: center;
  padding: 1em;
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

div.business-header .heading .heading-title {
  flex: 1;
  display: flex;
  align-items: center;
}

div.business-header .heading-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}

div.status-progress {
  text-align: center;
  display: flex;
  flex-direction: column;
}

div.status-progress-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}

div.status-progress-bar-wrapper {
  flex: 1;
  margin-top: 3em;
  order: 2;
  width: 100%;
}

div.status-progress-bar-inner {
  background-color: rgba(41, 175, 133, 0.3137254902);
  height: 14px;
  border-radius: 10px;
  width: 100%;
}

div.status-progress-bar-dates {
  display: flex;
  justify-content: space-between;
}

div.status-progress-bar-dates p {
  margin-top: 5px;
}

div.status-progress-bar-bookend {
  padding: 0.75em;
  margin: 0 0.5em 0 0.5em;
  order: 1;
  width: calc(50% - 1em);
  text-align: left;
}

div.status-progress-bar-bookend:last-of-type {
  text-align: right;
}

div.status-progress-bar-bookend p {
  margin: 0;
  margin-bottom: 0.25em;
}

div.status-progress-bar-bookend img {
  max-width: 50px;
}

div.status-progress-bar-filled {
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: #29af85;
  position: relative;
}

div.status-progress-bar-filled:after {
  content: "";
  position: absolute;
  right: -12px;
  top: -5px;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background-size: cover;
  border: 1px solid #FFF;
  background-color: #29af85;
}

@media (min-width: 768px) {
  .review_header_wrapper a {
    padding: 10px 30px;
  }
  div.business-header .heading-buttons {
    width: auto;
  }
  .travelator_container {
    /* border-bottom: 1px solid #eee !important; */
  }
  div.status-progress-bar-bookend {
    text-align: center;
    width: 75px;
  }
  div.status-progress-bar {
    flex-wrap: none;
  }
  div.status-progress-bar-wrapper {
    order: 1;
    width: auto;
    padding: 0 2.5em;
  }
  .heading .heading-content-buttons {
    flex-direction: row;
    justify-content: center;
  }
}
.business-holder-toggle-wrapper {
  text-align: center;
  position: absolute;
  margin-top: -12px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.business-holder-toggle-wrapper::after {
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: url("/assets/images/bg-line.png");
  background-repeat: repeat-x;
  background-position: center;
  z-index: -1;
}

.business-holder-toggle {
  background-color: #29af85;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
  min-width: 150px;
  z-index: 3;
}

.business-holder-toggle span {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
}

.your-options,
.what-next,
.travelator {
  display: inline-block;
  vertical-align: top;
}

.what-next {
  margin: 0;
}

/* .your-options, .what-next { float: right; } */
.your-options {
  list-style: none;
  width: 100%;
  padding: 0;
  position: relative;
}

.your-options li {
  width: 100%;
}

.your-options li.status_option {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-top: none;
}

.your-options li.status_option:first-of-type {
  border-top: 1px solid #d1d1d1;
}

a.green {
  color: #29af85;
}

.your-options li.status_option:not(.show-status-options):hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.your-options li > a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.your-options li > a:hover {
  text-decoration: none;
}

.your-options li > a > p,
.your-options li > p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: calc(100% - 80px);
  font-size: 14px;
}

.your-options li > a > p > strong,
.your-options li > p > strong {
  display: block;
}

.your-options li.additional_option > span,
.your-options li.additional_option > a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 78px;
  padding: 10px 30px;
  color: #4A4A4A;
  border: 2px solid #29af85;
  border-radius: 0;
  height: auto;
  width: auto;
  vertical-align: initial;
}

.your-options li.additional_option > p,
.your-options li.additional_option > a > p {
  width: calc(100% - 100px);
}

.hidden_options {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
}

.hidden_options li.status_option:first-child {
  border-top: none;
}

.show-status-options {
  text-align: center;
  font-size: 12px;
  padding: 4px;
  font-weight: bold;
  cursor: pointer;
}

.your-options li.show-status-options:hover {
  background-color: #f7f7f7;
}

@media (max-width: 1200px) {
  .what-next {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .travelator, .your-options, .what-next {
    float: none;
    padding: 0;
  }
}
.travelator,
.what-next {
  list-style: none;
  /* padding: 0; */
  margin: 0 0 20px 0;
  margin-left: -5px;
  margin-right: -5px;
  align-items: stretch;
  overflow: auto;
  flex-wrap: wrap;
}

.travelator > li,
.what-next > li {
  flex: 1;
  display: block;
  padding: 10px;
  background-image: url(/assets/images/bg-line.png);
  background-size: 1px 100%;
  background-position: 26px;
  background-repeat: no-repeat;
}

.travelator > li:first-of-type,
.what-next > li:first-of-type {
  background-position: 26px 32px;
  background-size: 1px 50%;
}

.travelator > li:last-of-type,
.what-next > li:last-of-type {
  background-position: 26px 0;
  background-size: 1px 50%;
}

.travelator > li:only-child,
.what-next > li:only-child {
  background-image: none !important;
}

.travelator > li > span,
.your-options > li span,
.what-next > li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #eee;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  font-weight: bold;
  color: #29af85;
  vertical-align: middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.travelator > li.checked > span {
  background-image: url(/assets/images/tick.svg);
  background-size: 67% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.travelator > li > p,
.what-next > li > p {
  text-align: left;
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1em;
  display: inline-block;
  width: calc(100% - 70px);
}

.travelator_container {
  margin: 0;
}

.travelator_container > p {
  margin: 0.5em 0;
  padding: 0;
}

.travelator_container > p a.btn {
  padding: 0.2em 0.35em 0.35em 0.35em;
  line-height: 1em;
  position: relative;
  top: -0.1em;
  margin: 0 0.25em;
  background-color: #29af85;
}

.reputationsNetLogoContainer {
  position: absolute;
  height: 60px;
  width: 220px;
}

.reputationsNetLogoContainer a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

header .headerLogo {
  display: block;
}

header .topNav {
  /* border: 1px solid #f90; */
  max-width: 300px;
  font-size: 1.4rem;
}

header .topNav a {
  color: #FFFFFF;
  font-weight: 600;
}

header .topNav a:hover {
  text-decoration: none;
}

header .topNav > ul > li:last-child > a {
  padding-right: 0;
}

header .topNav .hasChildren ul li {
  background-color: rgba(0, 0, 0, 0.2);
}

.searchOuter {
  z-index: 1;
  position: static;
}

#toggle_search {
  display: none;
}

.navOuter {
  z-index: 2;
}

.search_control_a, .search_control_b {
  width: 50%;
  float: left;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  padding-bottom: 0.75em;
}

.search_control_b {
  text-align: right;
}

.search_control_b a {
  text-decoration: underline;
}

.search_by {
  display: block;
  color: white;
  font-size: 1.4rem;
  padding-bottom: 0.25em;
}

.searchOuter.is-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.navOuter {
  float: right;
}

.pseudo_search_outer {
  width: 100% !important;
  max-width: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  margin: 0 auto;
  position: relative;
}

.headerSearch .pseudo_search_outer {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 600px;
  position: relative !important;
  margin: 80px 0;
}

.search_container {
  width: 100%;
}

.mobileSearch {
  display: block;
  width: 28px;
  height: 28px;
  float: right;
  margin: 12px 8px 0 0;
}

.mobileSearch img {
  width: 100%;
  height: 100%;
}

.img_reputations {
  display: none;
}

.pseudo_search {
  height: 38px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px 0 0;
}

.not_mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .only_mobile {
    display: none !important;
  }
  .not_mobile {
    display: block !important;
  }
  .pseudo_search_outer {
    width: 320px;
    margin: 0;
  }
  #toggle_search {
    display: block;
  }
  .searchOuter {
    position: relative;
  }
  .pseudo_search {
    width: 320px;
    max-width: 320px;
  }
  .headerSearch .pseudo_search {
    max-width: none !important;
  }
  .logoContainer {
    width: 100%;
  }
  .topNavContainer .pseudo_search_outer {
    display: block;
  }
  .pseudo_search .txt_pseudo_search {
    font-size: 1.6rem;
  }
  .mobileSearch {
    display: none;
  }
  .pseudo_search_outer {
    /* width: 500px;         */
  }
  .topNavContainer {
    height: 58px;
  }
  .img_reputations {
    display: block;
  }
}
/* when screen is bigger than 849px wide */
@media (min-width: 850px) {
  header .topNav {
    font-size: 1.6rem;
  }
  .pseudo_search, .pseudo_search_outer {
    width: 480px;
  }
}
/* random */
main {
  padding: 0 0 32px 0;
  background-color: white;
}

main.iframe {
  background-color: #F4F4F4;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h1, h2 {
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 0.5em;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: 700;
}

h1 span, h2 span, h3 span {
  display: inline-block;
  padding-bottom: 0.4em;
}

.headerText h1,
.testimonial_strip h1 {
  margin-bottom: 0;
  padding: 0;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.headerText p:first-of-type {
  margin-top: 0.5em;
}

.headerText p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.headerImage {
  color: #fff;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*  background-attachment: fixed; */
  position: relative;
}

.headerBanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerBanner .headerText {
  max-width: 650px;
}

.headerBanner .headerText p,
.headerBanner div img {
  display: none;
}

@media (min-width: 769px) {
  .headerBanner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .headerBanner .headerText p {
    display: block;
  }
  .headerBanner .headerText h1,
  .testimonial_strip h1 {
    font-size: 4rem;
  }
  .headerBanner div img {
    display: block;
    max-width: 400px;
  }
}
.testimonial_strip {
  padding: 50px 0;
}

.testimonial_strip .containerFixed {
  max-width: 1280px;
}

.testimonial_inner {
  padding: 50px;
}

.feature_strip {
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  padding: 60px 0;
  position: relative;
  /* background-color: #f8f8f8; */
}

.feature_content_wrapper {
  padding: 0;
  padding-bottom: 20px;
}

.feature_separator {
  height: 3px;
  background-color: #fff;
  width: 40px;
  display: block;
}

.feature_strip .containerFixed {
  max-width: 1280px;
}

.feature_strip .text_holder {
  padding: 30px 10px;
}

.feature_strip h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.feature_inner h2 {
  font-size: 3.6rem;
}

.feature_strip:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #fff, #000);
  opacity: 0.2;
}

/* .headerImage::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    opacity: 0.2;
} */
.headerImage p {
  font-size: 1.6rem;
  margin-top: 0;
}

body.vacancies .headerImage {
  min-height: 200px;
}

.headerText {
  max-width: 800px;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.bodyContent {
  position: relative;
  top: -6px;
}

body.homepage .headerText a.btn {
  font-size: 2.4vw;
  font-weight: 700;
  padding: 1em 0;
  border-radius: 1em;
  width: 17em;
  background-color: rgba(0, 174, 239, 0.75);
}

body.homepage .headerText a.btn span {
  font-size: 2.5em;
  padding-bottom: 0.25em;
  line-height: 1em;
  display: block;
}

/*Graphics*/
.superSizedFixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1530px;
}

.superSized .headerText {
  max-width: 100%;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 60%;
}

.superSized {
  position: relative;
}

.headerImage.superSized:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.superSized .headerGraphics {
  width: 40%;
  padding: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-bottom: 50px;
}

.graphic span {
  height: 35px;
  width: 100%;
  display: block;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.graphic {
  margin: 10px 0;
}

.graphic span:before {
  position: absolute;
  content: " ";
  right: 50px;
  top: 0;
  bottom: 0;
  background: #29af85;
  border-radius: 10px;
  left: -1px;
  box-shadow: -3px 0px 15px 3px #333;
}

.graphic span:after {
  position: absolute;
  content: "20";
  left: 10px;
  top: 7px;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.graphic.g-item-1 span:before {
  right: 42%;
  animation: linear-slide-in 0.3s linear;
}

.graphic.g-item-2 span:before {
  right: 50%;
  animation: linear-slide-in 0.3s linear;
}

.graphic.g-item-3 span:before {
  right: 30%;
  animation: linear-slide-in 0.3s linear;
}

.graphic.g-item-4 span:before {
  right: 8%;
  animation: linear-slide-in 0.3s linear;
}

.graphic.g-item-1 span:after {
  content: "58%";
}

.graphic.g-item-2 span:after {
  content: "50%";
}

.graphic.g-item-3 span:after {
  content: "70%";
}

.graphic.g-item-4 span:after {
  content: "92%";
}

.superSized .headerGraphics p {
  color: #fff;
  margin-bottom: 5px;
}

.headerGraphics sub {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 10px;
  position: relative;
  bottom: 0;
  top: 0;
  line-height: 20px;
}

.superSized h1 span {
  padding: 0;
}

.superSized .headerText h1 {
  text-align: left;
}

.superSized .headerText p {
  margin-top: 0;
}

.superSized .headerText p:last-of-type {
  text-align: left;
}

@keyframes linear-slide-in {
  from {
    right: 100%;
  }
}
.superSizedBox {
  position: absolute;
  top: -8%;
  right: 0%;
  padding: 20px;
  background: #fff;
  z-index: 3;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  width: 350px;
}

.superSizedBox h2 {
  color: #29af85;
  font-size: 3rem;
}

.headerImage .superSizedBox p {
  font-size: 16px;
}

.superContainer {
  padding-top: 100px;
}

.superIcons {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background: #29af85;
  padding: 50px 10px;
  overflow: hidden;
}

.superIcons h2, .superIcons h3, .superIcons *, .superIcons p {
  color: #fff;
}

.superIcons ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  max-width: 1530px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.superIcons ul li img {
  width: 60px;
}

.superIcons li {
  width: 150px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  list-style: none;
}

.superFluid {
  padding-top: 50px;
}

/* when screen is bigger than 1499px wide */
@media (max-width: 1500px) {
  .superSizedBox {
    top: -3%;
  }
}
/* when screen is bigger than 1199px wide */
@media (max-width: 1200px) {
  .superSized .headerGraphics {
    width: 50%;
  }
  .superSized .headerText {
    width: 50%;
  }
  .superSized .headerText h1 span {
    text-align: left;
  }
  .superSized.headerImage p {
    font-size: 1.6rem;
  }
}
/* when screen is bigger than 1023px wide */
@media (max-width: 1024px) {
  .superSizedBox {
    top: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .superContainer {
    padding-top: 60px;
  }
  .superContainer img {
    width: 100%;
  }
}
/* MORE when screen is bigger than 767px wide #2 */
@media (max-width: 768px) {
  .superSizedFixed {
    display: block;
    padding: 20px 10px;
  }
  .superSized .headerText {
    width: 100%;
  }
  .superSized .headerGraphics {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
  }
  .superSized {
    position: relative;
    display: block;
    padding: 0;
  }
  .superSized .headerText h1, .superSized .headerText p:last-of-type {
    text-align: center;
  }
}
/* MORE when screen is smaller than 600px wide */
@media (max-width: 600px) {
  .superSized .headerGraphics {
    width: 90%;
  }
  .superIcons ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
/* MORE when screen is bigger than 767px wide #3 */
@media (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  .headerImage p {
    font-size: 2.4rem;
  }
}
/* more random */
.search_container_content {
  padding: 15px 20px 10px 20px;
  position: relative;
}

.search_tabs_wrapper {
  display: flex;
}

.search_tab {
  background-color: #007b54;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.search_tab.active {
  background-color: #29af85;
}

.homeFourLogos {
  display: block;
  margin: 0 auto 50px auto;
}

.search_background {
  width: 100%;
  height: 100%;
  /* opacity: 0.7; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.search_content {
  position: relative;
  padding: 0;
}

.search_container p:first-of-type, .headerImage > .search_container > p:first-of-type {
  font-size: 1.6rem;
  margin: 0;
  padding-top: 0;
}

.topNavContainer .search_container p {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.pseudo_search .img_magnify {
  margin: 9px 0;
  float: left;
}

.pseudo_search .txt_pseudo_search {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 16px;
  margin: 9px 0;
  padding: 0 0 0 10px;
  float: left;
}

.pseudo_search .img_reputations {
  float: right;
  margin: 5px 0 0 0;
  width: 25px !important;
}

#search_content_type, #search_content_name {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#search_content_type form {
  margin: 0;
  padding: 0;
}

#search_content_type {
  display: block;
}

#search_content_name {
  display: none;
}

#switch_search_content_type, #switch_search_content_name {
  cursor: pointer;
}

#search_content_type p:first-of-type, #search_content_name p:first-of-type {
  margin: 0;
  padding-top: 0;
}

#search_content_type p {
  width: 100%;
}

.topNavContainer .pseudo_search {
  margin: 11px auto 0 auto;
  cursor: pointer;
}

.topNavContainer .search_container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 20;
}

.topNavContainer .search_container .search_container_content {
  display: none;
}

.headerSearch {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.headerSearch .pseudo_search {
  width: 100%;
}

.search_container a {
  color: #fff;
}

.search_container input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 5px;
  box-sizing: border-box;
}

.search_container input::-moz-placeholder {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.6;
}

.search_container input::placeholder {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1.6;
}

.search_container input[type=submit] {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  float: right;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 3px 6px;
}

/* MORE when screen is bigger than 767px wide #4 */
@media (min-width: 768px) {
  .headerImage.superSized {
    min-height: 300px;
  }
  .headerImage {
    min-height: 240px;
  }
  body.blog .headerImage {
    min-height: 100px;
  }
  body.homepage .headerText {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.homepage .headerImage {
    min-height: 240px;
  }
  body.homepage .headerText a.btn {
    font-size: 1.8rem;
  }
  body.homepage .headerText p:last-child {
    margin-top: 100px;
  }
  .homepageVacanciesContainer {
    display: flex;
    flex-wrap: no-wrap;
  }
  .homepageVacanciesContainer > div {
    display: flex;
  }
  .homepageVacanciesHeader {
    height: 20vw;
  }
  .homepageVacanciesContainer h2 {
    font-size: 3vw;
  }
  .pseudo_search {
    max-width: 480px;
  }
  .search_content {
    padding-top: 1em;
  }
  .search_control_c {
    display: none;
  }
}
/* MORE when screen is bigger than 1023px wide */
@media (min-width: 1024px) {
  .headerImage,
  body.homepage .headerImage {
    min-height: 400px;
  }
}
@media (min-width: 1025px) {
  #search_content_type > div:first-of-type {
    margin-bottom: 0.5em;
  }
  .topNavContainer .search_container div {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
}
/* MORE when screen is bigger than 1499px wide */
@media (min-width: 1500px) {
  .headerImage {
    min-height: 400px;
  }
  body.blog .headerImage {
    min-height: 200px;
  }
  .homepageVacanciesHeader {
    height: 275px;
  }
  .homepageVacanciesContainer h2 {
    font-size: 4.8rem;
  }
}
/* homepage search */
.homepageSearch {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 700px;
}

.homepageSearch .pseudo_search_outer {
  position: relative !important;
}

.homepageSearch .pseudo_search_outer > * {
  color: white !important;
}

.homepageSearch #toggle_search {
  display: block;
  width: 100%;
  max-width: none;
}

.homepageSearch .search_container input[type=text] {
  color: black;
  margin-bottom: 1em;
}

.homepageSearch .search_container input[type=submit] {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
  color: white !important;
  width: 100%;
}

.homepageSearch .search_by, .homepageSearch .search_control_a {
  width: auto;
  display: inline;
  float: none;
  font-size: 1.4rem;
  padding-bottom: 0.25em;
  line-height: normal;
}

.homepageSearch .search_control_b {
  float: right;
  line-height: normal;
  padding-top: 0.3em;
}

@media (max-width: 515px) {
  .homepageSearch .search_control_b {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .homepageSearch {
    margin-bottom: -150px;
  }
  .homepageSearch .searchFieldsContainer {
    display: flex;
    position: relative;
    width: 100% !important;
  }
  .homepageSearch .searchNameTypeContainer {
    width: 40% !important;
    padding-right: 20px;
  }
  .homepageSearch .searchLocationContainer {
    width: 40% !important;
    padding-right: 20px;
  }
  .homepageSearch .searchButtonContainer {
    width: 20% !important;
  }
}
/* more random */
.testimonial {
  margin: 0 0 30px 0;
}

.testimonial blockquote {
  font-size: 1.6rem;
  border-radius: 10px;
  padding: 3em;
  border-left: none;
  background-color: #EAEAEA;
  position: relative;
  margin: 0 0 30px 0;
}

.testimonial blockquote::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background-color: #EAEAEA;
}

.testimonial > em {
  display: block;
  text-align: right;
  font-weight: 600;
  color: #00AEEF;
  font-size: 1.6rem;
  font-style: normal;
}

.blogListingThumbnail {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  background-color: #EAEAEA;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.blogListingThumbnail time {
  font-size: 1.2rem;
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  width: 5.4em;
  height: 5.4em;
  padding: 0.25em;
  background-color: rgba(0, 174, 239, 0.75);
  color: white;
  text-align: center;
  font-weight: 600;
}

.blogListingThumbnail time span {
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  margin-top: -0.05em;
}

.blogListingThumbnail p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 174, 239, 0.75);
  color: white;
  width: 100%;
  margin: 0;
  padding: 1em;
  font-weight: 600;
}

.rightContent {
  padding-top: 30px;
}

main p.pageIntro {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}

/* form Styles */
.formstyle {
  display: block;
  background-color: #EAEAEA;
  padding: 30px;
  margin-top: 30px;
}

.thinForm {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.formstyle label {
  font-size: 1.6rem;
  display: block;
}

.formstyle input[type=text],
.formstyle input[type=email],
.formstyle input[type=tel],
.formstyle textarea {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  border: none;
  padding: 0.5em;
  margin-bottom: 0.5em;
  transition: 0.3s box-shadow;
}

.formstyle input[type=text]:focus,
.formstyle input[type=email]:focus,
.formstyle input[type=tel]:focus,
.formstyle textarea:focus {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.formstyle input[type=file] {
  display: block;
  margin-bottom: 0.5em;
}

.formstyle textarea {
  display: block;
  height: 20em;
}

.formstyle input[type=submit] {
  font-size: 1.8rem;
  float: right;
}

/* more random */
.vacancy_listing {
  margin: 50px 0;
}

h3.vacancy_title a {
  color: inherit;
}

h3.vacancy_title:hover span {
  transition: 0.3s all;
}

h3.vacancy_title:hover span {
  border-color: #00AEEF;
}

h3.vacancy_title a:hover {
  text-decoration: none;
}

.homepageVacanciesContent h4 a {
  font-weight: bold;
  color: #666;
}

.blog_articles {
  padding-top: 30px;
}

.rightBlog h3 {
  color: white;
  padding: 10px;
  font-size: 1.8rem;
  margin-top: 0;
}

.rightBlog ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.rightBlog li {
  padding: 0;
  margin: 0;
}

.rightBlog ul a {
  display: block;
  padding: 5px 10px;
}

.rightBlog li li {
  padding-left: 10px;
  background-color: #f8f8f8;
}

.blog_image {
  display: block;
  margin: 30px 0;
  max-width: 100%;
}

.sharer {
  margin: 15px 0;
}

.sharer > div {
  float: left;
  margin-right: 15px;
}

/* footer */
footer {
  background-color: #333;
  color: #EEEEEE;
}

.footerContainer {
  padding: 0;
}

.footerContainer a {
  color: #fff;
}

.footerLogo {
  width: 164px;
}

.footerLogo {
  max-width: 168px;
}

footer address {
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 10px;
}

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

footer li {
  font-size: 1.4rem;
  display: block;
  float: none;
}

footer p {
  font-size: 1.4rem;
}

Nav.footerNav {
  float: left;
}

footer li a {
  display: inline-block;
  color: #FFF !important;
  font-weight: 700;
}

/* wider than 569 */
@media (min-width: 569px) {
  footer li::before {
    content: "•";
    display: inline-block;
    padding: 0em 0.5em;
  }
  Nav.footerNav {
    float: right;
  }
}
/* wider than 768 */
@media (min-width: 769px) {
  footer li {
    font-size: 1.4rem;
    display: inline-block;
  }
  footer li:first-child::before {
    content: "";
  }
  footer li:not(:first-child)::before {
    content: "•";
  }
}
/* -- site --*/
ul.breadcrumb {
  background-color: #fff;
  color: #dfdfdf;
  font-size: 1rem;
  margin: 15px 0 15px -15px;
  padding: 0;
}

ul.breadcrumb li {
  margin: 0;
}

ul.breadcrumb a {
  font-size: 1.5rem;
  color: #4a4a4a;
}

.leftNavigation {
  padding: 0;
  display: none;
}

.leftNavHeader a, .leftNavHeader a:active, .leftNavHeader a:visited, .leftNavHeader a:hover {
  color: #4a4a4a;
  text-decoration: none !important; /* because bootstrap */
}

.leftNavigation ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftNavigation ul li {
  height: 3.5rem;
  line-height: 3.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.leftNavigation h2 {
  font-weight: bold;
}

.leftNavigation ul li a {
  width: 100%;
  height: 100%;
  color: #4a4a4a;
  display: block;
  font-weight: bold;
  padding: 0 0 0 10px;
  text-decoration: none !important; /* because bootstrap */
}

.leftNavigation ul li a:hover {
  opacity: 0.9;
}

.leftNavigation ul li a::after {
  content: "›";
  float: right;
  padding-right: 0.8em;
  font-size: 1.4em;
  margin-top: -0.15em;
}

.mainContent {
  padding-left: 0;
  padding-right: 0;
}

.mainContent.mainContentNoNav {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.mainContent h1 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 0;
}

.mainContent table th, .mainContent table td {
  font-size: 1.6rem;
}

.l_homepage {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .leftNavigation {
    display: block;
  }
  .leftNavigation h2 {
    margin-left: 10px;
  }
  .mainContent {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.contact .mainContent {
    border-left: none;
  }
}
ul.sites_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

ul.sites_list li {
  float: left;
  width: 50%;
  height: 0%;
  position: relative;
  padding: 0 0 50% 0;
  margin: 0;
}

ul.sites_list div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
}

ul.sites_list a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-style: solid;
  border-width: 2px;
  border-radius: 10%;
  transition: 0.2s all;
}

ul.sites_list a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-color: white !important;
  border-radius: 0;
}

ul.sites_list strong {
  display: none;
}

@media (min-width: 375px) {
  ul.sites_list li {
    float: left;
    width: 33.333%;
    padding: 0 0 33.333% 0;
  }
}
@media (min-width: 640px) {
  ul.sites_list li {
    float: left;
    width: 25%;
    padding: 0 0 25% 0;
  }
}
@media (min-width: 768px) {
  ul.sites_list li {
    float: left;
    width: 20%;
    padding: 0 0 20% 0;
  }
}
/*===================================================
****************************************************
                    DASHBOARD
****************************************************
==================================================*/
.dashboard {
  min-height: 72vh;
  padding-left: 0;
  padding-right: 0;
  max-width: 1500px;
}

.dashboard-links {
  /* position: absolute; */
  /* width: 100vw; */
  left: 0;
  background-color: #f9f9f9;
}

.dashboard-links a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
}

.dashboard-links a.disabled:not(.dashboard-link-selected) {
  color: #ddd;
  pointer-events: none;
}

.dashboard-links a i {
  display: none;
}

.dashboard-links a.dashboard-link-selected {
  font-weight: bold;
  text-decoration: none;
  background-color: #ececec;
  border-bottom: 2px solid #29af85;
}

.dashboard .success, .dashboard .error {
  width: 100%;
  background-color: #dff0d8;
  border: 1px solid #4BB543;
  border-radius: 3px;
  padding: 14px 24px;
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
}

.dashboard span.success {
  display: block;
  padding: 20px;
}

.dashboard .error {
  background-color: rgba(255, 0, 0, 0.4);
  border-color: red;
}

.half-section {
  width: 100%;
  display: inline-block;
  max-width: 350px;
  padding: 50px 20px;
}

.login .faux_input input,
.login .faux_input input[type=password],
.login .faux_input input[type=text] {
  border: none;
  width: 90%;
  margin: 0;
}

.faux_input {
  width: 100%;
  margin: 8px 0;
  background-color: #FFF;
  border: 1px solid #ccc;
  display: flex;
}

.faux_input span {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
}

.toggle_password_show {
  cursor: pointer;
}

.login-btn {
  padding: 8px 15px;
  background: #29af85;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #29af85;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.dash-login.customer.half-section.login {
  border-right: 1px solid #d3d3d3;
}

.dash-login p {
  font-size: 14px;
}

.login-btn:hover {
  background: #fff;
  color: #29af85;
  text-decoration: none !important;
}

.half-section small {
  display: block;
  padding: 10px;
  font-size: 10px;
}

.dashboard-half-sections {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.manage {
  text-align: center;
}

.manage a {
  padding: 5px 10px;
  border: 1px solid #f3f3f3;
  background: #29af85;
  color: #fff;
}

div.help-text {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 10px;
  margin-top: 0;
}

div.help-text a {
  background-color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
}

#dash-documents #dropzone-form {
  margin-bottom: 20px;
}

.help-text.support-services p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}

div.dash-review-item > div.help-text {
  margin-top: 0;
}

.help-text i {
  margin-right: 10px;
  vertical-align: middle;
}

.help-text p {
  margin: 0;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.9em;
}

.wt-tooltip {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.center-tt {
  display: block;
  text-align: center;
}

.section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-review-item {
  overflow: hidden;
  padding: 20px;
  background: #fff;
}

.dash-review-item .file-item input {
  background-color: #f9f9f9;
  border: none;
  border-radius: 3px;
  width: 100%;
}

.dash-review-item .file-item input:focus {
  border: 1px solid #ddd;
}

.dash-review-item .file-item .approval_container {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.dash-review-item .file-item .approval_container span.awaiting {
  font-size: 13px;
  color: coral;
}

.dash-review-item .file-item .approval_container span.approved {
  font-size: 13px;
  color: #29af85;
}

.dash-review-item .file-item .approval_container a {
  background-color: #29af85;
  padding: 2px 4px;
  border-radius: 3px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

.dash-review-item .file-item .approval_container .awaiting a {
  background-color: coral;
}

.dash-review-item h3 {
  margin-top: 1em;
  color: #4a4a4a;
  display: inline-block;
}

.dash-review-item > div:not(.tooltip) {
  margin: 10px 0;
  /* border-bottom: none; */
  position: relative;
  font-size: 16px;
}

form#download-conversations {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #29af85;
}

#download-conversations h3 {
  margin-top: 0;
}

#download-conversations label {
  display: block;
  padding: 5px 0;
}

.highlighted-info {
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-top: 5px;
  border-radius: 3px;
}

.highlighted-info b {
  display: block;
  margin: 5px 0;
}

.highlighted-info i {
  min-width: 30px;
}

.tooltip-inner {
  max-width: 90vh;
  padding: 10px 20px;
  font-size: 14px;
}

.dash-response-item-details {
  position: relative;
  display: block;
  text-align: right;
}

.dash-response-item-details span {
  display: block;
  margin-top: 10px;
}

.dash-response-form-item textarea {
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  text-align: left;
  border: 1px solid #d3d3d3;
}

.dash-response-form-item textarea:-moz-read-only {
  border: none;
  -webkit-appearance: none;
}

.dash-response-form-item textarea:read-only {
  border: none;
  -webkit-appearance: none;
}

.dash-response-form-item input[type=file] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}

.dash-response-form-item label.fileupload {
  text-align: center;
  left: 7.35em;
  top: 0.5em;
  background: #666;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

.documents_title p {
  margin: 0;
  align-self: center;
}

.dash-review-archive .archive-records {
  margin-bottom: 20px;
}

.files_wrapper .category-heading {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 14px;
  color: #4a4a4a;
  margin: 10px auto;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 50px;
}

.files_wrapper .category-heading input {
  margin: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  opacity: 0;
}

label.faux_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  color: #FFF;
  border: 1px solid #D8D8D8;
  margin: 0;
  cursor: pointer;
}

input:checked + label.faux_checkbox {
  color: #777;
}

.files_wrapper .no-files-msg {
  font-size: 14px;
  padding-left: 20px;
}

.files_wrapper .archive-records a {
  display: inline-block;
  border-left: 4px solid #29af85;
  color: #4a4a4a;
  padding: 5px 5px 5px 25px;
  margin: 8px 0;
  position: relative;
  width: 100%;
}

.files_wrapper li.file-item {
  position: relative;
}

.files_wrapper .sortable_files,
.files_wrapper .documents_bin {
  list-style-type: none;
  padding: 0;
  /* background-color: #fdfdfd; */
  /* border: 1px solid #f9f9f9; */
  border-radius: 3px;
  padding: 10px;
}

.documents_bin {
  width: 100%;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  color: #aaa;
  font-weight: bold;
}

.photos {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-gap: 5px;
  justify-content: space-between;
  padding: 0;
}

.ui-sortable-helper {
  transform: scale(1.05) rotate(5deg);
}

.redactor-box {
  clear: both;
}

@media (min-width: 780px) {
  .photos {
    grid-template-columns: repeat(auto-fill, 49%);
    grid-gap: 10px;
  }
  .files_wrapper li.file-item.photo-item > span {
    flex: 1 0;
  }
}
@media (max-width: 450px) {
  .files_wrapper li.file-item.photo-item > span {
    flex: 1 0 !important;
  }
}
.files_wrapper h3 {
  font-size: 1.8rem;
}

.files_wrapper li.file-item.photo-item {
  display: flex;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  background-color: #FFF;
}
@media (max-width: 450px) {
  .files_wrapper li.file-item.photo-item {
    flex-direction: column;
  }
}

.files_wrapper li.file-item.photo-item a,
.files_wrapper li.file-item.photo-item span {
  flex: 1 0;
  margin: 0;
}

.files_wrapper li.file-item.photo-item a {
  cursor: pointer;
}

.files_wrapper li.file-item.photo-item > span {
  background-color: #FFF;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 2 0;
}

.files_wrapper .archive-records .delete_file {
  display: inline-block;
  /* visibility: hidden; */
  opacity: 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 6px;
  right: 0;
}

.files_wrapper .archive-records a.archive-image {
  border: none;
  padding: 0;
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
}

/* .dash-review-archive .archive-records a.archive-image span.document-photo-container { margin-bottom: 10px; } */
.files_wrapper .archive-records a:hover + .delete_file {
  opacity: 1;
}

.files_wrapper .archive-records div.delete_file:hover {
  opacity: 1;
}

/* .dash-review-archive .archive-records a:hover { background-color: #f4f4f4; text-decoration: none; } */
/* .dash-review-archive .archive-records a:after  {
    content: "";
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #29af85;
    top: 0;
    background-image: url(/assets/images/download.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
} */
.files_wrapper .upload_success {
  background-color: #dff0d8;
  border: 1px solid #4BB543;
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 30px;
  margin-bottom: 10px;
}

.dash-review-item select, select.preview-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 15px;
  background-image: url("/assets/images/caret-down.svg");
  background-position: right;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  border: 1px solid #d3d3d3;
  background-color: white;
  border-radius: 0;
}

.dash-review-item select#file_category {
  margin-bottom: 20px;
}

.dash-review-archive .drag_upload {
  width: 100%;
  background-color: #29af85;
  border-radius: 2px;
  text-align: center;
  padding: 15px;
}

.dash-review-archive .drag_upload div {
  border: 2px dashed #fff;
  padding: 20px;
  color: white;
}

.dash-review-archive .drag_upload p {
  margin: 0;
}

.dash-review-archive .drag_upload img {
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.dash-review-archive .drag_upload label {
  font-weight: bold;
  cursor: pointer;
}

.dash-review-item input {
  background: #fff;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  margin: 0 auto;
}

.dash-review-item input[type=submit] {
  border: 1px solid #29af85;
  border-radius: 4px;
  color: #29af85;
}

.dash-review-archive input[type=file] {
  display: none;
}

a.absolute-link {
  position: absolute;
  background: #29af85;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 5px 10px 5px 30px;
  color: #fff;
  background-image: url("/images/reputations/arrow-right.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

.dash-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 1em;
  background: #29af85;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
  border-radius: 4px;
}

.dash-buttons a:hover {
  text-decoration: none;
}

.dash-buttons {
  text-align: center;
}

/* a.absolute-link {
  position: relative;
right: 0;
top: 0;
font-size: 14px;
left: 0;
display: block;
} */
.item-question {
  margin: 0;
  display: inline-block;
  flex: 1 0;
}

.question-answer {
  position: relative;
}

.question-answer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-answer span.icon {
  margin-right: 20px;
  min-width: 10px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 15px;
  padding: 20px;
}

.question-answer-inner .icon {
  font-size: 1.75em;
}

.question-answer.rl-success::before {
  background-color: #28a745;
}

.question-answer.rl-danger::before {
  background-color: #dc3545;
}

.question-answer.rl-muted::before {
  background-color: #D8D8D8;
}

.question-answer span.icon.text-success {
  color: #28a745;
}

.question-answer span.icon.text-danger {
  color: #dc3545;
}

.question-answer span.icon.text-muted {
  font-weight: bold;
  font-size: 20px;
}

p.content-sub,
span.content-sub {
  font-weight: 700;
  font-size: 1.4em;
  color: #b3b3b3;
  text-align: center;
}

span.content-sub {
  text-align: left;
  font-size: 14px;
}

div.timeline-key .icon {
  margin-right: 20px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.dash-response-form.form-discuss {
  opacity: 0;
  position: absolute;
  transition-duration: 0.3s;
}

.dash-response-form.form-discuss.form-show {
  opacity: 1;
  position: relative;
}

.dash-response-form-item input[type=submit] {
  border: none;
  padding: 1em;
  margin: 10px auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: #29af85;
  color: #fff;
  border-radius: 4px;
}

.dash-response-form-item input#send_message {
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.dash-response-form-item label[for=send_message] {
  display: block;
  max-width: 200px;
  margin: 10px auto;
  padding: 10px;
}

.message_container {
  border: 1px solid #D8D8D8;
}

.new_message_separator {
  background-image: url(/assets/images/bg-line.png);
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
}

.new_message_separator span {
  background: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
}

.send_message_wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #F5F5F5;
  border-top: 1px solid #D8D8D8;
}

.send_message_wrapper textarea {
  resize: none;
  border: none;
  background: transparent;
  padding: 10px 15px;
  flex: 1 0;
  font-size: 14px;
}

.send_message_wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FFF;
  padding: 10px 20px;
  border: none;
  color: #29af85;
  border-left: 1px solid #D8D8D8;
}

.dash-response-item:nth-child(odd) {
  background: #f3f3f3;
}

.dash-response-form.send-message textarea {
  background-color: #f1f1f1;
  border: none;
}

.dash-response-item p {
  margin-top: 0;
}

.dash-response-wrapper {
  height: 80vh;
  overflow: scroll;
  padding: 10px;
}

.dash-responses.message {
  margin: 6px 0;
}

.dash-responses.history {
  padding: 0;
  margin: 7px 0;
}

.dash-responses.history p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}

.dash-responses.history div.dash-response-item {
  padding: 0px;
  background-color: transparent;
}

.dash-responses.message div.dash-response-item {
  padding: 10px 20px;
}

.dash-responses.history div.dash-response-item p a,
.dash-responses.history div.dash-response-item p a:hover {
  color: #414141;
  font-weight: 700;
  text-decoration: none;
}

.dash-responses.history div.dash-response-item span.icon {
  margin-right: 10px;
  vertical-align: middle;
}

.dash-responses.message div.dash-response-item span.icon i {
  margin-right: 10px;
  vertical-align: top;
}

.dash-responses.message div.dash-response-item span.icon span {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
  line-height: 1.2;
  text-align: left;
}

.dash-responses.message span.icon {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: none;
  vertical-align: bottom;
  text-align: center;
  padding: 8px;
  margin-right: 10px;
  font-size: 19px !important;
}
@media (min-width: 720px) {
  .dash-responses.message span.icon {
    display: inline-block;
  }
}

.dash-responses.message.highlight span.icon {
  display: none;
  margin-right: 0;
  margin-left: 10px;
  background-color: #dff0d8;
}
@media (min-width: 720px) {
  .dash-responses.message.highlight span.icon {
    display: inline-block;
  }
}

.dash-responses.message div.dash-response-item {
  max-width: calc(100% - 60px);
  background-color: #f3f3f3;
  display: inline-block;
}

.dash-responses.message div.dash-response-item p {
  margin: 0;
}

.dash-responses.message.highlight {
  text-align: right;
}

.dash-responses.message.highlight div.dash-response-item {
  background-color: #dff0d8;
  text-align: right;
}

.dash-responses.status-change._1 {
  color: #ffc107;
  border-color: #ffc107;
}

.dash-responses.status-change._2,
.dash-responses.status-change._5 {
  color: #29af85;
  border-color: #29af85;
}

.dash-responses.status-change._3,
.dash-responses.status-change._10,
.dash-responses.status-change._11,
.dash-responses.status-change._13 {
  color: #000;
  border-color: #000;
}

.dash-responses.status-change._6 {
  color: #29af85;
  border-color: #29af85;
}

.dash-responses.status-change._10 {
  color: #007bff;
  border-color: #007bff;
}

.dash-responses.status-change._12 {
  color: #dc3545;
  border-color: #dc3545;
}

.border-bottom {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
}

.manage a:hover {
  text-decoration: none;
}

.dash-top {
  padding: 30px 10px;
  border-radius: 0;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

.dash-review {
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06); */
}

.dash-item {
  display: inline-block;
  width: 190px;
  padding: 10px;
  vertical-align: top;
  margin: 20px;
  text-align: center;
  position: relative;
  /* transition-duration: .3s;
    -webkit-transition-duration: .3s; */
}

.dash-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.dash-icon {
  text-align: center;
  display: block;
}

.dash-icon img {
  width: 70px;
  margin: 0;
  padding: 0;
}

.dash-item h4 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 5px;
}

.dash-item span {
  font-size: 12px;
}

a.dash-link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dash-absolute-item {
  width: 25%;
  display: inline-block;
}

.dash-absolute-item-content {
  display: inline-block;
  text-align: center;
  padding: 30px 0px;
  vertical-align: middle;
  max-width: 245px;
  text-align: justify;
}

.dash-absolute-item-image {
  display: inline-block;
  width: 80px;
  margin: 0 20px;
  vertical-align: middle;
}

.dash-absolute-item img {
  width: 100%;
}

.dash-absolute-item-image p {
  font-size: 12px;
}

.dash-absolute-item-content small {
  display: block;
  font-size: 12px;
}

.dash-absolute-item-content span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

/* Style the tab buttons */
.tablink {
  background-color: #929292;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  background-image: url("/images/reputations/arrow-right.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 20px;
  text-align: left;
}

.tablink:last-child {
  background-image: none;
}

/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}

.tabcontent p {
  max-width: 768px;
  margin: 0 auto;
}

.tabcontent p:first-child {
  padding: 20px 0;
  border-top: 2px solid;
}

.tablink-buttons {
  min-height: 104px;
  height: auto;
  overflow: auto;
}

/* Style each tab content individually */
#firststep {
  background-color: #29af85;
}

#secondstep {
  background-color: #29af85;
}

#thirdstep {
  background-color: #29af85;
}

#fourthstep {
  background-color: #29af85;
}

#fifthstep {
  background-color: #29af85;
}

#sixthstep {
  background-color: #29af85;
}

#seventhstep {
  background-color: #29af85;
}

#eigthstep {
  background-color: #29af85;
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  margin-top: 20px;
  background: #f5f5f5;
  padding: 0 10px 10px 10px;
}

.divTableRow.tableHeader .divTableCell {
  background: #f5f5f5;
  padding: 15px 10px;
  color: #333;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell, .divTableHead {
  display: table-cell;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  color: #575757;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #18b749;
}

input:focus + .slider {
  box-shadow: 0 0 1px #18b749;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.your-details input, .your-details select {
  display: block;
  margin: 20px 0;
  padding: 20px 15px;
  border: none;
  background: #f3f3f3;
  width: 100%;
  font-size: 16px;
}

.your-details input.btn {
  background: #29af85;
}

.your-details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.yourdetail-column {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  padding: 10px;
  vertical-align: top;
}

.your-details h4 {
  font-size: 32px;
  margin-top: 30px;
  text-align: center;
}

.your-details {
  text-align: center;
}

.your-details textarea#summary {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 20px;
  font-size: 16px;
  background: #f3f3f3;
  min-height: 174px;
  border: 1px solid rgba(211, 211, 211, 0.8274509804);
}

.your-details label {
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
  display: block;
}

main.auth {
  background-color: #f2f2f2;
}

.login form {
  background: #FFF;
  border: 1px solid #eee;
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 4px;
}

#customer-login h3 {
  text-align: center;
}

#customer-login p {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}

header .login form {
  margin-top: 0;
}

.login form input, .login form button {
  font-size: 16px;
}

header .login form .alert {
  display: none !important;
}

.alert {
  margin: 10px 0;
}

.alert p {
  margin: 0;
}

.login form .alert ul {
  padding: 0;
  list-style-type: none;
}

label[for=confirm_new_password] {
  margin-top: 162px;
}

@media (max-width: 962px) {
  label[for=confirm_new_password] {
    margin-top: 0;
  }
}
/* Full-width inputs */
.login input[type=text], .login input[type=password], .login input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
.login button {
  background-color: #29af85;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}

/* Add a hover effect for buttons */
.login button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

.container.dashboard {
  margin-top: 10px;
}

/* The "Forgot password" text */
span.psw {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.login label {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 700;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

select.preview-select {
  padding: 5px 10px;
  margin-left: 5px;
  background-size: 10px;
  background-position: calc(100% - 10px);
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.your-details.no-publish {
  max-width: 768px;
  margin: 0 auto;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dash-active-item {
  display: inline-block;
  width: 300px;
  padding: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  vertical-align: top;
  margin: 20px;
  text-align: left;
}

.dash-active-item > div {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.preview-all {
  position: absolute;
  background: #fff;
  top: 35px;
  z-index: 10;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
}

.dash-active-item > div:last-child {
  border: none;
}

.dash-active, .dash-active p {
  font-size: 14px;
}

#status-dropdown {
  width: auto;
  padding-right: 40px;
}

.select2-dropdown {
  font-size: 14px;
}

.preview-status div.border-bottom {
  margin-bottom: 15px;
}

.preview-status div.border-bottom h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
}

div.notification-message {
  background-color: #ececec;
  color: #dc3545;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 40px;
}

div.notification-message img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

/***********************************
            DATA TABLE
************************************/
#data-table {
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  padding: 20px 0;
  overflow: scroll;
  max-width: 100%;
  display: table;
}

#data-table_wrapper select {
  border: 1px solid #ddd;
}

#data-table_wrapper form select {
  padding-right: 25px;
}

@media (max-width: 900px) {
  #data-table::-webkit-scrollbar {
    display: none;
  }
}
#data-table_wrapper {
  font-size: 14px;
  color: #141823;
}

#data-table td,
#data-table td form {
  font-size: 14px;
  font-weight: normal;
}

#data-table thead th,
#data-table td {
  border: none;
  /* border-bottom: 1px solid #dee2e6; */
  padding: 10px;
}

#data-table td, #data-table th {
  box-sizing: border-box;
}

#data-table thead th {
  border-bottom: 1px solid #dee2e6;
}

#data-table thead th {
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  background-position-x: calc(100% - 15px);
}

#data-table thead th:first-child {
  border-left: 1px solid #dee2e6;
}

#data-table .sorting_1 {
  background-color: transparent;
  display: none;
}

@media (min-width: 868px) {
  #data-table .sorting_1 {
    display: table-cell;
  }
}
#data-table tr td:nth-of-type(3),
#data-table tr td:last-of-type {
  font-weight: bold;
}

#data-table .dot, .dot,
.gds_widget_reviews .slick-dots li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  background-size: 14px auto;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

#data-table thead th:nt-child(1), #data-table thead th:nt-child(2),
#data-table thead td:nt-child(1), #data-table thead td:nt-child(2) {
  width: 20px;
  max-width: 20px;
}

#data-table th .dot {
  display: block;
}

#data-table th:last-child,
#data-table td:last-child {
  display: none;
}

#data-table tr.link {
  cursor: pointer;
}

/*******************************************\
 *           SELECT 2 OVERRIDES
\*******************************************/
.select2-container {
  min-width: 350px;
  max-width: calc(100% - 240px);
}

@media (max-width: 450px) {
  .select2-container {
    min-width: auto;
    max-width: 100%;
    width: 100% !important;
  }
}
.select2-container .dot {
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0px;
}

span.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f9f9;
  border-color: #cecece;
  padding: 0 8px;
}

span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
}

main li {
  margin-top: 0;
  margin-bottom: 0;
}

/* DOT COLOURS / THEMES */
/* Unverified Email */
#data-table .dot._1, .dot._1, .travelator_container li._1 span {
  background-image: url(/assets/images/icon-unverified.svg);
}

/* Verified Email */
#data-table .dot._2, .dot._2, .travelator_container li._2 span {
  background-image: url(/assets/images/icon-verified.svg);
}

/* Invalid Email */
#data-table .dot._3, .dot._3, .travelator_container li._3 span {
  background-image: url(/assets/images/icon-invalid.svg);
}

/* Awaiting Auto Publish */
#data-table .dot._5, .dot._5, .travelator_container li._5 span {
  background-image: url(/assets/images/icon-auto-publish.svg);
}

/* Evidence Required */
#data-table .dot._10, .dot._10, .travelator_container li._10 span {
  background-image: url(/assets/images/icon-evidence-required.svg);
}

/* Published */
#data-table .dot._6, .dot._6, .travelator_container li._6 span {
  background-image: url(/assets/images/icon-published.svg);
}

/* Time Extended */
#data-table .dot._customer, .dot._14, .travelator_container li._14 span {
  background-image: url(/assets/images/icon-time-extended.svg);
}

/* User */
#data-table .dot._customer, .dot._customer, .travelator_container li._customer span {
  background-image: url(/assets/images/icon-user.svg);
}

/* Stopped Statuses */
#data-table .dot._customer, .dot._customer, .travelator_container li._11 span,
#data-table .dot._customer, .dot._customer, .travelator_container li._12 span,
#data-table .dot._customer, .dot._customer, .travelator_container li._13 span,
#data-table .dot._15, .dot_15, .travelator_container li._15 span {
  background-image: url(/assets/images/icon-stopped.svg);
}

.dot.hollow {
  background-color: transparent;
  border: 2px solid #bbb;
}

#data-table .dot.notification {
  background-color: #dc3545;
}

#data-table .bell {
  background-image: url("/assets/images/bell.svg");
}

#data-table .calendar {
  background-image: url("/assets/images/calendar.svg");
}

#data-table .thumbs-up {
  background-image: url("/assets/images/thumbs-up.svg");
}

#data-table .icon {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

#data-table .icon:not(.bell, .calendar) {
  opacity: 1;
}

/************************/
.dataTables_info {
  font-size: 12px;
}

#data-table a:hover, .dataTables_paginate a:hover {
  text-decoration: none;
}

.dataTables_wrapper .dataTables_filter input {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_filter {
    display: block;
    float: left !important;
    margin-top: 10px;
  }
}
/* Fix for missing sort arrows */
#data-table thead .sorting {
  background: url("/assets/images/datatables/sort_both.png") no-repeat center right;
}

#data-table thead .sorting_asc {
  background: url("/assets/images/datatables/sort_asc.png") no-repeat center right;
}

#data-table thead .sorting_desc {
  background: url("/assets/images/datatables/sort_desc.png") no-repeat center right;
  display: none;
}

@media (min-width: 868px) {
  #data-table thead .sorting_desc {
    display: table-cell;
  }
}
#data-table > thead > tr > th:nth-child(2), #data-table > thead > tr > th:nth-child(1) {
  max-width: 15px;
}
@media (min-width: 868px) {
  #data-table > thead > tr > th:nth-child(2), #data-table > thead > tr > th:nth-child(1) {
    max-width: 25px;
  }
}

#data-table > thead > tr > th:nth-child(5), #data-table > tbody > tr > td:nth-child(5) {
  display: none;
}
@media (min-width: 868px) {
  #data-table > thead > tr > th:nth-child(5), #data-table > tbody > tr > td:nth-child(5) {
    display: table-cell;
  }
}

#data-table thead .sorting_asc_disabled {
  background: url("/assets/images/datatables/sort_asc_disabled.png") no-repeat center right;
}

#data-table thead .sorting_desc_disabled {
  background: url("/assets/images/datatables/sort_desc_disabled.png") no-repeat center right;
}

#data-table .review-deleted td {
  opacity: 0.2;
}

#data-table .review-deleted td:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  opacity: 1;
}

#data-table tr {
  position: relative;
}

/* Data tables pagination */
.dataTables_paginate {
  white-space: nowrap;
  margin: 0;
}

.dataTables_paginate {
  margin: 2px 0;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}

.dataTables_paginate .paginate_button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.85rem 1.25rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4A4A4A;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.dataTables_paginate .paginate_button.current {
  color: #fff;
  background-color: #29af85;
  border-color: #29af85;
}

#work-description p,
#review-text p {
  margin: 0 0 10px 0;
}

.dash-response-form-item i {
  min-width: 30px;
}

.clearfix {
  clear: both;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .dash-active {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dash-items {
    text-align: center;
  }
  .tablink {
    width: 50%;
    background-image: none;
  }
}
@media (max-width: 600px) {
  .divTableRow.tableHeader {
    width: 100%;
  }
  .divTableRow.tableHeader .divTableCell {
    display: inline-block;
    padding: 15px 5px;
  }
  .divTableRow {
    display: inline-block;
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .divTableCell, .divTableHead {
    display: block;
  }
}
@media (max-width: 600px) {
  .divTableRow {
    display: block;
    width: 100%;
  }
  .dash-active-item {
    width: 100%;
    margin: 10px 0;
  }
}
.dataStudioIframeContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(56.333% + 20px);
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #eeeeee;
  background-image: url("/assets/images/sites/1.svg");
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.dataStudioIframeContainer.has_play_button {
  background-color: #FFF;
}

.dataStudioIframeContainer .spinner-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dataStudioIframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  /* Temporary until Google Fix */
  /* height: calc(100% + 23px); */
}

.portrait .dataStudioIframeContainer {
  padding-bottom: calc(146% + 20px);
}

.vtabs-container {
  /* max-width: 1000px; */
  padding: 15px 30px;
  background-color: #EEE;
  border-radius: 8px;
}

.vtab_wrapper {
  padding: 10px 10px 0 10px;
  background-color: #FFF;
  border-radius: 8px;
}

/* Style the tab */
.vtab {
  border: none;
  /* background-color: rgba(250, 250, 250, 0.36); */
  width: 20%;
  height: auto;
  display: none;
  position: relative;
}

.vtab.active {
  display: block;
}

.vtabs-container .section-tabs {
  display: flex;
  margin: 0 10px;
  overflow: scroll;
}

.vtabs-container h3 {
  margin: 0;
}

.vtabs-container .section-tabs::-webkit-scrollbar {
  display: none;
}

.section-tab-arrows {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.section-tab-arrows .next,
.section-tab-arrows .prev {
  background-image: url("/images/reputations/arrow-right.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.section-tab-arrows .prev {
  transform: rotate(180deg);
}

.vtabs-container .section-tabs .section-tab {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  opacity: 0.7;
}

.vtab .section-heading {
  margin-top: 30px;
}

.vtab .inner-div {
  background-color: rgba(250, 250, 250, 0.36);
}

#previous-report, #next-report,
.prev_review, .next_review {
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/images/reputations/arrow-left-thin.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

#next-report, .next_review {
  transform: rotate(180deg);
}

/* Style the buttons inside the tab */
.tab-dropdown {
  display: none;
}

.vtab button, .vtab button.active:after, .vtab button:hover {
  display: none;
}

.dot_wrapper,
.gds_widget_reviews .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  list-style: none;
}

.gds_widget_reviews .slick-dots {
  padding: 10px 0;
  margin: 0;
}

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

.dot_wrapper .dot,
.gds_widget_reviews .slick-dots li {
  box-sizing: border-box;
  border: 2px solid #29af85;
}

.dot_wrapper .dot.active,
.gds_widget_reviews .slick-dots li.slick-active {
  background-color: #29af85;
}

.gds_widget_reviews .slick-dots li button {
  display: none;
}

.gds_widget_reviews .inner_reviews .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.gds_widget_reviews .inner_reviews .header > * {
  width: 33%;
}

.gds_widget_reviews .inner_reviews .review_date {
  font-size: 16px;
  color: #AAA;
}

.gds_widget_reviews .inner_reviews .rating_wrapper {
  display: flex;
  max-width: 200px;
  align-items: center;
}

.gds_widget_reviews .inner_reviews .rating_wrapper .stars {
  flex: 1;
}

.gds_widget_reviews .inner_reviews .rating_wrapper .review_rating {
  font-size: 16px;
  font-weight: bold;
  color: #29af85;
}

.gds_widget_reviews .inner_reviews .content {
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.gds_widget_reviews .inner_reviews .content p {
  font-size: 18px;
  margin: 0;
}

.gds_widget_reviews .inner_reviews .flex_placeholder {
  display: none;
}

.readmore-link {
  background-color: #eee;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 14px;
}

.review.slick-slide {
  text-align: center;
}

.multi_iframes_wrapper {
  max-width: 1000px;
  background-color: #EEE;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
}

.multi_iframe_header {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  margin: 20px;
  padding: 10px;
  border-radius: 8px;
  height: 100px;
}

.multi_iframe_header > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multi_iframe_header > div.left {
  justify-content: flex-start;
}

.multi_iframe_header > div.right {
  justify-content: flex-end;
}

.multi_iframe_header > div > img {
  max-height: 100%;
}

.multi_iframe_header h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.business_page .multi_iframe_header h2 {
  text-transform: none;
  color: #29af85;
}

.multi_iframe_header .reputationsNetStars img {
  height: 80px;
}

.multi_iframe_header .rating_wrapper .given_rating {
  color: #29af85;
  font-weight: bold;
  font-size: 16px;
}

.inner_iframe_toggles {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px;
}

.inner_iframe_toggles .inner_iframe_toggle {
  margin: 0;
  cursor: pointer;
}

.inner_iframe_toggles .inner_iframe_toggle.active {
  border-bottom: 2px solid #29af85;
}

.gds_widget_reviews .slick-dots li {
  margin: 2px;
}

@media (min-width: 780px) {
  .dot_wrapper,
  .gds_widget_reviews .slick-dots {
    justify-content: center;
  }
  .dot_wrapper .dot,
  .gds_widget_reviews .slick-dots li {
    margin: 5px;
  }
  .gds_widget_reviews .inner_reviews .flex_placeholder {
    display: block;
  }
  .gds_widget_reviews .inner_reviews .content {
    padding: 20px;
  }
}
/* Style the tab content */
.vtabcontent {
  float: left;
  border: none;
  width: 70%;
  border-left: none;
  height: auto;
}

/* @media (max-width: 1024px){ */
.vtabcontent-holder {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth; /* <--- */
  -webkit-overflow-scrolling: touch;
}

.vtabcontent {
  width: 100%;
  flex-shrink: 0;
  scroll-behavior: smooth;
  display: block !important;
  scroll-snap-align: center;
  position: relative;
}

.vtabcontent span {
  height: 10px;
  padding: 10px 20px;
  width: 100%;
  position: absolute;
  top: -120px;
  left: 0;
}

.vtabcontent-holder::-webkit-scrollbar {
  display: none;
}

.vtab button.active, .extra-options button {
  display: block;
}

.extra-options {
  display: none;
}

.vtab {
  width: 100%;
}

.vtabcontent {
  width: 100%;
}

.gds_text {
  margin: 0;
  padding: 1em;
  background-color: #eee;
  border-radius: 8px;
  font-size: 16px;
  /* Temporary until Google Fix
    padding-top: calc(1em + 23px); */
}

.gds_text p {
  margin: 0;
}

.gds_text h4 {
  font-size: 2rem;
}

.iframe-footer {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  max-height: 40px;
}

.iframe-footer div {
  flex: 1 1 auto;
  display: flex;
}

.iframe-footer div:last-child {
  justify-content: flex-end;
}

.iframe-footer div img {
  max-height: 100%;
}

.has_play_button {
  background-size: contain;
  background-position: center;
}

.c-cropped {
  clip-path: circle(30%);
}

.play_button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/images/reputations/play-button.svg");
}

@media (max-width: 460px) {
  .iframe-footer {
    max-height: 25px;
  }
}
/** Reviews Carousel */
.gds_widget_reviews {
  background-color: #FFF;
  border-radius: 8px;
}

.gds_widget_reviews .slick-track {
  display: flex;
}

.gds_widget_reviews .slick-list {
  overflow: hidden;
}

.inner_accreds .accred {
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
}

.accred p {
  font-size: 1.7rem;
}

.inner_accreds .single_accred {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.single_accred:not(:first-child) {
  border-top: 5px solid #eee;
}

.inner_accreds .accred .accred_left,
.inner_accreds .accred .accred_right {
  width: 50%;
  position: relative;
}

.inner_accreds .accred .accred_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner_accreds .accred .accred_right p {
  margin: 0;
  font-size: 1.9rem;
}

.inner_accreds .accred .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.inner_accreds .accred .logos div img {
  max-width: 100%;
}

.inner_accreds .accred .content {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.inner_accreds .accred .video {
  height: 0;
  padding-bottom: calc(28% + 20px);
  position: relative;
}

.inner_accreds .accred .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#toggle_search {
  position: relative;
}

.document-photo-container {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.document-photo-item {
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.document-photo-item.document {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  background-color: #F5F5F5;
}

.site_selector {
  font-size: 1.4rem;
  z-index: 100;
}

.site_selector > a {
  display: inline-block;
  font-size: 1.4rem;
  padding: 8px 10px;
  margin-right: 3px;
  background-color: white;
  color: #4A4A4A !important;
  text-decoration: none !important;
  width: 100px;
}

.site_selector > a > em {
  display: block;
  float: right;
  font-size: 0.5em;
  font-style: normal;
  margin-top: 0.8em;
  margin-left: 1em;
  color: rgba(41, 175, 133, 0.5);
}

.site_selector ul {
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  padding: 0.25em 0;
  margin: 0;
  position: absolute;
}

.site_selector li {
  display: block;
  padding: 0;
  margin: 0;
}

.site_selector li a {
  display: block;
  padding: 0.25em 0.75em;
  color: #4A4A4A;
}

@media (max-width: 540px) {
  .site_selector,
  .site_selector > a {
    width: 100%;
  }
  .search_tab {
    width: 50%;
  }
  .search_tabs_wrapper {
    flex-wrap: wrap;
  }
}
/* @media(min-width: 540px) and (max-width: 900px) {
    .vtabs-container { width: 70%; }
} */
/*** CSS SPINNER ***/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.dashboard_rating_bar {
  background-color: #29af85;
  color: white;
  min-height: 70px;
  padding: 10px;
  margin: 1px 0 !important;
}

.dashboard_rating_score {
  background-image: url(/assets/images/magnifying-glass-for-number.svg);
  color: #29af85;
  width: 50px;
  height: 50px;
  padding-right: 8px;
  padding-top: 4px;
  letter-spacing: -0.08em;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  display: block;
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

.dashboard_rating_text {
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 60px;
}

@media (min-width: 768px) {
  .section-tab-arrows {
    display: flex;
  }
  #next-report, #previous-report, .prev_review, .next_review {
    display: inline-block;
  }
}
div.heading {
  margin-top: 4em;
  margin-bottom: 1em;
}

div.heading h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

div.heading h2 b {
  color: #29af85;
}

div.separator {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  margin: 10px 0;
}

div.review-rating {
  text-align: right;
  margin: 15px 0;
}

div.review-status {
  font-size: 14px;
  text-align: left;
  padding: 0;
}

div.review-status p {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  div.review-status {
    text-align: right;
  }
}
.rounded-tag {
  display: inline-block;
  border: 1px solid #D8D8D8;
  background-color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.rounded-tag i {
  margin-right: 10px;
}

.back-button {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid #D8D8D8;
  border-radius: 50px;
  color: #474747;
  display: inline-block;
  margin-bottom: 15px;
  transition: 0.3s all;
}

.back-button:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #474747;
}

div.flash-message {
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}

div.flash-message p {
  margin: 0;
  font-size: 14px;
}

div.flash-message.success-message {
  border: 1px solid #29af85;
  background-color: rgba(41, 175, 133, 0.1);
  color: #1a6b52;
}

div.flash-message.error-message {
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: rgba(175, 41, 41, 0.1);
}

.review-response form {
  padding: 15px;
}

.review-response textarea {
  width: 100%;
  max-width: 800px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 15px;
}

input.input_button,
button.input_button,
a.input_button,
.dash-review-item input.input_button {
  padding: 12px 30px;
  background-color: #29af85;
  color: #FFF;
  border: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px #229470;
  border-radius: 3px;
  display: inline-block;
}

input.input_button:hover,
button.input_button:hover,
a.input_button:hover,
.dash-review-item input.input_button:hover {
  background-color: #23a07a;
}

input.input_button:active,
button.input_button:active,
a.input_button:active,
.dash-review-item input.input_button:active {
  box-shadow: 0 2px #229470;
  transform: translateY(3px);
}

.response_wrapper {
  display: flex;
  flex-direction: column;
}

.response_wrapper p {
  flex-grow: 1;
}

.response_wrapper .input_button {
  align-self: flex-start;
}

@media (min-width: 768px) {
  .response_wrapper {
    flex-direction: row;
  }
}
div.ratings-graph .graph-row {
  margin: 3px 0;
}

div.ratings-graph .graph-row p {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding-right: 10px;
}

div.ratings-graph .graph-row span {
  height: 15px;
  display: inline-block;
  border-radius: 15px;
}

div.ratings-graph .graph-row span.bar-outer {
  width: 70%;
  background-color: #f3f3f3;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 0, 3, 0.25) 0%, rgba(255, 0, 3, 0.25) 33%, rgba(255, 161, 0, 0.25) 33%, rgba(255, 161, 0, 0.25) 66%, rgba(0, 180, 59, 0.25) 66%, rgba(0, 180, 59, 0.25) 100%);
}

div.ratings-graph .graph-row span.bar-inner {
  background-color: #29af85;
  position: absolute;
  border-radius: 15px;
}

div.ratings-graph .graph-row span.bar-inner.like,
div.ratings-graph span.bar-inner.like span.bar-rating {
  background-color: #00b43b;
}

div.ratings-graph .graph-row span.bar-inner.dislike,
div.ratings-graph span.bar-inner.dislike span.bar-rating {
  background-color: #ff0003;
}

div.ratings-graph .graph-row span.bar-inner.average,
div.ratings-graph span.bar-inner.average span.bar-rating {
  background-color: #ffa100;
}

div.ratings-graph .graph-row span.bar-inner.best-rating {
  background-color: #ffd436;
}

div.ratings-graph .graph-row span.bar-inner.best-rating::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffb500;
  content: "\f005";
  font-size: 24px;
  line-height: 1;
  top: -8px;
  right: -12px;
}

div.ratings-graph .best-rating span.bar-rating {
  display: none;
}

div.ratings-graph span.bar-rating {
  height: 24px;
  width: 24px;
  float: right;
  background-size: cover;
  margin-top: -4px;
  border: 1px solid #FFF;
}

div.ratings-graph span.bar-inner.dislike span.bar-rating {
  background-image: url("/images/slider-thumbs-down.svg");
}

div.ratings-graph span.bar-inner.average span.bar-rating {
  background-image: url("/images/slider-average.svg");
}

div.ratings-graph span.bar-inner.like span.bar-rating {
  background-image: url("/images/slider-thumbs.svg");
}

.review_title {
  color: #29af85;
  margin-bottom: 0;
  padding-bottom: 0;
}

.review_title_postcode {
  color: #29af85;
  margin-top: 0;
  font-weight: bold;
}

.review_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.review_header_wrapper a {
  background-color: #29af85;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

.review_header_wrapper h3 {
  margin: 0;
}

.accordionToggle {
  cursor: pointer;
  padding: 15px 0px;
}

.accordionContent {
  display: none;
  margin-top: 20px;
}

.accordionContent.open {
  display: block;
}

.accordion h2::after {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url(/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  transition: 0.3s all;
}

.accordion h2.open::after {
  transform: rotate(180deg);
}

.login_toggle, .login_toggle:hover {
  text-decoration: none;
  color: white;
  display: block;
  font-size: 1.6rem;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.login_toggle:first-child {
  border-top: none;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-content h3 {
  text-align: left;
  margin: 0;
}

.modal-content h3 i {
  padding-right: 10px;
}

#upload-files .dropzone {
  border: none;
  width: 100%;
  padding: 20px 0;
}

#upload-files .dz-preview {
  display: flex;
  min-height: 0;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  margin: 10px 0;
  padding: 10px;
}

#upload-files .dz-image {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

#upload-files .dz-image i {
  font-size: 40px;
}

#upload-files .dz-image img {
  max-width: 100%;
  max-height: 100%;
}

#upload-files .dz-details,
#upload-files .dz-progress {
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
  text-align: left;
}

#upload-files .dz-info {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  justify-content: space-around;
}

#upload-files .dz-progress {
  background-color: #f3f3f3;
  box-shadow: inset 0px 2px 0px 0px rgba(189, 189, 189, 0.4);
  border-radius: 2px;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
  height: 12px;
}

#upload-files .dz-upload {
  background: #29af85;
}

#upload-files .dz-preview:not(.dz-processing) .dz-progress {
  animation: none;
}

#upload-files .dz-size {
  margin: 0;
}

#upload-files .dz-preview:hover .dz-image img {
  filter: none;
  transform: none;
}

#upload-files .dropzone.dz-started .dz-message {
  display: block;
  transition: 0.3s all;
}

#upload-files .dz-message p {
  font-weight: bold;
}

#upload-files .dz-message span {
  color: #29af85;
}

#upload-files .dropzone.dz-started .dz-message img {
  display: none;
}

#upload-files .dz-size {
  font-size: 14px;
}

#upload-files .image-caption {
  width: 90%;
  display: inline-block;
  padding: 1px 3px;
  border-radius: 2px;
  background-color: #f2f2f2;
  border: none;
}

/** Footer **/
.footer_constraint {
  width: calc(100% - 20px);
  max-width: 1170px;
  margin: 0 auto;
}

.footer_contact {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_contact_item {
  margin-bottom: 15px;
  text-align: center;
}

.footer_contact_item p,
.footer_contact_item a {
  font-size: 13px;
  color: #FFF;
}

.footer_contact_item .mini-separator {
  opacity: 0.5;
  margin: 0 4px;
}

@media (min-width: 451px) {
  .footer_contact {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_contact_item {
    text-align: left;
    margin: 0;
  }
  .footer_contact_item:last-child {
    text-align: right;
  }
}
/**
 * Datepicker
 */
.ui-datepicker.ui-datepicker-inline {
  margin: 0 auto;
  padding-bottom: 20px;
  height: auto;
  width: 260px;
  font: 9pt Arial, sans-serif;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("/assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  visibility: hidden;
}

.ui-datepicker-prev {
  float: left;
  transform: rotate(90deg);
  background-position: center;
}

.ui-datepicker-next {
  float: right;
  transform: rotate(270deg);
  background-position: center 10px;
}

.ui-datepicker-unselectable {
  opacity: 0.5;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker th {
  font-size: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-header {
  font-weight: bold;
  line-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 14px;
  background-color: #29af85;
  color: #FFF;
}

.ui-datepicker-calendar thead {
  background-color: #F5F5F5;
}

.ui-datepicker tbody td {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

.ui-datepicker .ui-state-default {
  color: inherit;
  padding: 5px 10px;
  display: inline-block;
}

.ui-datepicker-calendar .ui-state-hover {
  background-color: #F5F5F5;
}

.ui-datepicker-calendar .ui-state-active {
  background-color: #29af85;
  color: #FFF;
}

@media (max-width: 768px) {
  .business-header .heading .row {
    display: block;
  }
  div.heading {
    margin-top: 1em;
  }
  .row.heading-header {
    flex-direction: column;
  }
  .row.heading-header .heading-buttons {
    margin-top: 1em;
  }
  .business-header .mobile_only p {
    font-size: 14px;
    margin: 5px 0;
    white-space: nowrap;
  }
  .your-options li:not(.hidden_options):first-child {
    display: none;
  }
  .your-options li.status_option {
    border-top: 1px solid #D1D1D1;
  }
  .your-options li.show-status-options,
  .your-options li.show-status-options:hover {
    background-color: #29af85;
    color: #FFF;
    border: none;
  }
  .mobile_only {
    display: initial;
  }
  .desktop_only {
    display: none;
  }
}
@media (min-width: 440px) and (max-width: 768px) {
  .business-header .heading .row {
    display: flex;
    align-items: center;
  }
  .business-header .mobile_only p {
    white-space: nowrap;
  }
}
/** Notes **/
#saving_widget {
  padding: 5px !important;
  background-color: #eee;
  border-radius: 3px;
  color: #aaa;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 15px !important;
}

#saving_widget.saving {
  background-color: #28a745;
  color: #FFF;
}

#saving_widget.saved {
  background-color: #3e8e41;
  color: #FFF;
}

/**
 * Billing & Subscriptions
 */
.subscription_wrapper,
.pricing_block {
  border: 2px solid #eee;
  border-radius: 5px;
}

.subscription_wrapper h1,
.pricing_block h1,
.subscription_wrapper h2,
.pricing_block h2,
.subscription_wrapper h3,
.pricing_block h3,
.subscription_wrapper h4,
.pricing_block h4,
.subscription_wrapper p,
.pricing_block p {
  margin: 0;
}

.subscription_wrapper h3,
.pricing_block h3 {
  color: #343434;
  font-size: 18px;
  margin-bottom: 2px;
}

.subscription_wrapper h4,
.pricing_block h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #656565;
}

.subscription_plan {
  align-items: center;
  border-bottom: 2px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.subscription_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscription_cost {
  font-size: 14px;
  color: #343434;
}

.pricing_header > div {
  width: 100%;
}

.subscription_discount {
  background-color: #18b748;
  border-radius: 3px;
  box-shadow: 0px 0px 4px #18b748;
  color: white;
  font-size: 11px;
  margin-left: 20px;
  padding: 5px 10px;
  vertical-align: super;
}

.vat_subtext {
  font-size: 12px;
  color: #818181;
  font-weight: 600;
}

.cost_value {
  font-size: 24px;
}

.subscription_status,
.pricing_tick {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.subscription_status.active {
  background-color: #18b749;
}

.subscription_status.grace {
  background-color: #ffc107;
}

.subscription_status.cancelled {
  background-color: #dc3545;
}

.subscription_cycle {
  padding: 15px;
}

.subscription_billing {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.subscription_billing * {
  font-weight: bold;
  color: #656565;
}

.billing_provider {
  display: inline-block;
  width: 23px;
  height: 17px;
  margin-right: 10px;
  background-color: #eee;
}

.billing_provider.visa {
  background-image: url("/assets/images/icons/cards/visa.svg");
}

.billing_provider.mastersard {
  background-image: url("/assets/images/icons/cards/mastercard.svg");
}

.billing_provider.americanexpress {
  background-image: url("/assets/images/icons/cards/amex.svg");
}

.subscription_action {
  padding: 15px;
}

.subscription_btn {
  background-color: #DDD;
  border: none;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
}

.subscription_btn.green {
  background-color: #29af85;
  color: #FFF;
}

.billing_plans {
  display: flex;
  flex-direction: column;
}

.pricing_block {
  padding: 15px;
  cursor: pointer;
}

.pricing_desc {
  font-size: 12px;
  color: #818181;
  padding-top: 15px;
  border-top: 2px solid #EEE;
}

.pricing_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pricing_header > div {
  padding-bottom: 15px;
}

.pricing_tick {
  display: none;
  background-color: #29af85;
  box-shadow: 0px 1px 6px 0px rgba(41, 175, 133, 0.3);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/icons/tick.svg");
}

input[name=coupon_id] {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
}

input[name=coupon_id]:checked + label .pricing_block {
  border-color: #29af85;
  box-shadow: 0px 1px 6px 0px rgba(41, 175, 133, 0.3);
}

input[name=coupon_id]:checked + label .pricing_tick {
  display: block;
}

#card-element {
  padding: 10px;
  border: 2px solid #eee;
  border-radius: 3px;
}

#card-errors {
  font-size: 12px;
  color: red;
  padding: 10px 0;
  text-align: center;
}

.padding_break {
  padding-bottom: 20px;
}

.padding_break.small {
  padding-bottom: 10px;
}

code {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: scroll;
  padding: 5px 10px;
}

code .copy-tooltip {
  position: absolute;
  font-size: 12px;
  right: 5px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  bottom: 5px;
}

.smalltext {
  font-size: 12px;
  color: #929292;
  text-align: center;
}

@media (min-width: 968px) {
  .subscription_wrapper .sub_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .billing_plans {
    flex-direction: row;
    justify-content: space-between;
  }
  .pricing_label {
    padding: 10px;
    width: 100%;
    display: flex;
  }
  .pricing_label:first-of-type {
    padding-left: 0;
  }
  .pricing_label:last-of-type {
    padding-right: 0;
  }
  .pricing_block {
    width: 100%;
  }
  .padding_break {
    padding-bottom: 40px;
  }
  .padding_break.small {
    padding-bottom: 20px;
  }
}
.membership {
  display: flex;
  align-items: center;
}

.membership .verified_membership {
  height: 32px;
  width: 32px;
  margin-left: 2em;
  background-image: url("/images/verified-protection.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.cat_link {
  margin: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}

.poweredByReferenceLine {
  width: 40%;
  max-width: 200px;
}

#poweredByReferenceline,
#poweredByReferencelineTC {
  padding: 10px 0;
  position: relative;
  display: none;
}

.poweredByReferencelineClose {
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  right: 1em;
  top: 1em;
  color: black;
  text-decoration: none;
}

#poweredByReferenceline h3 {
  margin-top: 0;
  font-weight: bold;
  width: calc(100% - 30px);
}

#poweredByReferenceline a, #poweredByReferenceline a:visited {
  color: black;
}

.pbr-header h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

.pbr-footer,
.pbr-header {
  border-radius: 2px;
  padding: 5px 10px;
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
}

.pbr-header {
  text-align: center;
  padding: 10px;
  padding-top: 25px;
}

.pbr-footer p {
  font-size: 14px;
}

.pbr-footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pbr-footer-content img {
  height: 100px;
  margin-left: 1em;
}

.pbr-footer-top {
  display: flex;
  justify-content: space-between;
}

.pbr-footer-top a {
  color: #000;
  text-decoration: none;
}

.smalltext {
  font-size: 12px;
  color: #929292 !important;
  text-align: center;
}

@media (min-width: 780px) {
  .pbr-footer-content {
    flex-direction: row;
  }
  .vtabcontent-holder .vtabcontent .dataStudioIframeContainer {
    width: 70%;
    padding-bottom: calc(37% + 20px);
  }
  .vtabcontent-holder.portrait .vtabcontent .dataStudioIframeContainer {
    width: 70%;
    padding-bottom: calc(103% + 20px);
  }
  .gds_text {
    width: 70%;
    padding-top: 1em;
    margin: 0 auto;
    position: relative;
    margin-top: 5px;
  }
}
/* Dark Theme */
.all_in_one.light .gds_widget_reviews .slick-dots li.slick-active,
.all_in_one.light .dot_wrapper .dot.active {
  background-color: #FFF;
}

.all_in_one.light .gds_widget_reviews .slick-dots li,
.all_in_one.light .dot_wrapper .dot {
  border-color: #FFF;
}

.all_in_one.light .prev_review,
.all_in_one.light .next_review,
.all_in_one.light #next-report,
.all_in_one.light #previous-report {
  background-image: url("/images/reputations/arrow-left-thin-white.svg");
}

.all_in_one.light .membership .verified_membership {
  background-image: url("/images/verified-protection-white.svg");
}

/* Light Theme */
.all_in_one.dark .gds_widget_reviews .slick-dots li.slick-active,
.all_in_one.dark .dot_wrapper .dot.active {
  background-color: #000;
}

.all_in_one.dark .gds_widget_reviews .slick-dots li,
.all_in_one.dark .dot_wrapper .dot {
  border-color: #000;
}

.all_in_one.dark .prev_review,
.all_in_one.dark .next_review,
.all_in_one.dark #next-report,
.all_in_one.dark #previous-report {
  background-image: url("/images/reputations/arrow-left-thin-black.svg");
}

.all_in_one.dark .membership .verified_membership {
  background-image: url("/images/verified-protection-black.svg");
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-block;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

body.loading *:not(.loader) {
  opacity: 0.75;
  pointer-events: none;
}

body.loading > main {
  opacity: 1 !important;
}

main > .loader {
  position: absolute;
  border-width: 0.3em;
  font-size: 1em;
  left: 50%;
  top: 50%;
  border-left-color: #1c2149;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
Widget Interfact
**/
.widget-brokerage .widget-type-anchor,
.widget-brokerage .widget-type-anchor:hover,
.widget-brokerage .widget-type-anchor:active,
.widget-brokerage .widget-type-anchor:visited {
  text-decoration: none;
  color: #000;
}

.widget-brokerage .item-grid {
  margin-top: 2em;
  gap: 20px;
}

.widget-brokerage .widget-type {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin: 1em 0;
}

.widget-brokerage .widget-type:hover,
.widget-brokerage .widget-type:hover .widget-type-content {
  transition: 0.2s all ease-in-out;
  border-color: #29af85;
}

.widget-brokerage .widget-type:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.widget-brokerage .widget-type .widget-type-content {
  border-top: 1px solid #eee;
  padding: 1em 1.5em;
}

.widget-brokerage .widget-type .widget-type-content p {
  margin: 0;
  font-weight: 500;
}

.widget-brokerage .widget-type .widget-type-sash {
  background-color: #29af85;
  border-radius: 3px;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
}

.widget-brokerage .widget-type .widget-type-graphic {
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #afcfc5;
  position: relative;
  padding-bottom: 55%;
}

.widget-customiser .widget-customiser-body {
  display: flex;
  flex-wrap: wrap;
}

.widget-customiser .row:first-child {
  border: 1px solid #eee;
}

.widget-customiser .row > div:first-child {
  border-right: 1px solid #eee;
}

.widget-customiser .row {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.widget-customiser .customiser-preview,
.widget-customiser .customiser-options {
  padding: 2em;
}

.widget-customiser .customiser-options label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.widget-customiser .customiser-options input[type=text],
.widget-customiser .customiser-options input[type=number],
.widget-customiser .customiser-options select {
  width: 100%;
  height: 38px;
  font-size: 16px;
  padding: 0.5em 0.75em;
  font-weight: 500;
  border: 1px solid #ccc;
}

.widget-customiser .customiser-options,
.widget-customiser .customiser-preview {
  height: calc(100vh - 160px);
  overflow: scroll;
}

.widget-customiser .widget-customiser-preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-customiser input[type=color] {
  padding: 0;
  width: 150%;
  height: 150%;
  margin: -25%;
}

.widget-customiser .cp-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 38px;
  height: 38px;
  /* optional formatting below here */
  border-radius: 2px;
  border: 1px solid #ccc;
}

.widget-customiser .customiser-colour-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget-customiser .customiser-colour-picker input[type=text] {
  width: calc(100% - 44px);
}

.main-button {
  background-color: #29af85;
  color: #FFF;
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 24px;
  border: 0;
}

button.main-button {
  height: 38px;
}

.main-button:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #229471;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

header .auth-element .auth-user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .auth-element .auth-options {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #FFF;
  right: 1em;
  width: 100%;
  max-width: 200px;
  top: 75px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}

header .auth-element .auth-options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

header .auth-element .auth-options a {
  display: block;
  padding: 1em 0;
  border-top: 1px solid #eee;
  color: #4A4A4A;
}

header .auth-element .auth-options a.disabled {
  pointer-events: none;
  color: #eee;
}

header .auth-element .auth-options a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}

header .auth-element .auth-options li:first-of-type a {
  border-top: none;
}

.customiser-preview .main-button {
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (min-width: 440px) {
  .widget-brokerage .item-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .widget-customiser .mobile-hidden {
    display: none;
  }
  .widget-customiser-preview-heading,
  .widget-customiser-options-heading {
    cursor: pointer;
  }
  .widget-customiser-preview-heading:not(.mobile-active),
  .widget-customiser-options-heading:not(.mobile-active) {
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 768px) {
  .widget-customiser .mobile-only {
    display: none;
  }
  .widget-brokerage .item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .customiser-modal {
    margin-top: 100px;
  }
  header .auth-element p {
    display: block;
  }
  header .auth-element i {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .widget-brokerage .item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
main.homepage {
  overflow: hidden;
}

.homepage .hero .content {
  position: relative;
  padding-top: 20vh;
}

.homepage .hero {
  text-align: center;
  min-height: calc(100vh - 70px);
  position: relative;
}

.homepage .hero h1 {
  font-size: 6em;
  color: #000;
  padding: 0;
  margin: 0;
}

.homepage .hero .refline-red {
  color: #bb0d33;
  padding-bottom: 0;
}

.homepage .hero .intro {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage .hero .tagline {
  color: #29af85;
  font-size: 3em;
  font-family: "Fall in love", sans-serif;
  line-height: 1em;
}

.homepage .cta {
  margin-top: 5em;
}

.homepage .main-button.disabled {
  background-color: #ddd;
}

.ui-datepicker {
  background: white;
}

/*# sourceMappingURL=site.css.map*/