@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900");
[class*=hint--] {
  position: relative;
  display: inline-block; }

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

[class*=hint--][aria-label]:after {
  content: attr(aria-label); }

[class*=hint--][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important; }

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838; }

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px; }

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px; }

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726; }

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328; }

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d; }

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a; }

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

.hint--rounded:after {
  border-radius: 4px; }

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

/*
    Flaticon icon font: Flaticon
    Creation date: 01/04/2019 16:43
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff2") format("woff2"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-health-and-safety:before {
  content: "\f100"; }

.flaticon-fire-safety:before {
  content: "\f101"; }

.flaticon-coshh:before {
  content: "\f102"; }

.flaticon-recruitment:before {
  content: "\f103"; }

.flaticon-chevron-left:before {
  content: "\f104"; }

.flaticon-chevron-right:before {
  content: "\f105"; }

.flaticon-check:before {
  content: "\f106"; }

.flaticon-facebook:before {
  content: "\f107"; }

.flaticon-youtube:before {
  content: "\f108"; }

.flaticon-twitter:before {
  content: "\f109"; }

.flaticon-pinterest:before {
  content: "\f10a"; }

.flaticon-linkedin:before {
  content: "\f10b"; }

.flaticon-alarm:before {
  content: "\f10c"; }

.flaticon-instagram:before {
  content: "\f10d"; }

.flaticon-fire-station:before {
  content: "\f10e"; }

.flaticon-campfire:before {
  content: "\f10f"; }

.flaticon-cone:before {
  content: "\f110"; }

.flaticon-ladder:before {
  content: "\f111"; }

.flaticon-alarm-1:before {
  content: "\f112"; }

.flaticon-helmet:before {
  content: "\f113"; }

.flaticon-firefighters:before {
  content: "\f114"; }

.flaticon-bucket:before {
  content: "\f115"; }

.flaticon-water:before {
  content: "\f116"; }

.flaticon-gas-mask:before {
  content: "\f117"; }

.flaticon-exit:before {
  content: "\f118"; }

.flaticon-gasoline:before {
  content: "\f119"; }

.flaticon-helmet-1:before {
  content: "\f11a"; }

.flaticon-water-bomb:before {
  content: "\f11b"; }

.flaticon-flashlight:before {
  content: "\f11c"; }

.flaticon-smartphone:before {
  content: "\f11d"; }

.flaticon-no-smoking:before {
  content: "\f11e"; }

.flaticon-extinguisher:before {
  content: "\f11f"; }

.flaticon-hose:before {
  content: "\f120"; }

.flaticon-car:before {
  content: "\f121"; }

.flaticon-fire:before {
  content: "\f122"; }

.flaticon-house:before {
  content: "\f123"; }

.flaticon-hose-1:before {
  content: "\f124"; }

.flaticon-emergency:before {
  content: "\f125"; }

.flaticon-road-sign:before {
  content: "\f126"; }

.flaticon-pick:before {
  content: "\f127"; }

.flaticon-pregnant:before {
  content: "\f128"; }

.flaticon-activism:before {
  content: "\f129"; }

.flaticon-fist:before {
  content: "\f12a"; }

.flaticon-feminism:before {
  content: "\f12b"; }

.flaticon-gender:before {
  content: "\f12c"; }

.flaticon-whistle:before {
  content: "\f12d"; }

.flaticon-protest:before {
  content: "\f12e"; }

.flaticon-empowerment:before {
  content: "\f12f"; }

.flaticon-call-center-worker-with-headset:before {
  content: "\f130"; }

.flaticon-manager:before {
  content: "\f131"; }

.flaticon-flash:before {
  content: "\f132"; }

.flaticon-helmet-2:before {
  content: "\f133"; }

.flaticon-drawing:before {
  content: "\f134"; }

.flaticon-drill:before {
  content: "\f135"; }

.flaticon-brick-wall:before {
  content: "\f136"; }

.flaticon-light-bulb:before {
  content: "\f137"; }

.flaticon-door:before {
  content: "\f138"; }

.flaticon-beer:before {
  content: "\f139"; }

.flaticon-breathable:before {
  content: "\f13a"; }

.flaticon-tower:before {
  content: "\f13b"; }

.flaticon-discharge:before {
  content: "\f13c"; }

.flaticon-dangerous:before {
  content: "\f13d"; }

.flaticon-pesticide:before {
  content: "\f13e"; }

.flaticon-garbage:before {
  content: "\f13f"; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body, body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap; }

.responsive-table {
  max-width: 100%;
  overflow-x: scroll; }

*:active, *:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.clear {
  clear: both; }

.clearfix:before, .portal-page table:before, .row:before, .owl-dots:before, .container:before, .form-group:before, .tab-content:before, ol#breadcrumbs:before, ol#breadcrumbs-mob:before, .row:before, .container:before,
.clearfix:after,
.portal-page table:after,
.row:after,
.owl-dots:after,
.container:after,
.form-group:after,
.tab-content:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after, .row:after, .container:after {
  content: " ";
  display: table;
  width: 0;
  height: 0; }


.clearfix:after,
.portal-page table:after,
.row:after,
.owl-dots:after,
.container:after,
.form-group:after,
.tab-content:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after, .row:after, .container:after {
  clear: both; }

.clearfix, .portal-page table, .row, .owl-dots, .container, .form-group, .tab-content, ol#breadcrumbs, ol#breadcrumbs-mob, .row, .container {
  *zoom: 1;
  /* ie6/7 only */ }

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit; }
  @media (max-width: 1130px) {
    .hidden-dev {
      display: none; } }

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit; }
  @media (max-width: 767px) {
    .hidden-mob {
      display: none; } }

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit; }
  @media (max-width: 479px) {
    .hidden-port {
      display: none; } }

.incomplete {
  background-color: yellow;
  color: #222; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    img {
      height: auto !important; } }

img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px; }
  @media (max-width: 767px) {
    img[align="left"],
    img[style*="float: left"],
    img[style*="float:left"] {
      float: none;
      width: 100%;
      margin: 0 0 30px; } }

img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px; }
  @media (max-width: 767px) {
    img[align="right"],
    img[style*="float: right"],
    img[style*="float:right"] {
      float: none;
      width: 100%;
      margin: 0 0 30px; } }

.small {
  font-size: 0.7em;
  font-family: inherit; }
  .small .clr1 {
    color: #0785BC;
    display: inline-block;
    margin-bottom: 15px; }

.disabled {
  opacity: .4; }
  .disabled input, .disabled .btn, .disabled i, .disabled select {
    cursor: not-allowed; }

.alert {
  border: none;
  color: #fff;
  font-size: .9em;
  margin: 0 0 30px;
  padding: 15px 20px; }
  .alert * {
    color: inherit !important;
    font-size: 1em;
    font-weight: inherit; }
  .alert strong {
    font-weight: 700 !important; }
  .alert.alert-success, .alert.green {
    background: #47B03F; }
  .alert.alert-danger, .alert.red {
    background: #CD403C; }
  .alert ul {
    margin: 10px 0 0; }
    .alert ul li {
      line-height: 1.3em;
      list-style: disc;
      margin: 0 0 10px 20px;
      padding: 0; }
      .alert ul li:before {
        display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }
  table tr th, table tr td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    word-break: break-word; }
  table tr th, table tr .th {
    font-weight: bold;
    text-align: left; }

@media (max-width: 2000px) {
  .portal-page table {
    display: block;
    max-width: 100% !important;
    width: 100% !important; } }

.portal-page table thead, .portal-page table tbody {
  display: block;
  width: 100% !important; }

@media (max-width: 2000px) {
  .portal-page table tr {
    background: #eee;
    display: block;
    float: left;
    margin-bottom: 20px;
    width: calc(100% / 3 - 20px); }
    .portal-page table tr:first-child {
      display: none; }
    .portal-page table tr:nth-child(3n+2) {
      clear: left; }
    .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n + 1) {
      margin-left: 30px; }
    .portal-page table tr.narrow-container {
      width: calc(100% / 2 - 20px); }
      .portal-page table tr.narrow-container:nth-child(3n+2) {
        clear: none; }
      .portal-page table tr.narrow-container:nth-child(3n), .portal-page table tr.narrow-container:nth-child(3n + 1) {
        margin-left: 0; }
      .portal-page table tr.narrow-container:nth-child(2n) {
        clear: left; }
      .portal-page table tr.narrow-container:nth-child(2n + 1) {
        margin-left: 40px; } }

@media (max-width: 1130px) {
  .portal-page table tr {
    width: calc(100% / 2 - 20px); }
    .portal-page table tr:nth-child(3n+2) {
      clear: none; }
    .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n + 1) {
      margin-left: 0; }
    .portal-page table tr:nth-child(2n) {
      clear: left; }
    .portal-page table tr:nth-child(2n + 1) {
      margin-left: 40px; } }

@media (max-width: 767px) {
  .portal-page table tr {
    float: none;
    width: 100%; }
    .portal-page table tr:nth-child(2n) {
      clear: none; }
    .portal-page table tr:nth-child(2n + 1) {
      margin-left: 0; }
    .portal-page table tr.narrow-container {
      float: none;
      width: 100%; }
      .portal-page table tr.narrow-container:nth-child(2n) {
        clear: none; }
      .portal-page table tr.narrow-container:nth-child(2n + 1) {
        margin-left: 0; } }

.portal-page table tr th, .portal-page table tr td {
  white-space: nowrap; }
  @media (max-width: 2000px) {
    .portal-page table tr th, .portal-page table tr td {
      border: none;
      display: block;
      font-size: 0.9em;
      height: auto !important;
      padding: 4px 15px 4px 120px;
      position: relative;
      width: 100% !important;
      white-space: normal; }
      .portal-page table tr th.mobile-hide, .portal-page table tr td.mobile-hide {
        display: none; }
      .portal-page table tr th + th, .portal-page table tr th + td, .portal-page table tr td + th, .portal-page table tr td + td {
        border-top: 1px solid #ddd; }
      .portal-page table tr th:before, .portal-page table tr td:before {
        content: attr(data-th);
        font-size: 0.8em;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: #0785BC;
        line-height: 1.2; } }

@media (max-width: 479px) {
  table.details-table {
    background: #eee;
    display: block;
    padding: 20px; }
    table.details-table tr {
      display: block;
      margin: 0 0 20px; }
      table.details-table tr th, table.details-table tr td {
        border: none;
        display: block;
        line-height: 1;
        padding: 0; }
        table.details-table tr th:first-child, table.details-table tr td:first-child {
          font-weight: bold;
          padding: 0 0 5px; } }

.responsive-embed {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 0 auto 50px;
  width: 100%; }
  .responsive-embed:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
  .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.letterbox .responsive-embed:after {
  padding-bottom: 30%; }

.row {
  margin: 0 -15px; }

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col.full {
  width: 100%; }

.col.half {
  width: calc(100% / 2); }

.col.quarter {
  width: calc(100% / 4); }

.col.third {
  width: calc(100% / 3); }

.col.one {
  width: calc(100% / 12); }

.col.two {
  width: calc(100% / 12 * 2); }

.col.three {
  width: calc(100% / 12 * 3); }

.col.four {
  width: calc(100% / 12 * 4); }

.col.five {
  width: calc(100% / 12 * 5); }

.col.six {
  width: calc(100% / 12 * 6); }

.col.seven {
  width: calc(100% / 12 * 7); }

.col.eight {
  width: calc(100% / 12 * 8); }

.col.nine {
  width: calc(100% / 12 * 9); }

.col.ten {
  width: calc(100% / 12 * 10); }

.col.eleven {
  width: calc(100% / 12 * 11); }

.col.twelve {
  width: 100%; }

@media (max-width: 767px) {
  .col {
    float: none !important;
    width: 100% !important; } }

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .circle-image:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%; }

.box {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 25px; }

/* OWL CAROUSEL */
.owl-prev, .owl-next {
  position: absolute;
  top: calc(50% - 17px);
  width: 41px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99; }
  .owl-prev img, .owl-next img {
    height: auto;
    width: 16px; }
  .owl-prev i, .owl-next i {
    color: #D7D7D7;
    font-size: 40px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
  .owl-prev:hover i, .owl-next:hover i {
    color: #0785BC; }
    @media (max-width: 479px) {
      .owl-prev:hover i, .owl-next:hover i {
        color: #fff; } }

.owl-prev {
  left: -95px; }
  @media (max-width: 991px) {
    .owl-prev {
      left: -57px; } }
  @media (max-width: 479px) {
    .owl-prev {
      left: -47px;
      opacity: .7; } }
  .owl-prev i {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.owl-next {
  right: -95px; }
  @media (max-width: 991px) {
    .owl-next {
      right: -57px; } }
  @media (max-width: 479px) {
    .owl-next {
      right: -47px;
      opacity: .7; } }

.owl-scroller-single .owl-prev, .owl-scroller-single .owl-next {
  background: #0785BC;
  border-radius: 0; }
  .owl-scroller-single .owl-prev:hover, .owl-scroller-single .owl-next:hover {
    background: #066d9a; }

.owl-scroller-single .owl-prev {
  left: 0; }

.owl-scroller-single .owl-next {
  right: 0; }

.owl-dots {
  margin-top: 20px;
  text-align: center; }
  .owl-dots .owl-dot {
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin-right: 7px;
    width: 13px; }
    .owl-dots .owl-dot.active {
      background: #0785BC; }

/* COOKIE BAR */
.cookie-bar {
  background: #222;
  color: #fff;
  font-family: arial, sans-serif;
  line-height: 1.3em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  z-index: 999999999999; }
  .cookie-bar .cookie-bar-inner {
    display: table;
    width: 100%; }
    @media (max-width: 500px) {
      .cookie-bar .cookie-bar-inner {
        display: block; } }
    .cookie-bar .cookie-bar-inner .cookie-bar-left {
      color: #ddd;
      display: table-cell;
      padding: 0 50px 0 0;
      vertical-align: middle; }
      .cookie-bar .cookie-bar-inner .cookie-bar-left * {
        color: #ddd;
        font-size: 16px; }
      @media (max-width: 500px) {
        .cookie-bar .cookie-bar-inner .cookie-bar-left {
          display: block;
          padding: 0 0 20px;
          text-align: center;
          width: 100%; } }
      .cookie-bar .cookie-bar-inner .cookie-bar-left a {
        color: #fff;
        font-weight: bold;
        white-space: nowrap; }
    .cookie-bar .cookie-bar-inner .cookie-bar-right {
      display: table-cell;
      padding: 0;
      vertical-align: middle;
      white-space: nowrap;
      width: 1%; }
      @media (max-width: 500px) {
        .cookie-bar .cookie-bar-inner .cookie-bar-right {
          display: block;
          text-align: center;
          width: 100%; } }
      .cookie-bar .cookie-bar-inner .cookie-bar-right .btn {
        font-size: 1em;
        line-height: 40px;
        height: 40px;
        padding: 0 40px; }
      .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary {
        background: #05628b;
        color: #fff;
        -webkit-transition: 0.13s all ease-in-out;
        -moz-transition: 0.13s all ease-in-out;
        -o-transition: 0.13s all ease-in-out;
        -ms-transition: 0.13s all ease-in-out;
        transition: 0.13s all ease-in-out;
        font-weight: 700 !important; }
        .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:hover {
          background: #033f5a;
          color: #fff;
          text-decoration: none !important; }
        .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:focus {
          background: #022e41;
          color: #fff;
          text-decoration: none !important; }
      .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default {
        background: #33B3EB;
        border-color: #33B3EB;
        color: #ddd;
        -webkit-transition: 0.13s all ease-in-out;
        -moz-transition: 0.13s all ease-in-out;
        -o-transition: 0.13s all ease-in-out;
        -ms-transition: 0.13s all ease-in-out;
        transition: 0.13s all ease-in-out; }
        .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:hover {
          background: #4fbdee;
          border-color: #4fbdee;
          color: #ddd;
          text-decoration: none !important; }
        .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:focus {
          background: #6bc8f0;
          border-color: #6bc8f0;
          color: #ddd;
          text-decoration: none !important; }

#cookie-bar-show-button {
  background: #0785BC;
  border-color: #0785BC;
  color: #fff;
  -webkit-transition: 0.13s all ease-in-out;
  -moz-transition: 0.13s all ease-in-out;
  -o-transition: 0.13s all ease-in-out;
  -ms-transition: 0.13s all ease-in-out;
  transition: 0.13s all ease-in-out;
  border-radius: 0;
  font-size: .9em;
  height: auto;
  line-height: 1;
  padding: 5px 7px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999998; }
  #cookie-bar-show-button:hover {
    background: #089ada;
    border-color: #089ada;
    color: #fff;
    text-decoration: none !important; }
  #cookie-bar-show-button:active, #cookie-bar-show-button:focus {
    background: #0aaef6;
    border-color: #0aaef6;
    color: #fff;
    text-decoration: none !important; }

.searched-query {
  color: #0785BC; }

.found-keyword {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: 700;
  text-decoration: underline; }

/* DISPLAY TABLE */
.d-t {
  display: table;
  width: 100%; }
  .d-t .tr {
    display: table-row; }
    .d-t .tr + .tr .tc {
      padding-top: 10px; }
  .d-t.space-m .tr + .tr .tc {
    padding-top: 20px; }
  .d-t .tc {
    display: table-cell; }
    .d-t .tc.key {
      padding-right: 20px; }
    .d-t .tc.cbx, .d-t .tc.rad {
      padding-right: 10px; }
      .d-t .tc.cbx input[type=radio], .d-t .tc.cbx input[type=checkbox], .d-t .tc.rad input[type=radio], .d-t .tc.rad input[type=checkbox] {
        position: relative;
        top: 4px; }
    .d-t .tc.nw {
      white-space: nowrap; }
    .d-t .tc.min {
      white-space: nowrap;
      width: 1%; }
    .d-t .tc.top {
      vertical-align: top; }
    .d-t .tc.middle {
      vertical-align: middle; }
    .d-t .tc.bottom {
      vertical-align: bottom; }
    .d-t .tc.pr5 {
      padding-right: 5px; }
    .d-t .tc.pr10 {
      padding-right: 10px; }
    .d-t .tc.pr15 {
      padding-right: 15px; }
    .d-t .tc.pr20 {
      padding-right: 20px; }

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%; }
  .img.contain {
    background-size: contain; }
  .img:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 80%; }
  .img.letterbox:after {
    padding-bottom: 30%; }
  .img[class*="16-9"]:after {
    padding-bottom: 56.25%; }
  .img[class*="4-3"]:after {
    padding-bottom: 75%; }
  .img[class*="1-1"]:after, .img.square:after {
    padding-bottom: 100%; }
  .img.circle {
    border-radius: 50%;
    overflow: hidden; }
    .img.circle:after {
      padding-bottom: 100%; }

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  .overlay .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

/* social sharing icons */
.social-sharing-icons a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
  .social-sharing-icons a + a {
    margin-left: 8px; }
  .social-sharing-icons a i {
    color: #ADD7E9;
    font-size: 26px;
    line-height: 1; }
  .social-sharing-icons a:hover i {
    color: #fff; }

body {
  color: #666666;
  font-size: 16px;
  font-family: "Lato", sans-serif; }

body * {
  color: #666666;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px; }

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit; }

em {
  font-style: italic; }

h1 {
  color: #33B3EB;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px;
  position: relative; }
  @media (max-width: 991px) {
    h1 {
      margin: 0 0 25px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 1.2;
      margin: 0 0 32px; } }

h2 {
  color: #0785BC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 45px 0 15px;
  padding: 0;
  position: relative; }
  h2:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      margin-top: 25px; } }
  h2.section-title {
    color: #33B3EB;
    font-size: 43px;
    line-height: 1;
    margin: 0 0 45px;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 767px) {
      h2.section-title {
        font-size: 35px;
        margin: 0 0 25px; } }
    @media (max-width: 479px) {
      h2.section-title {
        font-size: 29px; } }
    h2.section-title img {
      margin-right: 18px; }
      @media (max-width: 767px) {
        h2.section-title img {
          width: 80px; } }
      @media (max-width: 479px) {
        h2.section-title img {
          margin-right: 8px;
          width: 70px; } }

hr + h2.section-title {
  margin: -10px 0 45px; }

h1 + h2 {
  margin: -26px 0 26px;
  padding-top: 0; }
  @media (max-width: 991px) {
    h1 + h2 {
      margin: -24px 0 20px; } }

h3 {
  color: #33B3EB;
  clear: left;
  font-size: 20px;
  margin: 45px 0 18px; }
  @media (max-width: 991px) {
    h3 {
      font-size: 18px;
      margin-top: 25px; } }

h4, h5, h6 {
  color: #666666;
  clear: left;
  font-size: 19px;
  font-weight: 600;
  margin: 40px 0 0.5em; }
  @media (max-width: 991px) {
    h4, h5, h6 {
      font-size: 18px; } }

h1 a, h1 span, h2 a, h2 span, h3 a, h3 span, h4 a, h4 span, h5 a, h5 span, h6 a, h6 span {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit; }

p {
  color: #666666;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 27px; }
  @media (max-width: 991px) {
    p {
      font-size: 15px;
      line-height: 1.6;
      margin: 0 0 18px; } }
  p:last-child {
    margin-bottom: 0; }
  p:first-of-type strong {
    color: #0785BC;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5; }
    @media (max-width: 991px) {
      p:first-of-type strong {
        font-size: 17px; } }

a {
  color: #76BA51;
  font-weight: 700;
  text-decoration: none; }
  a[href^=tel] {
    white-space: nowrap; }
  a:hover {
    text-decoration: underline; }

ol {
  counter-reset: ol-counter;
  list-style: none;
  margin: 0;
  padding: 1em 0 1.5em 2em; }
  ol li {
    color: #666666;
    font-size: 19px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin: 0 0 1em;
    padding: 1px 0 0 37px;
    position: relative; }
    ol li:before {
      background: #0785BC;
      border-radius: 50%;
      color: #fff;
      content: counter(ol-counter);
      counter-increment: ol-counter;
      font-weight: 600 !important;
      width: 27px;
      height: 26px;
      font-size: 20px;
      line-height: 1.2em;
      position: absolute;
      top: 3px;
      left: -7px;
      text-align: center;
      padding: 2px 0 0; }

ul {
  margin: 2em 0 2.5em 1.2em;
  padding: 0; }
  @media (max-width: 991px) {
    ul {
      margin: 1.7em 0 2.5em 0.3em; } }
  ul li {
    color: #666666;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.55;
    padding: 0px 0 0 50px;
    position: relative; }
    ul li + li {
      margin-top: 10px; }
    ul li:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      ul li {
        font-size: 15px;
        line-height: 1.6; } }
    ul li:before {
      background: url("/images/checkmark.svg") center/contain no-repeat;
      content: '';
      height: 32px;
      position: absolute;
      top: 6px;
      left: 6px;
      width: 32px; }
    ul li a {
      font-weight: 400; }
    ul li ul {
      margin-top: 1.5em;
      margin-left: 0; }
      ul li ul li {
        margin-bottom: .6em; }
        ul li ul li:before {
          background: #aaa;
          height: 1px;
          top: 9px; }

hr {
  border: none;
  border-top: 1px solid #D0D0D0;
  clear: both;
  margin: 90px 0; }
  @media (max-width: 767px) {
    hr {
      margin: 30px 0; } }
  hr.m10 {
    margin: 10px 0; }
  hr.m20 {
    margin: 20px 0; }
  hr.m30 {
    margin: 30px 0; }
  hr.m40 {
    margin: 40px 0; }
  hr.m50 {
    margin: 50px 0; }
  hr.m60 {
    margin: 60px 0; }
  hr.m70 {
    margin: 70px 0; }
  hr.m80 {
    margin: 80px 0; }
  hr.m90 {
    margin: 90px 0; }
  hr.m100 {
    margin: 100px 0; }
  @media (max-width: 767px) {
    hr.m10 {
      margin: 4px 0; }
    hr.m20 {
      margin: 8px 0; }
    hr.m30 {
      margin: 12px 0; }
    hr.m40 {
      margin: 16px 0; }
    hr.m50 {
      margin: 20px 0; }
    hr.m60 {
      margin: 24px 0; }
    hr.m70 {
      margin: 28px 0; }
    hr.m80 {
      margin: 32px 0; }
    hr.m90 {
      margin: 36px 0; }
    hr.m100 {
      margin: 40px 0; } }

.text-center {
  text-align: center !important; }
  .text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
    text-align: center !important; }

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center; } }

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

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

body {
  padding-top: 58px; }
  @media (max-width: 1130px) {
    body {
      padding-top: 60px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  position: relative; }
  @media (max-width: 1720px) {
    .container {
      max-width: calc(100% - 80px); } }
  .container.mw1500 {
    max-width: 1500px; }
    @media (max-width: 1580px) {
      .container.mw1500 {
        max-width: calc(100% - 80px); } }
  .container.mw1400 {
    max-width: 1400px; }
    @media (max-width: 1480px) {
      .container.mw1400 {
        max-width: calc(100% - 80px); } }
  .container.mw1300 {
    max-width: 1300px; }
    @media (max-width: 1380px) {
      .container.mw1300 {
        max-width: calc(100% - 80px); } }
  .container.mw1150 {
    max-width: 1150px; }
    @media (max-width: 1230px) {
      .container.mw1150 {
        max-width: calc(100% - 80px); } }
  .container.mw900 {
    max-width: 900px; }
    @media (max-width: 980px) {
      .container.mw900 {
        max-width: calc(100% - 80px); } }
  .container.mw700 {
    max-width: 700px; }
    @media (max-width: 780px) {
      .container.mw700 {
        max-width: calc(100% - 80px); } }
  @media (max-width: 767px) {
    .container {
      max-width: calc(100% - 60px) !important; } }
  @media (max-width: 479px) {
    .container {
      max-width: calc(100% - 46px) !important; } }

.main {
  position: relative;
  z-index: 2; }

.container-half-left {
  margin-left: calc((100vw / 2) - (1640px / 2) - 10px);
  padding-right: 120px;
  width: calc(1640px / 2); }
  @media (max-width: 1720px) {
    .container-half-left {
      margin-left: 40px;
      padding-right: 60px;
      width: auto; } }
  @media (max-width: 767px) {
    .container-half-left {
      max-width: calc(100% - 60px) !important; } }
  @media (max-width: 500px) {
    .container-half-left {
      max-width: calc(100% - 46px) !important;
      margin: 0 auto;
      padding: 0 !important; } }

.container-half-right {
  margin-right: calc((100vw / 2) - (1640px / 2) - 10px);
  padding-left: 120px;
  width: calc(1640px / 2); }
  @media (max-width: 1720px) {
    .container-half-right {
      margin-right: 40px;
      padding-left: 60px;
      width: auto; } }
  @media (max-width: 767px) {
    .container-half-right {
      max-width: calc(100% - 60px) !important; } }
  @media (max-width: 500px) {
    .container-half-right {
      display: table;
      margin: 0 auto;
      max-width: none;
      padding-left: 0;
      width: auto; } }

.btn {
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  white-space: nowrap;
  vertical-align: middle; }
  .btn + .btn {
    margin-left: 10px; }
  .btn i {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    margin-right: 9px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .btn.btn-primary {
    background: #76BA51;
    border-color: #76BA51;
    color: #fff;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out; }
    .btn.btn-primary:hover {
      background: #87c367;
      border-color: #87c367;
      color: #fff;
      text-decoration: none !important; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #99cb7d;
      border-color: #99cb7d;
      color: #fff;
      text-decoration: none !important; }
  .btn.btn-secondary {
    background: #0785BC;
    border-color: #0785BC;
    color: #fff;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out; }
    .btn.btn-secondary:hover {
      background: #089ada;
      border-color: #089ada;
      color: #fff;
      text-decoration: none !important; }
    .btn.btn-secondary:active, .btn.btn-secondary:focus {
      background: #0aaef6;
      border-color: #0aaef6;
      color: #fff;
      text-decoration: none !important; }
  .btn.btn-tertiary {
    background: #33B3EB;
    border-color: #33B3EB;
    color: #fff;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out; }
    .btn.btn-tertiary:hover {
      background: #4fbdee;
      border-color: #4fbdee;
      color: #fff;
      text-decoration: none !important; }
    .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
      background: #6bc8f0;
      border-color: #6bc8f0;
      color: #fff;
      text-decoration: none !important; }
  .btn.btn-danger {
    background: #CD403C;
    border-color: #CD403C;
    color: #fff;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out; }
    .btn.btn-danger:hover {
      background: #d35854;
      border-color: #d35854;
      color: #fff;
      text-decoration: none !important; }
    .btn.btn-danger:active, .btn.btn-danger:focus {
      background: #d9706d;
      border-color: #d9706d;
      color: #fff;
      text-decoration: none !important; }
  .btn.btn-default {
    background: #ddd;
    color: #666666;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out; }
    .btn.btn-default:hover {
      background: #c4c4c4;
      color: #666666;
      text-decoration: none !important; }
    .btn.btn-default:active, .btn.btn-default:focus {
      background: #b7b7b7;
      color: #666666;
      text-decoration: none !important; }
  .btn.btn-sm {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px; }

.form-group {
  margin: 0 0 20px;
  position: relative; }

label {
  color: #484848;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
  text-align: left; }

.share-label {
  color: #0785BC;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0; }

.form-control {
  border: 1px solid #cdcdce;
  display: block;
  font-size: 17px;
  outline: 0px !important;
  padding: 10px 15px;
  width: 100%; }
  .form-control::-webkit-input-placeholder {
    color: #888; }
  .form-control:-ms-input-placeholder {
    color: #888; }
  .form-control::-ms-input-placeholder {
    color: #888; }
  .form-control::placeholder {
    color: #888; }
  .form-control:focus {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc; }
  .form-control.error {
    border: 1px solid #CD403C; }
    .form-control.error:focus {
      border: 1px solid #CD403C;
      -webkit-box-shadow: 0 0 3px #CD403C;
      box-shadow: 0 0 3px #CD403C; }

textarea {
  height: 100px; }

.checkbox, .radio {
  max-width: 550px; }
  .checkbox label, .radio label {
    color: #666666;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding-left: 30px;
    position: relative; }
    .checkbox label label, .radio label label {
      padding-left: 0; }
    .checkbox label input, .radio label input {
      position: absolute;
      top: 4px;
      left: 0; }

label.checkbox_label {
  color: #666666;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: normal;
  text-transform: none; }

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee;
  height: 23px;
  position: relative;
  top: 9px !important;
  width: 23px; }
  input[type=checkbox].multiline {
    top: 13px !important; }
  input[type=checkbox]:after {
    background: url("/images/checkmark.svg") top center/contain no-repeat;
    content: '';
    cursor: pointer;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 20px; }
  input[type=checkbox]:hover:after {
    opacity: .5; }
  input[type=checkbox]:checked:after {
    opacity: 1; }
  input[type=checkbox]:focus, input[type=checkbox]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

label.error {
  color: #CD403C;
  font-size: 12px;
  font-weight: 700;
  padding-top: 5px;
  text-transform: uppercase; }

.form-control.error {
  border-color: #CD403C !important; }

/* TABS */
.tabs .tab {
  background: #fff;
  border: none;
  outline: 0;
  margin: 0;
  color: #666666;
  cursor: pointer;
  padding: 15px 20px; }
  .tabs .tab.active {
    background: #eee;
    color: #595959; }
  .tabs .tab:active, .tabs .tab:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .tabs .tab span.hide-on-mobile {
    color: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-size: 1em !important; }
    @media (max-width: 479px) {
      .tabs .tab span.hide-on-mobile {
        display: none; } }

.tab-content {
  background: #eee;
  display: none;
  padding: 30px 20px 20px; }
  .tab-content.active {
    display: block; }
  .tab-content .form-control {
    max-width: 100%; }
  .tab-content label input[type=checkbox] {
    border: 1px solid #bbb;
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    cursor: pointer; }
  .tab-content > :last-child {
    margin-bottom: 0; }

/* CONTACT FORM */
.hp {
  display: none !important; }

@media (max-width: 1130px) {
  .contact-form h2 {
    text-align: center; } }

.contact-form form {
  max-width: 536px;
  margin: 0 auto; }
  .contact-form form .form-group {
    position: relative; }
    @media (max-width: 1130px) {
      .contact-form form .form-group.gdpr-group, .contact-form form .form-group.submit-group {
        text-align: center; }
        .contact-form form .form-group.gdpr-group *, .contact-form form .form-group.submit-group * {
          text-align: center; } }
  .contact-form form .form-control {
    background: #eee;
    border: none;
    color: #666666;
    font-size: 18px;
    padding: 16px 18px 6px; }
    .contact-form form .form-control::-webkit-input-placeholder {
      color: #666666; }
    .contact-form form .form-control:-ms-input-placeholder {
      color: #666666; }
    .contact-form form .form-control::-ms-input-placeholder {
      color: #666666; }
    .contact-form form .form-control::placeholder {
      color: #666666; }
  .contact-form form i {
    color: rgba(7, 133, 188, 0.43);
    font-size: 33px;
    position: absolute;
    top: 7px;
    left: 15px; }
    .contact-form form i.fas, .contact-form form i.far {
      font-size: 1.7em;
      top: 15px; }
  .contact-form form .help-block i {
    color: #0785BC;
    display: inline-block;
    margin: 0 3px;
    font-size: .9em;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .contact-form form textarea + i.fas, .contact-form form textarea + i.far {
    top: 17px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .contact-form form label.checkbox_label {
    color: #666666;
    font-size: 15px; }
    .contact-form form label.checkbox_label a {
      color: #0785BC; }

/* FANCY PLACEHOLDER LABELS */
.fancy-placeholders .form-control {
  padding: 16px 15px 4px; }
  @media (max-width: 479px) {
    .fancy-placeholders .form-control {
      font-size: 16px; } }

label.fancy-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
  cursor: text;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 18px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: none; }
  @media (max-width: 479px) {
    label.fancy-label {
      font-size: 16px; } }
  label.fancy-label.aside {
    left: 18px;
    padding: 0;
    color: #a2a2a2;
    background: none;
    top: 3px;
    font-size: 11px; }

.header {
  background: #0785BC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99; }
  @media (max-width: 1130px) {
    .header {
      display: none; } }
  .header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }
    @media (max-width: 1500px) {
      .header .inner {
        -ms-grid-columns: 220px auto -webkit-max-content;
        -ms-grid-columns: 220px auto max-content;
        grid-template-columns: 220px auto -webkit-max-content;
        grid-template-columns: 220px auto max-content; } }
    .header .inner .left {
      -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
      margin-right: auto; }
      @media (max-width: 1250px) {
        .header .inner .left {
          -ms-flex-preferred-size: 200px;
          flex-basis: 200px; } }
      .header .inner .left a.logo img {
        display: block;
        height: auto;
        width: 100%; }
    .header .inner .middle .line1 {
      color: #33B3EB;
      font-size: 27px;
      font-weight: 700; }
      .header .inner .middle .line1 a {
        color: #0785BC; }
    .header .inner .middle .line2 {
      color: #33B3EB;
      font-size: 19px;
      font-weight: 700; }
      .header .inner .middle .line2 a {
        color: #0785BC; }
    .header .inner .right {
      margin-left: auto; }
      .header .inner .right .btn {
        height: 40px;
        line-height: 40px; }
        .header .inner .right .btn.btn-secondary {
          background: #089ada;
          border-color: #089ada;
          color: #fff;
          -webkit-transition: 0.13s all ease-in-out;
          -moz-transition: 0.13s all ease-in-out;
          -o-transition: 0.13s all ease-in-out;
          -ms-transition: 0.13s all ease-in-out;
          transition: 0.13s all ease-in-out; }
          .header .inner .right .btn.btn-secondary:hover {
            background: #0aaef6;
            border-color: #0aaef6;
            color: #fff;
            text-decoration: none !important; }
          .header .inner .right .btn.btn-secondary:active, .header .inner .right .btn.btn-secondary:focus {
            background: #28b8f7;
            border-color: #28b8f7;
            color: #fff;
            text-decoration: none !important; }
        @media (max-width: 1550px) {
          .header .inner .right .btn {
            font-size: 16px; } }
        @media (max-width: 1350px) {
          .header .inner .right .btn {
            font-size: 14px; } }

.mobile-header {
  background: #0785BC;
  display: none;
  height: 60px;
  margin-top: -60px;
  position: fixed;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998; }
  @media (max-width: 1130px) {
    .mobile-header {
      display: block; } }
  .mobile-header .mobile-logo img {
    height: 30px !important;
    position: absolute;
    top: 15px;
    left: 11px;
    width: auto; }
  .mobile-header .menu-button {
    cursor: pointer;
    height: 60px;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    -o-touch-action: manipulation;
    touch-action: manipulation;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    width: 56px; }
    .mobile-header .menu-button i {
      color: #fff;
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
      .mobile-header .menu-button i.fa-bars {
        opacity: 1;
        visibility: visible; }
      .mobile-header .menu-button i.fa-times {
        opacity: 0;
        visibility: hidden; }
  .mobile-header .phone-button {
    display: none; }
    @media (max-width: 1130px) {
      .mobile-header .phone-button {
        cursor: pointer;
        display: block;
        height: 60px;
        position: absolute;
        top: 0;
        right: 60px;
        width: 56px; }
        .mobile-header .phone-button i {
          color: rgba(255, 255, 255, 0.5);
          font-size: 24px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
        .mobile-header .phone-button:active {
          color: #fff; } }
  .mobile-header .email-button {
    display: none; }
    @media (max-width: 1130px) {
      .mobile-header .email-button {
        cursor: pointer;
        display: block;
        height: 60px;
        position: absolute;
        top: 0;
        right: 120px;
        width: 56px; } }
  @media (max-width: 1130px) and (max-width: 350px) {
    .mobile-header .email-button {
      display: none; } }
    @media (max-width: 1130px) {
        .mobile-header .email-button i {
          color: rgba(255, 255, 255, 0.5);
          font-size: 23px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
        .mobile-header .email-button:active {
          color: #fff; } }

.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden; }

.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  visibility: visible; }

ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (max-width: 1130px) {
    ul.nav.desktop {
      display: none; } }
  ul.nav.mobile {
    display: none;
    padding: 0; }
    @media (max-width: 1130px) {
      ul.nav.mobile {
        background: #0785BC;
        display: block;
        opacity: 0;
        padding-top: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        visibility: hidden;
        z-index: 99; } }
  ul.nav li {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none; }
    ul.nav li:hover {
      z-index: 2; }
    ul.nav li:before {
      display: none; }
    @media (max-width: 1130px) {
      ul.nav li {
        display: block; } }
    ul.nav li a {
      color: #fff;
      display: block;
      font-size: 17px;
      font-weight: 700;
      height: 60px;
      line-height: 60px;
      padding: 0 26px;
      letter-spacing: .4px;
      position: relative;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      vertical-align: middle;
      text-transform: uppercase;
      white-space: nowrap;
      z-index: 1; }
      @media (max-width: 1550px) {
        ul.nav li a {
          font-size: 16px; } }
      @media (max-width: 1350px) {
        ul.nav li a {
          font-size: 14px;
          padding: 0 19px; } }
      @media (max-width: 1130px) {
        ul.nav li a {
          color: #fff;
          display: block;
          font-size: 20px;
          margin: 0;
          line-height: 1;
          height: auto;
          padding: 15px 25px;
          text-align: center;
          margin: 0 auto;
          width: auto; } }
      ul.nav li a:after {
        background: url("/images/nav-active-below.svg") center/contain no-repeat;
        content: '';
        height: 8px;
        opacity: 0;
        position: absolute;
        top: calc(100% - 7px);
        left: 50%;
        -webkit-transform: translate3d(-50%, 8px, 0);
        -moz-transform: translate3d(-50%, 8px, 0);
        -ms-transform: translate3d(-50%, 8px, 0);
        transform: translate3d(-50%, 8px, 0);
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        width: 12px;
        z-index: 1;
        visibility: hidden; }
      ul.nav li a:active, ul.nav li a:focus {
        outline: none;
        text-decoration: none; }
      ul.nav li a:hover {
        background: #06709e;
        color: #fff;
        text-decoration: none; }
        ul.nav li a:hover:after {
          opacity: 1;
          -webkit-transform: translate3d(-50%, 0, 0);
          -moz-transform: translate3d(-50%, 0, 0);
          -ms-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
          visibility: visible; }
          @media (max-width: 1130px) {
            ul.nav li a:hover:after {
              display: none; } }
      ul.nav li a.active {
        background: #06709e;
        color: #fff; }
        @media (max-width: 1130px) {
          ul.nav li a.active {
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
            font-weight: 700; } }
        ul.nav li a.active:after {
          opacity: 1;
          -webkit-transform: translate3d(-50%, 0, 0);
          -moz-transform: translate3d(-50%, 0, 0);
          -ms-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
          visibility: visible; }
          @media (max-width: 1130px) {
            ul.nav li a.active:after {
              display: none; } }
      ul.nav li a > i.fa-chevron-down {
        color: #76BA51;
        font-size: 11px;
        position: relative;
        top: -3px;
        right: -8px; }
        @media (max-width: 1130px) {
          ul.nav li a > i.fa-chevron-down {
            background: #eee;
            border-radius: 50%;
            font-size: 16px;
            height: 34px;
            margin-left: 10px;
            padding-top: 10px;
            top: -1px;
            width: 34px;
            z-index: 2;
            position: absolute;
            top: 50%;
            right: -30px;
            -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); } }
      ul.nav li a[href$=contact] {
        background: #0785BC;
        border-color: #0785BC;
        color: #fff;
        -webkit-transition: 0.13s all ease-in-out;
        -moz-transition: 0.13s all ease-in-out;
        -o-transition: 0.13s all ease-in-out;
        -ms-transition: 0.13s all ease-in-out;
        transition: 0.13s all ease-in-out; }
        ul.nav li a[href$=contact]:hover {
          background: #089ada;
          border-color: #089ada;
          color: #fff;
          text-decoration: none !important; }
        ul.nav li a[href$=contact]:active, ul.nav li a[href$=contact]:focus {
          background: #0aaef6;
          border-color: #0aaef6;
          color: #fff;
          text-decoration: none !important; }
        @media (max-width: 1130px) {
          ul.nav li a[href$=contact] {
            background: none;
            color: #fff; } }
    ul.nav li.has-submenu a:hover:after {
      display: none; }
    ul.nav li.active-submenu a:after {
      display: none; }
    ul.nav li .mobile-social-icons {
      margin-top: 20px;
      text-align: center; }
      ul.nav li .mobile-social-icons a {
        color: #666666;
        display: inline-block;
        padding: 5px; }
        ul.nav li .mobile-social-icons a + a {
          margin-left: 2px; }
        ul.nav li .mobile-social-icons a i {
          color: #666666;
          font-size: 1.7em; }
        ul.nav li .mobile-social-icons a:hover {
          text-decoration: none; }
    ul.nav li ul {
      background: #fff;
      border-radius: 10px;
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      display: block;
      list-style: none;
      margin: 0;
      opacity: 0;
      padding: 10px;
      position: absolute;
      top: 100%;
      left: 0;
      visibility: hidden;
      width: auto;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      z-index: 99999; }
      @media (max-width: 1130px) {
        ul.nav li ul {
          background: none;
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: none;
          opacity: 1;
          visibility: visible;
          position: relative; }
          ul.nav li ul.open {
            display: block; } }
      ul.nav li ul.two-cols {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-gap: 20px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 20px;
        /* Firefox */
        column-gap: 20px; }
      ul.nav li ul:before {
        content: '';
        border-right: 10px solid rgba(255, 255, 255, 0);
        border-bottom: 15px solid #fff;
        border-left: 10px solid rgba(255, 255, 255, 0);
        position: absolute;
        top: -10px;
        left: 50px; }
        @media (max-width: 1130px) {
          ul.nav li ul:before {
            display: none; } }
      ul.nav li ul:after {
        content: '';
        height: 15px;
        position: absolute;
        top: -15px;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%; }
        @media (max-width: 1130px) {
          ul.nav li ul:after {
            display: none; } }
      ul.nav li ul li {
        display: block;
        margin: 0;
        padding: 0;
        position: relative; }
        ul.nav li ul li:before {
          display: none; }
        ul.nav li ul li a {
          color: #666666;
          display: block;
          font-size: 14px;
          font-weight: 600;
          margin: 0;
          line-height: 1;
          height: auto;
          padding: 8px 30px 8px 13px;
          position: relative;
          text-align: left;
          white-space: nowrap;
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          -ms-transition: none;
          transition: none; }
          @media (max-width: 1130px) {
            ul.nav li ul li a {
              color: #707070;
              font-size: 15px;
              font-weight: 400;
              padding: 10px 15px;
              text-align: center; } }
          ul.nav li ul li a i {
            color: #0785BC;
            font-size: 9px;
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translate3d(0, -50%, 0);
            -moz-transform: translate3d(0, -50%, 0);
            -ms-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
          ul.nav li ul li a:hover {
            background: #76BA51;
            color: #fff; }
          ul.nav li ul li a.active {
            background: rgba(0, 0, 0, 0.2);
            color: #fff; }
            ul.nav li ul li a.active:after {
              display: none; }
        ul.nav li ul li:first-of-type {
          border-radius: 5px 5px 0 0;
          overflow: hidden; }
        ul.nav li ul li:last-of-type {
          border-radius: 0 0 5px 5px;
          overflow: hidden; }
        ul.nav li ul li ul {
          position: absolute;
          top: -7px;
          left: calc(100% + 7px);
          -webkit-transition: 0.2s all ease-in-out;
          -moz-transition: 0.2s all ease-in-out;
          -o-transition: 0.2s all ease-in-out;
          -ms-transition: 0.2s all ease-in-out;
          transition: 0.2s all ease-in-out;
          -webkit-transform: translate3d(-10px, 0, 0);
          -moz-transform: translate3d(-10px, 0, 0);
          -ms-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
          opacity: 0;
          visibility: hidden; }
          ul.nav li ul li ul:before {
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: -7px;
            width: 7px; }
        ul.nav li ul li:hover ul {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1;
          visibility: visible; }
    ul.nav li:hover > ul {
      opacity: 1;
      visibility: visible; }

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important; }

.nav-open ul.nav.mobile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.nav-open #cookie-bar-show-button {
  display: none; }

.banner-section {
  height: 750px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (max-width: 1300px) {
    .banner-section {
      height: 650px; } }
  @media (max-width: 1130px) {
    .banner-section {
      height: 500px; } }
  @media (max-width: 900px) {
    .banner-section {
      height: 360px; } }
  .banner-section .banner-bottom-mask {
    background: url("/images/banner-bottom-mask.png") top center/100% 100% no-repeat;
    height: 110px;
    position: absolute;
    bottom: -52px;
    left: -2px;
    right: -2px;
    z-index: 2; }
    @media (max-width: 1130px) {
      .banner-section .banner-bottom-mask {
        height: 80px;
        bottom: -42px; } }
    @media (max-width: 767px) {
      .banner-section .banner-bottom-mask {
        height: 40px;
        bottom: -10px; } }
  .banner-section .banners {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 650px) {
      .banner-section .banners {
        position: relative; } }
    .banner-section .banners .banner {
      display: block;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .banner-section .banners .banner .banner-image {
        background-size: auto 100%;
        background-position: left;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
        @media (min-width: 1920px) {
          .banner-section .banners .banner .banner-image {
            background-size: cover;
            background-position: center center; } }
        @media (max-width: 1500px) {
          .banner-section .banners .banner .banner-image {
            background-position: left -120px top 0; } }
        @media (max-width: 1300px) {
          .banner-section .banners .banner .banner-image {
            background-position: left 0 top 0; } }
        @media (max-width: 900px) {
          .banner-section .banners .banner .banner-image {
            background-size: cover;
            background-position: center center; } }
      .banner-section .banners .banner .overlay-dark {
        background: rgba(7, 133, 188, 0.7);
        display: none;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2; }
        @media (max-width: 900px) {
          .banner-section .banners .banner .overlay-dark {
            display: block; } }
      .banner-section .banners .banner .container {
        height: 100%;
        position: relative;
        z-index: 3; }
        @media (max-width: 767px) {
          .banner-section .banners .banner .container .controls {
            display: none; } }
        .banner-section .banners .banner .container .controls button {
          background: none;
          border: none;
          cursor: pointer;
          padding: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          -moz-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
          .banner-section .banners .banner .container .controls button.banner-prev {
            left: -150px; }
            .banner-section .banners .banner .container .controls button.banner-prev i {
              display: inline-block;
              -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
          .banner-section .banners .banner .container .controls button.banner-next {
            right: -150px; }
          .banner-section .banners .banner .container .controls button i {
            color: rgba(255, 255, 255, 0.4);
            font-size: 43px; }
          .banner-section .banners .banner .container .controls button:hover i {
            color: #fff; }
      .banner-section .banners .banner .caption-wrap {
        opacity: 1;
        padding-left: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        transition: 0.2s all ease-in-out;
        visibility: visible;
        max-width: calc(100% - 260px);
        width: 600px; }
        @media (max-width: 1130px) {
          .banner-section .banners .banner .caption-wrap {
            padding-left: 0;
            width: 480px; } }
        @media (max-width: 900px) {
          .banner-section .banners .banner .caption-wrap {
            position: relative;
            top: 46%;
            text-align: center;
            max-width: none;
            width: 100%; } }
        .banner-section .banners .banner .caption-wrap .title {
          color: #fff;
          font-size: 44px;
          font-weight: 700;
          line-height: 1.2;
          margin: 0 0 25px; }
          @media (max-width: 1130px) {
            .banner-section .banners .banner .caption-wrap .title {
              font-size: 29px;
              margin-bottom: 20px; } }
          @media (max-width: 900px) {
            .banner-section .banners .banner .caption-wrap .title {
              font-size: 27px; } }
          @media (max-width: 479px) {
            .banner-section .banners .banner .caption-wrap .title {
              font-size: 24px; } }
        .banner-section .banners .banner .caption-wrap .caption {
          color: #fff;
          font-size: 24px;
          font-weight: 500;
          line-height: 1.5;
          margin: 0 0 35px;
          position: relative; }
          @media (max-width: 1130px) {
            .banner-section .banners .banner .caption-wrap .caption {
              font-size: 17px;
              margin-bottom: 30px; } }
          @media (max-width: 900px) {
            .banner-section .banners .banner .caption-wrap .caption {
              font-size: 16px; } }
          @media (max-width: 479px) {
            .banner-section .banners .banner .caption-wrap .caption {
              font-size: 15px; } }
          .banner-section .banners .banner .caption-wrap .caption * {
            color: inherit;
            font-family: inherit;
            font-size: 1em;
            font-style: inherit;
            font-weight: inherit;
            line-height: inherit; }
        .banner-section .banners .banner .caption-wrap .buttons {
          position: relative;
          z-index: 6; }
          .banner-section .banners .banner .caption-wrap .buttons .btn {
            font-size: 21px;
            height: 58px;
            line-height: 58px;
            padding: 0 40px; }
            @media (max-width: 900px) {
              .banner-section .banners .banner .caption-wrap .buttons .btn {
                font-size: 18px;
                height: 48px;
                line-height: 48px; } }

.compact .caption-wrap {
  opacity: .5 !important;
  -webkit-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }

ol#breadcrumbs, ol#breadcrumbs-mob {
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap; }
  @media (max-width: 1130px) {
    ol#breadcrumbs, ol#breadcrumbs-mob {
      white-space: normal; } }
  ol#breadcrumbs li, ol#breadcrumbs-mob li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      ol#breadcrumbs li, ol#breadcrumbs-mob li {
        float: none;
        display: inline-block; } }
    ol#breadcrumbs li:before, ol#breadcrumbs-mob li:before {
      display: none; }
    ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
      color: #666666;
      font-size: 16px;
      font-weight: 400 !important;
      white-space: nowrap; }
      @media (max-width: 767px) {
        ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
          font-size: 14px;
          font-weight: 700; } }
      ol#breadcrumbs li a *, ol#breadcrumbs-mob li a * {
        color: inherit;
        font-family: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit; }
      ol#breadcrumbs li a:hover, ol#breadcrumbs-mob li a:hover {
        color: #0785BC;
        text-decoration: none; }
      ol#breadcrumbs li a i.fi.flaticon-home, ol#breadcrumbs-mob li a i.fi.flaticon-home {
        color: #0785BC; }
    ol#breadcrumbs li:last-of-type a:hover, ol#breadcrumbs-mob li:last-of-type a:hover {
      color: #666666;
      cursor: default; }
    ol#breadcrumbs li.separator, ol#breadcrumbs-mob li.separator {
      padding: 0 10px; }
      ol#breadcrumbs li.separator i, ol#breadcrumbs-mob li.separator i {
        color: #0785BC;
        font-size: 12px; }
  ol#breadcrumbs img, ol#breadcrumbs-mob img {
    display: inline-block;
    padding: 0 8px 0px 9px; }

.secondary-page-banner {
  overflow: hidden;
  padding: 80px 0 260px;
  position: relative; }
  @media (max-width: 767px) {
    .secondary-page-banner {
      padding: 40px 0 240px; } }
  .secondary-page-banner .background {
    background: #0785BC;
    height: 100%;
    position: absolute;
    top: -150px;
    left: -150px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 200%; }
  .secondary-page-banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center; }
  .secondary-page-banner .intro {
    color: #fff;
    font-size: 19px;
    line-height: 1.31;
    margin: 0 auto 10px;
    max-width: 100%;
    text-align: center;
    width: 450px; }

.page {
  background: #fff;
  display: -ms-grid;
  display: grid;
  grid-gap: 100px;
  -ms-grid-columns: 1fr 350px;
  grid-template-columns: 1fr 350px;
  margin: -200px auto 0;
  padding: 70px 80px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1130px) {
    .page {
      padding: 50px 60px;
      grid-gap: 50px; } }
  @media (max-width: 991px) {
    .page {
      -ms-grid-columns: auto;
      grid-template-columns: auto; } }
  @media (max-width: 767px) {
    .page {
      padding: 30px 40px 0; } }
  @media (max-width: 400px) {
    .page {
      padding: 15px 20px 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page {
      display: table;
      width: 100%; }
      .page .left {
        display: table-cell;
        vertical-align: top; }
      .page .right {
        display: table-cell;
        vertical-align: top;
        width: 350px; } }

.page-full-width {
  background: #fff;
  margin: -200px auto 0;
  padding: 70px 80px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1130px) {
    .page-full-width {
      padding: 50px 60px; } }
  @media (max-width: 767px) {
    .page-full-width {
      padding: 30px 40px 0; } }

.page-contact {
  display: -ms-grid;
  display: grid;
  grid-gap: 100px;
  -ms-grid-columns: 1fr 535px;
  grid-template-columns: 1fr 535px;
  padding: 100px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1130px) {
    .page-contact {
      padding: 40px 0 60px; } }
  @media (max-width: 991px) {
    .page-contact {
      grid-gap: 50px;
      -ms-grid-columns: auto;
      grid-template-columns: auto; } }

.page-home .container {
  margin-bottom: 40px;
  text-align: center; }

.page-home h1 {
  color: #0785BC;
  font-size: 37px;
  font-family: "Lato", sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .page-home h1 {
      font-size: 30px; } }

/* SIDEBAR TAGS */
.tags {
  margin: -15px; }
  .tags a {
    background: #eee;
    color: #0785BC;
    -webkit-transition: 0.13s all ease-in-out;
    -moz-transition: 0.13s all ease-in-out;
    -o-transition: 0.13s all ease-in-out;
    -ms-transition: 0.13s all ease-in-out;
    transition: 0.13s all ease-in-out;
    display: inline-block;
    margin: 5px;
    padding: 5px 10px; }
    .tags a:hover {
      background: #d5d5d5;
      color: #0785BC;
      text-decoration: none !important; }
    .tags a:active, .tags a:focus {
      background: #c8c8c8;
      color: #0785BC;
      text-decoration: none !important; }
    .tags a.active {
      background: #0785BC;
      color: #fff; }

/* RELATED PAGES */
.related-pages h2 {
  margin-bottom: 10px; }

.related-pages ul {
  margin: 0;
  padding: 0; }
  .related-pages ul li {
    padding: 0 0 0 22px;
    margin: 0;
    line-height: 1.2; }
    .related-pages ul li + li {
      margin-top: 3px; }
    .related-pages ul li:before {
      top: 7px; }
    .related-pages ul li a {
      color: #666666;
      cursor: pointer;
      font-size: 15px; }

/* HOMEPAGE */
.homepage-courses {
  margin: 65px 0 120px; }
  @media (max-width: 479px) {
    .homepage-courses {
      margin: 50px 0 50px; } }
  @media (max-width: 1350px) {
    .homepage-courses .container {
      max-width: calc(100% - 200px); } }
  @media (max-width: 767px) {
    .homepage-courses .container {
      max-width: calc(100% - 80px) !important; } }
  @media (max-width: 479px) {
    .homepage-courses .container {
      max-width: calc(100% - 80px) !important; } }
  .homepage-courses a.course {
    display: block;
    text-align: center; }
    .homepage-courses a.course .icon-wrap {
      margin: 0 0 10px;
      height: 60px;
      vertical-align: bottom; }
      .homepage-courses a.course .icon-wrap i {
        color: #0785BC;
        font-size: 60px;
        line-height: 1; }
    .homepage-courses a.course .title {
      color: #327998;
      font-size: 14px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-weight: normal;
      text-transform: uppercase; }
  .homepage-courses .owl-item:nth-child(odd) .icon-wrap i {
    color: #76BA51; }
  @media (max-width: 767px) {
    .homepage-courses .desktop {
      display: none; } }
  .homepage-courses .mobile {
    display: none !important;
    visibility: hidden; }
    @media (max-width: 767px) {
      .homepage-courses .mobile {
        display: -ms-grid !important;
        display: grid !important;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        visibility: visible; }
        .homepage-courses .mobile .course:nth-child(odd) .icon-wrap i {
          color: #76BA51; } }
    @media (max-width: 479px) {
      .homepage-courses .mobile {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); }
        .homepage-courses .mobile .course .icon-wrap {
          height: 40px; }
          .homepage-courses .mobile .course .icon-wrap i {
            font-size: 40px; }
        .homepage-courses .mobile .course .title {
          font-size: 10px;
          line-height: 1.1; } }

.homepage-services .inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 90px; }
  @media (max-width: 767px) {
    .homepage-services .inner {
      grid-gap: 40px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .homepage-services .inner {
      display: block;
      margin: 0 auto; } }
  .homepage-services .inner a.service {
    text-align: center; }
    @media (max-width: 767px) {
      .homepage-services .inner a.service {
        display: table;
        margin: 0 auto;
        text-align: left; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .homepage-services .inner a.service {
        display: inline-block;
        margin: 30px;
        width: 300px; } }
    .homepage-services .inner a.service .icon-wrap {
      position: relative; }
      @media (max-width: 767px) {
        .homepage-services .inner a.service .icon-wrap {
          display: table-cell;
          padding-right: 20px;
          vertical-align: top;
          width: 80px; } }
      .homepage-services .inner a.service .icon-wrap .shadow {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        height: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        width: 5px;
        z-index: -1; }
      .homepage-services .inner a.service .icon-wrap .img {
        display: block;
        height: 60px;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        width: 60px;
        z-index: 2; }
    @media (max-width: 767px) {
      .homepage-services .inner a.service .info-wrap {
        display: table-cell;
        vertical-align: top; } }
    .homepage-services .inner a.service .title {
      color: #0785BC;
      font-size: 27px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      margin: 10px 0;
      -webkit-transition: .2s all ease-in-out;
      -o-transition: .2s all ease-in-out;
      transition: .2s all ease-in-out; }
      @media (max-width: 767px) {
        .homepage-services .inner a.service .title {
          margin: 0 0 10px; } }
    .homepage-services .inner a.service .snippet {
      color: #666666;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 400; }
    .homepage-services .inner a.service .read-more {
      margin-top: 5px;
      text-align: center; }
      @media (max-width: 767px) {
        .homepage-services .inner a.service .read-more {
          text-align: left; } }
      .homepage-services .inner a.service .read-more span {
        color: #33B3EB;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        text-transform: uppercase; }
    .homepage-services .inner a.service:hover {
      text-decoration: none; }
      .homepage-services .inner a.service:hover .icon-wrap .shadow {
        height: 80px;
        -webkit-transform: translate3d(-50%, calc(-50% - 3px), 0) scale(1.01);
        transform: translate3d(-50%, calc(-50% - 3px), 0) scale(1.01);
        width: 80px; }
      .homepage-services .inner a.service:hover .icon-wrap .img {
        -webkit-transform: translate3d(0, -3px, 0) scale(1.01);
        transform: translate3d(0, -3px, 0) scale(1.01); }
      .homepage-services .inner a.service:hover .title {
        color: #33B3EB; }
      .homepage-services .inner a.service:hover .read-more span {
        color: #0785BC; }

.find-out-more {
  margin: 80px 0 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .find-out-more {
      margin: 50px 0 40px; } }
  .find-out-more .btn {
    background: none;
    border: 1px solid #0785BC;
    color: #0785BC;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
    .find-out-more .btn:hover {
      background: #0785BC;
      color: #fff;
      text-decoration: none; }
    .find-out-more .btn:active, .find-out-more .btn:focus {
      background: #0785BC;
      color: #fff;
      text-decoration: none; }

.homepage-sub-footer {
  background: #DBF4FF url("/images/homepage-sub-footer-top-mask.png") top center/100% 95px no-repeat;
  padding: 85px 0 0; }
  @media (max-width: 1000px) {
    .homepage-sub-footer {
      background-size: 100% 45px; } }
  .homepage-sub-footer .inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 430px 1fr;
    grid-template-columns: 430px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1000px) {
      .homepage-sub-footer .inner {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .homepage-sub-footer .inner {
        display: table; } }
    .homepage-sub-footer .inner .left {
      padding: 50px 0; }
      @media (max-width: 1000px) {
        .homepage-sub-footer .inner .left {
          padding: 0; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .homepage-sub-footer .inner .left {
          display: table-cell;
          vertical-align: middle;
          width: 430px; } }
      .homepage-sub-footer .inner .left h2 {
        font-size: 36px;
        line-height: 1.2; }
        @media (max-width: 1000px) {
          .homepage-sub-footer .inner .left h2 {
            margin: 0 auto;
            max-width: 100%;
            text-align: center;
            max-width: 100%;
            width: 470px; } }
        @media (max-width: 479px) {
          .homepage-sub-footer .inner .left h2 {
            font-size: 29px;
            text-align: left; } }
      .homepage-sub-footer .inner .left ul {
        margin: 30px 0 0 0; }
        @media (max-width: 1000px) {
          .homepage-sub-footer .inner .left ul {
            display: table;
            margin: 30px auto 0;
            max-width: 100%; } }
        .homepage-sub-footer .inner .left ul li strong:first-child {
          color: #0785BC;
          font-size: 23px;
          font-weight: 400; }
          @media (max-width: 479px) {
            .homepage-sub-footer .inner .left ul li strong:first-child {
              font-size: 20px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .homepage-sub-footer .inner .right {
        display: table-cell;
        vertical-align: middle; } }
    .homepage-sub-footer .inner .right img {
      margin: 0 0 -40px; }
      @media (max-width: 1000px) {
        .homepage-sub-footer .inner .right img {
          display: block;
          margin: 0 auto -40px;
          max-width: 100%;
          width: 500px; } }

/* PAGE-SECTIONS */
.page-sections {
  margin-top: -32px;
  padding-top: 132px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .page-sections {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-top: 0; } }

.page-section {
  padding: 40px 0 0px;
  position: relative; }
  @media (max-width: 1150px) {
    .page-section {
      padding: 60px 0 20px; } }
  @media (max-width: 991px) {
    .page-section {
      padding: 60px 0; } }
  .page-section.white {
    padding: 110px 0 220px; }
    @media (max-width: 991px) {
      .page-section.white {
        padding: 110px 0; } }
    @media (max-width: 600px) {
      .page-section.white {
        padding: 70px 0; } }
  .page-section .background {
    height: 100%;
    position: absolute;
    top: -120px;
    left: -150px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 200%; }
    @media (max-width: 1150px) {
      .page-section .background {
        top: -60px; } }
    @media (max-width: 991px) {
      .page-section .background {
        top: 0;
        left: -310px; } }
    @media (max-width: 479px) {
      .page-section .background {
        left: -230px; } }
    .page-section .background.blue {
      background: -webkit-gradient(linear, left top, right top, from(#33B3EB), to(#0785BC));
      background: -webkit-linear-gradient(left, #33B3EB, #0785BC);
      background: -o-linear-gradient(left, #33B3EB, #0785BC);
      background: linear-gradient(to right, #33B3EB, #0785BC); }
    .page-section .background.green {
      background: #76BA51; }
    .page-section .background.light-blue {
      background: #DBF4FF; }
    .page-section .background.white {
      background: #fff; }
  .page-section .section-content-full-width {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 700px; }
    .page-section .section-content-full-width .title {
      color: #fff;
      font-size: 37px;
      font-weight: 700;
      margin: 0 0 15px; }
      @media (max-width: 991px) {
        .page-section .section-content-full-width .title {
          font-size: 33px; } }
      @media (max-width: 600px) {
        .page-section .section-content-full-width .title {
          font-size: 26px; } }
    .page-section .section-content-full-width .content {
      color: #fff;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.5; }
      @media (max-width: 991px) {
        .page-section .section-content-full-width .content {
          font-size: 19px; } }
      @media (max-width: 600px) {
        .page-section .section-content-full-width .content {
          font-size: 16px; } }
      .page-section .section-content-full-width .content * {
        color: inherit;
        font-family: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit; }
    .page-section .section-content-full-width.white .title, .page-section .section-content-full-width.light-blue .title {
      color: #0785BC; }
    .page-section .section-content-full-width.white .content, .page-section .section-content-full-width.light-blue .content {
      color: #0785BC; }
  .page-section .inner {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .page-section .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 479px) {
      .page-section .inner {
        display: block; } }
    .page-section .inner.white {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page-section .inner .section-image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      max-width: 500px;
      position: relative;
      width: 100%; }
      @media (max-width: 1150px) {
        .page-section .inner .section-image {
          -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
          max-width: 300px; } }
      @media (max-width: 800px) {
        .page-section .inner .section-image {
          -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
          max-width: 150px; } }
      @media (max-width: 479px) {
        .page-section .inner .section-image {
          display: block;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          margin: 0 0 30px;
          max-width: 100%; } }
      .page-section .inner .section-image.white {
        background-size: contain;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .page-section .inner .section-image:after {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 80%; }
    .page-section .inner .section-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 100px; }
      @media (max-width: 1150px) {
        .page-section .inner .section-content {
          margin-left: 50px; } }
      @media (max-width: 800px) {
        .page-section .inner .section-content {
          margin-left: 30px; } }
      @media (max-width: 479px) {
        .page-section .inner .section-content {
          display: block;
          margin-left: 0;
          text-align: center; } }
      .page-section .inner .section-content .title {
        color: #fff;
        font-size: 37px;
        font-weight: 700;
        margin: 0 0 15px; }
        @media (max-width: 991px) {
          .page-section .inner .section-content .title {
            font-size: 33px; } }
        @media (max-width: 600px) {
          .page-section .inner .section-content .title {
            font-size: 26px; } }
      .page-section .inner .section-content .content {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        max-width: 100%;
        line-height: 1.5; }
        @media (max-width: 991px) {
          .page-section .inner .section-content .content {
            font-size: 19px; } }
        @media (max-width: 600px) {
          .page-section .inner .section-content .content {
            font-size: 16px; } }
        .page-section .inner .section-content .content * {
          color: inherit;
          font-family: inherit;
          font-size: 1em;
          font-style: inherit;
          font-weight: inherit;
          line-height: inherit; }
      .page-section .inner .section-content.white .title, .page-section .inner .section-content.light-blue .title {
        color: #0785BC; }
      .page-section .inner .section-content.white .content, .page-section .inner .section-content.light-blue .content {
        color: #0785BC; }
  .page-section:nth-child(1) {
    z-index: 50; }
  .page-section:nth-child(2) {
    z-index: 49; }
  .page-section:nth-child(3) {
    z-index: 48; }
  .page-section:nth-child(4) {
    z-index: 47; }
  .page-section:nth-child(5) {
    z-index: 46; }
  .page-section:nth-child(6) {
    z-index: 45; }
  .page-section:nth-child(7) {
    z-index: 44; }
  .page-section:nth-child(8) {
    z-index: 43; }
  .page-section:nth-child(9) {
    z-index: 42; }
  .page-section:nth-child(10) {
    z-index: 41; }
  .page-section:nth-child(11) {
    z-index: 40; }
  .page-section:nth-child(12) {
    z-index: 39; }
  .page-section:nth-child(13) {
    z-index: 38; }
  .page-section:nth-child(14) {
    z-index: 37; }
  .page-section:nth-child(15) {
    z-index: 36; }
  .page-section:nth-child(16) {
    z-index: 35; }
  .page-section:nth-child(17) {
    z-index: 34; }
  .page-section:nth-child(18) {
    z-index: 33; }
  .page-section:nth-child(19) {
    z-index: 32; }
  .page-section:nth-child(20) {
    z-index: 31; }
  .page-section:nth-child(21) {
    z-index: 30; }
  .page-section:nth-child(22) {
    z-index: 29; }
  .page-section:nth-child(23) {
    z-index: 28; }
  .page-section:nth-child(24) {
    z-index: 27; }
  .page-section:nth-child(25) {
    z-index: 26; }
  .page-section:nth-child(26) {
    z-index: 25; }
  .page-section:nth-child(27) {
    z-index: 24; }
  .page-section:nth-child(28) {
    z-index: 23; }
  .page-section:nth-child(29) {
    z-index: 22; }
  .page-section:nth-child(30) {
    z-index: 21; }
  .page-section:nth-child(31) {
    z-index: 20; }
  .page-section:nth-child(32) {
    z-index: 19; }
  .page-section:nth-child(33) {
    z-index: 18; }
  .page-section:nth-child(34) {
    z-index: 17; }
  .page-section:nth-child(35) {
    z-index: 16; }
  .page-section:nth-child(36) {
    z-index: 15; }
  .page-section:nth-child(37) {
    z-index: 14; }
  .page-section:nth-child(38) {
    z-index: 13; }
  .page-section:nth-child(39) {
    z-index: 12; }
  .page-section:nth-child(40) {
    z-index: 11; }
  .page-section:nth-child(41) {
    z-index: 10; }
  .page-section:nth-child(42) {
    z-index: 9; }
  .page-section:nth-child(43) {
    z-index: 8; }
  .page-section:nth-child(44) {
    z-index: 7; }
  .page-section:nth-child(45) {
    z-index: 6; }
  .page-section:nth-child(46) {
    z-index: 5; }
  .page-section:nth-child(47) {
    z-index: 4; }
  .page-section:nth-child(48) {
    z-index: 3; }
  .page-section:nth-child(49) {
    z-index: 2; }
  .page-section:nth-child(50) {
    z-index: 1; }
  .page-section:nth-child(odd) .background.blue {
    background: -webkit-gradient(linear, left top, right top, from(#0785BC), to(#33B3EB));
    background: -webkit-linear-gradient(left, #0785BC, #33B3EB);
    background: -o-linear-gradient(left, #0785BC, #33B3EB);
    background: linear-gradient(to right, #0785BC, #33B3EB); }
  .page-section:nth-child(odd) .inner .section-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .page-section:nth-child(odd) .inner .section-content {
    margin-right: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 1150px) {
      .page-section:nth-child(odd) .inner .section-content {
        margin-right: 50px; } }
    @media (max-width: 800px) {
      .page-section:nth-child(odd) .inner .section-content {
        margin-right: 30px; } }
    @media (max-width: 479px) {
      .page-section:nth-child(odd) .inner .section-content {
        margin-right: 0; } }
  .page-section:last-of-type .section-image {
    position: relative;
    top: -20px; }
    @media (max-width: 1130px) {
      .page-section:last-of-type .section-image {
        top: 0; } }

/* PRICING CARDS */
.pricing {
  margin-top: -200px;
  position: relative;
  z-index: 52; }
  @media (max-width: 1000px) {
    .pricing {
      max-width: 100%;
      overflow-x: scroll;
      padding-bottom: 30px; } }
  .pricing .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media (max-width: 1000px) {
      .pricing .inner {
        -ms-grid-columns: 330px 330px 330px 3px;
        grid-template-columns: 330px 330px 330px 3px; } }
    .pricing .inner .spacer {
      display: none; }
      @media (max-width: 1000px) {
        .pricing .inner .spacer {
          display: block;
          height: 1px;
          width: 3px; } }
    .pricing .inner .card {
      background: #DBF4FF;
      border-radius: 15px;
      -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      padding: 25px 30px; }
      @media (max-width: 1150px) {
        .pricing .inner .card {
          padding: 15px 23px; } }
      @media (max-width: 1000px) {
        .pricing .inner .card {
          -webkit-box-shadow: none;
          box-shadow: none; }
          .pricing .inner .card:last-of-type:after {
            content: '';
            height: 1px;
            width: 20px; } }
      .pricing .inner .card:nth-of-type(2) {
        background: #004a6b;
        position: relative;
        top: -30px; }
        @media (max-width: 1000px) {
          .pricing .inner .card:nth-of-type(2) {
            top: 0; } }
        .pricing .inner .card:nth-of-type(2) * {
          color: #fff !important; }
      .pricing .inner .card .ribbon {
        background: #76BA51;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 10px 70px;
        position: absolute;
        top: 45px;
        right: -70px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        white-space: nowrap; }
      .pricing .inner .card .button {
        padding-top: 20px;
        text-align: center; }
        .pricing .inner .card .button .btn {
          display: block; }
      .pricing .inner .card .title {
        color: #0785BC;
        font-size: 35px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase; }
        @media (max-width: 1150px) {
          .pricing .inner .card .title {
            font-size: 28px; } }
        .pricing .inner .card .title:after {
          background: #0785BC;
          content: '';
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 80px; }
      .pricing .inner .card .content {
        color: #666666;
        font-size: 19px; }
        @media (max-width: 1150px) {
          .pricing .inner .card .content {
            font-size: 16px; } }
        .pricing .inner .card .content * {
          color: inherit;
          font-family: inherit;
          font-size: 1em;
          font-style: inherit;
          font-weight: inherit;
          line-height: inherit; }
        .pricing .inner .card .content ul {
          margin: 20px 0 20px 0; }
          .pricing .inner .card .content ul li {
            line-height: 1.2;
            padding-left: 45px; }
            .pricing .inner .card .content ul li + li {
              margin-top: 20px; }
            .pricing .inner .card .content ul li.strikethrough {
              opacity: .4; }
            .pricing .inner .card .content ul li:before {
              top: -1px;
              height: 30px;
              width: 30px; }

.footer-cta {
  background: #DBF4FF;
  padding: 50px 0 60px;
  position: relative;
  z-index: 1; }
  .footer-cta.page-has-sections {
    padding-top: 200px;
    margin-top: -170px; }
  .footer-cta .title {
    color: #0785BC;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center; }
    @media (max-width: 991px) {
      .footer-cta .title {
        font-size: 33px; } }
    @media (max-width: 600px) {
      .footer-cta .title {
        font-size: 26px; } }
  .footer-cta .buttons {
    margin: 30px 0 0;
    text-align: center; }
    @media (max-width: 767px) {
      .footer-cta .buttons .btn {
        display: block;
        margin: 0;
        width: 100%; }
        .footer-cta .buttons .btn + .btn {
          margin-top: 20px; } }

.footer {
  padding: 80px 0 45px;
  position: relative;
  z-index: 2; }
  .footer hr {
    border-color: #DDDDDD;
    margin: 45px 0; }
  .footer .inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fill, 1fr);
    grid-template-areas: "col1 col2 col3 col4"; }
    @media (max-width: 1070px) {
      .footer .inner {
        -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: auto 50px auto;
        grid-template-areas: "col1 col1 col1" "col2 col3 col4"; } }
    @media (max-width: 1070px) {
      .footer .inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 50px auto 50px auto 50px auto;
        grid-template-areas: "col1" "col2" "col3" "col4"; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .footer .inner {
        display: table;
        width: 100%; } }
    .footer .inner .col1 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: col1; }
      @media (max-width: 1070px) {
        .footer .inner .col1 {
          text-align: center; } }
      @media (max-width: 767px) {
        .footer .inner .col1 img {
          display: block;
          margin: 0 auto;
          width: 140px; } }
    .footer .inner .col2 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: col2; }
      @media (max-width: 1070px) {
        .footer .inner .col2 {
          text-align: center; } }
    .footer .inner .col3 {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
      grid-area: col3; }
      @media (max-width: 1070px) {
        .footer .inner .col3 {
          text-align: center; } }
    .footer .inner .col4 {
      -ms-grid-row: 1;
      -ms-grid-column: 7;
      grid-area: col4; }
    @media (max-width: 1070px){
      .footer .inner .col1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
      .footer .inner .col1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .footer .inner .col2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .footer .inner .col2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .footer .inner .col3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
      .footer .inner .col3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
      .footer .inner .col4 {
    -ms-grid-row: 3;
    -ms-grid-column: 5; }
      .footer .inner .col4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1; } }
      @media (max-width: 1070px) {
        .footer .inner .col4 {
          text-align: center; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .footer .inner .col1, .footer .inner .col2, .footer .inner .col3, .footer .inner .col4 {
        display: table-cell;
        vertical-align: top;
        width: 25%; } }
    .footer .inner h3 {
      color: #0785BC;
      font-size: 17px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .footer .inner ul {
      margin: 0;
      padding: 0; }
      .footer .inner ul + h3 {
        margin: 30px 0 15px; }
      .footer .inner ul li {
        margin: 0;
        padding: 0;
        line-height: 1.2; }
        .footer .inner ul li + li {
          margin-top: 5px !important; }
        .footer .inner ul li:before {
          display: none; }
        @media (max-width: 600px) {
          .footer .inner ul li {
            padding: 0; }
            .footer .inner ul li:before {
              display: none; } }
        .footer .inner ul li a {
          color: #666666;
          font-size: 17px;
          font-weight: normal; }
  .footer .accreditations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px auto 30px;
    max-width: 100%;
    width: 850px; }
    @media (max-width: 767px) {
      .footer .accreditations {
        display: block;
        text-align: center; } }
    .footer .accreditations img {
      height: 60px !important; }
      @media (max-width: 767px) {
        .footer .accreditations img {
          display: inline-block;
          margin: 10px; } }
  .footer .copyright-notice {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    text-align: center; }
    .footer .copyright-notice * {
      color: inherit;
      font-family: inherit;
      font-size: 1em;
      font-style: inherit;
      font-weight: inherit;
      line-height: inherit; }
    .footer .copyright-notice strong {
      font-weight: 700; }
    .footer .copyright-notice p {
      margin: 0; }
    .footer .copyright-notice p + p {
      margin-top: 10px; }
