/*!
Theme Name: Proxy Insight
Theme URI: https://www.proxyinsight.com
Author: Highscore Web Design
Author URI: http://www.highscore.co.uk/
Description: Proxy Insight Website
Version: 1.0.0
*/
/* COMPASS IMPORTS */
/* BASE - Base styles, Normalize, Colours, Typography */
/* blues */
/* greys */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    html {
      font-size: 56.5%; } }
  @media (max-width: 767px) {
    html {
      font-size: 58.5%; } }

body {
  height: 100%;
  position: relative;
  background: white;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #6f6f6e;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.2rem; }

/* Text-level semantics */
p {
  margin: 0;
  padding: 0; 
  font-weight:300;}

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #246480;
  color: black;
  font-weight: normal;
  font-style: italic; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

ins {
  color: white;
  background-color: #246480;
  text-decoration: none; }

del {
  text-decoration: line-through; }

strong, b {
  font-weight: 700; }

em {
  font-style: normal; }

/* images */
img {
  border: none;
  display: block;
  font-size: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: transparent; }

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0;
  /*&:first-of-type:before,
  &:last-of-type:after {
      content: '\0022';
  }*/ }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol,
dl {
  margin: 0;
  padding: 0; }

ul li,
ol li,
dl li {
  list-style-position: outside; }

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a {
  color: #3faccb;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none; }
  a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    color: #246480; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 100;
  color: #246480; }

/* POSITIONING
 * ------------------------------------------------ */
.top {
  top: 0;
  position: relative; }

.bottom {
  bottom: 0;
  position: relative; }

/* EXTRAS
 * ------------------------------------------------ */
/* Mozilla based browsers */
::-moz-selection {
  background-color: #246480;
  color: white; }

/* Works in Safari */
::-moz-selection {
  background-color: #246480;
  color: white; }
::selection {
  background-color: #246480;
  color: white; }

/* TRANSITIONS
 * ------------------------------------------------ */
a, .flex-nav a:before, .slider-nav a:before, .activity-wall-widget h2, .activity-wall-widget p, .btn-close i, .reports-cta-widget .title-sml {
  transition: color 0.3s ease; }

.btn, .gform_wrapper input.button, .login-lightbox .btn, #resources .feature-cta-widget .btn, .sidebar-cta-widget .block-cta, .gform_button {
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }

.enquiry-btn, .panel-default a {
  transition: background 0.3s ease, color 0.3s ease; }

#bgMask, #subNav a, .bg-img, .block-cta:after, .reveal-btn .btn, .reveal-btn .gform_wrapper input.button, .gform_wrapper .reveal-btn input.button, .reveal-btn #resources .feature-cta-widget .btn, #resources .feature-cta-widget .reveal-btn .btn, .feature-cta-widget .img-overlay, .logo-widget a, .product-features .synopsis, .thumbnail-listing img {
  transition: opacity 0.3s ease; }

.flex-nav a, .slider-nav a, .nav-menu-btn .icon-bar, #subNav, .bx-wrapper .bx-pager a, .reports-cta-widget .block-cta {
  transition: background 0.3s ease; }

.img-overlay {
  transition: background 0.3s ease, opacity 0.3s ease; }

.feature-cta-widget .block-cta {
  transition: box-shadow 0.3s ease; }

.bg-scale .bg-img {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

#mainWrapper, #sidebarNav, #globalHeader, a.logo {
  transition: all 0.3s ease; }

.nav-wrapper, #mainNav {
  transition: margin 0.3s ease; }

.reveal-btn .caption {
  transition: bottom 0.3s ease; }

.gfield input, .gfield textarea, .gfield select {
  transition: border 0.3s ease; }

.showme {
  transition: opacity 0.7s ease; }

/* CONTENT EFFECTS
 * ------------------------------------------------ */
/* content slide up */
.reveal-btn .caption {
  bottom: -65px !important; }
.reveal-btn .btn, .reveal-btn .gform_wrapper input.button, .gform_wrapper .reveal-btn input.button, .reveal-btn #resources .feature-cta-widget .btn, #resources .feature-cta-widget .reveal-btn .btn {
  opacity: 0;
  background: #3faccb; }
.reveal-btn:hover .caption {
  bottom: 0 !important; }
.reveal-btn:hover .btn, .reveal-btn:hover .gform_wrapper input.button, .gform_wrapper .reveal-btn:hover input.button, .reveal-btn:hover #resources .feature-cta-widget .btn, #resources .feature-cta-widget .reveal-btn:hover .btn {
  opacity: 1;
  background: #3faccb !important; }

/* bg scale */
.bg-scale:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

/* FADES
 * ------------------------------------------------ */
.hideme {
  opacity: 0; }
  @media (max-width: 1024px) {
    .hideme {
      opacity: 1 !important; } }

.showme {
  opacity: 1; }

/* PARALLAX
 * ------------------------------------------------ */
/*.skrollable {

    @include breakpoint('sm-ls') {
        opacity: 1 !important;
        transform: none !important;
        background-position: 0 0 !important;
    }
}*/
/* COMPONENTS - Individual site components */
/* TEXT COLOURS
--------------------------------------------*/
/* white */
.white-text h1, .white-text h2, .white-text h3,
.white-text h4, .white-text h5, .white-text h6,
.white-text p, .white-text li, .white-text span:not(.btn), .white-text blockquote {
  color: white; }

/* blue */
.blue-text h1, .blue-text h2, .blue-text h3,
.blue-text h4, .blue-text h5, .blue-text h6,
.blue-text p, .blue-text li, .blue-text span:not(.btn), .blue-text blockquote {
  color: #246480; }

/* grey */
.grey-text h1, .grey-text h2, .grey-text h3,
.grey-text h4, .grey-text h5, .grey-text h6,
.grey-text p, .grey-text li, .grey-text span:not(.btn), .grey-text blockquote {
  color: #6f6f6e; }

/* if widget has bg change text to white */
.has-bg h1, .has-bg h2, .has-bg h3,
.has-bg h4, .has-bg h5, .has-bg h6,
.has-bg p, .has-bg li, .has-bg span:not(.btn), .has-bg blockquote {
  color: white; }

/* GENERIC HEADINGS
--------------------------------------------*/
/* ACCORDION
--------------------------------------------*/
.panel-group {
  margin: 10px 0 -25px;
  border: none; }
  @media (max-width: 991px) {
    .panel-group {
      margin-bottom: 0; } }
  .panel-group .panel {
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .panel-group .panel {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .panel-group .panel {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .panel-group .panel:last-of-type {
        margin-bottom: 0; } }
  .panel-group .panel-default {
    border: none;
    border-radius: 0;
    border: 1px solid #3faccb; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border: none; }

.panel {
  padding: 0;
  box-shadow: none;
  background: white; }

.panel-heading {
  padding: 0;
  overflow: hidden; }
  .panel-heading a {
    padding: 30px;
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      .panel-heading a {
        padding: 15px 20px; } }
    .panel-heading a:after {
      content: '\e910';
      font-family: 'icomoon';
      font-size: 1.8rem;
      color: #3faccb;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      right: 25px;
      position: absolute; }
  .panel-heading h3 {
    width: 80%;
    font-size: 2.5rem;
    line-height: 3.1rem;
    color: #3faccb; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .panel-heading h3 {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .panel-heading h3 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .panel-heading h3 {
        font-size: 2.1rem;
        line-height: 2.7rem; } }

.panel-default > .panel-heading {
  border: none;
  border-radius: 0;
  background: white; }
  .panel-default > .panel-heading a:hover {
    background: #d7eef4; }
    .panel-default > .panel-heading a:hover:after {
      color: #3faccb; }

.panel-active > .panel-heading {
  background: white; }
  .panel-active > .panel-heading a:hover {
    color: #3faccb;
    background: none; }
    .panel-active > .panel-heading a:hover:after {
      color: #3faccb; }
  .panel-active > .panel-heading a:after {
    content: '\e90e'; }

.panel-title {
  font-size: inherit; }

.panel-body {
  padding: 0 30px 30px; }
  @media (max-width: 767px) {
    .panel-body {
      padding: 0 20px 20px; } }

/* BG COLORS
--------------------------------------------*/
.bg-white {
  background: white; }

.bg-blue-base {
  background: #246480; }

.bg-blue-dark {
  background: #246480; }

.bg-blue-light {
  background: #3faccb; }

.bg-blue-x-light {
  background: #3faccb; }

.bg-grey-light {
  background: #e9e9e9; }

/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3; }

/* gradient overlay colours */
.gradient-overlay-black {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.gradient-overlay-black-bottom, .sub-nav #pageBanner:after {
  background: transparent 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.gradient-overlay-grey {
  background: rgba(72, 72, 72, 0.8) 0%;
  background: linear-gradient(to right, rgba(72, 72, 72, 0.8) 0%, rgba(233, 233, 233, 0.8) 100%); }

.gradient-overlay-blue-base {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NjQ4MCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzI0NjQ4MCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDY0ODAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to right, rgba(36, 100, 128, 0.9) 0%, rgba(36, 100, 128, 0.6) 30%, rgba(36, 100, 128, 0) 100%); }

.gradient-overlay-blue-light {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYWNjYiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzNmYWNjYiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZmFjY2IiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to right, rgba(63, 172, 203, 0.9) 0%, rgba(63, 172, 203, 0.6) 30%, rgba(63, 172, 203, 0) 100%); }

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3; }

/* block overlay colours */
.img-overlay-black {
  opacity: 0.5;
  background-color: black; }
  @media (max-width: 991px) {
    .img-overlay-black {
      opacity: 0.6; } }

.img-overlay-blue-light {
  opacity: 0.8;
  background: #3faccb; }

.img-overlay-blue-base {
  opacity: 0.8;
  background: #246480; }

.img-overlay-blue-dark {
  opacity: 0.8;
  background: #246480; }

.img-overlay-grey-dark {
  opacity: 0.8;
  background: #484848; }

.img-overlay-grey-base {
  opacity: 0.8;
  background: #6f6f6e; }

.img-overlay-grey-light {
  opacity: 0.85;
  background: #e9e9e9; }

/* BG COVER IMAGE
--------------------------------------------*/
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #246480;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* BLOCKS
--------------------------------------------*/
/* deafult block */
.block {
  width: 100%;
  height: 100%;
  position: relative; }
  .block .caption {
    width: 100%;
    height: auto;
    padding: 30px;
    position: absolute;
    z-index: 4; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .block .caption {
        padding: 25px; } }
    @media (max-width: 767px) {
      .block .caption {
        padding: 25px 20px; } }
  .block .btn, .block .gform_wrapper input.button, .gform_wrapper .block input.button, .block #resources .feature-cta-widget .btn, #resources .feature-cta-widget .block .btn {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .block .btn, .block .gform_wrapper input.button, .gform_wrapper .block input.button, .block #resources .feature-cta-widget .btn, #resources .feature-cta-widget .block .btn {
        margin-top: 15px; } }

/* BUTTONS
--------------------------------------------*/
/* primary button styles */
.btn, .gform_wrapper input.button, .login-lightbox .btn, #resources .feature-cta-widget .btn {
  margin: 0;
  padding: 7px 15px 8px !important;
  color: #246480;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
  outline: none !important;
  border-radius: 0;
  border: 2px solid transparent;
  position: relative;
  display: inline-block;
  background-color: white; }
  @media (max-width: 767px) {
    .btn, .gform_wrapper input.button, .login-lightbox .btn, #resources .feature-cta-widget .btn {
      padding: 5px 11px 6px !important; } }
  .btn:hover, .gform_wrapper input.button:hover, #resources .feature-cta-widget .btn:hover, .btn:focus, .gform_wrapper input.button:focus, #resources .feature-cta-widget .btn:focus {
    color: white;
    box-shadow: none;
    border: 2px solid white;
    outline: none !important;
    background-color: transparent; }
  .btn:active, .gform_wrapper input.button:active, #resources .feature-cta-widget .btn:active, .btn.active, .gform_wrapper input.active.button, #resources .feature-cta-widget .active.btn {
    box-shadow: none; }

a:hover .btn, a:hover .gform_wrapper input.button, .gform_wrapper a:hover input.button, a:hover #resources .feature-cta-widget .btn, #resources .feature-cta-widget a:hover .btn,
a:focus .btn,
a:focus .gform_wrapper input.button,
.gform_wrapper a:focus input.button,
a:focus #resources .feature-cta-widget .btn,
#resources .feature-cta-widget a:focus .btn {
  color: white;
  border: 2px solid white;
  background-color: transparent; }

/* light blue button */
.btn-alt, .gform_wrapper input.button, .login-lightbox .btn, .login-lightbox #resources .feature-cta-widget .btn, #resources .feature-cta-widget .login-lightbox .btn, .floated-img-text-widget.bg-grey-light .btn, .floated-img-text-widget.bg-grey-light .gform_wrapper input.button, .gform_wrapper .floated-img-text-widget.bg-grey-light input.button, .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn, #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn, .no-bg .btn, .no-bg #resources .feature-cta-widget .btn, #resources .feature-cta-widget .no-bg .btn {
  color: white;
  background-color: #3faccb; }
  @media (max-width: 767px) {
    .btn-alt, .gform_wrapper input.button, .login-lightbox .btn, .login-lightbox #resources .feature-cta-widget .btn, #resources .feature-cta-widget .login-lightbox .btn, .floated-img-text-widget.bg-grey-light .btn, .floated-img-text-widget.bg-grey-light .gform_wrapper input.button, .gform_wrapper .floated-img-text-widget.bg-grey-light input.button, .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn, #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn, .no-bg .btn, .no-bg #resources .feature-cta-widget .btn, #resources .feature-cta-widget .no-bg .btn {
      padding: 5px 11px 6px !important; } }
  .btn-alt:hover, .gform_wrapper input.button:hover, .login-lightbox .btn:hover, .login-lightbox #resources .feature-cta-widget .btn:hover, #resources .feature-cta-widget .login-lightbox .btn:hover, .floated-img-text-widget.bg-grey-light .btn:hover, .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn:hover, #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn:hover, .no-bg .btn:hover, .no-bg #resources .feature-cta-widget .btn:hover, #resources .feature-cta-widget .no-bg .btn:hover, .btn-alt:focus, .gform_wrapper input.button:focus, .login-lightbox .btn:focus, .login-lightbox #resources .feature-cta-widget .btn:focus, #resources .feature-cta-widget .login-lightbox .btn:focus, .floated-img-text-widget.bg-grey-light .btn:focus, .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn:focus, #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn:focus, .no-bg .btn:focus, .no-bg #resources .feature-cta-widget .btn:focus, #resources .feature-cta-widget .no-bg .btn:focus {
    color: #3faccb;
    border: 2px solid #3faccb;
    background-color: transparent; }

a:hover .btn-alt, a:hover .gform_wrapper input.button, .gform_wrapper a:hover input.button, a:hover .login-lightbox .btn, .login-lightbox a:hover .btn, a:hover .login-lightbox #resources .feature-cta-widget .btn, .login-lightbox #resources .feature-cta-widget a:hover .btn, a:hover #resources .feature-cta-widget .login-lightbox .btn, #resources .feature-cta-widget .login-lightbox a:hover .btn, a:hover .floated-img-text-widget.bg-grey-light .btn, .floated-img-text-widget.bg-grey-light a:hover .btn, a:hover .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn, .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget a:hover .btn, a:hover #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn, #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light a:hover .btn, a:hover .no-bg .btn, .no-bg a:hover .btn, a:hover .no-bg #resources .feature-cta-widget .btn, .no-bg #resources .feature-cta-widget a:hover .btn, a:hover #resources .feature-cta-widget .no-bg .btn, #resources .feature-cta-widget .no-bg a:hover .btn,
a:focus .btn-alt,
a:focus .gform_wrapper input.button,
.gform_wrapper a:focus input.button,
a:focus .login-lightbox .btn,
.login-lightbox a:focus .btn,
a:focus .login-lightbox #resources .feature-cta-widget .btn,
.login-lightbox #resources .feature-cta-widget a:focus .btn,
a:focus #resources .feature-cta-widget .login-lightbox .btn,
#resources .feature-cta-widget .login-lightbox a:focus .btn,
a:focus .floated-img-text-widget.bg-grey-light .btn,
.floated-img-text-widget.bg-grey-light a:focus .btn,
a:focus .floated-img-text-widget.bg-grey-light #resources .feature-cta-widget .btn,
.floated-img-text-widget.bg-grey-light #resources .feature-cta-widget a:focus .btn,
a:focus #resources .feature-cta-widget .floated-img-text-widget.bg-grey-light .btn,
#resources .feature-cta-widget .floated-img-text-widget.bg-grey-light a:focus .btn,
a:focus .no-bg .btn,
.no-bg a:focus .btn,
a:focus .no-bg #resources .feature-cta-widget .btn,
.no-bg #resources .feature-cta-widget a:focus .btn,
a:focus #resources .feature-cta-widget .no-bg .btn,
#resources .feature-cta-widget .no-bg a:focus .btn {
  color: #3faccb;
  border: 2px solid #3faccb;
  background-color: transparent; }

/* CONTACT DETAILS
--------------------------------------------*/
.contact-details a {
  display: inline-block;
  color: #246480; }
  .contact-details a:hover {
    color: #3faccb; }
.contact-details .email:before {
  content: '\e904'; }
.contact-details .telephone {
  margin-top: 3px; }
  .contact-details .telephone:before {
    content: '\e907'; }
.contact-details div p {
  position: relative;
  padding-left: 45px;
  font-size: 2rem;
  line-height: 3.5rem; }
  @media (max-width: 767px) {
    .contact-details div p {
      padding-left: 35px;
      font-size: 1.8rem;
      line-height: 3.2rem; } }
  .contact-details div p:before {
    font-size: 2.6rem;
    font-family: 'icomoon';
    color: #246480;
    top: 1px;
    left: 0;
    position: absolute; }
    @media (max-width: 767px) {
      .contact-details div p:before {
        font-size: 2.4rem; } }
.contact-details address {
  margin: 15px 0 0;
  padding-left: 45px;
  position: relative;
  color: #246480;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  .contact-details address:before {
    content: '\e902';
    font-size: 3rem;
    font-family: 'icomoon';
    color: #246480;
    top: 5px;
    left: 0;
    position: absolute; }
  .contact-details address a {
    font-weight: 500; }

/* CTA BLOCK
--------------------------------------------*/
.block-cta {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

/* FANCYBOX
--------------------------------------------*/
/* fancybox overwrites */
.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-skin,
.fancybox-nav span,
.fancybox-close {
  background: none; }

.fancybox-inner {
  border: none; }

.fancybox-image,
.fancybox-iframe {
  border: 1px solid white !important; }

.fancybox-close {
  z-index: 1004;
  position: absolute;
  top: -50px !important;
  right: -4px !important;
  cursor: pointer;
  width: 36px;
  height: 36px;
  text-indent: -9999px; }
  .fancybox-close:before {
    content: '\e906';
    font-family: 'icomoon';
    font-size: 2.6rem;
    color: white;
    text-indent: 0;
    font-weight: 900;
    top: 10px;
    left: 10px;
    position: absolute; }

.fancybox-prev {
  z-index: 1010;
  left: -45px; }
  .fancybox-prev span {
    left: 10px; }
    .fancybox-prev span:before {
      content: "\e901";
      font-family: 'icomoon';
      top: -5px;
      left: 12px;
      font-size: 2.1rem;
      color: white; }

.fancybox-next {
  z-index: 1010;
  right: -40px; }
  .fancybox-next span {
    right: -15px; }
    .fancybox-next span:before {
      content: "\e902";
      font-family: 'icomoon';
      top: -5px;
      left: 12px;
      font-size: 2.1rem;
      color: white; }

.fancybox-nav span {
  z-index: 1003;
  margin-top: -18px;
  visibility: hidden;
  cursor: pointer;
  width: 36px;
  height: 36px;
  top: 50%;
  position: absolute; }

.fancybox-title-float-wrap, .fancybox-title-inside-wrap {
  bottom: 0;
  right: 50%;
  z-index: 8050;
  padding-top: 0;
  text-align: center;
  position: relative; }
  .fancybox-title-float-wrap .child, .fancybox-title-inside-wrap .child {
    max-width: 80%;
    display: inline-block;
    margin-right: -100%;
    margin-top: 30px;
    padding: 10px 20px;
    background: none;
    color: white;
    border: 1px solid white;
    font-size: 2.2rem;
    line-height: 3.2rem; }
  .fancybox-title-float-wrap a:hover, .fancybox-title-inside-wrap a:hover, .fancybox-title-float-wrap a:focus, .fancybox-title-inside-wrap a:focus {
    color: white; }

/* FORMS
--------------------------------------------*/
form p {
  margin: 0; }
form br {
  display: none; }
form .btn, form .gform_wrapper input.button, .gform_wrapper form input.button, form .login-lightbox .btn, .login-lightbox form .btn, form #resources .feature-cta-widget .btn, #resources .feature-cta-widget form .btn {
  margin-top: 0; }

/* resets */
input, textarea, button {
  outline: medium none; }

::-ms-clear {
  display: none; }

/* placeholder text */
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #246480 !important;
  transition: opacity 0.3s ease; }

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #246480 !important;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #246480 !important;
  transition: opacity 0.3s ease; }

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #246480 !important;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0; }

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0; }

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0; }

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

/* horizontal form */
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;

  /* radio buttons and checkboxes */
  /* select dropdown */
  /* hide label */
  /* phone number fields */
  /* gravity forms base overwrites */
  /* gravity forms multi-column */
  /* encased checkboxes panel */
  /* gravity forms validation */ }
  .gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
    font-weight: 100 !important; }
    @media (max-width: 767px) {
      .gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
        width: 60%; } }
  .gform_wrapper .gfield {
    margin: 0 0 15px !important; }
    @media (max-width: 1199px) {
      .gform_wrapper .gfield {
        margin: 0 0 10px !important; } }
  .gform_wrapper input,
  .gform_wrapper textarea,
  .gform_wrapper .gfield_select {
    padding: 6px 12px !important;
    box-shadow: none;
    text-indent: inherit !important;
    color: #246480;
    background: white;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    width: 100%;
    height: 37px;
    font-size: 1.6rem;
    line-height: 1.8rem; }
    @media (max-width: 991px) {
      .gform_wrapper input,
      .gform_wrapper textarea,
      .gform_wrapper .gfield_select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gform_wrapper input,
      .gform_wrapper textarea,
      .gform_wrapper .gfield_select {
        height: 34px;
        font-size: 1.5rem !important; } }
    @media (max-width: 767px) {
      .gform_wrapper input,
      .gform_wrapper textarea,
      .gform_wrapper .gfield_select {
        height: 30px;
        font-size: 1.4rem !important;
        padding: 3px 6px !important; } }
    .gform_wrapper input:focus,
    .gform_wrapper textarea:focus,
    .gform_wrapper .gfield_select:focus {
      outline: 0;
      border: 1px solid #246480;
      box-shadow: none; }
  .gform_wrapper textarea,
  .gform_wrapper textarea.form-control {
    width: 100% !important;
    height: 134px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .gform_wrapper textarea,
      .gform_wrapper textarea.form-control {
        height: 127px !important; } }
    @media (max-width: 767px) {
      .gform_wrapper textarea,
      .gform_wrapper textarea.form-control {
        height: 100px !important; } }
  .gform_wrapper input.button {
    width: auto !important;
    height: auto !important; }
    @media (max-width: 767px) {
      .gform_wrapper input.button {
        padding: 5px 11px 6px !important; } }
  .gform_wrapper input:-webkit-autofill {
    -webkit-text-fill-color: #484848 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .gform_wrapper .radio-check-item,
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    height: 30px;
    overflow: visible;
    margin: 0 0 5px !important; }
    @media (max-width: 991px) {
      .gform_wrapper .radio-check-item,
      .gform_wrapper .gfield_checkbox li,
      .gform_wrapper .gfield_radio li {
        margin: 0 0 2px !important; } }
    .gform_wrapper .radio-check-item input[type=checkbox],
    .gform_wrapper .radio-check-item input[type=radio],
    .gform_wrapper .radio-check-item span,
    .gform_wrapper .gfield_checkbox li input[type=checkbox],
    .gform_wrapper .gfield_checkbox li input[type=radio],
    .gform_wrapper .gfield_checkbox li span,
    .gform_wrapper .gfield_radio li input[type=checkbox],
    .gform_wrapper .gfield_radio li input[type=radio],
    .gform_wrapper .gfield_radio li span {
      opacity: 0;
      display: none !important; }
      .gform_wrapper .radio-check-item input[type=checkbox] + label,
      .gform_wrapper .radio-check-item input[type=radio] + label,
      .gform_wrapper .radio-check-item span + label,
      .gform_wrapper .gfield_checkbox li input[type=checkbox] + label,
      .gform_wrapper .gfield_checkbox li input[type=radio] + label,
      .gform_wrapper .gfield_checkbox li span + label,
      .gform_wrapper .gfield_radio li input[type=checkbox] + label,
      .gform_wrapper .gfield_radio li input[type=radio] + label,
      .gform_wrapper .gfield_radio li span + label {
        position: relative;
        display: inline-block;
        color: #246480;
        cursor: pointer;
        padding: 3px 0 0 37px;
        margin: 0 !important;
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 2.3rem; }
        @media (min-width: 768px) and (max-width: 991px) {
          .gform_wrapper .radio-check-item input[type=checkbox] + label,
          .gform_wrapper .radio-check-item input[type=radio] + label,
          .gform_wrapper .radio-check-item span + label,
          .gform_wrapper .gfield_checkbox li input[type=checkbox] + label,
          .gform_wrapper .gfield_checkbox li input[type=radio] + label,
          .gform_wrapper .gfield_checkbox li span + label,
          .gform_wrapper .gfield_radio li input[type=checkbox] + label,
          .gform_wrapper .gfield_radio li input[type=radio] + label,
          .gform_wrapper .gfield_radio li span + label {
            font-size: 1.5rem;
            line-height: 2.1rem; } }
        @media (max-width: 767px) {
          .gform_wrapper .radio-check-item input[type=checkbox] + label,
          .gform_wrapper .radio-check-item input[type=radio] + label,
          .gform_wrapper .radio-check-item span + label,
          .gform_wrapper .gfield_checkbox li input[type=checkbox] + label,
          .gform_wrapper .gfield_checkbox li input[type=radio] + label,
          .gform_wrapper .gfield_checkbox li span + label,
          .gform_wrapper .gfield_radio li input[type=checkbox] + label,
          .gform_wrapper .gfield_radio li input[type=radio] + label,
          .gform_wrapper .gfield_radio li span + label {
            padding-left: 30px;
            padding-top: 5px;
            font-size: 1.5rem;
            line-height: 2.1rem; } }
        .gform_wrapper .radio-check-item input[type=checkbox] + label:after, .gform_wrapper .radio-check-item input[type=checkbox] + label:before,
        .gform_wrapper .radio-check-item input[type=radio] + label:after,
        .gform_wrapper .radio-check-item input[type=radio] + label:before,
        .gform_wrapper .radio-check-item span + label:after,
        .gform_wrapper .radio-check-item span + label:before,
        .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after,
        .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
        .gform_wrapper .gfield_checkbox li input[type=radio] + label:after,
        .gform_wrapper .gfield_checkbox li input[type=radio] + label:before,
        .gform_wrapper .gfield_checkbox li span + label:after,
        .gform_wrapper .gfield_checkbox li span + label:before,
        .gform_wrapper .gfield_radio li input[type=checkbox] + label:after,
        .gform_wrapper .gfield_radio li input[type=checkbox] + label:before,
        .gform_wrapper .gfield_radio li input[type=radio] + label:after,
        .gform_wrapper .gfield_radio li input[type=radio] + label:before,
        .gform_wrapper .gfield_radio li span + label:after,
        .gform_wrapper .gfield_radio li span + label:before {
          content: '';
          position: absolute; }
        .gform_wrapper .radio-check-item input[type=checkbox] + label:before,
        .gform_wrapper .radio-check-item input[type=radio] + label:before,
        .gform_wrapper .radio-check-item span + label:before,
        .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
        .gform_wrapper .gfield_checkbox li input[type=radio] + label:before,
        .gform_wrapper .gfield_checkbox li span + label:before,
        .gform_wrapper .gfield_radio li input[type=checkbox] + label:before,
        .gform_wrapper .gfield_radio li input[type=radio] + label:before,
        .gform_wrapper .gfield_radio li span + label:before {
          left: 0;
          top: 3px;
          width: 23px;
          height: 23px;
          background: white;
          border: 1px solid #d0d0d0; }
          @media (max-width: 767px) {
            .gform_wrapper .radio-check-item input[type=checkbox] + label:before,
            .gform_wrapper .radio-check-item input[type=radio] + label:before,
            .gform_wrapper .radio-check-item span + label:before,
            .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
            .gform_wrapper .gfield_checkbox li input[type=radio] + label:before,
            .gform_wrapper .gfield_checkbox li span + label:before,
            .gform_wrapper .gfield_radio li input[type=checkbox] + label:before,
            .gform_wrapper .gfield_radio li input[type=radio] + label:before,
            .gform_wrapper .gfield_radio li span + label:before {
              top: 4px;
              width: 21px;
              height: 21px; } }
        .gform_wrapper .radio-check-item input[type=checkbox] + label:after,
        .gform_wrapper .radio-check-item input[type=radio] + label:after,
        .gform_wrapper .radio-check-item span + label:after,
        .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after,
        .gform_wrapper .gfield_checkbox li input[type=radio] + label:after,
        .gform_wrapper .gfield_checkbox li span + label:after,
        .gform_wrapper .gfield_radio li input[type=checkbox] + label:after,
        .gform_wrapper .gfield_radio li input[type=radio] + label:after,
        .gform_wrapper .gfield_radio li span + label:after {
          left: 3px;
          top: 3px;
          opacity: 0;
          content: '\e5ca';
          font-size: 1.7rem;
          font-family: 'icomoon';
          color: #246480; }
          @media (max-width: 767px) {
            .gform_wrapper .radio-check-item input[type=checkbox] + label:after,
            .gform_wrapper .radio-check-item input[type=radio] + label:after,
            .gform_wrapper .radio-check-item span + label:after,
            .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after,
            .gform_wrapper .gfield_checkbox li input[type=radio] + label:after,
            .gform_wrapper .gfield_checkbox li span + label:after,
            .gform_wrapper .gfield_radio li input[type=checkbox] + label:after,
            .gform_wrapper .gfield_radio li input[type=radio] + label:after,
            .gform_wrapper .gfield_radio li span + label:after {
              left: 4px;
              top: 5px;
              font-size: 1.5rem; } }
      .gform_wrapper .radio-check-item input[type=checkbox]:checked + label,
      .gform_wrapper .radio-check-item input[type=radio]:checked + label,
      .gform_wrapper .radio-check-item span:checked + label,
      .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label,
      .gform_wrapper .gfield_checkbox li input[type=radio]:checked + label,
      .gform_wrapper .gfield_checkbox li span:checked + label,
      .gform_wrapper .gfield_radio li input[type=checkbox]:checked + label,
      .gform_wrapper .gfield_radio li input[type=radio]:checked + label,
      .gform_wrapper .gfield_radio li span:checked + label {
        color: #246480;
        font-weight: 300 !important; }
        .gform_wrapper .radio-check-item input[type=checkbox]:checked + label:before,
        .gform_wrapper .radio-check-item input[type=radio]:checked + label:before,
        .gform_wrapper .radio-check-item span:checked + label:before,
        .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before,
        .gform_wrapper .gfield_checkbox li input[type=radio]:checked + label:before,
        .gform_wrapper .gfield_checkbox li span:checked + label:before,
        .gform_wrapper .gfield_radio li input[type=checkbox]:checked + label:before,
        .gform_wrapper .gfield_radio li input[type=radio]:checked + label:before,
        .gform_wrapper .gfield_radio li span:checked + label:before {
          border-color: #246480; }
        .gform_wrapper .radio-check-item input[type=checkbox]:checked + label:after,
        .gform_wrapper .radio-check-item input[type=radio]:checked + label:after,
        .gform_wrapper .radio-check-item span:checked + label:after,
        .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after,
        .gform_wrapper .gfield_checkbox li input[type=radio]:checked + label:after,
        .gform_wrapper .gfield_checkbox li span:checked + label:after,
        .gform_wrapper .gfield_radio li input[type=checkbox]:checked + label:after,
        .gform_wrapper .gfield_radio li input[type=radio]:checked + label:after,
        .gform_wrapper .gfield_radio li span:checked + label:after {
          opacity: 1; }
    .gform_wrapper .radio-check-item input[type=radio] + label:before,
    .gform_wrapper .gfield_checkbox li input[type=radio] + label:before,
    .gform_wrapper .gfield_radio li input[type=radio] + label:before {
      border-radius: 23px; }
      @media (max-width: 767px) {
        .gform_wrapper .radio-check-item input[type=radio] + label:before,
        .gform_wrapper .gfield_checkbox li input[type=radio] + label:before,
        .gform_wrapper .gfield_radio li input[type=radio] + label:before {
          border-radius: 21px; } }
    .gform_wrapper .radio-check-item:hover input[type=radio] + label:after,
    .gform_wrapper .radio-check-item:hover input[type=checkbox] + label:after,
    .gform_wrapper .gfield_checkbox li:hover input[type=radio] + label:after,
    .gform_wrapper .gfield_checkbox li:hover input[type=checkbox] + label:after,
    .gform_wrapper .gfield_radio li:hover input[type=radio] + label:after,
    .gform_wrapper .gfield_radio li:hover input[type=checkbox] + label:after {
      opacity: 0.2; }
    .gform_wrapper .radio-check-item:hover input[type=radio]:checked + label:after,
    .gform_wrapper .radio-check-item:hover input[type=checkbox]:checked + label:after,
    .gform_wrapper .gfield_checkbox li:hover input[type=radio]:checked + label:after,
    .gform_wrapper .gfield_checkbox li:hover input[type=checkbox]:checked + label:after,
    .gform_wrapper .gfield_radio li:hover input[type=radio]:checked + label:after,
    .gform_wrapper .gfield_radio li:hover input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .gform_wrapper .gfield_select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    margin: 0 !important;
    color: #246480 !important;
    z-index: 2; }
  .gform_wrapper .ginput_container_select {
    width: 100%;
    cursor: pointer;
    position: relative; }
  .gform_wrapper .ginput_container_select:after {
    content: "\e909";
    font-family: 'icomoon';
    font-size: 0.8rem;
    display: block;
    color: #246480;
    pointer-events: none;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 15px;
    position: absolute; }
    @media (max-width: 767px) {
      .gform_wrapper .ginput_container_select:after {
        right: 15px;
        font-size: 0.7rem; } }
  .gform_wrapper .hide-label .gfield_label {
    display: none !important; }
  .gform_wrapper .international-code,
  .gform_wrapper .phone-number {
    display: inline-block; }
    @media (max-width: 991px) {
      .gform_wrapper .international-code,
      .gform_wrapper .phone-number {
        display: block; } }
  .gform_wrapper .international-code {
    width: 49%;
    margin-right: 2% !important; }
    @media (max-width: 991px) {
      .gform_wrapper .international-code {
        width: 100%;
        margin-right: 0 !important; } }
  .gform_wrapper .phone-number {
    width: 49%; }
    @media (max-width: 991px) {
      .gform_wrapper .phone-number {
        width: 100%; } }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important; }
  .gform_wrapper .top_label .gfield_label,
  .gform_wrapper .form-horizontal label {
    margin: 0 0 13px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #246480;
    font-weight: 300;
    display: none !important; }
    @media (max-width: 991px) {
      .gform_wrapper .top_label .gfield_label,
      .gform_wrapper .form-horizontal label {
        margin: 0 0 5px;
        font-size: 1.5rem !important; } }
  .gform_wrapper .gform_body {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden; }
  .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important; }
  .gform_wrapper .gsection {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
  .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 15px !important; }
  .gform_wrapper h2.gsection_title {
    display: none !important; }
  .gform_wrapper .hidden_label input.large,
  .gform_wrapper .hidden_label select.large,
  .gform_wrapper .top_label input.large,
  .gform_wrapper .top_label select.large {
    width: 100% !important; }
  .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0 !important; }
  .gform_wrapper .gfield_required {
    color: #246480 !important; }
  .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important; }
    @media (max-width: 767px) {
      .gform_wrapper .gform_footer {
        margin-top: 10px !important; } }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0 !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .gform_wrapper.gf_browser_gecko select {
      padding: 2px 8px !important; } }
  @media (max-width: 767px) {
    .gform_wrapper.gf_browser_gecko select {
      padding: 2px 8px 2px 2px !important; } }
  .gform_wrapper .ginput_container_textarea textarea.medium {
    height: 148px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gform_wrapper .ginput_container_textarea textarea.medium {
        height: 143px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gform_wrapper .ginput_container_textarea textarea.medium {
        height: 132px !important; } }
    @media (max-width: 767px) {
      .gform_wrapper .ginput_container_textarea textarea.medium {
        height: 80px !important; } }
  .gform_wrapper .ginput_container_textarea textarea.large {
    height: 191px !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gform_wrapper .ginput_container_textarea textarea.large {
        height: 181px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gform_wrapper .ginput_container_textarea textarea.large {
        height: 151px !important; } }
    @media (max-width: 767px) {
      .gform_wrapper .ginput_container_textarea textarea.large {
        height: 80px !important; } }
  .gform_wrapper.two-column_wrapper {
    max-width: 100%; }
  .gform_wrapper.two-column_wrapper ul.gform_fields, .gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
    display: none; }
  .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block; }
  .gform_wrapper.two-column_wrapper ul.one-half {
    width: 49%;
    float: left;
    margin-left: 2% !important; }
  .gform_wrapper.two-column_wrapper ul.one-half.first {
    margin-left: 0 !important; }
  .gform_wrapper #input_3_2,
  .gform_wrapper #input_3_3,
  .gform_wrapper #input_3_4 {
    width: 100%; }
  .gform_wrapper .gsection {
    border-bottom: none !important; }
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 0 !important; }
  @media (max-width: 767px) {
    .gform_wrapper.two-column_wrapper ul.one-half {
      width: 100%; }
    .gform_wrapper.two-column_wrapper ul.one-half {
      margin-left: 0 !important;
      margin-top: 5px; }
    .gform_wrapper .gsection {
      display: none !important;
      /* remove !important if it's not needed */ }
    .gform_wrapper #gform_wrapper_3 li {
      margin-bottom: 10px; } }
  .gform_wrapper ul.gform_fields li.form-panel {
    padding: 30px !important;
    background: white !important;
    border: 1px solid #d0d0d0 !important; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .gform_wrapper ul.gform_fields li.form-panel {
        padding: 25px !important; } }
    @media (max-width: 767px) {
      .gform_wrapper ul.gform_fields li.form-panel {
        padding: 20px !important; } }
  .gform_wrapper .top_label .form-panel .gfield_label {
    display: block !important; }
  .gform_wrapper .gfield_error .gfield_label {
    color: red !important; }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper li.gfield_html, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important; }
  .gform_wrapper .top_label .gfield_error,
  .gform_wrapper .top_label .gfield_error input.large,
  .gform_wrapper .top_label .gfield_error select.large,
  .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100% !important; }
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important; }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0 !important; }
  .gform_wrapper .gfield_error .gfield_label {
    color: #246480; }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
  .gform_wrapper div.validation_error {
    width: 100% !important;
    border: none !important;
    color: red !important;
    font-size: 1.6rem !important;
    line-height: 2.5rem !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    text-align: left !important; }
  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important; }
  .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .gform_wrapper li.gfield_error textarea,
  .gform_wrapper li.gfield_error .gfield_select,
  .gform_wrapper li.gfield_error .gfield_checkbox li input[type="checkbox"] + label::before,
  .gform_wrapper li.gfield_error .gfield_radio li input[type="checkbox"] + label::before,
  .gform_wrapper ul.gform_fields li.gfield_error.form-panel {
    border: 1px solid red !important; }
  .gform_wrapper .validation_message {
    display: none !important; }
  .gform_wrapper .gform_ajax_spinner {
    width: auto;
    height: auto;
    display: block;
    margin: 15px 0 0 -10px; }

#mainContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#mainContent .gform_wrapper li.gfield_html,
#mainContent .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important; }
#mainContent li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 15px !important; }
  @media (max-width: 1199px) {
    #mainContent li.gfield.gfield_error.gfield_contains_required {
      margin-bottom: 10px !important; } }
#mainContent #contactForm .gfield {
  margin-bottom: 10px !important; }

/* IFRAME
--------------------------------------------*/
iframe {
  width: 100%;
  height: 100%;
  border: none; }

/* INLINE IMAGE WITH SHADOW
--------------------------------------------*/
.img-wrapper {
  position: relative;
  border: 1px solid #e9e9e9; }
  @media (max-width: 767px) {
    .img-wrapper {
      margin-bottom: 25px; } }
  .img-wrapper + .img-wrapper {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .img-wrapper + .img-wrapper {
        margin-top: 25px; } }
  .img-wrapper.border {
    border: 1px solid #e9e9e9; }
  .img-wrapper.shadow:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
    top: 50%;
    bottom: 0;
    left: 15%;
    right: 15%;
    border-radius: 300px / 30px;
    z-index: -1; }
    @media (max-width: 991px) {
      .img-wrapper.shadow:after {
        left: 10px;
        right: 10px;
        border-radius: 200px / 20px; } }
  .img-wrapper img {
    width: 100%;
    position: relative;
    z-index: 1; }

/* MODAL
--------------------------------------------*/
/* bootstrap overwrites */
.modal-backdrop {
  background: #246480; }

.modal-backdrop.in {
  opacity: 0.9; }

/* lightbox container */
.lightbox-pos {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .lightbox-pos {
      top: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  @media (max-width: 767px) {
    .lightbox-pos {
      width: 100%;
      padding: 40px 0; } }
  .lightbox-pos.login {
    width: 800px;
    height: 530px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .lightbox-pos.login {
        width: 600px;
        height: 550px; } }
    @media (max-width: 767px) {
      .lightbox-pos.login {
        width: 100%;
        height: 100%; } }

.lightbox-content h2 {
  margin-bottom: 15px;
  color: #3faccb;
  font-size: 2.9rem;
  line-height: 3.5rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .lightbox-content h2 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 767px) {
    .lightbox-content h2 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }
  @media (max-width: 991px) {
    .lightbox-content h2 {
      margin-bottom: 10px; } }
.lightbox-content form {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .lightbox-content form {
      margin-top: 10px; } }
.lightbox-content a.btn, .lightbox-content #resources .feature-cta-widget a.btn, #resources .feature-cta-widget .lightbox-content a.btn {
  margin-top: 20px; }

/* close modal button */
.btn-close {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  top: 27px;
  right: 27px;
  position: absolute; }
  @media (max-width: 767px) {
    .btn-close {
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      z-index: 1; } }
  .btn-close:hover i {
    color: #3faccb; }
  .btn-close i {
    color: white;
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .btn-close i {
        font-size: 1.8rem;
        color: #246480; } }

/* BX SLIDER
--------------------------------------------*/
.bx-wrapper {
  margin: 0 !important;
  z-index: 2; }

.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  background: none; }

.bx-wrapper img {
  display: inline-block;
  height: auto; }

.bx-viewport ul {
  list-style: none;
  text-align: center; }
.bx-viewport li {
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  list-style: none !important; }

.bx-wrapper .bx-loading {
  display: none !important; }

/* pager */
.bx-wrapper .bx-pager {
  width: auto;
  right: -5px; }
  @media (max-width: 767px) {
    .bx-wrapper .bx-pager {
      display: none; } }
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 4px;
    background: transparent;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    border: 2px solid #3faccb; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #3faccb; }

/* slider nav buttons */
.slider-nav {
  z-index: 1;
  bottom: 0;
  left: 0;
  position: absolute; }
  .slider-nav span {
    display: inline-block; }
  .slider-nav a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: none;
    margin: 0 2px;
    border: 2px solid #3faccb;
    width: 42px;
    height: 42px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-nav a {
        width: 38px;
        height: 38px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-nav a {
        width: 36px;
        height: 36px; } }
    @media (max-width: 767px) {
      .slider-nav a {
        width: 34px;
        height: 34px; } }
    .slider-nav a:hover {
      background: #3faccb; }
      .slider-nav a:hover:before {
        color: white; }
    .slider-nav a:before {
      color: #3faccb;
      font-size: 1.7rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale; }
  .slider-nav .slider-prev a:before {
    content: '\e90a'; }
  .slider-nav .slider-next a:before {
    content: '\e90b'; }

/* FLEXSLIDER
--------------------------------------------*/
.flexslider {
  height: 100%;
  margin: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  background: none;
  border-radius: 0; }
  .flexslider .slides {
    height: 100%; }
    .flexslider .slides li {
      height: 100%;
      margin: 0;
      position: relative; }

/* control nav - dots */
.flex-control-nav {
  width: auto;
  right: 7px;
  bottom: 5px;
  position: absolute; }
  @media (max-width: 767px) {
    .flex-control-nav {
      display: none; } }
  .flex-control-nav li {
    margin: 0;
    display: inline-block; }

.flex-control-paging li a {
  margin: 0 4px;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  box-shadow: none;
  border: 2px solid white;
  background: transparent; }
  .flex-control-paging li a:hover {
    background: white; }
.flex-control-paging li a.flex-active {
  background: white; }

/* directional nav - arrows */
.flex-nav-wrapper {
  z-index: 998;
  bottom: 0;
  left: -2px;
  position: relative; }
  .flex-nav-wrapper .container {
    position: relative; }

.flex-nav {
  height: 42px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .flex-nav {
      height: 38px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .flex-nav {
      height: 36px; } }
  @media (max-width: 767px) {
    .flex-nav {
      height: 34px; } }
  .flex-nav a {
    opacity: 1;
    margin: 0 2px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: none;
    border: 2px solid white;
    width: 42px;
    height: 42px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .flex-nav a {
        width: 38px;
        height: 38px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .flex-nav a {
        width: 36px;
        height: 36px; } }
    @media (max-width: 767px) {
      .flex-nav a {
        width: 34px;
        height: 34px; } }
    .flex-nav a:hover {
      background: white; }
      .flex-nav a:hover:before {
        color: #246480; }
    .flex-nav a:before {
      color: white;
      font-size: 1.7rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale; }
  .flex-nav .prev:before {
    content: '\e90a'; }
  .flex-nav .next:before {
    content: '\e90b'; }

/* SOCIAL
--------------------------------------------*/
.social-links {
  list-style: none; }
  .social-links li {
    margin-right: 17px;
    display: inline-block; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .social-links li {
        margin-right: 16px; } }
    .social-links li:last-of-type {
      margin: 0; }
  .social-links a {
    display: block;
    position: relative; }
  .social-links span {
    font-size: 2.7rem; }

/* TABLES
--------------------------------------------*/
.table-container {
  width: 100%;
  overflow-y: auto;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .table-container {
      margin-top: 20px; } }

table {
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

tr {
  display: table-row; }
  tr:before, tr:after {
    display: none; }
  tr + tr {
    display: table-row; }
    tr + tr:before, tr + tr:after {
      display: none; }

th {
  color: white;
  padding: 5px 10px;
  display: table-cell;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #3faccb;
  font-weight: 400; }

td {
  padding: 5px 10px;
  display: table-cell;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #246480; }

/* TEXT SIZES
--------------------------------------------*/
.text-lg {
  font-size: 8rem;
  line-height: 9rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-lg {
      font-size: 6.6rem;
      line-height: 7.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-lg {
      font-size: 6rem;
      line-height: 6.6rem; } }
  @media (max-width: 767px) {
    .text-lg {
      font-size: 3.4rem;
      line-height: 4rem; } }

.text-md {
  font-size: 3.5rem;
  line-height: 4.1rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-md {
      font-size: 3.2rem;
      line-height: 3.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-md {
      font-size: 3rem;
      line-height: 3.6rem; } }
  @media (max-width: 767px) {
    .text-md {
      font-size: 2rem;
      line-height: 2.6rem; } }

.text-sm {
  font-size: 2.5rem;
  line-height: 3.5rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-sm {
      font-size: 2.2rem;
      line-height: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-sm {
      font-size: 2rem;
      line-height: 3rem; } }
  @media (max-width: 767px) {
    .text-sm {
      font-size: 1.7rem;
      line-height: 2.3rem; } }

/* STANDARD TEXT
--------------------------------------------*/
.standard-text {
  /* element margins */
  /* list items */
  /* headings */
  /* buttons */
  /* img */ }
  .standard-text * + ul,
  .standard-text * + ol,
  .standard-text * + dl,
  .standard-text * + p,
  .standard-text * + blockquote,
  .standard-text * + table,
  .standard-text * + img {
    margin: 17px 0 0; }
    @media (max-width: 767px) {
      .standard-text * + ul,
      .standard-text * + ol,
      .standard-text * + dl,
      .standard-text * + p,
      .standard-text * + blockquote,
      .standard-text * + table,
      .standard-text * + img {
        margin: 15px 0 0; } }
    .standard-text * + ul + h2,
    .standard-text * + ul + h3,
    .standard-text * + ul + h4,
    .standard-text * + ul + h5,
    .standard-text * + ul + h6,
    .standard-text * + ol + h2,
    .standard-text * + ol + h3,
    .standard-text * + ol + h4,
    .standard-text * + ol + h5,
    .standard-text * + ol + h6,
    .standard-text * + dl + h2,
    .standard-text * + dl + h3,
    .standard-text * + dl + h4,
    .standard-text * + dl + h5,
    .standard-text * + dl + h6,
    .standard-text * + p + h2,
    .standard-text * + p + h3,
    .standard-text * + p + h4,
    .standard-text * + p + h5,
    .standard-text * + p + h6,
    .standard-text * + blockquote + h2,
    .standard-text * + blockquote + h3,
    .standard-text * + blockquote + h4,
    .standard-text * + blockquote + h5,
    .standard-text * + blockquote + h6,
    .standard-text * + table + h2,
    .standard-text * + table + h3,
    .standard-text * + table + h4,
    .standard-text * + table + h5,
    .standard-text * + table + h6,
    .standard-text * + img + h2,
    .standard-text * + img + h3,
    .standard-text * + img + h4,
    .standard-text * + img + h5,
    .standard-text * + img + h6 {
      margin: 25px 0 0; }
      @media (max-width: 767px) {
        .standard-text * + ul + h2,
        .standard-text * + ul + h3,
        .standard-text * + ul + h4,
        .standard-text * + ul + h5,
        .standard-text * + ul + h6,
        .standard-text * + ol + h2,
        .standard-text * + ol + h3,
        .standard-text * + ol + h4,
        .standard-text * + ol + h5,
        .standard-text * + ol + h6,
        .standard-text * + dl + h2,
        .standard-text * + dl + h3,
        .standard-text * + dl + h4,
        .standard-text * + dl + h5,
        .standard-text * + dl + h6,
        .standard-text * + p + h2,
        .standard-text * + p + h3,
        .standard-text * + p + h4,
        .standard-text * + p + h5,
        .standard-text * + p + h6,
        .standard-text * + blockquote + h2,
        .standard-text * + blockquote + h3,
        .standard-text * + blockquote + h4,
        .standard-text * + blockquote + h5,
        .standard-text * + blockquote + h6,
        .standard-text * + table + h2,
        .standard-text * + table + h3,
        .standard-text * + table + h4,
        .standard-text * + table + h5,
        .standard-text * + table + h6,
        .standard-text * + img + h2,
        .standard-text * + img + h3,
        .standard-text * + img + h4,
        .standard-text * + img + h5,
        .standard-text * + img + h6 {
          margin: 20px 0 0; } }
  .standard-text * + h1 {
    margin: 30px 0 0; }
    @media (max-width: 767px) {
      .standard-text * + h1 {
        margin: 20px 0 0; } }
  .standard-text * + h2,
  .standard-text * + h3,
  .standard-text * + h4,
  .standard-text * + h5,
  .standard-text * + h6 {
    margin: 7px 0 0; }
  .standard-text ul,
  .standard-text ol,
  .standard-text dl {
    margin-left: 15px; }
  .standard-text li {
    margin-bottom: 8px; }
  .standard-text h1 {
    font-size: 5rem;
    line-height: 5.6rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .standard-text h1 {
        font-size: 4.5rem;
        line-height: 5.1rem; } }
    @media (max-width: 767px) {
      .standard-text h1 {
        font-size: 3rem;
        line-height: 3.2rem; } }
  .standard-text h2 {
    font-size: 3.5rem;
    line-height: 4.1rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .standard-text h2 {
        font-size: 3rem;
        line-height: 3.6rem; } }
    @media (max-width: 767px) {
      .standard-text h2 {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
  .standard-text h3 {
    font-size: 2.9rem;
    line-height: 3.5rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .standard-text h3 {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
    @media (max-width: 767px) {
      .standard-text h3 {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
  .standard-text h4 {
    font-size: 2.5rem;
    line-height: 3.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .standard-text h4 {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .standard-text h4 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .standard-text h4 {
        font-size: 2.1rem;
        line-height: 2.7rem; } }
  .standard-text h5 {
    font-size: 2.2rem;
    line-height: 2.6rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .standard-text h5 {
        font-size: 2rem;
        line-height: 2.4rem; } }
    @media (max-width: 991px) {
      .standard-text h5 {
        font-size: 1.9rem;
        line-height: 2.3rem; } }
  .standard-text h6 {
    font-size: 1.8rem;
    line-height: 2.8rem; }
    @media (max-width: 767px) {
      .standard-text h6 {
        font-size: 1.7rem;
        line-height: 2.3rem; } }
  .standard-text .btn, .standard-text .gform_wrapper input.button, .gform_wrapper .standard-text input.button, .standard-text #resources .feature-cta-widget .btn, #resources .feature-cta-widget .standard-text .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .standard-text .btn, .standard-text .gform_wrapper input.button, .gform_wrapper .standard-text input.button, .standard-text #resources .feature-cta-widget .btn, #resources .feature-cta-widget .standard-text .btn {
        margin-top: 20px; } }
  .standard-text img {
    width: 100%;
    height: auto;
    max-width: 100%; }

/* LAYOUTS - Core page layout elements */
/* CLIENT LOGIN
--------------------------------------------*/
/* login lightbox */
.login-lightbox {
  width: 100%;
  padding: 50px 35px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .login-lightbox {
      padding: 35px 20px; } }
  @media (max-width: 767px) {
    .login-lightbox {
      padding: 25px 5px; }
      .login-lightbox div[class*="col-xs"] {
        width: 100%; } }
  .login-lightbox label {
    color: #246480;
    font-weight: 300; }
  .login-lightbox .form-horizontal .form-group {
    margin: 15px 0 0; }
    @media (max-width: 767px) {
      .login-lightbox .form-horizontal .form-group {
        margin: 10px 0 0; } }
  .login-lightbox .form-control {
    padding: 6px 12px !important;
    box-shadow: none;
    text-indent: inherit !important;
    color: #246480;
    background: white;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    width: 100%;
    height: 37px;
    font-size: 1.6rem;
    line-height: 1.8rem; }
    @media (max-width: 991px) {
      .login-lightbox .form-control {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .login-lightbox .form-control {
        height: 34px; } }
    @media (max-width: 767px) {
      .login-lightbox .form-control {
        height: 30px;
        font-size: 1.4rem !important;
        padding: 3px 6px !important; } }
    .login-lightbox .form-control:focus {
      outline: 0;
      border: 1px solid #246480;
      box-shadow: none; }
  .login-lightbox .radio-check-item {
    height: 30px;
    overflow: visible;
    margin: 0 0 5px !important; }
    @media (max-width: 991px) {
      .login-lightbox .radio-check-item {
        margin: 0 0 2px !important; } }
    .login-lightbox .radio-check-item input[type=checkbox],
    .login-lightbox .radio-check-item input[type=radio],
    .login-lightbox .radio-check-item span {
      opacity: 0;
      display: none !important; }
      .login-lightbox .radio-check-item input[type=checkbox] + label,
      .login-lightbox .radio-check-item input[type=radio] + label,
      .login-lightbox .radio-check-item span + label {
        position: relative;
        display: inline-block;
        color: #246480;
        cursor: pointer;
        padding: 3px 0 0 37px;
        margin: 0 !important;
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 2.3rem; }
        @media (max-width: 767px) {
          .login-lightbox .radio-check-item input[type=checkbox] + label,
          .login-lightbox .radio-check-item input[type=radio] + label,
          .login-lightbox .radio-check-item span + label {
            padding-left: 30px;
            padding-top: 5px;
            font-size: 1.5rem;
            line-height: 2.1rem; } }
        .login-lightbox .radio-check-item input[type=checkbox] + label:after, .login-lightbox .radio-check-item input[type=checkbox] + label:before,
        .login-lightbox .radio-check-item input[type=radio] + label:after,
        .login-lightbox .radio-check-item input[type=radio] + label:before,
        .login-lightbox .radio-check-item span + label:after,
        .login-lightbox .radio-check-item span + label:before {
          content: '';
          position: absolute; }
        .login-lightbox .radio-check-item input[type=checkbox] + label:before,
        .login-lightbox .radio-check-item input[type=radio] + label:before,
        .login-lightbox .radio-check-item span + label:before {
          left: 0;
          top: 3px;
          width: 23px;
          height: 23px;
          background: white;
          border: 1px solid #d0d0d0; }
          @media (max-width: 767px) {
            .login-lightbox .radio-check-item input[type=checkbox] + label:before,
            .login-lightbox .radio-check-item input[type=radio] + label:before,
            .login-lightbox .radio-check-item span + label:before {
              top: 4px;
              width: 21px;
              height: 21px; } }
        .login-lightbox .radio-check-item input[type=checkbox] + label:after,
        .login-lightbox .radio-check-item input[type=radio] + label:after,
        .login-lightbox .radio-check-item span + label:after {
          left: 3px;
          top: 3px;
          opacity: 0;
          content: '\e5ca';
          font-size: 1.7rem;
          font-family: 'icomoon';
          color: #246480; }
          @media (max-width: 767px) {
            .login-lightbox .radio-check-item input[type=checkbox] + label:after,
            .login-lightbox .radio-check-item input[type=radio] + label:after,
            .login-lightbox .radio-check-item span + label:after {
              left: 4px;
              top: 5px;
              font-size: 1.5rem; } }
      .login-lightbox .radio-check-item input[type=checkbox]:checked + label,
      .login-lightbox .radio-check-item input[type=radio]:checked + label,
      .login-lightbox .radio-check-item span:checked + label {
        color: #246480;
        font-weight: 300 !important; }
        .login-lightbox .radio-check-item input[type=checkbox]:checked + label:before,
        .login-lightbox .radio-check-item input[type=radio]:checked + label:before,
        .login-lightbox .radio-check-item span:checked + label:before {
          border-color: #246480; }
        .login-lightbox .radio-check-item input[type=checkbox]:checked + label:after,
        .login-lightbox .radio-check-item input[type=radio]:checked + label:after,
        .login-lightbox .radio-check-item span:checked + label:after {
          opacity: 1; }
    .login-lightbox .radio-check-item input[type=radio] + label:before {
      border-radius: 23px; }
      @media (max-width: 767px) {
        .login-lightbox .radio-check-item input[type=radio] + label:before {
          border-radius: 21px; } }
    .login-lightbox .radio-check-item:hover input[type=radio] + label:after,
    .login-lightbox .radio-check-item:hover input[type=checkbox] + label:after {
      opacity: 0.2; }
    .login-lightbox .radio-check-item:hover input[type=radio]:checked + label:after,
    .login-lightbox .radio-check-item:hover input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .login-lightbox .gform_wrapper input.button, .gform_wrapper .login-lightbox input.button, .login-lightbox .btn, .login-lightbox #resources .feature-cta-widget .btn, #resources .feature-cta-widget .login-lightbox .btn {
    margin: 0;
    float: left;
    width: auto;
    height: auto; }
  .login-lightbox #IPLogin input {
    height: auto; }
  .login-lightbox .forgot-password {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .login-lightbox .forgot-password {
        margin-top: 10px; } }
  .login-lightbox .free-demo {
    padding: 35px 30px;
    background: #e9e9e9; }
    @media (max-width: 767px) {
      .login-lightbox .free-demo {
        margin-top: 20px;
        padding: 20px; } }
    .login-lightbox .free-demo h3 {
      font-size: 2.2rem;
      line-height: 2.6rem;
      margin-bottom: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .login-lightbox .free-demo h3 {
          font-size: 2rem;
          line-height: 2.4rem; } }
      @media (max-width: 991px) {
        .login-lightbox .free-demo h3 {
          font-size: 1.9rem;
          line-height: 2.3rem; } }
      @media (max-width: 767px) {
        .login-lightbox .free-demo h3 {
          margin-bottom: 10px; } }

/* FOOTER
--------------------------------------------*/
#footer {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: white; }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    #footer {
      padding: 30px 0; } }
  #footer .container {
    position: relative;
    z-index: 996; }
  #footer .img-overlay {
    opacity: 0.9; }
  @media (max-width: 991px) {
    #footer .pull-right {
      float: none !important; } }

/* footer info */
.footer-info {
  padding-right: 150px; }
  .footer-info h1, .footer-info h2, .footer-info h3,
  .footer-info h4, .footer-info h5, .footer-info h6,
  .footer-info p, .footer-info li, .footer-info span:not(.btn), .footer-info blockquote {
    color: white; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-info {
      padding-right: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-info {
      margin-top: 55px; } }
  @media (max-width: 767px) {
    .footer-info {
      margin-top: 40px;
      padding-right: 0; } }
  .footer-info h3 {
    padding-left: 55px;
    position: relative;
    color: #246480;
    font-size: 2.4rem;
    line-height: 3rem; }
    @media (max-width: 767px) {
      .footer-info h3 {
        font-size: 2.2rem; } }
    .footer-info h3:before {
      content: '';
      text-indent: -9999px;
      width: 42px;
      height: 36px;
      top: -5px;
      left: 0;
      position: absolute;
      background: url(../img/iaSubLogo.png) no-repeat left top;
      background-size: 42px 36px; }
  .footer-info p {
    margin-top: 20px;
    color: #246480;
    font-size: 1.5rem;
    line-height: 2.1rem; }

/* footer contact */
.footer-contact {
  float: right;
  text-align: right;
  overflow: hidden; }
  @media (max-width: 991px) {
    .footer-contact {
      float: none;
      text-align: left; } }
  .footer-contact p, .footer-contact a {
    color: #246480; }
  .footer-contact p {
    font-size: 2.3rem;
    line-height: 3.3rem; }
    @media (max-width: 767px) {
      .footer-contact p {
        font-size: 2rem;
        line-height: 3rem; } }
  .footer-contact a:hover {
    color: #3faccb; }
  .footer-contact .social-links {
    float: right;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .footer-contact .social-links {
        float: none; } }

/* footer bottom */
.footer-bottom {
  margin-top: 75px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom {
      margin-top: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .footer-bottom {
      margin-top: 40px; } }
  .footer-bottom p {
    float: left;
    margin-right: 40px;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media (max-width: 767px) {
      .footer-bottom p {
        float: none;
        margin-right: 0;
        line-height: 2.4rem; } }
  .footer-bottom p, .footer-bottom a {
    color: #246480; }
  .footer-bottom a:hover {
    color: #3faccb; }
  .footer-bottom span {
    margin: 0 5px;
    display: inline-block; }
  .footer-bottom .site-by {
    float: right;
    margin-right: 0; }
    @media (max-width: 767px) {
      .footer-bottom .site-by {
        float: none; } }

/* HEADER
--------------------------------------------*/
#globalHeader {
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 997;
  background: white; }
  #globalHeader.active-nav {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px); }

/* logo */
a.logo {
  float: left;
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  left: 15px;
  position: absolute;
  background: url(../img/Insightia_Color.svg) no-repeat left top; }

a.logo-lrg {
  width: 210px;
  margin-top: -20px;
  height: 65px;
  background: url(../img/Insightia_Color.svg) no-repeat left top;
  background-size: 210px 65px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    a.logo-lrg {
      width: 184px;
margin-top: -15px;
      height: 60px;
      background-size: 184px 60px; } }
  @media (max-width: 767px) {
    a.logo-lrg {
      width: 172px;
      height: 55px;
margin-top: -10px;
      background-size: 172px 55px; } }

a.logo-sml {
  width: 35px;
  height: 30px;
  background: url(../img/iaSubLogo.png) no-repeat left top;
  background-size: 35px 30px; }
  @media (max-width: 991px) {
    a.logo-sml {
      display: none; } }

/* header large */
.header-large {
  height: 96px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-large {
      height: 88px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-large {
      height: 90px; } }
  .header-large a.logo-lrg {
    opacity: 1; }
  .header-large a.logo-sml {
    opacity: 0; }
  .header-large #mainNav {
    margin: 10px 0 0 310px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-large #mainNav {
        margin: 8px 0 0 230px; } }

/* header small - resize on scroll */
.header-small {
  height: 70px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-small {
      height: 66px; } }
  @media (max-width: 767px) {
    .header-small {
      height: 96px; } }
  .header-small .nav-wrapper {
    margin-top: 16px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-small .nav-wrapper {
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .header-small .nav-wrapper {
        margin-top: 0; } }
  .header-small a.logo-lrg {
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 991px) {
      .header-small a.logo-lrg {
        opacity: 1;
        pointer-events: all; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-small a.logo-lrg {
        top: 4px;
        width: 168px;
	margin-top: -10px;
        height: 50px;
        background-size: 168px 50px; } }
  .header-small a.logo-sml {
    top: 2px;
    opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-small a.logo-sml {
        top: 0; } }
  .header-small #mainNav {
    margin: 10px 0 0 100px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-small #mainNav {
        margin: 8px 0 0 80px; } }

/* MAIN NAV
--------------------------------------------*/
/* nav wrapper */
.nav-wrapper {
  margin-top: 29px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .nav-wrapper {
      margin-top: 27px; } }
  @media (max-width: 767px) {
    .nav-wrapper {
      margin-top: 0;
      padding: 18px 0; } }
  .nav-wrapper .container {
    position: relative; }

/* main navigation */
#mainNav {
  float: left;
  overflow: hidden; }
  @media (max-width: 991px) {
    #mainNav {
      display: none; } }
  #mainNav ul {
    list-style: none; }
  #mainNav li {
    float: left;
    margin-right: 30px; }
    #mainNav li:last-of-type {
      margin-right: 0; }
    #mainNav li.active > a, #mainNav li.current-menu-item > a, #mainNav li.current-menu-ancestor > a, #mainNav li.current-page-ancestor > a {
      color: #246480;
      font-weight: 500; }
  #mainNav a {
    color: #246480;
    font-size: 1.9rem;
    line-height: 1.9rem;
    font-weight: 300; }
    #mainNav a:hover {
      color: #3faccb; }

/* nav toggle menu button */
.nav-menu-btn {
  float: right;
  margin-top: 11px;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .nav-menu-btn {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .nav-menu-btn {
      margin-top: 6px; } }
  .nav-menu-btn:hover .icon-bar {
    background: #3faccb; }
  .nav-menu-btn .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 0;
    background: #246480; }
  .nav-menu-btn .icon-bar + .icon-bar {
    margin-top: 4px; }

/* nav extras */
.nav-extras {
  float: right;
  margin-top: 8px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-extras {
      margin-top: 7px; } }
  @media (max-width: 767px) {
    .nav-extras {
      float: none;
      margin-top: 0;
      padding: 5px 15px;
      background: #246480; } }
  .nav-extras a {
    color: #246480;
    margin-right: 25px;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 767px) {
      .nav-extras a {
        color: white;
        font-weight: 400; } }
    .nav-extras a:hover {
      color: #3faccb; }
    .nav-extras a:before {
      font-family: 'icomoon';
      top: 0;
      left: 2px;
      position: absolute; }
  .nav-extras .free-trials {
    padding-left: 25px; }
    .nav-extras .free-trials:before {
      content: '\e905'; }
  .nav-extras .client-login {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .nav-extras .client-login {
        margin: 0;
        top: 9px;
        right: 20px;
        position: absolute; } }
    .nav-extras .client-login:before {
      content: '\e900'; }
.nav-extras .client-app-login {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .nav-extras .client-app-login {
        margin: 0;
        top: 9px;
        right: 20px;
        position: absolute; } }
    .nav-extras .client-app-login:before {
      content: '\e900'; }

/* PAGE BANNER
--------------------------------------------*/
#pageBanner {
  width: 100%;
  height: 100%;
  min-height: 590px;
  top: 0;
  left: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1920px) {
    #pageBanner {
      min-height: 700px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #pageBanner {
      min-height: 484px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #pageBanner {
      min-height: 460px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #pageBanner {
      min-height: 350px; } }
  @media (max-width: 480px) {
    #pageBanner {
      min-height: 220px; } }
  #pageBanner .img-overlay-black {
    opacity: 0.3; }
    @media (max-width: 767px) {
      #pageBanner .img-overlay-black {
        opacity: 0.5; } }
  #pageBanner .caption-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 996; }
    #pageBanner .caption-wrapper .container {
      height: 100%;
      position: relative; }
  #pageBanner .caption {
    width: 75%;
    padding: 165px 0 140px;
    z-index: 4;
    top: 0;
    left: 0;
    position: relative; }
    #pageBanner .caption h1, #pageBanner .caption h2, #pageBanner .caption h3,
    #pageBanner .caption h4, #pageBanner .caption h5, #pageBanner .caption h6,
    #pageBanner .caption p, #pageBanner .caption li, #pageBanner .caption span:not(.btn), #pageBanner .caption blockquote {
      color: white; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner .caption {
        padding: 150px 0 90px; } }
    @media (max-width: 991px) {
      #pageBanner .caption {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner .caption {
        padding: 136px 0 84px;
        min-height: 460px; } }
    @media (max-width: 767px) {
      #pageBanner .caption {
        padding: 125px 0 33px; } }
  #pageBanner span {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner span {
        margin-bottom: 15px;
        font-size: 2.4rem;
        line-height: 3rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner span {
        margin-bottom: 15px;
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      #pageBanner span {
        margin-bottom: 7px;
        font-size: 2rem;
        line-height: 2.6rem; } }
  #pageBanner h1,
  #pageBanner h2 {
    font-size: 7rem;
    line-height: 7.6rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner h1,
      #pageBanner h2 {
        font-size: 6rem;
        line-height: 6.6rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner h1,
      #pageBanner h2 {
        font-size: 4.5rem;
        line-height: 5.1rem; } }
    @media (max-width: 767px) {
      #pageBanner h1,
      #pageBanner h2 {
        font-size: 3rem;
        line-height: 3.2rem; } }
  #pageBanner p {
    width: 90%;
    margin-top: 20px;
    font-size: 2.5rem;
    line-height: 3.6rem; 
	font-weight:100;}
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner p {
        font-size: 2.2rem;
        line-height: 3.2rem; 
		} }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner p {
        margin-top: 15px;
        font-size: 2rem;
        line-height: 3rem; } }
    @media (max-width: 767px) {
      #pageBanner p {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
  #pageBanner .btn, #pageBanner .gform_wrapper input.button, .gform_wrapper #pageBanner input.button, #pageBanner #resources .feature-cta-widget .btn, #resources .feature-cta-widget #pageBanner .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      #pageBanner .btn, #pageBanner .gform_wrapper input.button, .gform_wrapper #pageBanner input.button, #pageBanner #resources .feature-cta-widget .btn, #resources .feature-cta-widget #pageBanner .btn {
        margin-top: 15px; } }
  #pageBanner .newsletter-signup {
    padding: 30px;
    margin-top: 165px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85); }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner .newsletter-signup {
        margin-top: 150px; } }
    @media (max-width: 991px) {
      #pageBanner .newsletter-signup {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner .newsletter-signup {
        margin-top: 136px; } }
    @media (max-width: 767px) {
      #pageBanner .newsletter-signup {
        padding: 20px;
        margin: 0 0 40px; } }
    #pageBanner .newsletter-signup h3 {
      font-size: 2.5rem;
      line-height: 3.1rem;
      color: #3faccb; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #pageBanner .newsletter-signup h3 {
          font-size: 2.3rem;
          line-height: 2.9rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #pageBanner .newsletter-signup h3 {
          font-size: 2.2rem;
          line-height: 2.8rem; } }
      @media (max-width: 767px) {
        #pageBanner .newsletter-signup h3 {
          font-size: 2.1rem;
          line-height: 2.7rem; } }
    #pageBanner .newsletter-signup p {
      margin-top: 10px;
      font-size: 1.6rem;
      line-height: 2.2rem; }
      @media (max-width: 991px) {
        #pageBanner .newsletter-signup p {
          display: none; } }
    #pageBanner .newsletter-signup .btn, #pageBanner .newsletter-signup .gform_wrapper input.button, .gform_wrapper #pageBanner .newsletter-signup input.button {
      margin-top: 15px; }

/* page banner slider */
#pageBannerSlider {
  background: black; }

/* SIDEBAR NAV
--------------------------------------------*/
#sidebarNav {
  z-index: 999;
  padding: 55px 30px;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  background: #e9e9e9;
  -webkit-transform: translateX(280px);
          transform: translateX(280px); }
  #sidebarNav.active-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #sidebarNav .menu {
    list-style: none; }
    #sidebarNav .menu ul {
      list-style: none; }
    #sidebarNav .menu li.parent-menu-item {
      margin-bottom: 25px; }
      #sidebarNav .menu li.parent-menu-item:last-of-type {
        margin-bottom: 0; }
      #sidebarNav .menu li.parent-menu-item.current_page_ancestor > a {
        color: #3faccb;
        border-bottom: 2px solid #3faccb; }
      #sidebarNav .menu li.parent-menu-item > a {
        font-weight: 500; }
      #sidebarNav .menu li.parent-menu-item li {
        margin-top: 10px; }
    #sidebarNav .menu li.current-menu-item > a {
      color: #3faccb; }
  #sidebarNav a {
    color: #246480;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.3rem; }
    #sidebarNav a:hover {
      color: #3faccb; }
  #sidebarNav .close-menu-btn {
    display: block;
    top: 20px;
    right: 15px;
    position: absolute; }
    #sidebarNav .close-menu-btn:after {
      content: '\e903';
      font-size: 1.8rem;
      font-family: 'icomoon';
      top: 0;
      right: 0;
      position: absolute; }
  #sidebarNav .social-links {
    margin: 50px 0; }
    #sidebarNav .social-links span {
      font-size: 2.4rem; }

/* STRUCTURE
--------------------------------------------*/
/* hide scrollbar when sidebar nav is open */
body.nav-open {
  overflow: hidden; }

/* bg mask */
#bgMask {
  opacity: 0;
  background: black;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 998; }
  #bgMask.active-nav {
    opacity: 0.7;
    width: 100%;
    height: 100%; }
  #bgMask.inactive-nav {
    opacity: 0; }

/* main page wrapper */
#mainWrapper {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  #mainWrapper.active-nav {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px); }

/* main content */
#mainContent {
  margin: 0;
  position: relative;
  z-index: 1; }

/* 2 col content */
.content {
  padding-right: 100px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content {
      padding-right: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content {
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .content {
      padding-right: 0; } }

/* fluid container overwrites */
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 767px) {
  .container .row {
    margin-left: -20px;
    margin-right: -20px; } }
@media (max-width: 767px) {
  .container div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px; } }

.widget .container-fluid, .section .container-fluid {
  padding: 0; }
  .widget .container-fluid .row, .section .container-fluid .row {
    margin: 0; }
  .widget .container-fluid div[class^="col-"], .section .container-fluid div[class^="col-"] {
    padding: 0; }

/* SUB NAV
--------------------------------------------*/
.sub-nav #pageBanner:after {
  content: '';
  width: 100%;
  height: 120px;
  z-index: 2;
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (max-width: 991px) {
    .sub-nav #pageBanner:after {
      display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sub-nav #pageBanner .caption {
    padding-bottom: 136px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .sub-nav #pageBanner .caption {
    padding-bottom: 133px; } }
@media (max-width: 480px) {
  .sub-nav #pageBanner .caption {
    padding-bottom: 75px; } }

#subNav {
  width: 100%;
  z-index: 996;
  bottom: 0;
  left: 0;
  position: absolute; }
  #subNav ul {
    overflow: hidden;
    list-style: none; }
  #subNav li {
    float: left;
    margin-right: -15px; }
    #subNav li:first-of-type {
      margin-left: -30px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #subNav li:first-of-type {
          margin-left: -25px; } }
    #subNav li.current_page_item, #subNav li.current-menu-item {
      margin: 0 0 0 15px; }
      #subNav li.current_page_item:first-of-type, #subNav li.current-menu-item:first-of-type {
        margin-left: 0; }
      #subNav li.current_page_item a, #subNav li.current-menu-item a {
        color: #246480;
        background: white; }
        #subNav li.current_page_item a:hover, #subNav li.current-menu-item a:hover {
          opacity: 1; }
  #subNav a {
    color: white;
    padding: 20px;
    display: inline-block;
    font-size: 2.3rem;
    line-height: 2.3rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #subNav a {
        padding: 25px;
        font-size: 2.1rem;
        line-height: 2.1rem; } }
    #subNav a:hover {
      opacity: 0.7; }
    #subNav a.enquiry-btn {
      color: white;
      position: relative;
      padding-right: 65px;
      margin-left: 15px;
      background: #3faccb; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #subNav a.enquiry-btn {
          padding-right: 60px; } }
      @media (max-width: 991px) {
        #subNav a.enquiry-btn {
          display: none; } }
      #subNav a.enquiry-btn:hover {
        opacity: 1; }
      #subNav a.enquiry-btn:after {
        content: '\e909';
        font-family: 'icomoon';
        font-size: 1rem;
        top: 21px;
        right: 30px;
        position: absolute; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #subNav a.enquiry-btn:after {
            top: 21px;
            right: 25px; } }
      #subNav a.enquiry-btn.open {
        color: #246480;
        background: #e9e9e9; }
        #subNav a.enquiry-btn.open:after {
          content: '\e90c'; }

/* SUB NAV MOBILE
--------------------------------------------*/
#subNavMobile {
  z-index: 5;
  position: absolute; }
  @media (min-width: 768px) and (max-width: 991px) {
    #subNavMobile {
      width: 720px;
      left: 15px;
      bottom: 50px; } }
  @media (max-width: 767px) {
    #subNavMobile {
      width: 100%;
      left: 0;
      bottom: 0; } }

/* sub nav toggle btn */
.sub-nav-button {
  width: 100%;
  display: block;
  position: relative;
  color: #246480;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub-nav-button {
      background: white;
      padding: 15px 20px 16px;
      font-size: 2rem;
      line-height: 2.1rem;
      border: 1px solid #246480; } }
  @media (max-width: 767px) {
    .sub-nav-button {
      padding: 12px 20px;
      font-size: 1.8rem;
      line-height: 1.9rem;
      background: #e9e9e9; } }
  .sub-nav-button:hover {
    color: #246480; }
  .sub-nav-button:after {
    content: '\e909';
    font-family: 'icomoon';
    right: 20px;
    position: absolute; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sub-nav-button:after {
        top: 16px;
        font-size: 1.2rem; } }
    @media (max-width: 767px) {
      .sub-nav-button:after {
        top: 13px;
        font-size: 1rem; } }
  .sub-nav-button.open:after {
    content: '\e90c'; }

/* sub nav dropdown */
.sub-nav-dropdown {
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub-nav-dropdown {
      background: white;
      border: 1px solid #246480;
      border-top: none; } }
  @media (max-width: 767px) {
    .sub-nav-dropdown {
      background: #e9e9e9; } }
  .sub-nav-dropdown ul {
    list-style: none;
    padding: 0 20px 20px; }
  .sub-nav-dropdown li {
    padding: 3px 0; }
    .sub-nav-dropdown li.current_page_item a, .sub-nav-dropdown li.current-menu-item a {
      color: #3faccb;
      font-weight: 500; }
  .sub-nav-dropdown a {
    display: inline-block;
    color: #246480; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sub-nav-dropdown a {
        font-size: 2rem;
        line-height: 2.6rem; } }
    @media (max-width: 767px) {
      .sub-nav-dropdown a {
        font-size: 1.7rem;
        line-height: 2.3rem; } }
    .sub-nav-dropdown a:hover {
      color: #3faccb; }

/* SECTIONS - Individual Page layouts */
/* 404 PAGE
--------------------------------------------*/
.error404 #pageBanner {
  min-height: 700px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .error404 #pageBanner {
      min-height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .error404 #pageBanner {
      min-height: 580px; } }
  @media (max-width: 767px) {
    .error404 #pageBanner {
      min-height: 350px; } }
  .error404 #pageBanner .img-overlay {
    opacity: 0.7; }
  .error404 #pageBanner a:hover {
    color: white; }
.error404 #mainContent {
  margin-top: 0 !important; }

/* CONTACT
--------------------------------------------*/
/* contact details */
#contactInfo {
  margin-bottom: 70px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #contactInfo {
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #contactInfo {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    #contactInfo {
      margin-bottom: 25px; } }
  #contactInfo h2 {
    font-size: 3.5rem;
    line-height: 4.1rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #contactInfo h2 {
        font-size: 3rem;
        line-height: 3.6rem; } }
    @media (max-width: 767px) {
      #contactInfo h2 {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
    @media (max-width: 767px) {
      #contactInfo h2 {
        font-size: 2.1rem;
        line-height: 2.7rem; } }
  #contactInfo .contact-details {
    margin-top: 25px; }
    @media (max-width: 767px) {
      #contactInfo .contact-details {
        margin-top: 20px; } }
    #contactInfo .contact-details h3 {
      font-size: 2.5rem;
      line-height: 3.1rem;
      color: #3faccb; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #contactInfo .contact-details h3 {
          font-size: 2.3rem;
          line-height: 2.9rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #contactInfo .contact-details h3 {
          font-size: 2.2rem;
          line-height: 2.8rem; } }
      @media (max-width: 767px) {
        #contactInfo .contact-details h3 {
          font-size: 2.1rem;
          line-height: 2.7rem; } }
    #contactInfo .contact-details div {
      margin-top: 10px; }
      @media (max-width: 767px) {
        #contactInfo .contact-details div {
          margin-top: 5px; } }

/* contact form */
.contact #contactForm {
  padding: 40px;
  background: #e9e9e9; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .contact #contactForm {
      padding: 30px; } }
  @media (max-width: 767px) {
    .contact #contactForm {
      padding: 25px 20px; } }
  .contact #contactForm .intro-text {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .contact #contactForm .intro-text {
        margin-bottom: 15px; } }

/* FREE TRIALS
--------------------------------------------*/
.freetrials .nav-extras .free-trials {
  font-weight: 500; }
  .freetrials .nav-extras .free-trials:hover {
    color: white; }

/* HOMEPAGE
--------------------------------------------*/
/* body class overwrites */
.home {
  /* page banner */ }
  .home #pageBanner {
    height: 690px; }
    @media (min-width: 1920px) {
      .home #pageBanner {
        height: 750px;
        min-height: 750px; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner {
        height: 600px;
        min-height: 600px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home #pageBanner {
        height: 600px;
        min-height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #pageBanner {
        height: 460px;
        min-height: 460px; } }
    @media (max-width: 767px) {
      .home #pageBanner {
        height: 400px;
        min-height: auto; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner .caption {
        padding-top: 135px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home #pageBanner .caption {
        padding: 140px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #pageBanner .caption {
        padding: 135px 0 0; } }
    @media (max-width: 767px) {
      .home #pageBanner .caption {
        padding: 115px 0 0; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner h2 {
        font-size: 6rem;
        line-height: 6.6rem; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner p {
        margin-top: 15px;
        font-size: 2.2rem;
        line-height: 3.2rem; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .home #pageBanner p {
        margin-top: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home #pageBanner p {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #pageBanner p {
        font-size: 2rem;
        line-height: 3rem; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner .btn, .home #pageBanner .gform_wrapper input.button, .gform_wrapper .home #pageBanner input.button {
        margin-top: 20px; } }
    .home #pageBanner .flex-nav-wrapper {
      bottom: 220px; }
      @media (min-width: 1200px) and (max-height: 830px) {
        .home #pageBanner .flex-nav-wrapper {
          bottom: 200px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home #pageBanner .flex-nav-wrapper {
          bottom: 200px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home #pageBanner .flex-nav-wrapper {
          bottom: 80px; } }
      @media (max-width: 767px) {
        .home #pageBanner .flex-nav-wrapper {
          bottom: 60px; } }
  .home .feature-cta-widget {
    height: 387px;
    padding: 0;
    margin-top: -145px;
    background: none;
    z-index: 996; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home .feature-cta-widget {
        height: 337px;
        margin-top: -125px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home .feature-cta-widget {
        height: 385px; } }
    @media (max-width: 991px) {
      .home .feature-cta-widget {
        margin: 0;
        padding: 30px 0; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .home .feature-cta-widget {
        height: 375px; } }
    @media (max-width: 480px) {
      .home .feature-cta-widget {
        height: 305px; } }
    .home .feature-cta-widget .bx-viewport {
      width: 1170px !important;
      height: 290px !important;
      left: -15px;
      padding: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home .feature-cta-widget .bx-viewport {
          width: 970px !important;
          height: 250px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home .feature-cta-widget .bx-viewport {
          width: 750px !important;
          height: 270px !important; } }
      @media (max-width: 767px) {
        .home .feature-cta-widget .bx-viewport {
          left: 0;
          padding: 0;
          width: 100% !important;
          height: auto !important; } }
      .home .feature-cta-widget .bx-viewport li {
        overflow: visible; }
    .home .feature-cta-widget .block-cta {
      border: 2px solid white;
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.7); }
      @media (max-width: 767px) {
        .home .feature-cta-widget .block-cta {
          border: none;
          box-shadow: none; } }
      .home .feature-cta-widget .block-cta:hover {
        box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.7); }
    @media (max-width: 767px) {
      .home .feature-cta-widget .title-sml {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    .home .feature-cta-widget .title-lrg {
      font-size: 5rem;
      line-height: 5.6rem; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .home .feature-cta-widget .title-lrg {
          font-size: 4.5rem;
          line-height: 5.1rem; } }
      @media (max-width: 767px) {
        .home .feature-cta-widget .title-lrg {
          font-size: 3rem;
          line-height: 3.2rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home .feature-cta-widget .title-lrg {
          font-size: 3.8rem;
          line-height: 4.4rem; } }
      @media (max-width: 767px) {
        .home .feature-cta-widget .title-lrg {
          font-size: 3.2rem;
          line-height: 3.4rem; } }

/* MISC CONTENT
--------------------------------------------*/
.misc #mainContent {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .misc #mainContent {
      margin-top: 90px; } }
  .misc #mainContent hr {
    border-color: white; }

/* PRODUCTS DETAIL
--------------------------------------------*/
/* product enquiry panel */
#productEnquiry {
  background: #e9e9e9; }
  #productEnquiry .product-enquiry-panel {
    background: #3faccb;
    overflow: hidden; }
    @media (max-width: 767px) {
      #productEnquiry .product-enquiry-panel {
        height: auto; } }
    @media (max-width: 767px) {
      #productEnquiry .product-enquiry-panel .container {
        padding: 0; } }
    #productEnquiry .product-enquiry-panel p, #productEnquiry .product-enquiry-panel a {
      font-size: 2.2rem;
      line-height: 2.6rem; }
      @media (max-width: 991px) {
        #productEnquiry .product-enquiry-panel p, #productEnquiry .product-enquiry-panel a {
          font-size: 1.9rem;
          line-height: 2.4rem; } }
    #productEnquiry .product-enquiry-panel p {
      color: white;
      float: left;
      padding: 32px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #productEnquiry .product-enquiry-panel p {
          padding: 33px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #productEnquiry .product-enquiry-panel p {
          width: 50%;
          padding: 21px 0; } }
      @media (max-width: 767px) {
        #productEnquiry .product-enquiry-panel p {
          float: none;
          padding: 20px; } }
    #productEnquiry .product-enquiry-panel .enquiry-btn {
      display: block;
      position: relative;
      color: white;
      font-weight: 400;
      background: #3faccb; }
      @media (min-width: 768px) and (max-width: 991px) {
        #productEnquiry .product-enquiry-panel .enquiry-btn {
          padding: 19px 0 20px;
          font-size: 2rem;
          line-height: 2.1rem; } }
      @media (max-width: 767px) {
        #productEnquiry .product-enquiry-panel .enquiry-btn {
          padding: 12px 20px;
          font-size: 1.8rem;
          line-height: 1.9rem; } }
      #productEnquiry .product-enquiry-panel .enquiry-btn:after {
        content: '\e909';
        font-family: 'icomoon';
        position: absolute; }
        @media (min-width: 768px) and (max-width: 991px) {
          #productEnquiry .product-enquiry-panel .enquiry-btn:after {
            top: 20px;
            right: 0;
            font-size: 1.2rem; } }
        @media (max-width: 767px) {
          #productEnquiry .product-enquiry-panel .enquiry-btn:after {
            top: 13px;
            right: 20px;
            font-size: 1rem; } }
      #productEnquiry .product-enquiry-panel .enquiry-btn.open:after {
        content: '\e90c'; }
  #productEnquiry .product-enquiry-form .intro-text {
    width: 50%; }
    @media (max-width: 767px) {
      #productEnquiry .product-enquiry-form .intro-text {
        width: 100%; } }

/* product features */
.product-features-widget .intro-text {
  margin-bottom: 40px; }
@media (max-width: 600px) {
  .product-features-widget .product-features div[class^="col-"] {
    width: 100%;
    float: none; } }
.product-features-widget .product-features div[class^="col-"]:nth-of-type(n+5) .block {
  margin-top: 30px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .product-features-widget .product-features div[class^="col-"]:nth-of-type(n+4) .block {
    margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-features-widget .product-features div[class^="col-"]:nth-of-type(n+3) .block {
    margin-top: 30px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .product-features-widget .product-features div[class^="col-"]:nth-of-type(n+3) .block {
    margin-top: 25px; } }
@media (max-width: 600px) {
  .product-features-widget .product-features div[class^="col-"]:not(:first-of-type) .block {
    margin-top: 25px; } }
.product-features-widget .product-features .block {
  height: 220px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-features-widget .product-features .block {
      height: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-features-widget .product-features .block {
      height: 250px; } }
.product-features-widget .product-features .block-cta:hover .img-overlay {
  background-color: #3faccb; }
.product-features-widget .product-features .block-cta:after {
  content: '\e910';
  font-size: 1.6rem;
  color: white;
  font-family: 'icomoon';
  z-index: 5;
  right: 20px;
  bottom: 17px;
  position: absolute; }
.product-features-widget .product-features .open:after {
  content: '\e90e'; }
.product-features-widget .product-features .open .synopsis {
  opacity: 1; }
.product-features-widget .product-features .caption {
  padding: 25px; }
.product-features-widget .product-features h3 {
  color: white;
  font-size: 2.5rem;
  line-height: 3.1rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-features-widget .product-features h3 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-features-widget .product-features h3 {
      font-size: 2.2rem;
      line-height: 2.8rem; } }
  @media (max-width: 767px) {
    .product-features-widget .product-features h3 {
      font-size: 2.1rem;
      line-height: 2.7rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-features-widget .product-features h3 {
      font-size: 3rem;
      line-height: 3.6rem; } }
  @media (max-width: 767px) {
    .product-features-widget .product-features h3 {
      font-size: 2.5rem;
      line-height: 3.1rem; } }
.product-features-widget .product-features .synopsis {
  height: 100%;
  opacity: 0;
  z-index: 5;
  background: #3faccb; }
  .product-features-widget .product-features .synopsis p {
    color: white;
    font-size: 1.4rem;
    line-height: 1.9rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-features-widget .product-features .synopsis p {
        font-size: 1.6rem;
        line-height: 2.1rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-features-widget .product-features .synopsis p {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
    @media (max-width: 767px) {
      .product-features-widget .product-features .synopsis p {
        font-size: 1.5rem;
        line-height: 2rem; } }

/* RESOURCES
--------------------------------------------*/
/* body class overwrites */
.resources #pageBanner .caption {
  width: 100%; }

.newsletter .full-width-text-widget .caption {
  width: 100%; }
.newsletter .full-width-text-widget form {
  margin-top: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .newsletter .full-width-text-widget form {
      margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter .full-width-text-widget form {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .newsletter .full-width-text-widget form {
      margin-top: 10px; } }

/* resources lightbox */
#resourcesLightbox .lightbox-pos {
  top: 0;
  padding: 80px 0;
  background: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    #resourcesLightbox .lightbox-pos {
      padding: 0; } }
#resourcesLightbox .lightbox-content {
  background: white; }

.resources-lightbox {
  width: 1000px;
  padding: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resources-lightbox {
      width: 900px;
      padding: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resources-lightbox {
      width: 720px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .resources-lightbox {
      width: 100%;
      padding: 15px; } }

/* main content */
#resources {
  /* feature cta widget */
  /* thumbnail listing widget */ }
  #resources .feature-cta-widget {
    padding-bottom: 80px; }
    #resources .feature-cta-widget h1, #resources .feature-cta-widget h2, #resources .feature-cta-widget h3,
    #resources .feature-cta-widget h4, #resources .feature-cta-widget h5, #resources .feature-cta-widget h6,
    #resources .feature-cta-widget p, #resources .feature-cta-widget li, #resources .feature-cta-widget span:not(.btn), #resources .feature-cta-widget blockquote {
      color: white; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #resources .feature-cta-widget {
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      #resources .feature-cta-widget {
        padding-bottom: 10px; } }
    #resources .feature-cta-widget .intro-text {
      margin-bottom: 45px; }
      #resources .feature-cta-widget .intro-text h1, #resources .feature-cta-widget .intro-text h2, #resources .feature-cta-widget .intro-text h3,
      #resources .feature-cta-widget .intro-text h4, #resources .feature-cta-widget .intro-text h5, #resources .feature-cta-widget .intro-text h6,
      #resources .feature-cta-widget .intro-text p, #resources .feature-cta-widget .intro-text li, #resources .feature-cta-widget .intro-text span:not(.btn), #resources .feature-cta-widget .intro-text blockquote {
        color: #246480; }
      @media (max-width: 767px) {
        #resources .feature-cta-widget .intro-text {
          margin-bottom: 20px; } }
    #resources .feature-cta-widget .block {
      margin-bottom: 30px; }
    #resources .feature-cta-widget .title-sml {
      font-size: 1.8rem;
      line-height: 2.8rem;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        #resources .feature-cta-widget .title-sml {
          font-size: 1.7rem;
          line-height: 2.3rem; } }
    #resources .feature-cta-widget .title-lrg {
      font-size: 2.9rem;
      line-height: 3.5rem; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #resources .feature-cta-widget .title-lrg {
          font-size: 2.6rem;
          line-height: 3.2rem; } }
      @media (max-width: 767px) {
        #resources .feature-cta-widget .title-lrg {
          font-size: 2.3rem;
          line-height: 2.9rem; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #resources .thumbnail-listing-widget .intro-text {
      margin-bottom: 30px; } }
  #resources .thumbnail-listing-widget .thumbnail-listing .caption {
    padding-top: 5px; }
    #resources .thumbnail-listing-widget .thumbnail-listing .caption h2,
    #resources .thumbnail-listing-widget .thumbnail-listing .caption h3 {
      color: #246480; }
    #resources .thumbnail-listing-widget .thumbnail-listing .caption p {
      margin-top: 9px;
      color: #246480;
      font-size: 2rem;
      line-height: 2.4rem; }
      @media (max-width: 767px) {
        #resources .thumbnail-listing-widget .thumbnail-listing .caption p {
          margin-top: 7px;
          font-size: 1.7rem;
          line-height: 2.2rem; } }
  #resources .thumbnail-listing-widget .thumbnail-listing .btn, #resources .thumbnail-listing-widget .thumbnail-listing .gform_wrapper input.button, .gform_wrapper #resources .thumbnail-listing-widget .thumbnail-listing input.button {
    margin-top: 20px; }
    @media (max-width: 767px) {
      #resources .thumbnail-listing-widget .thumbnail-listing .btn, #resources .thumbnail-listing-widget .thumbnail-listing .gform_wrapper input.button, .gform_wrapper #resources .thumbnail-listing-widget .thumbnail-listing input.button {
        margin-top: 15px; } }

/* SECTION
--------------------------------------------*/
/* SIDEBAR WIDGETS - Sidebar Widget Areas */
/* SIDEBAR
--------------------------------------------*/
@media (max-width: 767px) {
  #sidebar {
    margin-top: 30px; } }

/* sidebar widget */
.sidebar-widget:not(:first-of-type) {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .sidebar-widget:not(:first-of-type) {
      margin-top: 25px; } }

/* IMAGE WIDGET
--------------------------------------------*/
.img-widget .img-wrapper {
  margin: 0 !important; }

/* TEXT CTA WIDGET
--------------------------------------------*/
.text-cta-widget .block-cta {
  border: 2px solid #e9e9e9; }
  .text-cta-widget .block-cta:hover {
    background: white;
    border: 2px solid #3faccb; }
.text-cta-widget .caption {
  padding: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-cta-widget .caption {
      padding: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-cta-widget .caption {
      padding: 35px; } }
  @media (max-width: 767px) {
    .text-cta-widget .caption {
      padding: 25px; } }
.text-cta-widget h3 {
  font-size: 2.2rem;
  line-height: 2.6rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-cta-widget h3 {
      font-size: 2rem;
      line-height: 2.4rem; } }
  @media (max-width: 991px) {
    .text-cta-widget h3 {
      font-size: 1.9rem;
      line-height: 2.3rem; } }
.text-cta-widget p {
  margin-top: 15px;
  color: #246480; }
.text-cta-widget .btn, .text-cta-widget .gform_wrapper input.button, .gform_wrapper .text-cta-widget input.button, .text-cta-widget #resources .feature-cta-widget .btn, #resources .feature-cta-widget .text-cta-widget .btn {
  margin-top: 20px; }

/* WIDGETS - Flexible Main Widget Areas */
/* WIDGET
--------------------------------------------*/
.widget, .section {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* content wrapper - when widget has bg img */ }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget, .section {
      padding: 65px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget, .section {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .widget, .section {
      padding: 30px 0; } }
  .widget .content-wrapper, .section .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 996; }

/* ACTIVITY WALL WIDGET
--------------------------------------------*/
.activity-wall-widget {
  padding: 60px 0;
  overflow: hidden;
  /* columns */
  /* blocks */
  /* rollovers */
  /* img overlay */
  /* quote widget */
  /* download widget */
  /* twitter widget */ }
  @media (max-width: 767px) {
    .activity-wall-widget {
      padding: 25px 0; } }
  .activity-wall-widget .widget, .activity-wall-widget .section {
    padding: 0; }
  .activity-wall-widget h2 {
    margin-top: 5px;
    font-size: 3.2rem;
    line-height: 3.8rem; }
    @media (max-width: 991px) {
      .activity-wall-widget h2 {
        margin-top: 3px; } }
    @media (max-width: 767px) {
      .activity-wall-widget h2 {
        font-size: 2.8rem;
        line-height: 3.2rem; } }
  .activity-wall-widget p {
    font-size: 2.1rem;
    line-height: 2.7rem; }
    @media (max-width: 767px) {
      .activity-wall-widget p {
        font-size: 1.9rem;
        line-height: 2.5rem; } }
  .activity-wall-widget .column {
    width: 50%;
    float: left;
    overflow: hidden; }
    @media (max-width: 767px) {
      .activity-wall-widget .column {
        width: 100%; } }
  .activity-wall-widget .block {
    float: left; }
    @media (max-width: 991px) {
      .activity-wall-widget .block {
        float: none; } }
    @media (max-width: 991px) {
      .activity-wall-widget .block.pull-right {
        float: none !important; } }
  .activity-wall-widget .block-lrg {
    width: 100%;
    height: 330px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .activity-wall-widget .block-lrg {
        height: 440px; } }
    @media (max-width: 767px) {
      .activity-wall-widget .block-lrg {
        height: 320px; } }
  .activity-wall-widget .block-med {
    width: 50%;
    height: 330px; }
    @media (max-width: 991px) {
      .activity-wall-widget .block-med {
        width: 100%;
        height: 220px; } }
  .activity-wall-widget .block-sml {
    width: 50%;
    height: 220px; }
    @media (max-width: 991px) {
      .activity-wall-widget .block-sml {
        width: 100%; } }
  @media (max-width: 767px) {
    .activity-wall-widget .hide-on-mobile {
      display: none; } }
  .activity-wall-widget .block-cta:hover .caption h1, .activity-wall-widget .block-cta:hover .caption h2, .activity-wall-widget .block-cta:hover .caption h3,
  .activity-wall-widget .block-cta:hover .caption h4, .activity-wall-widget .block-cta:hover .caption h5, .activity-wall-widget .block-cta:hover .caption h6,
  .activity-wall-widget .block-cta:hover .caption p, .activity-wall-widget .block-cta:hover .caption li, .activity-wall-widget .block-cta:hover .caption span:not(.btn), .activity-wall-widget .block-cta:hover .caption blockquote {
    color: white; }
  .activity-wall-widget .block-cta:hover .img-overlay {
    opacity: 0.85;
    background-color: #246480; }
  .activity-wall-widget .img-overlay-hidden {
    display: none; }
  .activity-wall-widget .img-overlay-black {
    opacity: 0.4; }
  .activity-wall-widget .quote-widget {
    height: 100% !important; }
    .activity-wall-widget .quote-widget .caption {
      width: 70%;
      bottom: 0 !important; }
      @media (max-width: 767px) {
        .activity-wall-widget .quote-widget .caption {
          width: 90%; } }
    .activity-wall-widget .quote-widget p {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .activity-wall-widget .quote-widget p {
          margin-top: 10px; } }
  .activity-wall-widget .download-widget .caption {
    width: 95%; }
  .activity-wall-widget .twitter-widget {
    background: #484848; }
    .activity-wall-widget .twitter-widget a {
      color: white;
      word-wrap: break-word; }
      .activity-wall-widget .twitter-widget a:hover {
        color: #b3b3b3; }
    .activity-wall-widget .twitter-widget .icon-social_twitter {
      font-size: 2.2rem;
      margin-top: -5px;
      display: inline-block; }
    .activity-wall-widget .twitter-widget p {
      color: white;
      margin-top: 5px;
      font-size: 1.4rem;
      line-height: 1.9rem; }
      @media (max-width: 767px) {
        .activity-wall-widget .twitter-widget p {
          font-size: 1.5rem;
          line-height: 2.1rem; } }

.article-accordion-widget .panel h2 {
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: #3faccb; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .article-accordion-widget .panel h2 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 767px) {
    .article-accordion-widget .panel h2 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }
.article-accordion-widget .caption h2 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  color: #3faccb !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-accordion-widget .caption h2 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .article-accordion-widget .caption h2 {
      font-size: 2.2rem;
      line-height: 2.8rem; } }
  @media (max-width: 767px) {
    .article-accordion-widget .caption h2 {
      font-size: 2.1rem;
      line-height: 2.7rem; } }
.article-accordion-widget .caption h3 {
  margin-top: 5px; }
.article-accordion-widget .caption h3,
.article-accordion-widget .caption h4 {
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: #3faccb; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .article-accordion-widget .caption h3,
    .article-accordion-widget .caption h4 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 767px) {
    .article-accordion-widget .caption h3,
    .article-accordion-widget .caption h4 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }
.article-accordion-widget .btn-container {
  padding-top: 20px;
  text-align: right; }
  @media (max-width: 767px) {
    .article-accordion-widget .btn-container {
      margin-left: -2px;
      padding: 0;
      text-align: left; } }

/* BG IMG & TEXT CTA WIDGET
--------------------------------------------*/
.bg-img-text-cta-widget .caption {
  width: 50%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bg-img-text-cta-widget .caption {
      width: 80%; } }
  @media (max-width: 767px) {
    .bg-img-text-cta-widget .caption {
      width: 100%; } }

/* ENQUIRY FORM WIDGET
--------------------------------------------*/
.enquiry-form-widget .intro-text {
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .enquiry-form-widget .intro-text {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .enquiry-form-widget .intro-text {
      margin-bottom: 15px; } }
.enquiry-form-widget h2 {
  font-size: 3.5rem;
  line-height: 4.1rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .enquiry-form-widget h2 {
      font-size: 3rem;
      line-height: 3.6rem; } }
  @media (max-width: 767px) {
    .enquiry-form-widget h2 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 991px) {
    .enquiry-form-widget h2 {
      font-size: 2.9rem;
      line-height: 3.5rem; } }
  @media (max-width: 991px) and (min-width: 768px) and (max-width: 1199px) {
    .enquiry-form-widget h2 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .enquiry-form-widget h2 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }

  @media (max-width: 767px) {
    .enquiry-form-widget h2 {
      font-size: 2.1rem;
      line-height: 2.7rem; } }

/* FEATURE CTA WIDGET
--------------------------------------------*/
.feature-cta-widget {
  padding: 55px 0 110px;
  background: #e9e9e9; }
  .feature-cta-widget h1, .feature-cta-widget h2, .feature-cta-widget h3,
  .feature-cta-widget h4, .feature-cta-widget h5, .feature-cta-widget h6,
  .feature-cta-widget p, .feature-cta-widget li, .feature-cta-widget span:not(.btn), .feature-cta-widget blockquote {
    color: white; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .feature-cta-widget {
      padding: 45px 0 95px; } }
  @media (max-width: 767px) {
    .feature-cta-widget {
      padding: 30px 0 85px; } }
  .feature-cta-widget .container {
    position: relative; }
  .feature-cta-widget .feature-cta-slider {
    list-style: none; }
  .feature-cta-widget .slider-nav {
    left: 13px;
    bottom: -69px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .feature-cta-widget .slider-nav {
        bottom: -60px; } }
    @media (max-width: 767px) {
      .feature-cta-widget .slider-nav {
        left: 18px;
        bottom: -65px; } }
  .feature-cta-widget .bx-wrapper .bx-pager {
    bottom: -57px; }
  .feature-cta-widget .intro-text {
    margin-bottom: 30px; }
    .feature-cta-widget .intro-text h1, .feature-cta-widget .intro-text h2, .feature-cta-widget .intro-text h3,
    .feature-cta-widget .intro-text h4, .feature-cta-widget .intro-text h5, .feature-cta-widget .intro-text h6,
    .feature-cta-widget .intro-text p, .feature-cta-widget .intro-text li, .feature-cta-widget .intro-text span:not(.btn), .feature-cta-widget .intro-text blockquote {
      color: #246480; }
  .feature-cta-widget .block-cta {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7); }
    .feature-cta-widget .block-cta:hover .img-overlay {
      opacity: 0.85; }
  .feature-cta-widget .products-block {
    background: #3faccb; }
  .feature-cta-widget .block {
    height: 260px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .feature-cta-widget .block {
        height: 220px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .feature-cta-widget .block {
        height: 240px; } }
    @media (max-width: 480px) {
      .feature-cta-widget .block {
        height: 190px; } }
  .feature-cta-widget .caption {
    bottom: 0;
    text-align: left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .feature-cta-widget .title-sml {
    font-size: 2.5rem;
    line-height: 3.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .feature-cta-widget .title-sml {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .feature-cta-widget .title-sml {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .feature-cta-widget .title-sml {
        font-size: 2.1rem;
        line-height: 2.7rem; } }
  .feature-cta-widget .title-lrg {
    font-size: 3.5rem;
    line-height: 4.1rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .feature-cta-widget .title-lrg {
        font-size: 3rem;
        line-height: 3.6rem; } }
    @media (max-width: 767px) {
      .feature-cta-widget .title-lrg {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
  .feature-cta-widget p {
    margin-top: 15px; }
    @media (max-width: 991px) {
      .feature-cta-widget p {
        display: none; } }
  .feature-cta-widget .img-overlay {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .feature-cta-widget .gradient-overlay-black {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.8) 0%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }

/* FEATURED REPORTS CTA WIDGET
--------------------------------------------*/
.featured-reports-cta-widget {
  padding-bottom: 80px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .featured-reports-cta-widget {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .featured-reports-cta-widget {
      padding-bottom: 10px; } }
  @media (max-width: 480px) {
    .featured-reports-cta-widget .col-xs-6 {
      width: 100%;
      float: none; } }
  .featured-reports-cta-widget .block {
    height: 420px;
    margin-bottom: 30px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .featured-reports-cta-widget .block {
        height: 350px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .featured-reports-cta-widget .block {
        height: 370px; } }
    @media (max-width: 767px) {
      .featured-reports-cta-widget .block {
        height: 350px; } }
  .featured-reports-cta-widget p {
    display: block !important; }
  .featured-reports-cta-widget .gradient-overlay-black-bottom, .featured-reports-cta-widget .sub-nav #pageBanner:after, .sub-nav .featured-reports-cta-widget #pageBanner:after {
    background: transparent 0%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

/* FLOATED IMG & TEXT WIDGET
--------------------------------------------*/
@media (max-width: 600px) {
  .floated-img-text-widget div[class^="col-"] {
    width: 100%;
    float: none; } }
.floated-img-text-widget.has-bg {
  padding: 150px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-img-text-widget.has-bg {
      padding: 120px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floated-img-text-widget.has-bg {
      padding: 80px 0; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .floated-img-text-widget.has-bg {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    .floated-img-text-widget.has-bg {
      padding: 40px 0; } }
  .floated-img-text-widget.has-bg h2 + h3 {
    margin: 5px 0 0; }
  .floated-img-text-widget.has-bg h3 {
    font-size: 4rem;
    line-height: 4.6rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .floated-img-text-widget.has-bg h3 {
        font-size: 3.5rem;
        line-height: 4.1rem; } }
    @media (max-width: 767px) {
      .floated-img-text-widget.has-bg h3 {
        font-size: 2.8rem;
        line-height: 3.4rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-img-text-widget.has-bg.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floated-img-text-widget.has-bg.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .floated-img-text-widget.has-bg.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-img-text-widget.has-bg.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floated-img-text-widget.has-bg.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 50px; } }
  @media (max-width: 767px) {
    .floated-img-text-widget.has-bg.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 0; } }
.floated-img-text-widget .caption img {
  height: auto;
  max-width: 100%; }
.floated-img-text-widget.img-right .img {
  float: right;
  text-align: left; }
  @media (max-width: 600px) {
    .floated-img-text-widget.img-right .img {
      float: none !important;
      clear: left; } }
.floated-img-text-widget.img-right div[class^="col-"]:nth-of-type(even) .caption {
  margin-right: 90px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-img-text-widget.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floated-img-text-widget.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .floated-img-text-widget.img-right div[class^="col-"]:nth-of-type(even) .caption {
      margin-right: 0; } }
.floated-img-text-widget.img-left div[class^="col-"]:nth-of-type(even) .caption {
  margin-left: 90px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-img-text-widget.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .floated-img-text-widget.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .floated-img-text-widget.img-left div[class^="col-"]:nth-of-type(even) .caption {
      margin-left: 0; } }
.floated-img-text-widget .img-wrapper {
  border: none; }

/* FULL WIDTH TEXT WIDGET
--------------------------------------------*/
.full-width-text-widget .caption {
  width: 80%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .full-width-text-widget .caption {
      width: 90%; } }
  @media (max-width: 767px) {
    .full-width-text-widget .caption {
      width: 100%; } }

/* ICON LIST WIDGET
--------------------------------------------*/
.icons-list-widget {
  padding-bottom: 160px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .icons-list-widget {
      padding-bottom: 135px; } }
  @media (max-width: 767px) {
    .icons-list-widget {
      padding-bottom: 100px; } }
  .icons-list-widget.has-bg .intro-text p, .icons-list-widget.has-bg .intro-text h2, .icons-list-widget.has-bg .intro-text h3 {
    color: white; }
  .icons-list-widget.has-bg .text p {
    color: white; }
  .icons-list-widget.has-bg .slider-nav a {
    border: 2px solid white; }
    .icons-list-widget.has-bg .slider-nav a:hover {
      background: white; }
      .icons-list-widget.has-bg .slider-nav a:hover:before {
        color: #3faccb; }
    .icons-list-widget.has-bg .slider-nav a:before {
      color: white; }
  .icons-list-widget.has-bg .bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid white; }
    .icons-list-widget.has-bg .bx-wrapper .bx-pager.bx-default-pager a:hover, .icons-list-widget.has-bg .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: white; }
  .icons-list-widget.bg-blue-light .text h3 {
    color: white; }
  .icons-list-widget .icons-list-wrapper .bx-wrapper .bx-pager {
    bottom: -85px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .icons-list-widget .icons-list-wrapper .bx-wrapper .bx-pager {
        bottom: -75px; } }
  .icons-list-widget .icons-list-slider {
    margin: 0; }
  .icons-list-widget .slider-nav {
    bottom: -95px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .icons-list-widget .slider-nav {
        bottom: -85px; } }
    @media (max-width: 767px) {
      .icons-list-widget .slider-nav {
        bottom: -75px; } }
  .icons-list-widget .intro-text {
    width: 50%;
    margin-bottom: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .icons-list-widget .intro-text {
        width: 80%; } }
    @media (max-width: 767px) {
      .icons-list-widget .intro-text {
        width: 75%;
        margin-bottom: 15px; } }
    .icons-list-widget .intro-text h2 {
      color: #6f6f6e; }
      @media (max-width: 767px) {
        .icons-list-widget .intro-text h2 {
          font-size: 2.2rem;
          line-height: 3rem; } }
  .icons-list-widget .icons-wrapper {
    width: 55px;
    height: 55px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .icons-list-widget .icons-wrapper {
        margin-bottom: 10px; } }
  .icons-list-widget .text {
    text-align: left;
    font-family: "Roboto", sans-serif; }
    @media (max-width: 767px) {
      .icons-list-widget .text {
        height: auto !important; } }
    .icons-list-widget .text h3 {
      color: #3faccb;
      font-size: 2.9rem;
      line-height: 3.5rem; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .icons-list-widget .text h3 {
          font-size: 2.6rem;
          line-height: 3.2rem; } }
      @media (max-width: 767px) {
        .icons-list-widget .text h3 {
          font-size: 2.3rem;
          line-height: 2.9rem; } }
      @media (max-width: 767px) {
        .icons-list-widget .text h3 {
          font-size: 2.6rem;
          line-height: 3.4rem; } }
    .icons-list-widget .text p {
      color: #6f6f6e; }

/* IMG & TEXT CTA WIDGET
--------------------------------------------*/
.img-text-cta-widget {
  padding: 0; }
  .img-text-cta-widget .caption {
    height: 100%;
    padding: 60px 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .img-text-cta-widget .caption {
        padding: 50px 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .img-text-cta-widget .caption {
        padding: 45px; } }
    @media (max-width: 767px) {
      .img-text-cta-widget .caption {
        padding: 25px 20px; } }
  @media (max-width: 767px) {
    .img-text-cta-widget .bg-img-wrapper {
      height: 190px;
      position: relative; } }

/* LOCATION WIDGET
--------------------------------------------*/
.location-widget {
  width: 100%;
  height: 700px;
  margin-bottom: 7px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .location-widget {
      height: 600px; } }
  @media (max-width: 767px) {
    .location-widget {
      height: auto;
      padding: 0;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .location-widget .bg-img-wrapper {
      position: relative; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .location-widget .bg-img-wrapper {
      height: 250px; } }
  @media (max-width: 480px) {
    .location-widget .bg-img-wrapper {
      height: 200px; } }
  .location-widget .container {
    height: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .location-widget .container {
        margin: 0 -20px; } }
  .location-widget .caption {
    width: 50%;
    padding: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .location-widget .caption {
        padding: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .location-widget .caption {
        width: 75%; } }
    @media (max-width: 767px) {
      .location-widget .caption {
        width: 100%;
        padding: 25px 0;
        top: inherit;
        position: relative;
        -webkit-transform: none;
                transform: none; } }
  .location-widget .caption-right {
    right: 20px; }
    @media (max-width: 991px) {
      .location-widget .caption-right {
        left: 20px;
        right: inherit; } }
  .location-widget .caption-left {
    left: 20px; }
  .location-widget h2 {
    font-size: 3.5rem;
    line-height: 4.1rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .location-widget h2 {
        font-size: 3rem;
        line-height: 3.6rem; } }
    @media (max-width: 767px) {
      .location-widget h2 {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
    @media (max-width: 767px) {
      .location-widget h2 {
        font-size: 2.9rem;
        line-height: 3.5rem; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
    .location-widget h2 {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .location-widget h2 {
      font-size: 2.3rem;
      line-height: 2.9rem; } }

  .location-widget h3 {
    margin-top: 10px;
    color: #3faccb;
    font-size: 2.5rem;
    line-height: 3.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .location-widget h3 {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .location-widget h3 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .location-widget h3 {
        font-size: 2.1rem;
        line-height: 2.7rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .location-widget h3 {
        margin-top: 7px; } }
    @media (max-width: 767px) {
      .location-widget h3 {
        margin-top: 5px;
        font-size: 2.2rem;
        line-height: 2.6rem; } }
  @media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .location-widget h3 {
      font-size: 2rem;
      line-height: 2.4rem; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .location-widget h3 {
      font-size: 1.9rem;
      line-height: 2.3rem; } }

  .location-widget .contact-details {
    margin-top: 10px; }
    .location-widget .contact-details .telephone {
      margin-top: 5px; }

/* LOGO WIDGET
--------------------------------------------*/
.logo-widget {
  padding-bottom: 60px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .logo-widget {
      padding-bottom: 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-widget {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .logo-widget {
      padding-bottom: 20px; } }
  .logo-widget .intro-text {
    margin-bottom: 10px; }
  .logo-widget h2 {
    color: #6f6f6e; }
  .logo-widget a {
    display: block;
    padding: 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .logo-widget a:hover {
      opacity: 0.6; }
    .logo-widget a[href=""] {
      pointer-events: none; }
  @media (max-width: 767px) {
    .logo-widget img {
      margin-bottom: -20px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%;
      position: relative; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .logo-widget img {
      width: 40%; } }
  @media (max-width: 480px) {
    .logo-widget img {
      width: 60%; } }

/* NO BG IMAGE
--------------------------------------------*/
.no-bg {
  /* no bg widget followed by no bg widget */
  /* img */
  /* buttons */
  /* form panels */ }
  .no-bg + .no-bg {
    padding-top: 0; }
  .no-bg .img-wrapper {
    background: white; }
  .no-bg .form-panel {
    background: #e9e9e9; }

/* QUOTE WIDGET
--------------------------------------------*/
.quote-widget {
  height: 545px;
  padding: 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .quote-widget {
      height: 495px; } }
  @media (max-width: 767px) {
    .quote-widget {
      height: 425px; } }
  .quote-widget.slider-inactive .content-wrapper {
    bottom: 50px; }
  .quote-widget .content-wrapper {
    height: 320px;
    bottom: 100px;
    position: absolute; }
    @media (max-width: 767px) {
      .quote-widget .content-wrapper {
        bottom: 70px; } }
  .quote-widget .quote-slide {
    height: 320px !important; }
  .quote-widget .caption {
    width: 75%;
    bottom: 30px;
    position: absolute; }
    @media (max-width: 991px) {
      .quote-widget .caption {
        width: 100%; } }
  .quote-widget p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.5rem; }
    @media (max-width: 767px) {
      .quote-widget p {
        margin-top: 15px;
        font-size: 1.7rem;
        line-height: 2.3rem; } }
  .quote-widget .btn, .quote-widget .gform_wrapper input.button, .gform_wrapper .quote-widget input.button, .quote-widget #resources .feature-cta-widget .btn, #resources .feature-cta-widget .quote-widget .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .quote-widget .btn, .quote-widget .gform_wrapper input.button, .gform_wrapper .quote-widget input.button, .quote-widget #resources .feature-cta-widget .btn, #resources .feature-cta-widget .quote-widget .btn {
        margin-top: 20px; } }

/* REPORTS CTA WIDGET
--------------------------------------------*/
.reports-cta-widget .intro-text {
  width: 80%;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .reports-cta-widget .intro-text {
      width: 90%; } }
  @media (max-width: 767px) {
    .reports-cta-widget .intro-text {
      width: 100%;
      margin-bottom: 20px; } }
@media (max-width: 480px) {
  .reports-cta-widget .col-xs-6 {
    width: 100%;
    float: none; } }
.reports-cta-widget .col-xs-6:nth-of-type(n+5) .block {
  margin-top: 30px; }
@media (min-width: 768px) and (max-width: 991px) {
  .reports-cta-widget .col-xs-6:nth-of-type(n+3) .block {
    margin-top: 30px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .reports-cta-widget .col-xs-6:nth-of-type(n+3) .block {
    margin-top: 25px; } }
@media (max-width: 480px) {
  .reports-cta-widget .col-xs-6:nth-of-type(n+2) .block {
    margin-top: 25px; } }
.reports-cta-widget .block-cta {
  background: #3faccb; }
  .reports-cta-widget .block-cta:hover {
    background: #246480; }
    .reports-cta-widget .block-cta:hover .img-overlay {
      opacity: 0.9;
      background-color: #246480; }
.reports-cta-widget .caption {
  position: relative; }
.reports-cta-widget .title-sml {
  color: white;
  margin-bottom: 5px;
  font-size: 2.2rem;
  line-height: 2.6rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .reports-cta-widget .title-sml {
      font-size: 2rem;
      line-height: 2.4rem; } }
  @media (max-width: 991px) {
    .reports-cta-widget .title-sml {
      font-size: 1.9rem;
      line-height: 2.3rem; } }
.reports-cta-widget .title-lrg {
  color: white;
  font-size: 3.5rem;
  line-height: 4.1rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .reports-cta-widget .title-lrg {
      font-size: 3rem;
      line-height: 3.6rem; } }
  @media (max-width: 767px) {
    .reports-cta-widget .title-lrg {
      font-size: 2.6rem;
      line-height: 3.2rem; } }
.reports-cta-widget .img-overlay {
  opacity: 0.6; }

/* TEAM WIDGET
--------------------------------------------*/
@media (max-width: 480px) {
  .team-widget .col-xs-6 {
    width: 100%;
    float: none; } }
@media (min-width: 992px) {
  .team-widget .col-xs-6:nth-of-type(n+4) .team-member {
    margin-top: 60px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .team-widget .col-xs-6:nth-of-type(n+3) .team-member {
    margin-top: 40px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .team-widget .col-xs-6:nth-of-type(n+3) .team-member {
    margin-top: 30px; } }
@media (max-width: 480px) {
  .team-widget .col-xs-6 .team-member {
    height: auto !important; }
  .team-widget .col-xs-6:nth-of-type(n+2) .team-member {
    margin-top: 30px; } }
.team-widget .contact-info {
  margin: 35px 0 25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-widget .contact-info {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .team-widget .contact-info {
      margin: 30px 0 15px; } }
  .team-widget .contact-info h2 {
    margin-bottom: 5px;
    font-size: 2.5rem;
    line-height: 3.1rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .team-widget .contact-info h2 {
        font-size: 2.3rem;
        line-height: 2.9rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .team-widget .contact-info h2 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .team-widget .contact-info h2 {
        font-size: 2.1rem;
        line-height: 2.7rem; } }
  .team-widget .contact-info h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.6rem; }
  .team-widget .contact-info a, .team-widget .contact-info h4 {
    color: #3faccb;
    font-size: 2rem;
    line-height: 2.6rem; }
  .team-widget .contact-info a {
    margin-bottom: 3px;
    display: inline-block;
    font-weight: 500; }
    .team-widget .contact-info a:hover {
      color: #246480; }
.team-widget .standard-text {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .team-widget .standard-text {
      padding-right: 0; } }

/* TESTIMONIAL WIDGET
--------------------------------------------*/
@media (max-width: 600px) {
  .testimonial-widget div[class^="col-"] {
    width: 100%;
    float: none; } }
.testimonial-widget .testimonial h1, .testimonial-widget .testimonial h2, .testimonial-widget .testimonial h3,
.testimonial-widget .testimonial h4, .testimonial-widget .testimonial h5, .testimonial-widget .testimonial h6,
.testimonial-widget .testimonial p, .testimonial-widget .testimonial li, .testimonial-widget .testimonial span:not(.btn), .testimonial-widget .testimonial blockquote {
  color: #246480; }
.testimonial-widget .testimonial:not(:first-of-type) {
  margin-top: 70px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-widget .testimonial:not(:first-of-type) {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .testimonial-widget .testimonial:not(:first-of-type) {
      margin-top: 30px; } }
.testimonial-widget .testimonial .img-wrapper {
  margin: 0 10px 0 0; }
  @media (max-width: 767px) {
    .testimonial-widget .testimonial .img-wrapper {
      margin: 0 0 25px; } }
.testimonial-widget .testimonial span {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .testimonial-widget .testimonial span {
      font-size: 1.9rem;
      line-height: 2.5rem; } }
  @media (max-width: 767px) {
    .testimonial-widget .testimonial span {
      font-size: 1.7rem;
      line-height: 2.3rem; } }

/* THUMBNAIL LISTING WIDGET
--------------------------------------------*/
@media (max-width: 480px) {
  .thumbnail-listing-widget div[class^="col-"] {
    width: 100%;
    float: none; } }
.thumbnail-listing-widget .intro-text {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .thumbnail-listing-widget .intro-text {
      margin-bottom: 20px; } }
.thumbnail-listing-widget .thumbnail-listing:not(:last-of-type) {
  margin-bottom: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .thumbnail-listing-widget .thumbnail-listing:not(:last-of-type) {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .thumbnail-listing-widget .thumbnail-listing:not(:last-of-type) {
      margin-bottom: 30px; } }
.thumbnail-listing-widget .thumbnail-listing .block-cta:hover img {
  opacity: 0.7; }
.thumbnail-listing-widget .thumbnail-listing .img-wrapper {
  margin: 0 10px 0 0; }
  @media (max-width: 480px) {
    .thumbnail-listing-widget .thumbnail-listing .img-wrapper {
      margin: 0 0 15px; } }
.thumbnail-listing-widget .thumbnail-listing .img-overlay {
  opacity: 0; }
.thumbnail-listing-widget .thumbnail-listing .caption {
  padding-top: 8px; }
  @media (max-width: 991px) {
    .thumbnail-listing-widget .thumbnail-listing .caption {
      padding-top: 0; } }
  .thumbnail-listing-widget .thumbnail-listing .caption h2 + h3 {
    color: #3faccb; }
  .thumbnail-listing-widget .thumbnail-listing .caption h4 {
    color: #3faccb; }

/* TWO COLUMN TEXT WIDGET
--------------------------------------------*/
.two-col-text-widget .intro-text {
  width: 80%;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .two-col-text-widget .intro-text {
      width: 90%; } }
  @media (max-width: 767px) {
    .two-col-text-widget .intro-text {
      width: 100%;
      margin-bottom: 20px; } }
.two-col-text-widget .column-wrapper {
  overflow: hidden; }
.two-col-text-widget .column {
  width: 47%;
  float: left;
  margin: 70px 5% 0 0; }
  @media (max-width: 991px) {
    .two-col-text-widget .column {
      width: 100%;
      float: none;
      margin: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .two-col-text-widget .column {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .two-col-text-widget .column {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .two-col-text-widget .column {
      margin: 20px 0; } }
  .two-col-text-widget .column:nth-of-type(-n+2) {
    margin-top: 0; }
  .two-col-text-widget .column:nth-of-type(2n) {
    margin-right: 0; }
  @media (max-width: 991px) {
    .two-col-text-widget .column:first-of-type {
      margin-top: 0; } }
  .two-col-text-widget .column p {
    width: 100%; }
