/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0
========================================================================== */
/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */
/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
/* EX: @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Roboto:300,400);

@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Maven Pro Bold"), local("MavenPro-Bold"),
    url("https://4345673.fs1.hubspotusercontent-na1.net/hubfs/4345673/Charterhouse_April2018/fonts/MavenPro700/7Au4p_AqnyWWAxW2Wk3OdkEdP3kD.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  src: local("Maven Pro Medium"), local("MavenPro-Medium"),
    url("https://4345673.fs1.hubspotusercontent-na1.net/hubfs/4345673/Charterhouse_April2018/fonts/MavenPro500/7Au4p_AqnyWWAxW2Wk3OPkcdP3kD.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Maven Pro Regular"), local("MavenPro-Regular"),
    url("https://4345673.fs1.hubspotusercontent-na1.net/hubfs/4345673/Charterhouse_April2018/fonts/MavenPro400/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Atlas_Copco_March2017-modules.css is required to address style issues with the default modules and responsive grid layout */
{
  % include 'DO NOT TOUCH/Coded Files/Charterhouse_April2018-modules.css'%
}

/* ==========================================================================
2. BASE STYLES
========================================================================== */
/* =============== Base =============== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 155%;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem 2rem;
}

/* Highlighted Text */
::-moz-selection {
  background: #1A85C7;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1A85C7;
  color: #ffffff;
  text-shadow: none;
}

/* =============== Typography =============== */
/* Basic text */
p {}

small {}

strong {}

em {}

cite {}

code {}

pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  margin: 15px 0;
  line-height: 1.2;
  color: #114869;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-weight: 300;
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

/* Anchor Links */
a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
/*   color: #e55300; */
  color:#fff !important;
  text-decoration:underline;
}


/* Lists */
ul, ol {}

ul ul, ul ol, ol ol, ol ul {}

li {}

/* Block Quotes */
blockquote {}

blockquote p {}

blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* =============== EU Cookie Confirmation Bar =============== */
/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}

#hs-eu-cookie-confirmation-inner p {}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}

a#hs-eu-confirmation-button {}

/* ==========================================================================
3. COS STRUCTURE
========================================================================== */
/* =============== Structure =============== */
/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}

/* =============== Header =============== */

.custom-header .page-center {
  text-align: center;
  padding-top: 20px;
  display: flex;
  max-width: 1280px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80px;
  z-index: 999;
  /*
  background-color: rgba(255, 255, 255, 0.85);
  */
  background-color: #003366;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.15s ease-in-out 0.10s;
}

.banner-is-not-here .custom-header {
  background: #033366;
}

.banner-is-not-here .header-container {
  min-height: 100px;
}

.custom-header .page-center>.row-fluid-wrapper:first-child {
  display: inline-block;
  width: 290px;
  min-width: 200px;
  height: 80px;
  line-height: 80px;
  padding: 0 1rem;
  min-height: 80px;
}

.custom-header .page-center .row-fluid-wrapper:last-of-type {
  width: 100%;
}

.custom-logo p {
  margin: 0;
}

.custom-logo img {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  max-width: 100%;
}

.banner-is-not-here .custom-header .page-center>.row-fluid-wrapper:last-child {
  max-width: 930.19px;
  width: 100%;
}

.body-container ul li:not(.hs-menu-item):before {
  position: relative;
  top: -3px;
  content: '\25a0';
  font-size: 0.825rem;
  margin-right: 0.5rem;
  color: #214278;
}

.body-container ul li:not(.hs-menu-item) {
  text-indent: -1rem;
  margin-left: 1.5rem;
  line-height: 150%;
  margin-bottom: 20px;
}

.body-container form ul li {
  text-indent: 0;
  margin-left: 0;
}

.body-container form ul li:before {
  display: none;
}

.body-container ul {
  padding-left: 0;
  list-style: none;
}

.body-container ol {
  padding-left: 25px;
}

/* =============== Content =============== */
.v100LeftColumn img:first-of-type, .v100Video {
  margin-top: -70px;
}

.v100LeftColumn li {
  margin: 10px;
}

.thankYouMessage {
  margin-top: 50px;
}

.thankYouMessage h2 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}

.promotion-copy {
  margin-top: 50px;
}

@media screen and (max-width:768px) {

  .v100LeftColumn {
    text-align: center;
  }

  .v100LeftColumn img:first-of-type, .v100Video {
    margin-top: 20px;
  }
}

.body-container-wrapper {}

.body-container {}

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}

.banner-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 449px;
  padding-top: 100px;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px!important;
}

.banner-area .page-center {
  width: 100%;
  max-width: 720px !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.banner-area h1 {
  text-align: center;
  text-shadow: 3px 3px 4px #444;
  font-family: "Maven Pro", sans-serif;
  font-size: 2.5rem;
  margin: 0.67em 0;
  color: white;
  font-weight: 200;
}

.banner-area h2.entry-text {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
}

.banner-area .banner-text {
  text-align: center;
}

.extended-banner .banner-area .banner-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.extended-banner .banner-area {
  height: 415px;
  padding: 140px 0 60px;
}

.extended-banner .banner-area .banner-inner .page-center {
  max-width: 870px !important;
  width: 67%;
  margin: 0;
  background-color: #69D0C5;
  text-align: left;
  font-size: 40px;
  padding: 30px 7% 60px;
  text-align: left !important;
}

.extended-banner .banner-area .banner-inner .page-center h1 {
  font-size: 40px;
  text-shadow: none;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

.extended-banner .extra-wrap {
  position: relative;
  z-index: 99;
  max-width: 1280px;
  width: 100%;
  margin: -95px auto 0;
}

.extended-banner .extra-wrap .extra-content {
  margin-left: auto;
  background-color: #1B85C6;
  font-size: 20px;
  padding: 40px 11% 46px 5%;
  color: #fff;
  max-width: 550px;
  width: 100%;
}

.form-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: 1.675rem;
  padding-top: 36px;
  padding-left: 10px;
  margin: 23px 0 20px;
  color: #114869;
}

.form-image {
  text-align: center;
  margin-top: 15px;
}

.form-image img {
  max-width: 100%;
  margin: 0 auto;
}

/* =============== Footer =============== */
.footer-container-wrapper {}

.footer-container {
  margin-top: 0px;
  background-color: #1A85C7;
  color: white;
}

.custom-footer .page-center {
  display: flex;
  padding: 0 !important;
}

.custom-footer .page-center>.row-fluid-wrapper:first-child {
  background-color: #003366;
  order: 1;
  width: 100%;
}

.custom-footer .page-center>.row-fluid-wrapper {
  padding: 1.5rem;
}

.custom-footer .page-center>.row-fluid-wrapper:nth-child(2) {
  order: 2;
  height: 380px;
  margin-top: -60px;
  background-color: none;
  min-width: 388px;
  width: 388px;
}

.custom-footer .page-center>.row-fluid-wrapper:last-child {
  order: 3;
  background-color: transparent;
  min-width: 200px;
  height: 50px;
  margin-top: 40px;
}

.no-nav-foot.custom-footer .page-center>.row-fluid-wrapper:nth-child(2),
.no-nav-foot.custom-footer .page-center>.row-fluid-wrapper:last-child {
  display: none;
}

.no-nav-foot .footer-copy p:last-of-type {
  margin-bottom: 0;
}

.footer-btn-block a {
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 1.0rem !important;
  font-weight: bold !important;
  border: 2px solid #e55300 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  background-color: #e55300 !important;
  margin: 0 10px 2rem 0 !important;
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: top !important;
  min-width: 150px !important;
  padding: 0.5rem 1.5rem !important;
  text-align: center !important;
  line-height: 1 !important;
  height: auto !important;
  font-family: Roboto, sans-serif !important;
}

.footer-btn-block a:hover {
  border: 2px solid #e55300 !important;
  color: #e55300 !important;
  background-color: #ffffff !important;
}

.custom-footer {
  line-height: normal;
}

.footer-copy p {
  font-size: 0.825rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.custom-footer h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  color: white;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  line-height: normal;
}

.address {
  margin-top: 1.5rem;
  color: #ffffff;
  line-height: 1.9rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.phone {
  font-weight: 300;
  display: block;
  margin-bottom: 4rem;
}

.phone img {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  vertical-align: inherit;
}

.buttons a {
  padding: 0.4rem 0;
  text-align: center;
  width: 157px;
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  border: 2px solid #ffffff;
  transition: background-color 0.15s ease-in-out, color 0.10s ease-out;
  color: #ffffff;
  background-color: transparent;
}

.buttons a:hover {
  color: #1A85C7;
  background-color: #ffffff;
}

.btn-orange {
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    padding: 0.5rem 1.5rem;
    border: 2px solid #e55300 !important;
    transition: background-color 0.15s ease-in-out, color 0.10s ease-out;
    color: #ffffff;
    background-color: #e55300 !important;
}

.btn-orange:hover {
    color: #e55300 !important;
    background-color: #ffffff !important;
}

.buttons a:last-child {
  float: right;
}

.footer-social p {
  margin: 0;
}

.footer-social p img {
  vertical-align: inherit;
}

.footer-social a {
  width: 32px;
  height: 32px;
  margin-right: 1rem;
}

.banner-is-not-here .custom-footer .page-center>.row-fluid-wrapper:nth-child(2),
.banner-is-not-here .custom-footer .page-center>.row-fluid-wrapper:last-child {
  display: none;
}

.event-landing-page.banner-is-not-here .custom-footer .page-center>.row-fluid-wrapper:nth-child(2),
.event-landing-page.banner-is-not-here .custom-footer .page-center>.row-fluid-wrapper:last-child {
  display: block;
}

/* ==========================================================================
4. MAIN NAVIGATION
========================================================================== */
/* =============== Custom Menu Primary =============== */
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: flex;
    margin: 0;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: inline-block;
    padding: 0 1rem;
    font-weight: 400;
    float: none !important;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 80px;
    min-height: 80px;
    flex: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 7.5px;
    background-color: #0d3d5a;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background-color: white;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #0e80c2;
  }

  .mob-menu {
    display: none !important;
  }

  .custom-menu-primary.desk-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: inherit;
    position: static;
    z-index: 10;
    left: 0;
  }

  .wp-custom-megamenu>.hs-menu-children-wrapper {
    border-bottom: 5px solid steelblue;
  }

  .custom-menu-primary .wp-custom-megamenu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s, transform 0.10s ease-out;
    transform: translateY(8px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .wp-custom-megamenu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }

  .custom-menu-primary .wp-custom-megamenu>ul {
    width: 450px;
    margin: 0 auto;
    background-color: white;
    display: block;
    justify-content: center;
    padding: 25px;
    line-height: normal;
    position: absolute !important;
    left: -16px !important;
    column-count: 2;
    text-align: left;
    top: 0;
  }

  @-moz-document url-prefix() {
    .custom-menu-primary .wp-custom-megamenu>ul {
      top: 0;
    }
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) .wp-custom-megamenu>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) .wp-custom-megamenu>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) .wp-custom-megamenu>ul {
    left: auto !important;
    right: -16px;
  }

  .custom-menu-primary .wp-custom-megamenu ul li {
    display: block;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .custom-menu-primary .wp-custom-megamenu ul li a:hover {
    color: #0e80c2;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
  /*
    background-color: #fff;
  */
    background-color: #003366;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {}

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {}
}

/* =============== Mobile Toggle Menu =============== */
/* Hide button on Desktop */
.mobile-trigger, .child-trigger {
  display: none;
}

.no-nav-head .mobile-trigger {
  display: none !important;
}

@media (max-width: 992px) {
  .desk-menu {
    display: none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    text-align: left;
    color: #fff;
  }

  /* ===== Mobile Toggle Button ===== */
  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    line-height: normal;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .nav-toggle .line {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #204279;
    backface-visibility: hidden;
    opacity: 1;
    transform-origin: center center;
    transition: transform 0.45s ease-in-out, top 0.45s ease-in-out, opacity 0.45s ease-in-out;
  }

  .nav-toggle .line:nth-child(1) {
    top: 0;
  }

  .nav-toggle .line:nth-child(2) {
    top: 8px;
  }

  .nav-toggle .line:nth-child(3) {
    top: 16px;
  }

  .mobile-open .line:nth-child(1) {
    top: -3px;
    transform: rotate(-45deg) translateX(-50%);
  }

  .mobile-open .line:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .line:nth-child(3) {
    top: 18px;
    transform: rotate(45deg) translateX(-50%);
  }

  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 65px !important;
    padding: 0 !important;
    opacity: 0;
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: auto;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    height: calc(100vh - 95px);
    background-color: white;
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    overflow-y: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a br {
    display: none;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {}

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul li {
    min-height: 70px;
    line-height: 65px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    float: left;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 40px;
    color: #444444;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>a {
    color: #fff;
    background-color: #0e80c2;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul {}

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 0 15px 0 70px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px;
    /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: '>';
    margin-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.megamenu-mobile-back>a:after {
    display: none;
  }

  li.megamenu-mobile-back a {
    padding: 0 40px !important;
    cursor: pointer;
  }
}

/* ==========================================================================
5. BLOG
========================================================================== */
/* =============== General Blog Styles =============== */
/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.blog-filters {
  padding: 2rem 1rem;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.blog-filters .filter {
  margin: 0 0.75rem;
  text-align: left;
  display: inline-block;
  width: 261px;
  height: 40px;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric {
  border: 1px solid #214278;
  border-radius: 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #444444;
  height: 38px;
  user-select: none;
  text-align: left;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #214278;
  color: #ffffff;
  text-align: center;
  font: 0/0 a;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-bottom: none;
}

.selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #162c50;
  z-index: 999;
  box-shadow: 0 0 10px -6px;
  width: 261px;
  display: none;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.blog-topic-author-dropdown li {
  margin: 0 !important;
  text-indent: 0 !important;
}

.blog-topic-author-dropdown li:before {
  display: none;
}

/*
.selectric-group a, .selected {
text-indent: -1rem;
margin-left: 1.5rem !important;
line-height: 150% !important;
display: block;
padding: 10px !important;
}
*/
li.selected {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  color: #666;
  padding-left: 1rem !important;
}

.selectric-group a {
  padding-left: 25px !important;
}

.selectric-group a:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-group li.promoted {
  display: none !important;
}

.list-item {
  justify-content: flex-end;
  margin: 2rem 0;
  border-radius: 5px;
  display: flex;
  position: relative;
  color: #ffffff;
}

.list-item .image {
  padding: 10px 0 0 10px;
  width: 430px;
  height: 233px;
  min-width: 430px;
  top: 17px;
  position: relative;
  background-color: #214278;
  overflow: hidden;
}

.info {
  width: 291px;
  height: 291px;
  min-width: initial;
  padding: 1rem 1rem 1rem 65px;
  position: relative;
  left: -45px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  transition: background-color 0.55s;
  background-color: #69D1C6;
}

.extra {
  position: absolute;
  bottom: 0;
  left: 124px;
  right: initial;
  height: 41px;
  width: 261px;
  background-color: #1F4278;
  color: #ffffff;
  padding: 10px 16px;
}

.info h4 {
  color: inherit;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.3rem;
  font-family: Roboto, sans-serif;
}

.topic {
  font-size: 0.8125rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  margin: 0;
}

.read-more {
  padding: 0 0.5rem 0 0;
  position: absolute;
  bottom: 1rem;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  left: 25px;
}

.read-more span {
  display: inline-block;
  top: -7px;
  position: relative;
  padding-right: 10px;
}

.read-more svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}

.read-more svg .path-arrow-right {
  fill: #ffffff;
}

.hs-blog-listing .blog-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 800px;
  margin: 0 auto !important;
  float: none !important;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .info {
  order: 1;
  padding: 1rem 65px 1rem 1rem;
  left: 45px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .image {
  padding: 10px 10px 0 0;
  order: 2;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .info .read-more {
  padding-left: 0;
  left: 18px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .extra {
  left: auto;
  right: 124px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(even) .list-item .info .topic {
  left: 4.0rem;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(even) .list-item .info .read-more {
  left: 65px;
}

.pagination {
  display: flex;
  justify-content: center;
  line-height: normal;
}

.pagination a {
  display: flex;
  height: 60px;
  max-width: 225px;
  text-align: left;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.pagination a i {
  display: inline-block;
  width: 60px;
  height: 100%;
  background-color: #214278;
  padding: 1rem;
}

.pagination a i img {
  width: 100%;
  height: 100%;
}

.pagination a span {
  width: 165px;
  vertical-align: bottom;
  height: 100%;
  padding-top: 22px;
  border: 1px solid #214278;
}

.pagination a span.prev {
  padding-left: 1rem;
}

.pagination a span.next {
  text-align: right;
  padding-right: 1rem;
}

.pagination a:not(.active) {
  pointer-events: none;
}

.pagination a:not(.active) span {
  border: 1px solid #969696;
  color: #969696;
}

.hs-blog-listing .content-wrapper {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog-listing-wrapper .post-listing .post-item:first-child .list-item {
  margin-top: 0;
}

.post-author-group {
  max-width: 800px;
  margin: 0 auto;
}

.post-author {
  display: flex;
  position: relative;
  top: -43px;
  left: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.post-author .photo {
  width: 250px;
  height: 250px;
  border-right: 10px solid #214278;
  border-bottom: 10px solid #214278;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-author .author-info {
  width: 280px;
}

.post-author .text {
  color: #444444;
  margin-top: 42px;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 141px;
  background-color: #F1F9FC;
  position: relative;
}

.post-author .text .author {
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.post-author .text .name {
  font-size: 1.25rem;
  font-weight: 600;
}

.post-author .read-more, .read-more-arrow {
  font-size: 14px;
  color: #114869;
  left: 0;
  font-weight: 500;
  padding: 0 0.5rem;
}

.post-author .read-more .link_text {
  top: -0.4rem;
  margin-right: 1rem;
}

.post-author .read-more svg, .read-more-arrow svg {
  width: 1.3rem;
  height: 1.3rem;
}

.post-author .read-more svg .path-arrow-right, .read-more-arrow svg .path-arrow-right {
  fill: #175370;
}

.post-author .social {
  display: flex;
}

.post-author .icon {
  background-color: #B9E4F7;
  padding: 16px;
  display: inline-block;
  width: 67px;
  height: 67px;
}

.post-author .icon img {
  height: 100%;
  width: 100%;
}

/* =============== Benji Related Posts =============== */
.posts-wrapper {
  margin: 45px auto 0;
  max-width: 1225px;
}

.post-block {
  position: relative;
}

.post-image {
  position: absolute;
  bottom: 0;
  top: 20%;
  width: 50%;
  background-size: cover;
  background-position: center center;
}

.post-block:nth-child(even) .post-image {
  margin-left: 50%;
  bottom: 20%;
  top: 0;
}

.post-content {
  width: 37.5%;
  display: block;
  position: relative;
}

.post-block:nth-child(even) .post-content {
  margin-left: 20%
}

.post-block:nth-child(odd) .post-content {
  margin-left: 50%;
}

.post-content .height-pad {
  padding-top: 100%;
}

.post-content .topic-label {
  position: absolute;
  top: 5%;
  left: 5%;
}

.post-content .inner-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #8BC7E9;
  color: #fff;
  padding: 5% 5% 65px;
  display: flex;
  align-items: center;
}

.post-block .post-content .post h4.post-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.post-content .post-summary * {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  display: inline-block !important;
}

.post-content .post-summary img {
  display: none !important;
}

.post-content .read-more-arrow {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.blockquote {
  display: flex;
  margin: 1.5rem;
  margin-left: 1.5rem;
  margin-left: 6rem;
  text-align: left;
}

.blockquote .icon {
  text-align: center;
  padding-top: 2rem;
  color: #444444;
  font-size: 3.5rem;
  background-color: #B9E4F8;
  width: 5rem;
}

.blockquote .quote {
  padding-left: 1.5rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #444444;
  line-height: 1.5;
}

.blockquote.full .quote span {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #444444;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 135%;
}

.blockquote .author {
  margin-top: 15px;
}

.blockquote .position {
  margin-top: 5px;
}

.blockquote .author, .blockquote .position {
  line-height: 160%;
  color: #444444;
  font-size: 1rem;
  line-height: 1.4;
}

.blog .blog-content blockquote {
  position: relative;
  border-left: 5rem solid #B9E4F8;
  padding: 5px 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #444444;
  line-height: 1.5;
}

.blog .blog-content blockquote p:nth-last-child(-n+2) {
  font-size: 1rem;
  line-height: 1.4;
  margin: 5px 0;
}

.blog .blog-content blockquote p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0;
}

.blog .blog-content blockquote:before {
  content: '"';
  position: absolute;
  top: 2rem;
  left: -3rem;
  color: #444444;
  font-size: 3.5rem;
  line-height: 1;
}

.download-button, .action-button {
  background-image: url('https://4345673.fs1.hubspotusercontent-na1.net/hubfs/4345673/download_button.png');
  background-size: 36px 37px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: #213E6F;
  color: #fff !important;
  padding: 20px 76px 20px 20px;
  margin: 1.5rem;
  display: inline-block;
  transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
}

.download-button:hover, .action-button:hover {
  background-color: #3961a4;
}

.action-button {
  background-image: url('https://4345673.fs1.hubspotusercontent-na1.net/hubfs/4345673/go_button.png');
  background-size: 36px 36px;
}

/* =============== Blog Content Column =============== */
.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  max-width: 800px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
}

/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
  margin: 0 0 10px;
  padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

.blog-post-wrapper .post-body a {
  color: #114869;
}

.blog-post-wrapper .post-body h3 {
  font-weight: 500;
}

.blog-post-wrapper .post-body h4 {
  font-family: Roboto, sans-serif;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image {
  float: none;
  margin: inherit;
  max-width: 100%;
  width: 100%;
}

.hs-blog-listing .hs-featured-image {
  height: 223px;
  object-fit: cover;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date {
  font-size: 13px;
  text-align: right;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog-pagination {}

.blog-pagination a {
  display: block;
}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}

.hs_cos_gallery {
  max-width: 800px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 20px auto 0;
}

.hs_cos_gallery .hs_cos_gallery_thumbnails {
  padding: 0;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

#comments-listing.no-comments {
  border: none;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}

/* ==========================================================================
6. FORMS
========================================================================== */
/* =============== Global Form Styles =============== */
/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  font-size: 15px;
  font-weight: 400;
  color: #175370;
  font-family: "Maven Pro", sans-serif;
}

span.hs-form-required {
  color: red;
}

.hs-form-field>label {}

ul.hs-error-msgs.inputs-list label {
  color: red;
  display: block;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0A4B91;
  padding: 10px;
  font-size: 20px;
  line-height: normal;
  color: #282828;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
  max-width: 700px;
  transition: all 0.3s;
  font-weight: normal;
  font-family: "Maven Pro", sans-serif;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}

select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label {}

/* Placeholder Text */
::-webkit-input-placeholder {}

/* Webkit Browsers */
:-moz-placeholder {}

/* Firefox 18- */
::-moz-placeholder {}

/* Firefox 19+ */
:-ms-input-placeholder {}

/* IE10 */
/* =============== Multi Column Form =============== */
.hs-form fieldset.form-columns-1 {}

.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}

.hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}

.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}

/* =============== Blog Comment Form =============== */
/* Label */
#comment-form .hs-form-field>label {}

#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}

#comment-form input[type="text"]:focus {}

#comment-form textarea {}

#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}

#eventRegister form {
  padding-top: 2.5rem;
}

#eventRegister form input {
  max-width: 100%;
}

#eventRegister form .actions input {
  float: right;
}

/* =============== Blog Subscription Form =============== */
/* Label */
#hs_form_target_blog_subscription .hs-form-field>label {}

#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */
/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}

/* ==========================================================================
7. BUTTONS
========================================================================== */
/* All Global Buttons (Excluding CTAs)=================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  padding: 10.5px 45px;
  white-space: normal;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  background: #1A85C7;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
  font-family: Roboto, sans-serif;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: #1c98e5;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/* =============== Form Module Button =============== */
.hs_cos_wrapper_type_form .hs-button.primary.large {}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}

.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}

/* =============== Blog Comment Button =============== */
#add-comment-button.hs-button.primary {}

#add-comment-button.hs-button.primary:hover {}

#add-comment-button.hs-button.primary:focus {}

/* =============== Blog Subscription Button =============== */
#hs_form_target_blog_subscription .hs-button.primary.large {}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {}

#hs_form_target_blog_subscription .hs-button.primary.large:focus {}

/* =============== Google Search Button =============== */
.widget-type-google_search .hs-button.primary {}

.widget-type-google_search .hs-button.primary:hover {}

.widget-type-google_search .hs-button.primary:focus {}

/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */
/* Styles that do not fit into any of the available sections above can go here. */
.event-info h2 {
  margin-bottom: 0;
}

.event-date-hour h2 {
  margin-top: 0;
}

.event-faqs .hs_cos_wrapper_widget {
  float: left;
  width: 50%;
}

.event-faqs .hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text,
.event-faqs .hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_rich_text {
  float: none;
  width: auto;
}

.event-faq {
  counter-reset: faq-counter;
}

.event-faq dt:before {
  content: counter(faq-counter);
  counter-increment: faq-counter;
  position: absolute;
  left: 0;
  top: 0;
  font: bold 30px/1 Sans-Serif;
  background-color: #FFF;
  padding: 2px 8px;
}

.event-faq dt, .event-faq dd {
  padding-left: 10px;
  padding-bottom: 20px;
}

.event-faq dt {
  position: relative;
  font: bold 16px sans-serif;
  padding: 0 0 0 50px;
}

.event-faq dd {
  clear: both;
  padding-right: 20px;
}

.event-speaker {
  padding-bottom: 20px;
  margin-right: 30px;
}

.event-speaker-img {
  margin-bottom: 10px;
  text-align: center;
  max-width: 100%;
}

.flexslider .hs_cos_wrapper:nth-of-type(4) .event-speaker {
  margin-right: 0;
}

.download-panel {
  margin-top: 20px;
}

#SubscriptionsPreference p,
#SubscriptionsPreference span {
  font-size: 14px;
}

#SubscriptionsPreference .subscription-title {
  text-align: right;
  font-weight: normal;
  margin: 1px 0px 4px;
  font-size: 1.75rem;
}

#SubscriptionsPreference .subscription-title-wrapper {
  padding: 35px 10px 0 0px;
  background: #ccc;
  min-height: 210px;
}

#SubscriptionsPreference h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin: 1px 0px 4px;
}

#SubscriptionsPreference .selected {
  text-indent: 0;
  margin-left: 0 !important;
  line-height: 155% !important;
  padding: 10px 0 0 0 !important;
}

#SubscriptionsPreference .hs-form-checkbox,
#SubscriptionsPreference .hs-form-radio {
  display: inline-block;
}

#SubscriptionsPreference label {
  color: inherit;
}

#edit-personal-info .actions {
  text-align: center;
}

#edit-personal-info .actions input {
  border-radius: 8px;
  text-transform: unset;
}

#edit-personal-info {
  padding-top: 20px;
}

#edit-personal-info h3 {
  margin-bottom: 20px;
}

#SubscriptionsPreference .preference-form .actions input {
  display: none;
}

#email-prefs-form {
  margin-top: 20px;
}

#email-prefs-form .page-header br:first-of-type,
#email-prefs-form h2:first-of-type,
#email-prefs-form #content p.header {
  display: none;
}

#email-prefs-form .email-prefs .item {
  padding: 0 20px;
  position: relative;
  margin: 15px 0;
  width: 90%;
  float: left;
}

#email-prefs-form .email-prefs .item .item-inner {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #E4E4E4;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  overflow: hidden;
  margin-top: 0;
  padding: 15px 0 15px 15px;
  background: #f7f7f7;
}

#email-prefs-form .email-prefs .item .item-inner .selected, #email-prefs-form .email-prefs .item .item-inner .hovered {
  padding: 15px 0 15px 15px !important;
  background: #f0f7fc;
  border: 1px solid #e0e7ec;
}

#email-prefs-form .subscribe-options {
  float: none;
  clear: both;
}

#email-prefs-form .hs-button.primary {
  /*position: absolute;
  left: 50%; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}

#email-prefs-form .checkbox-row {
  display: table;
}

#email-prefs-form .checkbox-row span.fakelabel {
  display: table-row;
}

#email-prefs-form .checkbox-row span.fakelabel input {
  display: table-cell;
}

#email-prefs-form .checkbox-row span.fakelabel span {
  float: none;
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
  vertical-align: top;
  display: table-cell;
  padding: 0 0 0 7px;
  text-align: left;
}

#email-prefs-form .subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}

#email-prefs-form #content .subscribe-options p.header {
  display: block;
}

#email-prefs-form #submitbutton {
  text-transform: unset;
}

label.hs-form-booleancheckbox-display span {
  padding-left: 23px;
}

/* ==========================================================================
9. MEDIA QUERIES
========================================================================== */
/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1400px) and (min-width: 993px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:nth-child(2) .wp-custom-megamenu>ul {
    left: 65% !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 1210px) and (min-width: 993px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) .wp-custom-megamenu>ul {
    left: -100% !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 1124px) and (min-width: 993px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:nth-child(1) .wp-custom-megamenu>ul {
    left: 200% !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 1050px) and (min-width: 993px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:nth-last-child(3) .wp-custom-megamenu>ul {
    left: -200% !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 1279px) {
  #SubscriptionsPreference .subscription-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 992px) {
  #SubscriptionsPreference .subscription-title {
    font-size: 1rem;
  }

  #email-prefs-form .email-prefs .item .item-inner {
    display: inline-block;
  }

  .header-container .widget-type-global_group {
    min-height: auto;
  }

  .info h4 {
    margin-bottom: 25px;
  }

  .read-more {
    position: static;
    margin-top: 1.5rem;
  }

  .blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .extra {
    right: 170px;
  }

  .extra {
    left: 170px;
  }

  .blog-listing-wrapper .post-listing .post-item:nth-child(odd) .list-item .info {
    left: auto;
    padding: 40px 25px 20px 25px;
  }

  .info {
    left: auto;
    padding: 2rem 1rem 1rem 1rem;
  }

  .buttons a {
    margin-bottom: 1rem;
    display: block;
  }

  .buttons a:last-child {
    float: none;
    margin-bottom: 0;
  }

  .custom-footer .page-center>.row-fluid-wrapper:nth-child(2) {
    min-width: 40vw;
    height: auto;
  }

  .custom-logo span.hs_cos_wrapper.hs_cos_wrapper_widget {
    display: flex;
  }

  .custom-header {
    height: 80px;
  }

  .banner-is-not-here .header-container {
    min-height: 80px;
  }

  .custom-header .page-center {
    text-align: left;
    padding-top: 0;
  }

  .custom-header .page-center>.row-fluid-wrapper:first-child {
    display: block;
    width: 100%;
    height: 95px;
    line-height: 80px;
  }

  .custom-logo img {
    width: 230px;
  }

  #eventLocation .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }

  #email-prefs-form .email-prefs .item {
    padding: 20px 20px;
    width: auto;
    float: none;
    text-align: center;
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    font-weight: 500;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .footer-container {
    margin-top: 2rem;
  }

  .hs-blog-listing .hs-featured-image {
    height: auto;
  }

  .post-author .author-info {
    width: 100%;
  }

  .post-author {
    left: 0;
    width: 100%;
    margin-bottom: 5rem;
  }

  .post-author .photo {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border: none;
  }

  .post-author .info {
    width: 100%;
  }

  .post-author .text {
    padding-top: 2.5rem;
    min-height: 120px;
    margin: 0;
    height: auto;
  }

  .post-author .text .name {
    font-weight: normal;
  }

  .post-author .read-more {
    display: none;
  }

  .post-author .social {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    display: flex;
  }

  .post-author .icon.linkedin {
    background-color: #0A4B91;
  }

  .extra {
    position: relative;
    width: 100% !important;
    bottom: auto;
    left: auto !important;
    right: auto !important;
    order: 2;
  }

  .read-more {
    margin-top: 10px;
  }

  .info h4 {
    font-size: 30px;
    font-weight: 400;
  }

  .blog-listing-wrapper .post-listing .post-item:first-child .list-item {
    margin: 2rem 0;
  }

  .blog-filters {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .filter:first-child {
    margin-bottom: 1.5rem;
  }

  .list-item {
    flex-wrap: wrap;
  }

  .list-item .image {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: inherit;
    min-width: auto;
    padding: 10px !important;
    overflow: hidden;
  }

  .info {
    position: relative;
    width: 100%;
    order: 3;
  }

  .phone {
    margin-bottom: 2rem;
  }

  .buttons a:last-child {
    margin-bottom: 1rem;
  }

  .custom-footer .page-center {
    flex-direction: column;
  }

  .banner-area h1 {
    font-size: 1.75rem;
    font-weight: 500;
  }

  .banner-area {
    min-height: 380px;
    height: auto;
    padding: 95px 0px 20px 0px;
  }

  .custom-footer .page-center>.row-fluid-wrapper:first-child {
    order: 3;
  }

  .custom-footer .page-center>.row-fluid-wrapper:nth-child(2) {
    order: 1;
    min-width: auto;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .custom-footer .page-center>.row-fluid-wrapper:last-child {
    order: 2;
    height: auto;
    min-width: initial;
  }

  .footer-social h3 {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -7px;
  }

  .footer-social p {
    margin-left: 2rem;
    display: inline-block;
  }

  .event-landing-page .header-mobile, #eventIntro *, #eventSpeakers *, #eventAgenda *, #eventSponsors *, #eventLocation iframe, #eventFAQs h2, #eventDownload *,
  #eventRegister h2, #eventRegister .widget-type-rich_text, #eventRegister .actions {
    text-align: center;
  }

  #eventRegister form .actions input,
  .event-landing-page .header-mobile {
    float: none;
  }

  #eventFAQs .event-faqs .hs_cos_wrapper_type_custom_widget {
    width: 100%;
  }

  #SubscriptionsPreference .hs-form-checkbox,
  #SubscriptionsPreference .hs-form-radio {
    display: block;
  }

  #SubscriptionsPreference .subscription-title {
    text-align: center;
    margin: 0;
  }

  #SubscriptionsPreference .subscription-title-wrapper {
    padding: 30px 10px;
    background: #ccc;
    min-height: auto;
  }

  #email-prefs-form .email-prefs .item {
    padding: 20px 20px;
    width: auto;
    float: none;
    text-align: center;
  }

  .event-date-hour h2 {
    margin-top: 10px;
  }

  .actions {
    text-align: center;
  }

  .preferences-buttons a {
    margin: 10px 0;
  }

  .event-speaker {
    margin-right: 0;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 1290px) {
  .post-block {
    position: relative;
  }

  .post-content {
    width: 50%;
  }

  .post-block:nth-child(even) .post-content {
    margin-left: 0
  }

  .post-block:nth-child(odd) .post-content {
    margin-left: 50%;
  }

  .post-content {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .form-title {
    font-size: 1.5625rem;
  }
  .extended-banner .banner-area .banner-inner .page-center {
    padding: 35px 10% 85px;
    width: 100%;
  }

  .post-block {
    position: relative;
  }

  .post-image {
    position: static;
    width: 100%;
    height: 300px;
  }

  .post-block:nth-child(even) .post-image {
    margin-left: 0;
  }

  .post-content {
    width: 100%;
  }

  .post-block:nth-child(odd) .post-content {
    margin-left: 0;
  }

  .post-content .height-pad {
    0
  }

  .post-content .topic-label {
    position: static;
    margin-bottom: 20px;
  }

  .post-content .inner-content {
    position: static;
    flex-wrap: wrap;
    padding: 5%;
  }

  .post-block .post-content .post h4.post-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .post-content .post-summary * {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    display: inline-block !important;
  }

  .post-content .post-summary img {
    display: none !important;
  }

  .post-content .read-more-arrow {
    position: static;
    margin-top: 20px;
  }

  .height-pad {
    display: none
  }

  .post-block:nth-child(odd) {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .hs-author-profile .hs-author-social-section {
    margin-top: 5px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }

  .hs-blog-listing .blog-content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .pagination a span {
    display: none;
  }

  .pagination a {
    margin: 0 0.5rem;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .event-faqs .hs_cos_wrapper_widget {
    float: none;
    width: 100%;
  }

  .blog-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 332px) {
  .post-author .text {
    height: auto;
  }
}

@media (min-width: 993px) {
  .sticky .custom-header {
    height: 60px;
    background-color: #003366;
    padding-top: 0;
  }

  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li {
    line-height: 60px;
    min-height: 60px;
  }

  /*
  .sticky .custom-menu-primary .wp-custom-megamenu > ul {
  padding: 40px 25px;
}
  */
  .sticky .custom-menu-primary .wp-custom-megamenu {
    top: 80px;
  }

  .sticky .custom-header .page-center>.row-fluid-wrapper:first-child {
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .row-fluid .span2 {
    width: 16.6%;
  }

  .row-fluid .span3 {
    /*width: 25%;*/
  }
}

@media (max-width: 600px) {
  .extended-banner .banner-area .banner-inner {
    margin: 0 auto;
  }

  .extended-banner .banner-area .banner-inner .page-center {
    padding: 35px 10%;
  }

  .extended-banner .banner-area .banner-inner .page-center h1 {
    font-size: 25px;
  }

  .extended-banner .extra-wrap {
    margin: 0 auto;
  }

  .extended-banner .extra-wrap .extra-content {
    font-size: 16px;
  }

  .blog .blog-content blockquote {
    border-left: 2rem solid #B9E4F8;
    padding: 5px 10px;
    line-height: 1.5;
    margin: 15px 0;
  }

  .blog .blog-content blockquote::before {
    top: 2rem;
    left: -1.5rem;
    font-size: 3.5rem;
  }

  .blog .blog-content blockquote p:first-of-type {
    font-size: 1.3rem;
  }

  .action-button {
    background-position: right 15px center;
    padding: 15px 56px 15px 15px;
    background-size: 26px 26px;
  }

  .download-button {
    background-position: right 15px center;
    padding: 15px 56px 15px 15px;
    background-size: 27px 28px;
  }
}