@charset "UTF-8";
/*darker than turqoise*/
/*slightly darker than grey*/
/*light blue from IJGS*/
/*light blue with transparency from IJGS*/
/*light blue with transparency from IJGS*/
/* dark blue from IGGS*/
/* dark blue from IGGS*/
.white {
  background-color: #ffffff; }

.turquoise {
  background-color: #00acbd; }

.teal {
  background-color: #008b93; }

.light-blue {
  background-color: #47BFEA; }

.medium-blue {
  background-color: #b2e6eb; }

.black {
  background-color: #FFFFFF; }

/*To parse multiple variables, use double brackets, eg.: @include transition((opacity 0.5s, width 0.2s));*/
@font-face {
  font-family: "Poppins Regular";
  src: url("fonts/poppins/Poppins-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Poppins Light";
  src: url("fonts/poppins/Poppins-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Monsterrat";
  src: url("fonts/monserrat/Monserrat-Regular.otf") format("opentype"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

img {
  border: 0;
  vertical-align: middle; }

object,
embed {
  height: 100%; }

html {
  width: 100%;
  margin-top: 0px !important;
  background-color: #424243; }

body {
  font-family: 'Poppins Regular', sans-serif;
  font-size: 0px;
  color: #FFFFFF; }

#site-inner {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative; }

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%; }

.wrapper-full-width {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }

section,
footer {
  clear: both;
  width: 100%;
  display: inline-block;
  background-position: center center;
  margin-top: -1px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: cover;
  -moz-transition: cover;
  -ms-transition: cover;
  -o-transition: cover;
  transition: cover; }

ul,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: none;
  letter-spacing: 2px; }

h2 {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 2px; }

h3 {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: none; }

h4 {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-transform: none;
  line-height: 25px; }

p {
  font-family: 'Poppins Light', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 22px;
  word-spacing: 2px; }

.anchor-marker {
  display: block;
  margin-top: 0px; }

input:focus {
  outline: none; }

button:focus {
  outline: 0; }

.footer-main {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .footer-main .wrapper, .footer-main .wrapper-full-width {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    .footer-main .wrapper div, .footer-main .wrapper nav, .footer-main .wrapper-full-width div, .footer-main .wrapper-full-width nav {
      margin-left: 60px;
      margin-right: 60px;
      vertical-align: middle; }
      @media screen and (max-width: 2000px) {
        .footer-main .wrapper div, .footer-main .wrapper nav, .footer-main .wrapper-full-width div, .footer-main .wrapper-full-width nav {
          margin-left: 30px;
          margin-right: 30px; } }
    .footer-main .wrapper .footer-logo, .footer-main .wrapper-full-width .footer-logo {
      display: inline-block;
      max-width: 200px; }
      .footer-main .wrapper .footer-logo:hover, .footer-main .wrapper-full-width .footer-logo:hover {
        opacity: 0.6; }
      .footer-main .wrapper .footer-logo:active, .footer-main .wrapper-full-width .footer-logo:active {
        opacity: 0.8; }
    .footer-main .wrapper .nav-site, .footer-main .wrapper-full-width .nav-site {
      display: inline-block;
      text-align: center; }
      .footer-main .wrapper .nav-site .menu-footer-menu-container, .footer-main .wrapper-full-width .nav-site .menu-footer-menu-container {
        margin-left: 0px;
        margin-right: 0px; }
      .footer-main .wrapper .nav-site ul, .footer-main .wrapper-full-width .nav-site ul {
        display: inline-block;
        text-align: center;
        margin-top: 10px; }
        .footer-main .wrapper .nav-site ul li, .footer-main .wrapper-full-width .nav-site ul li {
          display: inline-block;
          text-align: center;
          margin-top: 20px; }
          .footer-main .wrapper .nav-site ul li:hover, .footer-main .wrapper-full-width .nav-site ul li:hover {
            opacity: 0.6; }
          .footer-main .wrapper .nav-site ul li:active, .footer-main .wrapper-full-width .nav-site ul li:active {
            opacity: 0.8; }
          .footer-main .wrapper .nav-site ul li:nth-child(1), .footer-main .wrapper-full-width .nav-site ul li:nth-child(1) {
            margin-left: 0px; }
          @media screen and (max-width: 2000px) {
            .footer-main .wrapper .nav-site ul li, .footer-main .wrapper-full-width .nav-site ul li {
              margin-left: 30px; } }
          @media screen and (max-width: 768px) {
            .footer-main .wrapper .nav-site ul li, .footer-main .wrapper-full-width .nav-site ul li {
              margin-left: 20px;
              font-size: 15px; } }

.hero_wrapper {
  display: block;
  position: relative;
  padding: none;
  margin-bottom: -6px; }
  @media (max-width: 767px) {
    .hero_wrapper {
      margin-top: -9px; } }
  .hero_wrapper .hero_panel {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.vid_wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  max-height: 820px;
  overflow: hidden; }
  .vid_wrapper .hero_video {
    height: 100%; }
    .vid_wrapper .hero_video video {
      width: 100%;
      height: 100%;
      position: relative;
      object-fit: cover;
      transition: all 0.5s ease; }
      @media (max-width: 1999px) {
        .vid_wrapper .hero_video video {
          top: -0px; } }
      @media (max-width: 1439px) {
        .vid_wrapper .hero_video video {
          top: 0px; } }

.slogan_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #1BB5E9;
  height: auto; }
  .slogan_wrapper.white {
    background-color: white; }
    .slogan_wrapper.white .slogan h1 {
      display: inline-block;
      width: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      color: white;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: lighter;
      text-align: right; }
      @media (max-width: 1299px) {
        .slogan_wrapper.white .slogan h1 {
          font-size: 22px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.white .slogan h1 {
          font-size: 18px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.white .slogan h1 {
          font-size: 16px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.white .slogan h1 {
          font-size: 10px; } }
    .slogan_wrapper.white .slogan h1::before {
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: white;
      content: "";
      vertical-align: top;
      top: 13px;
      left: auto;
      margin-right: 15px; }
      @media (max-width: 1299px) {
        .slogan_wrapper.white .slogan h1::before {
          top: 12px;
          width: 10px;
          height: 10px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.white .slogan h1::before {
          top: 8px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.white .slogan h1::before {
          top: 8px;
          width: 8px;
          height: 8px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.white .slogan h1::before {
          width: 6px;
          height: 6px;
          top: 5px; } }
    .slogan_wrapper.white .slogan h1:first-child:before {
      height: 0px;
      width: 0px;
      display: none; }
  .slogan_wrapper.blue {
    background-color: #1BB5E9; }
    .slogan_wrapper.blue .slogan h1 {
      display: inline-block;
      width: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      color: white;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: lighter;
      text-align: right; }
      @media (max-width: 1299px) {
        .slogan_wrapper.blue .slogan h1 {
          font-size: 22px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.blue .slogan h1 {
          font-size: 18px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.blue .slogan h1 {
          font-size: 16px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.blue .slogan h1 {
          font-size: 10px; } }
    .slogan_wrapper.blue .slogan h1::before {
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: white;
      content: "";
      vertical-align: top;
      top: 13px;
      left: auto;
      margin-right: 15px; }
      @media (max-width: 1299px) {
        .slogan_wrapper.blue .slogan h1::before {
          top: 12px;
          width: 10px;
          height: 10px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.blue .slogan h1::before {
          top: 8px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.blue .slogan h1::before {
          top: 8px;
          width: 8px;
          height: 8px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.blue .slogan h1::before {
          width: 6px;
          height: 6px;
          top: 5px; } }
    .slogan_wrapper.blue .slogan h1:first-child:before {
      height: 0px;
      width: 0px;
      display: none; }
  .slogan_wrapper.charcoal {
    background-color: #424243; }
    .slogan_wrapper.charcoal .slogan h1 {
      display: inline-block;
      width: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      color: white;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: lighter;
      text-align: right; }
      @media (max-width: 1299px) {
        .slogan_wrapper.charcoal .slogan h1 {
          font-size: 22px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.charcoal .slogan h1 {
          font-size: 18px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.charcoal .slogan h1 {
          font-size: 16px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.charcoal .slogan h1 {
          font-size: 10px; } }
    .slogan_wrapper.charcoal .slogan h1::before {
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: white;
      content: "";
      vertical-align: top;
      top: 13px;
      left: auto;
      margin-right: 15px; }
      @media (max-width: 1299px) {
        .slogan_wrapper.charcoal .slogan h1::before {
          top: 12px;
          width: 10px;
          height: 10px; } }
      @media (max-width: 1023px) {
        .slogan_wrapper.charcoal .slogan h1::before {
          top: 8px; } }
      @media (max-width: 767px) {
        .slogan_wrapper.charcoal .slogan h1::before {
          top: 8px;
          width: 8px;
          height: 8px; } }
      @media (max-width: 649px) {
        .slogan_wrapper.charcoal .slogan h1::before {
          width: 6px;
          height: 6px;
          top: 5px; } }
    .slogan_wrapper.charcoal .slogan h1:first-child:before {
      height: 0px;
      width: 0px;
      display: none; }

.general_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -13px; }
  .general_wrapper.white {
    background-color: #ffffff; }
    .general_wrapper.white h1 {
      color: #1BB5E9; }
    .general_wrapper.white h1,
    .general_wrapper.white h2 {
      text-transform: uppercase; }
    .general_wrapper.white h2,
    .general_wrapper.white p {
      color: black; }
    .general_wrapper.white h1:before {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 25px;
      border-radius: 50%;
      background-color: #1BB5E9;
      content: "";
      vertical-align: top;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.white h1:before {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-right: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.white h1:before {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.white h1:after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 25px;
      border-radius: 50%;
      background-color: #1BB5E9;
      content: "";
      vertical-align: top;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.white h1:after {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-left: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.white h1:after {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.white .button_default {
      margin-top: 50px; }
      .general_wrapper.white .button_default a {
        margin: 0 auto;
        font-size: 16px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 18px;
        padding-bottom: 18px;
        background-color: #1BB5E9;
        color: white;
        cursor: pointer;
        text-transform: uppercase; }
  .general_wrapper.blue {
    background-color: #1BB5E9; }
    .general_wrapper.blue h1,
    .general_wrapper.blue h2,
    .general_wrapper.blue p {
      color: white; }
    .general_wrapper.blue h1:before {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 25px;
      border-radius: 50%;
      background-color: #ffffff;
      content: "";
      vertical-align: top;
      margin-top: 24px;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.blue h1:before {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-right: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.blue h1:before {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.blue h1:after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 25px;
      border-radius: 50%;
      background-color: #ffffff;
      content: "";
      vertical-align: top;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.blue h1:after {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-left: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.blue h1:after {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.blue .button_default {
      margin-top: 50px; }
      .general_wrapper.blue .button_default a {
        margin: 0 auto;
        font-size: 16px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 18px;
        padding-bottom: 18px;
        background-color: #424243;
        color: white;
        cursor: pointer;
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .general_wrapper.blue .button_default a {
            font-size: 16px;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 15px;
            padding-bottom: 15px; } }
  .general_wrapper.charcoal {
    background-color: #424243; }
    .general_wrapper.charcoal h1,
    .general_wrapper.charcoal h2,
    .general_wrapper.charcoal p {
      color: white; }
    .general_wrapper.charcoal h1:before {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 25px;
      border-radius: 50%;
      background-color: #ffffff;
      border: solid 1px;
      content: "";
      vertical-align: top;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.charcoal h1:before {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-right: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.charcoal h1:before {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.charcoal h1:after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 25px;
      border-radius: 50%;
      background-color: #ffffff;
      border: solid 1px;
      content: "";
      vertical-align: top;
      margin-top: 26px; }
      @media (max-width: 1023px) {
        .general_wrapper.charcoal h1:after {
          width: 10px;
          height: 10px;
          margin-top: 22px;
          margin-left: 15px; } }
      @media (max-width: 649px) {
        .general_wrapper.charcoal h1:after {
          width: 8px;
          height: 8px;
          margin-top: 15px; } }
    .general_wrapper.charcoal .button_default {
      margin-top: 50px; }
      .general_wrapper.charcoal .button_default a {
        margin: 0 auto;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #1BB5E9;
        color: white;
        cursor: pointer;
        text-transform: uppercase; }
  .general_wrapper.image h1 {
    color: #1BB5E9; }
  .general_wrapper.image h2,
  .general_wrapper.image p {
    color: black; }
  .general_wrapper.image h1:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 25px;
    border-radius: 50%;
    background-color: #1BB5E9;
    border: solid 1px;
    content: "";
    vertical-align: top;
    margin-top: 12px; }
    @media (max-width: 1023px) {
      .general_wrapper.image h1:before {
        width: 8px;
        height: 8px;
        margin-top: 14px;
        margin-right: 15px; } }
    @media (max-width: 649px) {
      .general_wrapper.image h1:before {
        width: 6px;
        height: 6px;
        margin-top: 12px; } }
  .general_wrapper.image h1:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 25px;
    border-radius: 50%;
    background-color: #1BB5E9;
    border: solid 1px;
    content: "";
    vertical-align: top;
    margin-top: 12px; }
    @media (max-width: 1023px) {
      .general_wrapper.image h1:after {
        width: 8px;
        height: 8px;
        margin-top: 14px;
        margin-left: 15px; } }
    @media (max-width: 649px) {
      .general_wrapper.image h1:after {
        width: 6px;
        height: 6px;
        margin-top: 12px; } }
  .general_wrapper .general_content {
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media (max-width: 1439px) {
      .general_wrapper .general_content {
        width: 70%; } }
    @media (max-width: 1023px) {
      .general_wrapper .general_content {
        width: 80%; } }
    @media (max-width: 767px) {
      .general_wrapper .general_content {
        width: 90%; } }
    .general_wrapper .general_content h1,
    .general_wrapper .general_content h2,
    .general_wrapper .general_content p {
      margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .general_wrapper .general_content h1 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .general_wrapper .general_content h1 {
        font-size: 30px; } }
    @media (max-width: 649px) {
      .general_wrapper .general_content h1 {
        font-size: 25px; } }
    @media (max-width: 1023px) {
      .general_wrapper .general_content h2 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .general_wrapper .general_content h2 {
        font-size: 18px; } }
    @media (max-width: 1023px) {
      .general_wrapper .general_content p {
        font-size: 16px; } }

.half-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0px; }
  .half-wrapper .half_size {
    display: inline-block;
    width: 50%;
    height: 550px;
    vertical-align: top;
    margin: 0 auto; }
    @media (max-width: 1299px) {
      .half-wrapper .half_size {
        width: 100%;
        display: block; } }
    .half-wrapper .half_size.light-blue {
      background-color: #47BFEA;
      color: white; }
    .half-wrapper .half_size.blue {
      background-color: #1BB5E9;
      color: white; }
    .half-wrapper .half_size.dark-blue {
      background-color: #1AB3E8;
      color: white; }
    .half-wrapper .half_size .half_content {
      width: 100%;
      height: 100%; }
      .half-wrapper .half_size .half_content .half_image {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%; }
      .half-wrapper .half_size .half_content .half_words {
        margin-top: 80px; }
        @media (max-width: 1299px) {
          .half-wrapper .half_size .half_content .half_words {
            margin-top: 0px;
            padding-top: 80px; } }
        .half-wrapper .half_size .half_content .half_words h1 {
          text-transform: uppercase;
          padding-bottom: 40px;
          font-weight: lighter; }
          @media (max-width: 1023px) {
            .half-wrapper .half_size .half_content .half_words h1 {
              font-size: 35px; } }
          .half-wrapper .half_size .half_content .half_words h1:after {
            display: block;
            position: relative;
            text-align: center;
            margin: 0 auto;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ffffff;
            content: "";
            vertical-align: top;
            margin-top: 24px; }
            @media (max-width: 1023px) {
              .half-wrapper .half_size .half_content .half_words h1:after {
                width: 8px;
                height: 8px; } }
        .half-wrapper .half_size .half_content .half_words h2,
        .half-wrapper .half_size .half_content .half_words p {
          padding-bottom: 50px;
          width: 60%;
          height: 200px;
          margin: 0 auto;
          line-height: 25px;
          font-weight: lighter; }
          @media (max-width: 1023px) {
            .half-wrapper .half_size .half_content .half_words h2,
            .half-wrapper .half_size .half_content .half_words p {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .half-wrapper .half_size .half_content .half_words h2,
            .half-wrapper .half_size .half_content .half_words p {
              width: 80%; } }
        .half-wrapper .half_size .half_content .half_words .button_default {
          position: relative;
          width: 100%; }
          .half-wrapper .half_size .half_content .half_words .button_default a {
            margin: 0 auto;
            font-size: 16px;
            padding-left: 35px;
            padding-right: 35px;
            padding-top: 18px;
            padding-bottom: 18px;
            background-color: #424243;
            color: white;
            cursor: pointer;
            text-transform: uppercase; }
            @media (max-width: 1023px) {
              .half-wrapper .half_size .half_content .half_words .button_default a {
                font-size: 16px; } }
  .half-wrapper.blue .half_size {
    color: white; }
    .half-wrapper.blue .half_size:nth-child(4n+1), .half-wrapper.blue .half_size:nth-child(4n+4) {
      background-color: #1BB5E9; }
    .half-wrapper.blue .half_size:nth-child(4n+2), .half-wrapper.blue .half_size:nth-child(4n+3) {
      background-color: #47BFEA; }
    @media (max-width: 1299px) {
      .half-wrapper.blue .half_size:nth-child(even) {
        background-color: #1BB5E9; }
      .half-wrapper.blue .half_size:nth-child(odd) {
        background-color: #47BFEA; } }
  .half-wrapper.grey .half_size {
    color: white; }
    .half-wrapper.grey .half_size:nth-child(4n+1), .half-wrapper.grey .half_size:nth-child(4n+4) {
      background-color: grey; }
    .half-wrapper.grey .half_size:nth-child(4n+2), .half-wrapper.grey .half_size:nth-child(4n+3) {
      background-color: lightgrey; }

.columns_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  background-color: white;
  vertical-align: top; }
  .columns_wrapper.light_grey {
    background-color: #e1e1e1; }
  .columns_wrapper .columns_header {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin: 0 auto; }
    .columns_wrapper .columns_header p {
      text-transform: uppercase;
      font-size: 40px;
      line-height: 42px;
      color: black;
      font-family: 'Poppins Regular', sans-serif; }
      @media (max-width: 1023px) {
        .columns_wrapper .columns_header p {
          font-size: 35px; } }
      .columns_wrapper .columns_header p strong {
        color: #1BB5E9; }
  .columns_wrapper .column_items {
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .columns_wrapper .column_items {
        width: 50%;
        margin-top: 40px; } }
    .columns_wrapper .column_items p {
      display: inline-block;
      color: grey; }
    @media (max-width: 1023px) {
      .columns_wrapper .column_items .s1 {
        font-size: 16px; } }
    .columns_wrapper .column_items .s1:before {
      display: inline-block;
      position: relative;
      content: ' " ';
      font-weight: bold;
      letter-spacing: 1px;
      vertical-align: top;
      color: #1BB5E9; }
    .columns_wrapper .column_items .s1:after {
      display: inline-block;
      position: relative;
      content: ' " ';
      font-weight: bold;
      vertical-align: top;
      color: #1BB5E9; }
    .columns_wrapper .column_items .quote {
      margin-top: 10px;
      display: inline-block;
      font-weight: lighter;
      color: grey;
      font-style: italic;
      font-size: 16px; }
      .columns_wrapper .column_items .quote:before {
        display: inline-block;
        position: relative;
        content: "-";
        vertical-align: top; }

.insights_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px; }
  .insights_wrapper.white {
    background-color: white; }
  .insights_wrapper.light_grey {
    background-color: #e1e1e1; }
  .insights_wrapper .insight_panel_header {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center; }
    .insights_wrapper .insight_panel_header h1 {
      color: #1BB5E9; }
  .insights_wrapper .insight_item_wrapper {
    display: inline-block;
    position: relative;
    width: 550px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-left: 50px;
    margin-right: 50px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .insights_wrapper .insight_item_wrapper {
        display: inline;
        position: relative;
        width: 400px;
        margin-left: 3%;
        margin-top: 2%;
        margin-right: auto; } }
    .insights_wrapper .insight_item_wrapper .insight_image_wrapper {
      display: inline-block;
      position: relative;
      width: 134px;
      height: 134px;
      left: 0px;
      top: 0px;
      float: left; }
      @media (max-width: 767px) {
        .insights_wrapper .insight_item_wrapper .insight_image_wrapper {
          width: 110px;
          height: 110px;
          margin-left: 5%;
          margin-right: 2%; } }
      .insights_wrapper .insight_item_wrapper .insight_image_wrapper .insight_image {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
    .insights_wrapper .insight_item_wrapper .insight_content_wrapper {
      width: 60%;
      height: 100%;
      display: inline-block;
      position: relative;
      text-align: left; }
      @media (max-width: 767px) {
        .insights_wrapper .insight_item_wrapper .insight_content_wrapper {
          margin-left: auto;
          margin-right: auto; } }
      .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_header {
        width: 80%;
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 30px;
        color: black; }
        @media (max-width: 767px) {
          .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_header {
            font-size: 20px;
            width: 90%; } }
      .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_content {
        margin-bottom: 40px;
        width: 100%;
        max-height: 400px; }
        @media (max-width: 1023px) {
          .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_content {
            width: 80%; } }
        .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_content p {
          color: grey;
          margin-bottom: 50px; }
          @media (max-width: 767px) {
            .insights_wrapper .insight_item_wrapper .insight_content_wrapper .insight_item_content p {
              font-size: 15px;
              width: 100%; } }
      .insights_wrapper .insight_item_wrapper .insight_content_wrapper .button_default {
        display: block;
        position: relative;
        margin-bottom: 20px; }
        .insights_wrapper .insight_item_wrapper .insight_content_wrapper .button_default a {
          margin: 0 auto;
          font-size: 20px;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 5px;
          padding-bottom: 5px;
          margin-bottom: 0px;
          background-color: #1BB5E9;
          color: white;
          cursor: pointer;
          text-transform: uppercase; }
          @media (max-width: 1023px) {
            .insights_wrapper .insight_item_wrapper .insight_content_wrapper .button_default a {
              font-size: 16px; } }

.contact_wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: -1px; }
  .contact_wrapper .contact_content_wrapper {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 130px; }
    @media (max-width: 1299px) {
      .contact_wrapper .contact_content_wrapper {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .contact_wrapper .contact_content_wrapper {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .contact_wrapper .contact_content_wrapper .contact_us {
      display: inline-block;
      position: relative;
      width: 400px;
      left: 0px;
      font-size: 50px;
      margin-right: 100px;
      padding-bottom: 10px;
      color: white;
      text-transform: uppercase;
      text-align: left; }
      @media (max-width: 1299px) {
        .contact_wrapper .contact_content_wrapper .contact_us {
          width: 300px;
          font-size: 40px;
          float: left;
          display: inline-block;
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .contact_wrapper .contact_content_wrapper .contact_us {
          font-size: 30px;
          margin: 0 auto;
          float: none;
          text-align: center; } }
    .contact_wrapper .contact_content_wrapper .phone_wrapper {
      display: inline-block;
      width: 350px;
      margin: 0 auto;
      margin-left: 0px;
      margin-right: 20px;
      text-align: left; }
      @media (max-width: 1299px) {
        .contact_wrapper .contact_content_wrapper .phone_wrapper {
          display: block;
          margin-top: 50px;
          margin-left: 50px;
          margin-right: 0px; } }
      @media (max-width: 767px) {
        .contact_wrapper .contact_content_wrapper .phone_wrapper {
          margin-top: 15px;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      .contact_wrapper .contact_content_wrapper .phone_wrapper .phone_icon {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px;
        top: 5px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .contact_wrapper .contact_content_wrapper .phone_wrapper .phone_icon {
            width: 30px;
            height: 30px;
            background-size: cover;
            top: 0px; } }
      .contact_wrapper .contact_content_wrapper .phone_wrapper .phone_number {
        display: inline-block;
        position: relative;
        font-size: 40px;
        color: white;
        top: -8px; }
        @media (max-width: 767px) {
          .contact_wrapper .contact_content_wrapper .phone_wrapper .phone_number {
            font-size: 30px; } }
    .contact_wrapper .contact_content_wrapper .social_wrapper {
      display: inline-block;
      position: relative;
      width: 150px;
      margin-top: 10px; }
      @media (max-width: 1299px) {
        .contact_wrapper .contact_content_wrapper .social_wrapper {
          float: right;
          margin-top: -115px;
          margin-right: 50px; } }
      @media (max-width: 767px) {
        .contact_wrapper .contact_content_wrapper .social_wrapper {
          margin-top: 0px;
          float: none;
          margin-left: auto;
          margin-right: auto;
          width: 100px; } }
      .contact_wrapper .contact_content_wrapper .social_wrapper .social_item {
        font-size: 0px;
        display: inline-block; }
        .contact_wrapper .contact_content_wrapper .social_wrapper .social_item a .social_icon {
          background-size: 70%;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          width: 50px;
          height: 50px; }
          @media (max-width: 767px) {
            .contact_wrapper .contact_content_wrapper .social_wrapper .social_item a .social_icon {
              width: 40px;
              height: 40px;
              background-size: 60%; } }
  .contact_wrapper .default_button {
    display: inline-block;
    vertical-align: middle;
    margin-top: -48px;
    margin-left: 50px; }
    @media (max-width: 1299px) {
      .contact_wrapper .default_button {
        float: right;
        margin-top: -40px;
        margin-right: 50px; } }
    @media (max-width: 767px) {
      .contact_wrapper .default_button {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: -30px; } }
    .contact_wrapper .default_button a {
      margin: 0 auto;
      font-size: 20px;
      padding-left: 55px;
      padding-right: 30px;
      padding-top: 12px;
      padding-bottom: 10px;
      margin-bottom: 0px;
      background-color: #1BB5E9;
      color: white;
      cursor: pointer;
      background-image: url("images/mail.png");
      background-repeat: no-repeat;
      background-position: 15px 15px;
      background-size: 25px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .contact_wrapper .default_button a {
          font-size: 16px; } }

.copyright_wrapper {
  display: block;
  position: relative;
  width: 100%;
  background-color: #414143;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  top: -1px;
  font-size: 16px; }
  @media (max-width: 1299px) {
    .copyright_wrapper {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .copyright_wrapper {
      font-size: 10px;
      margin: 0 auto;
      text-align: center; } }
  .copyright_wrapper .copyright {
    display: inline-block;
    margin-left: 50px;
    padding-right: 5px;
    border-right: 1px solid;
    font-size: 16px; }
    @media (max-width: 767px) {
      .copyright_wrapper .copyright {
        display: block;
        font-size: 10px;
        margin: 0 auto;
        text-align: center; } }
    .copyright_wrapper .copyright:before {
      display: inline-block;
      background-image: url("images/circle_blue.png");
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: 0px 5px;
      width: 15px;
      height: 15px;
      content: "";
      margin-right: 10px; }
      @media (max-width: 767px) {
        .copyright_wrapper .copyright:before {
          width: 8px;
          height: 8px;
          background-size: 6px;
          background-position: 0px; } }
  .copyright_wrapper .privacy {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid; }
  .copyright_wrapper .tandc {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid; }
  .copyright_wrapper .abn {
    display: inline-block; }

header {
  width: 100%;
  height: 100px;
  display: inline-block;
  position: relative;
  background-color: #424243;
  text-align: right;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 50px 20px;
  font-size: 0px;
  z-index: 999; }
  @media (max-width: 1023px) {
    header {
      background-size: 250px;
      background-position: 30px 25px;
      height: 85px; } }
  @media (max-width: 767px) {
    header {
      background-size: 180px;
      background-position: 30px 28px; } }
  header nav.nav-menu {
    float: right;
    font-size: 0px;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      header nav.nav-menu {
        background-color: #424243;
        position: fixed;
        z-index: 998;
        top: 85px;
        left: 0px;
        height: 100%;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
    @media only screen and (max-width: 500px) {
      header nav.nav-menu {
        top: 85px; } }
    @media only screen and (max-width: 1000px) {
      header nav.nav-menu.open {
        max-height: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; } }
    header nav.nav-menu .menu-header-menu-container {
      font-size: 0px; }
      @media (max-width: 1023px) {
        header nav.nav-menu .menu-header-menu-container {
          background-size: 250px;
          background-position: 40px 30px; } }
      header nav.nav-menu .menu-header-menu-container ul {
        margin-right: 40px; }
      header nav.nav-menu .menu-header-menu-container ul,
      header nav.nav-menu .menu-header-menu-container li {
        display: inline-block;
        margin-top: 20px;
        padding-bottom: 20px;
        color: white;
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 16px; }
      @media only screen and (max-width: 1000px) {
        header nav.nav-menu .menu-header-menu-container {
          margin: 0px;
          padding: 0px;
          position: absolute;
          top: 40%;
          left: 0px;
          width: 100%;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
          header nav.nav-menu .menu-header-menu-container ul {
            display: block;
            margin: 0px;
            padding: 0px; }
          header nav.nav-menu .menu-header-menu-container li {
            display: block;
            text-align: center;
            font-size: 30px;
            margin-left: 0px; }
            header nav.nav-menu .menu-header-menu-container li:before {
              content: "• ";
              margin-right: 8px; }
            header nav.nav-menu .menu-header-menu-container li:after {
              content: " •";
              margin-left: 8px; } }
      @media only screen and (max-width: 500px) {
        header nav.nav-menu .menu-header-menu-container li {
          font-size: 25px;
          margin-top: 15px;
          padding-bottom: 15px; } }
      header nav.nav-menu .menu-header-menu-container li.current-menu-item {
        color: #1BB5E9;
        background-image: url("images/circle_blue.png");
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: 50% 30px; }
        header nav.nav-menu .menu-header-menu-container li.current-menu-item.stop_current {
          color: #ffffff;
          background-image: none; }
        @media only screen and (max-width: 1000px) {
          header nav.nav-menu .menu-header-menu-container li.current-menu-item {
            background: none; } }
  header .burger-menu {
    background: transparent;
    position: relative;
    width: 40px;
    height: 30px;
    margin-top: 3px;
    float: right;
    right: 35px;
    top: 25px;
    z-index: 1001;
    display: none; }
    @media only screen and (max-width: 1000px) {
      header .burger-menu {
        display: inline-block;
        top: 30px; } }
    header .burger-menu:before, header .burger-menu:after {
      background: #ffffff;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      height: 3px;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      width: 100%; }
    header .burger-menu:before {
      -webkit-box-shadow: #ffffff 0 15px 0 0;
      -moz-box-shadow: #ffffff 0 15px 0 0;
      -ms-box-shadow: #ffffff 0 15px 0 0;
      -o-box-shadow: #ffffff 0 15px 0 0;
      box-shadow: #ffffff 0 15px 0 0;
      position: absolute;
      top: 0; }
    header .burger-menu:after {
      position: absolute;
      top: 100%; }
    header .burger-menu.open:before, header .burger-menu.open:after {
      -webkit-transition: all 0.75s;
      -moz-transition: all 0.75s;
      -ms-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition: all 0.75s; }
    header .burger-menu.open:before {
      -webkit-box-shadow: transparent 0 0 0 0;
      -moz-box-shadow: transparent 0 0 0 0;
      -ms-box-shadow: transparent 0 0 0 0;
      -o-box-shadow: transparent 0 0 0 0;
      box-shadow: transparent 0 0 0 0;
      top: 50%;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
    header .burger-menu.open:after {
      top: 50%;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg);
      margin-top: 0px; }
    @media only screen and (max-width: 500px) {
      header .burger-menu {
        width: 28px;
        height: 20px;
        margin-top: 2px; }
        header .burger-menu:before, header .burger-menu:after {
          height: 2px; }
        header .burger-menu:before {
          -webkit-box-shadow: #ffffff 0 10px 0 0;
          -moz-box-shadow: #ffffff 0 10px 0 0;
          -ms-box-shadow: #ffffff 0 10px 0 0;
          -o-box-shadow: #ffffff 0 10px 0 0;
          box-shadow: #ffffff 0 10px 0 0; } }

.blue_circle_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  top: -1px; }
  .blue_circle_wrapper.white {
    background-color: white; }
    .blue_circle_wrapper.white .blue_circle_content {
      width: 90%;
      margin: 0 auto; }
      .blue_circle_wrapper.white .blue_circle_content .blue_header {
        margin-top: 80px;
        margin-bottom: 20px; }
      .blue_circle_wrapper.white .blue_circle_content .blue_sub_header {
        margin-bottom: 50px; }
      .blue_circle_wrapper.white .blue_circle_content .blue_item {
        display: inline-block;
        position: relative;
        width: 300px;
        margin-left: 2%;
        margin-right: 2%;
        vertical-align: top; }
        @media (max-width: 1299px) {
          .blue_circle_wrapper.white .blue_circle_content .blue_item {
            width: 30%; } }
        @media (max-width: 767px) {
          .blue_circle_wrapper.white .blue_circle_content .blue_item {
            width: 60%;
            margin-left: 10px;
            margin-right: 10px; } }
        .blue_circle_wrapper.white .blue_circle_content .blue_item .blue_image_wrapper {
          width: 120px;
          height: 120px;
          margin: 0 auto;
          margin-bottom: 20px; }
          .blue_circle_wrapper.white .blue_circle_content .blue_item .blue_image_wrapper .blue_image {
            width: 100%;
            height: 100%;
            background-size: 80px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-color: #1BB5E9;
            border-radius: 50%; }
        .blue_circle_wrapper.white .blue_circle_content .blue_item .blue_content {
          display: block;
          text-align: center;
          margin-bottom: 50px;
          margin-top: 20px;
          color: #1BB5E9; }
          @media (max-width: 767px) {
            .blue_circle_wrapper.white .blue_circle_content .blue_item .blue_content {
              width: 80%; } }
  .blue_circle_wrapper.light_grey {
    background-color: #e1e1e1; }
    .blue_circle_wrapper.light_grey .blue_circle_content {
      width: 80%;
      max-width: 1200px;
      margin: 0 auto; }
      .blue_circle_wrapper.light_grey .blue_circle_content .blue_header {
        margin-top: 80px;
        margin-bottom: 20px; }
      .blue_circle_wrapper.light_grey .blue_circle_content .blue_sub_header {
        margin-bottom: 50px; }
      .blue_circle_wrapper.light_grey .blue_circle_content .blue_item {
        display: inline-block;
        position: relative;
        width: 300px;
        margin-left: 2%;
        margin-right: 2%;
        vertical-align: top; }
        @media (max-width: 1023px) {
          .blue_circle_wrapper.light_grey .blue_circle_content .blue_item {
            width: 30%; } }
        @media (max-width: 767px) {
          .blue_circle_wrapper.light_grey .blue_circle_content .blue_item {
            width: 60%;
            margin-left: 10px;
            margin-right: 10px; } }
        .blue_circle_wrapper.light_grey .blue_circle_content .blue_item .blue_image_wrapper {
          width: 120px;
          height: 120px;
          margin: 0 auto;
          margin-bottom: 20px; }
          .blue_circle_wrapper.light_grey .blue_circle_content .blue_item .blue_image_wrapper .blue_image {
            width: 100%;
            height: 100%;
            background-size: 80px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-color: #1BB5E9;
            border-radius: 50%; }
        .blue_circle_wrapper.light_grey .blue_circle_content .blue_item .blue_content {
          display: block;
          text-align: center;
          margin-bottom: 50px;
          margin-top: 20px;
          color: #1BB5E9; }

.team_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: white; }
  .team_wrapper a {
    width: 100%;
    height: 100%;
    display: inline-block; }
  .team_wrapper .team_header_wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 80px; }
    @media (max-width: 1023px) {
      .team_wrapper .team_header_wrapper {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .team_wrapper .team_header_wrapper.white {
      background-color: white; }
    .team_wrapper .team_header_wrapper.blue {
      background-color: #1BB5E9; }
    .team_wrapper .team_header_wrapper.charcoal {
      background-color: #424243; }
    .team_wrapper .team_header_wrapper .team_header.white {
      color: blue;
      font-size: 45px; }
      @media (max-width: 1023px) {
        .team_wrapper .team_header_wrapper .team_header.white {
          font-size: 35px; } }
      .team_wrapper .team_header_wrapper .team_header.white:before {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 25px;
        border-radius: 50%;
        background-color: #1BB5E9;
        content: "";
        vertical-align: top;
        margin-top: 14px; }
        @media (max-width: 1023px) {
          .team_wrapper .team_header_wrapper .team_header.white:before {
            width: 6px;
            height: 6px;
            margin-top: 12px; } }
        @media (max-width: 767px) {
          .team_wrapper .team_header_wrapper .team_header.white:before {
            margin-top: 8px; } }
      .team_wrapper .team_header_wrapper .team_header.white:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 25px;
        border-radius: 50%;
        background-color: #1BB5E9;
        content: "";
        vertical-align: top;
        margin-top: 14px; }
        @media (max-width: 1023px) {
          .team_wrapper .team_header_wrapper .team_header.white:after {
            width: 6px;
            height: 6px;
            margin-top: 12px; } }
        @media (max-width: 767px) {
          .team_wrapper .team_header_wrapper .team_header.white:after {
            margin-top: 8px; } }
    .team_wrapper .team_header_wrapper .team_header.blue {
      color: white;
      font-size: 40px; }
    .team_wrapper .team_header_wrapper .team_header.charcoal {
      color: white;
      font-size: 45px; }
      @media (max-width: 1023px) {
        .team_wrapper .team_header_wrapper .team_header.charcoal {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .team_wrapper .team_header_wrapper .team_header.charcoal {
          font-size: 25px; } }
      .team_wrapper .team_header_wrapper .team_header.charcoal:before {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 25px;
        border-radius: 50%;
        background-color: #ffffff;
        content: "";
        vertical-align: top;
        margin-top: 28px; }
        @media (max-width: 1023px) {
          .team_wrapper .team_header_wrapper .team_header.charcoal:before {
            width: 6px;
            height: 6px;
            margin-top: 25px;
            margin-right: 10px; } }
        @media (max-width: 767px) {
          .team_wrapper .team_header_wrapper .team_header.charcoal:before {
            margin-top: 16px; } }
      .team_wrapper .team_header_wrapper .team_header.charcoal:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 25px;
        border-radius: 50%;
        background-color: #ffffff;
        content: "";
        vertical-align: top;
        margin-top: 28px; }
        @media (max-width: 1023px) {
          .team_wrapper .team_header_wrapper .team_header.charcoal:after {
            width: 6px;
            height: 6px;
            margin-top: 25px;
            margin-left: 10px; } }
        @media (max-width: 767px) {
          .team_wrapper .team_header_wrapper .team_header.charcoal:after {
            margin-top: 16px; } }
  .team_wrapper .team_member_wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: white; }
    @media (max-width: 1299px) {
      .team_wrapper .team_member_wrapper {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; } }
    @media (max-width: 1023px) {
      .team_wrapper .team_member_wrapper {
        display: block;
        width: 80%; } }
    .team_wrapper .team_member_wrapper .team_image_wrapper {
      display: inline-block;
      position: relative;
      width: 350px;
      height: 350px;
      float: left;
      margin-top: 50px;
      margin-left: 50px;
      margin-right: 50px; }
      @media (max-width: 1023px) {
        .team_wrapper .team_member_wrapper .team_image_wrapper {
          float: none;
          width: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        .team_wrapper .team_member_wrapper .team_image_wrapper {
          width: 250px;
          height: 250px; } }
      .team_wrapper .team_member_wrapper .team_image_wrapper .team_image {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        border-radius: 200px;
        border: 12px solid #e1e1e1;
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat; }
    .team_wrapper .team_member_wrapper:nth-child(odd) .team_image_wrapper {
      float: right;
      margin-top: 50px;
      margin-right: 50px; }
      @media (max-width: 1023px) {
        .team_wrapper .team_member_wrapper:nth-child(odd) .team_image_wrapper {
          float: none;
          width: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        .team_wrapper .team_member_wrapper:nth-child(odd) .team_image_wrapper {
          width: 250px;
          height: 250px; } }
    .team_wrapper .team_member_wrapper:nth-child(odd) .team_member_content {
      text-align: right;
      margin-right: 0px;
      margin-left: 0px; }
      @media (max-width: 1439px) {
        .team_wrapper .team_member_wrapper:nth-child(odd) .team_member_content {
          margin-left: 50px; } }
      @media (max-width: 1299px) {
        .team_wrapper .team_member_wrapper:nth-child(odd) .team_member_content {
          margin-bottom: 50px;
          margin-left: 0px;
          margin-right: 50px;
          text-align: right; } }
      @media (max-width: 767px) {
        .team_wrapper .team_member_wrapper:nth-child(odd) .team_member_content {
          margin-left: 0px;
          width: 90%; } }
    .team_wrapper .team_member_wrapper .linkedin {
      background-image: url("images/linkedin_blue.png");
      width: 79px;
      height: 79px;
      position: absolute;
      left: 220px;
      bottom: 0px; }
      @media (max-width: 1299px) {
        .team_wrapper .team_member_wrapper .linkedin {
          left: 220px;
          width: 65px;
          height: 65px;
          background-size: 65px; } }
      @media (max-width: 767px) {
        .team_wrapper .team_member_wrapper .linkedin {
          left: 150px;
          width: 55px;
          height: 55px;
          background-size: 55px; } }
    .team_wrapper .team_member_wrapper .team_member_content {
      width: 380px;
      display: inline-block;
      vertical-align: top;
      margin-left: 0px;
      text-align: left;
      color: black; }
      @media (max-width: 1439px) {
        .team_wrapper .team_member_wrapper .team_member_content {
          margin-left: 50px; } }
      @media (max-width: 1299px) {
        .team_wrapper .team_member_wrapper .team_member_content {
          margin-bottom: 50px;
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .team_wrapper .team_member_wrapper .team_member_content {
          margin-left: 0px;
          width: 90%; } }
      .team_wrapper .team_member_wrapper .team_member_content .team_member_name {
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 20px;
        color: #1BB5E9;
        text-transform: uppercase; }
      .team_wrapper .team_member_wrapper .team_member_content .team_member_sub_header {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 16px; }
      .team_wrapper .team_member_wrapper .team_member_content .member_content {
        margin-top: 20px; }
        @media (max-width: 1299px) {
          .team_wrapper .team_member_wrapper .team_member_content .member_content {
            margin-bottom: 50px; }
            .team_wrapper .team_member_wrapper .team_member_content .member_content p {
              font-size: 16px; } }

.contact_page_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto; }
  .contact_page_wrapper .contact_form_wrapper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 850px;
    background-color: #D2CFCF;
    vertical-align: top; }
    @media (max-width: 1299px) {
      .contact_page_wrapper .contact_form_wrapper {
        display: block;
        width: 100%; } }
    .contact_page_wrapper .contact_form_wrapper .contact_form_content {
      width: 60%;
      margin: 0 auto;
      text-align: left;
      padding-top: 50px;
      padding-bottom: 50px;
      font-family: 'Poppins Light', sans-serif; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .contact_us {
        width: 150%;
        font-size: 38px;
        color: white;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .contact_page_wrapper .contact_form_wrapper .contact_form_content .contact_us {
            font-size: 30px; } }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .phone {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: lighter;
        font-size: 18px;
        color: #424243; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .mobile {
        font-weight: lighter;
        margin-top: 5px;
        color: #424243;
        margin-bottom: 10px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .mobile p {
          font-size: 14px;
          color: #424243; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .address_header {
        font-size: 18px;
        text-transform: uppercase;
        color: #424243; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .address_location p {
        font-size: 14px;
        color: #424243; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .social_image {
        display: inline-block;
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 20px;
        margin-right: 5px; }
      .contact_page_wrapper .contact_form_wrapper .contact_form_content .form {
        margin-top: 36px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form h2 {
          font-weight: lighter;
          text-transform: uppercase;
          margin-bottom: 10px;
          color: #424243;
          font-size: 20px;
          letter-spacing: 2px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-text,
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-validates-as-required {
          width: 100%;
          height: 40px;
          background-color: white;
          margin-bottom: 10px;
          font-size: 14px;
          padding-left: 10px;
          font-family: 'Poppins Light', sans-serif; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-textarea {
          padding-top: 12px;
          height: 150px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-submit {
          margin: 0 auto;
          font-size: 20px;
          padding-left: 50px;
          padding-right: 50px;
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 16px;
          background-color: #1BB5E9;
          color: white;
          cursor: pointer;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .required {
          font-size: 12px;
          padding-top: 5px;
          padding-bottom: 25px;
          color: grey; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-not-valid-tip {
          font-size: 12px;
          margin-top: -5px; }
        .contact_page_wrapper .contact_form_wrapper .contact_form_content .form .wpcf7-response-output {
          padding-bottom: 5px;
          font-size: 15px;
          margin-top: 5px; }
  .contact_page_wrapper .map {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 850px;
    background-color: #1BB5E9; }
    @media (max-width: 1299px) {
      .contact_page_wrapper .map {
        display: block;
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
