/* **** EXTRA WIDE CONTAINER **** */
@import url("//hello.myfonts.net/count/37baab");
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=63b7b915-18ac-4082-bb40-c4cdab146e28");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900");
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container.wide {
    width: 750px; } }
@media (min-width: 992px) {
  .container.wide {
    width: 970px; } }
@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%; } }
/* ***** MOBLE EXTRA SMALL COLUMNS ***** */
.col-mxs-1,
.col-mxs-2,
.col-mxs-3,
.col-mxs-4,
.col-mxs-5,
.col-mxs-6,
.col-mxs-7,
.col-mxs-8,
.col-mxs-9,
.col-mxs-10,
.col-mxs-11,
.col-mxs-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: 748px; }

  .col-mxs-1,
  .col-mxs-2,
  .col-mxs-3,
  .col-mxs-4,
  .col-mxs-5,
  .col-mxs-6,
  .col-mxs-7,
  .col-mxs-8,
  .col-mxs-9,
  .col-mxs-10,
  .col-mxs-11 {
    float: left; }

  .col-mxs-1 {
    width: 8.33333333%; }

  .col-mxs-2 {
    width: 16.66666667%; }

  .col-mxs-3 {
    width: 25%; }

  .col-mxs-4 {
    width: 33.33333333%; }

  .col-mxs-5 {
    width: 41.66666667%; }

  .col-mxs-6 {
    width: 50%; }

  .col-mxs-7 {
    width: 58.33333333%; }

  .col-mxs-8 {
    width: 66.66666667%; }

  .col-mxs-9 {
    width: 75%; }

  .col-mxs-10 {
    width: 83.33333333%; }

  .col-mxs-11 {
    width: 91.66666667%; }

  .col-mxs-12 {
    width: 100%; }

  .col-mxs-pull-0 {
    right: auto; }

  .col-mxs-pull-1 {
    right: 8.33333333%; }

  .col-mxs-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-mxs-pull-8 {
    right: 66.66666667%; }

  .col-mxs-pull-9 {
    right: 75%; }

  .col-mxs-pull-10 {
    right: 83.33333333%; }

  .col-mxs-pull-11 {
    right: 91.66666667%; }

  .col-mxs-pull-12 {
    right: 100%; }

  .col-mxs-push-0 {
    left: auto; }

  .col-mxs-push-1 {
    left: 8.33333333%; }

  .col-mxs-push-2 {
    left: 16.66666667%; }

  .col-mxs-push-8 {
    left: 66.66666667%; }

  .col-mxs-push-9 {
    left: 75%; }

  .col-mxs-push-10 {
    left: 83.33333333%; }

  .col-mxs-push-11 {
    left: 91.66666667%; }

  .col-mxs-push-12 {
    left: 100%; }

  .col-mxs-offset-0 {
    margin-left: 0; }

  .col-mxs-offset-1 {
    margin-left: 8.33333333%; }

  .col-mxs-offset-2 {
    margin-left: 16.66666667%; }

  .col-mxs-offset-3 {
    margin-left: 25%; }

  .col-mxs-offset-4 {
    margin-left: 33.33333333%; }

  .col-mxs-offset-5 {
    margin-left: 41.66666667%; }

  .col-mxs-offset-6 {
    margin-left: 50%; }

  .col-mxs-offset-7 {
    margin-left: 58.33333333%; }

  .col-mxs-offset-8 {
    margin-left: 66.66666667%; }

  .col-mxs-offset-9 {
    margin-left: 75%; }

  .col-mxs-offset-10 {
    margin-left: 83.33333333%; }

  .col-mxs-offset-11 {
    margin-left: 91.66666667%; }

  .col-mxs-offset-12 {
    margin-left: 100%; } }
/* ------------------------------
Icons
--------------------------------*/
i.icon {
  display: inline-block;
  width: 20px;
  height: 20px; }

/* **** SOCIAL ICONS ***** */
/* **** CUSTOM ICONS ***** */
.fac-check:before {
  content: "";
  background: url("/img/check.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block; }

.fac-check-blue:before {
  content: "";
  background: url("/img/check-blue.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block; }

.fac-inprogress:before {
  content: "";
  background: url("/img/inprogress.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block; }

/* ------------------------------
Typography
--------------------------------*/
@font-face {
  font-family: 'FFCoconWebProBold';
  src: url("/fonts/37BAAB_0_0.eot");
  src: url("/fonts/37BAAB_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/37BAAB_0_0.woff2") format("woff2"), url("/fonts/37BAAB_0_0.woff") format("woff"), url("/fonts/37BAAB_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFCoconWebProRegular';
  src: url("/fonts/37BAAB_1_0.eot");
  src: url("/assets/ebfonts/37BAAB_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/37BAAB_1_0.woff2") format("woff2"), url("/fonts/37BAAB_1_0.woff") format("woff"), url("/fonts/37BAAB_1_0.ttf") format("truetype"); }
@font-face {
  font-family: "Neue Helvetica W05_n3";
  src: url("/fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica W05";
  src: url("/fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix");
  src: url("/fonts/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"), url("/fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("/fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff"), url("/fonts/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Neue Helvetica W05_n4";
  src: url("/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica W05";
  src: url("/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("/fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Neue Helvetica W05_i4";
  src: url("/fonts/c708845d-fe72-4432-9276-47c4f91aec1c.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica W05";
  src: url("/fonts/c708845d-fe72-4432-9276-47c4f91aec1c.eot?#iefix");
  src: url("/fonts/c708845d-fe72-4432-9276-47c4f91aec1c.eot?#iefix") format("eot"), url("/fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"), url("/fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff"), url("/fonts/c07fd9e2-5e0b-4297-9229-af0c8e331d94.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Neue Helvetica W05_n5";
  src: url("/fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica W05";
  src: url("/fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix");
  src: url("/fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix") format("eot"), url("/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff"), url("/fonts/14d824a2-2a5c-4692-8e30-74f6e177b675.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
html,
body {
  color: #28265B;
  font-family: "Neue Helvetica W05", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 14px; }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html,
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FFCoconWebProBold", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased; }

ul,
ol,
p {
  font-family: "Neue Helvetica W05", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

.heading {
  color: #28265B;
  font-size: 22px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .heading {
      font-size: 30px;
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .heading {
      font-size: 38px; } }

.sub-heading {
  color: #28265B;
  font-size: 18px; }
  @media (min-width: 768px) {
    .sub-heading {
      font-size: 24px; } }

.small-heading {
  color: #28265B;
  font-family: "FFCoconWebProRegular", sans-serif;
  font-size: 18px; }
  @media (min-width: 768px) {
    .small-heading {
      font-size: 21px; } }

.xsmall-heading {
  font-family: "Neue Helvetica W05", sans-serif;
  font-weight: 600;
  font-size: 16px; }

.small-text {
  font-size: 12px;
  font-style: normal; }
  .small-text.padding-top {
    padding-top: 15px; }

.med-text {
  font-size: 16px;
  font-style: normal; }

.accent-colour {
  color: #3655A2; }

/* ------------------------------
Buttons
--------------------------------*/
/* ***** SOLID BUTTONS ***** */
.btn {
  border-radius: 100px;
  padding: 8px 35px;
  width: auto;
  background: #332f2c; }
  @media (min-width: 768px) {
    .btn {
      width: auto; } }
  .btn span {
    color: #ffffff;
    padding: 0 !important;
    font-size: 13px;
    font-family: "FFCoconWebProRegular", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .btn span {
        font-size: 18px; } }

.btn-primary {
  background: #3655A2;
  border-radius: 20px;
  padding: 12px 35px;
  color: #ffffff; }
  .btn-primary span {
    color: #ffffff; }

.btn-primary:hover {
  background: #272758; }

.btn-secondary {
  background: #3655A2;
  border-radius: 20px;
  padding: 12px 35px; }
  .btn-secondary span {
    padding: 0; }

.btn-secondary:hover {
  background: #272758; }

.btn-tertiary {
  background: #029dd2;
  border-radius: 18px; }
  
  
  .btn-quaternary {
  background: #28265B;
      border-radius: 20px;
    padding: 12px 35px;
    color: #ffffff; }
  


/* ***** GHOST BUTTONS ***** */
.btn-ghost-secondary {
  border: 1px solid #3655A2;
  background: rgba(0, 0, 0, 0); }
  .btn-ghost-secondary span {
    color: #3655A2; }

.btn-ghost-tertiary {
  border: 1px solid #029dd2;
  background: rgba(0, 0, 0, 0); }
  .btn-ghost-tertiary span {
    color: #029dd2; }

.btn-ghost-white {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff; }

.btn-light-blue, .btn-light-blue:focus, .btn-light-blue:active {
  background: #029dd2;
  border: 1px solid #029dd2;
  width: 100%; }

.btn-light-blue:hover {
  background: #029dd2; }

.btn-light-blue.off {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #029dd2; }
  .btn-light-blue.off span {
    color: #029dd2; }

.btn-green, .btn-green:focus, .btn-green:active {
  background: #8fe079;
  border: 1px solid #8fe079;
  width: 100%; }

.btn-green:hover {
  background: #8fe079; }

.btn-green.off {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #8fe079; }
  .btn-green.off span {
    color: #8fe079; }

.btn-red, .btn-red:focus, .btn-red:active {
  background: #ff6357;
  border: 1px solid #ff6357;
  width: 100%; }

.btn-red:hover {
  background: #ff6357; }

.btn-red.off {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff6357; }
  .btn-red.off span {
    color: #ff6357; }

.btn-red-text {
  border-radius: 0px;
  padding: 8px 5px; }

.btn-text {
  border-radius: 0px;
  padding: 8px 5px; }

.btn-red-text, .btn-red-text:focus, .btn-red-text:active {
  background: rgba(0, 0, 0, 0);
  color: #ff6357; }
  .btn-red-text span, .btn-red-text:focus span, .btn-red-text:active span {
    font-family: "Neue Helvetica W05", sans-serif;
    font-size: 14px; }
  .btn-red-text i, .btn-red-text:focus i, .btn-red-text:active i {
    margin-right: 5px; }
  .btn-red-text span, .btn-red-text i, .btn-red-text:focus span, .btn-red-text:focus i, .btn-red-text:active span, .btn-red-text:active i {
    color: #ff6357; }

.btn-text, .btn-text:focus, .btn-text:active {
  background: rgba(0, 0, 0, 0);
  color: #272758; }
  .btn-text span, .btn-text:focus span, .btn-text:active span {
    display: inline-block;
    margin-top: 10px;
    font-family: "Neue Helvetica W05", sans-serif;
    font-size: 14px; }
  .btn-text i, .btn-text:focus i, .btn-text:active i {
    margin-right: 5px; }
  .btn-text span, .btn-text i, .btn-text:focus span, .btn-text:focus i, .btn-text:active span, .btn-text:active i {
    color: #272758; }

.btn-plus {
  cursor: pointer;
  display: inline-block;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  background-color: #3655A2;
  color: #ffffff; }

/* ------------------------------
Forms
--------------------------------*/
form .sub-heading {
  color: #3655A2;
  font-size: 18px;
  font-family: "FFCoconWebProBold", sans-serif; }
  @media (min-width: 768px) {
    form .sub-heading {
      font-size: 26px; } }
form label {
  font-family: "Neue Helvetica W05", sans-serif;
  font-weight: 600;
  margin: 10px 0 5px 0;
  font-size: 14px;
  display: block; }
  @media (min-width: 768px) {
    form label {
      margin: 20px 0 5px 0; } }
  form label span {
    color: #ff6357; }
  form label span.hint {
    text-align: right;
    color: #272758;
    font-size: 11px;
    float: right;
    position: relative;
    top: 2px; }
form .help {
  color: #272758;
  font-size: 12px; }
form .row {
  margin-left: -5px;
  margin-right: -5px; }
  form .row .col-lg-1, form .row .col-lg-10, form .row .col-lg-11, form .row .col-lg-12, form .row .col-lg-2, form .row .col-lg-3, form .row .col-lg-4, form .row .col-lg-5, form .row .col-lg-6, form .row .col-lg-7, form .row .col-lg-8, form .row .col-lg-9, form .row .col-md-1, form .row .col-md-10, form .row .col-md-11, form .row .col-md-12, form .row .col-md-2, form .row .col-md-3, form .row .col-md-4, form .row .col-md-5, form .row .col-md-6, form .row .col-md-7, form .row .col-md-8, form .row .col-md-9, form .row .col-sm-1, form .row .col-sm-10, form .row .col-sm-11, form .row .col-sm-12, form .row .col-sm-2, form .row .col-sm-3, form .row .col-sm-4, form .row .col-sm-5, form .row .col-sm-6, form .row .col-sm-7, form .row .col-sm-8, form .row .col-sm-9, form .row .col-xs-1, form .row .col-xs-10, form .row .col-xs-11, form .row .col-xs-12, form .row .col-xs-2, form .row .col-xs-3, form .row .col-xs-4, form .row .col-xs-5, form .row .col-xs-6, form .row .col-xs-7, form .row .col-xs-8, form .row .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px; }

/* ***** PRIMARY CONTACT FORM ***** */
.select {
  border: 1px solid #cccccc;
  position: relative; }
  .select select {
    font-family: "Neue Helvetica W05", sans-serif;
    color: #28265B;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 3px 15px 3px 10px !important;
    margin-left: 0px;
    border: 0px solid #eee;
    background: none;
    font-size: 16px;
    position: relative;
    z-index: 2;
    width: 100%; }
    @media (min-width: 768px) {
      .select select {
        font-size: 14px; } }
    .select select:focus {
      outline: none; }
  .select i {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 6px;
    color: rgba(0, 0, 0, 0.5); }

.text {
  border: 1px solid #cccccc;
  position: relative; }
  .text input {
    font-family: "Neue Helvetica W05", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 3px 40px 3px 10px !important;
    font-size: 16px;
    border: 0px solid #eee;
    background: none;
    width: 100%;
    color: #28265B; }
    @media (min-width: 768px) {
      .text input {
        font-size: 14px; } }
    .text input:focus {
      outline: none; }

.text.lrg-text {
  border: 1px solid #cccccc;
  position: relative; }
  .text.lrg-text input {
    font-family: "Neue Helvetica W05", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 15px 40px 15px 10px !important;
    font-size: 16px;
    border: 0px solid #eee;
    background: none;
    width: 100%;
    color: #28265B; }
    .text.lrg-text input:focus {
      outline: none; }

.textarea {
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 12px; }
  .textarea textarea {
    resize: none;
    font-family: "Neue Helvetica W05", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 5px 40px 8px 10px !important;
    font-size: 16px;
    border: 0px solid #eee;
    background: none;
    width: 100%;
    /*min-height: 120px;*/
    color: #28265B; }
    @media (min-width: 768px) {
      .textarea textarea {
        font-size: 14px; } }
    .textarea textarea:focus {
      outline: none; }

.delete i {
  color: rgba(0, 0, 0, 0.2); }
.delete:hover i {
  color: #ff6357; }

.checkbox {
  margin-top: 20px;
  display: inline-block;
  position: relative; }
  .checkbox input, .checkbox input[type=checkbox] {
    margin-left: 0 !important; }

.checkbox label {
  cursor: pointer;
  top: 0;
  left: 0;
  border-radius: 100px;
  padding-left: 20px;
  margin-top: 0; }
  .checkbox label span {
    margin-left: 10px;
    font-weight: 500;
    color: #272758;
    font-size: 12px;
    width: 100%;
    display: inline-block; }

.checkbox label:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  border-top: none;
  border-right: none;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
  padding: 3px 0px 0px 6px; }

.checkbox label:hover::after {
  opacity: 1; }

.checkbox input[type=checkbox] {
  visibility: hidden; }

.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  background-image: url("/img/check.svg");
  background-size: 16px;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 5px 3px;
  background-color: #8fe079; }

.submit {
  margin-top: 12px; }
  
  [data-question-type="single-line"] .text,  [data-question-type="locationapi"] .text, [data-question-type="drop-down"] .select,   [data-question-type="date-picker"] .select  {
      margin-top:20px;
       margin-bottom:20px;
  }

/* ------------------------------
Theme
--------------------------------*/

/*# Cookie Banner */

.notification-bar {
   display: block;
   width:100%;
   position: absolute;
   top:0;
   right:0;
   left:0;
   box-sizing: border-box;
   padding: 0 20px;
   background: #029dd2;
   overflow: hidden;
   transition: all .6s ease;
   z-index:99999;
}

.notification-bar.hide-bar {
   position: absolute;
   top:-100px;
}

.notification-bar-inner {
   width: 100%;
   max-width:1170px;
   margin:0 auto;
   padding: 10px 0;
   overflow: hidden;
   position: relative;
}

.notification-bar-inner-message {
   width: calc(100% - 100px);
   overflow: hidden;
}

.notification-bar-inner-message p {
   font-family: 'Futura', sans-serif;
   color:#fff;
   padding: 0;
   margin: 0 0 5px 0;
   font-size: 0.86em;
   font-weight: normal;
}

.notification-bar-inner-message p:last-child {
   padding: 0;
   margin: 0;
}

.notification-bar-inner-message p a,
.notification-bar-inner-message p a:active,
.notification-bar-inner-message p a:visited,
.notification-bar-inner-message p a:focus,
.notification-bar-inner-message p a:hover {
   text-decoration: underline;
   outline: none;
   color:#fff;
}

.notification-bar-inner button {
    position: absolute;
    top: 1.150em;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding: 10px 15px;
    background: #fff;
    text-transform: uppercase;
    color: #2a2c33;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

.error_container {
    margin-top: 10px;
}

    .error_container p {
        color: red;
    }