/*****************************************/
/* DO NOT WRITE TO THIS FILE    */
/* GENERATED VIA SCSS REPO    */
/* YOUR CHANGES WILL BE OVERWRITTEN AND YOUR TIME WASTED */
/*****************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

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

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

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

body, p {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.7;
  color: #666666;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1160px;
}

.container-fluid > .row-fluid-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.body-container-wrapper ul {
  list-style: disc outside none;
  padding-left: 50px;
}

.body-container-wrapper ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #002857;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #001329;
  text-decoration: none;
}

a:link, a:visited:link {
  /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  letter-spacing: -2.67px;
  font-size: 2.789em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
MENU STYLES
*********************/
.header-container-wrapper {
  position: relative;
}

.header-container-wrapper .row-number-x {
  position: absolute;
  right: 0;
  top: 20px;
}

.header-container-wrapper .mobile_menu_icon {
  float: right;
  width: 50px;
  height: 50px;
  right: 30px;
  top: 6px;
  background-color: transparent;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
  color: #2bf9d1;
}

.header-container-wrapper .mobile_menu_icon:hover, .header-container-wrapper .mobile_menu_icon:focus, .header-container-wrapper .mobile_menu_icon:visited {
  color: #2bf9d1;
}

.header-container-wrapper .mobile_menu_icon span {
  width: 25px;
  height: 3px;
  position: absolute;
  background-color: #2bf9d1;
  display: inline-block;
  top: 50%;
  left: 25%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  transition: background-color 0.2s ease-in-out;
}

.header-container-wrapper .mobile_menu_icon span:before, .header-container-wrapper .mobile_menu_icon span:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #2bf9d1;
  height: 3px;
  width: 100%;
  left: 0;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.header-container-wrapper .mobile_menu_icon span:before {
  top: -7px;
}

.header-container-wrapper .mobile_menu_icon span:after {
  bottom: -7px;
}

.header-container-wrapper .mobile_menu_icon.open span {
  background-color: transparent;
}

.header-container-wrapper .mobile_menu_icon.open span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.header-container-wrapper .mobile_menu_icon.open span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

.header-container-wrapper .o_nav ul {
  display: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  position: relative;
  margin-right: 30px;
}

.header-container-wrapper .o_nav ul .hs-menu-item a {
  padding: 15px 60px;
}

.header-container-wrapper .o_nav ul .hs-menu-item a > .child_menu_toggle {
  display: none;
}

.header-container-wrapper .o_nav ul > .hs-menu-item {
  float: none;
  margin: 0;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > a {
  color: #fff;
  position: relative;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children {
  position: static;
  margin-top: 1.5em;
}

.header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children > a .child_menu_toggle {
  display: block;
  position: absolute;
  right: 20px;
  width: 40px;
  z-index: 9;
  height: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  cursor: pointer;
}

.header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:before, .header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:after {
  content: '';
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
}

.header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:before {
  top: 29px;
  right: 10px;
}

.header-container-wrapper .o_nav ul > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:after {
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 20px;
  width: 2px;
  top: 20px;
  right: 19px;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper {
  display: none;
  margin: 0;
  width: 100%;
  position: relative;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item {
  margin: 0;
  float: none;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item > a {
  background-color: #011832;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children {
  position: static;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children > a .child_menu_toggle {
  display: block;
  position: absolute;
  right: 20px;
  width: 40px;
  z-index: 9;
  height: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  cursor: pointer;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:before, .header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:after {
  content: '';
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:before {
  top: 29px;
  right: 10px;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item.hs-item-has-children > a .child_menu_toggle:after {
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 20px;
  width: 2px;
  top: 20px;
  right: 19px;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item > .hs-menu-children-wrapper {
  display: none;
  margin: 0;
  position: relative;
  width: 100%;
  left: auto;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item {
  margin: 0;
  float: none;
}

.header-container-wrapper .o_nav ul > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item > .hs-menu-children-wrapper > .hs-menu-item > a {
  background-color: #011832;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
}

.header-container-wrapper .o_nav .hs-menu-item.open > a .child_menu_toggle:after {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

/*********************
HEADER STYLES
*********************/
.header-container-wrapper {
  background-image: linear-gradient(to top, #011832 0%, #002857 100%);
}

.header-container-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header-container-wrapper .widget-type-menu {
  min-height: 0;
}

.header-container-wrapper .o_nav_section {
  padding-top: 20px;
  padding-bottom: 12px;
}

.header-container-wrapper .o_nav_section .o_top_menu {
  display: none;
}

.header-container-wrapper .o_nav_section .o_logo {
  padding-left: 20px;
}

.header-container-wrapper .o_nav_section .o_logo img {
  max-width: 115px;
  height: auto;
}

.header-container-wrapper .o_blog_heading {
  background-color: #ee2e55;
  color: white;
  padding: 20px;
}

.header-container-wrapper .o_blog_heading h1, .header-container-wrapper .o_blog_heading .h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.header-container-wrapper .o_blog_heading .o_filter_heading {
  display: none;
}

.header-container-wrapper .o_blog_heading ul {
  display: none;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container h3 {
  display: none;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container span:first-of-type {
  display: none;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input {
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  padding-left: 21px;
  padding-right: 21px;
  border: none;
  color: #999;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select::-webkit-input-placeholder,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select::-moz-placeholder,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select:-ms-input-placeholder,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select:-moz-placeholder,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container select:focus, .header-container-wrapper .o_blog_heading .custom-blog-filter-container select:active,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input:focus,
.header-container-wrapper .o_blog_heading .custom-blog-filter-container input:active {
  color: #666;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container .custom-categories select {
  display: none;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container .custom-categories select:last-of-type {
  display: block;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container .custom-post-archive .widget-module select {
  display: none;
}

.header-container-wrapper .o_blog_heading .custom-blog-filter-container .custom-post-archive .widget-module select:last-of-type {
  display: block;
}

/*********************
BLOG SUBSCRIBE FORM
*********************/
.blog-subscribe {background-color:transparent;}
.blog-subscribe img {display:none;}
.blog-subscribe ul {list-style-type:none; margin:0; padding:0;}
.blog-subscribe ul li {margin:0; padding:0; display:inline-block;}
.blog-subscribe fieldset {max-width:none!important;}
/*********************
BLOG LISTING STYLES
*********************/
.hs-blog-listing .body-container-wrapper {
  background-color: #dee4e9;
}

.blog_section {
  padding-top: 20px;
  padding-bottom: 100px;
}

.blog_post {
  margin-bottom: 40px;
}

.blog_post .blog_meta_section {
  background-color: white;
  padding: 20px 30px 15px;
}

.blog_post .blog_meta_section .blog_date {
  display: block;
  line-height: 25.38px;
  color: #cccccc;
  font-weight: 300;
}

.blog_post .blog_meta_section .blog_author {
  display: block;
  color: #002857;
  font-weight: bold;
  line-height: 25.38px;
}

.blog_post .block_image_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 542px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.blog_post .block_image_section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #1a2d59 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#1a2d59',GradientType=0 );
  /* IE6-9 */
}

.blog_post h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36.38px;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  text-transform:capitalize;
}

.blog_post h2 a {
  color: #fff;
}

.blog_post h2:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 3px;
  background-color: #2bf9d1;
  width: 40px;
  display: block;
}

.blog_post .blog_cats {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.blog_post .blog_cats a {
  color: white;
  font-size: 19px;
  font-weight: normal;
  line-height: 25.38px;
}

.blog_post .blog_btn {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 50px;
  background-image: linear-gradient(to right, #ee2e55 0%, #f47b5a 100%);
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 25.38px;
  text-transform: uppercase;
  text-align: center;
  padding: 27px 10px;
}

nav {
  display: block;
  text-align: center;
  width: 100%;
}

nav ul.pagination {
  text-align: center;
}

nav ul.pagination li {
  display: inline-block;
  font-size: 0;
}

nav ul.pagination li a {
  padding: 5px 10px 5px 5px;
  color: #002857;
  border-right: 1px solid #2bf9d1;
  font-size: 19px;
}

nav ul.pagination li a:hover {
  color: #f47b5a;
}

nav ul.pagination li.active a {
  color: #cccccc;
}

nav ul.pagination li:last-child a {
  border-right: none;
}

/*********************
BLOG SINGLE STYLES
*********************/
.hs-blog-post .body-container-wrapper {
  background-color: #DEE4E9;
  overflow: hidden;
}

.hs-blog-post .body-container-wrapper .o_blog_body .o_blog_content_wrapper img {
  //display: none !important;
}

.o_blog_hero {
  margin-left: -2000px;
  margin-right: -2000px;
  padding-left: 2000px;
  padding-right: 2000px;
  background-image: linear-gradient(to top, #011832 0%, #002857 100%);
  padding-top: 20px;
  padding-bottom: 187px;
  color: white;
  text-align: center;
}

.o_blog_hero .o_title {
  color: white;
  font-size: 43px;
  font-weight: 400;
  line-height: 41.38px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: -2.67px;
  margin-bottom: 20px;
}

.o_blog_hero .o_author_meta img {
  max-width: 184px;
  border-radius: 50%;
}

.o_blog_hero .o_author_meta .o_byline {
  color: white;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

.o_blog_hero .o_author_meta .o_byline a {
  color: white;
}

.o_blog_hero .o_author_meta .o_meta {
  color: #cccccc;
  font-weight: 300;
}

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

.o_blog_body .o_feat_img {
  margin-top: -82px;
  width: 100%;
  background-size: cover;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
}

.o_blog_social {
  clear: both;
}

.o_blog_social #hs_cos_wrapper_blog_social_sharing {
  line-height: 1;
}

.o_blog_social ul {
  margin-top: 60px;
  text-align: center;
}

.o_blog_social ul li {
  display: inline-block;
}

.o_blog_related_wrapper {
  overflow: hidden;
  background-color: white;
  margin-left: -2000px;
  margin-right: -2000px;
  padding-left: 2000px;
  padding-right: 2000px;
}

.o_blog_related_wrapper .o_related_header {
  text-align: center;
  color: #111d37;
  font-size: 37px;
  font-weight: bold;
  line-height: 40.38px;
  letter-spacing: -1.85px;
  margin-top: 65px;
  margin-bottom: 40px;
}

.click-to-tweet {
  background-image: linear-gradient(to right, #ee2e55 0%, #f47b5a 100%);
  display: block;
  width: 100%;
  padding: 25px 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 39.38px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.click-to-tweet span {
  display: block;
  margin-top: 40px;
  float: right;
  background-image: url(https://3792297.fs1.hubspotusercontent-na1.net/hubfs/3792297/oleeo/icons/tweet-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
  font-weight: normal;
}

/*********************
LANDING PAGE STYLES
*********************/
.hs-landing-page .social_sharing_wrapper .widget-type-social_sharing a {
  min-width: 40px;
  display: inline-block;
  margin-right: 7px;
}

.hs-landing-page .social_sharing_wrapper .widget-type-social_sharing a img {
  min-width: 100%;
  height: auto !important;
}

.hs-landing-page .o_nav_section .mobile_menu_icon {
  display: none;
}

.hs-landing-page .o_nav_section .row-fluid-wrapper .o_top_menu {
  display: none;
}

.hs-landing-page .container-fluid {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hs-landing-page .container-fluid > .row-fluid-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.hs-landing-page .container-fluid .row-fluid [class*="span"] {
  min-height: 0;
}

.o_hero_section {
  position: relative;
  z-index: 1;
}

.o_hero_section > .row-number-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.o_hero_section > .row-number-2 .row-fluid,
.o_hero_section > .row-number-2 .widget-type-custom_widget,
.o_hero_section > .row-number-2 .hs_cos_wrapper {
  height: 100%;
}

.o_hero_section .o_lp_section_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}

.o_hero_section .o_lp_section_bg .o_lp_hero_overlay {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.o_hero_section .o_content_wrapper {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.o_hero_section .o_content_wrapper h1 {
  margin-top: 0;
  color: white;
  font-size: 36px;
  line-height: 41.38px;
  text-transform: uppercase;
  letter-spacing: -2.67px;
  margin-bottom: 20px;
}

.o_hero_section .o_content_wrapper p {
  color: white;
}

.o_hero_section .o_content_wrapper h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 31.38px;
  text-transform: uppercase;
}

.o_hero_section .o_content_wrapper form {
  margin-bottom: 60px;
  min-height: 550px;
}

.o_hero_section .o_content_wrapper form .hs_recaptcha {
  display: none;
}

.o_hero_section .o_content_wrapper form:after {
  content: '';
  display: table;
  clear: both;
}

.o_hero_section .o_content_wrapper form .input {
  margin-right: 0 !important;
}

.o_hero_section .o_content_wrapper form .hs_recaptcha {
  margin-bottom: 30px;
}

.o_hero_section .o_content_wrapper form fieldset {
  border: none;
  margin: 0;
  padding: 0 0 0;
}

.o_hero_section .o_content_wrapper form input[type="text"],
.o_hero_section .o_content_wrapper form input[type="email"], .o_hero_section .o_content_wrapper form input, .o_hero_section .o_content_wrapper form select {
  border: none;
  height: 42px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 0;
}

.o_hero_section .o_content_wrapper form textarea {
  border: none;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  margin-right: 0;
}

.o_hero_section .o_content_wrapper form .hs_message textarea {
  min-height: 100px;
}

.o_hero_section .o_content_wrapper form input[type="submit"] {
  border: none;
  width: 100%;
  height: 49px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #ee2e55 0%, #f47b5a 100%);
  color: white;
  font-size: 17px;
  font-weight: bold;
  line-height: 28.38px;
  text-transform: uppercase;
  margin-top: 20px;
}

.o_hero_section .o_content_wrapper .o_hero_right {
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
}

.section .o_lp_section_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.o_lp_section_3 {
  padding: 0 20px;
}

.o_lp_section_3 .o_content_wrapper .widget-type-widget_container:first-child .hs_cos_wrapper_widget_container > div:first-child {
  margin-top: 60px;
}

.o_lp_section_3 .o_content_wrapper .widget-type-widget_container:last-child .hs_cos_wrapper_widget_container > div:last-child {
  margin-bottom: 140px;
}

.o_lp_section_2 {
  color: white;
  padding: 0 20px;
}

.o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:first-child {
  margin-top: 60px;
}

.o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:last-child {
  margin-bottom: 60px;
}

.o_lp_section_2 h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.38px;
  text-transform: uppercase;
  margin-top: 0;
}

.o_lp_section_2 p {
  color: white;
}

.section {
  position: relative;
  z-index: 1;
}

.section .o_lp_section_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.o_contact_icon_wrapper {
  display: block;
  width: 100;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.o_contact_icon_wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.o_contact_icon_wrapper .o_contact_icon {
  max-width: 85px;
  height: auto;
  padding-right: 20px;
}

.o_contact_icon_wrapper .o_contact_icon_body {
  overflow: hidden;
  display: block;
}

.o_contact_icon_wrapper .o_contact_icon_body p, .o_contact_icon_wrapper .o_contact_icon_body a, .o_contact_icon_wrapper .o_contact_icon_body * {
  color: #666;
  margin: 0;
}

.o_contact_icon_wrapper .o_contact_icon_body a:hover {
  text-decoration: underline;
}

/*********************
FORM STYLES
*********************/
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 92.5% center;
}

/*********************
FOOTER STYLES
*********************/
.footer-container-wrapper {
  background-color: #002A5C;
  padding-top: 40px;
  overflow: hidden;
}

.footer-container-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.footer-container-wrapper img {
  max-width: 188px;
  margin-bottom: 12px;
}

.footer-container-wrapper .o_footer_top {
  padding-bottom: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto !important;
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}

.footer-container-wrapper .o_footer_top .o_footer_text_left {
  color: #284074;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 33.83px;
  text-transform: uppercase;
}

.footer-container-wrapper .o_footer_top ul {
  padding-top: 19px;
  border-top: 1px solid #2bf9d1;
}

.footer-container-wrapper .o_footer_top ul li {
  line-height: 23px;
  padding-bottom: 3px;
}

.footer-container-wrapper .o_footer_top ul li a {
  color: #f6f6f6;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
}

.footer-container-wrapper .o_footer_top .o_footer_text_right {
  color: #f6f6f6;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-container-wrapper .o_footer_bottom {
  background-color: #0e1422;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-container-wrapper .o_footer_bottom > .row-fluid-wrapper {
  margin-right: auto;
  margin-left: auto !important;
  width: 100%;
  max-width: 1160px;
  float: none;
}

.footer-container-wrapper .o_footer_bottom .o_copyright {
  color: #243964;
  font-size: 11px;
  font-weight: bold;
}

.footer-container-wrapper .o_footer_bottom ul {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-container-wrapper .o_footer_bottom ul li a {
  color: #264381;
  font-size: 11px;
  font-weight: bold;
}

.footer-container-wrapper .row-fluid-wrapper:last-of-type.row-depth-1.row-number-2 {
  display: none;
}

.contact .o_lp_section_2 h4 {
  font-size: 30px;
}

.submitted-message {
  background: #2bf9d1;
  padding: 30px;
  color: #011832;
  font-weight: bold;
}

.submitted-message a {
  color: #011832;
  text-decoration: underline;
}

.thank-you-template .o_hero_section .o_lp_subheader {
  background: #2bf9d1;
  padding: 30px;
  color: #011832;
  font-weight: bold;
}

.thank-you-template .o_hero_section .o_lp_subheader a {
  color: #011832;
  text-decoration: underline;
}

.thank-you-template .o_hero_section .o_lp_subheader p {
  color: #011832;
  font-size: 22px;
  line-height: 1.5;
}

.thank-you-template .o_hero_section .o_hero_right.ty .hs_cos_wrapper_widget {
  margin-top: 0px;
}

.thank-you-template .o_hero_section .o_content_wrapper {
  padding-bottom: 0px;
}

.thank-you-template .o_content_wrapper {
  padding: 60px 0;
}

.thank-you-template .o_content_wrapper a, .thank-you-template .o_content_wrapper a span {
  color: #011832;
  text-decoration: underline;
}

.thank-you-template .hs-rss-module a span {
  color: white;
}

.thank-you-template .widget-type-cta {
  text-align: center;
}

.thank-you-template.bofu .demo-headshot img {
  max-width: 150px;
  border-radius: 50%;
  margin: 0 15px 13px 0;
}

.thank-you-template.bofu .demo-headshot h4 {
  margin-bottom: 0px;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper {
  padding: 60px 0;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper {
  padding: 20px;
  background-color: #002A5C;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  float: none;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_lp_subheader * {
  color: #2bf9d1;
  font-weight: 800;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_lp_body * {
  line-height: 1.4;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_lp_body a {
  color: #2bf9d1;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper .ty_share_text {
  width: 100%;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper .share {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 7px;
}

.thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_hero_right {
  margin-top: 30px;
}

.thank-you-template-w-resources .o_lp_section_2 {
  background-color: #002A5C;
  text-align: center;
}

.thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text {
  display: inline-block;
  position: relative;
}

.thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:before, .thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:after {
  content: '';
  position: absolute;
  display: block;
  background: url("https://3792297.fs1.hubspotusercontent-na1.net/hubfs/3792297/oleeo/icons/Arrows-Filled.png") no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:before {
  left: -15px;
}

.thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:after {
  right: -15px;
}

.thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text * {
  margin: 20px 0;
}

.thank-you-template-w-resources .o_lp_section_3 {
  padding: 60px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8294b+0,f07852+100 */
  background: #e8294b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8294b 0%, #f07852 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8294b', endColorstr='#f07852',GradientType=0 );
  /* IE6-9 */
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider {
  background-color: transparent;
  border: 0;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .flex-viewport {
  overflow-y: visible !important;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_slide_inner {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-right: 1px solid #fff;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide:nth-child(3n+3) .o_lp_resource_slide_inner {
  border-color: transparent;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_title {
  line-height: 1.2;
  margin-top: 0;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_title a {
  color: #fff;
  font-weight: 900;
  align-self: flex-start;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: inherit;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_image {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_desc {
  margin-bottom: 20px;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_desc, .thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_desc * {
  color: #fff;
  line-height: 1.4;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #002A5C;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 3px;
  margin-top: auto;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .flex-direction-nav {
  list-style: none;
  padding: 0;
}

.thank-you-template-w-resources .o_lp_section_3 #resource_slider .flex-direction-nav .flex-next:before, .thank-you-template-w-resources .o_lp_section_3 #resource_slider .flex-direction-nav .flex-prev:before {
  color: #fff;
  line-height: 1;
}

.thank-you-template-w-resources .footer-container-wrapper .row-fluid-wrapper:last-of-type.row-depth-1.row-number-2 {
  display: block;
}

.thank-you-template-w-resources .footer_logo_wrapper {
  text-align: center;
  padding: 20px;
}

.thank-you-template-w-resources .footer_logo_wrapper > a {
  display: block;
}

.thank-you-template-w-resources .footer_logo_wrapper > h5 {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #fff;
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.2;
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper {
  text-align: center;
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper .test_quote {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0 20px;
  line-height: 1.2;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper .test_quote span {
  font-size: 45px;
  position: absolute;
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper .test_quote span:first-child {
  -webkit-transform: translatex(-30px);
          transform: translatex(-30px);
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper .test_quote span:last-child {
  -webkit-transform: translatey(-10px);
          transform: translatey(-10px);
}

.thank-you-template-w-resources .o_lp_footer_test_wrapper .test_person {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2bf9d1;
  padding: 0 20px;
  line-height: 1.2;
}

.blog_single_wrapper .btn.bright {
  background-color: #f92e53;
  background-image: linear-gradient(to right, #f92e53 0%, #f97959 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff92e53', endColorstr='#fff97959', GradientType=1);
  padding: 21px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-blog-id-5271114636 .o_blog_hero {
  padding-top: 30px;
  padding-bottom: 100px;
}

.hs-blog-id-5271114636 .hs-cta-wrapper img {
  display: block !important;
}

.pillar-box {
  background: #dee4e9;
  padding: 20px 20px;
  margin-top: 30px;
  box-shadow: 0 2px 4px 0 #666;
}

.pillar-box h3 {
  display: inline;
  color: #ee2e55;
  font-weight: bold;
  font-size: 23px;
}

.pillar-table li a {
  color: #011832;
}

.pillarh2 {
  padding-top: 100px;
}

.post-body .pillarhr hr {
  display: block;
}

.pillar-cta {
  background: #dee4e9;
  padding: 20px 15px;
  height: 100%;
  margin-top: 30px;
}

.pillar-cta img {
  display: block !important;
}

.pillar .btn.bright, .pillar .hs-button {
  background-color: #f92e53;
  background-image: linear-gradient(to right, #f92e53 0%, #f97959 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff92e53', endColorstr='#fff97959', GradientType=1);
  padding: 21px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pillar .hs-button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  /*********************
BLOG LISTING STYLES
*********************/
  .blog_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog_post {
    width: 46%;
    overflow: hidden;
  }
  .blog_post h2 {
    font-size: 34px;
    padding-left: 58px;
    padding-right: 38px;
  }
  .blog_post h2 a {
    display: inline-block;
    background: #ee2e55;
    background: linear-gradient(to right, #ee2e55 0%, #f47b5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    transition: all 0.25s ease-in-out;
  }
  .blog_post h2:before {
    left: 58px;
  }
  .blog_post .blog_cats {
    padding-left: 58px;
    padding-right: 38px;
  }
  .blog_post .blog_cats a:hover {
    color: #2bf9d1;
  }
  .blog_post .blog_btn {
    margin-bottom: -80px;
    position: relative;
    z-index: 2;
    transition: all 0.25s ease-in-out;
  }
  .blog_post .blog_btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #ee2e55;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    transition: all 0.25s ease-in-out;
  }
  .blog_post .blog_btn:hover:before {
    opacity: 1;
  }
  .blog_post:hover h2 a {
    background: none;
    color: white;
    -webkit-background-clip: none;
    -webkit-text-fill-color: initial;
  }
  .blog_post:hover .blog_btn {
    margin-bottom: 0;
  }
  /*********************
BLOG SINGLE STYLES
*********************/
  .o_blog_hero {
    padding-top: 84px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .o_blog_hero .o_title {
    font-size: 53px;
    line-height: 51.38px;
    padding-left: 100px;
    max-width: 700px;
    text-align: left;
    text-transform:capitalize;
  }
  .o_blog_hero .o_author_meta {
    float: right;
    padding-right: 100px;
  }
  .o_blog_hero .o_author_meta img {
    margin-bottom: 12px;
  }
  .o_blog_hero .o_author_meta .o_byline a {
    transition: color 0.25s ease-in-out;
  }
  .o_blog_hero .o_author_meta .o_byline a:hover {
    color: #f47b5a;
  }
  .o_blog_body {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
  }
  .o_blog_body img {
    width: 100%;
  }
  .o_blog_body .hs-cta-img {
    width: 100%;
  }
  .o_blog_related_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }
  .o_blog_related_wrapper .o_related_header {
    flex-basis: 100%;
  }
  .click-to-tweet {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 62px 84px 58px 98px;
  }
  /*********************
LANDING PAGE STYLES
*********************/
  .o_hero_section {
    overflow: hidden;
  }
  .o_hero_section .o_content_wrapper {
    padding-bottom: 160px;
    overflow: hidden;
  }
  .o_hero_section .o_content_wrapper h1 {
    font-size: 53px;
    line-height: 51.38px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .o_hero_section .o_content_wrapper p {
    color: white;
  }
  .o_hero_section .o_content_wrapper form .input {
    margin-right: 8px !important;
  }
  .o_hero_section .o_content_wrapper form input[type="text"],
  .o_hero_section .o_content_wrapper form input[type="email"] {
    margin-right: 8px;
    width: 98.5% !important;
  }
  .o_hero_section .o_content_wrapper form input[type="submit"] {
    width: 165px;
  }
  .o_hero_section .o_content_wrapper .o_hero_right {
    text-align: right;
  }
  .o_lp_section_2 {
    padding: 0 20px;
    overflow: hidden;
  }
  .o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:first-child {
    margin-top: 100px;
  }
  .o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:last-child {
    margin-bottom: 100px;
  }
  .o_lp_section_3 {
    padding: 0 20px;
    overflow: hidden;
  }
  .o_lp_section_3 .o_content_wrapper .row-fluid .widget-type-widget_container .hs_cos_wrapper_widget_container > div:first-child {
    margin-top: 100px;
  }
  .o_lp_section_3 .o_content_wrapper .row-fluid .widget-type-widget_container .hs_cos_wrapper_widget_container > div:last-child {
    margin-bottom: 200px;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer-container-wrapper .widget-type-linked_image {
    text-align: center;
  }
  .footer-container-wrapper img {
    max-width: 150px;
  }
  .footer-container-wrapper .o_footer_top {
    text-align: left;
  }
  .footer-container-wrapper .o_footer_top .o_footer_text_left {
    text-align: center;
    font-size: 25px;
    line-height: 23.83px;
  }
  .footer-container-wrapper .o_footer_top ul {
    padding-top: 15px;
    padding-bottom: 14px;
    border-top: none;
    border-left: 1px solid #2bf9d1;
    padding-left: 14px;
    min-height: 156px;
  }
  .footer-container-wrapper .o_footer_top ul li a {
    transition: color 0.25s ease-in-out;
  }
  .footer-container-wrapper .o_footer_top ul li a:hover {
    color: #f47b5a;
  }
  .footer-container-wrapper .o_footer_top ul li:last-child {
    padding-bottom: 0;
  }
  .footer-container-wrapper .o_footer_top .o_footer_text_right {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
  }
  .footer-container-wrapper .o_footer_bottom {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-container-wrapper .o_footer_bottom > .row-fluid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-container-wrapper .o_footer_bottom .widget-span {
    min-height: 0;
  }
  .footer-container-wrapper .o_footer_bottom ul {
    text-align: right;
    line-height: 13px;
  }
  .footer-container-wrapper .o_footer_bottom ul li {
    display: inline-block;
    line-height: 13px;
  }
  .footer-container-wrapper .o_footer_bottom ul li a {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #264381;
    transition: color 0.25s ease-in-out;
  }
  .footer-container-wrapper .o_footer_bottom ul li a:hover {
    color: white;
  }
  .footer-container-wrapper .o_footer_bottom ul li:last-child a {
    border-right: none;
    padding-right: 0;
  }
  .contact .o_hero_section .o_content_wrapper form > div {
    width: 50%;
    float: left;
  }
  .contact .o_hero_section .o_content_wrapper form > div:after {
    content: '';
    display: table;
    clear: both;
  }
  .contact .o_hero_section .o_content_wrapper form > div.hs-dependent-field, .contact .o_hero_section .o_content_wrapper form > div.hs_message, .contact .o_hero_section .o_content_wrapper form > div.hs_recaptcha, .contact .o_hero_section .o_content_wrapper form > div.input {
    width: 100%;
  }
  .contact .o_hero_section .o_content_wrapper form > div.hs-dependent-field > div {
    width: 50%;
    float: left;
  }
  .contact .o_lp_section_2 .o_content_wrapper .row-fluid-wrapper:last-child > .row-fluid {
    display: flex;
  }
  .contact .o_lp_section_2 .o_content_wrapper .row-fluid-wrapper:last-child > .row-fluid .span6 > span {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .contact .o_lp_section_2 .o_content_wrapper .row-fluid-wrapper:last-child > .row-fluid .span6 > span > * {
    width: 100%;
  }
  .contact .o_lp_section_2 .o_content_wrapper .row-fluid-wrapper:last-child > .row-fluid .span6 > span > div:last-child {
    margin-top: auto;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_lp_subheader {
    margin: 0;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper > * {
    margin-right: 15px;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .ty_share_wrapper .ty_share_text {
    width: auto;
  }
  .thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:before {
    left: -40px;
  }
  .thank-you-template-w-resources .o_lp_section_2 .o_lp_discover .hs_cos_wrapper_type_rich_text:after {
    right: -40px;
  }
  .pillar-box {
    float: right;
    max-width: 350px;
    margin-left: 20px;
  }
  .pillar-table.one {
    width: 50%;
    float: left;
  }
  .pillar-table.two {
    width: 50%;
    float: left;
  }
  .pillar-cta img {
    float: left;
  }
  .pillar-cta .hbspt-form {
    float: left;
  }
  .pillar-cta {
    height: 400px;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "logo menu" "logo cta";
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .o_logo {
    grid-area: logo;
    min-width: 200px;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-menu {
    grid-area: menu;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
    margin-top: 0;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul .hs-menu-item > a {
    padding-left: 0;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-custom_widget {
    grid-area: cta;
    min-width: 200px;
  }
}

@media (min-width: 1030px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid > .row-fluid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  /*********************
HEADER STYLES
*********************/
  .header-container-wrapper .container-fluid {
    max-width: none;
  }
  .header-container-wrapper .container-fluid .row-fluid-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .header-container-wrapper .row-number-x {
    display: none;
  }
  .header-container-wrapper ul {
    display: block;
  }
  .header-container-wrapper .o_nav_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-container-wrapper .o_nav_section .o_top_menu {
    display: block;
    background-color: #011832;
    height: 38px;
  }
  .header-container-wrapper .o_nav_section .o_top_menu .cell-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
  }
  .header-container-wrapper .o_nav_section .o_top_menu ul {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-container-wrapper .o_nav_section .o_top_menu ul li {
    display: inline-block;
    text-align: right;
  }
  .header-container-wrapper .o_nav_section .o_top_menu ul li a {
    color: #737b8a;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    line-height: 17.38px;
    text-transform: uppercase;
    border-right: 1px solid rgba(246, 246, 246, 0.31);
    transition: color 0.25s ease-in-out;
  }
  .header-container-wrapper .o_nav_section .o_top_menu ul li a:hover {
    color: #2bf9d1;
  }
  .header-container-wrapper .o_nav_section .o_logo {
    padding-left: 0;
  }
  .header-container-wrapper .o_nav_section .o_logo img {
    max-width: 139px;
    padding-top: 10px;
  }
  .header-container-wrapper .o_nav_section .o_nav {
    padding-top: 12px;
    padding-bottom: 21px;
  }
  .header-container-wrapper .o_nav_section .o_nav .row-fluid-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
  }
  .header-container-wrapper .o_nav_section .o_nav ul {
    display: block;
    text-align: right;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li {
    display: inline-block;
    /* showing sub-menus */
  }
  .header-container-wrapper .o_nav_section .o_nav ul li a {
    padding: 0px 15px;
    color: #f6f6f6;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 12px;
    transition: color 0.25s ease-in-out;
    position: relative;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li a:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    height: 3px;
    width: 40px;
    top: -12px;
    left: 20px;
    background-color: #2bf9d1;
    transition: opacity 0.25s ease-in-out;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li a:hover {
    color: #2bf9d1;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li a:hover:before {
    opacity: 1;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li.current a {
    color: #2bf9d1;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li.current a:before {
    opacity: 1.0;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    display: block;
    width: auto;
    text-align: left;
    padding-top: 10px;
    background-color: transparent;
    width: 225px;
    /* highlight sub-menu current page */
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item {
    display: block;
    background-color: white;
    /*
              if you need to go deeper, go nuts
              just remember deeper menus suck
              for usability. k, bai.
              */
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 0;
    color: #002857;
    display: block;
    width: 100%;
    background-color: transparent;
    line-height: 18px;
    font-size: 18px;
    font-weight: 800;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item a:hover, .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item a:focus {
    color: #2bf9d1;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item a:hover:before, .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item a:focus:before {
    opacity: 0;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item:first-child {
    padding-top: 12px;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
    padding-bottom: 12px;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li ul.hs-menu-children-wrapper li.hs-menu-item:last-child a {
    border-bottom: 0;
    padding-right: 20px;
  }
  .header-container-wrapper .o_nav_section .o_nav ul li:hover ul.hs-menu-children-wrapper {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  .header-container-wrapper .o_blog_heading {
    padding: 10px 10px 0;
  }
  .header-container-wrapper .o_blog_heading > .row-fluid-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1160px;
  }
  .header-container-wrapper .o_blog_heading .custom-blog-filter-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1160px;
  }
  .header-container-wrapper .o_blog_heading .custom-blog-filter-container select,
  .header-container-wrapper .o_blog_heading .custom-blog-filter-container input {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .header-container-wrapper .o_blog_heading .custom-blog-filter-container input {
    margin-right: 0;
  }
  /*********************
LANDING PAGE STYLES
*********************/
  .hs-landing-page .container-fluid .social_sharing_wrapper {
    width: auto;
    position: absolute;
    right: 5vw;
    bottom: 20%;
  }
  .o_hero_section .o_content_wrapper {
    max-width: 1160px;
    margin-left: auto !important;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .o_hero_section .o_content_wrapper .o_asset_wrapper .row-fluid-wrapper .row-fluid .span8 {
    width: 55%;
    padding-right: 40px;
  }
  .o_hero_section .o_content_wrapper .o_asset_wrapper .row-fluid-wrapper .row-fluid .span4 {
    width: 45%;
    margin: 0;
  }
  .o_lp_section_2, .section {
    padding: 0;
  }
  .o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:first-child, .section .o_content_wrapper .hs_cos_wrapper_widget_container > div:first-child {
    margin-top: 60px;
  }
  .o_lp_section_2 .o_content_wrapper .hs_cos_wrapper_widget_container > div:last-child, .section .o_content_wrapper .hs_cos_wrapper_widget_container > div:last-child {
    margin-bottom: 60px;
  }
  .o_lp_section_2 .o_content_wrapper, .section .o_content_wrapper {
    max-width: 1160px;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
  }
  .o_lp_section_3 {
    padding: 0;
  }
  .o_lp_section_3 .o_content_wrapper .row-fluid .widget-type-widget_container .hs_cos_wrapper_widget_container > div:first-child {
    margin-top: 100px;
  }
  .o_lp_section_3 .o_content_wrapper .row-fluid .widget-type-widget_container .hs_cos_wrapper_widget_container > div:last-child {
    margin-bottom: 200px;
  }
  .o_lp_section_3 .o_content_wrapper {
    max-width: 1160px;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    position: relative;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_hero_right {
    margin-top: 0;
    height: 100%;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_hero_right .hs_cos_wrapper_type_linked_image {
    display: block;
  }
  .thank-you-template-w-resources .o_hero_section .o_content_wrapper .o_asset_wrapper .o_hero_right .hs_cos_wrapper_type_linked_image img {
    position: absolute;
    top: -13%;
    right: -5%;
    max-width: 40%;
  }
  .thank-you-template-w-resources .o_lp_section_3 {
    padding: 100px 0;
  }
  .thank-you-template-w-resources .o_lp_section_3 #resource_slider {
    max-width: 1160px;
    margin: 0 auto;
  }
  .thank-you-template-w-resources .o_lp_section_3 #resource_slider .slides .slide .o_lp_resource_slide_inner {
    padding: 0 40px;
  }
  .thank-you-template-w-resources .o_lp_section_3 #resource_slider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -50px;
  }
  .thank-you-template-w-resources .o_lp_section_3 #resource_slider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -50px;
  }
  .thank-you-template-w-resources .footer-container-wrapper .footer-container {
    max-width: 1160px;
    margin: 0 auto;
  }
  .thank-you-template-w-resources .footer-container-wrapper .footer-container > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
  }
  .thank-you-template-w-resources .footer_logo_wrapper {
    display: flex;
    align-items: center;
  }
  .thank-you-template-w-resources .footer_logo_wrapper > a {
    margin-right: 15px;
    max-width: 40%;
  }
  .thank-you-template-w-resources .footer_logo_wrapper > a img {
    max-width: 100%;
    height: auto;
  }
  .thank-you-template-w-resources .footer_logo_wrapper > h5 {
    text-align: left;
    max-width: 60%;
  }
  .thank-you-template-w-resources .o_lp_footer_test_wrapper {
    text-align: left;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid {
    display: flex;
    align-items: center;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
    /*margin-top: 1em;*/
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul .hs-menu-item > a {
    padding-left: 15px;
  }
  .widget-type-global_group .o_nav_section .o_nav .row-fluid-wrapper .row-fluid .widget-type-custom_widget {
    margin-left: 0;
  }
}

@media (min-width: 1240px) {
  /*********************
FOOTER STYLES
*********************/
  .footer-container-wrapper img {
    max-width: 188px;
  }
  .footer-container-wrapper .o_footer_top .o_footer_text_left {
    font-size: 35px;
    line-height: 33.83px;
  }
  .footer-container-wrapper .o_footer_top ul {
    margin-top: 55px;
  }
  .footer-container-wrapper .o_footer_top .o_footer_text_right {
    font-size: 37px;
    line-height: 46px;
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */


.ambi-wrapper {
  width:100%;
  float:left;
  
}

.ambi-center {
    max-width: 1160px;
    margin:0 auto!important;
    float: none!important;
}

.center-align-CTA-group {
    text-align: center;
    width: 2000px;
    margin: 0 auto;
}