@charset "UTF-8";
/*!
 * SCSS Main file
 */
/*****************************************************************************
 * Variables for SCSS
 *****************************************************************************/
/**
 * Grid measurements
 */
/**
 * Navigation element heights
 */
/*
 * Screen sizes breakpoints for media queries
 */
/*
 * Brand Colors
 */
/**
 * WordPress specific variables.
 * WordPress uses different breakpoints then our grid.
 */
/**
 * Transitions
 */
/*****************************************************************************
 * Fonts
 *****************************************************************************/
/*****************************************************************************
 * General theme styles
 *****************************************************************************/
/**
 * Utilities
 */
.bluenetwork-u-block {
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box;
}
.bluenetwork-u-block:after {
  content: "";
  display: table;
  clear: both;
}

.bluenetwork-u-clearfix {
  content: "";
  display: table;
  clear: both;
}

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

.page-wrap {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
}

.valign1 {
  display: table;
  width: 100%;
  height: 100%;
}

.valign2 {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.lb {
  display: block;
}
@media screen and (max-width: 992px) {
  .lb {
    display: none;
  }
}

/*
Substitue for grid .container class
Full-screen fluid width with a max-width constraint
*/
.bootstrap-wrapper .bluenetwork-container {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-wrapper .bluenetwork-container.is-full {
  max-width: 100%;
}
.bootstrap-wrapper .bluenetwork-container.is-medium2 {
  max-width: 829px;
}

/**
 * General
 */
body {
  font-family: open-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212b36;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img.size-full {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 15px 0;
}

h1 {
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

h1 + p {
  padding-left: 4px;
}

h2 {
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-weight: 600;
  color: #19449b;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px 0;
}

h3 {
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-weight: 600;
  color: #19449b;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 15px 0;
}

.lb {
  display: block;
}
@media screen and (max-width: 767px) {
  .lb {
    display: none;
  }
}

.alternate-text h1 {
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 1px;
}
.alternate-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.alternate-hero h1 {
  color: #fff;
  text-transform: none;
  font-size: 60px;
  line-height: 62px;
  letter-spacing: 4px;
}

.blue-rich-text h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 30px 0;
  text-transform: none;
}
.blue-rich-text h1 + p {
  padding-left: 0;
}
.blue-rich-text h2 {
  margin: 15px 0;
}
.blue-rich-text ol,
.blue-rich-text ul {
  margin: 1em;
  padding: 1em;
}
.blue-rich-text hr {
  margin: 45px 0 30px 0;
  border: 0;
  border-bottom: solid #212b36 1px;
}

.wpb_text_column ul {
  margin: 15px 20px;
}
.wpb_text_column h2 {
  margin: 30px 0 15px 0;
}
.wpb_text_column p a:not(.bluenetwork-button) {
  color: #19449b;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 58px;
    line-height: 62px;
  }

  .alternate-text h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .alternate-text h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .alternate-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .blue-rich-text h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .blue-rich-text h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
/** 
 * Buttons
 */
.bluenetwork-button {
  font-family: nunito, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #02b2e2;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.bluenetwork-button:hover {
  background-color: #19449b;
}
.bluenetwork-button.is-download {
  min-width: 280px;
  padding-bottom: 10px;
}
.bluenetwork-button.is-download i,
.bluenetwork-button.is-download span {
  display: inline-block;
  vertical-align: middle;
}
.bluenetwork-button.is-download i {
  font-size: 36px;
  margin-bottom: 5px;
}

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

.wpb_content_element {
  margin-bottom: 0;
}

.narrow-column {
  max-width: 1024px;
  margin: 0 auto;
}

.narrow-column2 {
  max-width: 830px;
  margin: 0 auto;
}

.narrow-column3 {
  max-width: 690px;
  margin: 0 auto;
}

.products-column {
  max-width: 1054px;
  margin: 0 auto;
}

.h2blu-products-columns > .vc_column_container > .vc_column-inner {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (max-width: 767px) {
  .h2blu-products-columns .vc_col-sm-3 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  .h2blu-products-columns .vc_col-sm-3:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 575px) {
  .h2blu-products-columns .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .h2blu-products-columns > .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 380px;
    margin: 0 auto;
  }
  .h2blu-products-columns .mh-child,
.h2blu-products-columns .mh-child2 {
    height: auto !important;
  }
}

.border-column .wpb_content_element .wpb_wrapper {
  border-bottom: dashed #c5c4c4 1px;
  padding-bottom: 40px;
}

.rev_slider .bluenetwork-button {
  font-size: 53px;
  line-height: 53px;
  letter-spacing: 1px;
  padding: 40px 80px;
}
@media screen and (max-width: 1440px) {
  .rev_slider .bluenetwork-button {
    font-family: nunito, sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #02b2e2 !important;
    display: inline-block !important;
    font-size: 20px !important;
    line-height: 20px !important;
    letter-spacing: 0.36px !important;
    text-transform: uppercase !important;
    padding: 15px 30px !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-clip: padding-box !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
  }
  .rev_slider .bluenetwork-button:hover {
    background-color: #19449b !important;
  }
}

/*****************************************************************************
 * Forms
 *****************************************************************************/
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #cecece 1px;
  border-radius: 0;
  background-color: #fff;
  line-height: 37px;
  height: 37px;
  padding: 0 7px;
  font-size: 14px;
  width: 100%;
  color: #212b36;
}
body .gform_wrapper textarea {
  max-width: 100%;
}
body .gform_wrapper .top_label .gfield_label {
  font-size: 14px;
  line-height: 20px;
  color: #212b36;
  margin: 0 0 5px 0;
  font-weight: 400;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  font-family: nunito, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #02b2e2;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 641px) {
  body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #02b2e2;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding: 15px 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
  }
}

/**
 * Select2
 */
.no-search .select2-search {
  display: none;
}

.select2-container--blue {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: solid #19449b 1px;
  line-height: 36px;
  height: 36px;
  padding-left: 12px;
}
.select2-container--blue.select2-container--open {
  border-width: 0px;
}
.select2-container--blue.select2-container--open.select2-container--below {
  border-width: 1px;
}
.select2-container--blue .select2-results__options {
  border: solid #19449b 1px;
  border-top: 0;
}
.select2-container--blue .select2-dropdown {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container--blue .select2-results {
  width: 100%;
}
.select2-container--blue .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--blue .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 32px;
}
.select2-container--blue .select2-results__option {
  padding: 12px 16px;
  line-height: 100%;
  color: #212b36;
  background-color: #fff;
}
.select2-container--blue .select2-results__option:hover {
  background-color: #f4f4f4;
  color: #212b36;
}
.select2-container--blue .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid #212b36;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-top: -5px;
}
.select2-container--blue.select2-container--open .select2-selection__arrow {
  border-top: 0;
  border-bottom: 10px solid #212b36;
}

/*****************************************************************************
 * Header, Navigation
 *****************************************************************************/
#wpadminbar {
  position: fixed;
}

header.main {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #212b36;
  background-color: #fff;
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
}
header.main .bluenetwork-container > .bluenetwork-u-block {
  position: relative;
}
header.main .logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 15px;
  display: block;
  width: 300px;
}
@media screen and (max-width: 991px) {
  header.main {
    height: 40px;
  }
  header.main .logo {
    width: 240px;
    top: 6px;
  }
}

.nav-header {
  float: right;
  width: 100%;
  text-align: right;
}
.nav-header li {
  position: relative;
  display: inline-block;
}
.nav-header li a {
  height: 64px;
  line-height: 64px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  color: #212b36;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-header li.nav-lang a {
  font-weight: 700;
  text-transform: uppercase;
}
.nav-header li:hover a {
  color: #02b2e2;
}
.nav-header li.menu-item-has-children > a:after {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  margin-left: 4px;
  font-weight: bold;
}
.nav-header li.login-required {
  display: none;
}
.nav-header .sub-menu {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  position: absolute;
  left: 0px;
  top: 64px;
  height: auto;
  width: 175px;
  text-align: left;
  padding: 0;
  background: #fff;
  border: 0;
}
.nav-header .sub-menu li {
  height: auto;
  display: block;
}
.nav-header .sub-menu li a {
  height: auto;
  line-height: 125%;
  width: 100%;
  display: block;
  border: 0;
  white-space: nowrap;
  padding: 8px 10px;
  font-weight: lighter;
  letter-spacing: 0;
  text-transform: none;
  color: #212b36;
}
.nav-header .sub-menu li:hover a:hover {
  background-color: #02b2e2;
  color: #fff;
}
.nav-header li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 991px) {
  .nav-header {
    display: none;
  }
}

.logged-in .nav-header li.login-required {
  display: inline-block;
}

.header-spacer {
  display: block;
  height: 64px;
}
@media screen and (max-width: 991px) {
  .header-spacer {
    height: 40px;
  }
}

body.admin-bar header.main {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header.main {
    top: 46px;
  }
}

body.header-light .header-spacer {
  display: none;
}
body.header-light header.main {
  background-color: transparent;
}
body.header-light header.main .logo.is-light {
  opacity: 1;
}
body.header-light header.main .logo.is-default {
  opacity: 0;
}
body.header-light .nav-header > ul > li > a {
  color: #fff;
}
body.header-light .nav-header > ul > li > a:hover {
  color: #19449b;
}

body.is-scrolled header.main {
  height: 40px;
}
body.is-scrolled header.main .logo {
  width: 240px;
  top: 6px;
}
body.is-scrolled .nav-header .sub-menu {
  top: 40px;
}
body.is-scrolled .nav-header > ul > li > a {
  height: 40px;
  line-height: 40px;
}
body.is-scrolled.header-light header.main {
  background-color: #fff;
}
body.is-scrolled.header-light header.main .logo.is-light {
  opacity: 0;
}
body.is-scrolled.header-light header.main .logo.is-default {
  opacity: 1;
}
body.is-scrolled.header-light .nav-header li a {
  color: #213c84;
}
body.is-scrolled.header-light .nav-header li a:hover {
  color: #02b2e2;
}
body.is-scrolled.header-light .nav-header li.nav-lang a {
  color: #02b2e2;
}
body.is-scrolled.header-light .nav-header li.nav-lang a:hover {
  color: #213c84;
}

/*****************************************************************************
 * Footer
 *****************************************************************************/
footer.main {
  background-color: #19449b;
  color: #fff;
  padding: 48px 0 24px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
footer.main a {
  color: #fff;
}
footer.main a:hover {
  color: #02b2e2;
}
footer.main p {
  margin: 0;
}
footer.main .row {
  align-items: flex-end;
}
footer.main .column {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  flex: 0 0 16%;
  max-width: 16%;
}
footer.main .column-1 {
  flex: 0 0 20%;
  max-width: 20%;
}
footer.main .column-1 img {
  max-width: 220px;
  width: 100%;
}
footer.main .column-2 {
  padding-left: 25px;
}
footer.main .column-3 {
  flex: 0 0 8%;
  max-width: 8%;
}
footer.main .column-4 {
  flex: 0 0 12%;
  max-width: 12%;
}
footer.main .column-5 {
  flex: 0 0 22%;
  max-width: 22%;
}
footer.main .copyright {
  text-align: center;
  margin: 45px 0 0;
  /*font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  @include bluenetwork_font_small();*/
}
@media screen and (max-width: 1199px) {
  footer.main .bluenetwork-container {
    max-width: 720px;
  }
  footer.main .row {
    align-items: flex-start;
  }
  footer.main .column,
footer.main .column-3,
footer.main .column-4,
footer.main .column-5 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer.main .column-1,
footer.main .column-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  footer.main .column-1 img,
footer.main .column-6 img {
    display: block;
    margin: 0 auto;
  }
  footer.main .column-2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer.main .column,
footer.main .column-3,
footer.main .column-4,
footer.main .column-5 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer.main .column-2 {
    padding-left: 0;
  }
  footer.main .column-1,
footer.main .column-6 {
    margin-bottom: 15px;
  }
}

/*****************************************************************************
 * Drawer / Hamburger mobile menu
 *****************************************************************************/
/* Drawer control */
.drawer-trigger {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .drawer-trigger {
    display: block;
  }
}

.drawer-button {
  font-size: 28px;
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  height: 100%;
  width: 100%;
  color: #02b2e2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.drawer-button:focus, .drawer-button:active, .drawer-button:hover {
  text-decoration: none;
}
.drawer-button .drawer-button-closed {
  display: table-cell;
}
.drawer-button .drawer-button-opened {
  display: none;
}

body.home .drawer-button {
  color: #fff;
}
body.home.is-scrolled .drawer-button {
  color: #02b2e2;
}

.drawer-open .drawer-button .drawer-button-closed {
  display: none;
}
.drawer-open .drawer-button .drawer-button-opened {
  display: table-cell;
}

.drawer-button-align {
  display: table;
  width: 100%;
  height: 100%;
}
.drawer-button-align .drawer-button-opened,
.drawer-button-align .drawer-button-closed {
  width: 100%;
  vertical-align: middle;
}

/* Drawer menu */
.drawer {
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
}
.drawer.is-submenu-open {
  overflow-y: scroll;
}

.drawer-open .drawer {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*
html.drawer-open {
	margin-top: 0 !important;
}*/
.nav-drawer-menu {
  padding-bottom: 0;
  font-weight: bold;
}
.nav-drawer-menu ul {
  width: 100%;
  float: left;
  clear: both;
}
.nav-drawer-menu ul.sub-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  margin: 0;
  padding: 0;
}
.nav-drawer-menu ul.sub-menu.is-open {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.nav-drawer-menu li {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.nav-drawer-menu a {
  color: #19449b;
  text-decoration: none;
  font-size: 18px;
  display: block;
  line-height: 200%;
  border-bottom: solid #19449b 1px;
  padding: 8px 10px;
}
.nav-drawer-menu h4,
.nav-drawer-menu .nolink > a {
  color: #19449b;
  font-size: 24px;
  line-height: 150%;
  border-bottom: solid #19449b 1px;
  font-weight: bold;
}
.nav-drawer-menu li.menu-item-back a {
  text-transform: uppercase;
  font-weight: lighter;
}
.nav-drawer-menu li.current-menu-item a,
.nav-drawer-menu a:hover {
  color: #fff;
  background-color: #19449b;
}

.nav-drawer-menu > li:last-child a {
  border-bottom: 0;
}

.home-circles {
  background-image: url(../img/home/dots-fs8.png);
  background-repeat: no-repeat;
  background-size: 610px;
  background-position: top center;
  margin: 100px 0 0;
  padding: 50px 0 0;
  text-align: center;
}
.home-circles img.size-full {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 280px;
}
.home-circles > .wpb_column:hover img.size-full {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.home-circles .vc_column-inner {
  padding: 0;
  max-width: 300px;
}
.home-circles .column-2 .vc_column-inner {
  margin: 0 auto;
}
.home-circles p {
  margin: 24px 0 0;
}
.home-circles p strong {
  font-family: nunito, sans-serif;
  font-weight: 700;
  color: #19449b;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .home-circles img.size-full {
    max-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .home-circles {
    background-size: 520px;
    margin: 50px 0 0;
    padding: 30px 0 0;
  }
  .home-circles img.size-full {
    max-width: 180px;
  }
  .home-circles p strong {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-circles {
    background-image: none;
    padding: 0;
    margin: 30px 0;
  }
  .home-circles .column-1 .vc_column-inner,
.home-circles .column-3 .vc_column-inner {
    margin: 0 auto;
  }
  .home-circles p {
    margin: 0;
  }
}

.home-circles-text {
  margin-bottom: 100px;
}
.home-circles-text p:first-child {
  margin-top: 45px;
  margin-bottom: 45px;
}
.home-circles-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-circles-text p:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/*
vc_col-sm-offset-1
*/
.bluenetwork-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.bluenetwork-hero.bg-position-bottom {
  background-position: bottom;
}
.bluenetwork-hero .spacer {
  visibility: hidden;
}
.bluenetwork-hero .content {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bluenetwork-hero .content h1 strong {
  color: #19449b;
}
.bluenetwork-hero .content a {
  color: #fff;
}
.bluenetwork-hero .content a:hover {
  color: #fff;
}
.bluenetwork-hero.shadowed-subhead {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.bluenetwork-hero.larger-subhead .content p {
  font-size: 28px;
  line-height: 36px;
}
.bluenetwork-hero.darken-bg .content {
  background-color: rgba(33, 43, 54, 0.55);
}
@media screen and (min-width: 1921px) {
  .bluenetwork-hero {
    background-position: center;
  }
}
@media screen and (max-width: 991px) {
  .bluenetwork-hero .content {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .bluenetwork-hero {
    max-height: none !important;
    background-image: none;
  }
  .bluenetwork-hero .spacer {
    visibility: visible;
  }
  .bluenetwork-hero .content {
    padding-top: 15px !important;
    padding-bottom: 15px;
    position: static;
    background-color: #213c84;
    height: auto;
    float: left;
    clear: both;
  }
  .bluenetwork-hero .content h1 strong {
    color: #02b2e2;
  }
  .bluenetwork-hero .content h1,
.bluenetwork-hero .content p {
    text-align: left !important;
  }
  .bluenetwork-hero .content p {
    font-weight: bold;
  }
  .bluenetwork-hero.larger-subhead .content p {
    font-size: 18px;
  }
}

.hover-column-row {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .hover-column-row {
    padding-bottom: 0;
  }
}

.page-id-177 .hover-column-row {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-id-177 .hover-column-row {
    padding-bottom: 0;
  }
}

.bluenetwork-hover-column {
  cursor: default;
  position: relative;
}
.bluenetwork-hover-column ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
}
.bluenetwork-hover-column ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.bluenetwork-hover-column ul li:before {
  content: "•";
  padding-right: 5px;
}
.bluenetwork-hover-column .icon {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.bluenetwork-hover-column .content {
  display: none;
}
.bluenetwork-hover-column a.link {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bluenetwork-hover-column.is-type1 .headline {
  display: inline-block;
}
.bluenetwork-hover-column.is-type1 .icon {
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.bluenetwork-hover-column.is-type1 .title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 16px;
  margin: 10px 0;
  display: inline-block;
}
.bluenetwork-hover-column.is-type1 .content {
  max-width: 205px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.18px;
}
.bluenetwork-hover-column.is-type2 .icon {
  width: 100%;
  max-width: 120px;
  height: 150px;
  margin: 0 auto;
  background-position: bottom;
  background-size: contain;
}
.bluenetwork-hover-column.is-type2 .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .bluenetwork-hover-column.is-type1 .icon {
    margin: 0;
  }
  .bluenetwork-hover-column.is-type1 .title {
    line-height: 18px;
  }
  .bluenetwork-hover-column.is-type2:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    color: #212b36;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
  }
  .bluenetwork-hover-column.is-type2.is-active:after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .bluenetwork-hover-column.is-type1 {
    padding-left: 0 !important;
    margin-bottom: 60px;
  }
  .bluenetwork-hover-column.is-type1:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    color: #212b36;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
  }
  .bluenetwork-hover-column.is-type1.is-active:after {
    content: "";
  }
  .bluenetwork-hover-column.is-type1 .icon {
    margin: 0 auto;
  }
  .bluenetwork-hover-column.is-type1 .headline {
    display: block;
  }
  .bluenetwork-hover-column.is-type1 .title {
    text-align: center;
    display: block;
  }
  .bluenetwork-hover-column.is-type1 .content {
    max-width: 100%;
    text-align: center;
  }
}

.hover-column-wrap.is-default {
  visibility: hidden;
}
.hover-column-wrap.is-default .bluenetwork-hover-column .content {
  display: block !important;
}
.hover-column-wrap.is-calculated {
  visibility: visible;
}

.start-column-1 .bluenetwork-numbered-bracket,
.start-column-2 .bluenetwork-numbered-bracket,
.start-column-3 .bluenetwork-numbered-bracket {
  display: none;
}

.hover-column-toggle {
  text-align: center;
  margin: 10px 0 30px 0;
}
.hover-column-toggle a {
  color: #19449b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.hover-column-toggle span {
  display: inline-block;
}
.hover-column-toggle i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: -15px;
}
.hover-column-toggle.opened i {
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .bluenetwork-numbered-bracket {
    display: none;
  }

  .bluenetwork-hover-column {
    max-width: 300px;
    margin: 0 auto;
  }

  .start-column-1,
.start-column-2,
.start-column-3 {
    width: 100%;
  }
  .start-column-1 .bluenetwork-numbered-bracket,
.start-column-2 .bluenetwork-numbered-bracket,
.start-column-3 .bluenetwork-numbered-bracket {
    display: block;
  }
  .start-column-1 .bluenetwork-hover-column,
.start-column-2 .bluenetwork-hover-column,
.start-column-3 .bluenetwork-hover-column {
    margin: 180px auto 80px auto;
  }

  .bluenetwork-numbered-bracket {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .start-column-1 {
    width: 100%;
  }
  .start-column-1 .bluenetwork-numbered-bracket {
    width: 100%;
  }
  .start-column-1 .bluenetwork-numbered-bracket .pad {
    max-width: 300px;
    margin: 0 auto;
  }

  .start-column-2 {
    width: 33.333%;
    float: left;
  }
  .start-column-2 .bluenetwork-numbered-bracket {
    width: 300%;
  }
  .start-column-2 .bluenetwork-numbered-bracket .pad {
    padding: 0 20px;
  }

  .start-column-3 {
    width: 50%;
    float: left;
  }
  .start-column-3 .bluenetwork-numbered-bracket {
    width: 200%;
  }
  .start-column-3 .bluenetwork-numbered-bracket .pad {
    padding: 0 100px;
  }

  .start-column-2 + .start-column-3 {
    clear: left;
  }
}
@media screen and (max-width: 575px) {
  .start-column-1,
.start-column-2,
.start-column-3 {
    width: 100%;
  }
  .start-column-1 .bluenetwork-numbered-bracket,
.start-column-2 .bluenetwork-numbered-bracket,
.start-column-3 .bluenetwork-numbered-bracket {
    width: 100%;
  }
  .start-column-1 .bluenetwork-hover-column,
.start-column-2 .bluenetwork-hover-column,
.start-column-3 .bluenetwork-hover-column {
    margin: 0 auto 30px auto;
  }
  .start-column-1 .bluenetwork-numbered-bracket + .bluenetwork-hover-column,
.start-column-2 .bluenetwork-numbered-bracket + .bluenetwork-hover-column,
.start-column-3 .bluenetwork-numbered-bracket + .bluenetwork-hover-column {
    margin-top: 180px;
  }
  .start-column-1 .bluenetwork-numbered-bracket .pad,
.start-column-2 .bluenetwork-numbered-bracket .pad,
.start-column-3 .bluenetwork-numbered-bracket .pad {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }

  .start-column-1,
.start-column-2 + .start-column-2 + .start-column-2 {
    margin-bottom: 60px;
  }
}
.bluenetwork-numbered-bracket {
  text-align: center;
  margin-bottom: 24px;
}
.bluenetwork-numbered-bracket .number {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  line-height: 96px;
  color: #fff;
  background-color: #02b2e2;
  margin: 0 0 20px 0;
  display: block;
  font-size: 50px;
  margin: 0 auto 20px auto;
}
.bluenetwork-numbered-bracket .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bluenetwork-numbered-bracket .bracket {
  width: 100%;
  height: 17px;
  display: block;
  border: solid #02b2e2 3px;
  border-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .bluenetwork-numbered-bracket .title {
    font-size: 14px;
    line-height: 18px;
  }
}

ul.bluenetwork-simple-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  cursor: default;
}
ul.bluenetwork-simple-table li {
  display: table-row;
}
ul.bluenetwork-simple-table .title {
  display: table-cell;
  background-color: #213c84;
  color: #fff;
  vertical-align: middle;
  padding: 18px;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  line-height: 28px;
  border-bottom: solid #fff 2px;
}
ul.bluenetwork-simple-table .text {
  display: table-cell;
  background-color: rgba(35, 172, 208, 0.1);
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
  padding: 18px;
  border-bottom: solid #fff 2px;
}
ul.bluenetwork-simple-table li:first-child .title {
  border-top-left-radius: 10px;
}
ul.bluenetwork-simple-table li:first-child .text {
  border-top-right-radius: 10px;
}
ul.bluenetwork-simple-table li:last-child .title {
  border-bottom-left-radius: 10px;
}
ul.bluenetwork-simple-table li:last-child .text {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 575px) {
  ul.bluenetwork-simple-table {
    display: block;
    float: left;
    clear: both;
  }
  ul.bluenetwork-simple-table li,
ul.bluenetwork-simple-table .title,
ul.bluenetwork-simple-table .text {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  ul.bluenetwork-simple-table .title {
    white-space: normal;
  }
  ul.bluenetwork-simple-table .text {
    margin-bottom: 30px;
  }
  ul.bluenetwork-simple-table li .title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.bluenetwork-simple-table li .text {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
  }
  ul.bluenetwork-simple-table li:first-child .text {
    border-top-right-radius: 0;
  }
  ul.bluenetwork-simple-table li:last-child .title {
    border-bottom-left-radius: 0;
  }
}

ul.bluenetwork-simple-table2 {
  float: left;
  margin-bottom: 45px;
}
ul.bluenetwork-simple-table2 li {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  background-color: rgba(35, 172, 208, 0.15);
  border-bottom: solid #fff 2px;
}
ul.bluenetwork-simple-table2 li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.bluenetwork-simple-table2 li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul.bluenetwork-simple-table2 .title {
  display: block;
  width: 100%;
  color: #213c84;
  padding-left: 36px;
  padding-right: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
ul.bluenetwork-simple-table2 .title:after {
  content: "+";
  display: block;
  color: #213c84;
  float: right;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
}
ul.bluenetwork-simple-table2 .title.is-expanded:after {
  content: "-";
  font-size: 28px;
}
ul.bluenetwork-simple-table2 .text {
  padding: 0 120px 16px 35px;
  font-size: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  ul.bluenetwork-simple-table2 .title {
    padding-left: 15px;
    line-height: 125%;
    min-height: 60px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  ul.bluenetwork-simple-table2 .text {
    padding-left: 15px;
  }
}

.bluenetwork-fancy-list .header {
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 30px 0;
}
.bluenetwork-fancy-list .content p {
  padding: 0 30px;
}
.bluenetwork-fancy-list .content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.bluenetwork-fancy-list .content ul li {
  text-indent: -0.75em;
  border-top: solid #fff 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 2.75em;
  padding-right: 10px;
}
.bluenetwork-fancy-list .content ul li:before {
  content: "•";
  padding-right: 5px;
}
.bluenetwork-fancy-list .footer {
  color: #fff;
  padding: 15px 30px;
}
.bluenetwork-fancy-list .footer p {
  margin: 0;
}
.bluenetwork-fancy-list .fl-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: stretch;
}
.bluenetwork-fancy-list .fl-row {
  flex: 0 0 100%;
}
.bluenetwork-fancy-list .fl-row-1 {
  align-self: flex-start;
}
.bluenetwork-fancy-list .fl-row-2 {
  align-self: flex-end;
}
@media screen and (max-width: 991px) {
  .bluenetwork-fancy-list .header {
    text-align: left;
    padding-left: 30px;
  }
}

.fancylist-column .vc_column-inner {
  padding: 0;
}
.fancylist-column .wpb_wrapper {
  height: 100%;
}
.fancylist-column .bluenetwork-fancy-list {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .fancylist-column {
    width: 100%;
  }
}

.page-template-template-faq h1 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  border-bottom: solid #979797 1px;
  padding: 0;
  margin: 50px 0 10px 0;
  text-transform: uppercase;
}

.bluenetwork-faq-list .header {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  clear: both;
}
.bluenetwork-faq-list .header .icon {
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  top: 20px;
  left: -126px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bluenetwork-faq-list .header h2 {
  color: #19449b;
  margin: 40px 0;
  padding: 0;
  font-weight: bold;
}
.bluenetwork-faq-list .faq-rows {
  font-size: 18px;
  line-height: 28px;
}
.bluenetwork-faq-list .faq-rows p {
  margin: 0 0 15px 0;
}
.bluenetwork-faq-list .faq-rows h3 {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.bluenetwork-faq-list .faq-rows h3 a {
  display: block;
  color: #212b36;
  position: relative;
}
.bluenetwork-faq-list .faq-rows h3 a:after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #979797;
}
.bluenetwork-faq-list .faq-rows h3 a.is-expanded2:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #212b36;
}
.bluenetwork-faq-list .faq-rows h3 a:hover {
  color: #19449b;
}
.bluenetwork-faq-list .faq-rows h3 a:hover:after {
  color: #19449b;
}
.bluenetwork-faq-list .faq-rows .accordion-item {
  margin-bottom: 30px;
  border-bottom: solid #979797 1px;
  width: 100%;
  float: left;
  clear: both;
}
.bluenetwork-faq-list .faq-rows .item-content {
  display: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .bluenetwork-faq-list .header {
    margin: 15px 0;
  }
  .bluenetwork-faq-list .header h2 {
    width: auto;
    float: left;
    margin: 15px 0;
    padding-right: 10px;
  }
  .bluenetwork-faq-list .header .icon {
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    vertical-align: middle;
  }
}

.bluenetwork-video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bluenetwork-video-bg .video-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.bluenetwork-video-bg iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fat-paragraphs {
  font-size: 33px;
  line-height: 44px;
  font-weight: normal;
}
.fat-paragraphs p {
  margin-bottom: 0;
}

.bluenetwork-dist-map {
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-weight: 500;
  padding: 45px 0;
  color: #000;
}
.bluenetwork-dist-map h2 {
  font-size: 33px;
  line-height: 44px;
  font-weight: 800;
  color: inherit;
  margin: 0;
  font-weight: 600;
  color: #19449b;
  font-size: 40px;
  line-height: 50px;
}
.bluenetwork-dist-map h3 {
  color: #19449b;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bluenetwork-dist-map .highlight {
  color: #02b2e2;
}
.bluenetwork-dist-map .dist-content {
  margin-bottom: 5px;
}
.bluenetwork-dist-map .dist-content p {
  margin-bottom: 0;
}
.bluenetwork-dist-map .dist-list {
  font-family: open-sans, sans-serif;
  height: 100%;
}
.bluenetwork-dist-map .dist-list .row {
  height: 100%;
  list-style: none;
}
.bluenetwork-dist-map .dist-single {
  display: flex;
  height: 50%;
}
.bluenetwork-dist-map .dist-single .pad {
  width: 100%;
  height: 100%;
  padding: 0 0 5px 5px;
  display: block;
}
.bluenetwork-dist-map .dist-single .main {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #19449b;
  color: #fff;
  padding: 15px;
  position: relative;
}
.bluenetwork-dist-map .dist-single .main-2 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 3px #19449b;
  color: #19449b;
  padding: 15px;
  position: relative;
}
.bluenetwork-dist-map .dist-single .icon {
  display: block;
  width: 40px;
}
.bluenetwork-dist-map .dist-single .name {
  display: block;
  font-weight: bold;
}
.bluenetwork-dist-map .dist-single .dist {
  display: block;
}
.bluenetwork-dist-map .dist-single .request {
  display: block;
  width: 90px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.bluenetwork-dist-map .dist-single.no-bottom-pad .pad {
  padding-bottom: 0;
}
.bluenetwork-dist-map .map-block {
  width: 100%;
  height: 300px;
  background-color: #212b36;
}
.bluenetwork-dist-map .dist-map-wrap {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.bluenetwork-dist-map .dist-map-border {
  display: none;
  position: absolute;
  top: 50px;
  left: -45px;
  width: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 1px;
  background-repeat: repeat-y;
  background-image: url(../img/distributors/connector-line-fs8.png);
}
.bluenetwork-dist-map .row-dist-1 {
  margin-bottom: 35px;
}
.bluenetwork-dist-map .dist-hydration {
  padding-top: 15px;
}
.bluenetwork-dist-map .hydra-icon {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: auto;
}
.bluenetwork-dist-map .dist-row-form {
  display: none;
  padding-top: 35px;
}
.bluenetwork-dist-map .dist-box {
  background-color: #19449b;
  color: #fff;
  padding: 25px 40px 30px 40px;
}
.bluenetwork-dist-map .dist-row-title {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.bluenetwork-dist-map .dist-row-title .num {
  display: block;
  position: absolute;
  top: 3px;
  left: -70px;
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background-color: #02b2e2;
}
.bluenetwork-dist-map .dist-field {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
}
.bluenetwork-dist-map .dist-field label {
  display: block;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  margin: 0 0 5px 0;
}
.bluenetwork-dist-map .dist-field .spacer-text,
.bluenetwork-dist-map .dist-field .spacer-text a {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.bluenetwork-dist-map .dist-field.is-inline {
  width: auto;
}
.bluenetwork-dist-map .dist-field.field-province {
  width: 190px;
}
.bluenetwork-dist-map .dist-field.field-submit {
  width: 220px;
  float: right;
}
.bluenetwork-dist-map .dist-field.field-reset {
  display: block;
  width: auto;
  margin-top: 5px;
}
.bluenetwork-dist-map .dist-field.field-reset a {
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .bluenetwork-dist-map .dist-map-border {
    left: -30px;
  }
  .bluenetwork-dist-map .dist-row-title .num {
    width: 40px;
    height: 40px;
    line-height: 38px;
    left: -50px;
    top: 6px;
  }
}
@media screen and (max-width: 1279px) {
  .bluenetwork-dist-map .dist-map-border {
    display: none !important;
  }
  .bluenetwork-dist-map .dist-row-title {
    padding: 15px;
  }
  .bluenetwork-dist-map .dist-row-title .num {
    left: 0px;
    top: 16px;
    line-height: 48px;
    width: 50px;
    height: 50px;
  }
  .bluenetwork-dist-map .dist-row-title .txt {
    padding-left: 50px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .bluenetwork-dist-map .dist-single {
    height: auto;
  }
  .bluenetwork-dist-map .dist-single .main {
    padding-bottom: 60px;
  }
  .bluenetwork-dist-map .dist-single .main-2 {
    padding-bottom: 60px;
  }
  .bluenetwork-dist-map .dist-single .pad {
    padding: 5px 5px 0 0;
  }
  .bluenetwork-dist-map .dist-single:nth-child(2n) .pad {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bluenetwork-dist-map {
    padding: 15px 0;
  }
  .bluenetwork-dist-map .dist-box {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bluenetwork-dist-map .dist-field {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .bluenetwork-dist-map .dist-field label.empty {
    display: none;
  }
  .bluenetwork-dist-map .dist-field.is-inline {
    text-align: center;
    margin-bottom: 0;
  }
}

.dist-infowindow {
  width: 200px;
  height: 55px;
}
.dist-infowindow p {
  margin: 0;
}
.dist-infowindow .dist-iw-col1 {
  width: 36px;
  float: left;
}
.dist-infowindow .dist-iw-col2 {
  width: 100%;
  height: 100%;
  float: left;
  margin-left: -42px;
  padding-left: 56px;
}
.dist-infowindow a {
  color:white;
  text-decoration: none;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0 !important;
  border: solid #19449b 1px;
  box-shadow: none;
  background: #19449b;
}

.gm-style .gm-style-iw-t {
  z-index: 2;
}

.gm-style .gm-style-iw-t::after {
  box-shadow: -1px 1px 0px 0 #19449b;
  background: #19449b;
  top: -1px;
  z-index: 1;
}

/*
@media screen and (max-width: $screen-large) {
    .gm-style .gm-style-iw-t::after {
        box-shadow: -1px 1px 0px 0 $brand-white;
    }
}
*/
.dist-contact-form .column-inputs-1 {
  padding-right: 30px;
}
.dist-contact-form .column-inputs-2 {
  padding-left: 30px;
}
.dist-contact-form .extra-space {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dist-contact-form .extra-space2 {
  margin-top: 10px;
}
.dist-contact-form .extra-space2 + .extra-space {
  margin-top: 0;
}
.dist-contact-form h2 {
  font-size: 33px;
  line-height: 44px;
  font-weight: 800;
  color: inherit;
  margin: 0;
}
.dist-contact-form button {
  padding: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  max-width: 443px;
}
.dist-contact-form .dist-info {
  line-height: 22px;
  margin: 0 0 15px 0;
}
.dist-contact-form .dist-info .divider {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.dist-contact-form .field {
  margin: 0 0 10px 0;
}
.dist-contact-form input[type=text],
.dist-contact-form textarea {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: solid #cecece 1px;
  border-radius: 0;
  background-color: #fff;
  line-height: 37px;
  height: 37px;
  padding: 0 7px;
  font-size: 14px;
  width: 100%;
  color: #212b36;
  border-color: #19449b;
  padding: 0 15px;
}
.dist-contact-form textarea {
  height: 176px;
  padding: 15px;
  line-height: 150%;
}
.dist-contact-form button,
.dist-contact-form .button {
  font-family: nunito, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #02b2e2;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0;
  padding: 8px 10px;
  line-height: 100%;
  width: 100%;
}
.dist-contact-form button:hover,
.dist-contact-form .button:hover {
  background-color: #212b36;
}
.dist-contact-form button.is-alt,
.dist-contact-form .button.is-alt {
  width: auto;
  padding: 7px 15px;
}
.dist-contact-form button.is-small,
.dist-contact-form .button.is-small {
  font-size: 12px;
  padding: 6px;
  letter-spacing: 0.5px;
  line-height: 14px;
  height: auto;
}
.dist-contact-form button.is-callout,
.dist-contact-form .button.is-callout {
  width: 180px;
  padding: 8px 10px;
  text-align: center;
}
.dist-contact-form .group-title {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.dist-contact-form .group-title .reset {
  float: right;
  color: #212b36;
}
.dist-contact-form .group-title.is-divider {
  text-align: center;
  margin: 5px 0 15px 0;
}
.dist-contact-form .button-group {
  margin-top: 40px;
}
.dist-contact-form .button-group.is-modal {
  float: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  max-width: 160px;
}
.dist-contact-form .button-group.is-modal-ok {
  width: 65px;
}
.dist-contact-form .checkbox {
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.dist-contact-form .checkbox label {
  font-weight: normal;
  cursor: pointer;
}
.dist-contact-form .checkbox input {
  display: none;
}
.dist-contact-form .checkbox .indicator {
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: solid #19449b 1px;
  margin-right: 5px;
  background-color: #fff;
}
.dist-contact-form .checkbox input:checked + .indicator {
  background-color: #02b2e2;
}
.dist-contact-form .column-middle .checkbox {
  padding-left: 30px;
}
.dist-contact-form .column-last .checkbox {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .dist-contact-form .column-last .checkbox {
    text-align: left;
  }
}
.dist-contact-form .column-left {
  padding-right: 5px;
}
.dist-contact-form .column-right {
  padding-left: 5px;
}
.dist-contact-form .row-other {
  padding-bottom: 10px;
  display: none;
}
.dist-contact-form.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.dist-contact-form.is-loading .submit-button {
  display: none;
}
.dist-contact-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #c9d1d8;
}
.dist-contact-form ::-moz-placeholder {
  opacity: 1;
  color: #c9d1d8;
}
.dist-contact-form :-ms-input-placeholder {
  opacity: 1;
  color: #c9d1d8;
}
.dist-contact-form ::-ms-input-placeholder {
  opacity: 1;
  color: #c9d1d8;
}
.dist-contact-form ::placeholder {
  opacity: 1;
  color: #c9d1d8;
}
.dist-contact-form.dist-search-form input[type=text] {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .dist-contact-form .column-inputs-1 {
    padding-right: 15px;
  }
  .dist-contact-form .column-inputs-2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  .dist-contact-form .bn-recaptcha > div {
    margin: 0 auto;
  }
  .dist-contact-form .button-group.is-modal {
    float: none;
    margin: 13px auto 0 auto;
  }
}

.row-other-open .row-other {
  display: block;
}
.row-other-open #row_industry_fleet_related {
  margin-bottom: 0;
}

.loading-indicator {
  width: 24px;
  height: 24px;
  float: right;
  display: none;
  vertical-align: middle;
  margin-left: 5px;
}

.dist-contact-form.is-loading + .loading-indicator {
  display: block;
}

.bluenetwork-dist-disc {
  width: 238px;
  height: 238px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/distributors/TruckFleet_2-fs8.png);
}

.bluenetwork-dist-modal {
  width: 100%;
  max-width: 485px;
  margin: 130px auto 0 auto;
  position: relative;
  font-weight: bold;
}
.bluenetwork-dist-modal h2 {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.bluenetwork-dist-modal .modal-pad {
  width: 100%;
  float: left;
  clear: both;
  background-color: #19449b;
  color: #fff;
  padding: 20px 30px;
  border: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.bluenetwork-dist-modal .modal-notice {
  display: none !important;
}
.bluenetwork-dist-modal .modal-notice p {
  margin-bottom: 0;
}
.bluenetwork-dist-modal .modal-notice.is-desktop {
  display: block;
  width: 260px;
  background-color: #fff;
  padding: 20px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  position: absolute;
  top: 20px;
  left: -260px;
  z-index: 1;
}
.bluenetwork-dist-modal .modal-notice.is-mobile {
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 13px;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  .bluenetwork-dist-modal .modal-notice.is-desktop {
    display: none;
  }
  .bluenetwork-dist-modal .modal-notice.is-mobile {
    display: block;
  }
}
.bluenetwork-dist-modal .mfp-close {
  opacity: 1;
  right: -5px;
  top: -5px;
  font-size: 32px;
  color: #fff;
}
.bluenetwork-dist-modal a.secondary-contact-link {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.bluenetwork-dist-modal a.secondary-contact-link:hover {
  color: #02b2e2;
}
.bluenetwork-dist-modal:before {
  width: 238px;
  height: 238px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2023/09/nationwide-capacity.png);
  content: "";
  position: absolute;
  left: -113px;
  top: -113px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bluenetwork-dist-modal {
    margin-top: 15px;
  }
  .bluenetwork-dist-modal:before {
    display: none;
  }
}

.mfp-bg {
  background-color: #fff;
  opacity: 0.9;
}

.dist-request-error {
  background-color: #ba0404;
  color: #fff;
  width: 100%;
  float: left;
  clear: both;
  padding: 6px 12px;
  margin: 15px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
}

.bluenetwork-dist-callout .callout-contain {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.bluenetwork-dist-callout .callout-align {
  position: relative;
  z-index: 2;
  width: 80%;
  float: right;
  margin-top: 40px;
}
.bluenetwork-dist-callout .callout-pad {
  max-width: 540px;
  position: relative;
  padding: 10px 24px 24px 24px;
  background-color: #19449b;
  color: #fff;
}
.bluenetwork-dist-callout .callout-pad p {
  margin-bottom: 0;
  padding-left: 45px;
}
.bluenetwork-dist-callout .callout-pad .button:hover {
  background-color: #212b36;
}
.bluenetwork-dist-callout .offset-button {
  position: absolute;
  bottom: -15px;
  right: -20px;
}
.bluenetwork-dist-callout .bluenetwork-dist-disc-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 238px;
}
.bluenetwork-dist-callout.callout-1 {
  color: #19449b;
  margin-bottom: 100px;
}
.bluenetwork-dist-callout.callout-2 {
  margin-bottom: 160px;
}
.bluenetwork-dist-callout.callout-2 h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .bluenetwork-dist-callout .bluenetwork-dist-disc-contain {
    position: static;
    width: 100%;
    float: left;
    clear: both;
  }
  .bluenetwork-dist-callout .bluenetwork-dist-disc {
    margin: 0 auto;
  }
  .bluenetwork-dist-callout .callout-align {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 60px 0;
  }
  .bluenetwork-dist-callout .callout-pad {
    padding: 15px;
  }
  .bluenetwork-dist-callout .callout-pad p {
    padding-left: 0;
  }
  .bluenetwork-dist-callout .offset-button {
    position: static;
    bottom: auto;
    right: auto;
    text-align: left;
    margin: 15px 0 0;
  }
  .bluenetwork-dist-callout.callout-1 {
    margin-bottom: 60px;
  }
  .bluenetwork-dist-callout.callout-2 {
    margin-bottom: 60px;
  }
}

.testimonials-row {
  margin-bottom: 150px;
}
.testimonials-row .testi-wrap {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}
.testimonials-row h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 15px;
}
.testimonials-row blockquote {
  margin-left: 50px;
  position: relative;
}
.testimonials-row blockquote footer {
  color: #19449b;
}
.testimonials-row blockquote cite {
  font-style: normal;
}
.testimonials-row blockquote:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -48px;
  width: 36px;
  height: 36px;
  background-image: url(../img/quote-fs8.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.testimonials-row .slick-prev,
.testimonials-row .slick-next {
  width: 18px;
  height: 32px;
  margin-top: -32px;
}
.testimonials-row .slick-prev {
  left: -50px;
}
.testimonials-row .slick-next {
  right: -50px;
}
.testimonials-row .slick-prev:before,
.testimonials-row .slick-next:before {
  content: "";
  display: block;
  font-family: inherit;
  width: 18px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.testimonials-row .slick-prev:before {
  background-image: url(../img/arrow-prev-fs8.png);
}
.testimonials-row .slick-next:before {
  background-image: url(../img/arrow-next-fs8.png);
}
@media screen and (max-width: 991px) {
  .testimonials-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-row .slick-prev,
.testimonials-row .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .testimonials-row h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.news-content {
  margin-top: 70px;
  margin-bottom: 100px;
}
.news-content p {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 575px) {
  .news-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.blue-h2blu-product .headline {
  font-family: nunito, sans-serif;
  font-weight: 700;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #212b36;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: solid #fff 5px;
}
.blue-h2blu-product .content {
  background-color: #dff3f8;
  text-align: center;
  padding: 15px;
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
}
.blue-h2blu-product .content1 {
  border-top: solid #fff 5px;
  padding-top: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.blue-h2blu-product .content1 .title {
  color: #19449b;
  font-size: 14px;
  margin-bottom: 5px;
}
.blue-h2blu-product .content2 {
  border-top: solid #fff 5px;
}
.blue-h2blu-product .slide {
  display: block !important;
}
.blue-h2blu-product .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.blue-h2blu-product .slick-dots {
  bottom: -28px;
}
.blue-h2blu-product .slick-dots li button:before {
  display: none;
}
.blue-h2blu-product .slick-dots li,
.blue-h2blu-product .slick-dots li button {
  width: 16px;
  height: 10px;
}
.blue-h2blu-product .slick-dots li {
  margin: 0;
}
.blue-h2blu-product .slick-dots li button {
  padding: 0 3px;
}
.blue-h2blu-product .slick-dots li button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.blue-h2blu-product .slick-dots li.slick-active button:after {
  background-color: #02b2e2;
}
.blue-h2blu-product .slick-dots li button:hover:after,
.blue-h2blu-product .slick-dots li.slick-active button:hover:after {
  background-color: #555555;
}
.blue-h2blu-product .slick-prev,
.blue-h2blu-product .slick-next {
  width: 12px;
  height: 21px;
  margin-top: -10px;
  z-index: 1;
}
.blue-h2blu-product .slick-prev {
  left: 6px;
}
.blue-h2blu-product .slick-next {
  right: 6px;
}
.blue-h2blu-product .slick-prev:before,
.blue-h2blu-product .slick-next:before {
  content: "";
  display: block;
  font-family: inherit;
  width: 12px;
  height: 21px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.blue-h2blu-product .slick-prev:before {
  background-image: url(../img/arrow-prev-fs8.png);
}
.blue-h2blu-product .slick-next:before {
  background-image: url(../img/arrow-next-fs8.png);
}
@media screen and (max-width: 767px) {
  .blue-h2blu-product .slick-dots li button:hover:after,
.blue-h2blu-product .slick-dots li.slick-active button:hover:after {
    background-color: #02b2e2;
  }
}

.page-id-241 .hover-column-row {
  text-align: center;
}
.page-id-241 .bluenetwork-hover-column.is-type1 .title {
  text-align: center;
}

/**
 * About
 */
.page-id-177 .bluenetwork-hero,
.page-id-255 .bluenetwork-hero {
  background-position: top;
}
.page-id-177 .bluenetwork-hero p,
.page-id-255 .bluenetwork-hero p {
  padding-left: 4px;
}
.page-id-177 .bluenetwork-hero .content,
.page-id-255 .bluenetwork-hero .content {
  padding-top: 153px;
}
@media screen and (max-width: 1600px) {
  .page-id-177 .bluenetwork-hero .content,
.page-id-255 .bluenetwork-hero .content {
    padding-top: 103px;
  }
}
@media screen and (max-width: 1400px) {
  .page-id-177 .bluenetwork-hero .content,
.page-id-255 .bluenetwork-hero .content {
    padding-top: 63px;
  }
  .page-id-177 .bluenetwork-hero h1,
.page-id-255 .bluenetwork-hero h1 {
    font-size: 58px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1260px) {
  .page-id-177 .bluenetwork-hero .content,
.page-id-255 .bluenetwork-hero .content {
    padding-top: 33px !important;
  }
  .page-id-177 .bluenetwork-hero h1,
.page-id-255 .bluenetwork-hero h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .page-id-177 .bluenetwork-hero .content a.bluenetwork-button,
.page-id-255 .bluenetwork-hero .content a.bluenetwork-button {
    padding: 8px 16px;
  }
  .page-id-177 .bluenetwork-hero .content h1,
.page-id-177 .bluenetwork-hero .content p,
.page-id-255 .bluenetwork-hero .content h1,
.page-id-255 .bluenetwork-hero .content p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 850px) {
  .page-id-177 .bluenetwork-hero .content,
.page-id-255 .bluenetwork-hero .content {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-177 .bluenetwork-hero h1,
.page-id-255 .bluenetwork-hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/**
 * How It Works
 */
.page-id-133 .bluenetwork-hero {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.page-id-133 .bluenetwork-hero h1 strong {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .page-id-133 .bluenetwork-hero {
    text-shadow: none;
  }
  .page-id-133 .bluenetwork-hero h1 strong {
    text-shadow: none;
  }
}

/**
 * Products & Services
 */
/*
 .page-id-10 {
    .bluenetwork-hero {
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        @media screen and (max-width: $screen-medium) {
            text-shadow: none;
        }
    }
}
*/
/*****************************************************************************
 * z-index control, centralized, override all
 *****************************************************************************/
#wpadminbar,
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  z-index: 28000035;
}

header.main {
  z-index: 28000015;
}

.drawer,
.nav-drawer-menu ul.sub-menu {
  z-index: 28000015;
}

.mfp-wrap,
.mfp-bg,
.select2-container {
  z-index: 28000036;
}

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

/*****************************************************************************
 * Change X inside the map to white
 *****************************************************************************/
.gm-ui-hover-effect img {
	filter: brightness(0) invert(1);
}

/*****************************************************************************
 * Fix Industry/Fleet dropdown
 *****************************************************************************/
.select2-container .select2-selection--single {
	user-select: auto !important;
	-webkit-user-select: auto !important;
}

.gm-style-iw-d{
  overflow:hidden  !important;
}

/*Subscript CSS*/
sub {font-size:small; vertical-align: sub;}