/**
 * Primary compiling styles file
 *
 * This is the only file that our compiler reads, so if you don't include something
 * in here, it won't be compiled. Make sure you include mixins and functions first
 * so the following files can use them.
 **/
/* all files in the tools folder */
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to 2%)
 **/
/**
 * Clearfix
 **/
/* greyscale image styles */
img.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#greyscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

/* all files in the global folder */
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; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

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

/* Reset */
html, body,
h1, h2, h3, h4, h5, h6,
ul, ol,
img,
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

nav li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

nav a:hover {
  text-decoration: none; }

/** 
 * Global colour palette
 **/
.text_grey {
  color: #b8b8b8; }

.text_blue_highlight {
  color: #064972; }

.text_black {
  color: #6B6B6B; }

.text_white {
  color: #fff; }

.text_blue {
  color: #00BDF2; }

.bg_navy {
  background-color: #07233e; }

.bg_white {
  background-color: #fff; }

.bg_blue {
  background-color: #00BDF2; }

.bg_grey {
  background-color: #d1d1d1; }

.bg_black {
  background-color: #000; }

/**
 * Global structure elements
 *
 * General structural rules (like columns, clears and floats) that are shared
 * throughout the whole site.
 **/
img {
  display: block;
  width: 100%;
  height: auto; }

.block {
  display: block; }

.inline_block {
  display: inline-block; }

.small_max_width {
  max-width: 870px;
  margin: 0 auto; }

.large_max_width {
  max-width: 1250px;
  margin: 0 auto; }

.inner {
  max-width: 1350px;
  margin: 0 auto;
  position: relative; }

div[class^="col"], div[class*="col"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.col-1x1 {
  width: 100%; }

.col-1x2 {
  width: 50%; }

.col-2x2 {
  width: 100%; }

.col-1x3 {
  width: 33.33333%; }

.col-2x3 {
  width: 66.66667%; }

.col-3x3 {
  width: 100%; }

.col-1x4 {
  width: 25%; }

.col-2x4 {
  width: 50%; }

.col-3x4 {
  width: 75%; }

.col-4x4 {
  width: 100%; }

.col-1x5 {
  width: 20%; }

.col-2x5 {
  width: 40%; }

.col-3x5 {
  width: 60%; }

.col-4x5 {
  width: 80%; }

.col-5x5 {
  width: 100%; }

.col-1x6 {
  width: 16.66667%; }

.col-2x6 {
  width: 33.33333%; }

.col-3x6 {
  width: 50%; }

.col-4x6 {
  width: 66.66667%; }

.col-5x6 {
  width: 83.33333%; }

.col-6x6 {
  width: 100%; }

.col-1x7 {
  width: 14.28571%; }

.col-2x7 {
  width: 28.57143%; }

.col-3x7 {
  width: 42.85714%; }

.col-4x7 {
  width: 57.14286%; }

.col-5x7 {
  width: 71.42857%; }

.col-6x7 {
  width: 85.71429%; }

.col-7x7 {
  width: 100%; }

.col-1x8 {
  width: 12.5%; }

.col-2x8 {
  width: 25%; }

.col-3x8 {
  width: 37.5%; }

.col-4x8 {
  width: 50%; }

.col-5x8 {
  width: 62.5%; }

.col-6x8 {
  width: 75%; }

.col-7x8 {
  width: 87.5%; }

.col-8x8 {
  width: 100%; }

.col-1x9 {
  width: 11.11111%; }

.col-2x9 {
  width: 22.22222%; }

.col-3x9 {
  width: 33.33333%; }

.col-4x9 {
  width: 44.44444%; }

.col-5x9 {
  width: 55.55556%; }

.col-6x9 {
  width: 66.66667%; }

.col-7x9 {
  width: 77.77778%; }

.col-8x9 {
  width: 88.88889%; }

.col-9x9 {
  width: 100%; }

.col-1x10 {
  width: 10%; }

.col-2x10 {
  width: 20%; }

.col-3x10 {
  width: 30%; }

.col-4x10 {
  width: 40%; }

.col-5x10 {
  width: 50%; }

.col-6x10 {
  width: 60%; }

.col-7x10 {
  width: 70%; }

.col-8x10 {
  width: 80%; }

.col-9x10 {
  width: 90%; }

.col-10x10 {
  width: 100%; }

.col-1x11 {
  width: 9.09091%; }

.col-2x11 {
  width: 18.18182%; }

.col-3x11 {
  width: 27.27273%; }

.col-4x11 {
  width: 36.36364%; }

.col-5x11 {
  width: 45.45455%; }

.col-6x11 {
  width: 54.54545%; }

.col-7x11 {
  width: 63.63636%; }

.col-8x11 {
  width: 72.72727%; }

.col-9x11 {
  width: 81.81818%; }

.col-10x11 {
  width: 90.90909%; }

.col-11x11 {
  width: 100%; }

.col-1x12 {
  width: 8.33333%; }

.col-2x12 {
  width: 16.66667%; }

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

.col-4x12 {
  width: 33.33333%; }

.col-5x12 {
  width: 41.66667%; }

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

.col-7x12 {
  width: 58.33333%; }

.col-8x12 {
  width: 66.66667%; }

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

.col-10x12 {
  width: 83.33333%; }

.col-11x12 {
  width: 91.66667%; }

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

.col-1x2:nth-child(even) {
  padding: 0 0 20px 20px; }

.col-1x2:nth-child(odd) {
  padding: 0 20px 20px 0; }

.sixteen_nine {
  position: relative;
  z-index: 10;
  overflow: hidden; }

.sixteen_nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.sixteen_nine img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.border_btm_grey {
  border-bottom: solid 2px rgba(107, 107, 107, 0.2); }

.border_top_grey {
  border-top: solid 2px rgba(107, 107, 107, 0.2); }

/*
In conjunction with video embed fix /app/js/components/content-video-embeds.js
*/
.ss-htmleditorfield-file.embed {
  width: 0;
  height: 0; }
  .ss-htmleditorfield-file.embed.leftAlone {
    float: left; }
  .ss-htmleditorfield-file.embed.rightAlone {
    float: right; }
  .ss-htmleditorfield-file.embed.center {
    display: block;
    float: none;
    margin: 0 auto; }
  .ss-htmleditorfield-file.embed.left {
    float: left;
    padding-right: 0.5rem; }
  .ss-htmleditorfield-file.embed.right {
    float: right;
    padding-left: 0.5rem; }

/*
In conjunction with image alignment fix /app/js/components/content-image-alignment.js
*/
.captionImage,
.ss-htmleditorfield-file.image {
  max-width: 100%;
  height: auto; }
  .captionImage.leftAlone,
  .ss-htmleditorfield-file.image.leftAlone {
    float: left; }
  .captionImage.rightAlone,
  .ss-htmleditorfield-file.image.rightAlone {
    float: right; }
  .captionImage.center,
  .ss-htmleditorfield-file.image.center {
    display: block;
    float: none;
    margin: 0 auto; }
  .captionImage.left,
  .ss-htmleditorfield-file.image.left {
    float: left;
    padding-right: 0.5rem; }
  .captionImage.right,
  .ss-htmleditorfield-file.image.right {
    float: right;
    padding-left: 0.5rem; }

/**
 * All generic typographic styles
 *
 * Set the base-level typography here. This includes shared h1, h2, etc as well as
 * paragraphs, links, lists and so on. For specific buttons, headings and links create
 * a separate file in /components/_mycomponent.scss
 **/
html {
  font-size: 62.5%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #6B6B6B; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant', sans-serif;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 5px;
  color: #434343; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: black;
    text-decoration: none; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.8rem; }

p,
li,
label {
  font-size: 15px;
  line-height: 22.5px; }

p,
li {
  padding-bottom: 1rem; }
  p ul,
  li ul {
    padding-top: 5px; }
    p ul li,
    li ul li {
      font-size: 15px; }

a {
  outline: none;
  text-decoration: none;
  color: #00BDF2; }
  a:hover {
    text-decoration: underline; }

.italic {
  font-style: italic; }

em {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

blockquote {
  font-style: italic;
  font-size: 1.1rem; }

.bold {
  font-weight: bold; }

.align_right {
  text-align: right; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

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

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

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

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

.feat_text p {
  font-family: open sans;
  font-size: 17px !important;
  line-height: 1.4;
  font-weight: 200; }

strong {
  font-weight: bold; }

/**
 * Global page header/banner
 **/
.banner {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center; }
  .banner .page_title {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 350px; }
    .banner .page_title h1 {
      font-size: 3.5rem;
      background-color: #000;
      padding: 5px 10px;
      display: inline-block;
      margin: 0;
      letter-spacing: 1px; }

.HomePage .banner {
  min-height: 1025px; }
  @media all and (max-width: 780px) {
    .HomePage .banner {
      min-height: 1700px; } }

/**
 * Global page footer
 **/
footer {
  background-color: #fff;
  border-top: solid 2px rgba(107, 107, 107, 0.05); }
  footer .section {
    padding-top: 80px;
    padding-bottom: 15px; }
  footer .wrapper {
    margin: 0 auto;
    color: #6B6B6B;
    max-width: 945px; }
    footer .wrapper a {
      color: #6B6B6B; }
      footer .wrapper a:hover {
        text-decoration: underline; }
  footer .copyright {
    display: inline-block; }
  footer .ps-link {
    position: relative;
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    margin-top: 0.5rem;
    display: inline-block; }
    footer .ps-link:hover {
      text-decoration: none !important; }
  footer .page_links {
    padding-bottom: 40px; }
    footer .page_links li {
      list-style: none; }
  footer .col-1x4 {
    padding: 0 15px; }
  footer .col-1x3 {
    padding: 0 15px; }
  footer .seo-links {
    margin: 30px auto 0;
    max-width: 50%; }
    footer .seo-links a {
      Color: #ABABAB; }

/** 
 * General form styles
 *
 * These styles will be accommodated by default on all forms, so keep the selectors
 * (ie .field.text) generic. For a unique form (ie login form) create a new file in the
 * format /components/_form-myform.scss.
 **/
.login-page form {
  width: 100%;
  max-width: 450px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .login-page form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: solid 1px #6B6B6B;
    border-radius: 5px;
    padding: 3px 5px;
    color: #6B6B6B;
    width: 100%;
    font-size: 16px; }
  .login-page form label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #6B6B6B;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 3px; }
  .login-page form .field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px; }
    .login-page form .field.checkbox input {
      width: auto;
      display: inline-block;
      margin: 4px 0 0 20px; }
    .login-page form .field.checkbox label {
      width: auto;
      display: inline-block; }
      .login-page form .field.checkbox label.right {
        float: left; }
  .login-page form .middleColumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .login-page form .Actions,
  .login-page form .btn-toolbar {
    display: inline-block;
    margin: 20px 0 0 0; }
    .login-page form .Actions input,
    .login-page form .btn-toolbar input {
      font-size: 14px !important;
      display: block;
      font-family: "Roboto", sans-serif;
      border-radius: 5px;
      padding: 4px 20px;
      font-weight: 700;
      text-transform: uppercase; }
      .login-page form .Actions input:hover,
      .login-page form .btn-toolbar input:hover {
        cursor: pointer;
        background-color: #00BDF2;
        color: #fff;
        border: solid 1px #00BDF2; }
    .login-page form .Actions #ForgotPassword,
    .login-page form .btn-toolbar #ForgotPassword {
      margin-top: 20px; }

/**
 * All navigation elements
 *
 * Global page navigation menus, mobile menus and general site navigation.
 * Do not use this file for element navigation (ie sliders).
 **/
nav.main-nav {
  text-align: center;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  nav.main-nav.scoll_menu {
    background-color: #fff;
    height: 50px; }
    nav.main-nav.scoll_menu .logo {
      max-width: 90px; }
    nav.main-nav.scoll_menu ul .menu-item a, nav.main-nav.scoll_menu ul .menu-item span {
      color: #00BDF2;
      text-shadow: none; }
  nav.main-nav .section {
    padding: 0; }
  nav.main-nav .has_sub_nav ul {
    visibility: hidden; }
  nav.main-nav .has_sub_nav:hover {
    cursor: default; }
    nav.main-nav .has_sub_nav:hover ul {
      visibility: visible; }
  nav.main-nav .left_nav_section {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    margin-right: 100px; }
  nav.main-nav .right_nav_section {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: 100px; }
  nav.main-nav ul {
    list-style: none;
    display: block;
    margin: 0 auto; }
    nav.main-nav ul .menu-item {
      position: relative; }
      nav.main-nav ul .menu-item a, nav.main-nav ul .menu-item span {
        display: inline-block;
        color: #fff;
        padding: 5px 15px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-shadow: 1px 1px 2px #6B6B6B; }
      nav.main-nav ul .menu-item:hover:after {
        content: '';
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 1px;
        height: 2px;
        background-color: #00BDF2;
        z-index: 150;
        left: 15px;
        right: 15px; }
      nav.main-nav ul .menu-item.current:after {
        content: '';
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 1px;
        height: 2px;
        background-color: #00BDF2;
        z-index: 150;
        left: 15px;
        right: 15px; }
      nav.main-nav ul .menu-item.blue_button {
        padding: 0; }
        nav.main-nav ul .menu-item.blue_button:hover {
          background-color: #fff; }
          nav.main-nav ul .menu-item.blue_button:hover:after {
            content: '';
            position: absolute;
            display: none; }
        nav.main-nav ul .menu-item.blue_button a {
          text-shadow: none;
          -webkit-transition: all 0.05s linear;
          -moz-transition: all 0.05s linear;
          -o-transition: all 0.05s linear;
          transition: all 0.05s linear;
          color: #00BDF2; }
  nav.main-nav .logo {
    width: 100%;
    max-width: 150px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    nav.main-nav .logo a {
      padding: 0;
      display: inline-block;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      nav.main-nav .logo a img {
        width: 100%; }
  nav.main-nav ul.subnav {
    height: auto;
    max-height: 0;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    top: 30px;
    left: 15px;
    overflow: hidden;
    width: 250px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    nav.main-nav ul.subnav li {
      border-left: solid 1px rgba(107, 107, 107, 0.1);
      border-right: solid 1px rgba(107, 107, 107, 0.1);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      nav.main-nav ul.subnav li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 15px;
        font-size: 12px;
        line-height: 1.3;
        width: 100%;
        border-bottom: solid 1px rgba(107, 107, 107, 0.1);
        text-transform: none;
        display: block;
        color: #6B6B6B;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        text-shadow: none; }
        nav.main-nav ul.subnav li a:hover {
          background-color: #00BDF2;
          color: #fff; }

.mobNavBtn {
  display: none; }
  .mobNavBtn .fa-bars {
    color: #00BDF2;
    font-size: 3rem; }
  .mobNavBtn:hover {
    cursor: pointer; }

.button {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem; }

.contact_nav:hover {
  cursor: pointer; }

.blue_button {
  color: #00BDF2;
  border: solid 1px #00BDF2;
  border-radius: 20px;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .blue_button:hover {
    color: #fff;
    background-color: #00BDF2;
    text-decoration: none; }

.white_button {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 20px;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .white_button:hover {
    color: #00BDF2;
    background-color: #fff;
    text-decoration: none; }

.navy_button {
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  background-color: #07233e;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear; }
  .navy_button:hover {
    color: #07233e;
    background-color: #fff;
    text-decoration: none; }

/* all files in the components folder */
/** 
 * General form styles
 *
 * These styles will be accommodated by default on all forms, so keep the selectors
 * (ie .field.text) generic. For a unique form (ie login form) create a new file in the
 * format /components/_form-myform.scss.
 **/
#social_bar li {
  display: inline-block;
  padding-right: 10px; }

#social_bar .icon {
  width: 25px;
  height: 25px;
  float: left;
  padding-right: 10px; }
  #social_bar .icon svg {
    fill: #000; }
    #social_bar .icon svg:hover {
      fill: #00BDF2;
      cursor: pointer; }

#mc_embed_signup {
  width: 100%;
  max-width: 1350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 30px;
  margin: 0 auto; }
  #mc_embed_signup .form_wrapper {
    max-width: 1250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
    #mc_embed_signup .form_wrapper.bottom_border {
      border-bottom: solid 2px #d1d1d1;
      padding: 0 0 25px; }
  #mc_embed_signup form {
    width: 100%;
    max-width: 820px;
    margin: 0 auto; }
  #mc_embed_signup label {
    font-family: open sans;
    font-size: 17px !important;
    font-weight: 200;
    padding-right: 25px;
    line-height: 1.5; }
  #mc_embed_signup input {
    background-color: transparent;
    border: solid 1px #b8b8b8;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #mc_embed_signup input.email {
      width: 100%;
      max-width: 250px; }
  #mc_embed_signup #mc-embedded-subscribe {
    font-size: 15px !important;
    display: block;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    padding: 4px 20px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px;
    border-color: #00BDF2;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear; }
    #mc_embed_signup #mc-embedded-subscribe:hover {
      cursor: pointer;
      background-color: #fff;
      color: #00BDF2; }

#mc_embed_signup_footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #mc_embed_signup_footer form {
    width: 100%; }
  #mc_embed_signup_footer label {
    margin-bottom: 5px;
    font-weight: bold; }
  #mc_embed_signup_footer .form_wrapper {
    max-width: 210px; }
  #mc_embed_signup_footer .input_wrapper {
    padding-top: 10px; }
  #mc_embed_signup_footer input {
    background-color: transparent;
    border: solid 1px #b8b8b8;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%; }
    #mc_embed_signup_footer input.email {
      margin-bottom: 10px; }
  #mc_embed_signup_footer #mc-embedded-subscribe {
    font-size: 15px !important;
    display: block;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    padding: 4px 20px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #00BDF2;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear; }
    #mc_embed_signup_footer #mc-embedded-subscribe:hover {
      cursor: pointer;
      background-color: #00BDF2;
      color: #fff; }

.video_iframe_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.video_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.share_wrapper {
  padding: 15px;
  border-top: solid 2px rgba(107, 107, 107, 0.05);
  border-bottom: solid 2px rgba(107, 107, 107, 0.05);
  position: relative;
  text-align: right; }
  .share_wrapper .share_title {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0; }
  .share_wrapper .share_options {
    display: inline-block;
    margin-left: 100px; }
    .share_wrapper .share_options .share_option {
      padding-left: 10px; }
  .share_wrapper .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-left: 10px; }
    .share_wrapper .icon svg {
      width: 100%;
      height: 100%;
      fill: #fff; }
      .share_wrapper .icon svg circle {
        fill: #6B6B6B; }
      .share_wrapper .icon svg.mail {
        fill: #6B6B6B; }
    .share_wrapper .icon:hover svg circle {
      fill: #00BDF2; }
    .share_wrapper .icon:hover svg.mail {
      fill: #00BDF2; }

.sibling-pages-menu {
  width: 100%;
  padding: 20px 0; }
  .sibling-pages-menu__inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    flex-wrap: wrap;
    max-width: 1350px;
    padding: 0 3%;
    margin: 0 auto; }
  .sibling-pages-menu__sibling {
    flex: 0 0 19%;
    background: white;
    padding: 12px 3%;
    margin-right: 1%;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #00BDF2;
    box-sizing: border-box;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 1120px) {
      .sibling-pages-menu__sibling {
        flex: 0 0 32.333333%;
        margin-bottom: 25px;
        margin-bottom: 25px; } }
    @media all and (max-width: 725px) {
      .sibling-pages-menu__sibling {
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 16px 3%; } }
    .sibling-pages-menu__sibling:last-child {
      margin-right: 0; }
    .sibling-pages-menu__sibling p {
      font-size: 18px;
      padding-bottom: 0;
      text-align: left; }
    .sibling-pages-menu__sibling--current {
      background: #00BDF2;
      color: #fff; }
    .sibling-pages-menu__sibling:hover {
      background: #d7d7d7;
      color: #fff;
      border-color: #d7d7d7; }

/* all files in the modules folder */
.section {
  padding: 0px 20px; }

.inner {
  padding: 30px 0px;
  position: relative; }

.module_header {
  width: 100%;
  padding: 0 0 30px; }

.module {
  position: relative; }
  .module .wrapper {
    padding-right: 150px; }
  .module .side_wrapper_width {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .module .side_wrapper_width.white .side_icon {
      border: solid 2px #fff; }
    .module .side_wrapper_width.white .side_line {
      background-color: #fff; }
    .module .side_wrapper_width.blue .side_icon {
      border: solid 2px #00BDF2; }
    .module .side_wrapper_width.blue .side_line {
      background-color: #00BDF2; }
  .module .side_line_wrapper {
    padding: 47px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    width: 62px; }
  .module .side_line {
    position: absolute;
    width: 2px; }
    .module .side_line.top {
      top: 0;
      height: 17px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .module .side_line.bottom {
      top: 83px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .module .side_icon {
    top: 17px;
    right: 20px;
    height: 62px;
    width: 62px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .module .side_icon__background {
      padding: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 85%;
      height: 85%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      background: #01b9b7;
      /* Old browsers */
      background: -moz-linear-gradient(top, #01b9b7 0%, #009cda 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #01b9b7 0%, #009cda 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #01b9b7 0%, #009cda 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b9b7', endColorstr='#009cda',GradientType=0 );
      /* IE6-9 */
      border-radius: 50%; }
      .module .side_icon__background svg {
        width: 70%;
        height: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.packages_module {
  background-color: #07233e;
  color: #fff; }
  .packages_module .wrapper {
    margin: 0 auto;
    display: block;
    max-width: 1250px; }
  .packages_module .col_wrapper .col {
    padding: 0 10px 0;
    position: relative; }
    .packages_module .col_wrapper .col:first-child {
      padding-right: 20px;
      padding-left: 0; }
    .packages_module .col_wrapper .col:last-child {
      padding-right: 0;
      padding-left: 20px; }
    .packages_module .col_wrapper .col img {
      width: 100%;
      max-width: 100%; }
    .packages_module .col_wrapper .col h3 {
      font-size: 1.6rem;
      padding: 10px 5px 10px;
      margin-bottom: 0px; }
  .packages_module .featured_img .grey_package {
    opacity: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .packages_module .featured_img:hover {
    cursor: pointer; }
    .packages_module .featured_img:hover .grey_package {
      opacity: 0; }

.body_scanner_module {
  background-color: #00BDF2;
  color: #fff; }
  .body_scanner_module .wrapper {
    margin: 0 auto;
    display: block;
    max-width: 1250px; }
  .body_scanner_module .img_vid_wrapper img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
  .body_scanner_module .img_vid_wrapper .video_button {
    display: inline-block;
    margin: 25px auto 0;
    vertical-align: bottom;
    position: relative; }
    .body_scanner_module .img_vid_wrapper .video_button:hover {
      cursor: pointer; }
      .body_scanner_module .img_vid_wrapper .video_button:hover .play_round svg {
        fill: #07233e; }
    .body_scanner_module .img_vid_wrapper .video_button span {
      padding-left: 25px; }
    .body_scanner_module .img_vid_wrapper .video_button .play_round {
      position: absolute;
      left: 15px;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .body_scanner_module .img_vid_wrapper .video_button .play_round svg {
        height: 100%;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        fill: #fff; }
  .body_scanner_module .img_vid_wrapper .scanner_book_now {
    width: 100%;
    max-width: 171px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .body_scanner_module .img_vid_wrapper .scanner_book_now a {
      color: #fff; }
    .body_scanner_module .img_vid_wrapper .scanner_book_now:hover a {
      text-decoration: none;
      color: #07233e; }
  .body_scanner_module #video_popup:after {
    padding-top: 56.25%;
    display: block;
    content: '';
    padding-bottom: 80px; }
  .body_scanner_module #video_popup {
    position: fixed;
    width: 100%;
    max-width: 0;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .body_scanner_module #video_popup .close {
      position: absolute;
      top: 10px;
      right: 7px;
      height: 25px;
      width: 25px; }
      .body_scanner_module #video_popup .close:hover {
        cursor: pointer; }
        .body_scanner_module #video_popup .close:hover span {
          background-color: #00BDF2; }
      .body_scanner_module #video_popup .close span {
        position: absolute;
        height: 3px;
        background-color: #fff;
        width: 20px; }
        .body_scanner_module #video_popup .close span:first-child {
          left: 0;
          top: 10px;
          transform: rotate(45deg); }
        .body_scanner_module #video_popup .close span:last-child {
          left: 0;
          top: 10px;
          transform: rotate(-45deg); }
    .body_scanner_module #video_popup .video_wrapper {
      position: absolute;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0;
      top: 40px;
      left: 40px;
      right: 40px;
      bottom: 40px;
      z-index: 1000; }
      .body_scanner_module #video_popup .video_wrapper iframe {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .body_scanner_module #video_popup.active {
      display: block;
      max-width: 820px;
      z-index: 500; }
  .body_scanner_module .info_cell_wrapper {
    padding: 40px 0 0 40px; }
    .body_scanner_module .info_cell_wrapper .col {
      position: relative;
      padding-left: 40px; }
      .body_scanner_module .info_cell_wrapper .col img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%; }
      .body_scanner_module .info_cell_wrapper .col h3 {
        padding: 10px 0 0; }
    .body_scanner_module .info_cell_wrapper .info_cell_image {
      position: absolute;
      left: 0;
      top: 5px;
      width: 30px;
      height: 30px; }
      .body_scanner_module .info_cell_wrapper .info_cell_image__background {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; }
        .body_scanner_module .info_cell_wrapper .info_cell_image__background svg {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.two_col_content_module {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }
  .two_col_content_module:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .two_col_content_module ul {
    margin-left: 15px; }
    .two_col_content_module ul li {
      padding-bottom: 10px; }
  .two_col_content_module .wrapper {
    margin: 0 auto;
    display: block;
    max-width: 1250px; }

.contact_module_linking {
  background-color: #00BDF2;
  position: relative;
  overflow: hidden; }
  .contact_module_linking .wrapper {
    margin: 0 auto;
    display: block;
    max-width: 1250px; }
  .contact_module_linking .contact_detail_wrapper {
    padding-bottom: 20px; }
  .contact_module_linking .contact_details {
    color: #fff;
    font-size: 1.4rem;
    padding-right: 20px;
    padding-bottom: 5px; }
    .contact_module_linking .contact_details span {
      padding: 5px;
      display: inline-block;
      color: #fff; }
    .contact_module_linking .contact_details a {
      display: inline-block;
      color: #fff; }
  .contact_module_linking .email_svg {
    display: inline-block;
    vertical-align: middle; }
  .contact_module_linking .phone_svg {
    display: inline-block;
    vertical-align: middle; }
  .contact_module_linking form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 870px; }
    .contact_module_linking form .field {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 15px;
      width: 50%; }
    .contact_module_linking form label {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding-bottom: 3px; }
    .contact_module_linking form .g-recaptcha iframe {
      padding-top: 15px; }
    .contact_module_linking form input, .contact_module_linking form textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border: solid 1px #fff;
      border-radius: 5px;
      padding: 3px 5px;
      color: #fff;
      width: 100%;
      font-size: 1.6rem;
      outline: none; }
    .contact_module_linking form .middleColumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .contact_module_linking form .right label {
      padding-left: 15px; }
    .contact_module_linking form .right .middleColumn {
      padding-left: 15px; }
    .contact_module_linking form .left .middleColumn {
      padding-right: 15px; }
    .contact_module_linking form .Actions,
    .contact_module_linking form .btn-toolbar {
      float: right;
      margin-top: 15px; }
      .contact_module_linking form .Actions input,
      .contact_module_linking form .btn-toolbar input {
        font-size: 14px !important;
        display: block;
        font-family: "Roboto", sans-serif;
        border-radius: 20px;
        padding: 8px 20px; }
        .contact_module_linking form .Actions input:hover,
        .contact_module_linking form .btn-toolbar input:hover {
          cursor: pointer; }
    .contact_module_linking form textarea {
      font-family: "Roboto", sans-serif !important;
      resize: none; }
  .contact_module_linking .detail_overlay {
    position: absolute;
    max-width: 320px; }
    @media all and (max-width: 1300px) {
      .contact_module_linking .detail_overlay {
        display: none; } }
    .contact_module_linking .detail_overlay img {
      width: 100%; }
    .contact_module_linking .detail_overlay.left_top {
      top: 0;
      left: -150px; }
    .contact_module_linking .detail_overlay.left_bottom {
      bottom: 0;
      left: -70px; }

#contact_module_form {
  padding-bottom: 70px; }

@media all and (max-width: 640px) {
  .field.nocaptcha {
    margin-top: 190px;
    margin-bottom: 15px; } }

@media all and (max-width: 365px) {
  .field.nocaptcha {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; } }

.contact_module_standalone {
  background-color: #00BDF2;
  position: relative;
  overflow: hidden; }
  .contact_module_standalone .inner {
    padding: 78px 0 !important; }
    @media all and (max-width: 575px) {
      .contact_module_standalone .inner {
        padding: 40px 0 !important; } }
    .contact_module_standalone .inner .contact-icon {
      top: 17px;
      left: 120px !important;
      height: 80px;
      width: 80px;
      position: absolute;
      border-radius: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border: solid 2px #fff; }
      .contact_module_standalone .inner .contact-icon img {
        padding: 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 85%;
        height: 85%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01b9b7+0,009cda+100 */
        background: #01b9b7;
        /* Old browsers */
        background: -moz-linear-gradient(top, #01b9b7 0%, #009cda 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #01b9b7 0%, #009cda 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #01b9b7 0%, #009cda 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b9b7', endColorstr='#009cda',GradientType=0 );
        /* IE6-9 */
        border-radius: 50%; }
    .contact_module_standalone .inner .wrapper {
      margin: 0 auto;
      display: block;
      max-width: 1250px;
      padding-left: 150px;
      padding-right: 0; }
      @media all and (max-width: 950px) {
        .contact_module_standalone .inner .wrapper {
          padding-left: 100px;
          padding-right: 0; } }
      @media all and (max-width: 575px) {
        .contact_module_standalone .inner .wrapper {
          padding-left: 0;
          padding-right: 0; } }
    .contact_module_standalone .inner .side_wrapper_width {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0 !important;
      width: 0; }
      .contact_module_standalone .inner .side_wrapper_width.white .side_icon {
        border: solid 2px #fff; }
    .contact_module_standalone .inner .side_line_wrapper {
      padding: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: auto;
      width: 0; }
      .contact_module_standalone .inner .side_line_wrapper .side_icon {
        top: 55px;
        right: auto;
        left: 80px;
        height: 85px;
        width: 85px;
        position: absolute;
        border-radius: 50%; }
        @media all and (max-width: 950px) {
          .contact_module_standalone .inner .side_line_wrapper .side_icon {
            left: 40px; } }
        .contact_module_standalone .inner .side_line_wrapper .side_icon img {
          padding: 7px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          width: 85%;
          height: 85%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01b9b7+0,009cda+100 */
          background: #01b9b7;
          /* Old browsers */
          background: -moz-linear-gradient(top, #01b9b7 0%, #009cda 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #01b9b7 0%, #009cda 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #01b9b7 0%, #009cda 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b9b7', endColorstr='#009cda',GradientType=0 );
          /* IE6-9 */
          border-radius: 50%; }
  .contact_module_standalone .contact_detail_wrapper {
    padding-bottom: 20px; }
  .contact_module_standalone .contact_details {
    color: #fff;
    font-size: 1.4rem;
    padding-right: 20px;
    padding-bottom: 5px; }
    .contact_module_standalone .contact_details span {
      padding: 5px;
      display: inline-block;
      color: #fff; }
    .contact_module_standalone .contact_details a {
      display: inline-block;
      color: #fff; }
  .contact_module_standalone .email_svg {
    display: inline-block;
    vertical-align: middle; }
  .contact_module_standalone .phone_svg {
    display: inline-block;
    vertical-align: middle; }
  .contact_module_standalone form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 870px; }
    .contact_module_standalone form .field {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 15px;
      width: 50%; }
    .contact_module_standalone form label {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      padding-bottom: 3px; }
    .contact_module_standalone form .g-recaptcha iframe {
      padding-top: 15px; }
    .contact_module_standalone form input, .contact_module_standalone form textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border: solid 2px #fff;
      border-radius: 17px;
      padding: 3px 5px;
      color: #fff;
      width: 100%;
      font-size: 2.5rem;
      outline: none; }
    .contact_module_standalone form textarea {
      font-family: "Roboto", sans-serif;
      resize: none; }
    .contact_module_standalone form .middleColumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .contact_module_standalone form .right label {
      padding-left: 15px; }
    .contact_module_standalone form .right .middleColumn {
      padding-left: 15px; }
    .contact_module_standalone form .left .middleColumn {
      padding-right: 15px; }
    .contact_module_standalone form .Actions,
    .contact_module_standalone form .btn-toolbar {
      float: right;
      margin-top: 15px; }
      .contact_module_standalone form .Actions input,
      .contact_module_standalone form .btn-toolbar input {
        font-size: 14px !important;
        display: block;
        font-family: "Roboto", sans-serif;
        border-radius: 20px;
        padding: 8px 20px; }
        .contact_module_standalone form .Actions input:hover,
        .contact_module_standalone form .btn-toolbar input:hover {
          cursor: pointer; }
    .contact_module_standalone form textarea {
      font-family: "Roboto", sans-serif !important;
      resize: none; }
  .contact_module_standalone .detail_overlay {
    position: absolute;
    max-width: 320px; }
    @media all and (max-width: 1300px) {
      .contact_module_standalone .detail_overlay {
        display: none; } }
    .contact_module_standalone .detail_overlay img {
      width: 100%; }
    .contact_module_standalone .detail_overlay.left_top {
      top: -21px;
      right: -21px; }
    .contact_module_standalone .detail_overlay.left_bottom {
      bottom: -20px;
      right: 2px; }

.price_packages_module {
  background-color: #fff; }
  .price_packages_module .cms_content p {
    font-family: "Roboto", sans-serif !important; }
  .price_packages_module .price_package {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    border-right: solid 2px rgba(107, 107, 107, 0.2); }
    .price_packages_module .price_package:last-child {
      border-right: none; }
    .price_packages_module .price_package a {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word; }
    .price_packages_module .price_package.dynamic_package {
      border-right: none; }
  .price_packages_module .module_header {
    padding-bottom: 60px; }
  .price_packages_module .key_info {
    padding: 0 0 10px;
    position: relative; }
    .price_packages_module .key_info .top_key_info {
      padding-bottom: 40px; }
      .price_packages_module .key_info .top_key_info .cta {
        padding: 15px 0 0;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0; }
    .price_packages_module .key_info h6 {
      padding: 10px 0;
      display: block;
      margin: 0; }
    .price_packages_module .key_info .price_varient.pos-1 {
      border-top: solid 2px rgba(107, 107, 107, 0.2); }
    .price_packages_module .key_info .price_varient {
      display: block;
      padding: 10px 0; }
      .price_packages_module .key_info .price_varient span {
        vertical-align: middle; }
    .price_packages_module .key_info .savings {
      padding-left: 10px; }
  .price_packages_module .cta {
    padding: 30px 0 0; }
  .price_packages_module .price_package_content_wrapper {
    padding: 25px 0; }
  .price_packages_module ul {
    padding-left: 15px; }
  .price_packages_module li {
    list-style: circle;
    padding-bottom: 5px; }
  .price_packages_module .summay_content {
    padding: 20px 0 0; }
  .price_packages_module .price {
    font-size: 15px; }
  .price_packages_module .toggle_package_info {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .price_packages_module .toggle_package_info.navy_button:hover {
      color: #fff;
      background-color: #07233e;
      cursor: pointer; }
    .price_packages_module .toggle_package_info .triangle {
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 9px solid #fff;
      margin-left: 5px;
      margin-top: 3px;
      display: inline-block;
      vertical-align: top; }
    .price_packages_module .toggle_package_info .triangle.active {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.inner {
  padding: 30px 0 !important; }
  .inner .ci-wrapper {
    background-color: white;
    margin: 0 auto;
    max-width: 1350px; }
    .inner .ci-wrapper .ci-content {
      width: 46%;
      display: inline-block;
      height: 100%;
      padding: 2%; }
      .inner .ci-wrapper .ci-content ul {
        padding-bottom: 1rem; }
        .inner .ci-wrapper .ci-content ul li {
          list-style-type: none;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGiWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wOC0yOVQxMDo0NzoyNysxMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wOC0yOVQxMDo0NzoyNysxMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDgtMjlUMTA6NDc6MjcrMTI6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA5NjgwN2YtYjYxZC03ZjQzLWI5ZjctMzkzY2MxOTQ4YTQxIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NTgxMjYwMjUtZGQwNi1kYjQ0LTg3MDMtMWFjNzc2NjJlNzZiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzAxZWIyZmItMWJhZi0wNTRlLTk4MjYtMTMyMDU4NWIyOTcyIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDFlYjJmYi0xYmFmLTA1NGUtOTgyNi0xMzIwNTg1YjI5NzIiIHN0RXZ0OndoZW49IjIwMTgtMDgtMjlUMTA6NDc6MjcrMTI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjYwOTY4MDdmLWI2MWQtN2Y0My1iOWY3LTM5M2NjMTk0OGE0MSIgc3RFdnQ6d2hlbj0iMjAxOC0wOC0yOVQxMDo0NzoyNysxMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMzMjFlMTRhLTkyODgtZjE0ZS04YzkzLThjMjIxNmE3ZmMzNTwvcmRmOmxpPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm7K48UAAAcZSURBVEiJnZdrjFVXFcd/a+9z7p1XZ4bnhRmYGSYUjQW0rUFtol9MK9aGGLSlJvWJmkZbEIsBbKPlg1IwhLSYahOp9IMfqFgrtqW2VZtiSEOb0SBiijwuw3OAGQZmmGHOPWcvP+x97kx5CHI+3NyZve/6r8d//dc6wv/xvHA6uW17Xzr/XwN6y+GRrAO1COqaIs531En5kzfZHQtL9oVZdXFyPfbkei6tPjT0lY3d7uHeSjZRjXQYNThVMArqjagKRjJE5OAdTWbn4zNqf/zp8dHBGwb/+dHknjWHRlYdq7gWUelQkVEwHIggKiAKKiiKqKCi1BvZ+/lJ9sWHphc3fqLJnrxu8H8MVJo3HEmX/a4nXTjodDYogkFFrx6DOgTj/1SHGoMozG4wL31vWrxhcWvhL9cE3zuY1q08kKx5rTdbclEV0NFrV8tTuCbic4IqanyWwDE5trtWdRTXLGsrvPg/wRfsHnzy1TMsqaDBqEPFButXiVwVMCCKOAUxwScHGATH5KLserSt+JMlbcVt+c/MWBsrDgw9+NJpvaeiijjnsY1gyK7BTAPifMRi0eC4UcEgqAg9iZn3qxPp4h396bTLwP8+4JrXHcpWKHQqijMCCOIyFBOiuPIjhMSIpcnCY+1FNnyghlKtoOI8H1zG7kG3YNOJyrcuA1+6b/hJFTpQh2hIOYqIHVv1K2c9HEY4vt4S8diMmO+0GtZ2FplTHyFYMIKgvHImnb/tdGVuFfzNs2nH7kGdCw7EomICmPPxiqKY4JCPdbT8nmCCcn+pwMr2mKIIkQhfLnlHjKi/r3A6cfO292bzq+B/6KksGHbuIwI+Tb5qoXV8L0tw532cUxD1ybtrfMzqzgKlggEBUWHEQdf5zHMBQARFeLk3/VwVvOuC3p4436eivqe9I565qg6VbLRSqgi5k8qchogfzSjSXiMogaji2NyT8uyJBFWLiqBkoMLRizrtjd5spnn7XDblTCWbKFic4lOuDoJxowpGMJkNDqWA4BDAMCmGVe0RdzQanyf1AWzvdfzscMKZRHDGkw4ixCews2vw4m2mv5I1X3TcraqYoBFOPH2ajOUzE2GcFZzJPOM1CpIqjIuEZdOLfGFSVGWkQ9lzwfHUkYQDw+pZo3mSM58tcRy9aKYZML6VRFHNkECgSbGyvL3AH+fUs7LDMrVoPAfUgTiMCPdONny7NSbOVVUdxxJ4ojvh9T6fG8EgIr6D8HqkCEdHpNUI6kzew2JRhClFYUlbxEPTLFbgu601LG8r0lL0KqaizB8fs7K9wITYMx1gxMG67oTnT2WBDb5HPWfEOy+eM0OOughRVH39co7Pa7Q8UIppjrzZegvfnBozmMGG7oRbGoSNNxfoqA0KoJ7JG46kPHcsoeIEkx8pvo5WCcEjCO01HDZN1p6vifQVURc4nvFWv/L7UxlDmS+lQ2iM4OHWiOXTY56aVaSzNvNtFur/7MmE9d0VBlxeVz9aRR3WWq9yAhLOJhS0z3y82Z5sjuhXscGziP5UefRgwm9OpfgW9KQZFws/nBFza4PNu5RM4K9nK6wtp/RVKkA8moww6TLnA1NnUDUIrnxrfdxlAGbWRvtjFDXqBwTCkIOl743w6+OOoUyrolLVUhVUYN+FjDXllP8MO19PyYnmieUQRDIfmPj/TI3M8XtL0bsG4O7x0cu1VnfnUzPv82FVlu0fYvMJR76UaRjeinB8xLG+O+HNs964jpHRMRKI5rxXRQXunBC9UVW4RVPiXXPq7R5yOZUqTRlWZW25wpaelErVjJegXxxL2XIqI8XXNiee5/+YbGFQ8Zmos7L3zvHR61VwgEfa4vWIK6MucF4gEOp4krG6PMLWngyvBMIzxxOePpowlAXjxuu5OrwqoqMlyhc/lLvGRa89MDX+2/vAF5YKXYtb4k0qUs53MhMk1KlwcMjxgwPD/Kmvwp97U5buq3AuzdU9lEIMRgQnEuqvAcA70VJk56KS3ZJjXjamP/bO4JZ3zrv7XDgVF8YsiuAl1eHoTxWjfryI5JurC/M/aEcggCg0RLLnkbbi+sc7i5tzLHMp+NqZxRWzG8w2r/P5VBv1si+D/tTX3kle4yCdYsOGO3bfEyIj+xeVClvGAl8xcoBXeysffKKcrNh5LvtaRR1KFC47T7nqaqPVHd6v1rmGS2hFx4SYrsVT403rbq59+lKcq25HewbShl8eSx98rif56kAqsyVsouQJkdEveTMRekHD50cbZev3pxfWf2lK4e0rYVzzdemt/qztp+XhVTvO8qkhpx/yS4Uhr4Wo9UuCqB+34sodRVP+Rkth06KSfX5Wnb3qe9t1vasB/Hswq9l6Ov3i9t7ss/8cSOcmKgURmeVw+wzGlWI9dXujffe+Kfa3908uXjHSGwa/9HnvQloYyKQxFpIP32TP34iN/wL+p5CXR/AGmAAAAABJRU5ErkJggg==) no-repeat left center;
          padding-left: 44px;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          font-weight: bold;
          color: #434343; }
      @media all and (max-width: 780px) {
        .inner .ci-wrapper .ci-content {
          width: 86%;
          padding: 2% 7%;
          padding-top: 4%; } }
    .inner .ci-wrapper .ci-image {
      width: 45%;
      display: inline-block;
      height: 100%;
      vertical-align: top;
      padding: 2%; }
      @media all and (max-width: 780px) {
        .inner .ci-wrapper .ci-image {
          width: 86%;
          padding: 2% 7%; } }
      .inner .ci-wrapper .ci-image img {
        width: 100%;
        padding: 2%; }
        @media all and (max-width: 780px) {
          .inner .ci-wrapper .ci-image img {
            padding: 0; } }

.sponsors-pane_module .inner {
  padding-top: 0 !important; }
  .sponsors-pane_module .inner p {
    font-weight: bold;
    font-size: 2.3rem;
    color: #434343; }
  .sponsors-pane_module .inner .sponsor-outer-wrapper {
    border-top: solid 2px #e0e0e0;
    border-bottom: solid 2px #e0e0e0;
    padding: 15px 10px; }
    .sponsors-pane_module .inner .sponsor-outer-wrapper .sponsor-line-wrapper {
      padding: 10px 0;
      text-align: center; }
      .sponsors-pane_module .inner .sponsor-outer-wrapper .sponsor-line-wrapper:after {
        content: '';
        display: block;
        clear: both; }
      .sponsors-pane_module .inner .sponsor-outer-wrapper .sponsor-line-wrapper .sponsor {
        display: inline-block;
        width: 17%;
        margin: 0 1%; }

.image-pane_module .inner {
  padding: 30px 0 !important; }
  .image-pane_module .inner p {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #434343; }
  .image-pane_module .inner .image-pane-wrapper {
    padding: 15px 0;
    text-align: center; }
    .image-pane_module .inner .image-pane-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    .image-pane_module .inner .image-pane-wrapper .pane-image {
      display: inline-block;
      width: 30%;
      margin: 0 1%; }

.fifteen-image-module .inner {
  padding: 30px 0 !important; }
  .fifteen-image-module .inner p {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #434343; }
  .fifteen-image-module .inner .fifteen-image-wrapper {
    padding: 15px 0; }
    .fifteen-image-module .inner .fifteen-image-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    .fifteen-image-module .inner .fifteen-image-wrapper .image-single {
      width: 30.66667%;
      box-sizing: border-box;
      margin: 0 2% 5% 2%;
      float: left; }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n) {
        margin: 0 2% 5% 2%; }
        .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n):after {
          clear: none; }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(3n+1) {
        margin-left: 0; }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single:first-of-type {
        margin-left: 0; }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(3n) {
        margin-right: 0; }
        .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(3n):after {
          clear: both; }
      @media all and (max-width: 1050px) {
        .fifteen-image-module .inner .fifteen-image-wrapper .image-single {
          width: 48%;
          box-sizing: border-box;
          margin: 0 2% 6% 2%; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n) {
            margin: 0 2% 6% 2%; }
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n):after {
              clear: none; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(2n+1) {
            margin-left: 0; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:first-of-type {
            margin-left: 0; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(2n) {
            margin-right: 0; }
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(2n):after {
              clear: both; } }
      @media all and (max-width: 620px) {
        .fifteen-image-module .inner .fifteen-image-wrapper .image-single {
          width: 100%;
          box-sizing: border-box;
          margin: 0 2% 9% 2%; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n) {
            margin: 0 2% 9% 2%; }
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(n):after {
              clear: none; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(1n+1) {
            margin-left: 0; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:first-of-type {
            margin-left: 0; }
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(1n) {
            margin-right: 0; }
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single:nth-of-type(1n):after {
              clear: both; } }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single img {
        width: 100%;
        height: auto; }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-heading h6 {
        padding: 0 2%;
        font-size: 1.8rem; }
        @media all and (max-width: 1420px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-heading h6 {
            font-size: 1.2vw; } }
        @media all and (max-width: 1050px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-heading h6 {
            font-size: 1.9vw; } }
        @media all and (max-width: 620px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-heading h6 {
            font-size: 3.7vw; } }
      .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption {
        height: 70px;
        overflow: hidden; }
        @media all and (max-width: 1420px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption {
            height: 5vw; } }
        @media all and (max-width: 1050px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption {
            height: 10vw; } }
        @media all and (max-width: 620px) {
          .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption {
            height: 20vw; } }
        .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption p {
          font-weight: 300;
          font-size: 1.8rem;
          padding: 0 2%;
          text-align: left; }
          @media all and (max-width: 1420px) {
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption p {
              font-size: 1.2vw; } }
          @media all and (max-width: 1050px) {
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption p {
              font-size: 1.9vw; } }
          @media all and (max-width: 620px) {
            .fifteen-image-module .inner .fifteen-image-wrapper .image-single .image-caption p {
              font-size: 3.7vw; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8rem;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* all files in the pages folder */
/**
 * Generic page structure
 *
 * Use this as your base-level page layout. For elements shared globally use /partials/_element or
 * if your page is a unique class and layout, create a new /pages/_mypage file
 **/
body {
  background: #fff;
  color: #6B6B6B;
  overflow-x: hidden; }

#page_wrapper {
  position: absolute;
  width: 100%;
  overflow-x: hidden; }

.clear {
  clear: both; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.hide {
  display: none; }

.inline {
  display: inline; }

.left {
  float: left; }

.right {
  float: right; }

header {
  position: relative; }

main {
  padding: 30px 0; }

.responsive_logo {
  display: none; }

.generic_page_content .main_content {
  max-width: 850px;
  padding-bottom: 30px;
  margin: 0 auto; }
  .generic_page_content .main_content .video_iframe_wrapper {
    margin-bottom: 40px; }
    @media all and (max-width: 450px) {
      .generic_page_content .main_content .video_iframe_wrapper {
        margin-bottom: 20px; } }

.generic_page_content .column_wrapper .col-1x2:first-child {
  padding-right: 20px; }

.generic_page_content .column_wrapper .col-1x2:last-child {
  padding-left: 20px; }

.hide {
  display: none; }

.cms_content ol {
  padding-left: 15px; }

.cms_content ul {
  padding-left: 15px; }

.inline_block {
  display: inline-block; }

.btm_border_grey {
  border-bottom: solid 1px rgba(107, 107, 107, 0.2); }

.top_border_grey {
  border-top: solid 1px rgba(107, 107, 107, 0.2); }

.pointer {
  cursor: pointer; }

.generic_page_content {
  padding-bottom: 40px; }

.side_bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px; }
  .side_bar ul li {
    list-style: none; }
  .side_bar a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: #6B6B6B;
    display: inline-block; }
    .side_bar a:hover {
      text-decoration: underline; }

.child_wrapper .article_snippet:first-child {
  padding-top: 0; }

.child_wrapper .article_snippet:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.child_wrapper .article_snippet {
  padding: 30px 0 30px;
  border-bottom: solid 1px rgba(107, 107, 107, 0.2); }
  .child_wrapper .article_snippet .image_wrapper img {
    width: 100%;
    max-width: 100%; }
  .child_wrapper .article_snippet .content_wrapper {
    padding-right: 20px; }
    .child_wrapper .article_snippet .content_wrapper .button {
      margin-top: 20px; }

.pagination_holder {
  text-align: center;
  padding: 30px 0; }
  .pagination_holder .pagination {
    display: inline-block; }
  .pagination_holder .current {
    font-size: 13px;
    padding: 0 15px; }

.generic_page_content ul, .generic_page_content ol {
  margin-left: 15px; }

.blog_content_img {
  width: 100%;
  height: auto;
  margin-bottom: 25px; }

.blog_link:hover {
  text-decoration: none; }

/**
 * Homepage design
 * A unique design and layout, for a specific page type/class
 **/
.home_page_banner {
  position: relative;
  overflow: hidden; }
  .home_page_banner .header_content {
    padding: 250px 20px 80px;
    margin: 0 auto; }
    .home_page_banner .header_content .blue_button {
      margin-top: 40px; }
    .home_page_banner .header_content .feat_text {
      margin-top: 30px; }
      .home_page_banner .header_content .feat_text h2 {
        color: #fff;
        font-size: 2rem; }
  .home_page_banner .detail_overlay {
    position: absolute;
    max-width: 320px; }
    .home_page_banner .detail_overlay img {
      width: 100%; }
    .home_page_banner .detail_overlay.left_bottom {
      bottom: 0;
      left: -70px; }
    .home_page_banner .detail_overlay.right_bottom {
      bottom: 0;
      right: -70px; }
  .home_page_banner .header_button {
    margin-left: 10px;
    margin-right: 10px; }
  .home_page_banner #header_video:hover {
    cursor: pointer; }
  .home_page_banner .featured-container {
    margin: 0 auto;
    width: 100%;
    margin-top: 265px;
    max-width: 1090px; }
    .home_page_banner .featured-container--no-margin {
      margin-top: 50px; }
      @media all and (max-width: 1050px) {
        .home_page_banner .featured-container--no-margin {
          margin-top: 40px !important; } }
    @media all and (max-width: 1300px) {
      .home_page_banner .featured-container {
        width: 90%; } }
    @media all and (max-width: 1050px) {
      .home_page_banner .featured-container {
        margin-top: 200px; } }
    @media all and (max-width: 780px) {
      .home_page_banner .featured-container {
        width: 75%; } }
    .home_page_banner .featured-container .featured-panel {
      float: left;
      position: relative;
      border-top: solid 2px #00BDF2;
      border-right: solid 2px #00BDF2;
      border-bottom: solid 2px #00BDF2;
      min-height: 320px;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      width: 44%;
      box-sizing: border-box;
      margin: 0 6% 2% 6%; }
      .home_page_banner .featured-container .featured-panel:nth-of-type(n) {
        margin: 0 6% 2% 6%; }
        .home_page_banner .featured-container .featured-panel:nth-of-type(n):after {
          clear: none; }
      .home_page_banner .featured-container .featured-panel:nth-of-type(2n+1) {
        margin-left: 0; }
      .home_page_banner .featured-container .featured-panel:first-of-type {
        margin-left: 0; }
      .home_page_banner .featured-container .featured-panel:nth-of-type(2n) {
        margin-right: 0; }
        .home_page_banner .featured-container .featured-panel:nth-of-type(2n):after {
          clear: both; }
      @media all and (max-width: 780px) {
        .home_page_banner .featured-container .featured-panel {
          width: 100%;
          box-sizing: border-box;
          margin: 0 2% 6% 2%; }
          .home_page_banner .featured-container .featured-panel:nth-of-type(n) {
            margin: 0 2% 6% 2%; }
            .home_page_banner .featured-container .featured-panel:nth-of-type(n):after {
              clear: none; }
          .home_page_banner .featured-container .featured-panel:nth-of-type(1n+1) {
            margin-left: 0; }
          .home_page_banner .featured-container .featured-panel:first-of-type {
            margin-left: 0; }
          .home_page_banner .featured-container .featured-panel:nth-of-type(1n) {
            margin-right: 0; }
            .home_page_banner .featured-container .featured-panel:nth-of-type(1n):after {
              clear: both; } }
      @media all and (max-width: 470px) {
        .home_page_banner .featured-container .featured-panel {
          border-left: solid 2px #00BDF2; } }
      .home_page_banner .featured-container .featured-panel .featured-title {
        font-size: 2.8rem;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        top: 13%;
        left: 16%;
        width: 70%;
        font-family: 'Assistant', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 115%; }
        @media all and (max-width: 1200px) {
          .home_page_banner .featured-container .featured-panel .featured-title {
            font-size: 2.3rem; } }
        @media all and (max-width: 985px) {
          .home_page_banner .featured-container .featured-panel .featured-title {
            font-size: 2.0rem; } }
        @media all and (max-width: 780px) {
          .home_page_banner .featured-container .featured-panel .featured-title {
            font-size: 2.8rem; } }
        @media all and (max-width: 600px) {
          .home_page_banner .featured-container .featured-panel .featured-title {
            font-size: 2.0rem; } }
        @media all and (max-width: 470px) {
          .home_page_banner .featured-container .featured-panel .featured-title {
            top: 25%;
            font-size: 1.5rem; } }
      .home_page_banner .featured-container .featured-panel .featured-summary {
        position: absolute;
        top: 45%;
        left: 16%;
        width: 74%;
        color: #fff;
        font-size: 1.5rem; }
      .home_page_banner .featured-container .featured-panel .panel-left {
        position: absolute;
        left: 0;
        width: 2px;
        height: 25%;
        background-color: #00BDF2; }
        @media all and (max-width: 1200px) {
          .home_page_banner .featured-container .featured-panel .panel-left {
            height: 29%; } }
        @media all and (max-width: 985px) {
          .home_page_banner .featured-container .featured-panel .panel-left {
            height: 34%; } }
        @media all and (max-width: 780px) {
          .home_page_banner .featured-container .featured-panel .panel-left {
            height: 25%; } }
        @media all and (max-width: 600px) {
          .home_page_banner .featured-container .featured-panel .panel-left {
            height: 29%; } }
        @media all and (max-width: 470px) {
          .home_page_banner .featured-container .featured-panel .panel-left {
            display: none; } }
        .home_page_banner .featured-container .featured-panel .panel-left.top {
          top: 0; }
        .home_page_banner .featured-container .featured-panel .panel-left.bottom {
          bottom: 0; }
      .home_page_banner .featured-container .featured-panel .featured-icon {
        top: 50%;
        height: 110px;
        width: 110px;
        position: absolute;
        border-radius: 50%;
        left: 0;
        border: solid 2px #00BDF2;
        margin: -55px; }
        @media all and (max-width: 1200px) {
          .home_page_banner .featured-container .featured-panel .featured-icon {
            height: 90px;
            width: 90px;
            margin: -45px; } }
        @media all and (max-width: 985px) {
          .home_page_banner .featured-container .featured-panel .featured-icon {
            height: 70px;
            width: 70px;
            margin: -35px; } }
        @media all and (max-width: 780px) {
          .home_page_banner .featured-container .featured-panel .featured-icon {
            height: 110px;
            width: 110px;
            margin: -55px; } }
        @media all and (max-width: 600px) {
          .home_page_banner .featured-container .featured-panel .featured-icon {
            height: 90px;
            width: 90px;
            margin: -45px; } }
        @media all and (max-width: 470px) {
          .home_page_banner .featured-container .featured-panel .featured-icon {
            display: none; } }
        .home_page_banner .featured-container .featured-panel .featured-icon__background {
          padding: 12px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          width: 85%;
          height: 85%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          background: #01b9b7;
          /* Old browsers */
          background: -moz-linear-gradient(top, #01b9b7 0%, #009cda 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #01b9b7 0%, #009cda 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #01b9b7 0%, #009cda 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b9b7', endColorstr='#009cda',GradientType=0 );
          /* IE6-9 */
          border-radius: 50%; }
          .home_page_banner .featured-container .featured-panel .featured-icon__background svg {
            width: 70%;
            height: 70%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .home_page_banner .featured-container .featured-panel .featured-link {
        position: absolute;
        top: 78%;
        left: 15%; }
        .home_page_banner .featured-container .featured-panel .featured-link a {
          border: solid 2px #00BDF2;
          padding: 9px 20px; }

.contact-bar {
  background: #fff;
  min-height: 20px;
  text-align: center;
  padding: 80px 3%; }
  @media all and (max-width: 780px) {
    .contact-bar {
      padding: 60px 3%; } }
  .contact-bar .text_blue_highlight {
    color: #00BDF2;
    font-weight: bold; }
  .contact-bar h1,
  .contact-bar h2,
  .contact-bar h3,
  .contact-bar h4,
  .contact-bar h5,
  .contact-bar h6,
  .contact-bar p {
    line-height: 1; }
  .contact-bar h2 {
    font-size: 2.6rem; }
    @media all and (max-width: 780px) {
      .contact-bar h2 {
        font-size: 2.2rem; } }
    @media all and (max-width: 470px) {
      .contact-bar h2 {
        font-size: 1.6rem; } }
  .contact-bar h3 {
    font-size: 2.6rem;
    color: #b8b8b8;
    font-weight: normal !important; }
    @media all and (max-width: 780px) {
      .contact-bar h3 {
        font-size: 2.2rem; } }
    @media all and (max-width: 470px) {
      .contact-bar h3 {
        font-size: 1.6rem; } }
  .contact-bar a {
    text-decoration: none; }

.c-featured-text {
  margin: 0 auto;
  margin-top: 200px;
  max-width: 1090px;
  padding: 0 40px; }
  .c-featured-text h1 {
    color: white !important; }

.AboutPage .back_ground_image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10; }

.AboutPage .back_ground_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9;
  background-color: rgba(255, 255, 255, 0.5); }

.body_scanner_page .section_heading {
  padding-bottom: 20px; }

.body_scanner_page .testimonial_wrapper {
  border-bottom: solid 1px rgba(107, 107, 107, 0.2);
  padding-top: 20px; }

.body_scanner_page .testimonial {
  padding: 0 20px;
  width: 46%; }
  @media all and (max-width: 1000px) {
    .body_scanner_page .testimonial {
      width: 100%; } }
  .body_scanner_page .testimonial .feat_img_popup {
    position: fixed;
    width: 100%;
    max-width: 90vw;
    max-height: 85vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: none; }
    .body_scanner_page .testimonial .feat_img_popup img {
      width: 100%;
      padding: 40px 20px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .body_scanner_page .testimonial .feat_img_popup.active {
      z-index: 10;
      display: block; }
    .body_scanner_page .testimonial .feat_img_popup .close {
      position: absolute;
      z-index: 50;
      top: 10px;
      right: 7px;
      height: 25px;
      width: 25px; }
      .body_scanner_page .testimonial .feat_img_popup .close:hover {
        cursor: pointer; }
        .body_scanner_page .testimonial .feat_img_popup .close:hover span {
          background-color: #00BDF2; }
      .body_scanner_page .testimonial .feat_img_popup .close span {
        position: absolute;
        height: 3px;
        background-color: #fff;
        width: 20px; }
        .body_scanner_page .testimonial .feat_img_popup .close span:first-child {
          left: 0;
          top: 10px;
          transform: rotate(45deg); }
        .body_scanner_page .testimonial .feat_img_popup .close span:last-child {
          left: 0;
          top: 10px;
          transform: rotate(-45deg); }
  .body_scanner_page .testimonial .feat_img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    border: solid 2px #fff; }
    .body_scanner_page .testimonial .feat_img img {
      width: 100%; }
    .body_scanner_page .testimonial .feat_img:hover {
      border: solid 2px #00BDF2; }
    .body_scanner_page .testimonial .feat_img .feat_img_main:hover {
      cursor: pointer; }
  .body_scanner_page .testimonial .test_info {
    padding: 10px 20px 0 0; }
    .body_scanner_page .testimonial .test_info .test_name {
      display: inline-block; }
    .body_scanner_page .testimonial .test_info .test_age {
      display: inline-block;
      font-size: 15px; }

.body_scanner_page .video_wrapper {
  padding-top: 20px; }
  .body_scanner_page .video_wrapper .video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px 0; }
    .body_scanner_page .video_wrapper .video .iframe_wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .body_scanner_page .video_wrapper .video .iframe_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .body_scanner_page .video_wrapper .video_title {
    padding: 5px 0 10px 0; }

.body_scanner_page .button_wrapper {
  margin: 10px 0 40px; }

.c-testimonials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px; }

.content_toggle_button_wrapper {
  width: 100%;
  text-align: center; }
  .content_toggle_button_wrapper .content_toggle_button:hover {
    cursor: pointer;
    background-color: #00BDF2;
    color: #fff; }

.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  margin-left: 5px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top; }
  .triangle.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.toggleable_content {
  display: none; }
  .toggleable_content .cms_content {
    padding-top: 30px;
    padding-bottom: 0; }

/*
	HTML SITEMAP
*/
.sitemap ul {
  margin-left: 30px; }
  .sitemap ul ul {
    margin-left: 30px; }
    .sitemap ul ul li {
      padding: 0; }

.LandingPage main {
  padding: 0; }
  .LandingPage main .landing-header .landing-header-text {
    background: #00BDF2; }
    .LandingPage main .landing-header .landing-header-text .page-summary {
      max-width: 850px;
      margin: 0 auto;
      text-align: center;
      padding: 30px 0;
      color: #fff; }
      .LandingPage main .landing-header .landing-header-text .page-summary p {
        padding-top: 1rem;
        color: #fff;
        font-size: 2rem; }
  .LandingPage main .landing-header .landing-header-vid {
    background: #00BDF2;
    height: 0;
    padding-bottom: 375px;
    margin-bottom: 160px; }
    @media all and (max-width: 900px) {
      .LandingPage main .landing-header .landing-header-vid {
        height: 0;
        padding-bottom: 42%;
        margin-bottom: 20%; } }
    .LandingPage main .landing-header .landing-header-vid .generic_page_content {
      padding: 0 20px; }
      .LandingPage main .landing-header .landing-header-vid .generic_page_content .main_content {
        padding-bottom: 0;
        margin-bottom: 120px; }
  .LandingPage main .module-area::after {
    content: '';
    clear: both;
    display: block; }
  .LandingPage main .module-area .inner {
    padding-top: 175px; }
  .LandingPage main .landing-content {
    max-width: 850px;
    margin: 20px auto;
    padding: 0 20px; }

@media all and (max-width: 1300px) {
  .inner {
    padding: 30px 0px; }
  .module .side_line.top {
    height: 17px; }
  .module .side_line.bottom {
    top: 83px; }
  .module .side_icon {
    top: 17px; } }

@media all and (max-width: 1200px) {
  .contact_module .detail_overlay.left_bottom {
    display: none; }
  .price_packages_module {
    padding: 0; }
    .price_packages_module .col-1x4 {
      padding: 0 15px 50px; }
    .price_packages_module .key_info .price_varient span.text_black {
      display: block;
      padding: 15px 0 0 0; } }

@media all and (max-width: 1120px) {
  .contact_module .detail_overlay.left_top {
    display: none; } }

@media all and (max-width: 900px) {
  .price_packages_module {
    padding: 0 20px 0; }
    .price_packages_module .col-1x4 {
      width: 50%;
      padding: 0 30px 35px;
      margin-bottom: 10px; }
    .price_packages_module .col-1x3 {
      width: 50%;
      padding: 0 30px 35px;
      margin-bottom: 10px; }
    .price_packages_module .key_info .price_varient span.text_black {
      display: inline;
      padding: 0 0 0 20px; }
    .price_packages_module .top_key_info_wrapper {
      min-height: 0; }
    .price_packages_module .toggle_package_info {
      display: block; }
    .price_packages_module .package_info {
      display: none; }
      .price_packages_module .package_info.active {
        display: block; }
    .price_packages_module .dynamic_package .package_info {
      display: block; }
    .price_packages_module .dynamic_package .toggle_package_info {
      display: none; }
    .price_packages_module .row_2:before, .price_packages_module .row_2:after {
      content: " ";
      display: table; }
    .price_packages_module .row_2:after {
      clear: both; } }

@media all and (max-width: 1050px) {
  .responsive_logo {
    display: block; }
    .responsive_logo .logo {
      width: 100%;
      max-width: 110px;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      z-index: 1; }
      .responsive_logo .logo a {
        padding: 0;
        display: inline-block;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive_logo .logo a img {
          width: 100%; }
  .home_page_banner .header_content {
    padding: 180px 20px 80px; }
  .banner .page_title {
    padding-top: 180px; }
  .mobNavBtn {
    display: block;
    width: 61px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 200;
    cursor: pointer; }
    .mobNavBtn span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      max-width: 40px;
      background: #00BDF2;
      border-radius: 9px;
      opacity: 1;
      left: 10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .mobNavBtn span:nth-child(1) {
        top: 10px; }
      .mobNavBtn span:nth-child(2), .mobNavBtn span:nth-child(3) {
        top: 22px; }
      .mobNavBtn span:nth-child(4) {
        top: 34px; }
    .mobNavBtn.open span {
      background: #00BDF2; }
    .mobNavBtn.open span:nth-child(1),
    .mobNavBtn.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .mobNavBtn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobNavBtn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  nav.main-nav {
    background: #d7d7d7;
    width: 90%;
    max-width: 320px;
    display: block;
    height: auto;
    position: absolute;
    right: -320px; }
    nav.main-nav .logo {
      display: none; }
    nav.main-nav.active {
      right: 0; }
    nav.main-nav.scoll_menu {
      background-color: #d7d7d7;
      height: auto; }
      nav.main-nav.scoll_menu ul .menu-item a {
        color: #fff; }
      nav.main-nav.scoll_menu ul .menu-item.blue_button a {
        color: #00BDF2; }
      nav.main-nav.scoll_menu ul.subnav li a {
        color: #6B6B6B; }
        nav.main-nav.scoll_menu ul.subnav li a:hover {
          color: #000; }
    nav.main-nav .has_sub_nav ul {
      visibility: visible; }
    nav.main-nav .left_nav_section {
      float: none;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    nav.main-nav .right_nav_section {
      float: none;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin: 0; }
    nav.main-nav ul .menu-item {
      position: static;
      display: block;
      float: none;
      width: 100%;
      position: relative;
      line-height: 40px;
      text-align: left; }
      nav.main-nav ul .menu-item a, nav.main-nav ul .menu-item span {
        width: 100%;
        text-align: left;
        margin: 0;
        text-shadow: none; }
      nav.main-nav ul .menu-item.blue_button {
        border-radius: 0;
        border-left: none;
        border-right: none; }
      nav.main-nav ul .menu-item:hover:after {
        content: '';
        position: static;
        bottom: 0;
        height: 0;
        width: 0;
        background: none;
        z-index: 0;
        left: 0;
        right: 0; }
      nav.main-nav ul .menu-item.current:after {
        content: '';
        position: static;
        bottom: 0;
        height: 0;
        width: 0;
        background-color: none;
        z-index: 0;
        left: 0;
        right: 0; }
    nav.main-nav ul.subnav {
      display: block;
      position: static;
      height: auto;
      width: 100%;
      background-color: #fff;
      max-height: none; }
      nav.main-nav ul.subnav li {
        background-color: #00BDF2;
        width: 100%; }
        nav.main-nav ul.subnav li a {
          width: 100%;
          padding-left: 20px; }
          nav.main-nav ul.subnav li a:hover {
            color: #6B6B6B; } }

@media all and (max-width: 950px) {
  .module .wrapper {
    padding-right: 100px; }
  .body_scanner_module .feat_text.col-1x1 {
    float: right;
    width: 66%; }
  .body_scanner_module .col-3x4 {
    width: 100%; }
  .body_scanner_module .info_cell_wrapper {
    padding: 40px 0 0 0; }
  .packages_module .col_wrapper .col:nth-child(odd) {
    padding: 0px 10px 40px 0; }
  .packages_module .col_wrapper .col:nth-child(even) {
    padding: 0px 0px 40px 10px; }
  .packages_module .col_wrapper .col-1x4 {
    width: 50%; } }

@media all and (max-width: 900px) {
  .body_scanner_page .testimonial .col-3x4 {
    width: 50%; }
  .body_scanner_page .testimonial .col-1x4 {
    width: 50%; }
  .ss-blog .side_bar {
    padding: 0 0 20px 0; }
    .ss-blog .side_bar.col-1x5 {
      width: 100%; }
    .ss-blog .side_bar ul li {
      list-style: none;
      display: inline-block;
      padding-right: 20px; }
    .ss-blog .side_bar a {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      line-height: 1.5rem;
      color: #6B6B6B;
      display: inline-block; }
      .ss-blog .side_bar a:hover {
        text-decoration: underline; }
  .ss-blog .blog_snippet_wrapper.col-4x5 {
    width: 100%; }
  .ss-blog .child_wrapper .article_snippet {
    padding: 30px 0 30px;
    border-bottom: solid 1px rgba(107, 107, 107, 0.2); }
    .ss-blog .child_wrapper .article_snippet:first-child {
      border-top: solid 1px rgba(107, 107, 107, 0.2);
      padding-top: 30px; }
    .ss-blog .child_wrapper .article_snippet:last-child {
      padding-bottom: 30px;
      border-bottom: solid 1px rgba(107, 107, 107, 0.2); }
    .ss-blog .child_wrapper .article_snippet .image_wrapper.col-1x4 {
      width: 100%;
      max-width: 400px;
      float: none;
      display: block;
      margin-bottom: 20px; }
    .ss-blog .child_wrapper .article_snippet .image_wrapper img {
      max-width: 400px; }
    .ss-blog .child_wrapper .article_snippet .content_wrapper {
      padding-right: 0; }
      .ss-blog .child_wrapper .article_snippet .content_wrapper.col-3x4 {
        width: 100%; } }

@media all and (max-width: 880px) {
  .price_packages_module .module_header {
    padding-bottom: 0; }
  .price_packages_module .col-1x4 {
    padding: 0 35px 10; }
  footer .col-1x4 {
    width: 50%; }
  footer .col-1x3 {
    width: 50%; }
  #mc_embed_signup .input_wrapper {
    max-width: 410px;
    margin: 0 auto; } }

@media all and (max-width: 800px) {
  .module .side_icon {
    top: 12px; }
  .inner {
    padding: 25px 0px; }
  .body_scanner_module .feat_text.col-1x1 {
    float: right;
    width: 100%; }
  .body_scanner_module .img_vid_wrapper.col-1x4 {
    width: 100%; }
    .body_scanner_module .img_vid_wrapper.col-1x4 img {
      max-width: 150px; }
  .body_scanner_module .col-3x4 .col-1x2 {
    width: 100%; }
  .body_scanner_page .video_wrapper .col-1x3 {
    width: 50%;
    padding: 0; }
    .body_scanner_page .video_wrapper .col-1x3 .col_wrapper:nth-child(odd) {
      padding: 0 15px 30px 0; }
    .body_scanner_page .video_wrapper .col-1x3 .col_wrapper:nth-child(even) {
      padding: 0 0 30px 15px; } }

@media all and (max-width: 725px) {
  .two_col_content_module .col-1x2 {
    width: 100%;
    padding: 0 0 40px 0; }
    .two_col_content_module .col-1x2:last-child {
      padding: 0; }
  .generic_page_content .column_wrapper .col-1x2 {
    width: 100%; }
    .generic_page_content .column_wrapper .col-1x2:first-child {
      padding: 0 0 20px; }
    .generic_page_content .column_wrapper .col-1x2:last-child {
      padding: 0; } }

@media all and (max-width: 700px) {
  .body_scanner_page .testimonial {
    padding-right: 0; }
    .body_scanner_page .testimonial.col-1x2 {
      width: 100%; }
  #mc_embed_signup label {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 15px; }
  .home_page_banner .detail_overlay {
    display: none; } }

@media all and (max-width: 650px) {
  .price_packages_module .col-1x4 {
    width: 100%;
    border-right: none; }
  .price_packages_module .col-1x3 {
    width: 100%;
    border-right: none; }
  .price_packages_module .key_info .price_varient span.text_black {
    display: inline;
    padding: 0 0 0 20px; }
  .price_packages_module .top_key_info_wrapper {
    min-height: 0; }
  .price_packages_module .toggle_package_info {
    display: block; }
  .price_packages_module .package_info {
    display: none; }
    .price_packages_module .package_info.active {
      display: block; }
  .price_packages_module .dynamic_package .package_info {
    display: block; }
  .price_packages_module .dynamic_package .toggle_package_info {
    display: none; } }

@media all and (max-width: 630px) {
  h1 {
    font-size: 3rem; }
  .banner .page_title h2 {
    font-size: 2.5rem;
    padding-right: 20px; }
  .contact_module form .field {
    width: 100%; }
    .contact_module form .field label {
      padding-left: 0;
      padding-right: 0; }
  .contact_module form .right .middleColumn {
    padding-left: 0; }
  .contact_module form .left .middleColumn {
    padding-right: 0; }
  .contact_module form .Actions,
  .contact_module form .btn-toolbar {
    float: left; }
  .body_scanner_page .testimonial .col-3x4 {
    width: 100%; }
  .body_scanner_page .testimonial .col-1x4 {
    width: 100%; }
    .body_scanner_page .testimonial .col-1x4 img {
      max-width: 400px; } }

@media all and (max-width: 575px) {
  .align_right {
    text-align: left; }
  .module .module_header .right {
    float: none; }
  .module .wrapper {
    padding-right: 0; }
  .module .side_line_wrapper {
    display: none; }
  .packages_module .col_wrapper .col:nth-child(odd) {
    padding: 0 0 40px 0; }
  .packages_module .col_wrapper .col:nth-child(even) {
    padding: 0 0 40px 0; }
  .packages_module .col_wrapper .col-1x4 {
    width: 100%; }
  .contact_module .contact_details {
    float: none;
    display: block;
    padding-right: 0; } }

@media all and (max-width: 525px) {
  footer .col-1x4 {
    text-align: center;
    width: 100%;
    padding: 0; }
  footer .col-1x3 {
    text-align: center;
    width: 100%;
    padding: 0; }
  .body_scanner_page .video_wrapper .col-1x3 {
    width: 100%;
    padding: 0; }
    .body_scanner_page .video_wrapper .col-1x3 .col_wrapper:nth-child(odd) {
      padding: 0 0 30px 0; }
    .body_scanner_page .video_wrapper .col-1x3 .col_wrapper:nth-child(even) {
      padding: 0 0 30px 0; }
  #mc_embed_signup_footer .form_wrapper {
    margin: 0 auto; } }

@media all and (max-width: 450px) {
  .body_scanner_module #video_popup .video_wrapper {
    left: 20px;
    right: 20px;
    bottom: 20px; }
  #mc_embed_signup .input_wrapper {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px; }
  #mc_embed_signup input {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%; }
    #mc_embed_signup input.email {
      max-width: none;
      margin-bottom: 10px; }
  #mc_embed_signup #mc-embedded-subscribe {
    margin: 0 auto; } }

@media all and (max-width: 350px) {
  .banner .page_title h2 {
    font-size: 2rem; }
  h4 {
    font-size: 2rem; } }

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