@charset "UTF-8";
/*           
******************************************************************************************************************                                  
                                     88              88           88                         
                                     ""              88           88                         
                                                     88           88                         
8b       d8  ,adPPYYba,  8b,dPPYba,  88  ,adPPYYba,  88,dPPYba,   88   ,adPPYba,  ,adPPYba,  
`8b     d8'  ""     `Y8  88P'   "Y8  88  ""     `Y8  88P'    "8a  88  a8P_____88  I8[    ""  
 `8b   d8'   ,adPPPPP88  88          88  ,adPPPPP88  88       d8  88  8PP"""""""   `"Y8ba,   
  `8b,d8'    88,    ,88  88          88  88,    ,88  88b,   ,a8"  88  "8b,   ,aa  aa    ]8I  
    "8"      `"8bbdP"Y8  88          88  `"8bbdP"Y8  8Y"Ybbd8"'   88   `"Ybbd8"'  `"YbbdP"

******************************************************************************************************************
*/
/* Fonts */
/*Container sizes*/
/* Colours */
/*Colours for buttons/headings etc*/
/*
Array of all colours above to create relevant classes
When adding a new variable colour, ensure it's added here in a key: $value format so that classes are generated
*/
/*
Loops through above array and creates a text_color class, fill class, and background colour class
*/
.text_color_main {
  color: #0F5DA1;
}

.fill_main {
  fill: #0F5DA1;
}

.bg_main {
  background-color: #0F5DA1;
}

.border_color_main {
  border-color: #0F5DA1;
}

.text_color_alt {
  color: #2BA2DC;
}

.fill_alt {
  fill: #2BA2DC;
}

.bg_alt {
  background-color: #2BA2DC;
}

.border_color_alt {
  border-color: #2BA2DC;
}

.text_color_blue {
  color: #00579c;
}

.fill_blue {
  fill: #00579c;
}

.bg_blue {
  background-color: #00579c;
}

.border_color_blue {
  border-color: #00579c;
}

.text_color_light_blue {
  color: #2196f3;
}

.fill_light_blue {
  fill: #2196f3;
}

.bg_light_blue {
  background-color: #2196f3;
}

.border_color_light_blue {
  border-color: #2196f3;
}

.text_color_green {
  color: #037908;
}

.fill_green {
  fill: #037908;
}

.bg_green {
  background-color: #037908;
}

.border_color_green {
  border-color: #037908;
}

.text_color_light_green {
  color: #4caf50;
}

.fill_light_green {
  fill: #4caf50;
}

.bg_light_green {
  background-color: #4caf50;
}

.border_color_light_green {
  border-color: #4caf50;
}

.text_color_yellow {
  color: #ffeb3b;
}

.fill_yellow {
  fill: #ffeb3b;
}

.bg_yellow {
  background-color: #ffeb3b;
}

.border_color_yellow {
  border-color: #ffeb3b;
}

.text_color_light_yellow {
  color: #fff59a;
}

.fill_light_yellow {
  fill: #fff59a;
}

.bg_light_yellow {
  background-color: #fff59a;
}

.border_color_light_yellow {
  border-color: #fff59a;
}

.text_color_orange {
  color: #ff9800;
}

.fill_orange {
  fill: #ff9800;
}

.bg_orange {
  background-color: #ff9800;
}

.border_color_orange {
  border-color: #ff9800;
}

.text_color_light_orange {
  color: #f79862;
}

.fill_light_orange {
  fill: #f79862;
}

.bg_light_orange {
  background-color: #f79862;
}

.border_color_light_orange {
  border-color: #f79862;
}

.text_color_red {
  color: #8D021F;
}

.fill_red {
  fill: #8D021F;
}

.bg_red {
  background-color: #8D021F;
}

.border_color_red {
  border-color: #8D021F;
}

.text_color_light_red {
  color: #f44336;
}

.fill_light_red {
  fill: #f44336;
}

.bg_light_red {
  background-color: #f44336;
}

.border_color_light_red {
  border-color: #f44336;
}

.text_color_pink {
  color: #e91e63;
}

.fill_pink {
  fill: #e91e63;
}

.bg_pink {
  background-color: #e91e63;
}

.border_color_pink {
  border-color: #e91e63;
}

.text_color_light_pink {
  color: #fe7f9c;
}

.fill_light_pink {
  fill: #fe7f9c;
}

.bg_light_pink {
  background-color: #fe7f9c;
}

.border_color_light_pink {
  border-color: #fe7f9c;
}

.text_color_purple {
  color: #673ab7;
}

.fill_purple {
  fill: #673ab7;
}

.bg_purple {
  background-color: #673ab7;
}

.border_color_purple {
  border-color: #673ab7;
}

.text_color_light_purple {
  color: #cea3ff;
}

.fill_light_purple {
  fill: #cea3ff;
}

.bg_light_purple {
  background-color: #cea3ff;
}

.border_color_light_purple {
  border-color: #cea3ff;
}

.text_color_charcoal {
  color: #2a2a2a;
}

.fill_charcoal {
  fill: #2a2a2a;
}

.bg_charcoal {
  background-color: #2a2a2a;
}

.border_color_charcoal {
  border-color: #2a2a2a;
}

.text_color_black {
  color: #111111;
}

.fill_black {
  fill: #111111;
}

.bg_black {
  background-color: #111111;
}

.border_color_black {
  border-color: #111111;
}

.text_color_brown {
  color: #6d4f27;
}

.fill_brown {
  fill: #6d4f27;
}

.bg_brown {
  background-color: #6d4f27;
}

.border_color_brown {
  border-color: #6d4f27;
}

.text_color_light_brown {
  color: #d2b48c;
}

.fill_light_brown {
  fill: #d2b48c;
}

.bg_light_brown {
  background-color: #d2b48c;
}

.border_color_light_brown {
  border-color: #d2b48c;
}

.text_color_tan {
  color: #fffdf6;
}

.fill_tan {
  fill: #fffdf6;
}

.bg_tan {
  background-color: #fffdf6;
}

.border_color_tan {
  border-color: #fffdf6;
}

.text_color_white {
  color: white;
}

.fill_white {
  fill: white;
}

.bg_white {
  background-color: white;
}

.border_color_white {
  border-color: white;
}

.text_color_off_white {
  color: #f2f2f2;
}

.fill_off_white {
  fill: #f2f2f2;
}

.bg_off_white {
  background-color: #f2f2f2;
}

.border_color_off_white {
  border-color: #f2f2f2;
}

.text_color_grey {
  color: #cec9c9;
}

.fill_grey {
  fill: #cec9c9;
}

.bg_grey {
  background-color: #cec9c9;
}

.border_color_grey {
  border-color: #cec9c9;
}

.text_color_light_grey {
  color: #F9F9F9;
}

.fill_light_grey {
  fill: #F9F9F9;
}

.bg_light_grey {
  background-color: #F9F9F9;
}

.border_color_light_grey {
  border-color: #F9F9F9;
}

.text_color_header_text {
  color: #0F5DA1;
}

.fill_header_text {
  fill: #0F5DA1;
}

.bg_header_text {
  background-color: #0F5DA1;
}

.border_color_header_text {
  border-color: #0F5DA1;
}

.text_color_body_text {
  color: #414042;
}

.fill_body_text {
  fill: #414042;
}

.bg_body_text {
  background-color: #414042;
}

.border_color_body_text {
  border-color: #414042;
}

.text_color_border {
  color: #ebebeb;
}

.fill_border {
  fill: #ebebeb;
}

.bg_border {
  background-color: #ebebeb;
}

.border_color_border {
  border-color: #ebebeb;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=af47c987105f02271d7b02fd3b2c2724)
 * Config saved to config.json and https://gist.github.com/af47c987105f02271d7b02fd3b2c2724
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, fieldset legend, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, fieldset legend small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, fieldset legend .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, fieldset legend, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, fieldset legend small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, fieldset legend .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4, fieldset legend {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
a, button, input[type=submit], a strong {
  transition: all 0.3s ease;
}

body {
  font-family: "Source Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #414042;
  font-size: 18px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

::selection {
  background: #0d508a;
  color: white;
}

img, svg,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  display: block;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left,
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.right,
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

#attachment_page {
  text-align: center;
}
#attachment_page .title {
  margin-bottom: 25px;
}
#attachment_page .url {
  margin-top: 25px;
  font-style: italic;
}

#main_wrapper #content_inner .padding_top_none {
  padding-top: 0;
}
#main_wrapper #content_inner .padding_top_tiny {
  padding-top: 10px;
}
#main_wrapper #content_inner .padding_top_extra_small {
  padding-top: 20px;
}
#main_wrapper #content_inner .padding_top_small {
  padding-top: 35px;
}
#main_wrapper #content_inner .padding_top_medium {
  padding-top: 50px;
}
#main_wrapper #content_inner .padding_top_large {
  padding-top: 70px;
}
#main_wrapper #content_inner .padding_top_extra_large {
  padding-top: 105px;
}
#main_wrapper #content_inner .padding_top_huge {
  padding-top: 140px;
}
#main_wrapper #content_inner .padding_bottom_none {
  padding-bottom: 0;
}
#main_wrapper #content_inner .padding_bottom_tiny {
  padding-bottom: 10px;
}
#main_wrapper #content_inner .padding_bottom_extra_small {
  padding-bottom: 20px;
}
#main_wrapper #content_inner .padding_bottom_small {
  padding-bottom: 35px;
}
#main_wrapper #content_inner .padding_bottom_medium {
  padding-bottom: 50px;
}
#main_wrapper #content_inner .padding_bottom_large {
  padding-bottom: 70px;
}
#main_wrapper #content_inner .padding_bottom_extra_large {
  padding-bottom: 105px;
}
#main_wrapper #content_inner .padding_bottom_huge {
  padding-bottom: 140px;
}
#main_wrapper #content_inner .margin_top_none {
  margin-top: 0;
}
#main_wrapper #content_inner .margin_top_tiny {
  margin-top: 10px;
}
#main_wrapper #content_inner .margin_top_extra_small {
  margin-top: 20px;
}
#main_wrapper #content_inner .margin_top_small {
  margin-top: 35px;
}
#main_wrapper #content_inner .margin_top_medium {
  margin-top: 50px;
}
#main_wrapper #content_inner .margin_top_large {
  margin-top: 70px;
}
#main_wrapper #content_inner .margin_top_extra_large {
  margin-top: 105px;
}
#main_wrapper #content_inner .margin_top_huge {
  margin-top: 140px;
}
#main_wrapper #content_inner .margin_bottom_none {
  margin-bottom: 0;
}
#main_wrapper #content_inner .margin_bottom_tiny {
  margin-bottom: 10px;
}
#main_wrapper #content_inner .margin_bottom_extra_small {
  margin-bottom: 20px;
}
#main_wrapper #content_inner .margin_bottom_small {
  margin-bottom: 35px;
}
#main_wrapper #content_inner .margin_bottom_medium {
  margin-bottom: 50px;
}
#main_wrapper #content_inner .margin_bottom_large {
  margin-bottom: 70px;
}
#main_wrapper #content_inner .margin_bottom_extra_large {
  margin-bottom: 105px;
}
#main_wrapper #content_inner .margin_bottom_huge {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  #main_wrapper #content_inner .padding_top_xs_none {
    padding-top: 0;
  }
  #main_wrapper #content_inner .padding_top_xs_small {
    padding-top: 35px;
  }
  #main_wrapper #content_inner .padding_top_xs_medium {
    padding-top: 70px;
  }
  #main_wrapper #content_inner .padding_top_xs_large {
    padding-top: 105px;
  }
  #main_wrapper #content_inner .padding_bottom_xs_none {
    padding-bottom: 0;
  }
  #main_wrapper #content_inner .padding_bottom_xs_small {
    padding-bottom: 35px;
  }
  #main_wrapper #content_inner .padding_bottom_xs_medium {
    padding-bottom: 70px;
  }
  #main_wrapper #content_inner .padding_bottom_xs_large {
    padding-bottom: 105px;
  }
  #main_wrapper #content_inner .margin_top_xs_none {
    margin-top: 0;
  }
  #main_wrapper #content_inner .margin_top_xs_small {
    margin-top: 35px;
  }
  #main_wrapper #content_inner .margin_top_xs_medium {
    margin-top: 70px;
  }
  #main_wrapper #content_inner .margin_top_xs_large {
    margin-top: 105px;
  }
  #main_wrapper #content_inner .margin_bottom_xs_none {
    margin-bottom: 0;
  }
  #main_wrapper #content_inner .margin_bottom_xs_small {
    margin-bottom: 35px;
  }
  #main_wrapper #content_inner .margin_bottom_xs_medium {
    margin-bottom: 70px;
  }
  #main_wrapper #content_inner .margin_bottom_xs_large {
    padding-bottom: 105px;
  }
}

/*Hides reCAPTCHA V3 badge*/
.grecaptcha-badge {
  display: none !important;
}

/* line 192, ../sass/simplelightbox.scss */
.sl-spinner,
.loader {
  display: none;
  border: 5px solid #fff;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1077;
  animation: pulsate 1s ease-out infinite;
}

.loader {
  border-color: #e1e1e1;
}

.tooltip {
  display: inline-block;
  position: relative;
  z-index: 5;
  border-bottom: 1px dotted #ebebeb;
  cursor: help;
}
.tooltip .tip {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 10px !important;
  z-index: 5;
  font-size: 11px;
  display: block;
  width: 160px;
  cursor: auto;
  visibility: hidden;
}
.tooltip .tip:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.tooltip:hover .tip {
  visibility: visible;
}

.bg_cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.header_dropdown_box_wrap {
  position: relative;
  z-index: 3;
}
.header_dropdown_box_wrap .header_dropdown_box_trigger {
  text-align: right;
  padding-bottom: 15px;
  display: block;
}
.header_dropdown_box_wrap .inner {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 30px 20px;
  box-sizing: content-box;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  width: 300px !important;
  max-height: 90vh;
  overflow-y: auto;
  display: none;
}

#vc_no-content-helper a#vc_no-content-add-text-block {
  display: none !important;
}

#page_not_found {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  font-size: 20px;
}
#page_not_found .text_wrap {
  padding-right: 20px;
}
#page_not_found h2 {
  font-size: 5em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: 0;
}
#page_not_found h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0;
}
#page_not_found p {
  font-size: 1em;
}
#page_not_found .set_size {
  width: 360px;
  max-width: 100%;
}
#page_not_found .page_not_found_link {
  color: inherit;
  text-decoration: underline;
}
#page_not_found .page_not_found_link:hover {
  color: #0F5DA1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page_not_found {
    width: 850px;
  }
  #page_not_found .image_wrap img {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page_not_found .image_wrap img {
    width: 330px;
  }
  #page_not_found h2 {
    font-size: 4.7em;
  }
  #page_not_found h3 {
    font-size: 1.8em;
  }
  #page_not_found .set_size {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #page_not_found {
    flex-wrap: wrap;
    text-align: center;
  }
  #page_not_found .image_wrap {
    order: -1;
    width: 100%;
    margin-bottom: 25px;
  }
  #page_not_found .image_wrap img {
    width: 180px;
  }
  #page_not_found .text_wrap {
    width: 100%;
    padding-right: 0;
  }
  #page_not_found h2 {
    font-size: 3.6em;
  }
  #page_not_found h3 {
    font-size: 1.4em;
  }
  #page_not_found .set_size {
    width: 100%;
  }
  #page_not_found p {
    width: 200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #page_not_found .page_not_found_link {
    display: block;
  }
}

.overlay_link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSans3-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
/*    
**************************************************************************************************************************                   
                                                                                                  88                        
  ,d                                                                                              88                        
  88                                                                                              88                        
MM88MMM  8b       d8  8b,dPPYba,    ,adPPYba,    ,adPPYb,d8  8b,dPPYba,  ,adPPYYba,  8b,dPPYba,   88,dPPYba,   8b       d8  
  88     `8b     d8'  88P'    "8a  a8"     "8a  a8"    `Y88  88P'   "Y8  ""     `Y8  88P'    "8a  88P'    "8a  `8b     d8'  
  88      `8b   d8'   88       d8  8b       d8  8b       88  88          ,adPPPPP88  88       d8  88       88   `8b   d8'   
  88,      `8b,d8'    88b,   ,a8"  "8a,   ,a8"  "8a,   ,d88  88          88,    ,88  88b,   ,a8"  88       88    `8b,d8'    
  "Y888      Y88'     88`YbbdP"'    `"YbbdP"'    `"YbbdP"Y8  88          `"8bbdP"Y8  88`YbbdP"'   88       88      Y88'     
             d8'      88                         aa,    ,88                          88                            d8'      
            d8'       88                          "Y8bbdP"                           88                           d8' 

**************************************************************************************************************************
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans", sans-serif;
  color: #0F5DA1;
  line-height: 1.2em;
  font-weight: 700;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

h1, .h1 .heading_element {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  h1.font_size_small, .h1 .heading_element.font_size_small {
    font-size: 40px;
  }
  h1.font_size_large, .h1 .heading_element.font_size_large {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1, .h1 .heading_element {
    font-size: 38px;
  }
  h1.font_size_large, h1.font_size_small, .h1 .heading_element.font_size_large, .h1 .heading_element.font_size_small {
    font-size: 38px;
  }
}

h2, .h2 .heading_element {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: 768px) {
  h2.font_size_small, .h2 .heading_element.font_size_small {
    font-size: 30px;
  }
  h2.font_size_large, .h2 .heading_element.font_size_large {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2, .h2 .heading_element {
    font-size: 30px;
    line-height: 1.2em;
  }
  h2.font_size_large, h2.font_size_small, .h2 .heading_element.font_size_large, .h2 .heading_element.font_size_small {
    font-size: 30px;
  }
}

.heading.h2 {
  margin-top: 0;
}

h3, .h3 .heading_element {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3.font_size_small, .h3 .heading_element.font_size_small {
    font-size: 26px;
  }
  h3.font_size_large, .h3 .heading_element.font_size_large {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h3, .h3 .heading_element {
    font-size: 28px;
  }
  h3.font_size_large, h3.font_size_small, .h3 .heading_element.font_size_large, .h3 .heading_element.font_size_small {
    font-size: 28px;
  }
}

h4, .h4 .heading_element, fieldset legend .heading_element {
  font-size: 32px;
}
@media (min-width: 768px) {
  h4.font_size_small, .h4 .heading_element.font_size_small, fieldset legend .heading_element.font_size_small {
    font-size: 24px;
  }
  h4.font_size_large, .h4 .heading_element.font_size_large, fieldset legend .heading_element.font_size_large {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h4, .h4 .heading_element, fieldset legend .heading_element {
    font-size: 25px;
  }
  h4.font_size_large, h4.font_size_small, .h4 .heading_element.font_size_large, fieldset legend .heading_element.font_size_large, .h4 .heading_element.font_size_small, fieldset legend .heading_element.font_size_small {
    font-size: 25px;
  }
}

h5, .h5 .heading_element {
  font-size: 24px;
}
@media (min-width: 768px) {
  h5.font_size_small, .h5 .heading_element.font_size_small {
    font-size: 20px;
  }
  h5.font_size_large, .h5 .heading_element.font_size_large {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h5, .h5 .heading_element {
    font-size: 22px;
  }
  h5.font_size_large, h5.font_size_small, .h5 .heading_element.font_size_large, .h5 .heading_element.font_size_small {
    font-size: 22px;
  }
}

h6, .h6 .heading_element {
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  h6.font_size_small, .h6 .heading_element.font_size_small {
    font-size: 16px;
  }
  h6.font_size_large, .h6 .heading_element.font_size_large {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h6, .h6 .heading_element {
    font-size: 16px;
  }
  h6.font_size_large, h6.font_size_small, .h6 .heading_element.font_size_large, .h6 .heading_element.font_size_small {
    font-size: 16px;
  }
}

a {
  color: #0F5DA1;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2BA2DC;
}

p {
  line-height: 1.8em;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.font_size_large {
  font-size: 22px;
}
@media (max-width: 767px) {
  .font_size_large {
    font-size: 18px;
  }
}

.font_size_small {
  font-size: 13px;
}

strong {
  color: #0F5DA1;
  font-weight: 700;
}

.white {
  color: white;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white strong {
  color: white;
}
.white a, .white a strong {
  color: white;
}
.white a:hover, .white a strong:hover {
  color: #0F5DA1;
}

.font_weight_light {
  font-weight: 300;
}

.font_weight_normal {
  font-weight: normal;
}

.font_weight_bold {
  font-weight: 700;
}

.font_weight_heavy {
  font-weight: 800;
}

.font_family_main {
  font-family: "Source Sans", sans-serif;
}

.font_family_alt {
  font-family: "Source Sans", sans-serif;
}

ol,
ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li,
ul li {
  line-height: 1.8em;
  margin-bottom: 5px;
}
ol ol, ol ul,
ul ol,
ul ul {
  margin-top: 5px;
}

ol ol {
  list-style-type: lower-alpha;
}

.bullet_style_icon ul, .bullet_style_square ul, .bullet_style_triangle ul, .bullet_style_chevron_right ul, .bullet_style_arrow_right ul, .bullet_style_pdf ul, .bullet_style_download ul, .bullet_style_tick ul {
  padding-left: 0;
  list-style: none;
}
.bullet_style_icon ul li, .bullet_style_square ul li, .bullet_style_triangle ul li, .bullet_style_chevron_right ul li, .bullet_style_arrow_right ul li, .bullet_style_pdf ul li, .bullet_style_download ul li, .bullet_style_tick ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.bullet_style_icon ul li:before, .bullet_style_square ul li:before, .bullet_style_triangle ul li:before, .bullet_style_chevron_right ul li:before, .bullet_style_arrow_right ul li:before, .bullet_style_pdf ul li:before, .bullet_style_download ul li:before, .bullet_style_tick ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
}
.bullet_style_icon ul ul li:before, .bullet_style_square ul ul li:before, .bullet_style_triangle ul ul li:before, .bullet_style_chevron_right ul ul li:before, .bullet_style_arrow_right ul ul li:before, .bullet_style_pdf ul ul li:before, .bullet_style_download ul ul li:before, .bullet_style_tick ul ul li:before {
  left: 5px;
}

.bullet_style_triangle ul li:before {
  content: "▶";
}

.bullet_style_square {
  font-size: 20px;
}
.bullet_style_square ul li {
  margin-bottom: 18px;
  padding-left: 40px;
}
.bullet_style_square ul li:last-child {
  margin-bottom: 0;
}
.bullet_style_square ul li:before {
  width: 12px;
  height: 12px;
  background: #2BA2DC;
  content: "";
  top: 12px;
}
@media (max-width: 991px) {
  .bullet_style_square {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bullet_style_square ul li {
    padding-left: 30px;
  }
  .bullet_style_square ul li:before {
    top: 10px;
  }
}

@font-face {
  font-family: "st-icons";
  src: url("../fonts/st-icons.eot?v=2");
  src: url("../fonts/st-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/st-icons.woff?v=2") format("woff"), url("../fonts/st-icons.ttf?v=2") format("truetype"), url("../fonts/st-icons.svg#st-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
.icon,
header nav ul li.menu-item-has-children > a:after,
.bullet_style_icon ul li:before,
.bullet_style_tick ul li:before,
.bullet_style_download ul li:before,
.bullet_style_pdf ul li:before,
.bullet_style_arrow_right ul li:before,
.bullet_style_chevron_right ul li:before,
.bullet_style_triangle ul li:before,
.bullet_style_square ul li:before {
  font-family: "st-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bt-phone:before {
  content: "\e900";
}

.icon-chevron-left-bold:before {
  content: "\e901";
}

.icon-chevron-right-bold:before {
  content: "\e902";
}

.icon-party:before {
  content: "!";
}

.icon-trash:before {
  content: '"';
}

.icon-trash-outline:before {
  content: "#";
}

.icon-tick:before, .bullet_style_tick ul li:before {
  content: "0";
}

.icon-twitter:before {
  content: "1";
}

.icon-twitter-square:before {
  content: "2";
}

.icon-user:before {
  content: "3";
}

.icon-user-outline:before {
  content: "4";
}

.icon-youtube:before {
  content: "5";
}

.icon-youtube-play:before {
  content: "6";
}

.icon-youtube-square:before {
  content: "7";
}

.icon-hamburger:before {
  content: "8";
}

.icon-gear:before {
  content: "9";
}

.icon-facebook:before {
  content: "A";
}

.icon-facebook-square:before {
  content: "B";
}

.icon-fax:before {
  content: "C";
}

.icon-heart:before {
  content: "D";
}

.icon-heart-outline:before {
  content: "E";
}

.icon-instagram:before {
  content: "F";
}

.icon-linkedin:before {
  content: "G";
}

.icon-linkedin-in:before {
  content: "H";
}

.icon-map:before {
  content: "I";
}

.icon-map-outline:before {
  content: "J";
}

.icon-paper-plane:before {
  content: "K";
}

.icon-pdf:before, .bullet_style_pdf ul li:before {
  content: "L";
}

.icon-phone:before {
  content: "M";
}

.icon-phone-outline:before {
  content: "N";
}

.icon-plus:before {
  content: "Q";
}

.icon-quote-closed:before {
  content: "R";
}

.icon-quote-closed-outline:before {
  content: "S";
}

.icon-quote-open:before {
  content: "T";
}

.icon-quote-open-outline:before {
  content: "U";
}

.icon-rocket:before {
  content: "V";
}

.icon-search:before {
  content: "W";
}

.icon-smartphone:before {
  content: "X";
}

.icon-speech-bubble:before {
  content: "Y";
}

.icon-star:before {
  content: "Z";
}

.icon-arrow-down:before {
  content: "a";
}

.icon-arrow-left:before {
  content: "b";
}

.icon-arrow-right:before, .bullet_style_arrow_right ul li:before {
  content: "c";
}

.icon-arrow-up:before {
  content: "d";
}

.icon-basket:before {
  content: "e";
}

.icon-basket-outline:before {
  content: "f";
}

.icon-calendar:before {
  content: "g";
}

.icon-cart:before {
  content: "h";
}

.icon-cart-outline:before {
  content: "i";
}

.icon-document:before {
  content: "j";
}

.icon-document-outline:before {
  content: "k";
}

.icon-chat:before {
  content: "l";
}

.icon-menu-dots:before {
  content: "m";
}

.icon-chevron-down:before, #main_wrapper #content_wrapper #content_inner .data_sheet_list_row .bullet_style_download li:before {
  content: "n";
}

.icon-chevron-left:before {
  content: "o";
}

.icon-chevron-right:before, .bullet_style_chevron_right ul li:before {
  content: "p";
}

.icon-chevron-up:before {
  content: "q";
}

.icon-clock-outline:before {
  content: "r";
}

.icon-close:before {
  content: "s";
}

.icon-download:before, .bullet_style_download ul li:before {
  content: "t";
}

.icon-email:before {
  content: "u";
}

.icon-email-outline:before {
  content: "v";
}

.icon-exclamation:before {
  content: "w";
}

.icon-face-frown:before {
  content: "x";
}

.icon-face-neutral:before {
  content: "y";
}

.icon-face-smile:before {
  content: "z";
}

.icon-share:before {
  content: "\e903";
}

.icon-pause:before {
  content: "\e904";
}

.icon-play-outline:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-tripadvisor:before {
  content: "\e907";
}

.icon-whatsapp:before {
  content: "\e908";
}

.icon-play-circle:before {
  content: "\e909";
}

.icon-pinterest:before {
  content: "\e90a";
}

.icon-pinterest-square:before {
  content: "\e90b";
}

.icon-clock-simple-outline:before {
  content: "\e90c";
}

.icon-clock-simple:before {
  content: "\e90d";
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=number],
input[type=button],
select,
textarea,
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=button],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #ebebeb;
  transition: 0.2s ease all;
  background-color: white;
  line-height: 1.2em;
  color: #414042;
  -webkit-appearance: none; /*Stops iOS styling*/
  border-radius: 0;
  outline-color: #0F5DA1;
}

select,
body .gform_wrapper.gravity-theme select {
  font-size: 16px;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyQzBFQzQ2Nzk1MDExRUE5RkNFRjMwQUYzQzFFMDIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyQzBFQzQ3Nzk1MDExRUE5RkNFRjMwQUYzQzFFMDIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjJDMEVDNDQ3OTUwMTFFQTlGQ0VGMzBBRjNDMUUwMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjJDMEVDNDU3OTUwMTFFQTlGQ0VGMzBBRjNDMUUwMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PflN/AAABOklEQVR42mJgYGCQBuIdQGzKQHugBsS7gFgVxNkPxP+B+A5UglYA5MELULtOggTcgfg1VOAuECvTwFIJIL4IteMzEAfCJKyA+ANU4hYQK1DRUjEgPgc1+zsQe6ArcIS6BqTgGhDLUMFSYWiwgsz8CcR+uBS6AfFXqMJLQCxJgaUCQHwUatZvIA4hpMELGiT/oUEkRoalfEB8EGrGXyCOJFajPzRoQBpPQYOMWMADxHugev8BcRyprg6BBhHIgGPQoCMEOKFlwn8oTiY3niKhQfUfGnR8eNSyA/FmJEszKU2ZcUiG7YUGJTpgBeJ1SOryqJUXU5AM3QENUhhgAeKVSPLF1C59MpEM3wy1EASWIolX0Kq8zUOyZDkQz0bi19G6hilGsgyGmxnoBMqRLG1joDPoA+K55GoGCDAARxBbzLYGY8wAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 95% center;
  background-position: calc(100% - 15px) center;
}
select::-ms-expand,
body .gform_wrapper.gravity-theme select::-ms-expand {
  display: none;
}
select option,
body .gform_wrapper.gravity-theme select option {
  font-weight: normal;
}

textarea,
body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 150px;
}

label,
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

input[type=submit],
button,
.button,
.call_to_action.style_3 .link_text .link_text_content,
#header_text_4 a,
#main_wrapper .gform_wrapper.gravity-theme input[type=submit] {
  display: inline-block;
  padding: 0.9em 35px 0.8em 35px;
  background-color: #2BA2DC;
  border: 2px solid #2BA2DC;
  color: white;
  text-align: center;
  line-height: 1em;
  font-family: "Source Sans", sans-serif;
  -webkit-appearance: none; /*Stops iOS styling*/
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: none;
  border-radius: 100px;
}
input[type=submit]:hover,
button:hover,
.button:hover,
.call_to_action.style_3 .link_text .link_text_content:hover,
#header_text_4 a:hover,
#main_wrapper .gform_wrapper.gravity-theme input[type=submit]:hover {
  color: white;
  background-color: #0F5DA1;
  border-color: #0F5DA1;
}
input[type=submit]:disabled,
button:disabled,
.button:disabled,
.call_to_action.style_3 .link_text .link_text_content:disabled,
#header_text_4 a:disabled,
#main_wrapper .gform_wrapper.gravity-theme input[type=submit]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

fieldset {
  border: 0;
  padding: 0;
}
fieldset legend {
  font-weight: bold;
}

.button i, .call_to_action.style_3 .link_text .link_text_content i, #header_text_4 a i {
  font-size: 0.7em;
}

.button.icon_position_after_text i, .call_to_action.style_3 .link_text .icon_position_after_text.link_text_content i, #header_text_4 a.icon_position_after_text i {
  padding-left: 1em;
}

.button.icon_position_before_text i, .call_to_action.style_3 .link_text .icon_position_before_text.link_text_content i, #header_text_4 a.icon_position_before_text i {
  padding-right: 1em;
}

.button_wrap.alignment_inline {
  display: inline-block;
  margin-right: 10px;
}
.button_wrap.alignment_left {
  text-align: left;
}
.button_wrap.alignment_right {
  text-align: right;
}
.button_wrap.alignment_center {
  text-align: center;
}

.button, .call_to_action.style_3 .link_text .link_text_content, #header_text_4 a {
  /*Primary and default colours*/
  background: #2BA2DC;
  border-color: #2BA2DC;
}
.button.size_tiny, .call_to_action.style_3 .link_text .size_tiny.link_text_content, #header_text_4 a.size_tiny {
  padding: 0.5em 5px 0.2em 5px;
  font-size: 11px;
  font-weight: normal;
}
.button.size_small, .call_to_action.style_3 .link_text .size_small.link_text_content, #header_text_4 a.size_small {
  padding: 10px 20px;
  font-size: 15px;
}
.button.size_large, .call_to_action.style_3 .link_text .size_large.link_text_content, #header_text_4 a.size_large {
  padding: 20px 30px;
  font-size: 22px;
  letter-spacing: 1px;
}

.button.style_outline, .call_to_action.style_3 .link_text .style_outline.link_text_content, #header_text_4 a.style_outline {
  background: transparent !important;
  border-color: currentColor;
  color: #0F5DA1;
}
.button.style_outline:hover, .call_to_action.style_3 .link_text .style_outline.link_text_content:hover, #header_text_4 a.style_outline:hover {
  color: white !important;
  background: #0F5DA1 !important;
  border-color: #0F5DA1;
}
.button.style_outline.size_tiny, .call_to_action.style_3 .link_text .style_outline.size_tiny.link_text_content, #header_text_4 a.style_outline.size_tiny {
  border-width: 1px;
}

.button.style_underline, .call_to_action.style_3 .link_text .style_underline.link_text_content, #header_text_4 a.style_underline {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 6px;
  background-color: transparent !important;
  color: #0F5DA1;
  border-bottom: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.button.style_underline.size_tiny, .call_to_action.style_3 .link_text .style_underline.size_tiny.link_text_content, #header_text_4 a.style_underline.size_tiny {
  border-width: 1px;
}

.button.style_large_icon, .call_to_action.style_3 .link_text .style_large_icon.link_text_content, #header_text_4 a.style_large_icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  color: #414042;
}
.button.style_large_icon i, .call_to_action.style_3 .link_text .style_large_icon.link_text_content i, #header_text_4 a.style_large_icon i {
  order: -1;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  font-size: 70px;
}
.button.style_large_icon:hover, .call_to_action.style_3 .link_text .style_large_icon.link_text_content:hover, #header_text_4 a.style_large_icon:hover {
  color: #0F5DA1;
  background: transparent;
}
.button.style_large_icon.icon_position_after_text i, .call_to_action.style_3 .link_text .style_large_icon.icon_position_after_text.link_text_content i, #header_text_4 a.style_large_icon.icon_position_after_text i {
  order: 2;
  padding-top: 25px;
  padding-bottom: 0;
}

.button.style_no_style, .call_to_action.style_3 .link_text .style_no_style.link_text_content, #header_text_4 a.style_no_style {
  padding: 0;
  background-color: transparent !important;
  color: #0F5DA1;
  border: 0;
}
.button.style_no_style:hover, .call_to_action.style_3 .link_text .style_no_style.link_text_content:hover, #header_text_4 a.style_no_style:hover {
  color: #2BA2DC;
}

/*
Loops through colour array from Variables & Mixins and creates colour classes for buttons
*/
.button.color_main, .call_to_action.style_3 .link_text .color_main.link_text_content, #header_text_4 a.color_main {
  background-color: #0F5DA1;
  border-color: #0F5DA1;
}

.button.style_outline.color_main, .call_to_action.style_3 .link_text .style_outline.color_main.link_text_content, #header_text_4 a.style_outline.color_main {
  color: #0F5DA1;
}
.button.style_outline.color_main:hover, .call_to_action.style_3 .link_text .style_outline.color_main.link_text_content:hover, #header_text_4 a.style_outline.color_main:hover {
  border-color: #0F5DA1 !important;
  background: #0F5DA1 !important;
}

.button.style_underline.color_main, .call_to_action.style_3 .link_text .style_underline.color_main.link_text_content, #header_text_4 a.style_underline.color_main,
.button.style_no_style.color_main,
.call_to_action.style_3 .link_text .style_no_style.color_main.link_text_content,
#header_text_4 a.style_no_style.color_main {
  color: #0F5DA1;
}

.button.color_alt, .call_to_action.style_3 .link_text .color_alt.link_text_content, #header_text_4 a.color_alt {
  background-color: #2BA2DC;
  border-color: #2BA2DC;
}

.button.style_outline.color_alt, .call_to_action.style_3 .link_text .style_outline.color_alt.link_text_content, #header_text_4 a.style_outline.color_alt {
  color: #2BA2DC;
}
.button.style_outline.color_alt:hover, .call_to_action.style_3 .link_text .style_outline.color_alt.link_text_content:hover, #header_text_4 a.style_outline.color_alt:hover {
  border-color: #2BA2DC !important;
  background: #2BA2DC !important;
}

.button.style_underline.color_alt, .call_to_action.style_3 .link_text .style_underline.color_alt.link_text_content, #header_text_4 a.style_underline.color_alt,
.button.style_no_style.color_alt,
.call_to_action.style_3 .link_text .style_no_style.color_alt.link_text_content,
#header_text_4 a.style_no_style.color_alt {
  color: #2BA2DC;
}

.button.color_blue, .call_to_action.style_3 .link_text .color_blue.link_text_content, #header_text_4 a.color_blue {
  background-color: #00579c;
  border-color: #00579c;
}

.button.style_outline.color_blue, .call_to_action.style_3 .link_text .style_outline.color_blue.link_text_content, #header_text_4 a.style_outline.color_blue {
  color: #00579c;
}
.button.style_outline.color_blue:hover, .call_to_action.style_3 .link_text .style_outline.color_blue.link_text_content:hover, #header_text_4 a.style_outline.color_blue:hover {
  border-color: #00579c !important;
  background: #00579c !important;
}

.button.style_underline.color_blue, .call_to_action.style_3 .link_text .style_underline.color_blue.link_text_content, #header_text_4 a.style_underline.color_blue,
.button.style_no_style.color_blue,
.call_to_action.style_3 .link_text .style_no_style.color_blue.link_text_content,
#header_text_4 a.style_no_style.color_blue {
  color: #00579c;
}

.button.color_light_blue, .call_to_action.style_3 .link_text .color_light_blue.link_text_content, #header_text_4 a.color_light_blue {
  background-color: #2196f3;
  border-color: #2196f3;
}

.button.style_outline.color_light_blue, .call_to_action.style_3 .link_text .style_outline.color_light_blue.link_text_content, #header_text_4 a.style_outline.color_light_blue {
  color: #2196f3;
}
.button.style_outline.color_light_blue:hover, .call_to_action.style_3 .link_text .style_outline.color_light_blue.link_text_content:hover, #header_text_4 a.style_outline.color_light_blue:hover {
  border-color: #2196f3 !important;
  background: #2196f3 !important;
}

.button.style_underline.color_light_blue, .call_to_action.style_3 .link_text .style_underline.color_light_blue.link_text_content, #header_text_4 a.style_underline.color_light_blue,
.button.style_no_style.color_light_blue,
.call_to_action.style_3 .link_text .style_no_style.color_light_blue.link_text_content,
#header_text_4 a.style_no_style.color_light_blue {
  color: #2196f3;
}

.button.color_green, .call_to_action.style_3 .link_text .color_green.link_text_content, #header_text_4 a.color_green {
  background-color: #037908;
  border-color: #037908;
}

.button.style_outline.color_green, .call_to_action.style_3 .link_text .style_outline.color_green.link_text_content, #header_text_4 a.style_outline.color_green {
  color: #037908;
}
.button.style_outline.color_green:hover, .call_to_action.style_3 .link_text .style_outline.color_green.link_text_content:hover, #header_text_4 a.style_outline.color_green:hover {
  border-color: #037908 !important;
  background: #037908 !important;
}

.button.style_underline.color_green, .call_to_action.style_3 .link_text .style_underline.color_green.link_text_content, #header_text_4 a.style_underline.color_green,
.button.style_no_style.color_green,
.call_to_action.style_3 .link_text .style_no_style.color_green.link_text_content,
#header_text_4 a.style_no_style.color_green {
  color: #037908;
}

.button.color_light_green, .call_to_action.style_3 .link_text .color_light_green.link_text_content, #header_text_4 a.color_light_green {
  background-color: #4caf50;
  border-color: #4caf50;
}

.button.style_outline.color_light_green, .call_to_action.style_3 .link_text .style_outline.color_light_green.link_text_content, #header_text_4 a.style_outline.color_light_green {
  color: #4caf50;
}
.button.style_outline.color_light_green:hover, .call_to_action.style_3 .link_text .style_outline.color_light_green.link_text_content:hover, #header_text_4 a.style_outline.color_light_green:hover {
  border-color: #4caf50 !important;
  background: #4caf50 !important;
}

.button.style_underline.color_light_green, .call_to_action.style_3 .link_text .style_underline.color_light_green.link_text_content, #header_text_4 a.style_underline.color_light_green,
.button.style_no_style.color_light_green,
.call_to_action.style_3 .link_text .style_no_style.color_light_green.link_text_content,
#header_text_4 a.style_no_style.color_light_green {
  color: #4caf50;
}

.button.color_yellow, .call_to_action.style_3 .link_text .color_yellow.link_text_content, #header_text_4 a.color_yellow {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}

.button.style_outline.color_yellow, .call_to_action.style_3 .link_text .style_outline.color_yellow.link_text_content, #header_text_4 a.style_outline.color_yellow {
  color: #ffeb3b;
}
.button.style_outline.color_yellow:hover, .call_to_action.style_3 .link_text .style_outline.color_yellow.link_text_content:hover, #header_text_4 a.style_outline.color_yellow:hover {
  border-color: #ffeb3b !important;
  background: #ffeb3b !important;
}

.button.style_underline.color_yellow, .call_to_action.style_3 .link_text .style_underline.color_yellow.link_text_content, #header_text_4 a.style_underline.color_yellow,
.button.style_no_style.color_yellow,
.call_to_action.style_3 .link_text .style_no_style.color_yellow.link_text_content,
#header_text_4 a.style_no_style.color_yellow {
  color: #ffeb3b;
}

.button.color_light_yellow, .call_to_action.style_3 .link_text .color_light_yellow.link_text_content, #header_text_4 a.color_light_yellow {
  background-color: #fff59a;
  border-color: #fff59a;
}

.button.style_outline.color_light_yellow, .call_to_action.style_3 .link_text .style_outline.color_light_yellow.link_text_content, #header_text_4 a.style_outline.color_light_yellow {
  color: #fff59a;
}
.button.style_outline.color_light_yellow:hover, .call_to_action.style_3 .link_text .style_outline.color_light_yellow.link_text_content:hover, #header_text_4 a.style_outline.color_light_yellow:hover {
  border-color: #fff59a !important;
  background: #fff59a !important;
}

.button.style_underline.color_light_yellow, .call_to_action.style_3 .link_text .style_underline.color_light_yellow.link_text_content, #header_text_4 a.style_underline.color_light_yellow,
.button.style_no_style.color_light_yellow,
.call_to_action.style_3 .link_text .style_no_style.color_light_yellow.link_text_content,
#header_text_4 a.style_no_style.color_light_yellow {
  color: #fff59a;
}

.button.color_orange, .call_to_action.style_3 .link_text .color_orange.link_text_content, #header_text_4 a.color_orange {
  background-color: #ff9800;
  border-color: #ff9800;
}

.button.style_outline.color_orange, .call_to_action.style_3 .link_text .style_outline.color_orange.link_text_content, #header_text_4 a.style_outline.color_orange {
  color: #ff9800;
}
.button.style_outline.color_orange:hover, .call_to_action.style_3 .link_text .style_outline.color_orange.link_text_content:hover, #header_text_4 a.style_outline.color_orange:hover {
  border-color: #ff9800 !important;
  background: #ff9800 !important;
}

.button.style_underline.color_orange, .call_to_action.style_3 .link_text .style_underline.color_orange.link_text_content, #header_text_4 a.style_underline.color_orange,
.button.style_no_style.color_orange,
.call_to_action.style_3 .link_text .style_no_style.color_orange.link_text_content,
#header_text_4 a.style_no_style.color_orange {
  color: #ff9800;
}

.button.color_light_orange, .call_to_action.style_3 .link_text .color_light_orange.link_text_content, #header_text_4 a.color_light_orange {
  background-color: #f79862;
  border-color: #f79862;
}

.button.style_outline.color_light_orange, .call_to_action.style_3 .link_text .style_outline.color_light_orange.link_text_content, #header_text_4 a.style_outline.color_light_orange {
  color: #f79862;
}
.button.style_outline.color_light_orange:hover, .call_to_action.style_3 .link_text .style_outline.color_light_orange.link_text_content:hover, #header_text_4 a.style_outline.color_light_orange:hover {
  border-color: #f79862 !important;
  background: #f79862 !important;
}

.button.style_underline.color_light_orange, .call_to_action.style_3 .link_text .style_underline.color_light_orange.link_text_content, #header_text_4 a.style_underline.color_light_orange,
.button.style_no_style.color_light_orange,
.call_to_action.style_3 .link_text .style_no_style.color_light_orange.link_text_content,
#header_text_4 a.style_no_style.color_light_orange {
  color: #f79862;
}

.button.color_red, .call_to_action.style_3 .link_text .color_red.link_text_content, #header_text_4 a.color_red {
  background-color: #8D021F;
  border-color: #8D021F;
}

.button.style_outline.color_red, .call_to_action.style_3 .link_text .style_outline.color_red.link_text_content, #header_text_4 a.style_outline.color_red {
  color: #8D021F;
}
.button.style_outline.color_red:hover, .call_to_action.style_3 .link_text .style_outline.color_red.link_text_content:hover, #header_text_4 a.style_outline.color_red:hover {
  border-color: #8D021F !important;
  background: #8D021F !important;
}

.button.style_underline.color_red, .call_to_action.style_3 .link_text .style_underline.color_red.link_text_content, #header_text_4 a.style_underline.color_red,
.button.style_no_style.color_red,
.call_to_action.style_3 .link_text .style_no_style.color_red.link_text_content,
#header_text_4 a.style_no_style.color_red {
  color: #8D021F;
}

.button.color_light_red, .call_to_action.style_3 .link_text .color_light_red.link_text_content, #header_text_4 a.color_light_red {
  background-color: #f44336;
  border-color: #f44336;
}

.button.style_outline.color_light_red, .call_to_action.style_3 .link_text .style_outline.color_light_red.link_text_content, #header_text_4 a.style_outline.color_light_red {
  color: #f44336;
}
.button.style_outline.color_light_red:hover, .call_to_action.style_3 .link_text .style_outline.color_light_red.link_text_content:hover, #header_text_4 a.style_outline.color_light_red:hover {
  border-color: #f44336 !important;
  background: #f44336 !important;
}

.button.style_underline.color_light_red, .call_to_action.style_3 .link_text .style_underline.color_light_red.link_text_content, #header_text_4 a.style_underline.color_light_red,
.button.style_no_style.color_light_red,
.call_to_action.style_3 .link_text .style_no_style.color_light_red.link_text_content,
#header_text_4 a.style_no_style.color_light_red {
  color: #f44336;
}

.button.color_pink, .call_to_action.style_3 .link_text .color_pink.link_text_content, #header_text_4 a.color_pink {
  background-color: #e91e63;
  border-color: #e91e63;
}

.button.style_outline.color_pink, .call_to_action.style_3 .link_text .style_outline.color_pink.link_text_content, #header_text_4 a.style_outline.color_pink {
  color: #e91e63;
}
.button.style_outline.color_pink:hover, .call_to_action.style_3 .link_text .style_outline.color_pink.link_text_content:hover, #header_text_4 a.style_outline.color_pink:hover {
  border-color: #e91e63 !important;
  background: #e91e63 !important;
}

.button.style_underline.color_pink, .call_to_action.style_3 .link_text .style_underline.color_pink.link_text_content, #header_text_4 a.style_underline.color_pink,
.button.style_no_style.color_pink,
.call_to_action.style_3 .link_text .style_no_style.color_pink.link_text_content,
#header_text_4 a.style_no_style.color_pink {
  color: #e91e63;
}

.button.color_light_pink, .call_to_action.style_3 .link_text .color_light_pink.link_text_content, #header_text_4 a.color_light_pink {
  background-color: #fe7f9c;
  border-color: #fe7f9c;
}

.button.style_outline.color_light_pink, .call_to_action.style_3 .link_text .style_outline.color_light_pink.link_text_content, #header_text_4 a.style_outline.color_light_pink {
  color: #fe7f9c;
}
.button.style_outline.color_light_pink:hover, .call_to_action.style_3 .link_text .style_outline.color_light_pink.link_text_content:hover, #header_text_4 a.style_outline.color_light_pink:hover {
  border-color: #fe7f9c !important;
  background: #fe7f9c !important;
}

.button.style_underline.color_light_pink, .call_to_action.style_3 .link_text .style_underline.color_light_pink.link_text_content, #header_text_4 a.style_underline.color_light_pink,
.button.style_no_style.color_light_pink,
.call_to_action.style_3 .link_text .style_no_style.color_light_pink.link_text_content,
#header_text_4 a.style_no_style.color_light_pink {
  color: #fe7f9c;
}

.button.color_purple, .call_to_action.style_3 .link_text .color_purple.link_text_content, #header_text_4 a.color_purple {
  background-color: #673ab7;
  border-color: #673ab7;
}

.button.style_outline.color_purple, .call_to_action.style_3 .link_text .style_outline.color_purple.link_text_content, #header_text_4 a.style_outline.color_purple {
  color: #673ab7;
}
.button.style_outline.color_purple:hover, .call_to_action.style_3 .link_text .style_outline.color_purple.link_text_content:hover, #header_text_4 a.style_outline.color_purple:hover {
  border-color: #673ab7 !important;
  background: #673ab7 !important;
}

.button.style_underline.color_purple, .call_to_action.style_3 .link_text .style_underline.color_purple.link_text_content, #header_text_4 a.style_underline.color_purple,
.button.style_no_style.color_purple,
.call_to_action.style_3 .link_text .style_no_style.color_purple.link_text_content,
#header_text_4 a.style_no_style.color_purple {
  color: #673ab7;
}

.button.color_light_purple, .call_to_action.style_3 .link_text .color_light_purple.link_text_content, #header_text_4 a.color_light_purple {
  background-color: #cea3ff;
  border-color: #cea3ff;
}

.button.style_outline.color_light_purple, .call_to_action.style_3 .link_text .style_outline.color_light_purple.link_text_content, #header_text_4 a.style_outline.color_light_purple {
  color: #cea3ff;
}
.button.style_outline.color_light_purple:hover, .call_to_action.style_3 .link_text .style_outline.color_light_purple.link_text_content:hover, #header_text_4 a.style_outline.color_light_purple:hover {
  border-color: #cea3ff !important;
  background: #cea3ff !important;
}

.button.style_underline.color_light_purple, .call_to_action.style_3 .link_text .style_underline.color_light_purple.link_text_content, #header_text_4 a.style_underline.color_light_purple,
.button.style_no_style.color_light_purple,
.call_to_action.style_3 .link_text .style_no_style.color_light_purple.link_text_content,
#header_text_4 a.style_no_style.color_light_purple {
  color: #cea3ff;
}

.button.color_charcoal, .call_to_action.style_3 .link_text .color_charcoal.link_text_content, #header_text_4 a.color_charcoal {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}

.button.style_outline.color_charcoal, .call_to_action.style_3 .link_text .style_outline.color_charcoal.link_text_content, #header_text_4 a.style_outline.color_charcoal {
  color: #2a2a2a;
}
.button.style_outline.color_charcoal:hover, .call_to_action.style_3 .link_text .style_outline.color_charcoal.link_text_content:hover, #header_text_4 a.style_outline.color_charcoal:hover {
  border-color: #2a2a2a !important;
  background: #2a2a2a !important;
}

.button.style_underline.color_charcoal, .call_to_action.style_3 .link_text .style_underline.color_charcoal.link_text_content, #header_text_4 a.style_underline.color_charcoal,
.button.style_no_style.color_charcoal,
.call_to_action.style_3 .link_text .style_no_style.color_charcoal.link_text_content,
#header_text_4 a.style_no_style.color_charcoal {
  color: #2a2a2a;
}

.button.color_black, .call_to_action.style_3 .link_text .color_black.link_text_content, #header_text_4 a.color_black {
  background-color: #111111;
  border-color: #111111;
}

.button.style_outline.color_black, .call_to_action.style_3 .link_text .style_outline.color_black.link_text_content, #header_text_4 a.style_outline.color_black {
  color: #111111;
}
.button.style_outline.color_black:hover, .call_to_action.style_3 .link_text .style_outline.color_black.link_text_content:hover, #header_text_4 a.style_outline.color_black:hover {
  border-color: #111111 !important;
  background: #111111 !important;
}

.button.style_underline.color_black, .call_to_action.style_3 .link_text .style_underline.color_black.link_text_content, #header_text_4 a.style_underline.color_black,
.button.style_no_style.color_black,
.call_to_action.style_3 .link_text .style_no_style.color_black.link_text_content,
#header_text_4 a.style_no_style.color_black {
  color: #111111;
}

.button.color_brown, .call_to_action.style_3 .link_text .color_brown.link_text_content, #header_text_4 a.color_brown {
  background-color: #6d4f27;
  border-color: #6d4f27;
}

.button.style_outline.color_brown, .call_to_action.style_3 .link_text .style_outline.color_brown.link_text_content, #header_text_4 a.style_outline.color_brown {
  color: #6d4f27;
}
.button.style_outline.color_brown:hover, .call_to_action.style_3 .link_text .style_outline.color_brown.link_text_content:hover, #header_text_4 a.style_outline.color_brown:hover {
  border-color: #6d4f27 !important;
  background: #6d4f27 !important;
}

.button.style_underline.color_brown, .call_to_action.style_3 .link_text .style_underline.color_brown.link_text_content, #header_text_4 a.style_underline.color_brown,
.button.style_no_style.color_brown,
.call_to_action.style_3 .link_text .style_no_style.color_brown.link_text_content,
#header_text_4 a.style_no_style.color_brown {
  color: #6d4f27;
}

.button.color_light_brown, .call_to_action.style_3 .link_text .color_light_brown.link_text_content, #header_text_4 a.color_light_brown {
  background-color: #d2b48c;
  border-color: #d2b48c;
}

.button.style_outline.color_light_brown, .call_to_action.style_3 .link_text .style_outline.color_light_brown.link_text_content, #header_text_4 a.style_outline.color_light_brown {
  color: #d2b48c;
}
.button.style_outline.color_light_brown:hover, .call_to_action.style_3 .link_text .style_outline.color_light_brown.link_text_content:hover, #header_text_4 a.style_outline.color_light_brown:hover {
  border-color: #d2b48c !important;
  background: #d2b48c !important;
}

.button.style_underline.color_light_brown, .call_to_action.style_3 .link_text .style_underline.color_light_brown.link_text_content, #header_text_4 a.style_underline.color_light_brown,
.button.style_no_style.color_light_brown,
.call_to_action.style_3 .link_text .style_no_style.color_light_brown.link_text_content,
#header_text_4 a.style_no_style.color_light_brown {
  color: #d2b48c;
}

.button.color_tan, .call_to_action.style_3 .link_text .color_tan.link_text_content, #header_text_4 a.color_tan {
  background-color: #fffdf6;
  border-color: #fffdf6;
}

.button.style_outline.color_tan, .call_to_action.style_3 .link_text .style_outline.color_tan.link_text_content, #header_text_4 a.style_outline.color_tan {
  color: #fffdf6;
}
.button.style_outline.color_tan:hover, .call_to_action.style_3 .link_text .style_outline.color_tan.link_text_content:hover, #header_text_4 a.style_outline.color_tan:hover {
  border-color: #fffdf6 !important;
  background: #fffdf6 !important;
}

.button.style_underline.color_tan, .call_to_action.style_3 .link_text .style_underline.color_tan.link_text_content, #header_text_4 a.style_underline.color_tan,
.button.style_no_style.color_tan,
.call_to_action.style_3 .link_text .style_no_style.color_tan.link_text_content,
#header_text_4 a.style_no_style.color_tan {
  color: #fffdf6;
}

.button.color_white, .call_to_action.style_3 .link_text .color_white.link_text_content, #header_text_4 a.color_white {
  background-color: white;
  border-color: white;
}

.button.style_outline.color_white, .call_to_action.style_3 .link_text .style_outline.color_white.link_text_content, #header_text_4 a.style_outline.color_white {
  color: white;
}
.button.style_outline.color_white:hover, .call_to_action.style_3 .link_text .style_outline.color_white.link_text_content:hover, #header_text_4 a.style_outline.color_white:hover {
  border-color: white !important;
  background: white !important;
}

.button.style_underline.color_white, .call_to_action.style_3 .link_text .style_underline.color_white.link_text_content, #header_text_4 a.style_underline.color_white,
.button.style_no_style.color_white,
.call_to_action.style_3 .link_text .style_no_style.color_white.link_text_content,
#header_text_4 a.style_no_style.color_white {
  color: white;
}

.button.color_off_white, .call_to_action.style_3 .link_text .color_off_white.link_text_content, #header_text_4 a.color_off_white {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.button.style_outline.color_off_white, .call_to_action.style_3 .link_text .style_outline.color_off_white.link_text_content, #header_text_4 a.style_outline.color_off_white {
  color: #f2f2f2;
}
.button.style_outline.color_off_white:hover, .call_to_action.style_3 .link_text .style_outline.color_off_white.link_text_content:hover, #header_text_4 a.style_outline.color_off_white:hover {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
}

.button.style_underline.color_off_white, .call_to_action.style_3 .link_text .style_underline.color_off_white.link_text_content, #header_text_4 a.style_underline.color_off_white,
.button.style_no_style.color_off_white,
.call_to_action.style_3 .link_text .style_no_style.color_off_white.link_text_content,
#header_text_4 a.style_no_style.color_off_white {
  color: #f2f2f2;
}

.button.color_grey, .call_to_action.style_3 .link_text .color_grey.link_text_content, #header_text_4 a.color_grey {
  background-color: #cec9c9;
  border-color: #cec9c9;
}

.button.style_outline.color_grey, .call_to_action.style_3 .link_text .style_outline.color_grey.link_text_content, #header_text_4 a.style_outline.color_grey {
  color: #cec9c9;
}
.button.style_outline.color_grey:hover, .call_to_action.style_3 .link_text .style_outline.color_grey.link_text_content:hover, #header_text_4 a.style_outline.color_grey:hover {
  border-color: #cec9c9 !important;
  background: #cec9c9 !important;
}

.button.style_underline.color_grey, .call_to_action.style_3 .link_text .style_underline.color_grey.link_text_content, #header_text_4 a.style_underline.color_grey,
.button.style_no_style.color_grey,
.call_to_action.style_3 .link_text .style_no_style.color_grey.link_text_content,
#header_text_4 a.style_no_style.color_grey {
  color: #cec9c9;
}

.button.color_light_grey, .call_to_action.style_3 .link_text .color_light_grey.link_text_content, #header_text_4 a.color_light_grey {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}

.button.style_outline.color_light_grey, .call_to_action.style_3 .link_text .style_outline.color_light_grey.link_text_content, #header_text_4 a.style_outline.color_light_grey {
  color: #F9F9F9;
}
.button.style_outline.color_light_grey:hover, .call_to_action.style_3 .link_text .style_outline.color_light_grey.link_text_content:hover, #header_text_4 a.style_outline.color_light_grey:hover {
  border-color: #F9F9F9 !important;
  background: #F9F9F9 !important;
}

.button.style_underline.color_light_grey, .call_to_action.style_3 .link_text .style_underline.color_light_grey.link_text_content, #header_text_4 a.style_underline.color_light_grey,
.button.style_no_style.color_light_grey,
.call_to_action.style_3 .link_text .style_no_style.color_light_grey.link_text_content,
#header_text_4 a.style_no_style.color_light_grey {
  color: #F9F9F9;
}

.button.color_header_text, .call_to_action.style_3 .link_text .color_header_text.link_text_content, #header_text_4 a.color_header_text {
  background-color: #0F5DA1;
  border-color: #0F5DA1;
}

.button.style_outline.color_header_text, .call_to_action.style_3 .link_text .style_outline.color_header_text.link_text_content, #header_text_4 a.style_outline.color_header_text {
  color: #0F5DA1;
}
.button.style_outline.color_header_text:hover, .call_to_action.style_3 .link_text .style_outline.color_header_text.link_text_content:hover, #header_text_4 a.style_outline.color_header_text:hover {
  border-color: #0F5DA1 !important;
  background: #0F5DA1 !important;
}

.button.style_underline.color_header_text, .call_to_action.style_3 .link_text .style_underline.color_header_text.link_text_content, #header_text_4 a.style_underline.color_header_text,
.button.style_no_style.color_header_text,
.call_to_action.style_3 .link_text .style_no_style.color_header_text.link_text_content,
#header_text_4 a.style_no_style.color_header_text {
  color: #0F5DA1;
}

.button.color_body_text, .call_to_action.style_3 .link_text .color_body_text.link_text_content, #header_text_4 a.color_body_text {
  background-color: #414042;
  border-color: #414042;
}

.button.style_outline.color_body_text, .call_to_action.style_3 .link_text .style_outline.color_body_text.link_text_content, #header_text_4 a.style_outline.color_body_text {
  color: #414042;
}
.button.style_outline.color_body_text:hover, .call_to_action.style_3 .link_text .style_outline.color_body_text.link_text_content:hover, #header_text_4 a.style_outline.color_body_text:hover {
  border-color: #414042 !important;
  background: #414042 !important;
}

.button.style_underline.color_body_text, .call_to_action.style_3 .link_text .style_underline.color_body_text.link_text_content, #header_text_4 a.style_underline.color_body_text,
.button.style_no_style.color_body_text,
.call_to_action.style_3 .link_text .style_no_style.color_body_text.link_text_content,
#header_text_4 a.style_no_style.color_body_text {
  color: #414042;
}

.button.color_border, .call_to_action.style_3 .link_text .color_border.link_text_content, #header_text_4 a.color_border {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.button.style_outline.color_border, .call_to_action.style_3 .link_text .style_outline.color_border.link_text_content, #header_text_4 a.style_outline.color_border {
  color: #ebebeb;
}
.button.style_outline.color_border:hover, .call_to_action.style_3 .link_text .style_outline.color_border.link_text_content:hover, #header_text_4 a.style_outline.color_border:hover {
  border-color: #ebebeb !important;
  background: #ebebeb !important;
}

.button.style_underline.color_border, .call_to_action.style_3 .link_text .style_underline.color_border.link_text_content, #header_text_4 a.style_underline.color_border,
.button.style_no_style.color_border,
.call_to_action.style_3 .link_text .style_no_style.color_border.link_text_content,
#header_text_4 a.style_no_style.color_border {
  color: #ebebeb;
}

.button.style_underline:hover, .call_to_action.style_3 .link_text .style_underline.link_text_content:hover, #header_text_4 a.style_underline:hover {
  color: #2BA2DC;
  border-color: #2BA2DC;
}

/*
For specific colours that need to be tweaked
*/
.button.color_white, .call_to_action.style_3 .link_text .color_white.link_text_content, #header_text_4 a.color_white,
.button.color_light_grey,
.call_to_action.style_3 .link_text .color_light_grey.link_text_content,
#header_text_4 a.color_light_grey,
.button.color_off_white,
.call_to_action.style_3 .link_text .color_off_white.link_text_content,
#header_text_4 a.color_off_white {
  color: #0F5DA1;
}
.button.color_white.style_classic:hover, .call_to_action.style_3 .link_text .color_white.style_classic.link_text_content:hover, #header_text_4 a.color_white.style_classic:hover,
.button.color_light_grey.style_classic:hover,
.call_to_action.style_3 .link_text .color_light_grey.style_classic.link_text_content:hover,
#header_text_4 a.color_light_grey.style_classic:hover,
.button.color_off_white.style_classic:hover,
.call_to_action.style_3 .link_text .color_off_white.style_classic.link_text_content:hover,
#header_text_4 a.color_off_white.style_classic:hover {
  color: #0F5DA1 !important;
}
.button.color_white.style_outline:hover, .call_to_action.style_3 .link_text .color_white.style_outline.link_text_content:hover, #header_text_4 a.color_white.style_outline:hover,
.button.color_light_grey.style_outline:hover,
.call_to_action.style_3 .link_text .color_light_grey.style_outline.link_text_content:hover,
#header_text_4 a.color_light_grey.style_outline:hover,
.button.color_off_white.style_outline:hover,
.call_to_action.style_3 .link_text .color_off_white.style_outline.link_text_content:hover,
#header_text_4 a.color_off_white.style_outline:hover {
  color: #0F5DA1 !important;
}
.button.color_white.style_underline:hover, .call_to_action.style_3 .link_text .color_white.style_underline.link_text_content:hover, #header_text_4 a.color_white.style_underline:hover, .button.color_white.style_no_style:hover, .call_to_action.style_3 .link_text .color_white.style_no_style.link_text_content:hover, #header_text_4 a.color_white.style_no_style:hover,
.button.color_light_grey.style_underline:hover,
.call_to_action.style_3 .link_text .color_light_grey.style_underline.link_text_content:hover,
#header_text_4 a.color_light_grey.style_underline:hover,
.button.color_light_grey.style_no_style:hover,
.call_to_action.style_3 .link_text .color_light_grey.style_no_style.link_text_content:hover,
#header_text_4 a.color_light_grey.style_no_style:hover,
.button.color_off_white.style_underline:hover,
.call_to_action.style_3 .link_text .color_off_white.style_underline.link_text_content:hover,
#header_text_4 a.color_off_white.style_underline:hover,
.button.color_off_white.style_no_style:hover,
.call_to_action.style_3 .link_text .color_off_white.style_no_style.link_text_content:hover,
#header_text_4 a.color_off_white.style_no_style:hover {
  color: #0F5DA1 !important;
  border-color: #0F5DA1 !important;
}

.button.color_light_yellow, .call_to_action.style_3 .link_text .color_light_yellow.link_text_content, #header_text_4 a.color_light_yellow,
.button.color_tan,
.call_to_action.style_3 .link_text .color_tan.link_text_content,
#header_text_4 a.color_tan {
  color: #111111;
}
.button.color_light_yellow.style_outline:hover, .call_to_action.style_3 .link_text .color_light_yellow.style_outline.link_text_content:hover, #header_text_4 a.color_light_yellow.style_outline:hover,
.button.color_tan.style_outline:hover,
.call_to_action.style_3 .link_text .color_tan.style_outline.link_text_content:hover,
#header_text_4 a.color_tan.style_outline:hover {
  color: #414042 !important;
}

.button.color_alt:hover, .call_to_action.style_3 .link_text .color_alt.link_text_content:hover, #header_text_4 a.color_alt:hover {
  background: #0F5DA1;
  border-color: #0F5DA1;
}

.bg_main .button.style_classic.color_alt:hover, .bg_main .call_to_action.style_3 .link_text .style_classic.color_alt.link_text_content:hover, .call_to_action.style_3 .link_text .bg_main .style_classic.color_alt.link_text_content:hover, .bg_main #header_text_4 a.style_classic.color_alt:hover, #header_text_4 .bg_main a.style_classic.color_alt:hover {
  background: white;
  border-color: white;
  color: #2BA2DC;
}

.bg_alt .button.style_classic.color_default:hover, .bg_alt .call_to_action.style_3 .link_text .style_classic.color_default.link_text_content:hover, .call_to_action.style_3 .link_text .bg_alt .style_classic.color_default.link_text_content:hover, .bg_alt #header_text_4 a.style_classic.color_default:hover, #header_text_4 .bg_alt a.style_classic.color_default:hover,
.bg_alt .button.style_classic.color_main:hover,
.bg_alt .call_to_action.style_3 .link_text .style_classic.color_main.link_text_content:hover,
.call_to_action.style_3 .link_text .bg_alt .style_classic.color_main.link_text_content:hover,
.bg_alt #header_text_4 a.style_classic.color_main:hover,
#header_text_4 .bg_alt a.style_classic.color_main:hover {
  background: white;
  border-color: white;
  color: #0F5DA1;
}

.bg_alt .button.style_underline.color_default:hover, .bg_alt .call_to_action.style_3 .link_text .style_underline.color_default.link_text_content:hover, .call_to_action.style_3 .link_text .bg_alt .style_underline.color_default.link_text_content:hover, .bg_alt #header_text_4 a.style_underline.color_default:hover, #header_text_4 .bg_alt a.style_underline.color_default:hover,
.bg_alt .button.style_underline.color_main:hover,
.bg_alt .call_to_action.style_3 .link_text .style_underline.color_main.link_text_content:hover,
.call_to_action.style_3 .link_text .bg_alt .style_underline.color_main.link_text_content:hover,
.bg_alt #header_text_4 a.style_underline.color_main:hover,
#header_text_4 .bg_alt a.style_underline.color_main:hover,
.bg_alt .button.style_no_style.color_default:hover,
.bg_alt .call_to_action.style_3 .link_text .style_no_style.color_default.link_text_content:hover,
.call_to_action.style_3 .link_text .bg_alt .style_no_style.color_default.link_text_content:hover,
.bg_alt #header_text_4 a.style_no_style.color_default:hover,
#header_text_4 .bg_alt a.style_no_style.color_default:hover,
.bg_alt .button.style_no_style.color_main:hover,
.bg_alt .call_to_action.style_3 .link_text .style_no_style.color_main.link_text_content:hover,
.call_to_action.style_3 .link_text .bg_alt .style_no_style.color_main.link_text_content:hover,
.bg_alt #header_text_4 a.style_no_style.color_main:hover,
#header_text_4 .bg_alt a.style_no_style.color_main:hover {
  color: white;
  border-color: white;
}

.bg_main .button.style_underline.color_alt:hover, .bg_main .call_to_action.style_3 .link_text .style_underline.color_alt.link_text_content:hover, .call_to_action.style_3 .link_text .bg_main .style_underline.color_alt.link_text_content:hover, .bg_main #header_text_4 a.style_underline.color_alt:hover, #header_text_4 .bg_main a.style_underline.color_alt:hover,
.bg_main .button.style_no_style.color_alt:hover,
.bg_main .call_to_action.style_3 .link_text .style_no_style.color_alt.link_text_content:hover,
.call_to_action.style_3 .link_text .bg_main .style_no_style.color_alt.link_text_content:hover,
.bg_main #header_text_4 a.style_no_style.color_alt:hover,
#header_text_4 .bg_main a.style_no_style.color_alt:hover {
  color: white;
  border-color: white;
}

fieldset {
  margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gfield_description.validation_message {
  color: #F44336;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  text-transform: none;
  letter-spacing: 0;
}

body .gform_wrapper .gfield_error .gfield_repeater_cell label,
body .gform_wrapper .gfield_error label,
body .gform_wrapper .gfield_error legend,
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message,
body .gform_wrapper [aria-invalid=true] + label,
body .gform_wrapper label + [aria-invalid=true] {
  color: #F44336;
}

body .gform_wrapper .gform_validation_errors {
  background: #F44336;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 10px 15px 10px 45px;
  font-size: 13px;
  margin-bottom: 15px;
  color: white;
}
body .gform_wrapper .gform_validation_errors .gform-icon--close {
  color: white;
}
body .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: white;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #F44336;
}

body .gform_confirmation_wrapper {
  background: #4CAF50;
  padding: 15px;
  font-size: 20px;
  color: white;
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
}
body .gform_confirmation_wrapper .gform_confirmation_message {
  display: flex;
}
body .gform_confirmation_wrapper .icon-tick, body .gform_confirmation_wrapper .bullet_style_tick ul li:before, .bullet_style_tick ul body .gform_confirmation_wrapper li:before {
  margin-right: 10px;
  transform: scale(1.3) translateY(4%);
}
@media (max-width: 767px) {
  body .gform_confirmation_wrapper {
    font-size: 16px;
  }
  body .gform_confirmation_wrapper .icon-tick, body .gform_confirmation_wrapper .bullet_style_tick ul li:before, .bullet_style_tick ul body .gform_confirmation_wrapper li:before {
    margin-right: 10px;
    transform: scale(1.3) translateY(10%);
  }
}

.gfield_checkbox label,
.gfield_radio label {
  font-weight: normal;
}

.gform_required_legend {
  display: none;
}

/*
******************************************************************************************************************
=content
                                       ,d                              ,d     
                                       88                              88     
 ,adPPYba,   ,adPPYba,   8b,dPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  MM88MMM  
a8"     ""  a8"     "8a  88P'   `"8a   88    a8P_____88  88P'   `"8a   88     
8b          8b       d8  88       88   88    8PP"""""""  88       88   88     
"8a,   ,aa  "8a,   ,a8"  88       88   88,   "8b,   ,aa  88       88   88,    
 `"Ybbd8"'   `"YbbdP"'   88       88   "Y888  `"Ybbd8"'  88       88   "Y888

http://patorjk.com/software/taag/#p=display&h=0&v=0&f=Univers&t=mobile                                                                             

******************************************************************************************************************
*/
#content_wrapper {
  padding-top: 105px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  #content_wrapper {
    padding-top: 70px;
  }
}

.home #content_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.bg_gradient_1 {
  background: #0F5DA1;
  background: linear-gradient(45deg, #0F5DA1 0%, #2BA2DC 100%);
}

.bg_gradient_2 {
  background: #2BA2DC;
  background: linear-gradient(45deg, #2BA2DC 0%, #0F5DA1 100%);
}

.container.thin {
  width: 800px;
  max-width: 100%;
}

@media (min-width: 992px) {
  #content_wrapper .contact_page_two_cols_row .text_col {
    padding-right: 7%;
    padding-top: 35px;
  }
}

#main_wrapper #content_wrapper .divider_after_row,
#main_wrapper #page_title.divider_after_row {
  position: relative;
  padding-bottom: 8.5vw;
}
#main_wrapper #content_wrapper .divider_after_row:after,
#main_wrapper #page_title.divider_after_row:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 8.5vw;
  background-image: url(../img/divider-after.svg);
  background-size: cover;
  background-position: bottom center;
}
#main_wrapper #content_wrapper .divider_after_row.padding_bottom_large,
#main_wrapper #page_title.divider_after_row.padding_bottom_large {
  padding-bottom: calc(8.5vw + 70px);
}
@media (min-width: 1600px) {
  #main_wrapper #content_wrapper .divider_after_row,
  #main_wrapper #page_title.divider_after_row {
    padding-bottom: 5.5vw;
  }
  #main_wrapper #content_wrapper .divider_after_row:after,
  #main_wrapper #page_title.divider_after_row:after {
    background-image: url(../img/divider-after-xl.svg);
    height: 4.5vw;
  }
  #main_wrapper #content_wrapper .divider_after_row.padding_bottom_large,
  #main_wrapper #page_title.divider_after_row.padding_bottom_large {
    padding-bottom: calc(4.5vw + 70px);
  }
}

#main_wrapper #content_wrapper .divider_before_row,
#main_wrapper #page_title.divider_before_row {
  position: relative;
  padding-top: 8.5vw;
}
#main_wrapper #content_wrapper .divider_before_row:before,
#main_wrapper #page_title.divider_before_row:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  height: 8.5vw;
  background-image: url(../img/divider-before.svg);
  background-size: cover;
  background-position: top center;
}
#main_wrapper #content_wrapper .divider_before_row.padding_top_large,
#main_wrapper #page_title.divider_before_row.padding_top_large {
  padding-top: calc(8.5vw + 35px);
}
@media (min-width: 1600px) {
  #main_wrapper #content_wrapper .divider_before_row,
  #main_wrapper #page_title.divider_before_row {
    padding-top: 5.5vw;
  }
  #main_wrapper #content_wrapper .divider_before_row:before,
  #main_wrapper #page_title.divider_before_row:before {
    background-image: url(../img/divider-before-xl.svg);
    height: 4.5vw;
  }
  #main_wrapper #content_wrapper .divider_before_row.padding_top_large,
  #main_wrapper #page_title.divider_before_row.padding_top_large {
    padding-top: calc(5.5vw + 35px);
  }
}

#main_wrapper #content_wrapper #content_inner .get_in_touch_row {
  padding-top: 105px;
  padding-bottom: 70px;
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper #content_inner .get_in_touch_row {
    padding-top: 140px;
    padding-bottom: 105px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .get_in_touch_row {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  #main_wrapper #content_wrapper #content_inner .get_in_touch_row h2 {
    font-size: 35px;
  }
}

body.single-project #main_wrapper #content_wrapper {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .project_overview_row .image_col,
  #main_wrapper #content_wrapper #content_inner .project_action_row .image_col {
    order: -5;
  }
}

#main_wrapper #content_wrapper #content_inner .post_list_wrap.post_type_project .post_list.style_archive .post {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  #main_wrapper #content_wrapper #content_inner .post_list_wrap.post_type_project .post_list.style_archive .post:nth-child(even) .post_content_wrap {
    order: -1;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .post_list_wrap.post_type_project .post_list.style_archive .post {
    margin-bottom: 35px;
  }
}

#main_wrapper #content_wrapper #content_inner .contact_page_details .contact_detail {
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#main_wrapper #content_wrapper #content_inner .contact_page_details .contact_detail.has_icon {
  padding-left: 35px;
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .contact_page_details .contact_detail {
    font-size: 18px;
  }
  #main_wrapper #content_wrapper #content_inner .contact_page_details .contact_detail.has_icon {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper #content_inner .single_product_initial_callout_row h3 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper #content_inner .single_product_initial_callout_row h3 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .single_product_initial_callout_row h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .single_product_simple_cta_row .phone_link {
    display: block;
  }
}

#main_wrapper #content_wrapper #content_inner .product_intro_row .info_col {
  padding-top: 20px;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .info_col .downloads_header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .info_col .downloads_header h6 {
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  #main_wrapper #content_wrapper #content_inner .product_intro_row .image_col {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper #content_inner .product_intro_row .info_col {
    padding-top: 0;
  }
  #main_wrapper #content_wrapper #content_inner .product_intro_row .info_col .single_prod_title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .product_intro_row .info_col {
    padding-top: 35px;
  }
}

#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action {
  border-radius: 3px;
  padding: 6px;
  transition: 0.3s ease all;
  margin-bottom: 0;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .image {
  aspect-ratio: 1/1.414;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .inner {
  padding: 13px 0 3px 0;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .title {
  font-size: 17px;
  transition: 0.3s ease all;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .subtitle {
  font-size: 14px;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .link_text {
  margin-top: 3px;
  font-size: 11px;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action .link_text a {
  font-weight: 600;
  font-size: inherit;
}
#main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper .call_to_action:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991px) {
  #main_wrapper #content_wrapper #content_inner .product_intro_row .download_cta_row .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

#main_wrapper #content_wrapper #content_inner .data_sheet_list_row .bullet_style_download li {
  padding-left: 40px;
}
#main_wrapper #content_wrapper #content_inner .data_sheet_list_row .bullet_style_download li:before {
  width: 24px;
  height: 24px;
  background: #0F5DA1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 12px;
  top: 4px;
}

body.parent-pageid-445 #main_wrapper #content_wrapper,
body.parent-pageid-447 #main_wrapper #content_wrapper,
body.parent-pageid-439 #main_wrapper #content_wrapper,
body.parent-pageid-443 #main_wrapper #content_wrapper,
body.parent-pageid-437 #main_wrapper #content_wrapper,
body.parent-pageid-441 #main_wrapper #content_wrapper,
body.parent-pageid-712 #main_wrapper #content_wrapper,
body.parent-pageid-711 #main_wrapper #content_wrapper,
body.parent-pageid-721 #main_wrapper #content_wrapper,
body.parent-pageid-771 #main_wrapper #content_wrapper,
body.parent-pageid-773 #main_wrapper #content_wrapper,
body.pageid-443 #main_wrapper #content_wrapper {
  padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper #content_inner .parent_product_grid_row .call_to_action .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .parent_product_grid_row.padding_bottom_xs_medium {
    padding-bottom: 0;
  }
}

#main_wrapper #content_wrapper #content_inner .cctv_parent_product_grid_row .call_to_action .image {
  aspect-ratio: 5/7;
}
@media (min-width: 992px) {
  #main_wrapper #content_wrapper #content_inner .cctv_parent_product_grid_row.row_width_medium > .vc_row {
    width: 800px;
  }
}

#main_wrapper #content_wrapper #content_inner .bt_home_hero {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0;
  min-height: 500px;
  background-position: right 76%;
  font-size: 20px;
}
#main_wrapper #content_wrapper #content_inner .bt_home_hero h1 {
  text-transform: none;
  font-size: 70px;
}
#main_wrapper #content_wrapper #content_inner .bt_home_hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translateX(250px);
  top: 0;
  bottom: 0;
  height: 100%;
  aspect-ratio: 15/4;
  background-image: url(../img/hero-shape.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper #content_inner .bt_home_hero .wpb_column {
    transform: translateY(40px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper #content_inner .bt_home_hero .wpb_column {
    transform: translateY(40px);
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero:before {
    transform: translateX(300px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper #content_inner .bt_home_hero .wpb_column {
    transform: translateY(40px);
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero:before {
    transform: translateX(400px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper #content_inner .bt_home_hero {
    font-size: 18px;
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero h1 {
    font-size: 50px;
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero .wpb_column {
    transform: translateY(40px);
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero:before {
    transform: translateX(400px);
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero .text_block.width_small .text_block_inner {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .bt_home_hero {
    background-position: right -24%;
    background-size: 130%;
    background-repeat: no-repeat;
    padding-top: 47%;
    font-size: 16px;
    min-height: auto;
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero h1 {
    font-size: 30px;
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero:before {
    display: none;
  }
  #main_wrapper #content_wrapper #content_inner .bt_home_hero > .vc_row {
    background: #0F5DA1;
    padding-top: 35px;
    width: 100%;
  }
}

#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row {
  min-height: 150px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
  background: white;
  position: absolute;
  right: 0;
  padding: 30px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  display: flex;
  align-items: center;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
  width: 100px;
  background: white;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link i {
  font-size: 130px;
  color: #2BA2DC;
  position: relative;
  left: auto;
  display: inline-block;
  width: auto;
  line-height: 1em;
  margin-right: 30px;
  margin-left: 20px;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link .text_wrap {
  font-size: 40px;
  color: #111111;
  line-height: 1.1em;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link .text {
  display: block;
  width: 100%;
  font-weight: bold;
}
#main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link .prefix {
  display: block;
  width: 290px;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
    padding-right: 300px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
    width: calc((100vw - 1270px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
    padding-right: 200px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
    width: calc((100vw - 1170px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
    padding-right: 160px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
    width: calc((100vw - 970px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
    padding-right: 100px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
    width: calc((100vw - 750px) / 2);
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row {
    min-height: 0;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link {
    padding: 15px;
    padding-right: 40px;
    top: -15px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link:before {
    display: none;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link i {
    font-size: 60px;
    margin-left: 10px;
    margin-right: 20px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link .text_wrap {
    font-size: 18px;
  }
  #main_wrapper #content_wrapper #content_inner .home_after_bt_hero_row .phone_link .prefix {
    width: 140px;
    margin-bottom: 6px;
  }
}

#main_wrapper #content_wrapper #content_inner .bt_home_cta_row .call_to_action.style_3 {
  background: transparent;
}
#main_wrapper #content_wrapper #content_inner .bt_home_cta_row .call_to_action.style_3 .st_icon {
  border: none;
  padding: 0;
  width: 200px;
  height: 200px;
}
#main_wrapper #content_wrapper #content_inner .bt_home_cta_row .call_to_action.style_3 .title {
  font-size: 26px;
}
#main_wrapper #content_wrapper #content_inner .bt_home_cta_row .call_to_action.style_3 .content {
  text-align: left;
  color: #111111;
}

#main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_wrapper #content_wrapper #content_inner .home_logos_row .single_image_wrap {
  width: 200px;
}
#main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col > .vc_column-inner {
  border-top: 4px solid white;
  padding-top: 30px;
}
#main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1200px) {
  #main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col > .vc_column-inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper #content_inner .home_logos_row .single_image_wrap {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper #content_inner .home_logos_row .single_image_wrap {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
  #main_wrapper #content_wrapper #content_inner .home_logos_row .single_image_wrap {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_wrapper #content_wrapper #content_inner .home_logos_row .logos_col img {
    height: 50px;
  }
}

#main_wrapper #content_wrapper #content_inner .no_text_transform {
  text-transform: none;
}
#main_wrapper #content_wrapper #content_inner .no_text_transform .heading_element {
  text-transform: none;
}

#main_wrapper #content_wrapper #content_inner .ssp {
  font-family: "Source Sans", sans-serif;
}
#main_wrapper #content_wrapper #content_inner .ssp .heading_element {
  font-family: inherit;
}
#main_wrapper #content_wrapper #content_inner .ssp .call_to_action .title {
  font-family: "Source Sans", sans-serif;
}

#main_wrapper #content_wrapper #content_inner .home_image_carousel .owl-carousel.prev_next_controls_position_inline .owl-nav .owl-prev,
#main_wrapper #content_wrapper #content_inner .home_image_carousel .owl-carousel.prev_next_controls_position_inline .owl-nav .owl-next {
  font-size: 40px;
}
#main_wrapper #content_wrapper #content_inner .home_image_carousel .img_id_1169 .uniform_height_background {
  background-position: top center;
}
#main_wrapper #content_wrapper #content_inner .home_image_carousel .owl-carousel.nav_dots_colour_light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  width: 20px;
  height: 20px;
}
#main_wrapper #content_wrapper #content_inner .home_image_carousel .owl-carousel.nav_dots_colour_light .owl-dots .owl-dot.active span {
  background: white;
  border-color: white;
}

/*
******************************************************************************************************************
=blog and posts

88           88                            
88           88                            
88           88                            
88,dPPYba,   88   ,adPPYba,    ,adPPYb,d8  
88P'    "8a  88  a8"     "8a  a8"    `Y88  
88       d8  88  8b       d8  8b       88  
88b,   ,a8"  88  "8a,   ,a8"  "8a,   ,d88  
8Y"Ybbd8"'   88   `"YbbdP"'    `"YbbdP"Y8  
                               aa,    ,88  
                                "Y8bbdP"   

http://patorjk.com/software/taag/#p=display&h=0&v=0&f=Univers&t=mobile                                                                             

******************************************************************************************************************
*/
.taxonomy_filter_wrap {
  width: 100%;
  margin-bottom: 70px;
}
.taxonomy_filter_wrap .taxonomy_filter {
  display: none;
}
.taxonomy_filter_wrap.style_inline .taxonomy_filter.type_inline {
  display: block;
}
.taxonomy_filter_wrap.style_dropdown .taxonomy_filter.type_dropdown {
  display: block;
}
@media (max-width: 767px) {
  .taxonomy_filter_wrap {
    margin-bottom: 35px;
  }
  .taxonomy_filter_wrap.style_inline .taxonomy_filter.type_inline {
    display: none;
  }
  .taxonomy_filter_wrap .taxonomy_filter.type_dropdown {
    display: block;
  }
}

.taxonomy_filter.type_inline {
  text-align: center;
}
.taxonomy_filter.type_inline a {
  margin-right: 25px;
  font-size: 18px;
  color: #a9a4a4;
  display: inline-block;
}
.taxonomy_filter.type_inline a:hover {
  color: #0F5DA1;
}
.taxonomy_filter.type_inline a:last-child {
  margin-right: 0;
}
.taxonomy_filter.type_inline a.current {
  color: #414042;
  font-weight: bold;
}
@media (max-width: 767px) {
  .taxonomy_filter.type_inline a {
    font-size: 13px;
  }
}

.pagination {
  font-family: "Source Sans", sans-serif;
  display: flex;
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: 35px;
}
.pagination.type_archive {
  justify-content: center;
}
.pagination.type_archive .page-numbers {
  display: inline-block;
  padding: 0 10px;
  color: #0F5DA1;
}
.pagination.type_archive .current {
  opacity: 0.4;
}
.pagination.type_single {
  font-size: 18px;
}
.pagination.type_single .nav-previous {
  margin-right: auto;
}
.pagination.type_single .nav-next {
  margin-left: auto;
}
.pagination:empty {
  display: none;
}

.post_list_wrap .search_wrap {
  margin-bottom: 35px;
  text-align: center;
}
.post_list_wrap .search_wrap input {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  max-width: 100%;
}

.post_list_wrap .no_posts_found {
  text-align: center;
}

.archive_page_pagination_load_more_button_wrap,
.post_list_pagination_load_more_wrap {
  width: 100%;
}
.archive_page_pagination_load_more_button_wrap .loader,
.post_list_pagination_load_more_wrap .loader {
  position: absolute;
  bottom: 0;
  top: auto;
  display: block;
}
.archive_page_pagination_load_more_button_wrap .loader_wrap,
.post_list_pagination_load_more_wrap .loader_wrap {
  position: relative;
  padding-bottom: 70px;
  display: none;
}
.archive_page_pagination_load_more_button_wrap .loader_wrap.display,
.post_list_pagination_load_more_wrap .loader_wrap.display {
  display: block;
}

.post_list_wrap .post_list_pagination_load_more_wrap,
.archive_page_pagination_load_more_button_wrap {
  margin-top: 35px;
}
.post_list_wrap .post_list_pagination_load_more_wrap .load_more_button_wrap,
.archive_page_pagination_load_more_button_wrap .load_more_button_wrap {
  text-align: center;
  margin-top: 15px;
}
.post_list_wrap .post_list_pagination_load_more_wrap .load_more_button,
.archive_page_pagination_load_more_button_wrap .load_more_button {
  display: inline-flex;
  align-items: center;
  color: white !important;
}
.post_list_wrap .post_list_pagination_load_more_wrap .load_more_button .loader,
.archive_page_pagination_load_more_button_wrap .load_more_button .loader {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  width: 20px;
  height: 20px;
  border-color: white;
  border-width: 3px;
  margin-left: 15px;
}
.post_list_wrap .post_list_pagination_load_more_wrap .load_more_button .loader.display,
.archive_page_pagination_load_more_button_wrap .load_more_button .loader.display {
  display: inline-block;
}

#content_wrapper.single_page #content_inner,
#content_wrapper.archive_page #content_inner {
  display: flex;
  flex-wrap: wrap;
}
#content_wrapper.single_page #content_inner #blog_page_content,
#content_wrapper.archive_page #content_inner #blog_page_content {
  width: 100%;
}
#content_wrapper.single_page #content_inner > .content,
#content_wrapper.archive_page #content_inner > .content {
  flex-grow: 1;
}
#content_wrapper.single_page #content_inner .st_sidebar,
#content_wrapper.archive_page #content_inner .st_sidebar {
  width: 27%;
  padding-left: 30px;
}
#content_wrapper.single_page #content_inner > .content,
#content_wrapper.archive_page #content_inner > .content {
  width: 1000px;
  max-width: 100%;
  flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #content_wrapper.single_page #content_inner .st_sidebar,
  #content_wrapper.archive_page #content_inner .st_sidebar {
    width: 33%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #content_wrapper.single_page #content_inner .st_sidebar,
  #content_wrapper.archive_page #content_inner .st_sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.post.archive .meta span,
.post.single .meta span {
  margin-right: 10px;
  font-size: 13px;
}
.post.archive .excerpt,
.post.archive .content,
.post.single .excerpt,
.post.single .content {
  margin-bottom: 15px;
}
.post.archive .featured_image_wrap,
.post.single .featured_image_wrap {
  position: relative;
}
.post.archive .featured_image,
.post.single .featured_image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.post.archive {
  margin-bottom: 35px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.post.archive .meta {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.post.archive .post_content_wrap {
  padding: 50px 50px 40px 50px;
  font-size: 15px;
}
.post.archive .title {
  margin-bottom: 30px;
  font-size: 40px;
}
.post.archive .title a {
  color: #0F5DA1;
}
.post.archive .absolute_link {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.post.archive .read_more {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #414042;
}
.post.archive .read_more i {
  font-size: 0.7em;
}
@media (max-width: 991px) {
  .post.archive {
    flex-direction: column;
  }
  .post.archive .featured_image_wrap {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post.archive .featured_image_wrap {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .post.archive .excerpt {
    font-size: 16px;
  }
  .post.archive .post_content_wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .post.archive .title {
    font-size: 23px;
  }
}

#single_post_wrap .related_posts_wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}

.post.single .featured_image_wrap {
  min-height: 400px;
  margin-bottom: 10px;
}
.post.single .meta {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post.single .title {
  margin-bottom: 20px;
}
.post.single .post_content_wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.single .featured_image_wrap {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post.single .featured_image_wrap {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .post.single .featured_image_wrap {
    min-height: 200px;
  }
}

.post.default {
  text-align: left;
  margin-bottom: 25px;
}
.post.default .featured_image {
  padding-top: 55%;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
  position: relative;
}
.post.default .featured_image .absolute_link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.post.default .post_content_wrap {
  padding-right: 20px;
}
.post.default .excerpt {
  margin-bottom: 30px;
  font-size: 15px;
}
.post.default .title {
  margin-bottom: 25px;
  text-transform: none;
  font-size: 26px;
}
.post.default .meta {
  font-size: 0.8em;
  display: block;
  margin-bottom: 15px;
}
.post.default .category {
  position: absolute;
  display: inline-block;
  background: #0F5DA1;
  color: #111111;
  padding: 5px 20px;
  top: 15px;
  right: 0;
  text-transform: uppercase;
}
.post.default .read_more {
  font-weight: bold;
}
.post.default .read_more i {
  font-size: 0.7em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post.default .featured_image {
    margin-bottom: 20px;
  }
  .post.default .post_content_wrap {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .post.default:last-child {
    margin-bottom: 0;
  }
}

.post_list.style_default {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_list.style_default {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .post_list.style_default {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post_list .list_with_thumb {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  position: relative;
}
.post_list .list_with_thumb .image {
  display: inline-block;
  width: 90px;
  height: 60px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
  background-color: #f0f0f0;
}
.post_list .list_with_thumb .title {
  font-weight: bold;
}
.post_list .list_with_thumb .date {
  margin-bottom: 15px;
  font-style: italic;
}
.post_list .list_with_thumb a.permalink {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.post_list .list_with_thumb:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

#search_results {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#search_results .post.search_result {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
#search_results .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
#search_results .title a {
  color: #0F5DA1;
}
#search_results .excerpt {
  margin-top: 10px;
}
#search_results .inner {
  display: flex;
}
#search_results .featured_image_wrap {
  width: 80px;
  height: 80px;
  position: relative;
  flex-shrink: 0;
  margin-right: 25px;
}
#search_results .featured_image_wrap .featured_image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-color: #F9F9F9;
}
#search_results p.read_more {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #search_results .featured_image_wrap {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

.post.style_carousel {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.post.style_carousel .content {
  position: absolute;
  bottom: 40px;
  left: 50px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.5);
}
.post.style_carousel .excerpt {
  color: #0F5DA1;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.style_carousel {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post.style_carousel {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .post.style_carousel {
    height: 300px;
  }
  .post.style_carousel .content {
    left: 20px;
    right: 20px;
  }
}

/*Wordpress captions*/
.wp-caption {
  border: 1px solid #e8e8e8;
  text-align: center;
  background-color: #f7f7f7;
  margin: 10px;
  max-width: 100%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  line-height: 1.214em;
  padding: 3px;
  margin: 0;
}
.wp-caption.alignnone {
  margin-left: 0;
}
.wp-caption.alignright {
  margin-right: 0;
}

body.single-post .post_content_wrap table {
  max-width: 100%;
  border: 1px solid #ebebeb;
}
body.single-post .post_content_wrap table td {
  border: 1px solid #ebebeb;
  padding: 5px;
}

body.single-post .post_content_wrap .gallery img {
  width: 100%;
}
body.single-post .post_content_wrap .gallery .gallery-icon {
  padding-right: 10px;
  padding-bottom: 10px;
}

.post.home_page_latest {
  display: flex;
  color: white;
  font-family: "Source Sans", sans-serif;
}
.post.home_page_latest .post_content_wrap {
  width: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post.home_page_latest .featured_image_wrap {
  width: 45%;
  position: relative;
}
.post.home_page_latest .featured_image_wrap .featured_image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post.home_page_latest .titleprefix {
  color: white;
  text-transform: none;
  font-size: 50px;
  font-family: inherit;
}
.post.home_page_latest .title {
  text-transform: none;
  font-weight: normal;
  font-size: 40px;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.post.home_page_latest .title a {
  color: white;
}
.post.home_page_latest .read_more {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.post.home_page_latest .read_more a {
  color: white;
}
.post.home_page_latest .read_more i {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .post.home_page_latest .post_content_wrap {
    padding-right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post.home_page_latest .post_content_wrap {
    padding-right: 40px;
  }
  .post.home_page_latest .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .post.home_page_latest {
    flex-wrap: wrap;
  }
  .post.home_page_latest .post_content_wrap,
  .post.home_page_latest .featured_image_wrap {
    width: 100%;
  }
  .post.home_page_latest .featured_image_wrap {
    height: 350px;
    order: -1;
  }
}
@media (max-width: 767px) {
  .post.home_page_latest .featured_image_wrap {
    height: 250px;
  }
  .post.home_page_latest .titleprefix {
    font-size: 30px;
  }
  .post.home_page_latest .title {
    font-size: 28px;
  }
}

/*
****************************************************************
=NAV

8b,dPPYba,   ,adPPYYba,  8b       d8  
88P'   `"8a  ""     `Y8  `8b     d8'  
88       88  ,adPPPPP88   `8b   d8'   
88       88  88,    ,88    `8b,d8'    
88       88  `"8bbdP"Y8      "8"  

****************************************************************
*/
/*Non-mobile and mobile nav buttons*/
.admin-bar #fullscreen_nav_wrapper {
  top: 32px;
}

.hamburger {
  width: 28px;
  height: 24px;
  display: inline-block;
  line-height: 0;
  position: relative;
  z-index: 100;
}
.hamburger .bar {
  display: inline-block;
  height: 4px;
  background: #0F5DA1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease all;
  transform-origin: left;
}
.hamburger .bar_2 {
  top: 10px;
}
.hamburger .bar_3 {
  right: 4px;
  bottom: 0;
  top: auto;
}
.hamburger.smooshed .bar_1 {
  transform: rotate(45deg);
}
.hamburger.smooshed .bar_2 {
  opacity: 0;
}
.hamburger.smooshed .bar_3 {
  right: 0;
  transform: rotate(-45deg);
}

/*
**************************************************************************************************************
=DROPDOWN MENU

         88                                                 88                                                
         88                                                 88                                                
         88                                                 88                                                
 ,adPPYb,88  8b,dPPYba,   ,adPPYba,   8b,dPPYba,    ,adPPYb,88   ,adPPYba,   8b      db      d8  8b,dPPYba,   
a8"    `Y88  88P'   "Y8  a8"     "8a  88P'    "8a  a8"    `Y88  a8"     "8a  `8b    d88b    d8'  88P'   `"8a  
8b       88  88          8b       d8  88       d8  8b       88  8b       d8   `8b  d8'`8b  d8'   88       88  
"8a,   ,d88  88          "8a,   ,a8"  88b,   ,a8"  "8a,   ,d88  "8a,   ,a8"    `8bd8'  `8bd8'    88       88  
 `"8bbdP"Y8  88           `"YbbdP"'   88`YbbdP"'    `"8bbdP"Y8   `"YbbdP"'       YP      YP      88       88  
                                      88                                                                      
                                      88 

**************************************************************************************************************
*/
/*Parent a:after - indication it has children*/
header nav ul li.menu-item-has-children > a:after {
  content: "n";
  margin-left: 6px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
  transform: translateY(-1px);
}

/*Main nav ul*/
header nav.large_nav ul {
  /*First level dropdown nav*/
  /*When hovering over a parent of a dropdown, make child nav visible
  * Or if parent has the hover class from being tapped*/
  /*Display each li of the child nav as a block*/
  /*Dropdown nav buttons*/
  /*If a first level dropdown nav has another dropdown nav, change the icon*/
  /*Second level dropdown nav*/
}
header nav.large_nav ul li ul {
  visibility: hidden;
  position: absolute;
  padding: 0;
  top: 100%;
  left: 15px;
  display: block;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.16, 0.67, 0.48, 1.59), opacity 0.3s ease, visibility 0.3s ease;
  transform: translateX(-25px);
  z-index: 50;
  background: white;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
}
header nav.large_nav ul li:hover > ul,
header nav.large_nav ul li.hover > ul {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
header nav.large_nav ul li > ul > li {
  display: block;
}
header nav.large_nav ul li > ul > li:first-child > a {
  padding-top: 20px;
}
header nav.large_nav ul li > ul > li:last-child > a {
  padding-bottom: 20px;
}
header nav.large_nav ul li ul li a {
  width: 230px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0F5DA1;
  line-height: 1.3em;
  font-size: 16px;
  text-transform: none;
  /*Dropdown nav buttons hover*/
}
header nav.large_nav ul li ul li.menu-item-has-children > a:after {
  content: "p";
}
header nav.large_nav ul li ul li ul {
  left: 230px;
  top: 0;
  opacity: 0;
  border-left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header nav.large_nav ul li ul {
    left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav.large_nav ul li ul {
    left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.large_nav ul li ul {
    left: 0px;
  }
}

#main_wrapper #header_wrapper nav ul li.mega_menu_parent {
  position: unset;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  transform: none;
  box-shadow: none;
  max-height: calc(100vh - 96px);
  overflow-y: scroll;
  display: none;
  transition: none;
  overflow-y: scroll;
  /*Hides scrollbar*/
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*&:before{
  	position: absolute;
  	content:"";
  	width: 100px;
  	top:0;
  	min-height: 100%;
  	bottom:auto;
  	right: 0;
  	background: $light_grey;
  }*/
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul .mega_menu_nav_items_wrap {
  background: rgba(255, 255, 255, 0.95);
  background: #F9F9F9;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 65px;
  grid-template-rows: max-content;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul::-webkit-scrollbar {
  display: none;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li {
  margin-bottom: 25px;
  position: relative;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li > a {
  position: relative;
  z-index: 2;
  padding-left: 0;
  background: none !important;
  color: #111111 !important;
  padding-bottom: 5px;
  padding-top: 0;
  padding-right: 0;
  font-size: 22px;
  font-family: "Source Sans", sans-serif;
  font-weight: bold;
  width: auto;
  width: 100%;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li > a:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  background-color: #F9F9F9;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li > a:hover {
  color: #0F5DA1 !important;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li > a:after {
  display: none;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.draincleaning > a:before {
  background-image: url(../img/nav_images/draincleaning.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.flumes > a:before {
  background-image: url(../img/nav_images/flumes.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.plugs > a:before {
  background-image: url(../img/nav_images/plugs.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.feltliners > a:before {
  background-image: url(../img/nav_images/feltliners.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.uvliners > a:before {
  background-image: url(../img/nav_images/uvliners.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul > .mega_menu_nav_items_wrap > li.cctv > a:before {
  background-image: url(../img/nav_images/cctv.jpg);
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent:hover > ul {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent > ul.show_mega_menu {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent ul ul {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  background: transparent;
  box-shadow: none;
  padding-top: 10px;
  opacity: 1;
  visibility: visible;
  transform: none;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent ul ul li a {
  background: transparent;
  color: #0F5DA1;
  border-bottom: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
#main_wrapper #header_wrapper nav ul li.mega_menu_parent ul ul li a:hover {
  color: #0F5DA1;
}
@media (min-width: 1400px) {
  #main_wrapper #header_wrapper nav ul li.mega_menu_parent .mega_menu_nav_items_wrap {
    padding-left: calc((100vw - 1270px + 30px) / 2);
    padding-right: calc((100vw - 1270px + 30px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #header_wrapper nav ul li.mega_menu_parent .mega_menu_nav_items_wrap {
    padding-left: calc((100vw - 1170px + 30px) / 2);
    padding-right: calc((100vw - 1170px + 30px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #header_wrapper nav ul li.mega_menu_parent .mega_menu_nav_items_wrap {
    padding-left: calc((100vw - 970px + 30px) / 2);
    padding-right: calc((100vw - 970px + 30px) / 2);
  }
}

#fullscreen_nav_wrapper {
  position: fixed;
  z-index: 2000;
  transition: 0.5s ease all;
  /*Hack to have this item slightly taller than the viewport, this makes it 'scroll' which makes overscroll-behavior work*/
  overscroll-behavior: contain;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0 !important;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding: 50px;
  padding-bottom: 20px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  background: white;
  color: #111111;
  /*Hides scrollbar*/
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*Sub menu*/
}
#fullscreen_nav_wrapper:before {
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  opacity: 0;
  pointer-events: none;
}
#fullscreen_nav_wrapper a {
  color: inherit;
}
#fullscreen_nav_wrapper::-webkit-scrollbar {
  display: none;
}
#fullscreen_nav_wrapper.display {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}
#fullscreen_nav_wrapper .fullscreen_nav_inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#fullscreen_nav_wrapper .logo_hamburger_wrap {
  padding-bottom: 25px;
}
#fullscreen_nav_wrapper .logo_hamburger_wrap .nav_logo {
  height: 50px;
  width: auto;
  max-width: 50%;
  object-fit: contain;
  object-position: top left;
}
#fullscreen_nav_wrapper .close {
  position: absolute;
  top: 50px;
  right: 50px;
  margin-bottom: 50px;
  display: block;
}
#fullscreen_nav_wrapper .close .text {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transform: translateY(-25%);
}
#fullscreen_nav_wrapper .close i {
  font-size: 24px;
  margin-left: 10px;
  display: inline-block;
}
#fullscreen_nav_wrapper .contact_details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 35px;
}
#fullscreen_nav_wrapper .contact_details .contact_detail {
  display: block;
  margin-right: 45px;
  margin-bottom: 10px;
}
#fullscreen_nav_wrapper .contact_details .contact_detail:last-child {
  margin-right: 0;
}
#fullscreen_nav_wrapper .large_nav {
  margin-top: auto;
  padding-bottom: 50px;
}
#fullscreen_nav_wrapper nav.large_nav,
#fullscreen_nav_wrapper nav.large_nav > div,
#fullscreen_nav_wrapper nav.large_nav ul {
  display: block;
}
#fullscreen_nav_wrapper nav.large_nav ul {
  padding-left: 0;
}
#fullscreen_nav_wrapper nav.large_nav ul li {
  display: block;
  position: relative;
  margin-bottom: 0;
}
#fullscreen_nav_wrapper nav.large_nav ul li a {
  display: inline-block;
  padding-left: 0px;
  color: inherit;
}
#fullscreen_nav_wrapper nav.large_nav ul ul {
  display: none;
  padding-left: 15px !important;
  opacity: 1 !important;
}
#fullscreen_nav_wrapper nav ul li.menu-item-has-children .menu_expand {
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  color: inherit;
  padding-left: 10px;
}
#fullscreen_nav_wrapper nav ul li.menu-item-has-children .menu_expand i {
  transition: 0.3s ease all;
  transform-origin: center;
  height: 1em;
  line-height: 1em;
}
#fullscreen_nav_wrapper nav ul li.menu-item-has-children .menu_expand.menu_expanded i {
  transform: rotate(180deg);
}
#fullscreen_nav_wrapper nav ul li.menu-item-has-children > a {
  display: inline-block;
}
#fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
#fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu a {
  font-size: 0.9em;
  padding: 5px 0 !important;
}
#fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu li:last-child a {
  padding-bottom: 5px !important;
}
#fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu li:first-child a {
  padding-top: 0px !important;
}
#fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu li:last-child a {
  padding-bottom: 5px !important;
}
@media (min-width: 768px) {
  #fullscreen_nav_wrapper nav.large_nav ul li {
    font-size: 55px;
    font-weight: 700;
    line-height: 1em;
  }
  #fullscreen_nav_wrapper nav.large_nav ul {
    text-align: center;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li {
    margin-bottom: 25px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li.menu-item-has-children .menu_expand {
    font-size: 0.5em;
    margin-right: calc(-0.8em - 15px);
    padding-left: 15px;
    transform: translateY(-10%);
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul li {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul li:last-child {
    margin-bottom: 0;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul li ul li {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fullscreen_nav_wrapper nav.large_nav ul li {
    font-size: 40px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul li {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #fullscreen_nav_wrapper {
    width: 100% !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    /*Sub sub menu*/
  }
  #fullscreen_nav_wrapper .close {
    top: 30px;
    right: 25px;
  }
  #fullscreen_nav_wrapper .close .text {
    display: none;
  }
  #fullscreen_nav_wrapper .social_icons {
    display: none;
  }
  #fullscreen_nav_wrapper .contact_details {
    flex-direction: column;
    align-items: flex-start;
  }
  #fullscreen_nav_wrapper .large_nav {
    margin-top: initial;
  }
  #fullscreen_nav_wrapper .logo_hamburger_wrap .nav_logo {
    height: 40px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu a {
    padding-left: 0 !important;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 20px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    flex-grow: 1;
    font-size: 20px;
    width: calc(100% - 45px);
    padding-top: 13px !important;
    padding-bottom: 8px;
  }
  #fullscreen_nav_wrapper nav.large_nav ul ul {
    border-bottom: 1px solid #ebebeb;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #fullscreen_nav_wrapper nav ul li.menu-item-has-children .menu_expand {
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    transform: none;
    width: 45px;
    padding-left: 0;
  }
  #fullscreen_nav_wrapper nav ul li.menu-item-has-children > a {
    margin-right: 0;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu {
    width: 100% !important;
    padding-left: 0 !important;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu > li > a {
    border-color: transparent;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu {
    border-bottom: 0;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu a {
    flex-grow: 0;
    display: inline-block;
    width: auto;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu .menu_expand {
    border: 0;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu .menu_expand i {
    height: 1em;
    width: 1em;
  }
  #fullscreen_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu {
    padding-left: 15px !important;
  }
}

header nav.large_nav {
  display: inline-block;
}
header nav.large_nav ul {
  margin: 0px;
  padding-left: 0px;
  font-size: 0; /*Removes 4px space of inline-block*/
  display: inline-block;
}
header nav.large_nav > div {
  display: inline-block;
}
header nav.large_nav ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: initial;
  margin-bottom: 0;
}
header nav.large_nav ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 36px 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #0F5DA1;
  text-align: center;
  font-weight: bold;
}
header nav.large_nav > ul > li:last-child > a {
  padding-right: 0;
}
header nav.large_nav ul li:hover > a,
header nav.large_nav ul li:focus > a,
header nav.large_nav ul li.current_page_item:not(.menu-item-home) > a {
  text-decoration: none;
  color: #2BA2DC;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header nav.large_nav ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav.large_nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.large_nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
******************************************************************************************************************
=Header

88                                            88                          
88                                            88                          
88                                            88                          
88,dPPYba,    ,adPPYba,  ,adPPYYba,   ,adPPYb,88   ,adPPYba,  8b,dPPYba,  
88P'    "8a  a8P_____88  ""     `Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88       88  8PP"""""""  ,adPPPPP88  8b       88  8PP"""""""  88          
88       88  "8b,   ,aa  88,    ,88  "8a,   ,d88  "8b,   ,aa  88          
88       88   `"Ybbd8"'  `"8bbdP"Y8   `"8bbdP"Y8   `"Ybbd8"'  88          

******************************************************************************************************************
*/
#header_wrapper {
  position: relative;
  z-index: 99;
}

#large_header_wrapper {
  padding: 0 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #large_header_wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #large_header_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#large_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#large_header_inner:before, #large_header_inner:after {
  display: none;
}

#logo img {
  width: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #logo img {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #logo {
    max-width: 80%;
  }
  #logo img {
    width: 170px;
  }
}

.header_text p:last-child {
  margin-bottom: 0;
}
.header_text i {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .header_text .contact_detail .text {
    display: none;
  }
}

.header_text .address_output br {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #header_text_4 {
    margin-left: auto;
    margin-right: 35px;
  }
}

#page_title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  padding-top: 70px;
  text-align: left;
  color: #0F5DA1;
}
#page_title h1 {
  margin-bottom: 0px;
  color: inherit;
}
#page_title .subtitle {
  margin-top: 10px;
  color: inherit;
}
#page_title .divider {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #0F5DA1;
}
#page_title .woocommerce-breadcrumb {
  text-transform: none;
  color: #999;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}
#page_title .woocommerce-breadcrumb a {
  color: inherit;
}
@media (max-width: 1599px) {
  #page_title.divider_after_row {
    padding-top: 50px;
    padding-bottom: 11vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page_title.divider_after_row {
    padding-bottom: 13vw !important;
  }
}
@media (max-width: 767px) {
  #page_title.divider_after_row {
    padding-top: 35px;
    padding-bottom: 15vw !important;
  }
}

#large_nav_wrapper {
  margin-left: auto;
}

/*
******************************************************************************************************************
=footer

   ad88                                                          
  d8"                              ,d                            
  88                               88                            
MM88MMM  ,adPPYba,    ,adPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  
  88    a8"     "8a  a8"     "8a   88    a8P_____88  88P'   "Y8  
  88    8b       d8  8b       d8   88    8PP"""""""  88          
  88    "8a,   ,a8"  "8a,   ,a8"   88,   "8b,   ,aa  88          
  88     `"YbbdP"'    `"YbbdP"'    "Y888  `"Ybbd8"'  88          

******************************************************************************************************************
*/
#photo_credit {
  background: #2BA2DC;
  padding-top: 10px;
  margin-bottom: -8px;
  color: white;
  text-align: center;
  font-size: 12px;
}

#footer_wrapper {
  border-top: 18px solid #2BA2DC;
}
#footer_wrapper a {
  color: #0F5DA1;
}
#footer_wrapper a:hover {
  color: #2BA2DC;
}

#large_footer_wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}
#large_footer_wrapper ul {
  padding: 0px;
}
#large_footer_wrapper ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
#large_footer_wrapper h2 {
  font-size: 50px;
  font-weight: 800;
  color: #2BA2DC;
  text-transform: none;
}
#large_footer_wrapper h3 {
  color: white;
}
@media (max-width: 991px) {
  #large_footer_wrapper {
    text-align: center;
  }
  #large_footer_wrapper ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #large_footer_wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #large_footer_wrapper h2 {
    font-size: 35px;
  }
}

#large_footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#large_footer_inner:before, #large_footer_inner:after {
  display: none;
}
@media (max-width: 991px) {
  #large_footer_inner {
    flex-wrap: wrap;
  }
}

#small_footer_wrapper {
  font-size: 12px;
  background: #F9F9F9;
}

#small_footer_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#small_footer_inner a {
  color: inherit;
}
#small_footer_inner a:hover {
  color: #2BA2DC;
}
#small_footer_inner:before, #small_footer_inner:after {
  display: none;
}
@media (max-width: 991px) {
  #small_footer_inner {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .footer_widget {
    margin-bottom: 15px;
  }
}

#footer_logo img {
  width: 370px;
}
@media (min-width: 992px) {
  #footer_logo {
    transform: translateY(-5px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer_logo {
    transform: translateY(-15px);
  }
  #footer_logo img {
    width: 320px;
  }
}
@media (max-width: 991px) {
  #footer_logo {
    order: -5;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #footer_logo img {
    width: 300px;
  }
}

#footer_widget_1 {
  font-size: 32px;
  font-weight: bold;
}
#footer_widget_1 .widget {
  margin-bottom: 15px;
}
#footer_widget_1 .widget:last-child {
  margin-bottom: 0;
}
#footer_widget_1 .widget:first-child {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #footer_widget_1 {
    width: 100%;
  }
  #footer_widget_1 .widget {
    margin-bottom: 5px;
  }
  #footer_widget_1 .widget:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer_widget_1 {
    font-size: 20px;
  }
}

.footer_text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer_text {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_text:last-child {
    margin-bottom: 0;
  }
}

#footer_menu {
  background: #F9F9F9;
  padding-top: 10px;
  padding-bottom: 7px;
}
#footer_menu .container:before, #footer_menu .container:after {
  display: none;
}
#footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer_menu ul li {
  display: inline-block;
  padding-right: 10px;
}
#footer_menu ul li:last-child {
  padding-right: 0;
}
#footer_menu ul li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer_menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #footer_menu ul {
    justify-content: center;
  }
  #footer_menu ul li a {
    font-size: 15px;
  }
}

body {
  padding-top: 96px;
}
body #header_wrapper {
  height: 96px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
body.admin-bar #header_wrapper {
  top: 32px;
}
@media (max-width: 767px) {
  body {
    padding-top: 78px;
  }
  body #header_wrapper {
    height: 78px;
  }
  body.admin-bar #header_wrapper {
    top: 46px;
  }
}

/*Overwrites Page builder padding top for columns when default padding is set*/
#main_wrapper .vc_row.default_padding .vc_column-inner,
#main_wrapper .vc_row.vc_row-has-fill > .wpb_column > .vc_column-inner,
#main_wrapper .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}

/*
*For full width page templates
*/
.row_wrap.row_is_disabled {
  opacity: 0.5;
}
.row_wrap.row_is_disabled .vc_row {
  opacity: 1 !important;
}

.full_width_page #content_inner {
  /*Make content inner full width*/
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.full_width_page #content_inner .row_wrap { /*Parent rows are centered, and their width is set with specific break points*/
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
}
.full_width_page #content_inner .vc_row {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.full_width_page #content_inner .row_wrap.full_width_background {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .full_width_page #content_inner .row_wrap.standard_width_background {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full_width_page #content_inner .row_wrap.standard_width_background {
    width: 970px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .full_width_page #content_inner .row_wrap.standard_width_background {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .full_width_page #content_inner .row_wrap.standard_width_background {
    width: 1270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full_width_page #content_inner .row_wrap > .vc_row {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full_width_page #content_inner .row_wrap > .vc_row {
    width: 970px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .full_width_page #content_inner .row_wrap > .vc_row {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .full_width_page #content_inner .row_wrap > .vc_row {
    width: 1270px;
  }
}
.full_width_page #content_inner .row_wrap.row_width_full > .vc_row {
  width: 100%;
}
.full_width_page #content_inner .row_wrap.row_width_full_no_padding > .vc_row {
  width: 100%;
}
.full_width_page #content_inner .row_wrap.row_width_full_no_padding > .vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .full_width_page #content_inner .row_wrap.row_width_wide > .vc_row {
    width: 1370px;
  }
}
@media (min-width: 1200px) {
  .full_width_page #content_inner .row_wrap.row_width_medium > .vc_row {
    width: 1100px;
  }
}
@media (min-width: 992px) {
  .full_width_page #content_inner .row_wrap.row_width_small > .vc_row {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .full_width_page #content_inner .row_wrap.row_width_tiny > .vc_row {
    width: 600px;
  }
}
.full_width_page #content_inner .vc_row.vc_inner { /*Child rows width is set to full width, and have negative margins to match rest of vc styles*/
  width: 100%;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.full_width_page #content_inner .vc_section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.full_width_page #content_inner .row_wrap.full_height { /*Ensures row is full height when selected*/
  min-height: 100vh !important;
}

.row_wrap.flex_row {
  display: flex;
  flex-wrap: wrap;
}

.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_content_element {
  width: 100%;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .button_wrap.alignment_inline {
  width: auto;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper > div {
  flex-shrink: 0; /* IE / Internet explorer fix*/
}

.vc_editor .vc_row-o-equal-height > .vc_element.vc_vc_column > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.vc_editor .vc_row-o-equal-height > .vc_element.vc_vc_column > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_element {
  width: 100%;
}

.vc_row-flex > .wpb_column {
  display: flex;
}

.vc_row-o-content-middle > .wpb_column {
  align-items: center;
}
.vc_row-o-content-middle > .wpb_column .vc_column-inner > .wpb_wrapper {
  flex-grow: 0;
}

.vc_row-o-content-top > .wpb_column {
  align-items: flex-start;
}
.vc_row-o-content-top > .wpb_column .vc_column-inner > .wpb_wrapper {
  flex-grow: 0;
}

.vc_row-o-content-bottom > .wpb_column {
  align-items: flex-end;
}
.vc_row-o-content-bottom > .wpb_column .vc_column-inner > .wpb_wrapper {
  flex-grow: 0;
}

#main_wrapper .vc_row-has-fill {
  padding-top: 0;
}

.row_wrap.background_video {
  position: relative;
  overflow: hidden;
}
.row_wrap.background_video video,
.row_wrap.background_video .video_bg_mobile_placeholder {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 100%;
  font-family: "object-fit: cover;"; /*For IE and Edge Polyfill*/
}
.row_wrap.background_video .video_bg_mobile_placeholder {
  display: none;
}
.row_wrap.background_video .play_button,
.row_wrap.background_video .pause_button {
  position: absolute;
  display: flex;
  background: #0F5DA1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.row_wrap.background_video .play_button {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70px;
  height: 70px;
}
.row_wrap.background_video .play_button i {
  line-height: 1em;
  font-size: 30px;
}
.row_wrap.background_video .play_button .icon-play {
  transform: translateX(5%);
}
.row_wrap.background_video .pause_button {
  bottom: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}
.row_wrap.background_video .pause_button i {
  line-height: 1em;
  font-size: 12px;
}
.row_wrap.background_video.playing .play_button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.row_wrap.background_video.playing:hover .pause_button {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
@media (max-width: 991px) {
  .row_wrap.background_video .video_bg_mobile_placeholder {
    display: block;
  }
  .row_wrap.background_video .play_button {
    width: 50px;
    height: 50px;
  }
  .row_wrap.background_video .play_button i {
    font-size: 18px;
  }
}

.full_width_page .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

#content_wrapper #content_inner .vc_row.owl-carousel {
  position: relative;
}
#content_wrapper #content_inner .vc_row.owl-carousel .vc_column-inner {
  background-size: cover;
  background-position: center;
}

.vc_editor #content_wrapper #content_inner .vc_row.owl-carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.vc_editor #content_wrapper #content_inner .vc_row.owl-carousel .vc_vc_column {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .vc_editor #content_wrapper #content_inner .vc_row.owl-carousel.items_per_view_2 .vc_vc_column {
    width: 50%;
  }
  .vc_editor #content_wrapper #content_inner .vc_row.owl-carousel.items_per_view_3 .vc_vc_column {
    width: 33.3%;
  }
  .vc_editor #content_wrapper #content_inner .vc_row.owl-carousel.items_per_view_4 .vc_vc_column {
    width: 25%;
  }
  .vc_editor #content_wrapper #content_inner .vc_row.owl-carousel.items_per_view_5 .vc_vc_column {
    width: 20%;
  }
  .vc_editor #content_wrapper #content_inner .vc_row.owl-carousel.items_per_view_6 .vc_vc_column {
    width: 16.66%;
  }
}

#main_wrapper .heading {
  text-align: left;
  margin-bottom: 20px;
  min-width: 0;
}
#main_wrapper .heading h1, #main_wrapper .heading h2, #main_wrapper .heading h3, #main_wrapper .heading h4, #main_wrapper .heading h5, #main_wrapper .heading h6 {
  margin-bottom: 0;
}
#main_wrapper .heading a {
  color: inherit;
}
#main_wrapper .heading strong {
  color: inherit;
}
#main_wrapper .heading.alignment_right {
  text-align: right;
}
#main_wrapper .heading.alignment_left {
  text-align: left;
}
#main_wrapper .heading.alignment_centre {
  text-align: center;
}
#main_wrapper .heading.style_underline {
  padding-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: initial;
  text-decoration-thickness: 2px;
}
#main_wrapper .heading.style_short_underline {
  position: relative;
  padding-bottom: 10px;
}
#main_wrapper .heading.style_short_underline:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 70px;
  height: 2px;
  background: #0F5DA1;
}
#main_wrapper .heading.alignment_centre.style_short_underline:after {
  left: 50%;
  transform: translateX(-50%);
}
#main_wrapper .heading i {
  font-size: 0.7em;
}
#main_wrapper .heading .icon_position_after_text i {
  padding-left: 10px;
}
#main_wrapper .heading .icon_position_before_text i {
  padding-right: 10px;
}
#main_wrapper .heading.style_line_before {
  padding-left: 60px;
  position: relative;
}
#main_wrapper .heading.style_line_before:before {
  position: absolute;
  height: 1px;
  width: 40px;
  left: 0;
  top: 50%;
  background: currentColor;
  content: "";
}
#main_wrapper .heading.style_bg_colour_with_underline {
  border-bottom: 2px solid #ebebeb;
}
#main_wrapper .heading.style_bg_colour_with_underline .heading_element {
  font-weight: bold;
  background-color: #0F5DA1;
  padding: 5px 10px;
  color: white;
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 25px;
}
#main_wrapper .heading.style_bg_colour_with_underline .heading_element:after {
  display: block;
  height: 2px;
  content: "";
  background-color: inherit;
  width: 100%;
  bottom: -5px;
  left: 0;
  position: absolute;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element:before, #main_wrapper .heading.style_lines_before_after_text .heading_element:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: #414042;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 50%;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element:after {
  left: auto;
  right: 0;
}

blockquote {
  margin: 0 0 35px 0;
  position: relative;
  display: flex;
}
blockquote .cite {
  display: block;
  margin-top: 15px;
  position: relative;
}
blockquote .cite h5 {
  display: inline-block;
}
blockquote .title {
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}
blockquote .line_one, blockquote .line_two {
  margin-bottom: 0;
  margin-top: 0;
}
blockquote .line_one {
  font-weight: bold;
}
blockquote .image_wrap {
  width: 200px;
  margin-right: 50px;
  flex-shrink: 0;
}
blockquote .image_wrap .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 500px;
  padding-top: 100%;
}
blockquote .testimonial_content_wrap {
  flex-grow: 1;
}
@media (max-width: 767px) {
  blockquote {
    flex-wrap: wrap;
  }
  blockquote .image_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    margin-bottom: 30px;
  }
  blockquote .testimonial_content_wrap {
    width: 100%;
  }
}

blockquote.style_speech_bubble {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding: 25px;
}
blockquote.style_speech_bubble .quote_icon {
  display: none;
}
blockquote.style_speech_bubble:before, blockquote.style_speech_bubble:after {
  top: 100%;
  left: 100px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
blockquote.style_speech_bubble:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ebebeb;
  border-width: 16px;
  margin-left: -16px;
}
blockquote.style_speech_bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f7f7f7;
  border-width: 14px;
  margin-left: -14px;
}

blockquote.style_speech_marks {
  padding: 5px 60px;
}
blockquote.style_speech_marks .testimonial_content {
  position: relative;
}
blockquote.style_speech_marks .quote_icon {
  font-size: 40px;
  position: absolute;
}
blockquote.style_speech_marks .icon-quote-open {
  left: -60px;
  top: -20px;
}
blockquote.style_speech_marks .icon-quote-closed {
  right: -60px;
  bottom: -20px;
}

blockquote.style_speech_marks.small_quotes {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0;
}
blockquote.style_speech_marks.small_quotes .quote_icon {
  font-size: 23px;
}
blockquote.style_speech_marks.small_quotes .icon-quote-open {
  left: -35px;
  top: -6px;
}
blockquote.style_speech_marks.small_quotes .icon-quote-closed {
  right: -35px;
  bottom: -6px;
}

blockquote.style_outline {
  border: 3px solid #ebebeb;
  padding: 30px 20px;
  background: white;
  margin-top: 20px;
}
blockquote.style_outline .testimonial_content {
  background: inherit;
}
blockquote.style_outline .quote_icon {
  position: absolute;
  font-size: 30px;
  color: #c5c5c5;
  line-height: 40px;
  background-color: inherit;
  padding: 0 10px;
  line-height: normal;
  height: 40px;
  display: block;
}
blockquote.style_outline .icon-quote-open {
  top: -18px;
  left: 40px;
}
blockquote.style_outline .icon-quote-closed {
  right: 40px;
  bottom: -24px;
}

blockquote.style_no_style .quote_icon {
  display: none;
}

blockquote.style_quote_mark_above {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}
blockquote.style_quote_mark_above .icon-quote-open {
  color: #0F5DA1;
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}
blockquote.style_quote_mark_above .icon-quote-closed {
  display: none;
}
blockquote.style_quote_mark_above .cite {
  padding-left: 0;
  margin-top: 25px;
}
blockquote.style_quote_mark_above .cite .title:before {
  display: none;
}
blockquote.style_quote_mark_above .image_wrap {
  display: none;
}

#main_wrapper .testimonial_carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
#main_wrapper .testimonial_carousel .owl-stage-outer {
  padding-top: 35px;
  padding-bottom: 35px;
  box-sizing: content-box;
}
#main_wrapper .testimonial_carousel .no_testimonials {
  color: #F44336;
  text-align: center;
}
#main_wrapper .testimonial_carousel blockquote {
  margin-bottom: 0;
  width: 100%;
}
#main_wrapper .testimonial_carousel.prev_next_controls_position_inline .owl-nav .owl-prev {
  left: 35px;
}
#main_wrapper .testimonial_carousel.prev_next_controls_position_inline .owl-nav .owl-next {
  right: 35px;
}
#main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside {
  padding-left: 100px;
  padding-right: 100px;
}
#main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside .owl-nav .owl-prev {
  left: 0;
}
#main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside .owl-nav .owl-next {
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside {
    padding-left: 80px;
    padding-right: 80px;
  }
  #main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside .owl-nav .owl-prev {
    left: 0;
  }
  #main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  #main_wrapper .testimonial_carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_wrapper .testimonial_carousel.prev_next_controls_visible.items_per_view_1.prev_next_controls_position_outside {
    padding-left: 0;
    padding-right: 0;
  }
}

.image_grid_wrap {
  margin-right: -5px;
  margin-bottom: 30px;
}
.image_grid_wrap .image_wrap {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  min-height: 1px;
  position: relative;
}
.image_grid_wrap .image_grid_thumb {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 5px;
  left: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image_grid_wrap.position_top .image_grid_thumb {
  background-position: center top;
}
.image_grid_wrap.position_bottom .image_grid_thumb {
  background-position: center bottom;
}
.image_grid_wrap.per_row_6 .image_wrap {
  width: 16.666%;
  padding-top: 12.5%;
}
.image_grid_wrap.per_row_5 .image_wrap {
  width: 20%;
  padding-top: 15%;
}
.image_grid_wrap.per_row_4 .image_wrap {
  width: 25%;
  padding-top: 18.75%;
}
.image_grid_wrap.per_row_3 .image_wrap {
  width: 33%;
  width: 33.333%;
  padding-top: 25%;
}
.image_grid_wrap.per_row_2 .image_wrap {
  width: 50%;
  padding-top: 37.5%;
}
@media (max-width: 767px) {
  .image_grid_wrap.per_row_6 .image_wrap, .image_grid_wrap.per_row_5 .image_wrap, .image_grid_wrap.per_row_4 .image_wrap, .image_grid_wrap.per_row_3 .image_wrap {
    width: 50%;
    padding-top: 37.5%;
  }
}

.masonry_grid {
  margin-right: -5px;
  position: relative;
}
.masonry_grid .grid_item {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  transition: 0.5s ease-in-out opacity;
  opacity: 0;
}
.masonry_grid.loaded .grid_item {
  opacity: 1;
}
.masonry_grid .loader {
  position: absolute;
  top: 40px;
  display: block;
}
.masonry_grid .grid_sizer,
.masonry_grid .grid_item,
.masonry_grid .grid_item--width2 {
  width: 100%;
}
.masonry_grid.per_row_2 .grid_sizer, .masonry_grid.per_row_2 .grid_item {
  width: 50%;
}
.masonry_grid.per_row_2 .grid_item--width2 {
  width: 100%;
}
.masonry_grid.per_row_3 .grid_sizer, .masonry_grid.per_row_3 .grid_item {
  width: 33%;
  width: 33.333%;
}
.masonry_grid.per_row_3 .grid_item--width2 {
  width: 66%;
  width: 66.666%;
}
.masonry_grid.per_row_4 .grid_sizer, .masonry_grid.per_row_4 .grid_item {
  width: 25%;
}
.masonry_grid.per_row_4 .grid_item--width2 {
  width: 50%;
}
.masonry_grid.per_row_5 .grid_sizer, .masonry_grid.per_row_5 .grid_item {
  width: 20%;
}
.masonry_grid.per_row_5 .grid_item--width2 {
  width: 40%;
}
.masonry_grid.per_row_6 .grid_sizer, .masonry_grid.per_row_6 .grid_item {
  width: 16%;
  width: 16.6666666667%;
}
.masonry_grid.per_row_6 .grid_item--width2 {
  width: 16%;
  width: 33.3333333333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .masonry_grid .grid_sizer,
  .masonry_grid .grid_item {
    width: 33.33% !important;
  }
  .masonry_grid .grid_item--width2 {
    width: 66.66% !important;
  }
  .masonry_grid.per_row_1 .grid_item {
    width: 100% !important;
  }
  .masonry_grid.per_row_2 .grid_item {
    width: 50% !important;
  }
  .masonry_grid.per_row_2 .grid_item--width2 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .masonry_grid .grid_sizer,
  .masonry_grid .grid_item {
    width: 50% !important;
  }
  .masonry_grid .grid_item--width2 {
    width: 100% !important;
  }
  .masonry_grid.per_row_1 .grid_item {
    width: 100% !important;
  }
}

.masonry_grid_filter {
  text-align: center;
  margin-bottom: 20px;
}
.masonry_grid_filter a {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}

.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-] {
  color: #0F5DA1;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border: 1px solid currentColor;
  border: 0;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #0F5DA1;
  border-color: #0F5DA1;
  text-decoration: none;
}
.owl-carousel .owl-prev {
  left: -80px;
}
.owl-carousel .owl-prev i {
  transform: translateX(-1px) translateY(1px);
}
.owl-carousel .owl-next {
  right: -80px;
}
.owl-carousel .owl-next i {
  transform: translateX(1px) translateY(1px);
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #0F5DA1;
  border-color: #0F5DA1;
}
.owl-carousel .carousel_item img {
  width: auto !important;
  margin: auto;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

.owl-carousel.nav_dots_colour_light .owl-dots .owl-dot span {
  background: white;
  border-color: white;
}
.owl-carousel.nav_dots_colour_light .owl-dots .owl-dot.active span,
.owl-carousel.nav_dots_colour_light .owl-dots .owl-dot:hover span {
  background: #0F5DA1;
  border-color: #0F5DA1;
}

.owl-carousel.nav_dots_position_inline .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-top: 0;
}

.team_member_carousel.owl-carousel.nav_dots_position_inline .owl-dots,
.testimonial_carousel.owl-carousel.nav_dots_position_inline .owl-dots {
  bottom: 50px;
}

.owl-carousel.prev_next_controls_colour_light .owl-nav {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.owl-carousel.prev_next_controls_colour_light .owl-nav [class*=owl-] {
  color: white;
  border-color: white;
}

.owl-carousel.prev_next_controls_position_inline .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.prev_next_controls_position_inline .owl-nav .owl-next {
  right: 20px;
}

.carousel_thumbs {
  margin-right: -5px;
  margin-top: -30px;
}
.carousel_thumbs .thumb {
  width: 16.66667%;
  width: 16.6666666667%;
  aspect-ratio: 4/3;
  float: left;
  position: relative;
}
.carousel_thumbs .thumb a {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 5px;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .carousel_thumbs .thumb {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel_thumbs .thumb {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel_thumbs .thumb {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .carousel_thumbs .thumb {
    width: 25%;
  }
}

.owl-carousel.uniform_height .carousel_item {
  position: relative;
}
.owl-carousel.uniform_height .uniform_height_background {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.owl-carousel.uniform_height img {
  display: none !important;
}

.owl-carousel.display_flex .owl-stage {
  display: flex;
}
.owl-carousel.display_flex .owl-item,
.owl-carousel.display_flex .owl-item > .wpb_column,
.owl-carousel.display_flex .owl-item > .wpb_column > .vc_column-inner,
.owl-carousel.display_flex .owl-item > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-grow: 1;
}

.image_hero_slider {
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
}
.image_hero_slider .content {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.image_hero_slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.image_hero_slider .owl-nav .owl-prev,
.image_hero_slider .owl-nav .owl-next {
  color: white;
  border-color: white;
}
.image_hero_slider h1, .image_hero_slider h2, .image_hero_slider h3, .image_hero_slider h4, .image_hero_slider h5, .image_hero_slider h6 {
  color: inherit;
}
.image_hero_slider .carousel_item {
  box-sizing: content-box;
}

.image_hero_slider,
.image_hero_slider .carousel_item {
  height: 700px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .image_hero_slider,
  .image_hero_slider .carousel_item {
    height: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_hero_slider,
  .image_hero_slider .carousel_item {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_hero_slider,
  .image_hero_slider .carousel_item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .image_hero_slider,
  .image_hero_slider .carousel_item {
    height: 400px;
  }
}

.st_icon {
  display: inline-block;
  text-align: center;
}
.st_icon svg {
  display: inline-block;
}
.st_icon.alignment_left {
  text-align: left;
}
.st_icon.alignment_right {
  text-align: right;
}
.st_icon.alignment_centre {
  display: block;
  text-align: center;
}
.st_icon.size_default svg {
  width: 40px;
  height: 40px;
}
.st_icon.size_tiny svg {
  width: 20px;
  height: 20px;
}
.st_icon.size_small svg {
  width: 30px;
  height: 30px;
}
.st_icon.size_medium svg {
  width: 50px;
  height: 50px;
}
.st_icon.size_large svg {
  width: 80px;
  height: 80px;
}
.st_icon.size_huge svg {
  width: 120px;
  height: 120px;
}

.team_member_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.team_member_wrap .image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
}
.team_member_wrap .divider {
  display: block;
  width: 50px;
  height: 2px;
  background: #0F5DA1;
  margin: 15px 0;
}
.team_member_wrap .close {
  display: none;
}
.team_member_wrap .popup_button_wrap {
  margin-top: 20px;
}

.team_member_wrap.style_one .inner,
.team_member_wrap.style_two .inner {
  padding: 20px 0;
}
.team_member_wrap.style_one .staff_name,
.team_member_wrap.style_two .staff_name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.team_member_wrap.style_one .staff_role,
.team_member_wrap.style_two .staff_role {
  font-size: 15px;
  opacity: 0.8;
  font-style: italic;
  margin-bottom: 5px;
}
.team_member_wrap.style_one .fa,
.team_member_wrap.style_two .fa {
  display: inline-block;
  width: 20px;
}
.team_member_wrap.style_one .front,
.team_member_wrap.style_two .front {
  display: none;
}

.team_member_wrap.style_two .inner {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex-grow: 1;
}

.team_member_wrap.style_three {
  position: relative;
}
.team_member_wrap.style_three .front {
  display: none;
}
.team_member_wrap.style_three .image {
  min-height: 0;
  padding-top: 100%;
  border-radius: 300px;
  margin-bottom: 30px;
}
.team_member_wrap.style_three .inner {
  text-align: center;
}
.team_member_wrap.style_three .divider {
  margin-left: auto;
  margin-right: auto;
}
.team_member_wrap.style_three .staff_phone,
.team_member_wrap.style_three .staff_email,
.team_member_wrap.style_three .staff_linkedin {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.team_member_wrap.style_three .staff_phone .text,
.team_member_wrap.style_three .staff_email .text,
.team_member_wrap.style_three .staff_linkedin .text {
  display: none;
}

.team_member_wrap.style_four {
  position: relative;
}
.team_member_wrap.style_four .inner {
  display: none;
}
.team_member_wrap.style_four .image {
  padding-top: 80%;
}
.team_member_wrap.style_four .front {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #0F5DA1;
}
.team_member_wrap.style_four .staff_name {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  font-size: 20px;
}
.team_member_wrap.style_four .staff_role {
  background: #2a2a2a;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding: 6px 10px;
}

.team_member_wrap.style_five {
  min-height: 300px;
}
.team_member_wrap.style_five .image {
  transition: 0.3s ease all;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.team_member_wrap.style_five .inner {
  transition: 0.3s ease all;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 5;
  opacity: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.team_member_wrap.style_five .front {
  transition: 0.3s ease all;
  position: relative;
  z-index: 4;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.team_member_wrap.style_five .front .staff_name,
.team_member_wrap.style_five .front .staff_role {
  color: white;
  text-shadow: 1px 1px 0px black;
}
.team_member_wrap.style_five:hover .inner {
  opacity: 1;
}
.team_member_wrap.style_five:hover .front {
  opacity: 0;
}

.st_popup_box_wrap.team_popup .staff_header {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.st_popup_box_wrap.team_popup .staff_header .thumb {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.st_popup_box_wrap.team_popup .staff_name {
  margin-top: 0;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.st_popup_box_wrap.team_popup .staff_role {
  font-size: 14px;
  margin-top: 0;
}

.team_member_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.team_member_list .team_member_list_item {
  width: 33.3%;
  flex-grow: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team_member_list .team_member_list_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .team_member_list {
    margin-left: 0;
    margin-right: 0;
  }
  .team_member_list .team_member_list_item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.fancy_image_link {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.fancy_image_link .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.fancy_image_link .text_to_display,
.fancy_image_link .text_to_display_on_hover {
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
  margin: 5px 0;
}
.fancy_image_link .text_to_display_on_hover {
  transition: 0.3s ease all;
  transform: scale(0);
  opacity: 0;
}
.fancy_image_link a {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.fancy_image_link .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #0F5DA1;
  opacity: 0;
  transition: 0.3s ease all;
}
.fancy_image_link:before {
  display: block;
  content: "";
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50% 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fancy_image_link:hover .text_to_display_on_hover {
  transform: scale(1);
  opacity: 1;
}
.fancy_image_link:hover .overlay {
  opacity: 0.2;
}
.fancy_image_link:hover:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .fancy_image_link .text_to_display_on_hover {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .fancy_image_link .text_to_display_on_hover {
    transform: scale(1);
    opacity: 1;
  }
}

#frequently_asked_questions_wrap .listjs_search_box input {
  outline: 0;
  margin-bottom: 15px;
}
#frequently_asked_questions_wrap ul.list {
  padding: 0;
}
#frequently_asked_questions_wrap ul.list > li {
  list-style: none;
  display: block;
  margin-bottom: 0;
}

.accordion_wrap .accordion_item_wrap {
  border: 1px solid #e8e8e8;
  border-bottom-width: 0;
}
.accordion_wrap .accordion_item_wrap:last-child {
  border-bottom-width: 1px;
}
.accordion_wrap .accordion_title {
  background: #f3f3f3;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease all;
  font-weight: bold;
  margin-bottom: 0;
}
.accordion_wrap .accordion_title .icon:before, .accordion_wrap .accordion_title .bullet_style_icon ul li:before, .bullet_style_icon ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_tick ul li:before, .bullet_style_tick ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_download ul li:before, .bullet_style_download ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_pdf ul li:before, .bullet_style_pdf ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_triangle ul li:before, .bullet_style_triangle ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_square ul li:before, .bullet_style_square ul .accordion_wrap .accordion_title li:before {
  content: "+";
  display: inline-block;
  width: 20px;
}
.accordion_wrap .accordion_item_wrap.expanded .accordion_title,
.accordion_wrap .accordion_title:hover {
  background: #e8e8e8;
}
.accordion_wrap .accordion_item_wrap.expanded .accordion_title .icon:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_icon ul li:before, .bullet_style_icon ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_tick ul li:before, .bullet_style_tick ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_download ul li:before, .bullet_style_download ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_pdf ul li:before, .bullet_style_pdf ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_triangle ul li:before, .bullet_style_triangle ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_square ul li:before, .bullet_style_square ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before {
  content: "-";
}
.accordion_wrap .accordion_content {
  padding: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  opacity: 1 !important;
  background: #f7f7f7;
  border-top: 0;
  width: 100% !important;
  display: none;
}
.accordion_wrap .accordion_content p:last-child {
  margin-bottom: 0;
}

.flipping_box {
  position: relative;
  padding-top: 20px;
  text-align: center;
  color: white;
  perspective: 550px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
.flipping_box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.flipping_box .front, .flipping_box .back {
  backface-visibility: hidden;
  padding: 6px;
  width: 100%;
  transform: rotateX(0deg); /*Thunderbird bug fix*/
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
}
.flipping_box .inner {
  transition: all 0.55s ease-in-out;
  transform-style: preserve-3d;
  text-align: center;
  width: 100%;
  display: flex;
  box-shadow: 0 32px 58px rgba(0, 0, 0, 0.2);
}
.flipping_box .icon, .flipping_box .bullet_style_icon ul li:before, .bullet_style_icon ul .flipping_box li:before, .flipping_box .bullet_style_tick ul li:before, .bullet_style_tick ul .flipping_box li:before, .flipping_box .bullet_style_download ul li:before, .bullet_style_download ul .flipping_box li:before, .flipping_box .bullet_style_pdf ul li:before, .bullet_style_pdf ul .flipping_box li:before, .flipping_box .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .flipping_box li:before, .flipping_box .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .flipping_box li:before, .flipping_box .bullet_style_triangle ul li:before, .bullet_style_triangle ul .flipping_box li:before, .flipping_box .bullet_style_square ul li:before, .bullet_style_square ul .flipping_box li:before, .flipping_box header nav ul li.menu-item-has-children > a:after, header nav ul .flipping_box li.menu-item-has-children > a:after {
  width: 50px;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.flipping_box h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  color: white;
}
.flipping_box .front {
  z-index: 2;
  position: relative;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
}
.flipping_box .back {
  transform: rotateY(180deg);
  background: #0F5DA1;
  border: 1px solid #ebebeb;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.flipping_box .touch_title {
  display: none;
  position: relative;
  z-index: 21;
  color: #54311B;
  margin-top: 10px;
}
.flipping_box:hover {
  z-index: 100;
}
.flipping_box:hover .inner, .flipping_box:focus .inner {
  transform: rotateY(-180deg);
}

.pricing_table {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.pricing_table .header {
  padding: 12px 20px;
  background-color: #333;
  margin-bottom: 20px;
  font-family: "Source Sans", sans-serif;
  color: white;
}
.pricing_table .title {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.pricing_table .price_wrap {
  margin-top: 10px;
  margin-bottom: -5px;
}
.pricing_table .price_value {
  display: inline-block;
  position: relative;
}
.pricing_table .price_label {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: -5px;
}
.pricing_table .dollar_sign,
.pricing_table .price,
.pricing_table .plus_gst {
  display: inline-block;
  margin-top: 10px;
}
.pricing_table .dollar_sign {
  vertical-align: top;
  font-size: 13px;
  position: absolute;
  left: -12px;
  top: 3px;
}
.pricing_table .price {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.pricing_table .plus_gst {
  font-size: 12px;
  position: absolute;
  bottom: 3px;
}
.pricing_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing_table ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.pricing_table ul li:last-child {
  border-bottom: 0;
}
.pricing_table .most_popular_wrap {
  display: inline-block;
  background: #4CAF50;
  color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  font-size: 12px;
  font-family: "Source Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_table .most_popular_wrap {
    font-size: 10px;
    top: 5px;
    left: -21px;
  }
}

.single_image_wrap {
  width: 100%;
}
.single_image_wrap .inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.single_image_wrap .caption {
  background: rgba(34, 34, 34, 0.7);
  padding: 5px 7px;
  font-size: 10px;
  color: white;
  position: absolute;
  bottom: 7px;
  left: 7px;
  opacity: 0.8;
}
.single_image_wrap.align_image_left {
  text-align: left;
}
.single_image_wrap.align_image_center {
  text-align: center;
}
.single_image_wrap.align_image_right {
  text-align: right;
}
.single_image_wrap a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.single_image_wrap.style_rounded .inner {
  border-radius: 20px;
  overflow: hidden;
}

.single_image_wrap.full_height_img {
  display: flex;
  flex-grow: 1;
}
.single_image_wrap.full_height_img .inner {
  display: flex;
  flex-grow: 1;
}
.single_image_wrap.full_height_img .full_height_image {
  display: flex;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  min-height: 230px;
}

.vc_st_single_image {
  display: flex !important;
  flex-grow: 1;
}

.scroll_down_arrow {
  text-align: center;
  animation: move_up_down 2.5s linear infinite;
}
.scroll_down_arrow .inner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 31px;
  color: white;
}
.scroll_down_arrow a {
  color: inherit;
  position: relative;
}
.scroll_down_arrow .display_text {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 125px;
}
.scroll_down_arrow .display_text svg {
  fill: white;
}
.scroll_down_arrow .display_text svg path {
  fill: inherit;
}
.scroll_down_arrow.display_text_yes {
  padding-top: 50px;
}
.scroll_down_arrow i {
  display: inline-block;
  transform: translateY(2px);
}

@keyframes move_up_down {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.read_more_box .button, .read_more_box .call_to_action.style_3 .link_text .link_text_content, .call_to_action.style_3 .link_text .read_more_box .link_text_content, .read_more_box #header_text_4 a, #header_text_4 .read_more_box a {
  margin-top: 20px;
}
.read_more_box .inner {
  overflow: hidden;
}

.vc_editor .vc_element.vc_st_call_to_action {
  display: flex;
}

.call_to_action {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: white;
  position: relative;
}
.call_to_action .image {
  background-size: cover;
  background-position: center;
  background-color: #F9F9F9;
  aspect-ratio: 10/7;
  width: 100%;
  position: relative;
}
.call_to_action .image .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s ease all;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.call_to_action.has_icon .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call_to_action.has_icon .image .st_icon {
  position: relative;
  z-index: 2;
}
.call_to_action.has_icon .image svg {
  fill: white;
  width: 90px;
  height: 90px;
}
.call_to_action .inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 40px;
  text-align: center;
}
.call_to_action .title {
  margin-bottom: 0;
}
.call_to_action .subtitle {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
}
.call_to_action .content {
  flex-grow: 1;
  width: 100%;
  margin-top: 20px;
  flex-grow: 1;
}
.call_to_action .content p:last-child {
  margin-bottom: 0;
}
.call_to_action .link_text {
  margin-top: 25px;
}
.call_to_action .link_text i {
  font-size: 0.6em;
}
.call_to_action .link_text .link_text_content {
  color: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call_to_action .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .call_to_action .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.call_to_action.style_1 {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
}
.call_to_action.style_1 .title {
  font-size: 35px;
  line-height: 1.2em;
}
.call_to_action.style_1 .link_text a {
  font-weight: bold;
  color: #2BA2DC;
  text-transform: uppercase;
  font-size: 20px;
}

.call_to_action.style_2 {
  position: relative;
}
.call_to_action.style_2 .image_wrap {
  position: relative;
  aspect-ratio: 10/6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call_to_action.style_2 .image_wrap .image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.call_to_action.style_2 .title {
  margin-top: 0;
  position: relative;
  z-index: 3;
  color: white;
}
.call_to_action.style_2 .image .overlay {
  display: block;
}
.call_to_action.style_2 .inner:empty {
  display: none;
}
.call_to_action.style_2 .content:first-child {
  margin-top: 0;
}
.call_to_action.style_2:hover .image .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.call_to_action.style_3 {
  text-align: center;
  box-shadow: none;
}
.call_to_action.style_3 .st_icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  border: 1px solid #0F5DA1;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.call_to_action.style_3 .st_icon svg {
  width: 100%;
  height: auto;
  fill: #0F5DA1;
}
.call_to_action.style_3 .title {
  margin-top: 0;
}
.call_to_action.style_3.has_link_text .overlay_link {
  display: none;
}

.call_to_action.style_4 {
  box-shadow: none;
  border: 1px solid #0F5DA1;
  padding: 35px;
}
.call_to_action.style_4.has_icon {
  border-top: none;
  padding-top: 30px;
  margin-top: 30px;
}
.call_to_action.style_4 .st_icon {
  position: absolute;
  top: -30px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.call_to_action.style_4 .st_icon svg {
  margin-left: 20px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  fill: #0F5DA1;
}
.call_to_action.style_4 .st_icon:before, .call_to_action.style_4 .st_icon:after {
  content: "";
  height: 1px;
  background: #0F5DA1;
  flex-grow: 1;
}

.call_to_action.style_5 {
  flex-direction: row;
  box-shadow: none;
  background: transparent;
}
.call_to_action.style_5 .inner {
  text-align: left;
  padding: 0;
}
.call_to_action.style_5 .title {
  line-height: 1em;
}
.call_to_action.style_5 .st_icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call_to_action.style_5 .st_icon svg {
  width: 100%;
  height: auto;
  fill: #2BA2DC;
}
.call_to_action.style_5 .icon_wrap {
  width: 85px;
  height: 85px;
  margin-right: 55px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .call_to_action.style_5 {
    flex-direction: column;
  }
  .call_to_action.style_5 .icon_wrap {
    margin-bottom: 25px;
  }
}

.call_to_action.style_6,
.call_to_action.style_7 {
  text-align: center;
  justify-content: center;
  padding: 40px 30px;
  flex-direction: column;
}
.call_to_action.style_6 .title,
.call_to_action.style_7 .title {
  font-size: 23px;
  transition: 0.3s ease all;
  margin-top: 0;
  font-weight: 700;
  color: #0F5DA1;
}
.call_to_action.style_6 .title:last-child,
.call_to_action.style_7 .title:last-child {
  margin-bottom: 0;
}
.call_to_action.style_6 .st_icon,
.call_to_action.style_7 .st_icon {
  margin-bottom: 25px;
  margin-top: 20px;
}
.call_to_action.style_6 .st_icon svg,
.call_to_action.style_7 .st_icon svg {
  width: 60px;
  height: 60px;
  fill: #0F5DA1;
  transition: 0.3s ease all;
}
.call_to_action.style_6 .st_icon:last-child,
.call_to_action.style_7 .st_icon:last-child {
  margin-bottom: 0;
}
.call_to_action.style_6 .link_text,
.call_to_action.style_7 .link_text {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  color: #0F5DA1;
  transition: 0.3s ease all;
  bottom: 30px;
  opacity: 0;
}
.call_to_action.style_6:hover .title,
.call_to_action.style_7:hover .title {
  color: #0F5DA1;
}
.call_to_action.style_6:hover .st_icon svg,
.call_to_action.style_7:hover .st_icon svg {
  fill: #0F5DA1;
}
.call_to_action.style_6:hover .link_text,
.call_to_action.style_7:hover .link_text {
  bottom: 25px;
  opacity: 1;
}

.call_to_action.style_7 .st_icon {
  margin-top: 0;
}
.call_to_action.style_7 .title {
  margin-bottom: 25px;
}

.call_to_action.style_8 {
  position: relative;
}
.call_to_action.style_8 .image {
  position: absolute;
  aspect-ratio: initial;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.call_to_action.style_8 .image .overlay {
  display: block;
}
.call_to_action.style_8 .inner {
  position: relative;
  justify-content: center;
  padding: 15px;
}
.call_to_action.style_8 .content_wrap {
  position: relative;
  z-index: 2;
}
.call_to_action.style_8 .title,
.call_to_action.style_8 .subtitle {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.call_to_action.style_8 .link_text {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  padding: 15px;
  background: #0F5DA1;
  color: white;
  transition: 0.3s ease all;
  line-height: 1em;
}
.call_to_action.style_8:hover .link_text {
  background: #2BA2DC;
}

#main_wrapper .expandable_text_block_wrap {
  background: white;
  padding: 30px 30px 0 30px;
}
#main_wrapper .expandable_text_block_wrap .head {
  display: flex;
  padding-bottom: 30px;
}
#main_wrapper .expandable_text_block_wrap .title {
  margin-bottom: 0;
  margin-top: 0;
  align-self: center;
}
#main_wrapper .expandable_text_block_wrap .icon, #main_wrapper .expandable_text_block_wrap .bullet_style_icon ul li:before, .bullet_style_icon ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_tick ul li:before, .bullet_style_tick ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_download ul li:before, .bullet_style_download ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_pdf ul li:before, .bullet_style_pdf ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_triangle ul li:before, .bullet_style_triangle ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_square ul li:before, .bullet_style_square ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap header nav ul li.menu-item-has-children > a:after, header nav ul #main_wrapper .expandable_text_block_wrap li.menu-item-has-children > a:after {
  margin-right: 15px;
  width: 25px;
  align-self: center;
}
#main_wrapper .expandable_text_block_wrap .toggle {
  margin-left: auto;
  align-self: center;
  padding: 5px;
  line-height: 1;
  font-size: 11px;
  border: 1px solid #0F5DA1;
  color: #0F5DA1;
  border-radius: 200px;
  transition: 0.3s ease all;
  cursor: pointer;
}
#main_wrapper .expandable_text_block_wrap .toggle:hover {
  background: #0F5DA1;
  color: white;
}
#main_wrapper .expandable_text_block_wrap .inner {
  display: none;
  padding-bottom: 30px;
  width: 100% !important;
  opacity: 1 !important;
}
#main_wrapper .expandable_text_block_wrap .content {
  margin-bottom: 30px;
}
#main_wrapper .expandable_text_block_wrap .button, #main_wrapper .expandable_text_block_wrap #header_text_4 a, #header_text_4 #main_wrapper .expandable_text_block_wrap a, #main_wrapper .expandable_text_block_wrap .call_to_action.style_3 .link_text .link_text_content, .call_to_action.style_3 .link_text #main_wrapper .expandable_text_block_wrap .link_text_content {
  margin-right: 10px;
}
#main_wrapper .expandable_text_block_wrap.expanded .toggle {
  transform: rotate(45deg);
}

.st_divider {
  width: 100%;
  flex-shrink: 0;
}

.st_divider_inner {
  border-top-width: 1px;
  border-top-style: solid;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.st_divider_inner.border_color_default {
  border-color: #ebebeb;
}

.st_divider.width_medium .st_divider_inner {
  width: 80%;
}

.st_divider.width_small .st_divider_inner {
  width: 50%;
}

.st_divider.width_tiny .st_divider_inner {
  width: 100px;
}

#main_wrapper .wpb_raw_code {
  margin-bottom: 0;
}

.wpb_content_element {
  min-width: 0;
}

.vc_editor .vc_row.row_wrap:hover > .vc_row > .vc_element.vc_vc_column:before {
  content: "";
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: rgba(125, 125, 125, 0.4) dashed 1px;
}

.video_wrap {
  position: relative;
  overflow: hidden;
}
.video_wrap video,
.video_wrap .video_bg_mobile_placeholder {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*For IE and Edge Polyfill*/
}
.video_wrap .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  background: #0F5DA1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  transition: 0.3s ease all;
  cursor: pointer;
}
.video_wrap .play_button i {
  line-height: 1em;
  font-size: 30px;
}
.video_wrap .play_button .icon-play {
  transform: translateX(5%);
}
.video_wrap .pause_button {
  position: absolute;
  bottom: 15px;
  left: 10px;
  display: flex;
  background: #0F5DA1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease all;
  cursor: pointer;
}
.video_wrap .pause_button i {
  line-height: 1em;
  font-size: 12px;
}
.video_wrap.playing .play_button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video_wrap.playing:hover .pause_button {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
@media (max-width: 767px) {
  .video_wrap .video_bg_mobile_placeholder {
    display: block;
    padding-top: 60%;
  }
  .video_wrap .play_button {
    width: 50px;
    height: 50px;
  }
  .video_wrap .play_button i {
    font-size: 18px;
  }
}

.anchor {
  transform: translateY(-96px);
}
.anchor.in_vc_edit_screen {
  background: grey;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  transform: none;
}
.anchor.in_vc_edit_screen span {
  font-size: 11px;
  display: block;
  font-style: italic;
}
@media (max-width: 767px) {
  .anchor {
    transform: translateY(-78px);
  }
}

.admin-bar .anchor {
  transform: translateY(-128px);
}
@media (max-width: 767px) {
  .admin-bar .anchor {
    transform: translateY(-124px);
  }
}

.text_block {
  max-width: 100%;
}
.text_block .text_block_inner {
  max-width: 100%;
}
.text_block.width_medium .text_block_inner {
  width: 900px;
}
.text_block.width_small .text_block_inner {
  width: 600px;
}
.text_block.element_alignment_centre .text_block_inner {
  margin-left: auto;
  margin-right: auto;
}
.text_block.element_alignment_left .text_block_inner {
  margin-right: auto;
}
.text_block.element_alignment_right .text_block_inner {
  margin-left: auto;
}

.heading {
  max-width: 100%;
}
.heading .heading_element {
  max-width: 100%;
}
.heading.width_medium .heading_element {
  width: 900px;
}
.heading.width_small .heading_element {
  width: 600px;
}
.heading.element_alignment_centre .heading_element {
  margin-left: auto;
  margin-right: auto;
}
.heading.element_alignment_left .heading_element {
  margin-right: auto;
}
.heading.element_alignment_right .heading_element {
  margin-left: auto;
}

.st_redirection {
  color: #111111;
  background: #F9F9F9;
  padding: 20px;
}

#main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-panel-heading {
  border-radius: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}
#main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
}
#main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-panel {
  border-bottom: 1px solid #ebebeb;
}
#main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-panel-body {
  border: 0;
  background: transparent;
  padding-left: 40px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
#main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-controls-icon {
  top: 25px;
  left: 0;
  width: 16px;
  height: 16px;
  transform: none;
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper #content_inner .vc_tta-container .vc_tta-accordion .vc_tta-controls-icon {
    top: 20px;
    left: 0;
    width: 16px;
    height: 16px;
    transform: none;
  }
}

.st_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.st_popup_box_wrap {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.st_popup_box_wrap .inner {
  position: relative;
  display: inline-block;
  background: white;
  padding: 20px;
  width: 500px;
  max-width: 95%;
  overflow-y: auto;
  z-index: 10000;
  margin: 20px;
  max-height: 85vh;
}
.st_popup_box_wrap .close {
  color: #0F5DA1;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 200;
}
.st_popup_box_wrap .st_overlay {
  display: block;
}

.st_popup_box_wrap.st_over_18 .inner {
  padding: 40px;
  text-align: center;
}
.st_popup_box_wrap.st_over_18 .close {
  display: none;
}
.st_popup_box_wrap.st_over_18 img {
  max-width: 300px;
  margin: auto;
}
.st_popup_box_wrap.st_over_18 .st_overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.st_popup_box_wrap.st_over_18 h3 {
  margin-bottom: 20px;
}
.st_popup_box_wrap.st_over_18 p {
  margin-bottom: 20px;
}
.st_popup_box_wrap.st_over_18 .inner .button, .st_popup_box_wrap.st_over_18 .inner #header_text_4 a, #header_text_4 .st_popup_box_wrap.st_over_18 .inner a, .st_popup_box_wrap.st_over_18 .inner .call_to_action.style_3 .link_text .link_text_content, .call_to_action.style_3 .link_text .st_popup_box_wrap.st_over_18 .inner .link_text_content {
  min-width: 80px;
}
@media (max-width: 767px) {
  .st_popup_box_wrap.st_over_18 .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#privacy_policy_box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 90vh;
  overflow-y: auto;
  background: white;
  padding: 25px 20px 20px 20px;
  font-size: 16px;
  line-height: 1.3em;
  display: none;
  z-index: 100;
}
#privacy_policy_box .exit_button {
  float: right;
}
#privacy_policy_box .what_type {
  float: right;
}
@media (max-width: 767px) {
  #privacy_policy_box {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  #privacy_policy_box .what_type {
    display: block;
    float: none;
    margin-top: 5px;
  }
}

.st_popup_box_wrap.st_editable_cookie_popup_box {
  text-align: center;
}
.st_popup_box_wrap.st_editable_cookie_popup_box .inner {
  padding: 0;
}
.st_popup_box_wrap.st_editable_cookie_popup_box .content_wrap {
  padding: 40px;
  overflow-y: auto;
}
.st_popup_box_wrap.st_editable_cookie_popup_box h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.st_popup_box_wrap.st_editable_cookie_popup_box .button_wrap {
  margin-top: 20px;
}
.st_popup_box_wrap.st_editable_cookie_popup_box .popup_additional_content {
  margin-top: 20px;
}
.st_popup_box_wrap.st_editable_cookie_popup_box.has_image .inner {
  display: flex;
  width: 800px;
}
.st_popup_box_wrap.st_editable_cookie_popup_box.has_image .image {
  width: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.st_popup_box_wrap.st_editable_cookie_popup_box.has_image .content_wrap {
  width: 50%;
}
@media (max-width: 767px) {
  .st_popup_box_wrap.st_editable_cookie_popup_box.has_image .inner {
    flex-wrap: wrap;
  }
  .st_popup_box_wrap.st_editable_cookie_popup_box.has_image .image {
    width: 100%;
    height: 200px;
  }
  .st_popup_box_wrap.st_editable_cookie_popup_box.has_image .content_wrap {
    width: 100%;
    padding: 30px 15px;
  }
}

.st_popup_box_wrap.st_mailchimp_box .inner {
  padding: 40px;
}
.st_popup_box_wrap.st_mailchimp_box .mc-field-group {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .st_popup_box_wrap.st_mailchimp_box .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#st_website_message {
  position: fixed;
  top: 15px;
  width: 300px;
  max-width: 100%;
  right: 15px;
  padding: 15px;
  background: #0F5DA1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 200;
  color: white;
  display: none;
}
#st_website_message p {
  margin-bottom: 10px;
}
#st_website_message p:last-child {
  margin-bottom: 0;
}
#st_website_message .dismiss a {
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  #st_website_message {
    position: absolute;
  }
}

.admin-bar #st_website_message {
  top: 47px;
}

#main_wrapper #content_wrapper .text_and_image_row .vc_row-o-content-middle > .image_col.wpb_column .vc_column-inner > .wpb_wrapper {
  flex-grow: 1;
}
@media (min-width: 992px) {
  #main_wrapper #content_wrapper .text_and_image_row .text_col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
    padding-right: 25px;
  }
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
    padding-left: 25px;
  }
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
    padding-right: 50px;
  }
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
    padding-left: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
    padding-right: 80px;
  }
  #main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .text_and_image_row .text_col {
    order: -1;
  }
}

#main_wrapper #content_wrapper .hero {
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 80px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
#main_wrapper #content_wrapper .hero .phone_cta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 34px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Source Sans", sans-serif;
  background: rgba(15, 93, 161, 0.8);
  text-shadow: none;
  color: white;
  line-height: 1em;
}
#main_wrapper #content_wrapper .hero .phone_cta p {
  line-height: 1em;
}
#main_wrapper #content_wrapper .hero .phone_cta a {
  color: white;
}
#main_wrapper #content_wrapper .hero .phone_cta a:hover {
  color: #2BA2DC;
}
#main_wrapper #content_wrapper .hero .wpb_column {
  position: unset;
}
#main_wrapper #content_wrapper .hero .wpb_content_element:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper .hero .phone_cta {
    padding-right: calc((100% - 1270px) / 2 + 15px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper .hero {
    min-height: 550px;
  }
  #main_wrapper #content_wrapper .hero .phone_cta {
    padding-right: calc((100% - 1170px) / 2 + 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper .hero {
    min-height: 550px;
    padding-bottom: 50px;
  }
  #main_wrapper #content_wrapper .hero .phone_cta {
    padding-right: calc((100% - 970px) / 2 + 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper .hero {
    min-height: 520px;
    padding-bottom: 50px;
  }
  #main_wrapper #content_wrapper .hero .phone_cta {
    padding-right: calc((100% - 750px) / 2 + 15px);
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .hero {
    min-height: 0;
    height: auto;
    background-position: 70% 50%;
    padding-top: 80px;
    padding-bottom: 35px;
  }
  #main_wrapper #content_wrapper .hero .phone_cta {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    text-align: center;
  }
  #main_wrapper #content_wrapper .hero h1 {
    font-size: 35px;
  }
  #main_wrapper #content_wrapper .hero p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
  }
}

#main_wrapper #content_wrapper .hero_carousel_row {
  margin-bottom: 16px;
}
#main_wrapper #content_wrapper .hero_carousel_row .vc_row.vc_inner {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row.vc_inner {
  display: flex;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .owl-prev {
  display: none;
}
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-stage,
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-stage-outer {
  display: flex;
}
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-item,
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-item > .wpb_column,
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-item > .wpb_column > .vc_column-inner,
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-item > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-grow: 1;
  max-width: 100%;
}
#main_wrapper #content_wrapper .hero_carousel_row .owl-carousel .owl-item > .wpb_column > .vc_column-inner > .wpb_wrapper {
  flex-grow: 0;
  margin-top: auto;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
  padding: 50px;
  padding-bottom: 15px;
  min-height: 580px;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner > .wpb_wrapper {
  flex-direction: column;
  justify-content: center;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .gradient_left .vc_column-inner {
  position: relative;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .gradient_left .vc_column-inner:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(82deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 70%);
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .gradient_left .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 2;
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .gradient_left.lignt_gradient .vc_column-inner:before {
  background: linear-gradient(82deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 70%);
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col h2 {
  text-transform: none;
  font-size: 40px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .text_block {
  font-size: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#main_wrapper #content_wrapper .hero_carousel_row .carousel_col .heading.width_small .heading_element {
  width: 640px;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper {
  padding-left: 16px;
  flex-wrap: wrap;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap {
  width: 50%;
  margin-bottom: 0;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(1) {
  padding-right: 8px;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(1),
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(2) {
  margin-bottom: 16px;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(1),
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(3) {
  padding-right: 8px;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(2),
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper .single_image_wrap:nth-child(4) {
  padding-left: 8px;
}
#main_wrapper #content_wrapper .hero_carousel_row .blocks_col .single_image_wrap .caption {
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  max-width: 90%;
}
@media (min-width: 1600px) {
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    min-height: 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    min-height: 450px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    min-height: 450px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col {
    width: 100%;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .blocks_col {
    width: 100%;
    padding-top: 16px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .blocks_col .vc_column-inner > .wpb_wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    min-height: 300px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col h2 {
    font-size: 28px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .text_block {
    font-size: 16px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .text_block:last-child {
    margin-bottom: 0;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .heading:last-child {
    margin-bottom: 0;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .vc_row .vc_column-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 25px;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .carousel_col .gradient_left .vc_column-inner:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 90%) !important;
    top: 20%;
  }
  #main_wrapper #content_wrapper .hero_carousel_row .single_image_wrap.full_height_img .full_height_image {
    min-height: 160px;
  }
}

.vc_editor #main_wrapper #content_wrapper #content_inner .hero_carousel_row .vc_row.vc_inner {
  display: block;
}

.st_sidebar .widget {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding: 15px;
}
.st_sidebar #searchform input {
  border: 0;
  padding: 0;
  outline: none;
}
.st_sidebar h3 {
  font-size: 20px;
}
.st_sidebar ul {
  padding: 0;
  margin: 0;
}
.st_sidebar li {
  list-style: none;
  margin-bottom: 5px;
}
.st_sidebar li:last-child {
  margin-bottom: 0;
}

.contact_info .contact_detail {
  display: block;
  margin-bottom: 1em;
}

.contact_detail.has_icon:not(.style_icon_only),
.social_link {
  position: relative;
  padding-left: 25px;
}
.contact_detail.has_icon:not(.style_icon_only) i,
.social_link i {
  display: block;
  width: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact_detail.style_icon_only .text_wrap {
  display: none;
}

.address_output.has_icon {
  display: inline-block;
}

.social_icon,
.contact_detail.style_icon_only {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.social_icon:last-child,
.contact_detail.style_icon_only:last-child {
  margin-right: 0;
}

.social_icon.style_circle,
.contact_detail.style_icon_only.style_circle,
.social_icon.style_square,
.contact_detail.style_icon_only.style_square {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #0F5DA1;
  color: white;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.social_icon.style_circle i,
.contact_detail.style_icon_only.style_circle i,
.social_icon.style_square i,
.contact_detail.style_icon_only.style_square i {
  line-height: 1em;
}
.social_icon.style_circle:hover,
.contact_detail.style_icon_only.style_circle:hover,
.social_icon.style_square:hover,
.contact_detail.style_icon_only.style_square:hover {
  background: #2BA2DC;
  color: white !important;
}

.social_icon.style_square,
.contact_detail.style_icon_only.style_square {
  border-radius: 0;
}

.opening_hours .oh_line {
  display: block;
}
.opening_hours strong {
  display: inline-block;
  min-width: 50px;
  margin-right: 15px;
}

.opening_hours.has_icon {
  display: inline-block;
}

#main_wrapper #content_wrapper .callout_row {
  min-height: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}
#main_wrapper #content_wrapper .callout_row .wpb_content_element:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #main_wrapper #content_wrapper .callout_row {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .callout_row {
    min-height: 200px;
  }
}

#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col .wpb_content_element:last-child,
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col .wpb_content_element:last-child {
  margin-bottom: 0;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col iframe {
  width: 100%;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col > .vc_column-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row > .vc_row-o-content-middle .full_width_col > .vc_column-inner > .wpb_wrapper {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col:nth-child(1) .full_height_image {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col:nth-child(2) .full_height_image {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media (min-width: 1600px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col > .vc_column-inner > .wpb_wrapper {
    width: 520px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 0;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col .full_height_image {
    width: 750px;
    border-radius: 60px;
    flex-grow: 0;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col:nth-child(1) .full_height_image {
    margin-left: auto;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child > .vc_column-inner {
    padding-left: calc((200% - 1270px) / 2 + 15px);
    padding-right: 90px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child > .vc_column-inner {
    padding-right: calc((200% - 1270px) / 2 + 15px);
    padding-left: 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child > .vc_column-inner {
    padding-left: calc((200% - 1170px) / 2 + 15px);
    padding-right: 70px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child > .vc_column-inner {
    padding-right: calc((200% - 1170px) / 2 + 15px);
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child > .vc_column-inner {
    padding-left: calc((200% - 970px) / 2 + 15px);
    padding-right: 50px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child > .vc_column-inner {
    padding-right: calc((200% - 970px) / 2 + 15px);
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child > .vc_column-inner {
    padding-left: calc((200% - 750px) / 2 + 15px);
    padding-right: 30px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child > .vc_column-inner {
    padding-right: calc((200% - 750px) / 2 + 15px);
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col {
    order: -1;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .xs_on_top {
    order: -5;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col > .vc_column-inner {
    padding: 40px 15px;
    order: -1;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col .full_height_image {
    border-radius: 20px;
  }
}

.vc_editor .two_cols_with_background_colours_row > .vc_row > .vc_element.vc_vc_column .padded_col .wpb_wrapper > .vc_element:last-child .wpb_content_element,
.vc_editor .two_cols_with_background_colours_row > .vc_row > .vc_element.vc_vc_column .full_width_col .wpb_wrapper > .vc_element:last-child .wpb_content_element {
  margin-bottom: 0;
}

#main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
  padding-top: 35px;
  border-right: 1px solid #ebebeb;
}
#main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column:last-child {
  border-right: 0;
}
@media (min-width: 1400px) {
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column {
    border-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  #main_wrapper #content_wrapper .three_thin_columns_row .vc_row > .wpb_column:first-child {
    padding-top: 0;
  }
}

#main_wrapper #content_wrapper .popout_image_and_text_row {
  justify-content: center;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
  width: 35%;
  max-width: 100%;
  float: none;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
  float: none;
  width: 45%;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col > .vc_column-inner {
  background: #F9F9F9;
  padding: 80px 50px;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col .wpb_content_element:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #main_wrapper #content_wrapper .popout_image_and_text_row .image_col .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #main_wrapper #content_wrapper .popout_image_and_text_row .image_col .single_image_wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 60%;
  }
  #main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
    width: 100%;
    order: 2;
  }
  #main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_wrapper #content_wrapper .popout_image_and_text_row .text_col > .vc_column-inner {
    padding: 30px 30px;
  }
}

.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element {
  width: 50%;
}
.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element .text_col,
.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element .image_col {
  width: 100%;
}

#to_top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: rgba(89, 89, 89, 0.3);
  border-radius: 50px;
  transition: 0.3s ease opacity, 0.3s ease transform, 0s ease visibility 0.3s;
  transform: scale(0);
  z-index: 1000;
}
#to_top.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: 0.3s ease opacity, 0.3s ease transform, 0s ease visibility;
}

#fixed_search_wrap {
  position: fixed;
  z-index: 400;
  top: -200px;
  right: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease all;
  color: #414042;
}
#fixed_search_wrap.in_view {
  top: 0;
}
#fixed_search_wrap #hide_fixed_search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#fixed_search_wrap #hide_fixed_search:hover {
  transform: translateY(-50%) rotate(90deg);
}
#fixed_search_wrap #search_inner {
  width: 100%;
  padding: 0 20px;
}
#fixed_search_wrap input {
  background: none;
  border: 0;
  font-size: 24px;
  padding: 0;
  outline: none;
}
@media (max-width: 767px) {
  #fixed_search_wrap input {
    font-size: 18px;
  }
}

.admin-bar #fixed_search_wrap {
  margin-top: 32px;
}

#search_box_wrap {
  width: 260px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  float: right;
}
#search_box_wrap .icon-search {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
  color: #c5c5c5;
}
#search_box_wrap input[type=text] {
  padding-left: 38px;
}

header .show_fixed_search {
  font-size: 25px;
  margin-left: 25px;
}

.vc_editor .element_will_animate {
  opacity: 1 !important;
  transform: none !important;
}

.animation_fadein {
  opacity: 0;
  transition: 1s ease all;
}
.animation_fadein.has_been_in_view {
  opacity: 1;
}

.animation_fadeinleft {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s ease all;
}
@media (max-width: 991px) {
  .animation_fadeinleft {
    transform: none;
  }
}

.animation_fadeinright {
  opacity: 0;
  transform: translateX(100px);
  transition: 1s ease all;
}
@media (max-width: 991px) {
  .animation_fadeinright {
    transform: none;
  }
}

.animation_fadeintop {
  opacity: 0;
  transform: translateY(-100px);
  transition: 1s ease all;
}

.animation_fadeinbottom {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s ease all;
}

.animation_fadeinleft.has_been_in_view,
.animation_fadeinright.has_been_in_view,
.animation_fadeintop.has_been_in_view,
.animation_fadeinbottom.has_been_in_view {
  opacity: 1;
  transform: translate(0, 0);
}

#client_logos_wrap {
  background: #F9F9F9;
  padding-top: 70px;
  padding-bottom: 70px;
}
#client_logos_wrap .title {
  text-align: center;
  margin-bottom: 60px;
}
#client_logos_wrap .logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
  align-items: center;
  text-align: center;
}
#client_logos_wrap .logos .smaller img {
  width: 40%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #client_logos_wrap .logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #client_logos_wrap .logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #client_logos_wrap .logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #client_logos_wrap .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

#footer_subscribe_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0F5DA1;
  color: white;
  text-align: center;
}
#footer_subscribe_wrap h2, #footer_subscribe_wrap h3 {
  color: white;
}

.wpb_column.grid_items > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.wpb_column.grid_items .wpb_content_element {
  margin-bottom: 0;
}
.wpb_column.grid_items .full_width {
  grid-column: 1/-1;
}
.wpb_column.grid_items.grid_gap_15 > .vc_column-inner > .wpb_wrapper {
  grid-gap: 15px;
}
.wpb_column.grid_items.grid_gap_35 > .vc_column-inner > .wpb_wrapper {
  grid-gap: 35px;
}
.wpb_column.grid_items.grid_gap_45 > .vc_column-inner > .wpb_wrapper {
  grid-gap: 45px;
}
.wpb_column.grid_items.grid_gap_55 > .vc_column-inner > .wpb_wrapper {
  grid-gap: 55px;
}
.wpb_column.grid_items.per_row_2 > .vc_column-inner > .wpb_wrapper {
  grid-template-columns: repeat(2, 1fr);
}
.wpb_column.grid_items.per_row_4 > .vc_column-inner > .wpb_wrapper {
  grid-template-columns: repeat(4, 1fr);
}
.wpb_column.grid_items.per_row_5 > .vc_column-inner > .wpb_wrapper {
  grid-template-columns: repeat(5, 1fr);
}
.wpb_column.grid_items.per_row_6 > .vc_column-inner > .wpb_wrapper {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpb_column.grid_items > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .wpb_column.grid_items.md_per_row_5 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .wpb_column.grid_items.md_per_row_4 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .wpb_column.grid_items.md_per_row_3 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .wpb_column.grid_items.md_per_row_2 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .wpb_column.grid_items.md_per_row_1 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpb_column.grid_items > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 15px !important;
  }
  .wpb_column.grid_items.sm_per_row_2 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .wpb_column.grid_items.sm_per_row_1 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .wpb_column.grid_items.sm_grid_gap_35 > .vc_column-inner > .wpb_wrapper {
    grid-gap: 35px !important;
  }
}
@media (max-width: 767px) {
  .wpb_column.grid_items > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
  }
  .wpb_column.grid_items.xs_per_row_2 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .wpb_column.grid_items.xs_per_row_1 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .wpb_column.grid_items.xs_grid_gap_35 > .vc_column-inner > .wpb_wrapper {
    grid-gap: 35px !important;
  }
}
/*# sourceMappingURL=style.css.map */