/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

/* Document
	 ========================================================================== */

   html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *		controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details,
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  
  :root {
    --brand-main: #000000;
    --brand-secondary: #ffffff;
    --dark: #000000;
    --light: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --light-grey: #D9D9D9;
    --dark-grey: #727272;
    --dark-blue: #0055BA;
    --light-blue: #009DDA;
    --Poppins-regular: 'Poppins-Regular';
    --Poppins-medium: 'Poppins-Medium';
    --Poppins-bold: 'Poppins-Bold';
    --Poppins-semibold: 'Poppins-SemiBold';
    --font-base: 16px;
    --line-height-base: 1.5rem;
    --font-size-h1: 2.5rem;
    --font-size-h2: 2rem;
    --font-size-h3: 1.75rem;
    --font-size-h4: 1.5rem;
    --font-size-h5: 1.25rem;
    --font-size-h6: 1rem;
    --font-weight-h1: 500;
    --font-weight-h2: 500;
    --font-weight-h3: 500;
    --font-weight-h4: 500;
    --font-weight-h5: 500;
    --font-weight-h6: 500;
    --text-base-size: 1em;
    --text-scale-ratio: 1.2;
    --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
    --breakpoint-xs: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --wrap-space: 15px;
    --wrap-width-xs: 100%;
    --wrap-width-sm: 540px;
    --wrap-width-md: 720px;
    --wrap-width-lg: 960px;
    --wrap-width-xl: 1140px;
    --col-space: 30px;
    --border-radius: 0;
    --spacer: 20px;
    --cubic-bezier: cubic-bezier(.3, .86, .36, .95);
    --cubic-bezier2: cubic-bezier(.4, 0, 0, 1);
    --mobile-height: 100vh;
    --Roboto: 'Roboto', sans-serif;
  }
  
  @font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?qij3q4');
    src:  url('../fonts/icomoon.eot?qij3q4#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?qij3q4') format('truetype'),
      url('../fonts/icomoon.woff?qij3q4') format('woff'),
      url('../fonts/icomoon.svg?qij3q4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }



  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-outlook-icon .path1:before {
    content: "\e900";
    color: rgb(4, 100, 184);
  }
  .icon-outlook-icon .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(3, 119, 212);
  }
  .icon-outlook-icon .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(41, 167, 235);
  }
  .icon-outlook-icon .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(79, 216, 255);
  }
  .icon-outlook-icon .path5:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(22, 129, 215);
  }
  .icon-outlook-icon .path6:before {
    content: "\e905";
    margin-left: -1em;
    color: rgb(1, 120, 212);
  }
  .icon-outlook-icon .path7:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(41, 167, 235);
  }
  .icon-outlook-icon .path8:before {
    content: "\e907";
    margin-left: -1em;
    color: rgb(4, 100, 184);
  }
  .icon-outlook-icon .path9:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(22, 129, 215);
  }
  .icon-outlook-icon .path10:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(4, 32, 113);
  }
  .icon-outlook-icon .path11:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(22, 143, 222);
  }
  .icon-outlook-icon .path12:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(41, 167, 235);
  }
  .icon-outlook-icon .path13:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(22, 129, 215);
  }
  .icon-outlook-icon .path14:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(255, 255, 255);
  }
  .icon-outlook-icon .path15:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.2;
  }
  .icon-gmail-icon .path1:before {
    content: "\e90f";
    color: rgb(234, 68, 53);
  }
  .icon-gmail-icon .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(0, 172, 71);
  }
  .icon-gmail-icon .path3:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(255, 186, 0);
  }
  .icon-gmail-icon .path4:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(66, 133, 244);
  }
  .icon-gmail-icon .path5:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(197, 37, 40);
  }
  .icon-fb-icon:before {
    content: "\e914";
  }
  .icon-next-icon:before {
    content: "\e915";
  }
  .icon-back-icon:before {
    content: "\e916";
  }
  .icon-ln-icon:before {
    content: "\e917";
  }
  .icon-link-icon:before {
    content: "\e9cb";
    font-size: 20px;
    color: var(--dark-grey);
  }
  .icon-pdf-icon:before {
    content: "\e918";
    color: var(--dark-blue);
  }
  
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  ul {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
  }
  
  li {
    list-style-type: none;
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  
  iframe,
  button {
    border: none;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    min-width: auto;
  }
  
  body::before {
    content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
    display: none;
  }
  
  html,
  body {
    margin: 0;
    padding: 0;
  }
  
  .wrapper {
    width: 68%;
    margin: 0 auto;
  }

  .main {
    margin-bottom: 60px;
  }
  
  h2 {
    font-family: var(--Roboto);
    font-weight: 400;
    color: var(--dark-blue);
    margin-bottom: 60px;
  }
  
  h4 {
    font-family: var(--Roboto);
    font-weight: 500;
    color: var(--dark-grey);
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  
  .center,
  .question-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /* font-family: var(--font-family-base); */
    font-family: var(--Roboto);
  }
  
  h1 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
  }
  
  h2 {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-h2);
  }
  
  h3 {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-h3);
  }
  
  h4 {
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-h4);
  }
  
  h5 {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-h5);
  }
  
  h6 {
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-h6);
  }
  
  p {
    font-size: var(--font-base);
    line-height: var(--line-height-base);
  }
  
  .wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-left: var(--wrap-space);
    padding-right: var(--wrap-space);
    width: var(--wrap-width-xs);
  }
  
  .wrap-fluid {
    position: relative;
    width: 100%;
    padding-left: var(--wrap-space);
    padding-right: var(--wrap-space);
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  
  .wrap.remove-gutter-left .cll-col {
    margin-left: 0 !important;
  }
  
  .flex {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .flex .cll-col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 0 var(--col-space);
    z-index: 2;
  }
  
  .flex .cll-col:first-of-type {
    margin-left: 0px;
  }
  
  .flex .cll-col.w1 {
    -webkit-flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
        -ms-flex-preferred-size: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
            flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
    max-width: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
  }
  
  .flex .cll-col.o1 {
    margin-left: calc(100% * 1/12 + ((var(--col-space) * 1) / 12));
  }
  
  .flex .cll-col.w2 {
    -webkit-flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
        -ms-flex-preferred-size: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
            flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
    max-width: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
  }
  
  .flex .cll-col.o2 {
    margin-left: calc(100% * 2/12 + ((var(--col-space) * 2) / 12));
  }
  
  .flex .cll-col.w3 {
    -webkit-flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
        -ms-flex-preferred-size: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
            flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
    max-width: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
  }
  
  .flex .cll-col.o3 {
    margin-left: calc(100% * 3/12 + ((var(--col-space) * 3) / 12));
  }
  
  .flex .cll-col.w4 {
    -webkit-flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
        -ms-flex-preferred-size: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
            flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
    max-width: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
  }
  
  .flex .cll-col.o4 {
    margin-left: calc(100% * 4/12 + ((var(--col-space) * 4) / 12));
  }
  
  .flex .cll-col.w5 {
    -webkit-flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
        -ms-flex-preferred-size: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
            flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
    max-width: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
  }
  
  .flex .cll-col.o5 {
    margin-left: calc(100% * 5/12 + ((var(--col-space) * 5) / 12));
  }
  
  .flex .cll-col.w6 {
    -webkit-flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
        -ms-flex-preferred-size: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
            flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
    max-width: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
  }
  
  .flex .cll-col.o6 {
    margin-left: calc(100% * 6/12 + ((var(--col-space) * 6) / 12));
  }
  
  .flex .cll-col.w7 {
    -webkit-flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
        -ms-flex-preferred-size: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
            flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
    max-width: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
  }
  
  .flex .cll-col.o7 {
    margin-left: calc(100% * 7/12 + ((var(--col-space) * 7) / 12));
  }
  
  .flex .cll-col.w8 {
    -webkit-flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
        -ms-flex-preferred-size: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
            flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
    max-width: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
  }
  
  .flex .cll-col.o8 {
    margin-left: calc(100% * 8/12 + ((var(--col-space) * 8) / 12));
  }
  
  .flex .cll-col.w9 {
    -webkit-flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
        -ms-flex-preferred-size: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
            flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
    max-width: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
  }
  
  .flex .cll-col.o9 {
    margin-left: calc(100% * 9/12 + ((var(--col-space) * 9) / 12));
  }
  
  .flex .cll-col.w10 {
    -webkit-flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
        -ms-flex-preferred-size: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
            flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
    max-width: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
  }
  
  .flex .cll-col.o10 {
    margin-left: calc(100% * 10/12 + ((var(--col-space) * 10) / 12));
  }
  
  .flex .cll-col.w11 {
    -webkit-flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
        -ms-flex-preferred-size: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
            flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
    max-width: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
  }
  
  .flex .cll-col.o11 {
    margin-left: calc(100% * 11/12 + ((var(--col-space) * 11) / 12));
  }
  
  .flex .cll-col.w12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }
  
  .remove-gutter-left {
    margin-left: 0;
    padding-left: 0;
  }
  
  .remove-gutter-right {
    margin-right: 0;
    padding-right: 0;
  }
  
  .header {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    z-index: 10;
    padding: 30px 0;
  }

  .add-shadow {
    box-shadow: rgb(210, 210, 210) 0px 0px 15px 0px;
  }
  
  .header .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    /* -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            justify-content: space-evenly;
  }

  .navbar .header-menu ul {
    display: flex;
  }
  
  .header .navbar .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  
  .header .navbar .menu li {
    font-family: var(--Roboto);
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-grey);
    line-height: 18px;
  }

  header .navbar .menu li .current_page_item  {
    color: var(--light-blue);
  }
  
  .header .navbar .menu li a.active,
  .header .navbar .menu li a:hover {
    color: var(--light-blue);
  }
  
  .burgerMenu-overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with some transparency */
    z-index: 15;
    /* Place it above the body content */
    display: none;
  }
  
  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .burger-menu {
    width: 50%;
    height: 100%;
    background-color: var(--light-blue);
    position: fixed;
    top: 0;
    right: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: right .4s linear;
    transition: right .4s linear;
    z-index: 20;
  }
  
  .burger-menu .burger-lines {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 36px;
    right: 130px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  
  .burger-menu .burger-lines .line {
    width: 100%;
    height: 3px;
    background-color: var(--light-blue);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  
  .burger-menu.burger-lines-transform {
    left: 0;
  }
  
  .burger-menu.burger-lines-transform .burger-lines .line {
    background-color: var(--white);
  }
  
  .burger-menu.burger-lines-transform .burger-lines .line1 {
    -webkit-transform: rotateZ(-45deg) translate(-6px, 4px);
            transform: rotateZ(-45deg) translate(-6px, 4px);
  }
  
  .burger-menu.burger-lines-transform .burger-lines .line2 {
    opacity: 0;
  }
  
  .burger-menu.burger-lines-transform .burger-lines .line3 {
    -webkit-transform: rotateZ(45deg) translate(-8px, -6px);
            transform: rotateZ(45deg) translate(-8px, -6px);
  }
  
  .burger-menu .mobile-menu .nav-list .nav-item {
    list-style: none;
    margin: 25px;
    font-family: var(--Roboto);
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding: 3px 0;
  }

  .burger-menu .mobile-menu .nav-list .current_page_item.nav-item {
    color: #c7c7c7;
  }
  
  .burger-menu .mobile-menu .nav-list .nav-link:hover {
    color: #c7c7c7;
  }
  
  .hero-section {
    /* margin-top: 87px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 60px; */
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
  }
  
  .hero-section img {
    /* -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%; */
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  
  .hero-section-img {
    /* width: 55%; */
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  
  .hero-section-img-left {
    /* width: 70%; */
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .hero-section-img-right {
    width: 100%;
  }
  
  .hero-section-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 45px;
    /* width: 45%; */
    width: 100%;
    color: #3c3a3a;
  }
  
  .hero-section-text-inner {
    /* padding: 0 60px; */
    /* padding-right: 40%; */
    text-align: left;
  }
  
  .hero-section-text h3 {
    font-family: var(--Roboto);
    font-weight: 500;
    color: var(--dark-grey);
    font-size: 50px;
    font-weight: 600px;
    line-height: 60px;
  }
  
  .hero-section-text p {
    font-family: var(--Roboto);
    font-weight: 400;
    color: var(--dark-grey);
    font-weight: 400;
    font-size: 16px;
    /* padding: 20px 0 30px 0; */
    padding: 20px 0 10px 0;
  }
  
  .footer {
    background-color: var(--light-blue);
    color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .footer nav {
    margin-bottom: 30px;
  }
  
  .footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 25px;
  }
  
  .footer nav ul li {
    color: var(--white);
    font-family: var(--Roboto);
    font-weight: 700;
  }
  
  .footer .contact-info p{
    font-family: var(--Roboto);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: right;
    margin-bottom: 150px;
    
  }
  
  .footer .copyright {
    font-family: var(--Roboto);
    font-weight: 500;
    font-size: 0.8rem;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  
  body {
    font-size: 16px;
  }
  
  .stepper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  label {
    padding-left: 5px;
  }
  
  input[type="radio"] {
    accent-color: var(--dark-blue);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px grey;
            box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: var(--dark-blue);
    border-radius: 10px;
  }
  
  .nav {
    margin-top: 35px;
    /* padding: 0 20px; */
  }
  
  .nav .nav-btns {
    border: none;
    cursor: pointer;
    font-family: var(--Roboto);
    font-weight: 500;
    color: var(--dark-grey);
  }
  
  .nav .nav-btns .icon-next-icon {
    font-weight: bolder;
    padding-left: 10px;
  }
  
  .nav .nav-btns .icon-back-icon {
    font-weight: bolder;
    padding-right: 10px;
  }
  
  .nav #nextBtn {
    float: right;
  }
  
  .nav #prevBtn {
    float: left;
  }
  
  .reset-submit-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px;
  }
  
  .reset-submit-buttons button:hover {
    opacity: 0.8;
  }
  
  .reset-submit-buttons .submit-btn,
  .reset-submit-buttons .reset-btn {
    width: 150px;
    border: none;
    padding: 15px 20px;
    font-size: 0.9rem;
    font-family: var(--Roboto);
    font-weight: 500;
    cursor: pointer;
  }
  
  .reset-submit-buttons .submit-btn {
    background-color: var(--dark-blue);
    color: #ffffff;
  }
  
  .reset-submit-buttons .reset-btn {
    background-color: var(--light-grey);
    color: var(--dark-grey);
    margin-right: 10px;
  }
  
  .steps {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--Roboto);
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .steps .step {
    white-space: nowrap;
    border: 1px solid var(--dark-blue);
    border-radius: 36px;
    font-size: 16px;
    padding: 10px 20px;
    color: var(--dark-blue);
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  
  .steps .step:first-child {
    margin-left: 0;
  }
  
  .steps .step:first-child:after {
    display: none;
  }
  
  .steps .step.active {
    color: var(--white);
    background-color: var(--dark-blue);
  }
  
  .tabs {
    width: 100%;
  }

  .tab {
    display: none;
    overflow-y: auto;
  }
  
  .question-box {
    text-align: center;
    padding: 30px 60px;
    border: 1px solid var(--dark-blue);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: var(--Roboto);
    font-weight: 500;
    color: var(--dark-grey);
  }
  
  .question-box h3 {
    font-size: 1rem;
  }
  
  .question-box .question {
    margin-bottom: 30px;
    font-family: var(--Roboto);
    font-weight: 400;
  }
  
  .question-types > div {
    margin-left: 30px;
  }
  
  .question-types > div:first-child {
    margin-left: 0;
  }
  
  .answers > div {
    border-top: 1px solid var(--black);
    padding-top: 30px;
    display: none;
    margin-top: 30px;
  }
  
  .answers p {
    font-family: var(--Roboto);
    font-weight: 700;
    color: var(--dark-grey);
    font-size: 1rem;
  }
  
  .answers img {
    border-style: none;
    width: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 11px;
  }

.terms-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;

    .term {
        border: 1px solid var(--dark-blue);
        color: var(--dark-grey);
        font-family: var(--Roboto);
        font-weight: 400;
        text-align: center;
        padding: 20px 30px;
        width: 75%;
    }

    .title {
        color: var(--dark-blue);
        font-family: var(--Roboto);
        font-weight: 500;
        margin-right: 50px;
        font-size: 1.2rem;
        width: 25%;
    }
}

.links-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  .title {
      color: var(--dark-blue);
      font-family: var(--Roboto);
      font-weight: 500;
      margin-right: 50px;
      font-size: 1.2rem;
  }
}

.sub-title {
  color: var(--dark-grey);
  font-family: var(--Roboto);
  font-weight: 900;
}

.results-wrapper {
  margin-bottom: 45px;
}

.wrapper.resources, .wrapper.wrap-results {
  /* margin-top: 120px; */
}

.results-list p {
  margin-bottom: 15px;
}

.question-results {
  margin-top: 45px;
}

.results-list {
  color: var(--dark-grey);
  font-family: var(--Roboto);
  font-weight: 400;
  text-align: justify;
}

.results-list ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: var(--line-height-base);
}

.results-list p, .results-list li {
/*   font-size: 14px; */
  color: var(--dark-grey);
}

.results-list a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.results-list ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: var(--line-height-base);
}

.sub-title p {
  margin-bottom: 30px;
}

#loader-wrapper {
  position: relative;
  height: 300px;
}

#load-content {
  display: none;
}

.wrapper.wrap-results {
  position: relative;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
}

.form-title {
  margin-bottom: 45px;
  font-family: var(--Roboto);
  font-weight: 400;
}

.center {
  text-align: center;
}

.share-container {
  display: flex;
  justify-content: flex-end;
}

.share {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.share-text {
  float: left;
  color: var(--dark-grey);
  font-family: var(--Roboto);
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.share-icons {
  display: flex;
  margin-bottom: 24px;
}

.share-icons li {
  font-size: 35px;
  padding-right: 24px;
  cursor: pointer;
}

.copy-link {
  height: 50px;
  padding: 5px 5px 5px 7px; 
  display: flex;
  border: 1px solid var(--dark-blue);
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.copy-link-text {
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border: none;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  width: 280px;
  font-size: 1rem;
  font-family: var(--Roboto);
  font-weight: 400;
}

.copy-link-text .icon-link-icon {
  padding-right: 15px;
}

.copy-link-input:hover {
  background: #eeeeee;
}

.copy-link-button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dddddd;
  color: #333333;
  cursor: pointer;
}

.copy-link-button:hover {
  background: #cccccc;
}

#copyText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 1rem;
  font-family: var(--Roboto);
  color: var(--dark-grey);
}

/* .wrapper.resources {
  padding-bottom: 30px;
} */

.resources .copy-link {
  justify-content: flex-start;
}

.resources .title {
  margin-bottom: 0;
}

.link-text {
  color: var(--dark-grey);
  font-family: var(--Roboto);
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 0;
  span {
      margin-right: 15px;
  }
}

#copy-button {
  background-color: var(--dark-blue);
  font-family: var(--Roboto);
  font-weight: 400;
  color: #fff;
  width: 80px;
  padding: 10px;
  cursor: pointer;
}

.icon-ln-icon {
  color: var(--dark-blue);
}

.icon-fb-icon {
  color: #1877F2;
}

.icon-link {
  font-size: 20px;
  color: darkgray;
  padding-left: 10px;
}

.not-found {
  margin: 87px 30px 60px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.not-found h1 {
  font-size: 250px;
  font-weight: 900;
  background: linear-gradient(60deg, var(--light-blue), #3FB5E3, var(--white));
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(203, 119, 119, 0.2);
  margin-bottom: 40px;
}

.not-found h3 {
  font-size: 40px;
  font-family: var(--Roboto);
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 40px;
}

.not-found p {
  font-size: 20px;
  font-family: var(--Roboto);
  font-weight: 400;
  color: var(--dark-grey);
  width: 50%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 40px;
}

.not-found .buttons {
  display: flex;
  justify-content: space-around;  
}

.buttons .border-btn {
  border: 1px solid var(--dark-blue);
  margin-right: 20px;
  background: transparent;
  padding: 10px;
  font-family: var(--Roboto);
  font-weight: 400;
}
.buttons .fill-btn {
  background-color: var(--dark-blue);
  color: var(--white);
  font-family: var(--Roboto);
  font-weight: 400;
  padding: 10px;
}

@media (max-width: 550px) {
  .not-found h1 {
    font-size: 150px;
  }
  .not-found h3 {
    font-size: 25px;
  }
  .not-found p {
    font-size: 15px;
    width: 100%;
  }

  .not-found .buttons {
    font-size: 12px;
  }
}
  
@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }
}

@media (max-width: 768px) {
  .hero-section .hero-section-text .hero-section-text-inner h3 {
    line-height: 40px;
  }

  .terms-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .share-icons {
    justify-content: center;
  }

  .share-text {
    text-align: center;
  }

  .main-text {
    font-family: var(--Roboto);
    font-weight: 400;
    color: var(--dark-grey);
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0 40px 0;
    text-align: left;
}
  
}

@media (min-width: 780px) {
  .wrap {
    max-width: var(--wrap-width-md);
  }

}

@media (min-width: 769px) {
  .burger-menu {
    display: none;
  }

  #key-terms-section {
    padding-bottom: 20px;
  }
  
  #resources-section {
    padding-bottom: 30px;
  }

  .main-text {
    font-family: var(--Roboto);
    font-weight: 400;
    color: var(--dark-grey);
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0 60px 0;
    text-align: center;
}

.main-hero {
  margin-top: 87px;
  margin-bottom: 60px;
}

.hero-section-img {
  margin-bottom: 60px;
}

}
  
  @media (min-width: 992px) {
    .wrap {
      max-width: var(--wrap-width-lg);
    }
  
    /* .hero-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    } */

    .tooltip {
      position: relative;
      display: inline-block;
    }
    
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 140px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 150%;
      left: 50%;
      margin-left: -75px;
      opacity: 0;
    }
    
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
    }
    
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }
    
  }
  
  @media (min-width: 1200px) {
    .wrap {
      max-width: var(--wrap-width-xl);
    }
  }
  
  @media only screen and (min-width: 1640px) {
    .wrap.remove-gutter-left {
      padding: 0;
      max-width: none;
      width: calc(50% + 720px);
      left: 0;
    }
  
    .wrap.remove-gutter-left .cll-col {
      margin-left: 0 !important;
      max-width: 100% !important;
      -webkit-flex-basis: 100% !important;
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
    }
  }

  @media (max-width: 992px) {
    :root {
    --mobile-font-base: 14px;
    --mobile-font-size-h1: 1.7rem;
    --mobile-font-size-h2: 1.3rem;
    --mobile-font-size-h3: 1.2rem;
    --mobile-font-size-h4: 1.1rem;
    --mobile-font-size-h5: 1rem;
    --mobile-font-size-h6: 0.875rem;
    }

    h1 {
      font-size: var(--mobile-font-size-h1);
      font-weight: var(--font-weight-h1);
    }
    
    h2 {
      font-size: var(--mobile-font-size-h2);
      font-weight: var(--font-weight-h2);
    }
    
    h3 {
      font-size: var(--mobile-font-size-h3);
      font-weight: var(--font-weight-h3);
    }
    
    h4 {
      font-size: var(--mobile-font-size-h4);
      font-weight: var(--font-weight-h4);
    }
    
    h5 {
      font-size: var(--mobile-font-size-h5);
      font-weight: var(--font-weight-h5);
    }
    
    h6 {
      font-size: var(--mobile-font-size-h6);
      font-weight: var(--font-weight-h6);
      color: var(--dark-grey);
    }

    p {
      font-size: var(--mobile-font-base);
      line-height: var(--line-height-base);
  }

  .head-text li {
      font-size: var(--mobile-font-base);
      line-height: var(--line-height-base);
      color: var(--dark-grey);
      font-family: var(--Roboto);
  }

    .hero-section .hero-section-img {
      width: 100%;
      /*margin: 0 auto; */
    }
  
    .hero-section .hero-section-text {
      width: 100%;
      /* margin: 0 auto; */
      margin: 0 15px;
    }
  
    .hero-section .hero-section-text .hero-section-text-inner {
      padding: 0;
      /* text-align: center; */
      text-align: left;
    }
  
    .hero-section .hero-section-text .hero-section-text-inner h3 {
      font-size: 22px;
      line-height: 30px;
    }

    .hero-section-text p  {
      font-size: 14px;
    }
  
    .footer .wrapper {
      width: 100%;
      padding: 0 60px;
    }

    .form-title {
      margin-bottom: 30px;
    }

    .share {
      margin-bottom: 40px;
    }

    .share-text {
      font-size: var(--mobile-font-size-h5);
    }

    .tooltiptext {
      display: none;
    }

    #copyText {
      font-size: var(--mobile-font-size-h6);
    }

    #copy-button {
      font-size: var(--mobile-font-size-h6);
    }

    .footer .contact-info p {
      margin-bottom: 40px;
      font-size: 0.75rem;
    }

    .footer .copyright {
      font-size: 0.6rem;
    }

    .wrapper.key-terms {
      padding: 0 15px 0 15px ;
    }

    .terms-wrapper {
      margin-bottom: 30px;
    }

    .terms-wrapper .title,
    .links-wrapper .title {
      margin-right: 0;
      /* text-align: center; */
      text-align: left;
      width: 100%;
      margin-bottom: 24px;
      
    }

    .terms-wrapper .title p,
    .links-wrapper .title  p {
      font-size: var(--mobile-font-size-h4);
    }

    .terms-wrapper .term {
      width: 100%;
      padding: 20px;
    }

    .resources .link-box {
      width: 100%;
    }
    .icon-link-icon:before {
      font-size: 18px;
    }

    .link-text {
      font-size: var(--mobile-font-base);
    }

    .steps {
      font-size: var(--mobile-font-size-h4);
      margin-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
    }

    .steps .step {
      margin-bottom: 10px;
    }

    .question-box {
      padding: 30px;
      margin-bottom: 15px;
    }

    .answers p {
      font-size: var(--mobile-font-base);
    }

    .question-types {
      font-size: var(--mobile-font-size-h6);
    }

    .reset-submit-buttons .submit-btn, .reset-submit-buttons .reset-btn {
      font-size: 0.8rem;
    }

    .main {
      margin-bottom: 40px;
    }

    .reset-submit-buttons {
      margin-top: 40px;
    }

    .nav {
      margin-top: 0;
    }

    .nav .nav-btns {
      font-size: var(--mobile-font-base);
    }
  }

  @media only screen and (max-width: 768px) {
    .flex.wrap .cll-col {
      -webkit-flex-basis: 100% !important;
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
      max-width: 100% !important;
    }
  
    .flex .cll-col {
      -webkit-flex-basis: 100% !important;
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
      max-width: 100% !important;
      margin-left: 0 !important;
    }
  }
  
  @media (max-width: 768px) {
    .header .wrapper {
      width: auto;
    }
  
    .header .navbar {
      display: none;
    }
  
    .burger-menu .burger-lines {
      left: 15px;
    }

    .share-container {
      justify-content: center;
    }

    .share {
      width: 100%;
    }
    
    .share-icons li {
      padding-right: 15px;
    }

    .logos {
      display: flex;
      width: 100%;
      justify-content: center;
    }
    .wrapper {
      width: 86%;
      margin: 0 auto;
    }

    .main-hero {
      margin-top: 67px;
      margin-bottom: 30px;
    }

    .hero-section-img {
      margin-bottom: 40px;
    }
    
    /* Apply a different margin to the first .text element */
    .hero-section-img:first-child {
      margin-bottom: 20px;
    }

    #key-terms-section {
      padding-bottom: 20px;
    }
    
    #resources-section {
      padding-bottom: 0;
    }

    .hero-section-text-inner,
    .hero-section .hero-section-text .hero-section-text-inner,
    .terms-wrapper .title,
    .links-wrapper .title,
    .key-terms .form-title,
    .resources .form-title {
      text-align: left;
    }

    .footer {
      padding: 40px 0;
    }

  }
  
  @media (max-width: 576px) {
    .hero-section.responsive-wrapper {
      /* margin: 60px 15px 0px; */
    }

    .wrapper {
      width: 100%;
      padding: 0 15px;
    }
  }
  
  @media (max-width: 480px) {
    .burger-menu {
      width: 70%;
    }
  
    .footer {
      text-align: center;
      font-size: 12px;
    }
  
    .footer .wrapper {
      padding: 0 30px;
    }

    .second-logo img {
      width: 120px;
      object-fit: contain;
    }
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .header .wrapper {
      width: 100%;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
    }
  }
  
  @media (min-width: 576px) and (max-width: 992px) {
    .hero-section.responsive-wrapper {
      /* margin: 100px 60px; */
      /* margin: 60px 0; */
    }
  }
  
  @media (hover: hover) {
    .steps .step:hover {
      color: var(--white);
      background-color: var(--dark-blue);
    }
  }

.hero-section.text-bottom {
  margin-bottom: 0;
}

.logos a {
  display: flex;
}

.first-logo img {
  width: 180px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.second-logo  {
  padding-top: 8px;
}

h6 {
  color: var(--dark-grey);
}


.head-text li {
  font-size: var(--mobile-font-base);
  line-height: var(--line-height-base);
  color: var(--dark-grey);
  font-family: var(--Roboto);
  list-style-type: disc;
  list-style-position: inside;
}

.resources .hero-section-text-inner.head-text {
	margin-bottom: 50px;
}

.resources .hero-section-text-inner.head-text p {
	font-family: var(--regular);
    font-weight: 400;
    color: var(--dark-grey);
    font-weight: 400;
    font-size: 16px;
}

.languages {
  display: none;
}
.mobile-languages {
  display: flex;
  margin-top: 60px;
}
.mobile-languages li {
  margin: 0 8px;
  font-family: var(--Roboto);
  font-weight: 400;
  color: white;
  font-size: 18px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-languages li.active {
  color: #C7C7C7;
}
.burger-menu {
  display: flex;
}
@media(max-width: 992px) {
  .header .navbar {
    display: none;
  }
  .burger-menu .burger-lines {
    left: 15px;
  }
}
@media(min-width: 992px) {
  .burger-menu {
    display: none;
  }
  .header .navbar {
    display: block;
  }
  .languages {
    display: flex;
  }
  .languages li {
    margin: 0 5px;
    font-family: var(--Roboto);
    font-weight: 500;
    color: var(--dark-grey);
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    line-height: 18px;
  }
  .languages li.active {
    color: var(--light-blue);
  }
}
