@import url(https://fonts.googleapis.com/css?family=Abel);
body {
  padding: 0;
  margin: 0;
  color: #eee;
  line-height: 1.5;
  background-color: #ebebeb;
  font-family: 'Abel', sans-serif;
  font-size: 16px; }
  body h1, body h2, body h3, body h4 {
    color: #001871;
    font-style: normal;
    font-weight: normal;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body h1 {
    font-size: 60px;
    line-height: normal; }
  body h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px; }
  body h3 {
    font-size: 20px; }

.spinner {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #001871;
  opacity: 0.9;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #eee; }
  .spinner span {
    padding-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px; }
  .spinner i {
    font-size: 120px;
    top: 50%;
    left: 50%; }
  .spinner.spin {
    display: flex; }

.wrapper {
  margin: 0 auto; }

.full-height {
  min-height: 100vh; }

a {
  color: #001871;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s; }
  a:hover {
    color: #e3b500; }

.display-flex {
  display: flex; }

.display-none {
  display: none; }

section {
  width: 100%; }

form {
  margin-bottom: 0px; }

.form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .form-wrapper .form-column {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px; }
    .form-wrapper .form-column .form-group-wrapper .form-group {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-bottom: 20px; }
      .form-wrapper .form-column .form-group-wrapper .form-group .button {
        background-color: #e3b500;
        line-height: 49px;
        padding: 0pc 20px;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.3s; }
        .form-wrapper .form-column .form-group-wrapper .form-group .button:hover {
          background-color: #ab7d2b; }
    .form-wrapper .form-column .add-child {
      color: #e3b500;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      line-height: 40px;
      font-size: 18px; }
      .form-wrapper .form-column .add-child:hover {
        cursor: pointer; }
      .form-wrapper .form-column .add-child.hidden {
        display: none; }
      .form-wrapper .form-column .add-child i {
        line-height: 40px;
        padding: 00px 20px; }
    .form-wrapper .form-column .child {
      display: block; }
      .form-wrapper .form-column .child.inactive {
        display: none; }
      .form-wrapper .form-column .child .divider {
        background-color: #e3b500;
        width: 50px;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 15px;
        display: none; }
      .form-wrapper .form-column .child .form-group-wrapper .form-group.date-of-birth {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .form-wrapper .form-column .child .form-group-wrapper .form-group.date-of-birth select {
          width: 100%; }
          .form-wrapper .form-column .child .form-group-wrapper .form-group.date-of-birth select.left {
            margin-right: 10px; }
          .form-wrapper .form-column .child .form-group-wrapper .form-group.date-of-birth select.middle {
            margin: 0px 10px; }
          .form-wrapper .form-column .child .form-group-wrapper .form-group.date-of-birth select.right {
            margin-left: 10px; }
    .form-wrapper .form-column .child ~ .child .divider {
      display: block; }

.select-wrapper {
  position: relative;
  background-color: #fcfcfc !important;
  border-radius: 1px; }
  .select-wrapper::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0d7";
    padding-right: 10px;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    color: #e3b500; }
  .select-wrapper select {
    padding-right: 40px;
    width: 100%;
    background-color: transparent; }
  .select-wrapper:hover {
    cursor: pointer; }
  .select-wrapper .select-icon-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    font-size: 30px; }
    .select-wrapper .select-icon-wrapper i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

input, select, textarea {
  border: none;
  border-radius: 1px;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  outline-color: #001871;
  background-color: #fcfcfc;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #001871;
  outline: none; }

input.capitalise {
  text-transform: capitalize; }

textarea {
  min-height: 114px;
  max-height: 400px;
  resize: vertical; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; }
  select:hover {
    cursor: pointer; }

button.button {
  font-family: 'Abel', sans-serif;
  border: none; }

.field-validation-error {
  color: #e3b500;
  padding-top: 5px;
  padding-bottom: 0px; }

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none; }
  .check-container:hover > input ~ .checkmark {
    background-color: #eaeaea; }
  .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .check-container input:checked ~ .checkmark {
      background-color: #001871; }
      .check-container input:checked ~ .checkmark::after {
        display: block; }
  .check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #969696; }
    .check-container .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff; }

.flaggable label {
  cursor: pointer;
  font-size: 18px;
  display: flex;
  flex-direction: row; }
  .flaggable label input {
    display: none; }
    .flaggable label input[type="checkbox"] ~ .icon::before {
      content: '';
      font-family: FontAwesome;
      line-height: 47px; }
    .flaggable label input[type="checkbox"]:checked ~ .icon::before {
      content: '\f00c';
      color: #e3b500; }
  .flaggable label .icon {
    height: 47px;
    width: 47px;
    min-width: 51px;
    max-width: 51px;
    display: inline-block;
    vertical-align: top;
    border-radius: 1px;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    background-color: #fcfcfc;
    border: solid 1px #001871; }
  .flaggable label .flaggable-text {
    line-height: 1.2em;
    padding: 0px 10px; }
    .flaggable label .flaggable-text a {
      color: #e3b500;
      text-transform: none;
      font-size: 18px; }
      .flaggable label .flaggable-text a:hover {
        color: #ab7d2b; }

@media screen and (max-width: 1200px) {
  .form-wrapper {
    flex-direction: column; }
    .form-wrapper .form-column {
      width: 100%;
      padding: 0px; } }

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px; }
    body h2 {
      font-size: 28px; }
    body h3 {
      font-size: 18px; }
    body h4 {
      font-size: 16px; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }
  input, select, textarea {
    line-height: 35px; }
  .form-wrapper .form-column {
    width: 100%; }
    .form-wrapper .form-column .form-group-wrapper .form-group {
      padding-bottom: 15px; }
  .flaggable label .flaggable-text {
    line-height: 1.2em;
    padding: 0px 10px;
    font-size: 14px; }
    .flaggable label .flaggable-text a {
      font-size: 14px; } }

#staticPage {
  position: relative; }
  #staticPage.show-borders {
    margin-left: 30px;
    margin-right: 30px; }
    #staticPage.show-borders section {
      padding-top: 30px; }
      #staticPage.show-borders section.navigation-wrapper {
        padding-top: 0px; }
      #staticPage.show-borders section.navigation {
        padding-top: 0px; }

@media screen and (max-width: 1023px) {
  #staticPage.show-borders {
    margin-left: 20px;
    margin-right: 20px; }
    #staticPage.show-borders section {
      padding-top: 20px; } }

@media screen and (max-width: 500px) {
  #staticPage.show-borders {
    margin-left: 10px;
    margin-right: 10px; }
    #staticPage.show-borders section {
      padding-top: 10px; }
      #staticPage.show-borders section.navigation-wrapper {
        padding-top: 00px; } }

.customer-invoice {
  color: #515151;
  padding-top: 30px; }
  .customer-invoice .customer-statement, .customer-invoice .customer-payments {
    border-radius: 5px;
    width: 100%;
    max-width: 1000px;
    min-height: 200px;
    background-color: #fcfcfc;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px 40px;
    box-sizing: border-box;
    margin-bottom: 30px; }
    .customer-invoice .customer-statement .footer, .customer-invoice .customer-payments .footer {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-top: 20px; }
      .customer-invoice .customer-statement .footer .button, .customer-invoice .customer-payments .footer .button {
        margin-left: 20px;
        background-color: #e3b500;
        color: #fcfcfc;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-size: 16px; }
  .customer-invoice h2 .success, .customer-invoice h3 .success {
    color: green; }
  .customer-invoice h2 .fail, .customer-invoice h3 .fail {
    color: red; }
  .customer-invoice h2 .warning, .customer-invoice h3 .warning {
    color: orange; }
  .customer-invoice .line {
    width: 100px;
    height: 3px;
    background-color: #e3b500;
    margin-bottom: 20px; }
  .customer-invoice .header {
    display: flex;
    flex-direction: row;
    padding-bottom: 50px; }
    .customer-invoice .header .logo img {
      max-width: 179px; }
    .customer-invoice .header .company-details {
      flex-grow: 1;
      line-height: 1.5em; }
      .customer-invoice .header .company-details .details-section {
        padding-bottom: 10px;
        text-align: right; }
  .customer-invoice .customer-details {
    line-height: 1.5em;
    padding-bottom: 30px; }
    .customer-invoice .customer-details .details-section {
      text-align: left;
      padding-bottom: 10px; }
  .customer-invoice .title {
    font-size: 24px;
    letter-spacing: 1px; }
  .customer-invoice .sub-title {
    font-size: 18px; }
  .customer-invoice .items, .customer-invoice .payments {
    padding-top: 40px;
    padding-bottom: 20px; }
  .customer-invoice .item, .customer-invoice .payment {
    display: flex;
    flex-direction: row;
    border-bottom: dashed 1px #fcfcfc;
    padding: 7px 10px; }
    .customer-invoice .item.headder, .customer-invoice .payment.headder {
      background-color: #fcfcfc;
      font-weight: bold; }
    .customer-invoice .item.payment-item .name, .customer-invoice .payment.payment-item .name {
      font-weight: normal; }
    .customer-invoice .item .name, .customer-invoice .payment .name {
      flex-grow: 1;
      font-weight: bold; }
    .customer-invoice .item .price, .customer-invoice .payment .price {
      width: 60px;
      padding: 0px 0px 0px 40px;
      text-align: center; }
      .customer-invoice .item .price.total, .customer-invoice .payment .price.total {
        font-weight: bold; }
  .customer-invoice .payment div {
    width: 100%;
    color: #515151; }
  .customer-invoice .payment .icon {
    width: 20px; }
    .customer-invoice .payment .icon i {
      line-height: 22px;
      text-align: center;
      width: 100%; }
    .customer-invoice .payment .icon.success {
      color: green; }
    .customer-invoice .payment .icon.fail {
      color: red; }
  .customer-invoice .payment.overlay {
    transition: 0.3s; }
    .customer-invoice .payment.overlay:hover {
      cursor: pointer;
      background-color: #ffdf64; }
  .customer-invoice .totals {
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    padding-right: 20px; }
  .customer-invoice .vat {
    text-align: right;
    padding-right: 20px; }
  .customer-invoice .address {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #515151; }

@media screen and (max-width: 767px) {
  .customer-invoice {
    padding-top: 10px; }
    .customer-invoice .customer-statement, .customer-invoice .customer-payments {
      padding: 10px 30px;
      margin-bottom: 20px; }
      .customer-invoice .customer-statement .footer .button, .customer-invoice .customer-payments .footer .button {
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-left: 0px; }
      .customer-invoice .customer-statement .title, .customer-invoice .customer-payments .title {
        font-size: 18px; }
      .customer-invoice .customer-statement .sub-title, .customer-invoice .customer-payments .sub-title {
        font-size: 14px; }
      .customer-invoice .customer-statement .header .logo img, .customer-invoice .customer-payments .header .logo img {
        max-width: 140px; } }

@media screen and (max-width: 500px) {
  .customer-invoice .item, .customer-invoice .payment {
    padding: 7px 5px;
    margin-left: -5px;
    margin-right: -5px; }
  .customer-invoice .small-hide {
    display: none; }
  .customer-invoice .customer-statement, .customer-invoice .customer-payments {
    padding: 10px 20px;
    margin-bottom: 10px; }
  .customer-invoice .customer-payments {
    margin-bottom: 0px; } }

.text.white .text-image-wrapper .text-wrapper, .text.white .text-image-wrapper .image-wrapper {
  background-color: #fcfcfc;
  color: #515151; }
  .text.white .text-image-wrapper .text-wrapper .text h1, .text.white .text-image-wrapper .text-wrapper .text h2, .text.white .text-image-wrapper .text-wrapper .text h3, .text.white .text-image-wrapper .text-wrapper .text h4, .text.white .text-image-wrapper .image-wrapper .text h1, .text.white .text-image-wrapper .image-wrapper .text h2, .text.white .text-image-wrapper .image-wrapper .text h3, .text.white .text-image-wrapper .image-wrapper .text h4 {
    color: #515151; }
  .text.white .text-image-wrapper .text-wrapper .text .footer a, .text.white .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text.white .text-image-wrapper .text-wrapper .text .footer a:hover, .text.white .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }

.text.contrast .text-image-wrapper .text-wrapper, .text.contrast .text-image-wrapper .image-wrapper {
  background-color: #e3b500; }
  .text.contrast .text-image-wrapper .text-wrapper .text .line, .text.contrast .text-image-wrapper .image-wrapper .text .line {
    background-color: #001871; }
  .text.contrast .text-image-wrapper .text-wrapper .text .footer a, .text.contrast .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text.contrast .text-image-wrapper .text-wrapper .text .footer a:hover, .text.contrast .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }

.text.transparent .text-image-wrapper .text-wrapper, .text.transparent .text-image-wrapper .image-wrapper {
  background-color: transparent;
  color: #515151; }
  .text.transparent .text-image-wrapper .text-wrapper .text h1, .text.transparent .text-image-wrapper .text-wrapper .text h2, .text.transparent .text-image-wrapper .text-wrapper .text h3, .text.transparent .text-image-wrapper .text-wrapper .text h4, .text.transparent .text-image-wrapper .image-wrapper .text h1, .text.transparent .text-image-wrapper .image-wrapper .text h2, .text.transparent .text-image-wrapper .image-wrapper .text h3, .text.transparent .text-image-wrapper .image-wrapper .text h4 {
    color: #515151; }
  .text.transparent .text-image-wrapper .text-wrapper .text .footer a, .text.transparent .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text.transparent .text-image-wrapper .text-wrapper .text .footer a:hover, .text.transparent .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }

.text {
  box-sizing: border-box; }
  .text .text-image-wrapper {
    display: flex;
    flex-direction: row; }
    .text .text-image-wrapper:hover > .text-wrapper > .text > h2 {
      transform: translateY(-10px); }
    .text .text-image-wrapper:hover > .text-wrapper > .text > .line {
      width: 150px; }
    .text .text-image-wrapper .text-wrapper {
      background-color: #001871;
      border-radius: 2px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      flex-grow: 1; }
      .text .text-image-wrapper .text-wrapper .text.center {
        text-align: center;
        max-width: 1200px; }
        .text .text-image-wrapper .text-wrapper .text.center .line {
          margin-left: auto;
          margin-right: auto; }
      .text .text-image-wrapper .text-wrapper .text.right {
        text-align: right; }
        .text .text-image-wrapper .text-wrapper .text.right .line {
          margin-left: auto; }
      .text .text-image-wrapper .text-wrapper .text {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 70px; }
        .text .text-image-wrapper .text-wrapper .text h2 {
          line-height: 1em;
          color: #eee;
          transition: 0.3s;
          margin-top: 30px; }
        .text .text-image-wrapper .text-wrapper .text .line {
          width: 100px;
          height: 3px;
          background-color: #e3b500;
          transition: 0.3s; }
        .text .text-image-wrapper .text-wrapper .text h3 {
          line-height: 1em;
          color: #eee;
          margin-top: 20px; }
        .text .text-image-wrapper .text-wrapper .text .body {
          margin-top: 20px; }
        .text .text-image-wrapper .text-wrapper .text .footer {
          padding-top: 30px;
          padding-bottom: 30px; }
          .text .text-image-wrapper .text-wrapper .text .footer a {
            background-color: #e3b500;
            margin-right: 15px;
            color: #eee;
            cursor: pointer;
            transition: 0.3s;
            padding: 15px 15px;
            letter-spacing: 1px; }
            .text .text-image-wrapper .text-wrapper .text .footer a:hover {
              background-color: #ab7d2b; }

@media screen and (max-width: 767px) {
  .text .text-image-wrapper {
    width: 100%; }
    .text .text-image-wrapper:hover > .text-wrapper > .text > h2 {
      transform: translateY(-10px); }
    .text .text-image-wrapper .text-wrapper .text.center {
      max-width: 100%; }
    .text .text-image-wrapper .text-wrapper .text.right {
      text-align: right;
      max-width: 100%; }
    .text .text-image-wrapper .text-wrapper .text {
      margin-left: 10px;
      margin-right: 10px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 30px;
      text-align: center; }
      .text .text-image-wrapper .text-wrapper .text .body {
        margin-top: 30px;
        text-align: justify; }
      .text .text-image-wrapper .text-wrapper .text .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px; }
        .text .text-image-wrapper .text-wrapper .text .footer a {
          margin-bottom: 10px; } }

@media screen and (max-width: 500px) {
  .text .text-image-wrapper .text-wrapper .text .body {
    margin-top: 0px; }
  .text .text-image-wrapper .text-wrapper .text .footer {
    padding: 20px 0px; }
    .text .text-image-wrapper .text-wrapper .text .footer a {
      width: 100%;
      margin: 5px 0px;
      padding: 10px; } }

.text-image.white .text-image-wrapper .text-wrapper, .text-image.white .text-image-wrapper .image-wrapper {
  background-color: #fcfcfc;
  color: #515151; }
  .text-image.white .text-image-wrapper .text-wrapper .text h2, .text-image.white .text-image-wrapper .text-wrapper .text h3, .text-image.white .text-image-wrapper .image-wrapper .text h2, .text-image.white .text-image-wrapper .image-wrapper .text h3 {
    color: #515151; }
  .text-image.white .text-image-wrapper .text-wrapper .text .footer a, .text-image.white .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text-image.white .text-image-wrapper .text-wrapper .text .footer a:hover, .text-image.white .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }
  .text-image.white .text-image-wrapper .text-wrapper .image .overlay, .text-image.white .text-image-wrapper .image-wrapper .image .overlay {
    background-color: #001871; }

.text-image.contrast .text-image-wrapper .text-wrapper, .text-image.contrast .text-image-wrapper .image-wrapper {
  background-color: #e3b500; }
  .text-image.contrast .text-image-wrapper .text-wrapper .text .line, .text-image.contrast .text-image-wrapper .image-wrapper .text .line {
    background-color: #001871; }
  .text-image.contrast .text-image-wrapper .text-wrapper .text .footer a, .text-image.contrast .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text-image.contrast .text-image-wrapper .text-wrapper .text .footer a:hover, .text-image.contrast .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }
  .text-image.contrast .text-image-wrapper .text-wrapper .text-imageSlides .image .overlay, .text-image.contrast .text-image-wrapper .image-wrapper .text-imageSlides .image .overlay {
    background-color: #001871; }
  .text-image.contrast .text-image-wrapper .text-wrapper .image-thumbs ul li .overlay, .text-image.contrast .text-image-wrapper .image-wrapper .image-thumbs ul li .overlay {
    background-color: #e3b500; }

.text-image.transparent .text-image-wrapper .text-wrapper, .text-image.transparent .text-image-wrapper .image-wrapper {
  background-color: transparent;
  color: #515151; }
  .text-image.transparent .text-image-wrapper .text-wrapper .text h2, .text-image.transparent .text-image-wrapper .text-wrapper .text h3, .text-image.transparent .text-image-wrapper .image-wrapper .text h2, .text-image.transparent .text-image-wrapper .image-wrapper .text h3 {
    color: #515151; }
  .text-image.transparent .text-image-wrapper .text-wrapper .text .footer a, .text-image.transparent .text-image-wrapper .image-wrapper .text .footer a {
    background-color: #001871; }
    .text-image.transparent .text-image-wrapper .text-wrapper .text .footer a:hover, .text-image.transparent .text-image-wrapper .image-wrapper .text .footer a:hover {
      background-color: #e3b500; }
  .text-image.transparent .text-image-wrapper .text-wrapper .image .overlay, .text-image.transparent .text-image-wrapper .image-wrapper .image .overlay {
    background-color: #001871; }

.text-image {
  box-sizing: border-box; }
  .text-image .text-image-wrapper {
    display: flex;
    flex-direction: row; }
    .text-image .text-image-wrapper:hover > .text-wrapper > .text > .header > h2 {
      transform: translateY(-7px); }
    .text-image .text-image-wrapper:hover > .text-wrapper > .text > .header > .line {
      width: 150px; }
    .text-image .text-image-wrapper .text-wrapper {
      background-color: #001871;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      flex-grow: 1; }
      .text-image .text-image-wrapper .text-wrapper .text {
        padding: 30px 70px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column; }
        .text-image .text-image-wrapper .text-wrapper .text h2 {
          line-height: 1.2em;
          color: #eee;
          transition: 0.3s; }
        .text-image .text-image-wrapper .text-wrapper .text .line {
          width: 100px;
          height: 3px;
          background-color: #e3b500;
          transition: 0.3s; }
        .text-image .text-image-wrapper .text-wrapper .text h3 {
          line-height: 1em;
          color: #eee; }
        .text-image .text-image-wrapper .text-wrapper .text .body {
          text-align: justify; }
        .text-image .text-image-wrapper .text-wrapper .text .footer {
          margin-top: 20px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          .text-image .text-image-wrapper .text-wrapper .text .footer a {
            background-color: #e3b500;
            padding: 15px 15px;
            border-radius: 1px;
            margin-right: 15px;
            color: #eee;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 15px; }
            .text-image .text-image-wrapper .text-wrapper .text .footer a:hover {
              background-color: #ab7d2b; }
    .text-image .text-image-wrapper .image-wrapper {
      position: relative;
      background-color: #001871;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .text-image .text-image-wrapper .image-wrapper .textImageSlides.initial {
        display: flex;
        flex-direction: column; }
      .text-image .text-image-wrapper .image-wrapper .textImageSlides {
        display: none;
        flex-grow: 1; }
        .text-image .text-image-wrapper .image-wrapper .textImageSlides .image {
          flex-grow: 1;
          position: relative;
          min-height: 550px;
          background-size: cover;
          background-position: center; }
          .text-image .text-image-wrapper .image-wrapper .textImageSlides .image:hover {
            cursor: pointer; }
            .text-image .text-image-wrapper .image-wrapper .textImageSlides .image:hover > .overlay {
              opacity: 0.5; }
            .text-image .text-image-wrapper .image-wrapper .textImageSlides .image:hover > .label {
              opacity: 1;
              transform: translate3d(-50%, 0px, 0); }
          .text-image .text-image-wrapper .image-wrapper .textImageSlides .image .label {
            justify-content: center;
            position: absolute;
            color: white;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, 100px, 0);
            opacity: 0;
            transition: 0.3s;
            padding: 15px;
            border: solid 2px #eee;
            border-radius: 2px;
            font-size: 40px;
            font-family: 'Oswald', sans-serif;
            line-height: 1; }
          .text-image .text-image-wrapper .image-wrapper .textImageSlides .image .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #e3b500;
            opacity: 0;
            transition: 0.3s; }
      .text-image .text-image-wrapper .image-wrapper .image-thumbs {
        position: absolute;
        bottom: 0px;
        border-top: 1px solid #e3b500; }
        .text-image .text-image-wrapper .image-wrapper .image-thumbs ul {
          width: 100%;
          display: flex;
          flex-direction: row;
          list-style: none;
          margin: 0px;
          padding: 0px;
          justify-content: center;
          text-align: center;
          flex-wrap: wrap-reverse; }
          .text-image .text-image-wrapper .image-wrapper .image-thumbs ul li {
            margin: 0px;
            border-right: 1px solid #e3b500;
            position: relative;
            box-sizing: border-box; }
            .text-image .text-image-wrapper .image-wrapper .image-thumbs ul li .img {
              width: 100px;
              height: 80px;
              background-size: cover;
              background-position: center;
              cursor: pointer;
              transition: 0.3s; }
            .text-image .text-image-wrapper .image-wrapper .image-thumbs ul li .overlay {
              position: absolute;
              background-color: #001871;
              height: 100%;
              width: 100%;
              top: 0px;
              left: 0px;
              opacity: 0;
              transition: 0.3s;
              box-sizing: border-box; }
            .text-image .text-image-wrapper .image-wrapper .image-thumbs ul li:hover {
              cursor: pointer; }
              .text-image .text-image-wrapper .image-wrapper .image-thumbs ul li:hover > .overlay {
                opacity: 0.5; }
    #staticPage.show-borders .text-image .text-image-wrapper .left {
      margin-right: 15px; }
    #staticPage.show-borders .text-image .text-image-wrapper .right {
      margin-left: 15px; }
    .text-image .text-image-wrapper .right .image-thumbs {
      right: 0px; }
      .text-image .text-image-wrapper .right .image-thumbs ul li {
        border-left: 1px solid #e3b500;
        border-right: none; }

@media screen and (max-width: 1200px) {
  #textImage .text-image-wrapper {
    flex-direction: column; }
    #textImage .text-image-wrapper .left {
      margin-right: 0px; }
    #textImage .text-image-wrapper .right {
      margin-left: 0px;
      margin-top: 30px; }
    #textImage .text-image-wrapper .text-wrapper .text {
      position: static; }
    #textImage .text-image-wrapper .image-wrapper .textImageSlides .image {
      min-height: 600px; } }

@media screen and (max-width: 1023px) {
  .text-image .text-image-wrapper {
    flex-direction: column; }
    .text-image .text-image-wrapper.reverse {
      flex-direction: column-reverse; }
      #staticPage.show-borders .text-image .text-image-wrapper.reverse .left {
        margin-right: 0px;
        margin-top: 20px; }
      #staticPage.show-borders .text-image .text-image-wrapper.reverse .right {
        margin-left: 0px;
        margin-top: 0px; }
    #staticPage.show-borders .text-image .text-image-wrapper .left {
      margin-right: 0px; }
    #staticPage.show-borders .text-image .text-image-wrapper .right {
      margin-left: 0px;
      margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .text-image .text-image-wrapper .text-wrapper .text {
    text-align: center;
    padding: 10px 30px; }
    .text-image .text-image-wrapper .text-wrapper .text h2 {
      font-size: 30px; }
    .text-image .text-image-wrapper .text-wrapper .text h3 {
      font-size: 18px; }
    .text-image .text-image-wrapper .text-wrapper .text .line {
      margin-left: auto;
      margin-right: auto; }
    .text-image .text-image-wrapper .text-wrapper .text .footer {
      display: flex;
      flex-direction: column;
      padding: 0px 0px 10px; }
      .text-image .text-image-wrapper .text-wrapper .text .footer a {
        flex-grow: 1;
        margin: 5px 0px;
        padding: 10px; }
  .text-image .text-image-wrapper .image-wrapper {
    margin-top: 10px; }
    .text-image .text-image-wrapper .image-wrapper .textImageSlides .image {
      min-height: 400px; }
    .text-image .text-image-wrapper .image-wrapper .image-thumbs {
      display: none; } }

@media screen and (max-width: 767px) {
  .text-image .text-image-wrapper.reverse {
    flex-direction: column-reverse; }
    #staticPage.show-borders .text-image .text-image-wrapper.reverse .left {
      margin-top: 10px; }
  #staticPage.show-borders .text-image .text-image-wrapper .right {
    margin-top: 10px; } }

.tile-links.contrast .tile-wrapper .aspect-container .tile a:hover > .overlay {
  background-color: #e3b500; }

.tile-links {
  box-sizing: border-box; }
  .tile-links .tile-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    box-sizing: border-box; }
    .tile-links .tile-wrapper .aspect-container {
      position: relative;
      padding-top: calc(75%/3);
      width: 100%; }
      .tile-links .tile-wrapper .aspect-container .tile {
        overflow-x: hidden;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
        #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile {
          margin-left: 15px;
          margin-right: 15px; }
        .tile-links .tile-wrapper .aspect-container .tile.first {
          margin-left: 0px; }
          #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile.first {
            margin-right: 15px;
            margin-left: 0px; }
        .tile-links .tile-wrapper .aspect-container .tile.last {
          margin-right: 0px; }
          #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile.last {
            margin-left: 15px;
            margin-right: 0px; }
        .tile-links .tile-wrapper .aspect-container .tile a:hover > .overlay {
          background-color: #001871;
          opacity: 0.5; }
        .tile-links .tile-wrapper .aspect-container .tile a:hover > .label {
          opacity: 1;
          transform: translate3d(-50%, -50px, 0); }
        .tile-links .tile-wrapper .aspect-container .tile a:hover > .image {
          transform: scale(1.03);
          transition-timing-function: ease-in-out;
          transition: 0.3s; }
        .tile-links .tile-wrapper .aspect-container .tile a:hover > .content > .line {
          width: 150px; }
        .tile-links .tile-wrapper .aspect-container .tile a:hover > .content > h3 {
          transform: translateY(-20px); }
        .tile-links .tile-wrapper .aspect-container .tile a .image {
          position: relative;
          height: 100%;
          background: no-repeat center;
          background-size: cover;
          transition: 0.3s;
          transition-timing-function: ease-in-out; }
        .tile-links .tile-wrapper .aspect-container .tile a .overlay {
          display: block;
          position: absolute;
          top: 0px;
          opacity: 0;
          transition: 0.5s;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .tile-links .tile-wrapper .aspect-container .tile a .content {
          position: absolute;
          top: 50%;
          left: 50%;
          text-align: center;
          transform: translate3d(-50%, -50%, 0);
          text-transform: none;
          width: 100%; }
          .tile-links .tile-wrapper .aspect-container .tile a .content .line {
            width: 100px;
            height: 5px;
            background-color: #e3b500;
            margin-left: auto;
            margin-right: auto;
            transition: 0.3s; }
          .tile-links .tile-wrapper .aspect-container .tile a .content h3 {
            max-width: 50%;
            margin-left: auto;
            margin-right: auto;
            font-size: 40px;
            color: #eee;
            line-height: 1.2em;
            color: #eee;
            font-weight: bold;
            text-shadow: 1px 1px grey;
            margin-bottom: 30px;
            transition: 0.3s; }

@media screen and (max-width: 1023px) {
  .tile-links .tile-wrapper {
    flex-direction: column; }
    .tile-links .tile-wrapper .aspect-container {
      padding-top: calc(75%); }
      #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 20px; }
        #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile.first, #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile.last {
          margin-left: 0px;
          margin-right: 0px; }
        #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile.first {
          padding-top: 0px; } }

@media screen and (max-width: 767px) {
  .tile-links .tile-wrapper {
    flex-direction: column; }
    .tile-links .tile-wrapper .aspect-container {
      padding-top: calc(75%); }
      #staticPage.show-borders .tile-links .tile-wrapper .aspect-container .tile {
        padding-top: 10px; }
      .tile-links .tile-wrapper .aspect-container .tile a .content h3 {
        font-size: 30px; } }

.banner.contrast .text-image-wrapper a .text-wrapper .overlay {
  background-color: #e3b500; }

.banner {
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .banner .text-image-wrapper {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    background: no-repeat center fixed;
    background-size: cover;
    position: relative; }
    .banner .text-image-wrapper a {
      cursor: pointer;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .banner .text-image-wrapper a:hover > .text-wrapper > .overlay {
        opacity: 0.5; }
      .banner .text-image-wrapper a:hover > .text-wrapper > .text h2 {
        transform: translateY(-20px); }
      .banner .text-image-wrapper a:hover > .text-wrapper > .text .line {
        width: 150px; }
    .banner .text-image-wrapper .text-wrapper {
      overflow-x: hidden;
      overflow: hidden;
      display: flex;
      flex-direction: row; }
      .banner .text-image-wrapper .text-wrapper .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #001871;
        opacity: 0;
        transition: 0.3s; }
      .banner .text-image-wrapper .text-wrapper .button {
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative; }
        .banner .text-image-wrapper .text-wrapper .button .label {
          background-color: #e3b500;
          text-shadow: none;
          padding: 20px;
          color: #fcfcfc; }
      .banner .text-image-wrapper .text-wrapper .text {
        position: relative;
        color: #fcfcfc;
        text-shadow: 1px 1px grey;
        padding: 40px 70px;
        flex-grow: 1;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .banner .text-image-wrapper .text-wrapper .text h2 {
          margin-top: 0px;
          line-height: 1.2em;
          color: #eee;
          transition: 0.3s;
          flex-grow: 1; }
        .banner .text-image-wrapper .text-wrapper .text .line {
          background-color: #e3b500;
          width: 100px;
          height: 3px;
          transition: 0.3s; }
        .banner .text-image-wrapper .text-wrapper .text h3 {
          line-height: 1.2em;
          color: #eee;
          margin-top: 40px;
          margin-bottom: 0px;
          flex-grow: 1; }
        .banner .text-image-wrapper .text-wrapper .text .body {
          width: 100%;
          flex-grow: 1; }
          .banner .text-image-wrapper .text-wrapper .text .body p {
            text-transform: none;
            font-size: 16px; }

@media screen and (max-width: 1023px) {
  .banner .text-image-wrapper .text-wrapper {
    flex-direction: column; }
    .banner .text-image-wrapper .text-wrapper .text {
      padding: 30px;
      text-align: center;
      flex-grow: 1; }
      .banner .text-image-wrapper .text-wrapper .text .line {
        margin-left: auto;
        margin-right: auto; }
    .banner .text-image-wrapper .text-wrapper .button {
      padding: 0px 30px 30px;
      flex-direction: row; }
      .banner .text-image-wrapper .text-wrapper .button .label {
        text-align: center;
        padding: 15px 30px; } }

.text-tiles.contrast .text-tile-wrapper {
  background-color: #e3b500; }
  .text-tiles.contrast .text-tile-wrapper h2, .text-tiles.contrast .text-tile-wrapper h3 {
    color: #eee; }
  .text-tiles.contrast .text-tile-wrapper .text-tile .line {
    background-color: #001871; }
  .text-tiles.contrast .text-tile-wrapper .text-tile .tile-content .footer a {
    background-color: #001871; }
    .text-tiles.contrast .text-tile-wrapper .text-tile .tile-content .footer a:hover {
      background-color: #e3b500; }

.text-tiles.white .text-tile-wrapper {
  background-color: #fcfcfc;
  color: #515151; }
  .text-tiles.white .text-tile-wrapper h2, .text-tiles.white .text-tile-wrapper h3 {
    color: #515151; }
  .text-tiles.white .text-tile-wrapper .text-tile .tile-content .footer a {
    background-color: #001871; }
    .text-tiles.white .text-tile-wrapper .text-tile .tile-content .footer a:hover {
      background-color: #e3b500; }

.text-tiles.transparent .text-tile-wrapper {
  background-color: transparent;
  color: #515151; }
  .text-tiles.transparent .text-tile-wrapper h2, .text-tiles.transparent .text-tile-wrapper h3 {
    color: #515151; }
  .text-tiles.transparent .text-tile-wrapper .text-tile .tile-content .footer a {
    background-color: #001871; }
    .text-tiles.transparent .text-tile-wrapper .text-tile .tile-content .footer a:hover {
      background-color: #e3b500; }

.text-tiles {
  box-sizing: border-box; }
  .text-tiles .text-tile-wrapper {
    padding: 50px 20px;
    background-color: #001871;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box; }
    .text-tiles .text-tile-wrapper h2 {
      line-height: 1.2em;
      margin-top: 20px;
      margin-bottom: 20px; }
    .text-tiles .text-tile-wrapper h2, .text-tiles .text-tile-wrapper h3 {
      color: #eee;
      transition: 0.3s; }
    .text-tiles .text-tile-wrapper .text-tile {
      min-width: 25%;
      padding: 30px;
      display: flex;
      flex-direction: column;
      box-sizing: border-box; }
      .text-tiles .text-tile-wrapper .text-tile .line {
        height: 3px;
        width: 100px;
        background-color: #e3b500;
        transition: 0.3s; }
      .text-tiles .text-tile-wrapper .text-tile .tile-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .text-tiles .text-tile-wrapper .text-tile .tile-content .body {
          text-align: justify;
          padding-bottom: 30px;
          margin-top: auto;
          margin-bottom: auto; }
          .text-tiles .text-tile-wrapper .text-tile .tile-content .body ul {
            padding-left: 20px; }
        .text-tiles .text-tile-wrapper .text-tile .tile-content .footer {
          padding-top: 30px;
          padding-bottom: 30px; }
          .text-tiles .text-tile-wrapper .text-tile .tile-content .footer a {
            background-color: #e3b500;
            margin-right: 15px;
            color: #eee;
            cursor: pointer;
            transition: 0.3s;
            padding: 15px 15px; }
            .text-tiles .text-tile-wrapper .text-tile .tile-content .footer a:hover {
              background-color: #ab7d2b; }
      .text-tiles .text-tile-wrapper .text-tile:hover > h2 {
        transform: translateY(-10px); }
      .text-tiles .text-tile-wrapper .text-tile:hover > .line {
        width: 150px; }

@media screen and (max-width: 1400px) {
  .text-tiles .text-tile-wrapper {
    flex-wrap: wrap; }
    .text-tiles .text-tile-wrapper .text-tile {
      width: 50%; } }

@media screen and (max-width: 767px) {
  .text-tiles .text-tile-wrapper {
    padding: 20px 0px; }
    .text-tiles .text-tile-wrapper .text-tile {
      padding-top: 10px;
      width: 100%; } }

.testimonials.contrast .testimonials-wrapper {
  background-color: #e3b500; }

.testimonials.contrast .line {
  background-color: #001871; }

.testimonials.contrast .testamonial-wrapper .buttons ul li {
  color: #fcfcfc; }
  .testimonials.contrast .testamonial-wrapper .buttons ul li.active {
    color: #001871; }
  .testimonials.contrast .testamonial-wrapper .buttons ul li:hover {
    color: #001871; }

.testimonials.contrast .testamonial-wrapper .quotation .left-quote {
  color: #001871; }

.testimonials.contrast .testamonial-wrapper .quotation .right-quote {
  color: #001871; }

.testimonials.white {
  color: #515151; }
  .testimonials.white h2 {
    color: #515151; }
  .testimonials.white .testimonials-wrapper {
    background-color: #fcfcfc; }
  .testimonials.white .line {
    background-color: #e3b500; }
  .testimonials.white .testamonial-wrapper .buttons ul li {
    color: #001871; }
    .testimonials.white .testamonial-wrapper .buttons ul li.active {
      color: #e3b500; }
    .testimonials.white .testamonial-wrapper .buttons ul li:hover {
      color: #e3b500; }
  .testimonials.white .testamonial-wrapper .quotation .left-quote {
    color: #001871; }
  .testimonials.white .testamonial-wrapper .quotation .right-quote {
    color: #001871; }

.testimonials.transparent {
  color: #515151; }
  .testimonials.transparent h2 {
    color: #515151; }
  .testimonials.transparent .testimonials-wrapper {
    background-color: #ebebeb; }
  .testimonials.transparent .line {
    background-color: #e3b500; }
  .testimonials.transparent .testamonial-wrapper .buttons ul li {
    color: #001871; }
    .testimonials.transparent .testamonial-wrapper .buttons ul li.active {
      color: #e3b500; }
    .testimonials.transparent .testamonial-wrapper .buttons ul li:hover {
      color: #e3b500; }
  .testimonials.transparent .testamonial-wrapper .quotation .left-quote {
    color: #001871; }
  .testimonials.transparent .testamonial-wrapper .quotation .right-quote {
    color: #001871; }

.testimonials {
  box-sizing: border-box;
  color: #fcfcfc; }
  .testimonials .testimonials-wrapper {
    background-color: #001871;
    padding: 60px 30px 50px; }
    .testimonials .testimonials-wrapper:hover > h2 {
      transform: translateY(-10px); }
    .testimonials .testimonials-wrapper:hover > .line {
      width: 150px; }
    .testimonials .testimonials-wrapper:hover > .testamonial-wrapper > .my-testamonials > .quotation > .left-quote {
      transform: translate3d(-20px, -20px, 0); }
    .testimonials .testimonials-wrapper:hover > .testamonial-wrapper > .my-testamonials > .quotation > .right-quote {
      transform: translate3d(20px, -20px, 0); }
  .testimonials h2 {
    text-align: center;
    color: #fcfcfc;
    transition: 0.3s; }
  .testimonials .line {
    width: 100px;
    height: 3px;
    background-color: #e3b500;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s; }
  .testimonials .testamonial-wrapper {
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .testimonials .testamonial-wrapper .quotation {
      padding: 0px 50px;
      display: flex;
      flex-direction: column;
      padding-top: 10px; }
      .testimonials .testamonial-wrapper .quotation i {
        color: #e3b500;
        font-size: 80px;
        transition: 0.3s; }
    .testimonials .testamonial-wrapper .my-testamonials {
      display: none;
      min-height: 150px;
      flex-direction: row;
      justify-content: center; }
      .testimonials .testamonial-wrapper .my-testamonials .text {
        flex-grow: 1;
        margin-top: 30px;
        text-align: center;
        max-width: 900px; }
        .testimonials .testamonial-wrapper .my-testamonials .text .name {
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding-top: 10px; }
        .testimonials .testamonial-wrapper .my-testamonials .text .testimonial p {
          margin-top: 0px; }
    .testimonials .testamonial-wrapper .my-testamonials.initial {
      display: flex; }
    .testimonials .testamonial-wrapper .buttons {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .testimonials .testamonial-wrapper .buttons ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        padding-left: 0pc; }
        .testimonials .testamonial-wrapper .buttons ul li {
          color: #fcfcfc;
          font-size: 20px;
          padding: 0px 5px;
          opacity: 0.8;
          transition: 0.5s; }
          .testimonials .testamonial-wrapper .buttons ul li.active {
            color: #e3b500;
            cursor: pointer;
            opacity: 1; }
          .testimonials .testamonial-wrapper .buttons ul li:hover {
            color: #e3b500;
            cursor: pointer;
            opacity: 1; }

.fade {
  animation: slideshow-fade-in;
  animation-duration: 1s; }

.fade-out {
  animation: slideshow-fade-out;
  animation-duration: 1s; }

@keyframes slideshow-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideshow-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media screen and (max-width: 1200px) {
  .testimonials .testimonials-wrapper {
    padding: 30px 30px 30px; }
    .testimonials .testimonials-wrapper .testamonial-wrapper {
      padding: 0px; }
  .testimonials .my-testamonials .text {
    box-sizing: border-box; }
  .testimonials .my-testamonials .quotation {
    padding: 10px 30px; }
    .testimonials .my-testamonials .quotation i {
      font-size: 70px; } }

@media screen and (max-width: 1023px) {
  .testimonials .testimonials-wrapper .my-testamonials .quotation i {
    font-size: 50px; } }

@media screen and (max-width: 767px) {
  .testimonials .testimonials-wrapper:hover > .testamonial-wrapper > .my-testamonials > .quotation > .left-quote {
    transform: translate3d(0px, 0px, 0); }
  .testimonials .testimonials-wrapper:hover > .testamonial-wrapper > .my-testamonials > .quotation > .right-quote {
    transform: translate3d(0px, 0px, 0); }
  .testimonials .testimonials-wrapper .my-testamonials {
    flex-direction: column; }
    .testimonials .testimonials-wrapper .my-testamonials .text {
      margin-top: 10px; }
    .testimonials .testimonials-wrapper .my-testamonials .quotation {
      flex-direction: row;
      justify-content: center;
      padding-top: 20px; }
      .testimonials .testimonials-wrapper .my-testamonials .quotation.right {
        display: none; }
      .testimonials .testimonials-wrapper .my-testamonials .quotation i {
        font-size: 40px; } }

.video-hero {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }
  .video-hero .Video-wrapper {
    position: relative; }
    .video-hero .Video-wrapper:hover > .text-wrapper > .text > h1 {
      transform: translateY(-30px); }
    .video-hero .Video-wrapper:hover > .text-wrapper > .text > .line {
      width: 150px; }
    .video-hero .Video-wrapper video {
      width: 100%; }
    .video-hero .Video-wrapper .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: #001871;
      opacity: 0; }
    .video-hero .Video-wrapper .text-wrapper {
      position: absolute;
      text-align: center;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      width: 100%;
      color: #eee;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .video-hero .Video-wrapper .text-wrapper .text {
        position: relative;
        width: 100%;
        text-align: center;
        transform: translateY(-60px);
        font-weight: bold;
        color: #eee; }
        .video-hero .Video-wrapper .text-wrapper .text .line {
          width: 100px;
          height: 5px;
          background-color: #e3b500;
          margin-left: auto;
          margin-right: auto;
          transition: 0.3s ease-in-out; }
        .video-hero .Video-wrapper .text-wrapper .text h1 {
          font-size: 65px;
          font-weight: bold;
          text-shadow: 2px 2px grey;
          margin-top: 0px;
          margin-bottom: 20px;
          transition: 0.3s ease-in-out; }
        .video-hero .Video-wrapper .text-wrapper .text h1, .video-hero .Video-wrapper .text-wrapper .text h2, .video-hero .Video-wrapper .text-wrapper .text h3 {
          position: relative;
          color: #eee;
          font-weight: bold; }
        .video-hero .Video-wrapper .text-wrapper .text h2 {
          margin-bottom: 40px;
          text-shadow: 1px 1px grey; }
        .video-hero .Video-wrapper .text-wrapper .text a {
          color: #eee;
          background-color: #e3b500;
          padding: 20px 40px;
          position: relative;
          font-size: 20px;
          display: inline-block;
          letter-spacing: 1px;
          transition: 0.3s; }
          .video-hero .Video-wrapper .text-wrapper .text a:hover {
            cursor: pointer;
            background-color: #ab7d2b; }
          .video-hero .Video-wrapper .text-wrapper .text a .line {
            position: absolute;
            width: 0%;
            height: 4px;
            bottom: 0px;
            left: 0px;
            background-color: #001871;
            transition: 0.3s; }

@media screen and (max-width: 1200px) {
  #hero-video {
    min-height: 600px; }
    #hero-video .Video-wrapper .text-wrapper .text a {
      font-size: 14px;
      padding: 10px 20px; } }

@media screen and (max-width: 1023px) {
  #hero-video {
    min-height: 500px; }
    #hero-video .Video-wrapper .text-wrapper .text a {
      font-size: 16px;
      padding: 15px 25px; } }

@media screen and (max-width: 767px) {
  #hero-video {
    min-height: 400px; }
    #hero-video .Video-wrapper .text-wrapper .text a {
      font-size: 14px;
      padding: 10px 20px; } }

.text-tiles-over-image.contrast .image-wrapper {
  background-color: #001871; }
  .text-tiles-over-image.contrast .image-wrapper .title .line {
    width: 150px;
    height: 5px;
    background-color: #e3b500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transition: 0.3s; }
  .text-tiles-over-image.contrast .image-wrapper .tiles-wrapper .tile {
    background-color: #e3b500;
    color: #eee; }
    .text-tiles-over-image.contrast .image-wrapper .tiles-wrapper .tile h3 {
      color: #eee; }
    .text-tiles-over-image.contrast .image-wrapper .tiles-wrapper .tile .line {
      background-color: #001871; }
    .text-tiles-over-image.contrast .image-wrapper .tiles-wrapper .tile .footer .button {
      color: #001871;
      transition: 0.3s; }
      .text-tiles-over-image.contrast .image-wrapper .tiles-wrapper .tile .footer .button:hover {
        cursor: pointer;
        color: #e3b500; }

.text-tiles-over-image.white .image-wrapper {
  background-color: #001871; }
  .text-tiles-over-image.white .image-wrapper .title .line {
    width: 150px;
    height: 5px;
    background-color: #e3b500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transition: 0.3s; }
  .text-tiles-over-image.white .image-wrapper .tiles-wrapper .tile {
    background-color: #fcfcfc;
    color: #515151; }
    .text-tiles-over-image.white .image-wrapper .tiles-wrapper .tile h3 {
      color: #515151; }
    .text-tiles-over-image.white .image-wrapper .tiles-wrapper .tile .line {
      background-color: #e3b500; }
    .text-tiles-over-image.white .image-wrapper .tiles-wrapper .tile .footer .button {
      color: #001871;
      transition: 0.3s; }
      .text-tiles-over-image.white .image-wrapper .tiles-wrapper .tile .footer .button:hover {
        cursor: pointer;
        color: #e3b500; }

.text-tiles-over-image .image-wrapper {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 30px;
  background-color: #e3b500; }
  .text-tiles-over-image .image-wrapper:hover > .title > h2 {
    transform: translateY(-30px); }
  .text-tiles-over-image .image-wrapper:hover > .title > .line {
    width: 225px; }
  .text-tiles-over-image .image-wrapper .title {
    text-align: center; }
    .text-tiles-over-image .image-wrapper .title h2 {
      color: #fcfcfc;
      font-size: 45px;
      text-shadow: 2px 2px grey;
      font-weight: bold;
      transition: 0.3s;
      letter-spacing: 1px; }
    .text-tiles-over-image .image-wrapper .title .line {
      width: 150px;
      height: 5px;
      background-color: #001871;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      transition: 0.3s; }
  .text-tiles-over-image .image-wrapper .tiles-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    .text-tiles-over-image .image-wrapper .tiles-wrapper .tile {
      flex-grow: 1;
      max-width: 300px;
      min-width: 300px;
      background-color: #001871;
      margin: 30px;
      padding: 30px;
      min-height: 100px;
      color: #eee; }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile:hover > h3 {
        transform: translateY(-15px); }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile:hover > .line {
        width: 150px; }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile h3 {
        color: #eee;
        transition: 0.3s;
        margin-bottom: 10px; }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile .line {
        width: 100px;
        height: 3px;
        background-color: #e3b500;
        transition: 0.3s; }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile .footer .button {
        color: #e3b500;
        transition: 0.3s; }
        .text-tiles-over-image .image-wrapper .tiles-wrapper .tile .footer .button:hover {
          cursor: pointer;
          color: #ab7d2b; }

@media screen and (max-width: 1400px) {
  .text-tiles-over-image .image-wrapper .tiles-wrapper .tile {
    margin: 15px;
    max-width: 270px; } }

@media screen and (max-width: 1023px) {
  .text-tiles-over-image .image-wrapper {
    padding: 20px; }
    .text-tiles-over-image .image-wrapper .tiles-wrapper .tile {
      margin: 10px;
      max-width: 260px; } }

@media screen and (max-width: 500px) {
  .text-tiles-over-image .image-wrapper {
    padding: 20px 20px; }
    .text-tiles-over-image .image-wrapper .tiles-wrapper {
      flex-direction: column; }
      .text-tiles-over-image .image-wrapper .tiles-wrapper .tile {
        margin: 15px 10px;
        max-width: 100%;
        min-width: 100px; } }

.social.contrast .social-wrapper {
  background-color: #e3b500; }
  .social.contrast .social-wrapper h2, .social.contrast .social-wrapper h3 {
    color: #fcfcfc; }
  .social.contrast .social-wrapper .line {
    background-color: #001871; }
  .social.contrast .social-wrapper .links-wrapper a {
    color: #fcfcfc; }
    .social.contrast .social-wrapper .links-wrapper a:hover {
      color: #001871; }

.social.center .social-wrapper h2, .social.center .social-wrapper h3 {
  text-align: center; }

.social.center .social-wrapper .line {
  margin-left: auto;
  margin-right: auto; }

.social.center .social-wrapper .links-wrapper {
  justify-content: center; }
  .social.center .social-wrapper .links-wrapper a {
    padding-right: 20px;
    padding-left: 20px; }

.social.right .social-wrapper h2, .social.right .social-wrapper h3 {
  text-align: right; }

.social.right .social-wrapper .line {
  margin-left: auto; }

.social.right .social-wrapper .links-wrapper {
  justify-content: flex-end; }
  .social.right .social-wrapper .links-wrapper a {
    padding-right: 0px;
    padding-left: 40px; }

.social .social-wrapper {
  background-color: #fcfcfc;
  min-height: 200px;
  position: relative;
  padding: 30px 70px; }
  .social .social-wrapper h2 {
    transition: 0.3s; }
  .social .social-wrapper:hover h2 {
    transform: translateY(-10px); }
  .social .social-wrapper:hover .line {
    width: 150px; }
  .social .social-wrapper .line {
    width: 100px;
    height: 3px;
    background-color: #e3b500;
    transition: 0.3s; }
  .social .social-wrapper .links-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .social .social-wrapper .links-wrapper a {
      font-size: 100px;
      padding-right: 40px;
      transition: 0.3s;
      padding-bottom: 30px; }
      .social .social-wrapper .links-wrapper a:hover {
        color: #e3b500; }

@media screen and (max-width: 767px) {
  .social.contrast .social-wrapper a {
    font-size: 70px; } }

.hero.contrast .text-image-wrapper {
  background-color: #e3b500; }
  .hero.contrast .text-image-wrapper .overlay {
    background-color: #e3b500; }
  .hero.contrast .text-image-wrapper .text-wrapper .text .line {
    background-color: #001871; }

.hero.medium .text-image-wrapper .text-wrapper {
  min-height: 300px; }

.hero.large .text-image-wrapper .text-wrapper {
  min-height: 400px; }

.hero.no-text-shadow .text-image-wrapper .text-wrapper .text, .hero.no-text-shadow .text-image-wrapper .text-wrapper .label, .hero.no-text-shadow .text-image-wrapper .text-wrapper h2, .hero.no-text-shadow .text-image-wrapper .text-wrapper h3 {
  text-shadow: none; }

.hero {
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .hero .text-image-wrapper {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    background-color: #001871; }
    .hero .text-image-wrapper:hover > .text-wrapper > .text > h2 {
      transform: translateY(-10px); }
    .hero .text-image-wrapper:hover > .text-wrapper > .text > h1 {
      transform: translateY(-10px); }
    .hero .text-image-wrapper:hover > .text-wrapper > .text > .line {
      width: 150px; }
    .hero .text-image-wrapper .overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #001871;
      opacity: 0;
      transition: 0.5s; }
    .hero .text-image-wrapper .text-wrapper {
      width: 100%;
      border-radius: 2px;
      overflow-x: hidden;
      min-height: 200px; }
      .hero .text-image-wrapper .text-wrapper .text {
        position: relative;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        padding: 30px 70px;
        color: white;
        text-shadow: 1px 1px grey; }
        .hero .text-image-wrapper .text-wrapper .text h1 {
          font-size: 52px;
          margin-bottom: 20px;
          font-weight: bold; }
        .hero .text-image-wrapper .text-wrapper .text h2, .hero .text-image-wrapper .text-wrapper .text h1 {
          margin-top: 0px;
          line-height: 1.2em;
          color: #eee;
          transition: 0.3s;
          max-width: 60%; }
        .hero .text-image-wrapper .text-wrapper .text .line {
          background-color: #e3b500;
          width: 100px;
          height: 3px;
          transition: 0.3s; }
        .hero .text-image-wrapper .text-wrapper .text h3 {
          line-height: 1.2em;
          color: #eee;
          max-width: 60%;
          margin-top: 40px;
          margin-bottom: 0px; }
        .hero .text-image-wrapper .text-wrapper .text p {
          text-transform: none; }

@media screen and (max-width: 1023px) {
  .hero .text-image-wrapper .text-wrapper .text h1 {
    font-size: 42px; } }

@media screen and (max-width: 767px) {
  .hero .text-image-wrapper .text-wrapper .text {
    padding: 10px 30px; }
    .hero .text-image-wrapper .text-wrapper .text h1 {
      font-size: 36px; }
    .hero .text-image-wrapper .text-wrapper .text h2, .hero .text-image-wrapper .text-wrapper .text h1 {
      width: 100%;
      max-width: 100%; }
    .hero .text-image-wrapper .text-wrapper .text h3 {
      width: 100%;
      max-width: 100%; } }

.profile-pictures.white .profile-pictures-wrapper {
  background-color: #fcfcfc; }
  .profile-pictures.white .profile-pictures-wrapper .content .title h2, .profile-pictures.white .profile-pictures-wrapper .content .title h3 {
    color: #515151; }

.profile-pictures.contrast .profile-pictures-wrapper {
  background-color: #e3b500; }
  .profile-pictures.contrast .profile-pictures-wrapper .content .title .line {
    background-color: #001871; }
  .profile-pictures.contrast .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile .text {
    background-color: #001871; }

.profile-pictures.transparent .profile-pictures-wrapper {
  background-color: #ebebeb; }
  .profile-pictures.transparent .profile-pictures-wrapper .content .title h2, .profile-pictures.transparent .profile-pictures-wrapper .content .title h3 {
    color: #515151; }

.profile-pictures .profile-pictures-wrapper {
  min-height: 500px;
  background-color: #001871;
  padding: 60px 100px; }
  .profile-pictures .profile-pictures-wrapper .content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    .profile-pictures .profile-pictures-wrapper .content .title {
      text-align: center; }
      .profile-pictures .profile-pictures-wrapper .content .title h2 {
        color: #fcfcfc;
        transition: 0.3s;
        letter-spacing: 1px; }
      .profile-pictures .profile-pictures-wrapper .content .title h3 {
        color: #fcfcfc; }
      .profile-pictures .profile-pictures-wrapper .content .title .line {
        width: 150px;
        height: 5px;
        background-color: #e3b500;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        transition: 0.3s; }
    .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 30px;
      flex-wrap: wrap; }
      .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper {
        width: 20%;
        position: relative;
        padding: 15px;
        box-sizing: border-box; }
        .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper:hover > .tile-aspect-container > .tile > .text {
          opacity: 1; }
        .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container {
          position: relative;
          padding-top: calc((100%/3)*4); }
          .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile {
            box-sizing: border-box;
            overflow: hidden;
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fcfcfc; }
            .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile .image {
              background-color: #fcfcfc;
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile .text {
              min-height: 55px;
              background-color: #e3b500;
              position: absolute;
              bottom: 0px;
              left: 0px;
              right: 0px;
              opacity: 0.8;
              text-transform: uppercase;
              display: flex;
              flex-direction: column;
              justify-content: center;
              transition: 0.3s; }
              .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile .text .title {
                text-align: center;
                font-weight: bold; }
              .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper .tile-aspect-container .tile .text .sub-title {
                font-size: 14px;
                text-transform: capitalize;
                text-align: center; }

@media screen and (max-width: 1400px) {
  .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper {
    width: 33.333333333%; } }

@media screen and (max-width: 767px) {
  .profile-pictures .profile-pictures-wrapper {
    padding: 20px; }
    .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper {
      padding-top: 0px; }
      .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper {
        width: 50%;
        padding: 10px; } }

@media screen and (max-width: 500px) {
  .profile-pictures .profile-pictures-wrapper {
    padding: 20px; }
    .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper {
      padding-top: 0px; }
      .profile-pictures .profile-pictures-wrapper .content .tiles-wrapper .tile-wrapper {
        width: 50%;
        padding: 10px; } }

section.slideshow .slideshow-wrapper {
  background-color: #e3b500;
  padding: 70px; }
  section.slideshow .slideshow-wrapper:hover > .text h2 {
    transform: translateY(-10px); }
  section.slideshow .slideshow-wrapper:hover > .text > .line {
    width: 150px; }
  section.slideshow .slideshow-wrapper .text {
    margin-bottom: 30px; }
    section.slideshow .slideshow-wrapper .text h2, section.slideshow .slideshow-wrapper .text h3 {
      transition: 0.3s;
      color: #eee; }
    section.slideshow .slideshow-wrapper .text .line {
      background: #001871;
      width: 100px;
      height: 3px;
      transition: 0.3s; }
    section.slideshow .slideshow-wrapper .text .footer {
      margin-top: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      section.slideshow .slideshow-wrapper .text .footer a {
        background-color: #001871;
        padding: 15px 15px;
        border-radius: 1px;
        margin-right: 15px;
        color: #eee;
        cursor: pointer;
        transition: 0.3s;
        margin-bottom: 15px; }
        section.slideshow .slideshow-wrapper .text .footer a:hover {
          background-color: #ab7d2b; }
  section.slideshow .slideshow-wrapper .slides, section.slideshow .slideshow-wrapper .text {
    max-width: 1300px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    section.slideshow .slideshow-wrapper .slides .aspect-container, section.slideshow .slideshow-wrapper .text .aspect-container {
      display: none;
      position: relative;
      width: 100%;
      padding-top: calc(56.25%); }
      section.slideshow .slideshow-wrapper .slides .aspect-container.initial, section.slideshow .slideshow-wrapper .text .aspect-container.initial {
        display: block; }
      section.slideshow .slideshow-wrapper .slides .aspect-container .mySlides, section.slideshow .slideshow-wrapper .text .aspect-container .mySlides {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.slideshow .slideshow-wrapper .slides .aspect-container .mySlides.initial, section.slideshow .slideshow-wrapper .text .aspect-container .mySlides.initial {
        display: block; }
      section.slideshow .slideshow-wrapper .slides .aspect-container .hero-image, section.slideshow .slideshow-wrapper .text .aspect-container .hero-image {
        height: 100%;
        width: 100%;
        background: no-repeat center;
        background-size: cover; }
      section.slideshow .slideshow-wrapper .slides .aspect-container .hero-text, section.slideshow .slideshow-wrapper .text .aspect-container .hero-text {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        padding-left: 150px;
        padding-right: 150px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white; }
        section.slideshow .slideshow-wrapper .slides .aspect-container .hero-text h1, section.slideshow .slideshow-wrapper .text .aspect-container .hero-text h1 {
          line-height: 1.2em;
          color: #eee;
          text-shadow: 0px 0px 10px rgba(30, 28, 28, 0.6); }
        section.slideshow .slideshow-wrapper .slides .aspect-container .hero-text h2, section.slideshow .slideshow-wrapper .text .aspect-container .hero-text h2 {
          max-width: 600px;
          line-height: 1.2em;
          color: #eee;
          text-shadow: 0px 0px 10px rgba(30, 28, 28, 0.6); }
    section.slideshow .slideshow-wrapper .slides .left, section.slideshow .slideshow-wrapper .slides .right, section.slideshow .slideshow-wrapper .text .left, section.slideshow .slideshow-wrapper .text .right {
      font-size: 60px;
      padding: 20px 20px;
      opacity: 0.7;
      transition: 0.3s;
      cursor: pointer; }
      section.slideshow .slideshow-wrapper .slides .left:hover, section.slideshow .slideshow-wrapper .slides .right:hover, section.slideshow .slideshow-wrapper .text .left:hover, section.slideshow .slideshow-wrapper .text .right:hover {
        opacity: 1; }
    section.slideshow .slideshow-wrapper .slides .left, section.slideshow .slideshow-wrapper .text .left {
      position: absolute;
      background-color: #001871;
      top: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1; }
    section.slideshow .slideshow-wrapper .slides .right, section.slideshow .slideshow-wrapper .text .right {
      position: absolute;
      background-color: #001871;
      top: 50%;
      right: 0px;
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1; }
    section.slideshow .slideshow-wrapper .slides .buttons, section.slideshow .slideshow-wrapper .text .buttons {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      section.slideshow .slideshow-wrapper .slides .buttons ul, section.slideshow .slideshow-wrapper .text .buttons ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        padding-left: 0px; }
        section.slideshow .slideshow-wrapper .slides .buttons ul li, section.slideshow .slideshow-wrapper .text .buttons ul li {
          color: #001871;
          font-size: 20px;
          padding: 0px 5px;
          opacity: 0.8;
          transition: 0.5s; }
          section.slideshow .slideshow-wrapper .slides .buttons ul li.active, section.slideshow .slideshow-wrapper .text .buttons ul li.active {
            color: #e3b500;
            cursor: pointer;
            opacity: 1; }
          section.slideshow .slideshow-wrapper .slides .buttons ul li:hover, section.slideshow .slideshow-wrapper .text .buttons ul li:hover {
            color: #e3b500;
            cursor: pointer;
            opacity: 1; }

.fade {
  animation: slideshow-fade-in;
  animation-duration: 1s; }

.fade-out {
  animation: slideshow-fade-out;
  animation-duration: 1s; }

@keyframes slideshow-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideshow-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media screen and (max-width: 767px) {
  section.slideshow .slideshow-wrapper .text .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    section.slideshow .slideshow-wrapper .text .footer a {
      margin-bottom: 10px;
      text-align: center;
      box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  section.slideshow .slideshow-wrapper {
    padding: 10px 30px 30px; }
    section.slideshow .slideshow-wrapper .aspect-container .mySlides .hero-text {
      left: 0px;
      transform: translate3d(0, -50%, 0);
      display: flex;
      flex-direction: column;
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box;
      width: 100%;
      text-align: center; }
      section.slideshow .slideshow-wrapper .aspect-container .mySlides .hero-text h1 {
        font-size: 30px; }
      section.slideshow .slideshow-wrapper .aspect-container .mySlides .hero-text h2 {
        font-size: 18px; }
    section.slideshow .slideshow-wrapper .slides .left, section.slideshow .slideshow-wrapper .slides .right {
      font-size: 30px;
      padding: 10px 10px;
      opacity: 0.7;
      transition: 0.3s;
      cursor: pointer; }
    section.slideshow .slideshow-wrapper .slides .buttons {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      section.slideshow .slideshow-wrapper .slides .buttons ul {
        margin-bottom: 10px; }
        section.slideshow .slideshow-wrapper .slides .buttons ul li {
          color: #001871;
          font-size: 14px;
          padding: 0px 05px;
          opacity: 0.8;
          transition: 0.5s; }
    section.slideshow .slideshow-wrapper .text {
      margin-bottom: 10px; }
      section.slideshow .slideshow-wrapper .text .footer {
        padding: 10px 0px; }
        section.slideshow .slideshow-wrapper .text .footer a {
          width: 100%;
          margin: 5px 0px;
          padding: 10px; } }

section.view-video .video-wrapper {
  background-color: #001871;
  padding: 70px; }
  section.view-video .video-wrapper:hover > .title > h2 {
    transform: translateY(-10px); }
  section.view-video .video-wrapper:hover > .title > .line {
    width: 150px; }
  section.view-video .video-wrapper .title {
    margin-bottom: 30px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    section.view-video .video-wrapper .title h2, section.view-video .video-wrapper .title h3 {
      color: #fcfcfc;
      transition: 0.3s; }
    section.view-video .video-wrapper .title .line {
      width: 100px;
      height: 3px;
      background-color: #e3b500;
      transition: 0.3s; }
  section.view-video .video-wrapper .information {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    section.view-video .video-wrapper .information .category {
      margin-bottom: 20px; }
    section.view-video .video-wrapper .information .description {
      padding-bottom: 20px; }
      section.view-video .video-wrapper .information .description p {
        margin-top: 0px; }
  section.view-video .video-wrapper .viewer-wrapper {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    section.view-video .video-wrapper .viewer-wrapper .aspect-container {
      position: relative;
      padding-top: calc(56.25%);
      width: 100%; }
      section.view-video .video-wrapper .viewer-wrapper .aspect-container .viewer {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%; }

@media screen and (max-width: 767px) {
  section.view-video .video-wrapper {
    background-color: #001871;
    padding: 10px 30px 30px; } }

section.affiliates .affiliate-wrapper {
  background-color: #fcfcfc;
  padding: 70px 70px; }
  section.affiliates .affiliate-wrapper:hover > .headings > h2 {
    transform: translateY(-10px); }
  section.affiliates .affiliate-wrapper:hover > .headings > .line {
    width: 150px; }
  section.affiliates .affiliate-wrapper.micro .affiliates-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px; }
    section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate {
      margin: 15px 15px; }
      section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate img {
        max-width: 150px; }
  section.affiliates .affiliate-wrapper .headings {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    section.affiliates .affiliate-wrapper .headings h2 {
      transition: 0.3s; }
    section.affiliates .affiliate-wrapper .headings .line {
      background-color: #e3b500;
      width: 100px;
      height: 3px;
      margin-left: auto;
      margin-right: auto;
      transition: 0.3s; }
  section.affiliates .affiliate-wrapper .affiliates-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -35px;
    margin-right: -35px; }
    section.affiliates .affiliate-wrapper .affiliates-wrapper .affiliate {
      margin: 40px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section.affiliates .affiliate-wrapper .affiliates-wrapper .affiliate img {
        max-width: 300px; }

@media screen and (max-width: 1023px) {
  section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate {
    margin: 10px 10px; }
    section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate img {
      max-width: 110px; }
  section.affiliates .affiliate-wrapper .headings {
    width: 90%; }
  section.affiliates .affiliate-wrapper .affiliates-wrapper .affiliate img {
    max-width: 200px; } }

@media screen and (max-width: 767px) {
  section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate {
    margin: 10px 10px; }
    section.affiliates .affiliate-wrapper.micro .affiliates-wrapper .affiliate img {
      max-width: 90px; }
  section.affiliates .affiliate-wrapper .affiliates-wrapper {
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (max-width: 500px) {
  section.affiliates .affiliate-wrapper {
    padding: 10px 0px; }
    section.affiliates .affiliate-wrapper .affiliates-wrapper .affiliate {
      margin: 20px 30px; }
      section.affiliates .affiliate-wrapper .affiliates-wrapper .affiliate img {
        max-width: 125px; } }

.contact-form.white .contact-wrapper {
  background-color: #fcfcfc; }
  .contact-form.white .contact-wrapper .content {
    color: #515151; }
    .contact-form.white .contact-wrapper .content h2, .contact-form.white .contact-wrapper .content h3, .contact-form.white .contact-wrapper .content body {
      color: #515151;
      transition: 0.3s; }

.contact-form.transparent .contact-wrapper {
  background-color: #ebebeb; }
  .contact-form.transparent .contact-wrapper .content {
    color: #515151; }
    .contact-form.transparent .contact-wrapper .content h2, .contact-form.transparent .contact-wrapper .content h3, .contact-form.transparent .contact-wrapper .content body {
      color: #515151;
      transition: 0.3s; }

.contact-form.contrast .contact-wrapper {
  background-color: #e3b500; }
  .contact-form.contrast .contact-wrapper .content {
    color: #eee; }
    .contact-form.contrast .contact-wrapper .content a {
      color: #001871; }
    .contact-form.contrast .contact-wrapper .content h2, .contact-form.contrast .contact-wrapper .content h3, .contact-form.contrast .contact-wrapper .content body {
      color: #eee;
      transition: 0.3s; }
    .contact-form.contrast .contact-wrapper .content .line {
      background-color: #001871; }
    .contact-form.contrast .contact-wrapper .content .form-wrapper .form-column .form-group-wrapper .form-group .field-validation-error {
      color: #001871; }
    .contact-form.contrast .contact-wrapper .content .form-wrapper .form-column .form-group-wrapper .form-group .button {
      letter-spacing: 1px;
      font-size: 14px;
      background-color: #001871; }
      .contact-form.contrast .contact-wrapper .content .form-wrapper .form-column .form-group-wrapper .form-group .button:hover {
        background-color: #e3b500; }
    .contact-form.contrast .contact-wrapper .content .footer .button {
      letter-spacing: 1px;
      font-size: 14px;
      background-color: #001871; }
      .contact-form.contrast .contact-wrapper .content .footer .button:hover {
        background-color: #e3b500; }

.contact-form .contact-wrapper {
  background-color: #001871;
  padding: 60px 100px; }
  .contact-form .contact-wrapper:hover > .content > .text > h2 {
    transform: translateY(-20px); }
  .contact-form .contact-wrapper:hover > .content > .text > .line {
    width: 150px; }
  .contact-form .contact-wrapper .content {
    color: #eee;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #fcfcfc; }
    .contact-form .contact-wrapper .content a {
      color: #e3b500;
      text-transform: none; }
    .contact-form .contact-wrapper .content h2, .contact-form .contact-wrapper .content h3, .contact-form .contact-wrapper .content body {
      color: #eee;
      transition: 0.3s; }
    .contact-form .contact-wrapper .content .text {
      padding: 0px 15px; }
    .contact-form .contact-wrapper .content .line {
      width: 100px;
      height: 5px;
      background-color: #e3b500;
      transition: 0.3s; }
    .contact-form .contact-wrapper .content.success .line {
      height: 3px; }
    .contact-form .contact-wrapper .content .footer {
      padding-top: 40px; }
    .contact-form .contact-wrapper .content .button {
      letter-spacing: 1px;
      background-color: #e3b500;
      padding: 15px 15px;
      border-radius: 1px;
      margin-right: 15px;
      text-transform: uppercase;
      color: #eee;
      cursor: pointer;
      transition: 0.5s;
      margin-bottom: 15px;
      font-size: 14px; }
      .contact-form .contact-wrapper .content .button:hover {
        background-color: #ab7d2b; }

@media screen and (max-width: 1200px) {
  .contact-form .contact-wrapper {
    padding: 60px 200px; }
    .contact-form .contact-wrapper .content .text {
      padding: 0px; }
    .contact-form .contact-wrapper .content .footer {
      padding: 30px 0px 10px; } }

@media screen and (max-width: 1023px) {
  .contact-form .contact-wrapper {
    padding: 30px 70px 60px; } }

@media screen and (max-width: 500px) {
  .contact-form .contact-wrapper {
    padding: 30px 30px 30px; }
    .contact-form .contact-wrapper .content .footer {
      padding: 30px 0px 10px; } }

.pfa-hero {
  position: relative;
  overflow: hidden; }
  #staticPage.show-borders .pfa-hero {
    padding-top: 30px; }
  .pfa-hero .hero-wrapper {
    height: 600px;
    width: 100%;
    background-color: #001871;
    position: relative; }
    .pfa-hero .hero-wrapper:hover > .content > .search-form > h2 {
      transform: translateY(-10px); }
    .pfa-hero .hero-wrapper:hover > .content > .search-form > .line {
      width: 150px; }
    .pfa-hero .hero-wrapper .background-image {
      width: 100%;
      height: 600px;
      position: absolute;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
    .pfa-hero .hero-wrapper .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #e3b500;
      top: 0px;
      left: 0px;
      opacity: 0; }
    .pfa-hero .hero-wrapper .foreground-image {
      position: absolute;
      left: 30px;
      top: 30px;
      width: 350px;
      height: 350px;
      opacity: 0.75;
      background-size: cover;
      background-position: contain;
      background-repeat: no-repeat; }
    .pfa-hero .hero-wrapper .content {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: row;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .pfa-hero .hero-wrapper .content h1 {
        color: white;
        font-size: 65px;
        font-weight: bold;
        text-shadow: 2px 2px grey;
        padding-right: 50px; }
      .pfa-hero .hero-wrapper .content h2 {
        color: white;
        font-size: 45px;
        text-shadow: 1px 1px grey;
        transition: 0.3s; }
      .pfa-hero .hero-wrapper .content .line {
        width: 100px;
        height: 4px;
        background-color: #e3b500;
        margin-bottom: 30px;
        transition: 0.3s; }
      .pfa-hero .hero-wrapper .content .text {
        width: 100%; }
      .pfa-hero .hero-wrapper .content .search-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px; }
        .pfa-hero .hero-wrapper .content .search-form .form-group {
          font-size: 20px;
          display: flex;
          flex-direction: row; }
          .pfa-hero .hero-wrapper .content .search-form .form-group .icon {
            background-color: #e3b500;
            height: 50px;
            width: 50px;
            margin-right: 10px;
            position: relative; }
            .pfa-hero .hero-wrapper .content .search-form .form-group .icon i {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              font-size: 30px; }
          .pfa-hero .hero-wrapper .content .search-form .form-group input {
            font-size: 20px;
            height: 50px;
            border: none;
            margin-right: 10px;
            padding: 0px 20px;
            width: 300px; }
          .pfa-hero .hero-wrapper .content .search-form .form-group button {
            background-color: #e3b500;
            border: none;
            color: #fcfcfc;
            font-family: 'Abel', sans-serif;
            font-size: 20px;
            height: 50px;
            padding: 0px 20px;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .pfa-hero .hero-wrapper .content .search-form .form-group a.button {
            background-color: #e3b500;
            border: none;
            color: #fcfcfc;
            font-family: 'Abel', sans-serif;
            font-size: 20px;
            padding: 10px 40px;
            letter-spacing: 1px;
            text-transform: uppercase; }

@media screen and (max-width: 1200px) {
  .pfa-hero .hero-wrapper {
    height: 500px; }
    .pfa-hero .hero-wrapper .foreground-image {
      width: 250px;
      height: 250px; }
    .pfa-hero .hero-wrapper .content h1 {
      font-size: 46px; }
    .pfa-hero .hero-wrapper .content h2 {
      font-size: 30px; } }

@media screen and (max-width: 1023px) {
  #staticPage.show-borders .pfa-hero {
    padding-top: 20px; }
  .pfa-hero .hero-wrapper {
    height: 400px; }
    .pfa-hero .hero-wrapper .foreground-image {
      width: 200px;
      height: 200px; }
    .pfa-hero .hero-wrapper .content h1 {
      font-size: 36px; }
    .pfa-hero .hero-wrapper .content h2 {
      font-size: 24px; }
    .pfa-hero .hero-wrapper .content .search-form .form-group button, .pfa-hero .hero-wrapper .content .search-form .form-group a.button {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .pfa-hero .hero-wrapper {
    height: 400px; }
    .pfa-hero .hero-wrapper .foreground-image {
      display: none; }
    .pfa-hero .hero-wrapper .content {
      width: 100%;
      padding: 40px;
      box-sizing: border-box;
      text-align: center; }
      .pfa-hero .hero-wrapper .content .line {
        margin-left: auto;
        margin-right: auto; }
      .pfa-hero .hero-wrapper .content h1 {
        font-size: 36px;
        padding-right: 0px; }
      .pfa-hero .hero-wrapper .content h2 {
        font-size: 24px; }
      .pfa-hero .hero-wrapper .content .search-form .form-group button, .pfa-hero .hero-wrapper .content .search-form .form-group a.button {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto; } }

@media screen and (max-width: 500px) {
  #staticPage.show-borders .pfa-hero {
    padding-top: 10px; } }

.pfa-find-centre {
  position: relative;
  overflow: hidden; }
  .pfa-find-centre .search-results {
    display: flex;
    flex-direction: row; }
    #staticPage.show-borders .pfa-find-centre .search-results {
      margin-top: 30px; }
    .pfa-find-centre .search-results:hover > .title > h2 {
      transform: translateY(-20px); }
    .pfa-find-centre .search-results:hover > .title > .line {
      width: 150px; }
    .pfa-find-centre .search-results .title {
      background-color: #001871;
      box-sizing: border-box;
      padding: 30px; }
      .pfa-find-centre .search-results .title h2, .pfa-find-centre .search-results .title h3 {
        color: #eee;
        transition: 0.3s; }
      .pfa-find-centre .search-results .title .line {
        width: 100px;
        height: 4px;
        background-color: #e3b500;
        transition: 0.3s; }
    .pfa-find-centre .search-results .results {
      flex-grow: 1;
      display: flex;
      flex-direction: row; }
      .pfa-find-centre .search-results .results .result {
        margin-left: 30px;
        background-color: #e3b500;
        flex-grow: 1;
        padding: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s; }
        .pfa-find-centre .search-results .results .result:hover {
          cursor: pointer;
          background-color: #ab7d2b; }
          .pfa-find-centre .search-results .results .result:hover > .name {
            transform: translateY(-20px); }
          .pfa-find-centre .search-results .results .result:hover > .line {
            width: 80px; }
        .pfa-find-centre .search-results .results .result .name {
          font-size: 24px;
          margin-bottom: 10px;
          color: #eee;
          transition: 0.3s; }
        .pfa-find-centre .search-results .results .result .distance {
          font-size: 18px;
          color: #eee; }
        .pfa-find-centre .search-results .results .result .line {
          width: 50px;
          height: 3px;
          background-color: #001871;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px;
          transition: 0.3s; }
  .pfa-find-centre .all-centres {
    background-color: #fcfcfc;
    padding: 50px 30px; }
    .pfa-find-centre .all-centres:hover > h2 {
      transform: translateY(-20px); }
    .pfa-find-centre .all-centres:hover > .line {
      width: 150px; }
    .pfa-find-centre .all-centres h2, .pfa-find-centre .all-centres h3 {
      text-align: center;
      transition: 0.3s; }
    #staticPage.show-borders .pfa-find-centre .all-centres {
      margin-top: 0px; }
    .pfa-find-centre .all-centres .line {
      background-color: #e3b500;
      width: 100px;
      height: 4px;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      transition: 0.3s; }
    .pfa-find-centre .all-centres .centre-listing {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      .pfa-find-centre .all-centres .centre-listing .region {
        padding: 15px;
        color: #515151;
        min-width: 200px; }
        .pfa-find-centre .all-centres .centre-listing .region .title {
          margin-bottom: 10px;
          text-transform: uppercase;
          font-size: 24px;
          text-align: center; }
        .pfa-find-centre .all-centres .centre-listing .region .line {
          width: 50px;
          height: 3px; }
        .pfa-find-centre .all-centres .centre-listing .region .centre {
          font-size: 18px;
          text-transform: capitalize;
          text-align: center;
          padding-bottom: 5px;
          transition: 0.3s; }
          .pfa-find-centre .all-centres .centre-listing .region .centre a {
            font-size: 18px;
            transition: 0.3s; }
            .pfa-find-centre .all-centres .centre-listing .region .centre a:hover {
              color: #e3b500;
              cursor: pointer; }
  .pfa-find-centre .hero-wrapper {
    height: 300px;
    width: 100%;
    background-color: #001871;
    position: relative; }
    .pfa-find-centre .hero-wrapper:hover > .content > .search-form > h2 {
      transform: translateY(-10px); }
    .pfa-find-centre .hero-wrapper:hover > .content > .search-form > .line {
      width: 150px; }
    .pfa-find-centre .hero-wrapper .background-image {
      width: 100%;
      height: 300px;
      position: absolute;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
    .pfa-find-centre .hero-wrapper .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #e3b500;
      top: 0px;
      left: 0px;
      opacity: 0; }
    .pfa-find-centre .hero-wrapper .content {
      position: absolute;
      padding-left: 30px;
      text-align: left;
      top: 0px;
      right: 0px;
      left: 0px;
      height: 100%;
      display: flex;
      flex-direction: row;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .pfa-find-centre .hero-wrapper .content h1 {
        color: white;
        font-size: 65px;
        font-weight: bold;
        text-shadow: 2px 2px grey;
        padding-right: 50px; }
      .pfa-find-centre .hero-wrapper .content h2 {
        color: white;
        font-size: 45px;
        text-shadow: 1px 1px grey;
        transition: 0.3s; }
      .pfa-find-centre .hero-wrapper .content .line {
        width: 100px;
        height: 4px;
        background-color: #e3b500;
        margin-bottom: 30px;
        transition: 0.3s; }
      .pfa-find-centre .hero-wrapper .content .text {
        width: 100%; }
      .pfa-find-centre .hero-wrapper .content .search-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px; }
        .pfa-find-centre .hero-wrapper .content .search-form .form-group {
          font-size: 20px;
          display: flex;
          flex-direction: row; }
          .pfa-find-centre .hero-wrapper .content .search-form .form-group .icon {
            background-color: #e3b500;
            height: 50px;
            width: 50px;
            margin-right: 10px;
            position: relative; }
            .pfa-find-centre .hero-wrapper .content .search-form .form-group .icon i {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              font-size: 30px; }
          .pfa-find-centre .hero-wrapper .content .search-form .form-group input {
            font-size: 20px;
            height: 50px;
            border: none;
            margin-right: 10px;
            padding: 0px 20px;
            width: 300px; }
          .pfa-find-centre .hero-wrapper .content .search-form .form-group button {
            background-color: #e3b500;
            border: none;
            color: #fcfcfc;
            font-family: 'Abel', sans-serif;
            font-size: 20px;
            height: 50px;
            padding: 0px 20px;
            letter-spacing: 1px;
            text-transform: uppercase; }

@media screen and (max-width: 1023px) {
  .pfa-find-centre .all-centres .centre-listing .region .title {
    font-size: 20px; }
  .pfa-find-centre .all-centres .centre-listing .region .centre a {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .pfa-find-centre .search-results {
    flex-direction: column; }
    .pfa-find-centre .search-results .results {
      padding-top: 20px; }
      .pfa-find-centre .search-results .results .result {
        margin-left: 0px; } }

@media screen and (max-width: 500px) {
  .pfa-find-centre .search-results .results {
    padding-top: 0px;
    flex-direction: column; }
    .pfa-find-centre .search-results .results .result {
      margin-left: 0px;
      margin-top: 10px; } }

.StripeElement {
  box-sizing: border-box;
  padding: 15px 10px;
  background-color: #f7f7f7;
  color: #515151 !important;
  border-radius: 0px;
  font-size: 12px; }

.StripeElement--webkit-autofill {
  color: #515151 !important; }

@media screen and (max-width: 767px) {
  .StripeElement {
    font-size: 12px;
    padding: 11px; } }

.footer {
  width: 100%;
  box-sizing: border-box;
  color: #eee; }
  .footer .line {
    width: 50px;
    height: 3px;
    background-color: #e3b500;
    transition: 0.3s; }
  .footer .copyright {
    padding: 30px;
    background-color: #001871;
    text-align: center; }
  .footer .footer-images-wrapper {
    padding: 20px 70px;
    background-color: #001871; }
    .footer .footer-images-wrapper .title {
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 15px;
      transition: 0.3s; }
  .footer .footer-wrapper {
    background-color: #001871;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 300px;
    padding: 20px 30px; }
    .footer .footer-wrapper .company-details .column {
      padding: 40px; }
      .footer .footer-wrapper .company-details .column:hover > .company > .line {
        width: 75px; }
      .footer .footer-wrapper .company-details .column:hover > .company > .title {
        transform: translateY(-15px); }
      .footer .footer-wrapper .company-details .column .item {
        margin-top: 15px; }
        .footer .footer-wrapper .company-details .column .item .title {
          text-transform: uppercase; }
      .footer .footer-wrapper .company-details .column .company .title {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 15px;
        transition: 0.3s; }
    .footer .footer-wrapper .text {
      flex-grow: 1;
      display: flex;
      flex-wrap: wrap; }
      .footer .footer-wrapper .text .links-wrapper {
        display: flex;
        flex-wrap: wrap; }
        .footer .footer-wrapper .text .links-wrapper .column {
          list-style: none;
          padding: 0px;
          margin: 0px;
          box-sizing: border-box;
          padding: 40px;
          overflow-x: hidden;
          flex-grow: 1; }
          .footer .footer-wrapper .text .links-wrapper .column:hover > .line {
            width: 75px; }
          .footer .footer-wrapper .text .links-wrapper .column:hover > .title {
            transform: translateY(-15px); }
          .footer .footer-wrapper .text .links-wrapper .column .title {
            font-size: 20px;
            margin-bottom: 15px;
            text-transform: uppercase;
            min-width: 75px;
            transition: 0.3s; }
          .footer .footer-wrapper .text .links-wrapper .column ul {
            list-style: none;
            padding-left: 0px; }
            .footer .footer-wrapper .text .links-wrapper .column ul li {
              margin-left: 0px; }
          .footer .footer-wrapper .text .links-wrapper .column .social {
            padding-top: 30px; }
            .footer .footer-wrapper .text .links-wrapper .column .social i {
              font-size: 50px;
              margin-right: 20px; }
          .footer .footer-wrapper .text .links-wrapper .column a {
            color: #eee;
            transition: 0.3s; }
            .footer .footer-wrapper .text .links-wrapper .column a:hover {
              color: #e3b500;
              cursor: pointer; }

@media screen and (max-width: 767px) {
  .footer .footer-images-wrapper {
    padding: 0px 30px 30px; }
  .footer .footer-wrapper {
    padding: 20px 00px; }
    .footer .footer-wrapper .text .links-wrapper .column {
      padding: 20px 30px 0px 30px;
      min-width: 175px; }
    .footer .footer-wrapper .company-details .column {
      padding: 30px; } }

section.navigation {
  position: relative;
  width: 100%;
  height: 100px; }
  section.navigation.show-notification-bar {
    height: 130px; }
  section.navigation .nav-container {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #001871;
    z-index: 1000; }
    section.navigation .nav-container .navigation-notification-bar {
      width: 100%;
      height: 30px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      background-color: #e3b500; }
      section.navigation .nav-container .navigation-notification-bar .notification {
        flex-grow: 1;
        position: relative; }
        section.navigation .nav-container .navigation-notification-bar .notification .text {
          position: absolute;
          left: 0px;
          right: 0px;
          top: 50%;
          transform: translateY(-50%);
          text-align: left;
          padding-left: 10px; }
      section.navigation .nav-container .navigation-notification-bar .login {
        height: 30px;
        padding-right: 40px;
        position: relative; }
        section.navigation .nav-container .navigation-notification-bar .login a {
          position: absolute;
          top: 50%;
          right: 10px;
          min-width: 120px;
          text-align: right;
          transform: translateY(-50%);
          text-transform: none;
          color: #fcfcfc; }
    section.navigation .nav-container .navigation-wrapper {
      display: flex;
      flex-direction: row;
      height: 100px;
      position: relative; }
      section.navigation .nav-container .navigation-wrapper .title {
        font-size: 30px;
        color: #eee;
        margin-left: 30px;
        line-height: 100px; }
      section.navigation .nav-container .navigation-wrapper .logo {
        margin-left: 30px;
        height: 100px; }
        section.navigation .nav-container .navigation-wrapper .logo img {
          height: 100px;
          padding: 10px 0px;
          box-sizing: border-box; }
      section.navigation .nav-container .navigation-wrapper .main-nav {
        flex-grow: 1; }
      section.navigation .nav-container .navigation-wrapper ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        margin: 0px;
        padding-right: 30px;
        flex-grow: 1;
        justify-content: flex-end; }
        section.navigation .nav-container .navigation-wrapper ul li {
          margin: 0px;
          display: flex;
          flex-direction: column;
          transition: 0.3s;
          justify-content: center; }
          section.navigation .nav-container .navigation-wrapper ul li:hover > .sub-navigation {
            display: flex;
            opacity: 1;
            transition: 0.3s; }
          section.navigation .nav-container .navigation-wrapper ul li.active {
            background-color: #e3b500; }
          section.navigation .nav-container .navigation-wrapper ul li a {
            padding: 0px 12px;
            text-align: center;
            color: #eee;
            transition: 0.3s;
            font-size: 16px;
            flex-grow: 1;
            transition: 0.3s;
            flex-grow: 1;
            height: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            section.navigation .nav-container .navigation-wrapper ul li a:hover {
              background-color: #e3b500; }
          section.navigation .nav-container .navigation-wrapper ul li .sub-navigation {
            display: none;
            position: absolute;
            background-color: #fcfcfc;
            left: 0px;
            right: 0px;
            flex-direction: row;
            justify-content: flex-start;
            transition: 5s;
            opacity: 0;
            top: 100px; }
            section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns {
              display: flex;
              justify-content: flex-start;
              padding: 0px 300px; }
              section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column {
                padding: 20px 30px;
                line-height: 1.3em;
                color: #515151;
                text-shadow: none;
                text-transform: uppercase;
                font-size: 18px;
                font-weight: bold; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column a {
                  padding: 0px;
                  height: 50px; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .sub-title {
                  padding-bottom: 5px;
                  text-align: left;
                  color: #515151;
                  margin-left: 0px;
                  font-size: 18px;
                  line-height: 1.2em; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .line {
                  width: 50px;
                  height: 3px;
                  background-color: #e3b500; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul {
                  padding: 0px;
                  display: flex;
                  flex-direction: column;
                  margin: 20px 0px; }
                  section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li {
                    list-style: none;
                    margin: 0px;
                    padding: 0px;
                    min-width: 130px; }
                    section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li a {
                      padding: 0px;
                      color: #515151;
                      text-shadow: none;
                      font-weight: 400;
                      text-transform: capitalize;
                      transition: 0.3s;
                      height: 25px;
                      text-align: left; }
                    section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li:hover {
                      cursor: pointer;
                      color: #e3b500; }
                      section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li:hover > a {
                        background-color: #fcfcfc;
                        color: #e3b500; }
      section.navigation .nav-container .navigation-wrapper .nav-burger, section.navigation .nav-container .navigation-wrapper .nav-close {
        display: none;
        height: 100px;
        color: #eee;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        right: 0px; }
        section.navigation .nav-container .navigation-wrapper .nav-burger:hover, section.navigation .nav-container .navigation-wrapper .nav-close:hover {
          cursor: pointer; }
        section.navigation .nav-container .navigation-wrapper .nav-burger i, section.navigation .nav-container .navigation-wrapper .nav-close i {
          line-height: 50px;
          font-size: 26px;
          padding: 0px 20px; }
        section.navigation .nav-container .navigation-wrapper .nav-burger.show, section.navigation .nav-container .navigation-wrapper .nav-close.show {
          display: none; }
        section.navigation .nav-container .navigation-wrapper .nav-burger.hide, section.navigation .nav-container .navigation-wrapper .nav-close.hide {
          display: none; }

@media screen and (max-width: 1400px) {
  section.navigation .nav-container .navigation-wrapper .main-nav ul li a {
    font-size: 14px;
    padding: 0px 10px; } }

@media screen and (max-width: 1200px) {
  section.navigation.show-notification-bar {
    height: 105px; }
    section.navigation.show-notification-bar .nav-container .navigation-wrapper .main-nav {
      top: 130px; }
  section.navigation .nav-container .navigation-wrapper {
    font-size: 16px; }
    section.navigation .nav-container .navigation-wrapper .logo {
      margin-left: 20px; }
      section.navigation .nav-container .navigation-wrapper .logo img {
        box-sizing: border-box; }
    section.navigation .nav-container .navigation-wrapper .main-nav {
      position: fixed;
      top: 100px;
      bottom: 0px;
      left: 100%;
      width: 100%;
      padding-left: 0px;
      flex-direction: column;
      box-sizing: border-box;
      overflow-x: hidden;
      overflow-y: scroll;
      transition: 0.3s; }
      section.navigation .nav-container .navigation-wrapper .main-nav.open {
        transform: translateX(-100%);
        transition: 0.3s; }
    section.navigation .nav-container .navigation-wrapper ul {
      flex-direction: column;
      padding: 0px 0px;
      position: relative;
      width: 90%;
      max-width: 300px;
      margin-left: auto;
      background-color: #001871;
      height: 100%;
      justify-content: flex-start;
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3); }
      section.navigation .nav-container .navigation-wrapper ul li {
        text-align: left; }
        section.navigation .nav-container .navigation-wrapper ul li:hover > .sub-navigation {
          transform: translateX(-100%);
          display: flex;
          opacity: 1; }
        section.navigation .nav-container .navigation-wrapper ul li a {
          padding: 0px 30px;
          height: 50px;
          text-align: right; }
        section.navigation .nav-container .navigation-wrapper ul li .sub-navigation {
          position: fixed;
          transition: 0.3s;
          top: 0px;
          bottom: 0px;
          left: 100%;
          width: 90%;
          max-width: 300px;
          padding-left: 0px;
          flex-direction: column;
          box-sizing: border-box;
          overflow-x: hidden;
          overflow-y: scroll;
          transition: 0.9s;
          z-index: 1000; }
          section.navigation .nav-container .navigation-wrapper ul li .sub-navigation.open {
            transform: translateX(-100%);
            display: flex;
            opacity: 1; }
          section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns {
            flex-direction: column;
            padding: 0px; }
            section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column {
              padding: 20px 0px; }
              section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .sub-title {
                text-align: right;
                padding-right: 10px; }
              section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .line {
                margin-left: auto;
                margin-right: 10px; }
              section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul {
                background-color: #fcfcfc;
                box-shadow: none;
                width: 100%; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li {
                  margin: 0px;
                  height: 40px; }
                  section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column ul li a {
                    text-align: right;
                    font-size: 14px;
                    height: 40px;
                    padding: 0px 10px; }
    section.navigation .nav-container .navigation-wrapper .nav-burger {
      display: flex; }
    section.navigation .nav-container .navigation-wrapper .nav-burger.show, section.navigation .nav-container .navigation-wrapper .nav-close.show {
      display: flex; }
    section.navigation .nav-container .navigation-wrapper .nav-burger.hide, section.navigation .nav-container .navigation-wrapper .nav-close.hide {
      display: none; }
    section.navigation .nav-container .navigation-wrapper .basket-nav {
      display: none; } }

@media screen and (max-width: 1023px) {
  section.navigation {
    height: 75px; }
    section.navigation.show-notification-bar {
      height: 105px; }
      section.navigation.show-notification-bar .nav-container .navigation-wrapper .main-nav {
        top: 105px; }
    section.navigation .nav-container .navigation-wrapper {
      height: 75px;
      font-size: 16px; }
      section.navigation .nav-container .navigation-wrapper .title {
        font-size: 20px;
        height: 75px;
        line-height: 75px; }
      section.navigation .nav-container .navigation-wrapper .logo {
        margin-left: 20px;
        height: 75px; }
        section.navigation .nav-container .navigation-wrapper .logo img {
          height: 75px;
          box-sizing: border-box; }
      section.navigation .nav-container .navigation-wrapper .main-nav {
        position: fixed;
        top: 75px;
        bottom: 0px;
        left: 100%;
        width: 100%;
        padding-left: 0px;
        flex-direction: column;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: 0.3s; }
        section.navigation .nav-container .navigation-wrapper .main-nav.open {
          transform: translateX(-100%);
          transition: 0.3s; }
      section.navigation .nav-container .navigation-wrapper ul {
        flex-direction: column;
        padding: 0px 0px;
        position: relative;
        width: 90%;
        max-width: 300px;
        margin-left: auto;
        background-color: #001871;
        height: 100%;
        justify-content: flex-start;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3); }
        section.navigation .nav-container .navigation-wrapper ul li {
          text-align: left;
          position: relative; }
          section.navigation .nav-container .navigation-wrapper ul li:hover > .menuDropDown {
            opacity: 0;
            top: 0px; }
          section.navigation .nav-container .navigation-wrapper ul li a {
            padding: 0px 30px;
            line-height: 50px;
            text-align: right; }
          section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column {
            padding: 20px 0px; }
            section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .sub-title {
              text-align: right;
              padding-right: 10px; }
            section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .line {
              margin-left: auto;
              margin-right: 10px; }
              section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .line li {
                margin: 0px;
                height: 40px; }
                section.navigation .nav-container .navigation-wrapper ul li .sub-navigation .columns .column .line li a {
                  text-align: right;
                  font-size: 14px;
                  height: 40px;
                  padding: 0px; }
      section.navigation .nav-container .navigation-wrapper .nav-burger {
        display: flex; }
      section.navigation .nav-container .navigation-wrapper .nav-burger, section.navigation .nav-container .navigation-wrapper .nav-close {
        height: 75px; }
        section.navigation .nav-container .navigation-wrapper .nav-burger.show, section.navigation .nav-container .navigation-wrapper .nav-close.show {
          display: flex; }
        section.navigation .nav-container .navigation-wrapper .nav-burger.hide, section.navigation .nav-container .navigation-wrapper .nav-close.hide {
          display: none; }
      section.navigation .nav-container .navigation-wrapper .basket-nav {
        display: none; } }

@media screen and (max-width: 500px) {
  section.navigation .nav-container .navigation-notification-bar .notification {
    display: none; } }

@media screen and (max-width: 500px) {
  section.navigation .nav-container .navigation-wrapper .logo {
    margin-left: 10px; } }
