@charset "UTF-8";
/*********************************************************************************************************************************************************************

New Breed Unified Framework 2.1
For use with the HubSpot COS - designers.hubspot.com/docs
Copyright 2016 New Breed Marketing - newbreedmarketing.com
Last Updated - 12/29/16

About styles.scss: This is the main CSS file for Unified 2 which imports all needed partials and external CSS libraries

1. CSS Libraries
2. Base
3. Modules

**********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************
1. CSS Libraries
**********************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,700i,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

/* github.com/necolas/normalize.css/ */
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

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

.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-menu-wrapper ul {
  padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 10px 20px;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
  padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
  padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
  padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
  padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
  .hs-menu-wrapper,
.hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.widget-type-space {
  visibility: hidden;
}

.hs-author-listing-header {
  margin: 0 0 0.75em 0;
}

.hs-author-social-links {
  display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0;
  border: 0;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden;
}

.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: 0;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs_cos_flex-slider {
  margin: 0;
  padding: 0;
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.hs_cos_flex-pauseplay span {
  text-transform: capitalize;
}

.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .hs_cos_flex-slides {
  display: block;
}

* html .hs_cos_flex-slides {
  height: 1%;
}

.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  border-radius: 4px;
  zoom: 1;
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
  max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.hs_cos_flex-direction-nav {
  *height: 0;
}

.hs_cos_flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1;
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0;
}

.hs_cos_flex_thumbnavs-direction-nav a {
  width: 30px;
  height: 140px;
  margin: -60px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0;
}

.hs-cos-flex-slider-control-panel img {
  cursor: pointer;
}

.hs-cos-flex-slider-control-panel img:hover {
  opacity: 0.8;
}

.hs-cos-flex-slider-control-panel {
  margin-top: -30px;
}

.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.hs_cos_flex-control-thumbs img:hover {
  opacity: 1;
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0;
  }

  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0;
  }
}
.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0 5% 0 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0 5% 0 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0 5% 0 5%;
    top: 40%;
    text-align: center;
  }

  #recaptcha_area table#recaptcha_table {
    width: 300px !important;
  }

  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important;
  }

  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important;
  }

  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important;
  }
}
.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}

.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: -4px;
}

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0;
  padding: 0;
  border-width: 0;
}

pre {
  overflow-x: auto;
}

table pre {
  white-space: pre-wrap;
}

.comment {
  margin: 10px 0 10px 0;
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

.hs_cos_wrapper_type_header h2 {
  color: #016F94;
  font-family: "Heavitas Neue";
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  max-width: 600px;
  margin: 0 auto 20px;
}

.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3 {
  color: #016F94;
  font-family: "Heavitas Neue";
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto 20px;
}
.hs_cos_wrapper_type_rich_text h2.careers-header,
.hs_cos_wrapper_type_rich_text h3.careers-header {
  text-align: left;
  margin: 0 0 20px;
}

/* contains base styles for COS modules */
.gsc-completion-container {
  display: none !important;
}

/* overide dynamically created elements outside of module wrappers */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
}

/* Fill body BGs, remove outer margin/padding */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Padding and border included in total width and height */
.row-fluid [class*=span] {
  margin-left: 0;
  min-height: 1px;
}

/* No margins simple 12 column design grid, lowest min height to keep columns from collapsing */
.row-fluid .span1 {
  width: 8.333333333%;
}

/*  90px columns at 1080px container */
.row-fluid .span2 {
  width: 16.66666666%;
}

/* 180px columns at 1080px container */
.row-fluid .span3 {
  width: 25%;
}

/* 270px columns at 1080px container */
.row-fluid .span4 {
  width: 33.333333333%;
}

/* 360px columns at 1080px container */
.row-fluid .span5 {
  width: 41.666666666%;
}

/* 450px columns at 1080px container */
.row-fluid .span6 {
  width: 50%;
}

/* 540px columns at 1080px container */
.row-fluid .span7 {
  width: 58.333333333%;
}

/* 630px columns at 1080px container */
.row-fluid .span8 {
  width: 66.666666666%;
}

/* 720px columns at 1080px container */
.row-fluid .span9 {
  width: 75%;
}

/* 810px columns at 1080px container */
.row-fluid .span10 {
  width: 83.333333333%;
}

/* 900px columns at 1080px container */
.row-fluid .span11 {
  width: 91.6666666666%;
}

/* 990px columns at 1080px container */
.row-fluid .span12 {
  width: 100%;
}

/* 1080px column at 1080px container */
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    width: 100%;
  }
}
/* Full width columns for mobile */
/* New Breed modified HubSpot fluid grid */
.uppercase {
  text-transform: uppercase;
}

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

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

.text-centered {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.cl {
  clear: left;
}

.fr {
  clear: right;
}

.cb {
  clear: both;
}

.clear {
  clear: both;
}

.none {
  display: none !important;
}

.no-min-height {
  min-height: 0 !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-centered {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.delay1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay1_5s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.duration1 {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important;
}

.duration2 {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}

.duration3 {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}

.duration4 {
  -webkit-animation-duration: 0.4s !important;
          animation-duration: 0.4s !important;
}

.duration5 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.duration6 {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}

.duration7 {
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}

.duration8 {
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
}

.duration9 {
  -webkit-animation-duration: 0.9s !important;
          animation-duration: 0.9s !important;
}

.duration1s {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.duration1_5s {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.duration2s {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.duration2s {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.p0 {
  padding: 0;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.p70 {
  padding: 70px;
}

.p80 {
  padding: 80px;
}

.p90 {
  padding: 90px;
}

.p100 {
  padding: 100px;
}

.p110 {
  padding: 110px;
}

.p120 {
  padding: 120px;
}

.p130 {
  padding: 130px;
}

.p140 {
  padding: 140px;
}

.p150 {
  padding: 150px;
}

.p160 {
  padding: 160px;
}

.p170 {
  padding: 170px;
}

.p180 {
  padding: 180px;
}

.p190 {
  padding: 190px;
}

.p200 {
  padding: 200px;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph50 {
  padding-left: 50px;
  padding-right: 50px;
}

.ph60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ph70 {
  padding-left: 70px;
  padding-right: 70px;
}

.ph80 {
  padding-left: 80px;
  padding-right: 80px;
}

.ph90 {
  padding-left: 90px;
  padding-right: 90px;
}

.ph100 {
  padding-left: 100px;
  padding-right: 100px;
}

.ph110 {
  padding-left: 110px;
  padding-right: 110px;
}

.ph120 {
  padding-left: 120px;
  padding-right: 120px;
}

.ph130 {
  padding-left: 130px;
  padding-right: 130px;
}

.ph140 {
  padding-left: 140px;
  padding-right: 140px;
}

.ph150 {
  padding-left: 150px;
  padding-right: 150px;
}

.ph160 {
  padding-left: 160px;
  padding-right: 160px;
}

.ph170 {
  padding-left: 170px;
  padding-right: 170px;
}

.ph180 {
  padding-left: 180px;
  padding-right: 180px;
}

.ph190 {
  padding-left: 190px;
  padding-right: 190px;
}

.ph200 {
  padding-left: 200px;
  padding-right: 200px;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pv80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pv90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pv100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pv120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pv130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pv140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pv150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pv160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pv170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.pv180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pv190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.pv200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pr0 {
  padding-right: 0;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.pr90 {
  padding-right: 90px;
}

.pr100 {
  padding-right: 100px;
}

.pr110 {
  padding-right: 110px;
}

.pr120 {
  padding-right: 120px;
}

.pr130 {
  padding-right: 130px;
}

.pr140 {
  padding-right: 140px;
}

.pr150 {
  padding-right: 150px;
}

.pr160 {
  padding-right: 160px;
}

.pr170 {
  padding-right: 170px;
}

.pr180 {
  padding-right: 180px;
}

.pr190 {
  padding-right: 190px;
}

.pr200 {
  padding-right: 200px;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl0 {
  padding-left: 0;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pl110 {
  padding-left: 110px;
}

.pl120 {
  padding-left: 120px;
}

.pl130 {
  padding-left: 130px;
}

.pl140 {
  padding-left: 140px;
}

.pl150 {
  padding-left: 150px;
}

.pl160 {
  padding-left: 160px;
}

.pl170 {
  padding-left: 170px;
}

.pl180 {
  padding-left: 180px;
}

.pl190 {
  padding-left: 190px;
}

.pl200 {
  padding-left: 200px;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.m70 {
  margin: 70px;
}

.m80 {
  margin: 80px;
}

.m90 {
  margin: 90px;
}

.m100 {
  margin: 100px;
}

.m110 {
  margin: 110px;
}

.m120 {
  margin: 120px;
}

.m130 {
  margin: 130px;
}

.m140 {
  margin: 140px;
}

.m150 {
  margin: 150px;
}

.m160 {
  margin: 160px;
}

.m170 {
  margin: 170px;
}

.m180 {
  margin: 180px;
}

.m190 {
  margin: 190px;
}

.m200 {
  margin: 200px;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mh30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mh40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mh50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mh60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mh70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mh80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mh90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mh100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mh110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mh120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mh130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mh140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mh150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mh160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mh170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mh180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mh190 {
  margin-left: 190px;
  margin-right: 190px;
}

.mh200 {
  margin-left: 200px;
  margin-right: 200px;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mv100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mv110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mv120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mv130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mv140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mv150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mv160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mv170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.mv180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mv190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.mv200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mr110 {
  margin-right: 110px;
}

.mr120 {
  margin-right: 120px;
}

.mr130 {
  margin-right: 130px;
}

.mr140 {
  margin-right: 140px;
}

.mr150 {
  margin-right: 150px;
}

.mr160 {
  margin-right: 160px;
}

.mr170 {
  margin-right: 170px;
}

.mr180 {
  margin-right: 180px;
}

.mr190 {
  margin-right: 190px;
}

.mr200 {
  margin-right: 200px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml0 {
  margin-left: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml110 {
  margin-left: 110px;
}

.ml120 {
  margin-left: 120px;
}

.ml130 {
  margin-left: 130px;
}

.ml140 {
  margin-left: 140px;
}

.ml150 {
  margin-left: 150px;
}

.ml160 {
  margin-left: 160px;
}

.ml170 {
  margin-left: 170px;
}

.ml180 {
  margin-left: 180px;
}

.ml190 {
  margin-left: 190px;
}

.ml200 {
  margin-left: 200px;
}

.p5 {
  padding: 5;
}

.p15 {
  padding: 15px;
}

.p25 {
  padding: 25px;
}

.p35 {
  padding: 35px;
}

.p45 {
  padding: 45px;
}

.p55 {
  padding: 55px;
}

.p65 {
  padding: 65px;
}

.p75 {
  padding: 75px;
}

.p85 {
  padding: 85px;
}

.p95 {
  padding: 95px;
}

.p155 {
  padding: 155px;
}

.p115 {
  padding: 115px;
}

.p125 {
  padding: 125px;
}

.p135 {
  padding: 135px;
}

.p145 {
  padding: 145px;
}

.p155 {
  padding: 155px;
}

.p165 {
  padding: 165px;
}

.p175 {
  padding: 175px;
}

.p185 {
  padding: 185px;
}

.p195 {
  padding: 195px;
}

.ph5 {
  padding-left: 5;
  padding-right: 5;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph35 {
  padding-left: 35px;
  padding-right: 35px;
}

.ph45 {
  padding-left: 45px;
  padding-right: 45px;
}

.ph55 {
  padding-left: 55px;
  padding-right: 55px;
}

.ph65 {
  padding-left: 65px;
  padding-right: 65px;
}

.ph75 {
  padding-left: 75px;
  padding-right: 75px;
}

.ph85 {
  padding-left: 85px;
  padding-right: 85px;
}

.ph95 {
  padding-left: 95px;
  padding-right: 95px;
}

.ph155 {
  padding-left: 155px;
  padding-right: 155px;
}

.ph115 {
  padding-left: 115px;
  padding-right: 115px;
}

.ph125 {
  padding-left: 125px;
  padding-right: 125px;
}

.ph135 {
  padding-left: 135px;
  padding-right: 135px;
}

.ph145 {
  padding-left: 145px;
  padding-right: 145px;
}

.ph155 {
  padding-left: 155px;
  padding-right: 155px;
}

.ph165 {
  padding-left: 165px;
  padding-right: 165px;
}

.ph175 {
  padding-left: 175px;
  padding-right: 175px;
}

.ph185 {
  padding-left: 185px;
  padding-right: 185px;
}

.ph195 {
  padding-left: 195px;
  padding-right: 195px;
}

.pv5 {
  padding-top: 5;
  padding-bottom: 5;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pv45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pv55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pv65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pv75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pv85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pv95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pv155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.pv115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.pv125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pv135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pv145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.pv155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.pv165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.pv175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pv185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.pv195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.pt5 {
  padding-top: 5;
}

.pt15 {
  padding-top: 15px;
}

.pt25 {
  padding-top: 25px;
}

.pt35 {
  padding-top: 35px;
}

.pt45 {
  padding-top: 45px;
}

.pt55 {
  padding-top: 55px;
}

.pt65 {
  padding-top: 65px;
}

.pt75 {
  padding-top: 75px;
}

.pt85 {
  padding-top: 85px;
}

.pt95 {
  padding-top: 95px;
}

.pt155 {
  padding-top: 155px;
}

.pt115 {
  padding-top: 115px;
}

.pt125 {
  padding-top: 125px;
}

.pt135 {
  padding-top: 135px;
}

.pt145 {
  padding-top: 145px;
}

.pt155 {
  padding-top: 155px;
}

.pt165 {
  padding-top: 165px;
}

.pt175 {
  padding-top: 175px;
}

.pt185 {
  padding-top: 185px;
}

.pt195 {
  padding-top: 195px;
}

.pr5 {
  padding-right: 5;
}

.pr15 {
  padding-right: 15px;
}

.pr25 {
  padding-right: 25px;
}

.pr35 {
  padding-right: 35px;
}

.pr45 {
  padding-right: 45px;
}

.pr55 {
  padding-right: 55px;
}

.pr65 {
  padding-right: 65px;
}

.pr75 {
  padding-right: 75px;
}

.pr85 {
  padding-right: 85px;
}

.pr95 {
  padding-right: 95px;
}

.pr155 {
  padding-right: 155px;
}

.pr115 {
  padding-right: 115px;
}

.pr125 {
  padding-right: 125px;
}

.pr135 {
  padding-right: 135px;
}

.pr145 {
  padding-right: 145px;
}

.pr155 {
  padding-right: 155px;
}

.pr165 {
  padding-right: 165px;
}

.pr175 {
  padding-right: 175px;
}

.pr185 {
  padding-right: 185px;
}

.pr195 {
  padding-right: 195px;
}

.pb5 {
  padding-bottom: 5;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb155 {
  padding-bottom: 155px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb125 {
  padding-bottom: 125px;
}

.pb135 {
  padding-bottom: 135px;
}

.pb145 {
  padding-bottom: 145px;
}

.pb155 {
  padding-bottom: 155px;
}

.pb165 {
  padding-bottom: 165px;
}

.pb175 {
  padding-bottom: 175px;
}

.pb185 {
  padding-bottom: 185px;
}

.pb195 {
  padding-bottom: 195px;
}

.pl5 {
  padding-left: 5;
}

.pl15 {
  padding-left: 15px;
}

.pl25 {
  padding-left: 25px;
}

.pl35 {
  padding-left: 35px;
}

.pl45 {
  padding-left: 45px;
}

.pl55 {
  padding-left: 55px;
}

.pl65 {
  padding-left: 65px;
}

.pl75 {
  padding-left: 75px;
}

.pl85 {
  padding-left: 85px;
}

.pl95 {
  padding-left: 95px;
}

.pl155 {
  padding-left: 155px;
}

.pl115 {
  padding-left: 115px;
}

.pl125 {
  padding-left: 125px;
}

.pl135 {
  padding-left: 135px;
}

.pl145 {
  padding-left: 145px;
}

.pl155 {
  padding-left: 155px;
}

.pl165 {
  padding-left: 165px;
}

.pl175 {
  padding-left: 175px;
}

.pl185 {
  padding-left: 185px;
}

.pl195 {
  padding-left: 195px;
}

.m5 {
  margin: 5;
}

.m15 {
  margin: 15px;
}

.m25 {
  margin: 25px;
}

.m35 {
  margin: 35px;
}

.m45 {
  margin: 45px;
}

.m55 {
  margin: 55px;
}

.m65 {
  margin: 65px;
}

.m75 {
  margin: 75px;
}

.m85 {
  margin: 85px;
}

.m95 {
  margin: 95px;
}

.m155 {
  margin: 155px;
}

.m115 {
  margin: 115px;
}

.m125 {
  margin: 125px;
}

.m135 {
  margin: 135px;
}

.m145 {
  margin: 145px;
}

.m155 {
  margin: 155px;
}

.m165 {
  margin: 165px;
}

.m175 {
  margin: 175px;
}

.m185 {
  margin: 185px;
}

.m195 {
  margin: 195px;
}

.mh5 {
  margin-left: 5;
  margin-right: 5;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mh25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mh35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mh45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mh55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mh65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mh75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mh85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mh95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mh155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mh115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mh125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mh135 {
  margin-left: 135px;
  margin-right: 135px;
}

.mh145 {
  margin-left: 145px;
  margin-right: 145px;
}

.mh155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mh165 {
  margin-left: 165px;
  margin-right: 165px;
}

.mh175 {
  margin-left: 175px;
  margin-right: 175px;
}

.mh185 {
  margin-left: 185px;
  margin-right: 185px;
}

.mh195 {
  margin-left: 195px;
  margin-right: 195px;
}

.mv5 {
  margin-top: 5;
  margin-bottom: 5;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mv45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mv55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mv65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mv75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mv85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mv95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mv155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.mv115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mv125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mv135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mv145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.mv155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.mv165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.mv175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.mv185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.mv195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.mt5 {
  margin-top: 5;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mt35 {
  margin-top: 35px;
}

.mt45 {
  margin-top: 45px;
}

.mt55 {
  margin-top: 55px;
}

.mt65 {
  margin-top: 65px;
}

.mt75 {
  margin-top: 75px;
}

.mt85 {
  margin-top: 85px;
}

.mt95 {
  margin-top: 95px;
}

.mt155 {
  margin-top: 155px;
}

.mt115 {
  margin-top: 115px;
}

.mt125 {
  margin-top: 125px;
}

.mt135 {
  margin-top: 135px;
}

.mt145 {
  margin-top: 145px;
}

.mt155 {
  margin-top: 155px;
}

.mt165 {
  margin-top: 165px;
}

.mt175 {
  margin-top: 175px;
}

.mt185 {
  margin-top: 185px;
}

.mt195 {
  margin-top: 195px;
}

.mr5 {
  margin-right: 5;
}

.mr15 {
  margin-right: 15px;
}

.mr25 {
  margin-right: 25px;
}

.mr35 {
  margin-right: 35px;
}

.mr45 {
  margin-right: 45px;
}

.mr55 {
  margin-right: 55px;
}

.mr65 {
  margin-right: 65px;
}

.mr75 {
  margin-right: 75px;
}

.mr85 {
  margin-right: 85px;
}

.mr95 {
  margin-right: 95px;
}

.mr155 {
  margin-right: 155px;
}

.mr115 {
  margin-right: 115px;
}

.mr125 {
  margin-right: 125px;
}

.mr135 {
  margin-right: 135px;
}

.mr145 {
  margin-right: 145px;
}

.mr155 {
  margin-right: 155px;
}

.mr165 {
  margin-right: 165px;
}

.mr175 {
  margin-right: 175px;
}

.mr185 {
  margin-right: 185px;
}

.mr195 {
  margin-right: 195px;
}

.mb5 {
  margin-bottom: 5;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb155 {
  margin-bottom: 155px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb155 {
  margin-bottom: 155px;
}

.mb165 {
  margin-bottom: 165px;
}

.mb175 {
  margin-bottom: 175px;
}

.mb185 {
  margin-bottom: 185px;
}

.mb195 {
  margin-bottom: 195px;
}

.ml5 {
  margin-left: 5;
}

.ml15 {
  margin-left: 15px;
}

.ml25 {
  margin-left: 25px;
}

.ml35 {
  margin-left: 35px;
}

.ml45 {
  margin-left: 45px;
}

.ml55 {
  margin-left: 55px;
}

.ml65 {
  margin-left: 65px;
}

.ml75 {
  margin-left: 75px;
}

.ml85 {
  margin-left: 85px;
}

.ml95 {
  margin-left: 95px;
}

.ml155 {
  margin-left: 155px;
}

.ml115 {
  margin-left: 115px;
}

.ml125 {
  margin-left: 125px;
}

.ml135 {
  margin-left: 135px;
}

.ml145 {
  margin-left: 145px;
}

.ml155 {
  margin-left: 155px;
}

.ml165 {
  margin-left: 165px;
}

.ml175 {
  margin-left: 175px;
}

.ml185 {
  margin-left: 185px;
}

.ml195 {
  margin-left: 195px;
}

/* New Breed shortcut classes */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* github.com/kenwheeler/slick */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* github.com/daneden/animate.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* github.com/FortAwesome/Font-Awesome */
/*********************************************************************************************************************************************************************
2. Base
**********************************************************************************************************************************************************************/
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Extra%20Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Bold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Semi%20Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Extra%20Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Heavitas Neue";
  src: url("//www.easyvista.com/hubfs/fonts/Graphite%20-%20Heavitas%20Neue%20Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

html.menu-open {
  overflow-y: hidden;
}

/* Keep background from scrolling when menu is open */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #59595B;
}

/* Set default text size */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* Set header font from HubL variable */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* 0 top margin on 1st header */
p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  color: #59595B;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }
}

h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  font-family: "Heavitas Neue", sans-serif;
  color: #3E5160;
}
h1 b {
  font-weight: 900;
}

h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  color: #3E5160;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #3E5160;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #3E5160;
}

h5 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #3E5160;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", sans-serif;
}

blockquote,
blockquote p {
  font-size: 3rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin: 50px auto;
  font-family: "Heavitas Neue", sans-serif;
  color: #FE6A2C;
  display: block;
  max-width: 80%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ul {
  list-style: disc;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 3rem;
}

ol {
  list-style: decimal;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 3rem;
}

li {
  margin-bottom: 1rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2rem 0 2rem 2rem;
}

body:after {
  display: none;
}

.arrow {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  color: #FE6A2C;
  line-height: 1.1;
}
.arrow:after {
  color: #FE6A2C;
  position: relative;
  content: "\f054";
  font-family: FontAwesome;
  bottom: 0;
  margin: auto;
  margin-left: 3px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.arrow:hover {
  color: #FE6A2C;
}
.arrow:hover:after {
  margin-left: 6px;
}

.blue-arrow {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  color: #016F94;
  line-height: 1.1;
}
.blue-arrow:after {
  color: #016F94;
  position: relative;
  content: "\f054";
  font-family: FontAwesome;
  bottom: 0;
  margin: auto;
  margin-left: 3px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.blue-arrow:hover {
  color: #016F94;
}
.blue-arrow:hover:after {
  margin-left: 6px;
}

.small {
  font-size: 13px;
  line-height: 2.2rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

button.orange {
  border-color: #FE6A2C;
  color: #FE6A2C;
}
button.orange:after {
  border-bottom: 80px solid #FE6A2C;
}
button.orange:hover {
  color: white;
}

.orange.stroke-button:hover {
  background-color: #FE6A2C;
  color: white;
}

.stroke-button {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.stroke-button:hover {
  color: #032859;
  background-color: white;
}

.swatches div {
  width: 150px;
  height: 150px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.color1 {
  background-color: #FE6A2C;
  color: #fff;
}

.color2 {
  background-color: #79BF65;
  color: #fff;
}

.black {
  background-color: #373739;
  color: #fff;
}

.gray {
  background-color: #9B9B9B;
  color: #fff;
}

.white {
  background-color: #fff;
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
}

.animation-sample-short,
.animation-sample-medium,
.animation-sample-long {
  background-color: #FE6A2C;
  padding: 20px;
  color: #fff;
  margin: 10px auto;
  text-align: center;
}

.animation-sample-short {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  width: 50%;
}

.animation-sample-medium {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 50%;
}

.animation-sample-long {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  width: 50%;
}

.animation-sample-short:hover,
.animation-sample-medium:hover,
.animation-sample-long:hover {
  width: 100%;
}

.container-fluid .row-fluid .center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid .row-fluid .center-small {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.center {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.ctr {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Less specificity so max-width and padding can be overruled without !important */
.center-small {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

.ctr {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Less specificity so max-width and padding can be overruled without !important */
.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* Forms */
form {
  margin-bottom: 3rem;
}

::-webkit-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  font-weight: normal;
}

/* Webkit input placeholders */
::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1;
  font-weight: normal;
}

/* Firefox input placeholders */
:-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
  font-weight: normal;
}

/* IE  input placeholders */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* Make responsive, clear border, fix IE scaling, suppress the space beneath the baseline, fix Webkit blurring on scaled down files */
/* Links */
a {
  text-decoration: none;
  /* Remove default underline */
  color: #FE6A2C;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border-bottom: 0;
}
a:hover {
  color: #79BF65;
}

/* Buttons */
a#cta_button_3859442_79e139a0-fb95-4ab2-bee0-7caf47683dc8 {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-family: "Heavitas Neue", sans-serif !important;
  font-weight: 900 !important;
  background-color: #FE6A2C !important;
}
a#cta_button_3859442_79e139a0-fb95-4ab2-bee0-7caf47683dc8:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

/* Horizontal Rule */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #9B9B9B;
}

/* Abbreviations */
abbr[title] {
  border: 0;
}

/* Code */
code {
  padding: 1rem;
  margin: 0 1rem;
  white-space: nowrap;
  background: #9B9B9B;
  border: 1px solid #9B9B9B;
  border-radius: 0;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  margin-bottom: 3rem;
}

pre {
  overflow-x: auto;
}

/* responsive pre elements */
table pre {
  white-space: pre-wrap;
}

/* responsive pre tables */
/* Tables */
th,
td {
  padding: 10px 20px;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

table {
  margin-bottom: 3rem;
}

/* No whitespace layout fix */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

.vistas {
  background-image: url(https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/Vistas.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-position: bottom;
}

.header-overlay {
  margin-top: 0 !important;
}

.landing {
  margin-top: 30;
}

@media (max-width: 767px) {
  #colorbox {
    max-width: 100%;
  }
  #colorbox #cboxWrapper {
    max-width: 100%;
  }
  #colorbox #cboxWrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #colorbox #cboxWrapper > div #cboxContent {
    max-width: 300px;
    max-height: 200px;
  }
  #colorbox #cboxWrapper > div #cboxContent #cboxLoadedContent {
    max-width: 300px;
    max-height: 200px;
  }
}
.error {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #F6F7FA), color-stop(30%, #FFFFFF));
  background-image: linear-gradient(0deg, #F6F7FA 20%, #FFFFFF 30%);
  overflow: auto;
}

p.header {
  position: relative !important;
}

#email-prefs-form .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#email-prefs-form .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

ul li::marker {
  color: #FE6A2C;
}

/*********************************************************************************************************************************************************************
3. Modules
**********************************************************************************************************************************************************************/
/* Layout */
.header {
  background-color: #fff;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}
.page-scrolled-200 .header .desktop-nav {
  background-color: white;
}
.page-scrolled-200 .header {
  top: 0;
  position: fixed;
  background: white;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-scrolled-200 .header {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
}
.landing .header {
  position: fixed;
}
.header-overlay .header {
  background-color: transparent;
}
.header .center {
  margin: 0 auto;
}
.header .main-nav-wrap {
  margin-top: 12px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0;
  padding-top: 10px;
}
.header .main-nav-wrap .center > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .main-nav-wrap .center > div > div > div .span3 {
  padding: 8px 0;
}
.header .main-nav-wrap .center li.nav-active a {
  color: #FE6A2C;
  border-bottom: 2px solid #FE6A2C;
  margin-bottom: -2px !important;
  -webkit-transition: none;
  transition: none;
  position: relative !important;
}
.header .main-nav-wrap .center li.nav-active a:before {
  content: "";
  height: 11px;
  width: 25px;
  background-image: url(https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/nav-angle.png);
  position: absolute;
  bottom: -17px;
  background-repeat: no-repeat;
  z-index: 99999999999;
  left: calc(50% - 12px);
}
.header-overlay .header .main-nav-wrap .center li.nav-active a:before {
  background-image: url(https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/solid-nav-angle.png);
}
.page-scrolled .header-overlay .header .main-nav-wrap .center li.nav-active a:before {
  background-image: url(https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/nav-angle.png);
}
.header-overlay .header .main-nav-wrap .center li.nav-active a {
  color: white;
  border-bottom: 2px solid #fff;
}
.page-scrolled-200 .header .main-nav-wrap .center li.nav-active a {
  color: #FE6A2C;
  border-bottom: 2px solid #FE6A2C;
}
.page-scrolled-200 .header .main-nav-wrap .center li.nav-active a:before {
  bottom: -27px;
}
.header .main-nav-wrap .center svg {
  width: 70%;
  height: 40px;
}
@media (max-width: 1024px) {
  .header .main-nav-wrap .center svg {
    width: 100%;
  }
}
.header-overlay .header .main-nav-wrap .center svg path,
.header-overlay .header .main-nav-wrap .center svg rect,
.header-overlay .header .main-nav-wrap .center svg polygon {
  fill: white;
}
.page-scrolled-200 .header-overlay .header .main-nav-wrap .center svg g path.cls-1 {
  fill: #016f94;
}
.page-scrolled-200 .header-overlay .header .main-nav-wrap .center svg g path.cls-2,
.page-scrolled-200 .header-overlay .header .main-nav-wrap .center svg g path.cls-3 {
  fill: #032859;
}
.page-scrolled-200 .header-overlay .header .main-nav-wrap .center svg g path.cls-4 {
  fill: #fe6a2c;
}
.header .desktop-nav .top-nav,
.header .scroll-nav .top-nav {
  background: #F6F7F9;
}
.page-scrolled-200 .header .desktop-nav .top-nav,
.page-scrolled-200 .header .scroll-nav .top-nav {
  display: none;
}
@media (max-width: 1024px) {
  .header .desktop-nav .top-nav,
.header .scroll-nav .top-nav {
    display: none;
  }
}
.header .desktop-nav .top-nav:after,
.header .scroll-nav .top-nav:after {
  content: "";
  display: table;
  clear: both;
}
.header .desktop-nav .top-nav > div > div > div > div,
.header .scroll-nav .top-nav > div > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .desktop-nav .top-nav > div > div > div > div .widget-type-simple_menu,
.header .scroll-nav .top-nav > div > div > div > div .widget-type-simple_menu {
  width: auto !important;
}
.header .desktop-nav .top-nav > div > div > div > div .search-toggle-1,
.header .scroll-nav .top-nav > div > div > div > div .search-toggle-1 {
  text-align: right;
  font-size: 1.4rem;
  width: auto !important;
}
.header .desktop-nav .top-nav > div > div > div > div .search-toggle-1 .btn,
.header .scroll-nav .top-nav > div > div > div > div .search-toggle-1 .btn {
  margin-right: 20px;
  font-family: 1.6rem;
  cursor: pointer;
  margin-right: 20px;
}
.header .desktop-nav .top-nav > div > div > div > div .search-toggle-1 .btn:hover .fa,
.header .scroll-nav .top-nav > div > div > div > div .search-toggle-1 .btn:hover .fa {
  color: #FE6A2C;
}
.header .desktop-nav .top-nav > div > div > div > div .search-toggle-1 .btn .fa,
.header .scroll-nav .top-nav > div > div > div > div .search-toggle-1 .btn .fa {
  font-size: 1.4rem;
}
.header .desktop-nav .top-nav > div > div > div > div .search-toggle-1 .btn p,
.header .scroll-nav .top-nav > div > div > div > div .search-toggle-1 .btn p {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 5px;
}
.header .desktop-nav .top-nav ul,
.header .scroll-nav .top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .desktop-nav .top-nav ul ul,
.header .scroll-nav .top-nav ul ul {
  background: #F6F7F9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .desktop-nav .top-nav ul ul li a,
.header .scroll-nav .top-nav ul ul li a {
  padding: 10px 0 !important;
  text-align: center;
}
.header .desktop-nav .top-nav ul ul li a:hover,
.header .scroll-nav .top-nav ul ul li a:hover {
  background: #FE6A2C;
  color: white;
}
@media (max-width: 1024px) {
  .header .desktop-nav .top-nav ul,
.header .scroll-nav .top-nav ul {
    display: none;
  }
}
.header .desktop-nav .top-nav li,
.header .scroll-nav .top-nav li {
  margin-bottom: 0;
}
.header .desktop-nav .top-nav li a:nth-child(2),
.header .scroll-nav .top-nav li a:nth-child(2) {
  display: none;
}
.header .desktop-nav .top-nav li .fa-globe,
.header .scroll-nav .top-nav li .fa-globe {
  margin-right: 5px;
}
.header .desktop-nav .top-nav li a,
.header .scroll-nav .top-nav li a {
  padding: 0 20px !important;
  font-size: 1.4rem;
  color: #373739;
  max-width: none !important;
  overflow: initial !important;
}
.header .desktop-nav .top-nav li a button,
.header .scroll-nav .top-nav li a button {
  border-radius: 0;
  padding: 10px 15px;
}
.header .desktop-nav .top-nav li:last-child a,
.header .scroll-nav .top-nav li:last-child a {
  padding-right: 0 !important;
}
.landing .header .desktop-nav .top-nav,
.landing .header .scroll-nav .top-nav {
  display: none;
}
.header .logo img {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  max-width: 204px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .header .logo img {
    max-width: 80px;
  }
}
@media (max-width: 1024px) {
  .header .logo {
    max-width: 100px;
  }
}
.header .main-nav {
  text-align: right;
  position: relative;
  /* Carret after Menu items with dropdown */
}
.header .main-nav.a:before {
  left: calc(50% - 240px);
}
.header .main-nav.c:before {
  left: calc(50% - 130px);
}
.header .main-nav.t:before {
  left: calc(50% + 33px);
}
.header .main-nav.i:before {
  left: calc(50% + 165px);
}
.header .main-nav.v:before {
  left: calc(50% + 270px);
}
.nav-active-wrap .header .main-nav:before {
  top: 58px;
  opacity: 1;
}
.header .main-nav a {
  font-size: 1.8rem;
  color: #373739;
  /* Get rid of HubSpot's width limitations */
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.header-overlay .header .main-nav a {
  color: white;
}
.page-scrolled-200 .header-overlay .header .main-nav a {
  color: #373739;
}
.header .main-nav a:hover {
  color: #FE6A2C;
  border-bottom: 2px solid #FE6A2C;
  margin-bottom: -2px !important;
  -webkit-transition: none;
  transition: none;
}
.header-overlay .header .main-nav a:hover {
  color: white;
  border-bottom: 2px solid #fff;
}
.page-scrolled .header .main-nav a:hover {
  color: #FE6A2C;
  border-bottom: 2px solid #FE6A2C;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  padding: 0;
  margin: 5px 10px 0 0;
  position: relative;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:after {
  content: none !important;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 104%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-scrolled.page-scrolled-200 .header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:after {
  left: 100%;
  top: 2px;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  padding: 0;
  line-height: normal;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal li {
  margin: 0;
  padding: 10px 10px 20px 10px;
  margin-bottom: -5px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
  text-align: left;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  font-size: 1.6rem;
  margin: 0 20px 20px 20px;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  padding-top: 20px;
  background-color: #fff;
}
.header .main-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 .hs-menu-children-wrapper {
  padding-top: 0;
}
.header .main-nav .hs-menu-depth-1.hs-item-has-children > a:after {
  position: relative;
  top: -2px;
  content: none;
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .header .main-nav {
    display: none !important;
  }
}
.landing .header .main-nav {
  display: none;
}
.header .main-nav ul li:last-child {
  display: none;
}
.page-scrolled-200 .header .main-nav ul li:last-child {
  display: block;
}
.page-scrolled-200 .header .main-nav ul li:last-child > a:hover {
  border-bottom: 0px solid transparent !important;
  margin-bottom: 0 !important;
}
.page-scrolled-200 .header .main-nav ul li:last-child > a:hover a {
  border-bottom: 0px solid transparent !important;
  margin-bottom: 0 !important;
}
.page-scrolled-200 .header .main-nav ul li:last-child > a:last-of-type {
  display: none;
}
.header .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .main-nav ul li:nth-last-child(2) a {
  margin-right: 0 !important;
}
.page-scrolled-200 .header .main-nav ul li:last-child a:first-of-type button {
  padding: 10px;
}
.header #offscreen-menu {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
}
.menu-open .header #offscreen-menu {
  top: 0;
  opacity: 1;
  z-index: 98;
  pointer-events: auto;
  height: 100vh;
}
.menu-closing .header #offscreen-menu {
  top: -100vh;
}
.header #offscreen-menu ul {
  margin-top: 50px;
}
.header #offscreen-menu ul li:last-of-type {
  display: none;
}
.header #offscreen-menu ul li ul li:last-of-type {
  display: block;
}
.header #offscreen-menu .offscreen-menu-content {
  width: 100%;
  height: 100%;
  background-color: #032859;
  border: 0;
  padding: 100px 0 0;
  overflow: scroll;
  position: relative;
}
.header #offscreen-menu .social-links {
  text-align: center;
}
.header #offscreen-menu .social-links a {
  font-size: 40px;
  margin: 50px 10px;
  color: #79BF65;
}
.header #offscreen-menu .social-links a:hover {
  color: #E96A28;
}
.header #offscreen-menu .hs-cta-wrapper {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 50px;
}
.header #offscreen-menu .hs-cta-wrapper button {
  background-color: #FE6A2C;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu a {
  color: #fff;
  border-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li:hover > a {
  background: rgba(255, 255, 255, 0.1);
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 0;
  margin: 10px 0;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-menu-depth-2 a {
  padding: 20;
  font-size: 2.5rem;
  width: 100%;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-menu-depth-3 a {
  padding: 10;
  font-size: 2rem;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu li.hs-item-has-children > a:after {
  position: relative;
  top: -2px;
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu li {
  margin-bottom: 0;
  text-align: center;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 ul a {
  border-bottom: 0;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 ul ul a {
  border-bottom: 0;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu ul li.hs-item-has-children ul {
  display: none;
  position: relative;
  z-index: 999;
  margin: 10 0;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1 {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2 {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-3 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1.toggled {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 0 solid #FE6A2C;
  border-right: 0 solid #FE6A2C;
  border-bottom: 2px solid #FE6A2C;
  background-color: rgba(254, 106, 44, 0.5);
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-1.toggled > a {
  background-color: #FE6A2C;
  color: #373739;
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2.toggled {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 0 solid #79BF65;
  border-right: 0 solid #79BF65;
  border-bottom: 2px solid #79BF65;
  background-color: rgba(121, 191, 101, 0.5);
}
.header #offscreen-menu #hs_menu_wrapper_offscreen_menu .hs-menu-depth-2.toggled > a {
  background-color: #79BF65;
  color: #373739;
}
.header .hamburger-toggle {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.57143rem;
  position: absolute;
  right: 20px;
  top: 21px;
  margin: 0;
  background: transparent;
  border: 0;
  z-index: 99;
}
.page-scrolled-200 .header .hamburger-toggle {
  top: 12px;
}
@media (max-width: 9999px) {
  .header .hamburger-toggle {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header .hamburger-toggle {
    display: block !important;
  }
  .page-scrolled-200 .header .hamburger-toggle {
    position: fixed;
    z-index: 999999999;
  }
  .page-scrolled-200 .header .hamburger-toggle .lines {
    background-color: #373739;
  }
  .page-scrolled-200 .header .hamburger-toggle .lines:after {
    background-color: #373739;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-scrolled-200 .header .hamburger-toggle .lines:before {
    background-color: #373739;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .hamburger-toggle.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.landing .header .hamburger-toggle {
  display: none !important;
}
.header .hamburger-toggle.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.header .hamburger-toggle.x2 .lines:before,
.header .hamburger-toggle.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .hamburger-toggle.x2.close .lines {
  -webkit-transition: background 0.3s 0 ease;
  transition: background 0.3s 0 ease;
  background: transparent;
}
.header .hamburger-toggle.x2.close .lines:before,
.header .hamburger-toggle.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease, -webkit-transform 0.3s 0.5s ease;
  top: 0;
  width: 30px;
}
.header .hamburger-toggle.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: white;
}
.header .hamburger-toggle.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: white;
}
.header .hamburger-toggle:hover,
.header .hamburger-toggle:focus {
  background: transparent;
  opacity: 1;
}
.header .hamburger-toggle:active {
  background: transparent;
  -webkit-transition: 0;
  transition: 0;
}
.header .lines {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #383a35;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header-overlay .header .lines {
  background: white;
}
.header .lines:before,
.header .lines:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #383a35;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.header-overlay .header .lines:before,
.header-overlay .header .lines:after {
  background: white;
}
.header .menu-open .lines:before,
.header .menu-open .lines:after {
  background: #fff;
}
.header .lines:before {
  top: 1rem;
}
.header .lines:after {
  top: -1rem;
}
.header .search-toggle {
  position: relative;
  text-align: right;
  top: 10px;
  padding-right: 10px;
}
.header .search-toggle a {
  color: #373739;
  font-size: 1.4rem;
  cursor: pointer;
}
.header .search-toggle p {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .header .search-toggle {
    display: none !important;
  }
}
.header .offscreen-search {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  background-image: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
}
.header .offscreen-search .center {
  max-width: 1100px;
}
body.search-open .header .offscreen-search {
  max-height: 200px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.header .offscreen-search .gsc-search-box {
  padding: 20px 38px;
  border-bottom: 0;
  border-top: 0;
}
.header .offscreen-search .gsc-search-box > tbody {
  border-top: 0;
}
.header .offscreen-search input.gsc-input {
  color: #373739;
  text-indent: 0 !important;
}
.header .offscreen-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 10px !important;
  border: 0;
}
.header .offscreen-search .gsc-search-button {
  background: transparent;
  margin-right: 0px;
  padding: 0 !important;
  width: 50px !important;
  height: auto !important;
  padding: 0 !important;
  min-width: 50px;
  margin-top: 0;
  margin-bottom: 0 !important;
  margin-left: 0px !important;
}
.header .offscreen-search .gsc-search-button input {
  opacity: 0;
}
.header .offscreen-search .gsc-search-button {
  background-image: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/unified-search-white.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px !important;
  background-color: #FE6A2C;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}
.header .offscreen-search .gsc-search-button:hover {
  background-size: 35px !important;
}
.header .offscreen-search .gsc-search-button.input {
  margin-right: 20px;
  float: right;
}
.header .offscreen-search .gsc-input-box td {
  border: 0 !important;
}
.header .offscreen-search #___gcse_1 {
  clear: both;
  padding-top: 10px;
  max-width: 500px;
  margin: 0 auto;
}
.header .offscreen-search .gsc-input-box {
  border: none !important;
  background: transparent !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.header .offscreen-search .gsc-input-box table {
  margin-bottom: 0;
}
.header .offscreen-search .gsc-input-box input {
  background: transparent !important;
  height: auto;
  font-size: 2rem !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #373739;
}
.header .offscreen-search .gsc-input-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #373739;
}
.header .offscreen-search .gsc-input-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #373739;
}
.header .offscreen-search .gsc-input-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #373739;
}
.header .offscreen-search .gsc-input-box :-moz-placeholder {
  /* Firefox 18- */
  color: #373739;
}
.header .offscreen-search form.gsc-search-box {
  margin-bottom: 0;
}
.header .offscreen-search form.gsc-search-box td {
  border-bottom: 0;
}
.header .offscreen-search table.gsc-search-box {
  margin-bottom: 0;
}
.header .offscreen-search table.gsc-search-box tr {
  background: #F6F7F9;
}
.header .offscreen-search .gsib_b {
  display: none;
}
.header .offscreen-search .gsc-control-searchbox-only {
  border: 0 !important;
}
.header .scroll-nav {
  position: fixed;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  width: 100vw;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.header .scroll-nav .hs-menu-depth-1 > a {
  padding: 0px 0px !important;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .header .scroll-nav {
    display: none !important;
  }
}
.header .scroll-nav .logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header .scroll-nav .logo img {
  max-width: 100px;
}
.header .scroll-nav .main-nav-wrap {
  background: white;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.1);
}
.header .scroll-nav .main-nav-wrap .center svg {
  max-width: 100px;
}
.header .scroll-nav .main-nav-wrap .center > div > div > div {
  margin: 0;
}
.header .scroll-nav .main-nav-wrap .center:after {
  content: "";
  display: table;
  clear: both;
}
.scrolled-up.page-scrolled-200 .header .scroll-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
  opacity: 1;
}
.header .scroll-nav .top-nav {
  display: none;
}

.offscreen-menu-search {
  padding: 0 20px;
}
.offscreen-menu-search .submit {
  font-family: fontAwesome;
}

.gsc-search-box td {
  border-bottom: 0;
}

.header #offscreen-menu .offscreen-menu-search .gsc-search-button {
  padding: 0;
}

#offscreen-menu .gsc-input-box {
  border: 0;
  height: 38px;
}

.header #offscreen-menu .offscreen-menu-search .gsc-search-button input {
  background-image: url(//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/unified-search-white.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px !important;
  background-color: #FE6A2C;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
  padding: 20px 40px;
}

.header .scroll-nav .top-nav li a:nth-child(2) {
  display: block;
}

.header .scroll-nav .top-nav li:last-child a:nth-child(1) {
  display: none;
}

.header .scroll-nav .top-nav li a:nth-child(3) {
  display: none;
}

.scroll-nav .main-nav-wrap {
  margin-top: 0;
}

.header #offscreen-menu .offscreen-menu-content .offscreen-menu-search form input[type~=submit] {
  font-family: FontAwesome;
}

.header-landing {
  padding: 10px 20px;
  text-align: center;
}
.header-landing .logo img {
  max-width: 100px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
@media (max-width: 1024px) {
  .header-landing .logo img {
    max-width: 80px;
  }
}

.footer {
  padding: 50px 20px;
  background-color: #032859;
  color: white;
}
.landing .footer {
  padding: 25px 20px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.landing .footer .top-footer {
  display: none;
}
.footer .links-column {
  width: 20% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .footer .links-column > div {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer .links-column {
    width: 100% !important;
  }
}
.footer .links-column a {
  display: block;
}
.footer h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: white;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer h3 {
    text-align: center;
  }
}
.footer h3 a {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: normal;
}
.footer ul {
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footer ul li {
    margin-bottom: 15px;
  }
}
.footer a {
  font-size: 1.4rem;
  color: white;
  font-weight: 100;
}
.footer a:hover {
  color: #FE6A2C;
}

.contact-info {
  text-align: right;
}
.contact-info img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .contact-info {
    text-align: left;
  }
}

.bottom-footer {
  margin-top: 40px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.bottom-footer p {
  color: white;
}
@media (max-width: 1024px) {
  .bottom-footer p {
    font-size: 13px;
  }
}
.landing .bottom-footer {
  margin-top: 0;
}
.landing .bottom-footer p {
  margin-bottom: 0;
}
.bottom-footer .right {
  text-align: right;
}
@media (max-width: 767px) {
  .bottom-footer .right {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .bottom-footer {
    text-align: center !important;
  }
}

.social-links {
  text-align: right;
  font-size: 3rem;
}
.social-links a {
  display: inline-block !important;
  margin: 0 5px;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .social-links {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-landing {
  padding: 20px;
}

.body-content {
  padding: 20px;
  overflow: auto;
}
.product-detail .body-content {
  margin-top: 20px;
}
.one-col .body-content {
  margin-top: 20px;
}
.landing .body-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .body-content {
    padding: 50px 0;
  }
}
.body-content .hbspt-form {
  max-width: 700px;
}
.body-content a.stroke-button {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.body-content a.stroke-button:hover {
  color: #032859;
  background-color: white;
}
.body-content img {
  margin: 20px;
}
@media (max-width: 767px) {
  .body-content img {
    margin: 40px auto !important;
    float: none !important;
    display: block;
  }
}
.body-content ul {
  overflow: hidden;
  margin-bottom: 0;
}
.body-content .widget-type-header {
  text-align: center;
}
.body-content .widget-type-rich_text {
  max-width: 690px;
  margin: 0 auto !important;
  float: none;
}
.body-content .button:hover {
  color: white;
  border-bottom: 0;
}
.thank-you .body-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .landing .body-content {
    padding-bottom: 0;
  }
}

.sidebar-left {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sidebar-left {
    padding-right: 0;
  }
}

.sidebar-right {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sidebar-right {
    padding-left: 0;
  }
}

.cta-row {
  margin: 100px auto;
}

/* General */
.custom-share {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
}
.custom-share a {
  margin: 0 5px;
}
.custom-share a:hover {
  border-bottom: 0;
}
.custom-share .thank-you {
  margin-bottom: 0;
}

.page-hero {
  background-size: cover;
  background-position: center center;
  text-align: center;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.page-hero h1 {
  margin-bottom: 10px;
  color: #032859;
}
.page-hero h1 span {
  color: #79BF65;
}
.page-hero h1 strong {
  font-weight: 900;
}
body.hs-landing-page .page-hero h1 {
  font-weight: 900;
}
.page-hero .headline {
  padding: 100px 50px 50px;
}
@media (max-width: 1024px) {
  .page-hero .headline {
    padding: 50px 30px 25px;
  }
}
@media (max-width: 767px) {
  .page-hero .headline {
    padding: 40px 20px 10px;
  }
}
.page-hero p {
  font-size: 2.2rem;
  font-weight: 100;
  color: #032859;
}
.page-hero .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .page-hero .content-wrap {
    min-height: unset !important;
  }
}
@media (max-width: 767px) {
  .page-hero .content-wrap {
    min-height: auto !important;
  }
  .page-hero .content-wrap .content {
    padding: 120px 0 100px 0 !important;
  }
  .landing .page-hero .content-wrap .content {
    padding: 0 !important;
  }
}
.page-hero .content-wrap .center {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-hero .content-wrap .center.headline {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .page-hero .content-wrap .center.headline {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-hero .content-wrap .center.headline {
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .page-hero .content-wrap .center .content-image .wistia-video {
    height: 250px !important;
    width: 443px !important;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .page-hero .content-wrap .center {
    min-height: unset !important;
  }
}
@media (max-width: 767px) {
  .page-hero .content-wrap .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: unset !important;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-hero .content-wrap .center .content-image {
    padding-top: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-hero .content-wrap .center .content-image .wistia-video {
    margin-bottom: 20px;
    margin-left: 0;
    height: 169px !important;
    width: 300px !important;
  }
}
@media (max-width: 340px) and (max-width: 767px) {
  .page-hero .content-wrap .center .content-image .wistia-video {
    margin-bottom: 20px;
    margin-left: 0;
    height: 120px !important;
    width: 213px !important;
  }
}
.thank-you .page-hero .content a:hover {
  color: #fff;
}
.page-hero .content {
  max-width: 1000px;
  margin: 0 auto;
  opacity: 1;
}
.page-hero .content.white-text h1,
.page-hero .content.white-text p {
  color: #fff;
}
.investors .page-hero .content a {
  margin-top: 0 !important;
}
.investors .page-hero .content strong {
  color: white !important;
}
.page-hero .content a:last-of-type button {
  background-color: #016F94;
}
.page-hero .content a:last-of-type button:hover {
  background-color: #99c5d4;
}
.page-hero .content p:last-of-type button {
  background-color: #016F94;
}
.page-hero .content a:first-of-type {
  margin-right: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-hero .content a:first-of-type {
    display: block;
    margin-right: 0;
  }
}
.page-hero .content a:first-of-type button {
  background-color: #FE6A2C;
  border: 0;
}
.page-hero .content a:first-of-type button:hover {
  background-color: #ffb06d;
}
.page-hero .content button {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .page-hero .content button {
    margin-top: 5px;
  }
}
.header-overlay .page-hero .content {
  padding-top: 100px;
}
.header-overlay .page-hero .content h1,
.header-overlay .page-hero .content h2,
.header-overlay .page-hero .content h3,
.header-overlay .page-hero .content h4,
.header-overlay .page-hero .content p {
  color: white;
}
.page-hero .content.left-aligned {
  text-align: left;
  margin-right: 84px;
}
@media (max-width: 1024px) {
  .page-hero .content.left-aligned {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-hero .content.left-aligned {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-hero .content .wistia_embed {
  margin: 0 auto;
}
.page-hero .video-container {
  width: 600px;
}
.page-hero .video-container .hs-responsive-embed {
  max-width: 600px !important;
}
@media (max-width: 767px) {
  .page-hero .video-container {
    width: auto;
  }
}
.is-window-load .page-hero .content {
  opacity: 1;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.page-hero .video-arrow {
  display: block;
  margin-top: 10px;
}
.page-hero .video-arrow:focus {
  outline: 0;
}
.page-hero .video-arrow svg:hover path {
  fill: #FE6A2C;
  stroke: #FE6A2C;
}
.page-hero .video-arrow svg:hover path#Fill-1 {
  fill: transparent;
}

#cboxClose {
  position: relative !important;
  text-indent: 0 !important;
  bottom: 0 !important;
}
#cboxClose:hover {
  color: #FE6A2C;
}
#cboxClose:hover:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cboxClose:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#cboxClose:after {
  content: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.eot");
  src: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.eot#iefix") format("embedded-opentype"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.woff") format("woff"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.ttf") format("truetype"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Apply to embeded forms, the form module and hand coded forms */
.widget-type-form,
.hbspt-form {
  background-color: #F6F7F9;
  padding: 20px 20px 20px 27px;
  margin: 50px auto;
}
.widget-type-form h3,
.hbspt-form h3 {
  font-weight: 600;
}
.widget-type-form .hs-form fieldset,
.hbspt-form .hs-form fieldset {
  max-width: none;
}
.widget-type-form .hs-form fieldset.form-columns-1 .hs-input, .widget-type-form .hs-form fieldset.form-columns-2 .hs-input, .widget-type-form .hs-form fieldset.form-columns-3 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-1 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-2 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-3 .hs-input {
  width: 100%;
  margin-right: 0;
}
.widget-type-form .hs-form label,
.hbspt-form .hs-form label {
  color: #032859;
}
.widget-type-form .hs-form input,
.hbspt-form .hs-form input {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  font-size: 16px;
}
.widget-type-form .hs-form input[type=file],
.hbspt-form .hs-form input[type=file] {
  border: 0;
}
.widget-type-form .hs-form textarea,
.hbspt-form .hs-form textarea {
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 100px;
  font-size: 16px;
}
.widget-type-form .hs-form .hs-error-msgs,
.hbspt-form .hs-form .hs-error-msgs {
  font-style: italic;
  padding-right: 20px;
}
.widget-type-form .hs-form ul,
.hbspt-form .hs-form ul {
  padding: 0;
}
.widget-type-form .hs-form li,
.hbspt-form .hs-form li {
  list-style-type: none;
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type {
  margin-top: 10px;
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox input {
  width: auto;
  margin: 0 10px 13px 0;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .widget-type-form .hs-form .form-columns-1 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox input {
    top: 1px;
  }
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox span,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox span,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox span {
  font-size: 1.6rem;
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio {
  display: inline-block;
  margin-right: 30px;
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio input {
  width: auto;
  margin-right: 10px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio span,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio span,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .widget-type-form .hs-form .form-columns-1 .hs-form-radio,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio {
    display: block;
  }
  .widget-type-form .hs-form .form-columns-1 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio input {
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
}
.widget-type-form .hs-form .form-columns-3 .hs-form-field,
.hbspt-form .hs-form .form-columns-3 .hs-form-field {
  width: 33.05%;
}
@media (max-width: 767px) {
  .widget-type-form .hs-form .form-columns-3 .hs-form-field,
.hbspt-form .hs-form .form-columns-3 .hs-form-field {
    width: 100%;
  }
}
.widget-type-form .hs-form .form-columns-3 div:last-child div,
.hbspt-form .hs-form .form-columns-3 div:last-child div {
  margin-right: 0;
}
@media (max-width: 767px) {
  .widget-type-form .hs-form .form-columns-2 div div,
.widget-type-form .hs-form .form-columns-2 div:last-child div,
.widget-type-form .hs-form .form-columns-3 div div,
.widget-type-form .hs-form .form-columns-3 div:last-child div,
.hbspt-form .hs-form .form-columns-2 div div,
.hbspt-form .hs-form .form-columns-2 div:last-child div,
.hbspt-form .hs-form .form-columns-3 div div,
.hbspt-form .hs-form .form-columns-3 div:last-child div {
    margin-right: 8px;
  }
  .widget-type-form .hs-form .form-columns-2 div div .hs-input,
.widget-type-form .hs-form .form-columns-2 div:last-child div .hs-input,
.widget-type-form .hs-form .form-columns-3 div div .hs-input,
.widget-type-form .hs-form .form-columns-3 div:last-child div .hs-input,
.hbspt-form .hs-form .form-columns-2 div div .hs-input,
.hbspt-form .hs-form .form-columns-2 div:last-child div .hs-input,
.hbspt-form .hs-form .form-columns-3 div div .hs-input,
.hbspt-form .hs-form .form-columns-3 div:last-child div .hs-input {
    width: 100%;
  }
}
.widget-type-form .hs-form .hs-button,
.hbspt-form .hs-form .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.widget-type-form .hs-form .hs-button:hover,
.hbspt-form .hs-form .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
.widget-type-form .hs-form select,
.hbspt-form .hs-form select {
  font-family: "Source Sans Pro", sans-serif;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/select-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: 97% 51%;
  background-color: #fff;
  padding: 6px 6px;
  margin: 10px 0 20px 0;
  width: 100% !important;
  font-size: 16px;
}

.hs-cta-wrapper {
  opacity: 0;
}
.is-window-load .hs-cta-wrapper {
  opacity: 1;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.header-cta .hs-cta-wrapper {
  float: right;
}
.header-cta .hs-cta-wrapper img {
  display: none;
}
.header-cta .hs-cta-wrapper button {
  font-size: 1.4rem;
  padding: 5px 10px;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-cta .hs-cta-wrapper {
    display: none !important;
  }
}
.full-width-cta .hs-cta-wrapper {
  text-align: center;
}
.full-width-cta .hs-cta-wrapper a {
  display: block;
}
.full-width-cta .hs-cta-wrapper button {
  margin-top: 30px;
}
.body-content .hs-cta-wrapper a {
  border: 0;
  display: block;
  padding: 20px;
  overflow: auto;
}
.body-content .hs-cta-wrapper img {
  float: left;
  margin-right: 20px;
}
.body-content .hs-cta-wrapper h3 {
  margin: 20px 0;
}
.body-content .hs-cta-wrapper button {
  margin-top: 20px;
}
.body-content .hs-cta-wrapper p {
  margin: 0;
}
@media (max-width: 767px) {
  .body-content .hs-cta-wrapper {
    text-align: center;
  }
  .body-content .hs-cta-wrapper a {
    padding-bottom: 50px;
  }
}
.cta-row .hs-cta-wrapper {
  display: block;
  text-align: center;
  padding: 20px;
}
.cta-row .hs-cta-wrapper button {
  margin-top: 40px;
}
.cta-row .hs-cta-wrapper .fa {
  font-size: 10rem;
}

.vertical-menu {
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.vertical-menu a {
  background-color: #9B9B9B;
}

.large-quote {
  text-align: center;
  background-color: #9B9B9B;
}
.large-quote blockquote {
  margin-top: 0;
}
.large-quote .content {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.customer-logos {
  text-align: center;
  margin-bottom: 50px;
}
.customer-logos img {
  max-width: 120px;
}

.download-button {
  text-align: center;
}

.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content {
  background-color: #f6f7f9;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content:after {
  content: "";
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
  background-repeat-x: repeat;
}
.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content.vista-bottom .slalom-content-inner {
  padding: 70px 0 140px 0;
}
.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content.vista-bottom:after {
  bottom: 0;
  top: initial;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content.no-vista .slalom-content-inner {
  padding-top: 70px;
}
.features-list div.hs_cos_wrapper:nth-child(odd) .slalom-content.no-vista:after {
  display: none;
}
.slalom-content .slalom-content-inner {
  clear: both;
  overflow: visible;
  z-index: 999;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 930px;
  padding: 140px 20px 70px 20px;
  margin: 0 auto;
}
.is-window-load .slalom-content .slalom-content-inner {
  opacity: 1;
}
@media (max-width: 767px) {
  .slalom-content .slalom-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slalom-content .slalom-content-inner .image {
  float: right;
  width: 50%;
  text-align: center;
}
.slalom-content .slalom-content-inner .image img {
  width: 100%;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .slalom-content .slalom-content-inner .wistia-video {
    height: 200px !important;
    width: 355px !important;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .slalom-content .slalom-content-inner .wistia-video {
    margin-bottom: 20px;
    margin-left: 0;
    height: 169px !important;
    width: 300px !important;
  }
}
@media (max-width: 340px) {
  .slalom-content .slalom-content-inner .wistia-video {
    margin-bottom: 20px;
    margin-left: 0;
    height: 120px !important;
    width: 213px !important;
  }
}
.slalom-content .slalom-content-inner .content {
  float: left;
  width: 50%;
  padding-right: 50px;
  text-align: left;
}
.slalom-content .slalom-content-inner .content strong {
  font-weight: 900;
}
.slalom-content .slalom-content-inner .content h3 {
  margin-top: 0;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: #016F94;
}
.slalom-content .slalom-content-inner .content .arrow {
  font-family: "Heavitas Neue", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}
@media (max-width: 767px) {
  .slalom-content .slalom-content-inner .content {
    text-align: center;
  }
}
.slalom-content .slalom-content-inner .content .teal-header {
  display: inline-block;
  background-color: #032859;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.slalom-content .slalom-content-inner .content .teal-header.transparent {
  padding: 10px 0;
  background-color: transparent;
}
.slalom-content .slalom-content-inner .content .teal-header.transparent h4 {
  color: #032859;
}
.slalom-content .slalom-content-inner .content .teal-header h4 {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.features-list div.hs_cos_wrapper:nth-child(even) .slalom-content .slalom-content-inner {
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .features-list div.hs_cos_wrapper:nth-child(even) .slalom-content .slalom-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features-list div.hs_cos_wrapper:nth-child(even) .slalom-content .slalom-content-inner .content {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .features-list div.hs_cos_wrapper:nth-child(even) .slalom-content .slalom-content-inner .content {
    padding: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slalom-content .slalom-content-inner .image {
    float: none;
    width: 100%;
  }
  .slalom-content .slalom-content-inner .content {
    float: none;
    width: 100%;
    margin-top: 0 !important;
    padding: 50px 50px 0 50px;
  }
  .slalom-content .slalom-content-inner .content .arrow:after {
    right: -16px;
    bottom: 0;
    margin-left: 5px;
    top: auto;
  }
}
.features-list .hs_cos_wrapper_type_module .slalom-content.custom-background-color .slalom-content-inner,
.features-list .hs_cos_wrapper_type_module .slalom-content .custom-background-color.vista-bottom .slalom-content-inner {
  padding: 70px 20px !important;
  margin: 0 auto;
}
.features-list .hs_cos_wrapper_type_module .slalom-content.custom-background-color:after,
.features-list .hs_cos_wrapper_type_module .slalom-content .custom-background-color.vista-bottom:after {
  height: 0px !important;
}

.search-results .banner {
  text-align: center;
  margin-top: 100px;
}
.search-results .results .gsc-adBlock,
.search-results .results .gsc-adBlockVertical,
.search-results .results .gcsc-branding,
.search-results .results .gsc-resultsHeader {
  display: none !important;
}
.search-results .results .gsc-thinWrapper {
  width: 100% !important;
  border: none !important;
}
.search-results .results .gsc-selected-option-container {
  max-width: 100% !important;
  width: auto !important;
}
.search-results .results .gsc-result-info {
  color: #373739 !important;
  font-size: 4rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300 !important;
  padding: 20px 20px 5px !important;
}
.search-results .results .gs-no-results-result div.gs-snippet {
  background-color: #373739 !important;
  color: #fff !important;
  font-size: 4rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300 !important;
  padding: 2rem;
  text-align: center !important;
}
.search-results .results .gsc-control-wrapper-cse * {
  border: 0 !important;
}
.search-results .results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd) {
  background-color: rgba(155, 155, 155, 0.35) !important;
}
.search-results .results .gs-result .gs-title,
.search-results .results .gs-result .gs-title * {
  color: #79BF65 !important;
  font-family: "Heavitas Neue", sans-serif !important;
  font-size: 2.8rem !important;
  line-height: 3rem !important;
  text-decoration: none !important;
}
.search-results .results .gs-result .gs-title b,
.search-results .results .gs-result .gs-title strong {
  color: #79BF65 !important;
}
.search-results .results .gs-result a.gs-visibleUrl,
.search-results .results .gs-result .gs-visibleUrl {
  color: #FE6A2C !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.search-results .results .gs-visibleUrl b,
.search-results .results .gs-visibleUrl strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal !important;
}
.search-results .results .gsc-control-cse .gs-snippet b,
.search-results .results .gsc-control-cse .gs-snippet strong {
  font-weight: 500 !important;
}
.search-results .results .gsc-preview-reviews,
.search-results .results .gsc-control-cse .gs-snippet,
.search-results .results .gsc-control-cse .gs-promotion em,
.search-results .results .gsc-control-cse .gs-snippet,
.search-results .results .gsc-control-cse .gs-promotion em {
  color: #373739 !important;
  font-size: 1.6rem !important;
  font-weight: lighter !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.search-results .results .gsc-webResult .gsc-result {
  padding: 2rem !important;
}
.search-results .results .gsc-results {
  width: 100% !important;
}
.search-results .results .gsc-table-result {
  margin-bottom: 0 !important;
}
.search-results .results .gsc-table-result,
.search-results .results .gsc-thumbnail-inside,
.search-results .results .gsc-url-top {
  padding-left: 0;
  padding-right: 0 !important;
}
.search-results .results .gsc-above-wrapper-area-container {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #9B9B9B !important;
}
.search-results .results .gsc-cursor-page {
  color: #373739 !important;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #9B9B9B !important;
  font-weight: 400 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.8rem !important;
  line-height: 50px !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
}
.search-results .results .gsc-cursor-current-page,
.search-results .results .gsc-cursor-page:hover {
  color: #fff !important;
  background-color: #79BF65 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.search-results .results .gsc-cursor-box {
  text-align: center;
  margin-top: 5rem !important;
}
.search-results .results .gsc-control-cse {
  padding: 0 !important;
}
.search-results .results .gs-spelling a {
  color: #FE6A2C !important;
}
.search-results .results .gs-spelling {
  float: left;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #373739 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.search-results .results .gs-spelling.gs-spelling-original {
  float: right !important;
  margin-top: 1rem !important;
}
.search-results .results .gs-image-box {
  text-align: center !important;
}
.search-results .results .gsc-tabsArea {
  text-align: left !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.8rem !important;
}
.search-results .results .gsc-tabHeader {
  font-weight: 300 !important;
}
.search-results .results .gsc-tabHeader.gsc-tabhActive {
  color: #fff !important;
  background-color: #FE6A2C !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  cursor: default !important;
}
.search-results .results .gsc-tabHeader.gsc-tabhInactive {
  background-color: #9B9B9B !important;
  color: #373739 !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.search-results .results .gsc-tabHeader.gsc-tabhInactive:hover {
  background-color: #9B9B9B !important;
  color: #fff !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.search-results .results .gsc-tabsArea > .gsc-tabHeader {
  height: auto !important;
  padding: 10px 25px !important;
}
.search-results .results .gsc-imageResult.gsc-result {
  margin-bottom: 50px !important;
}
.search-results .results .gsc-results.gsc-imageResult {
  margin-top: 25px !important;
}
.search-results .results .gs-result img.gs-image,
.search-results .results .gs-result img.gs-promotion-image {
  border: 1px solid #9B9B9B !important;
}
.search-results .results .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
.search-results .results .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 100px !important;
  height: 80px !important;
}
.search-results .results .gs-web-image-box-portrait img.gs-image,
.search-results .results .gs-web-image-box-landscape img.gs-image {
  max-width: 100px !important;
  max-height: 800px !important;
}
.search-results .results .gsc-result-info span {
  font-size: 6rem;
  color: #FE6A2C !important;
}
.search-results .results .gsc-result-info:not(.showing) {
  opacity: 0;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  min-height: 115px !important;
}
.search-results .results .gsc-result-info.showing {
  opacity: 1 !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.search-results .results .gsc-selected-option-container.gsc-inline-block {
  width: 160px !important;
}
.search-results .results .gsc-results .gsc-cursor-box {
  text-align: center;
}
.search-results .results .gsc-orderby-label {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal !important;
}
.search-results .results .gsc-selected-option {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
.search-results .results .gsc-option {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .search-results .results .gsc-tabsArea {
    text-align: center;
  }
  .search-results .results .gsc-results .gsc-cursor-box .gsc-cursor-page:last-of-type {
    margin-right: 0;
  }
  .search-results .results .gsc-cursor-page {
    padding: 8px 8.5px;
    margin-right: 6px;
  }
  .search-results .results .gsc-results .gsc-cursor-box {
    margin: 10px 0px;
  }
  .search-results .results .gs-spelling.gs-spelling-original {
    float: left;
    clear: both;
  }
  .search-results .results .gsc-above-wrapper-area-container td {
    display: block !important;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .search-results .results .gsc-result-info {
    text-align: center;
    padding: 0;
  }
}

.simple-heading {
  padding: 50px;
  text-align: center;
}

.contact-map #map {
  width: 100%;
  height: 500px;
}

.pricing {
  margin-bottom: 100px;
  /* Tool Tip for Pricing Page */
}
.pricing .intro {
  text-align: center;
  max-width: 800px;
  margin: 50px auto !important;
  float: none !important;
}
.pricing .overview-top-row {
  text-align: center;
}
.pricing .overview-top-row .col {
  width: 33.33%;
  float: left;
  position: relative;
}
.pricing .overview-top-row .col1 {
  background-color: rgba(155, 155, 155, 0.6);
  padding: 5px 10px;
}
.pricing .overview-top-row .col2 {
  background-color: rgba(155, 155, 155, 0.8);
  padding: 5px 10px;
  overflow: hidden;
}
.pricing .overview-top-row .col2 h6 {
  position: absolute;
  background-color: #79BF65;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: white;
  top: 50px;
  right: -45px;
  padding: 5px 40px;
  z-index: 99;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.pricing .overview-top-row .col3 {
  background-color: rgba(155, 155, 155, 0.6);
  padding: 5px 10px;
}
.pricing .overview-top-row p {
  font-size: 7rem;
  line-height: 5rem;
  font-weight: 300;
  margin-top: 3rem;
  margin-bottom: 0;
}
.pricing .overview-top-row p span {
  font-size: 2rem;
  color: #FE6A2C;
}
.pricing .overview-top-row p sup {
  font-size: 2rem;
  top: -3.5rem;
  color: #FE6A2C;
}
.pricing .overview-top-row h4 {
  margin-top: 0rem;
  margin-bottom: 3rem;
}
.pricing .overview-top-row .col:not(.col2) p {
  margin-top: 2rem;
}
.pricing .overview-top-row .col:not(.col2) {
  margin-top: 2rem;
}
.pricing .overview-top-row .col:not(.col2) h4 {
  margin-bottom: 2rem;
}
.pricing .overview-column .col {
  width: 33.33%;
  float: left;
  padding: 10px;
  text-align: center;
  background: rgba(155, 155, 155, 0.5);
}
.pricing .overview-column .col p {
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #9B9B9B;
}
.pricing .overview-column .col:last-of-type p {
  border-bottom: 0;
}
.pricing .overview-column .col1 {
  border-left: 1px solid transparent;
  border-right: 1px solid #9B9B9B;
}
.pricing .overview-column .col2 {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pricing .overview-column .col3 {
  border-right: 1px solid transparent;
  border-left: 1px solid #9B9B9B;
}
.pricing .features-top-row h6 {
  font-size: 1.6rem;
}
.pricing .features-top-row p {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 300;
  padding-top: 0;
}
.pricing .features-top-row p sup {
  font-size: 2rem;
  top: -2rem;
  color: #9B9B9B;
}
.pricing .features-top-row p span {
  font-size: 2rem;
  color: #373739;
}
.pricing .features-top-row h4 {
  color: #373739;
}
.pricing .features-top-row .col {
  float: left;
  position: relative;
  text-align: center;
  padding: 10px;
}
.pricing .features-top-row .col1 {
  width: 31%;
}
.pricing .features-top-row .col2,
.pricing .features-top-row .col3,
.pricing .features-top-row .col4 {
  background-color: #fff;
  padding: 0;
  width: 23%;
}
.pricing .features-top-row .col2 p,
.pricing .features-top-row .col4 p,
.pricing .features-top-row h4 {
  background-color: rgba(155, 155, 155, 0.5);
  margin: 0;
  padding: 5px 10px;
}
.pricing .features-top-row .col2 h6 {
  margin: 0;
}
.pricing .features-top-row .col4 h6 {
  margin: 0;
}
.pricing .features-top-row .col3 p,
.pricing .features-top-row .col3 h4 {
  background-color: rgba(155, 155, 155, 0.8);
  padding: 5px 10px;
}
.pricing .features-top-row .col3 p {
  margin-bottom: 0;
}
.pricing .features-top-row .col3 h6 {
  background-color: rgba(254, 106, 44, 0.9);
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.pricing .features-section-title {
  border-bottom: 1px solid #fff;
}
.pricing .features-section-title h6 {
  margin: 0;
  color: #373739;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #9B9B9B;
}
.pricing .features-column .col {
  padding: 10px;
}
.pricing .features-column .col p {
  margin: 0;
}
.pricing .features-column .col1 {
  width: 31%;
  float: left;
  border-bottom: 1px solid #9B9B9B;
  position: relative;
}
.pricing .features-column .col1 p {
  float: left;
  width: calc(100% - 40px);
}
.pricing .features-column .col1 .tip {
  float: right;
  color: #79BF65;
  font-size: 2rem;
  line-height: 2rem;
  cursor: default;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pricing .features-column .col1 .tip:hover {
  color: #373739;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pricing .features-column .col1 .tip > div {
  float: none;
}
.pricing .features-column .col2,
.pricing .features-column .col3,
.pricing .features-column .col4 {
  width: 23%;
  border-bottom: 1px solid #fff;
  background-color: rgba(155, 155, 155, 0.5);
  float: left;
  text-align: center;
}
.pricing .features-column .col2 {
  border-right: 1px solid #fff;
}
.pricing .features-column .col4 {
  border-left: 1px solid #fff;
}
.pricing .features-column .col3 {
  background-color: rgba(155, 155, 155, 0.8);
}
.pricing .features-column .col3 {
  border-left: 5px solid #9B9B9B;
  border-right: 5px solid #9B9B9B;
}
.pricing .features-column .fa-check {
  color: #FE6A2C;
  font-size: 2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pricing .features-column .fa-times {
  color: #9B9B9B;
  font-size: 1.3rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pricing .tipr_content {
  color: #9B9B9B;
  font-size: 1.4rem;
  background-color: #373739;
  min-width: 300px;
  padding: 9px 17px;
  text-align: center;
}
.pricing .tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  -webkit-box-shadow: 2px 2px 5px #f9f9f9;
          box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 1000;
}
.pricing .tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -77px;
  -webkit-box-shadow: 2px 2px 5px #f9f9f9;
          box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 1000;
}
.pricing .tipr_point_top, .pricing .tipr_point_bottom {
  position: relative;
  background: #373739;
  min-width: 300px !important;
  border: 0;
}
.pricing .tipr_point_top:after, .pricing .tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.pricing .tipr_point_top:after {
  border-top-color: #373739;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.pricing .tipr_point_top:before {
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.pricing .tipr_point_bottom:after, .pricing .tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.pricing .tipr_point_bottom:after {
  border-bottom-color: #373739;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.pricing .tipr_point_bottom:before {
  border-bottom-color: #9B9B9B;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}

.search-box .gsc-search-box {
  padding: 20px 38px;
  border-bottom: 0;
  border-top: 0;
}
.search-box .gsc-search-box > tbody {
  border-top: 0;
}
.search-box input.gsc-input {
  color: #373739;
}
.search-box .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 10px !important;
  background: rgba(155, 155, 155, 0.2);
  border: 0;
}
.search-box .gsc-search-button {
  background: transparent;
  margin-right: 0px;
  padding: 0 !important;
  width: 50px !important;
  height: auto !important;
  padding: 0 !important;
  min-width: 50px;
  margin-top: 0;
  margin-bottom: 0 !important;
  margin-left: 0px !important;
}
.search-box .gsc-search-button input {
  opacity: 0;
}
.search-box .gsc-search-button {
  background-image: url("https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/unified-search-white.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px !important;
  background-color: #FE6A2C;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}
.search-box .gsc-search-button:hover {
  background-size: 35px !important;
}
.search-box .gsc-search-button.input {
  margin-right: 20px;
  float: right;
}
.search-box .gsc-input-box td {
  border: 0 !important;
}
.search-box #___gcse_1 {
  clear: both;
  padding-top: 10px;
  max-width: 500px;
  margin: 0 auto;
}
.search-box .gsc-input-box {
  border: none !important;
  background: transparent !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.search-box .gsc-input-box table {
  margin-bottom: 0;
}
.search-box .gsc-input-box input {
  background: transparent !important;
  height: auto;
  font-size: 2rem !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #373739;
}
.search-box .gsc-input-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #373739;
}
.search-box .gsc-input-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
}
.search-box .gsc-input-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B;
}
.search-box .gsc-input-box :-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
}
.search-box form.gsc-search-box {
  margin-bottom: 0;
}
.search-box table.gsc-search-box {
  margin-bottom: 0;
}
.search-box .gsib_b {
  display: none;
}
.search-box .gsc-control-searchbox-only {
  border: 0 !important;
}

.cta-bar {
  color: white;
  position: relative;
  z-index: 999;
  padding-left: 140px;
  background-color: #016F94;
  margin-bottom: 20px;
}
.cta-bar.alt_1 {
  background-color: #032859;
}
.cta-bar.alt_1 .center .icon {
  background: #FE6A2C;
}
.cta-bar.alt_2 {
  background-color: #79BF65;
}
.cta-bar.alt_2 .center .icon {
  background: #016F94;
}
@media (max-width: 1024px) {
  .cta-bar {
    padding-left: 0;
  }
}
.investor .cta-bar {
  margin-bottom: 0;
}
.product-detail .cta-bar {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .product-detail .cta-bar {
    margin-bottom: 0;
  }
}
.cta-bar .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-bar .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
  .cta-bar .center p,
.cta-bar .center h4 {
    text-align: center;
  }
}
.cta-bar .center p {
  margin-bottom: 0;
  font-weight: 100;
  color: white;
}
.cta-bar .center h4 {
  font-weight: 400;
  margin-top: 0px;
  color: white;
  margin-bottom: 0;
}
.cta-bar .center button {
  margin-left: 50px;
  font-size: 16px;
  padding: 10px 20px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .cta-bar .center button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cta-bar .center .icon {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  width: 130px;
  background: #79BF65;
  border-radius: 50%;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .cta-bar .center .icon {
    left: auto;
    height: 90px;
    width: 90px;
    top: -45px;
  }
}
.cta-bar .center .icon img {
  max-width: 75px;
}
.cta-bar .center .cta-body {
  max-width: 400px;
}
@media (max-width: 1100px) {
  .cta-bar .center .cta-body {
    max-width: 350px;
  }
}
.cta-bar .center .cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.persona-seg {
  margin-bottom: 50px;
}
.persona-seg .intro {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
.persona-seg .intro h2 strong {
  font-style: italic;
}
.persona-seg .intro p strong {
  font-weight: 400;
  color: #FE6A2C;
  font-style: italic;
}
.persona-seg .personas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .persona-seg .personas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.persona-seg .personas > div {
  width: 50%;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .persona-seg .personas > div {
    width: 100%;
    margin: 20px 0;
  }
}
.persona-seg .personas > div .green-bar {
  height: 3px;
  width: 40px;
  display: inline-block;
  background-image: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
}
.persona-seg .personas > div h3 {
  font-size: 2.4rem;
  color: #79BF65;
  font-weight: 700;
  margin-bottom: 0;
}
.persona-seg .personas > div p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.testimonial-bar {
  position: relative;
  background: #293E51;
}
.testimonial-bar.with-overlay .headshot {
  opacity: 0.3;
}
.testimonial-bar.with-overlay .blue-gradient {
  display: none;
}
.testimonial-bar .testimonial-overlay {
  background-color: #032859;
  background: linear-gradient(225deg, #016F94 0%, #032859 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.testimonial-bar .headshot {
  height: 349px;
  background-size: contian;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .testimonial-bar .headshot {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .testimonial-bar .headshot {
    height: 150px;
  }
}
.testimonial-bar .blue-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 350px;
}
@media (max-width: 9999px) {
  .testimonial-bar .blue-gradient {
    background-image: linear-gradient(110deg, rgba(80, 100, 116, 0) 17%, rgba(52, 72, 89, 0.72) 35%, rgba(47, 67, 85, 0.55) -8%, rgba(45, 66, 84, 0.69) 25%, #2D4254 34%, #293E51 73%);
  }
}
@media (max-width: 1440px) {
  .testimonial-bar .blue-gradient {
    background-image: linear-gradient(110deg, rgba(80, 100, 116, 0) 17%, rgba(52, 72, 89, 0.72) 35%, rgba(47, 67, 85, 0.55) 42%, rgba(45, 66, 84, 0.69) 45%, #2D4254 54%, #293E51 93%);
  }
}
@media (max-width: 767px) {
  .testimonial-bar .blue-gradient {
    display: none;
  }
}
.testimonial-bar .testimonial {
  position: absolute;
  top: 50px;
  max-width: 500px;
  right: calc(50% - 500px);
  text-align: center;
  color: white;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .testimonial-bar .testimonial {
    right: calc(50% - 430px);
  }
}
@media (max-width: 767px) {
  .testimonial-bar .testimonial {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    padding: 20px;
  }
}
.testimonial-bar .testimonial p {
  font-weight: 100;
  color: white;
}
.testimonial-bar .testimonial p span {
  font-size: 2rem;
  font-weight: 900;
}
.testimonial-bar .testimonial img {
  margin-bottom: 20px;
}
.testimonial-bar .testimonial .author {
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.our-clients {
  margin: 50px 0;
  text-align: center;
}
.our-clients h2 {
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.our-clients .slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.our-clients .slick-dots {
  top: 82px;
}
.our-clients .slick-dots li {
  margin: 0;
}
.our-clients .slick-dots button:after {
  content: none;
}
.our-clients .slick-dots button:before {
  color: #032859;
  font-size: 10px;
  opacity: 1;
}
.our-clients .slick-dots .slick-active button:before {
  color: #FE6A2C;
  opacity: 1;
}
.our-clients .customer-stories-button {
  text-align: center;
  margin-top: 40px;
}

.partnership {
  text-align: center;
  padding: 85px 0 50px 0;
  position: relative;
  background-image: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
}
.partnership h3 {
  color: white;
}
.partnership h2 strong {
  font-weight: 900;
}
.partnership .center {
  color: white;
}
.partnership .center > div > div > div .ev-badge {
  top: -45px;
  position: absolute;
  left: 0;
}
.partnership .center > div > div > div .ev-badge img {
  width: 90px !important;
}
.partnership button {
  -webkit-box-shadow: 1px 5px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 18px 3px rgba(0, 0, 0, 0.2);
}
.partnership:after {
  content: "";
  display: table;
  clear: both;
}
.landing .partnership {
  display: none;
}

@supports (-ms-ime-align: auto) {
  .stands-out .stats-wrap .stat img {
    background: white;
    padding: 0 5px;
  }
}
.stands-out .center {
  max-width: 930px;
}
.stands-out .headline h2.p1 {
  text-align: center;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #016F94;
}
.stands-out .headline h2.p1 strong {
  color: #FE6A2C;
  font-weight: 900;
}
.stands-out .stats-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stands-out .stats-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .stands-out .stats-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stands-out .stats-wrap .stat {
  position: relative;
  display: block;
  width: 25%;
}
@media (max-width: 1024px) {
  .stands-out .stats-wrap .stat {
    width: 50%;
    text-align: center;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .stands-out .stats-wrap .stat {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stands-out .stats-wrap .stat svg {
  margin: 0;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  left: -20px;
  position: relative;
}
.stands-out .stats-wrap .stat svg #path {
  stroke-dasharray: 628.318530718;
}
.reached-stands-out .stands-out .stats-wrap .stat svg #path {
  -webkit-animation: dash 1s ease forwards;
          animation: dash 1s ease forwards;
  -ms-animation: dash 1s ease forwards;
}
.stands-out .stats-wrap .stat img {
  position: absolute;
  top: 32px;
  left: calc(50% - 17px);
  max-width: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stands-out .stats-wrap .stat img {
    top: -20px;
  }
}
@media (max-width: 1024px) {
  .stands-out .stats-wrap .stat img {
    left: calc(50% - 40px);
  }
}
.stands-out .stats-wrap .stat .inner-content {
  position: absolute;
  top: 115px;
  width: 130px;
  left: calc(50% - 56px);
  text-align: center;
}
@media (max-width: 1024px) {
  .stands-out .stats-wrap .stat .inner-content {
    left: calc(50% - 85px);
  }
}
@media (max-width: 767px) {
  .stands-out .stats-wrap .stat .inner-content {
    top: 90px;
  }
}
.stands-out .stats-wrap .stat .inner-content h2 {
  margin-bottom: 0;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #032859;
}
.stands-out .stats-wrap .stat .inner-content p {
  color: #032859;
}
.stands-out .button-wrap {
  text-align: center;
  padding-bottom: 50px;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 628.318530718;
  }
  to {
    stroke-dashoffset: 150;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 628.318530718;
  }
  to {
    stroke-dashoffset: 150;
  }
}
.top-subscribe {
  padding: 30px 0;
  margin-bottom: 10px;
  margin-top: 19px;
  background-color: #016F95;
}
.top-subscribe:after {
  content: "";
  display: table;
  clear: both;
}
.top-subscribe .center {
  max-width: 960px;
}
.top-subscribe .center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-subscribe .center > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.top-subscribe .center > div > div:first-child {
  width: 50%;
}
.top-subscribe .center > div > div:first-child h2 {
  margin-bottom: 0;
  font-weight: 500;
  color: white;
  padding-top: 0;
}
.top-subscribe .center > div > div:last-child {
  width: 50%;
}
.top-subscribe .center > div h3 {
  display: none;
}
.top-subscribe .center > div .widget-type-blog_subscribe > div > span {
  color: white;
}
.top-subscribe .center > div .widget-type-blog_subscribe form {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-subscribe .center > div .widget-type-blog_subscribe form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.top-subscribe .center > div .widget-type-blog_subscribe form input {
  -webkit-appearance: none;
}
.top-subscribe .center > div .widget-type-blog_subscribe form .hs_email input {
  width: 250px;
  margin-right: 20px;
  height: 34px;
  border: 2px solid white;
}
@media (max-width: 767px) {
  .top-subscribe .center > div .widget-type-blog_subscribe form .hs_email input {
    margin-right: 0;
    margin: 20px 0;
  }
}
.top-subscribe .center > div .widget-type-blog_subscribe form .hs_email label {
  display: none;
}
.top-subscribe .center > div .widget-type-blog_subscribe form .hs_email .hs-error-msgs {
  list-style: none;
  padding: 0;
  width: 100%;
}
.top-subscribe .center > div .widget-type-blog_subscribe form .hs_email .hs-error-msgs li {
  color: white;
}
@media (max-width: 767px) {
  .top-subscribe .center > div .widget-type-blog_subscribe form .hs_email .hs-error-msgs li {
    bottom: initial;
  }
}
.top-subscribe .center > div .widget-type-blog_subscribe form .hs_email .hs-error-msgs label {
  display: block !important;
  font-size: 1.4rem;
}
.top-subscribe .center > div .widget-type-blog_subscribe form input.hs-button {
  padding: 7px 50px !important;
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 9;
  white-space: nowrap;
}
.top-subscribe .center > div .widget-type-blog_subscribe form input.hs-button:hover {
  color: #032859;
  background-color: white;
}
.top-subscribe .center > div .widget-type-blog_subscribe form input.hs-button:hover {
  background: white;
  color: #032859;
}
.top-subscribe .center > div .widget-type-blog_subscribe form .cookie-reset-container {
  position: absolute;
  bottom: -37px;
}
.top-subscribe .center > div .widget-type-blog_subscribe form .cookie-reset-container a {
  font-weight: bold;
}
.top-subscribe .center > div .widget-type-blog_subscribe .hs_error_rollup .hs-error-msgs {
  display: none !important;
}
.top-subscribe.fixed-subscribe {
  background: #032859;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
  bottom: -200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close-subscribe .top-subscribe.fixed-subscribe {
  bottom: -200px !important;
}
@media (max-width: 767px) {
  .top-subscribe.fixed-subscribe {
    padding: 10px 0;
  }
}
.top-subscribe.fixed-subscribe .center > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-subscribe.fixed-subscribe .close-wrap {
  position: absolute;
  top: -20px;
  right: 40px;
  display: block;
  width: 50px;
  background: #233649;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
.top-subscribe.fixed-subscribe .close-wrap:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-subscribe.fixed-subscribe .close-wrap .fa {
  color: white;
  font-size: 2rem;
}
.page-scrolled .top-subscribe.fixed-subscribe {
  bottom: 0;
}
.subscribed .top-subscribe.fixed-subscribe {
  bottom: 0;
}
.reached-footer .top-subscribe.fixed-subscribe {
  bottom: -200px !important;
}
.top-subscribe.fixed-subscribe .center > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three-ctas {
  background-color: #F6F7F9;
  padding: 50px 0 80px 0;
  margin-top: 50px;
}
.investor .three-ctas {
  margin-top: 0;
}
.product-detail .three-ctas {
  margin-top: 0;
}
.hs-blog-post .three-ctas {
  margin-top: 0;
}
.three-ctas .center {
  max-width: 1080px;
  margin: 0 auto;
}
.three-ctas h2 {
  text-align: center;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: #016F94;
  margin-bottom: 40px;
}
.three-ctas .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .three-ctas .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.three-ctas .inner-wrap .card {
  width: 31%;
  margin: 0 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 20px;
}
.three-ctas .inner-wrap .card a {
  width: 100%;
}
.three-ctas .inner-wrap .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.three-ctas .inner-wrap .card:hover .image > div {
  background-image: none;
}
@media (max-width: 1024px) {
  .three-ctas .inner-wrap .card {
    width: 50%;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .three-ctas .inner-wrap .card {
    width: 100%;
  }
}
.three-ctas .inner-wrap .card .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}
.three-ctas .inner-wrap .card .image > div {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#506474), color-stop(61%, #344859), to(#293E51));
  background-image: linear-gradient(-180deg, #506474 0%, #344859 61%, #293E51 100%);
  overflow: auto;
  height: 100%;
  opacity: 0.6;
}
.three-ctas .inner-wrap .card .card-content {
  padding: 20px 15px;
  position: relative;
  padding-bottom: 50px;
  height: 51%;
  margin-bottom: 15px;
}
.three-ctas .inner-wrap .card .card-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.three-ctas .inner-wrap .card .card-content .title h4 {
  margin: 0;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: #016F94;
}
.three-ctas .inner-wrap .card .card-content .title img {
  margin-right: 10px;
}
.three-ctas .inner-wrap .card .card-content p {
  font-weight: 200;
  margin-bottom: 10px;
  color: #373739;
}
.three-ctas .inner-wrap .card .card-content .arrow {
  color: #FE6A2C;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  left: 15px;
  padding-right: 15px;
}

.scroll-indicator {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 100%;
  z-index: 99999;
}

.scroll-indicator.done {
  background: #FE6A2C;
}

.scroll-indicator .inner {
  background: #FE6A2C;
  height: 5px;
  width: 100%;
  right: 100%;
  position: absolute;
}

.grid-wrap {
  background-color: #F6F7F9;
  overflow: auto;
  padding: 50px 0;
}
.grid-wrap .center {
  max-width: 1040px;
}
.grid-wrap .center .grid > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-wrap .center .grid > span > div {
  width: 25%;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .grid-wrap .center .grid > span > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-wrap .center .grid > span > div {
    width: 100%;
  }
}
.grid-wrap .center .grid .grid-card {
  padding: 25px 15px;
  margin: 0 15px;
  border-radius: 5px;
  height: 100%;
}
.grid-wrap .center .grid .grid-card a {
  color: #032859;
}
.grid-wrap .center .grid .grid-card .icon {
  max-width: 24px;
}
.grid-wrap .center .grid .grid-card .icon path {
  fill: #016F94;
  stroke-linejoin: round;
}
.grid-wrap .center .grid .grid-card h4 {
  text-transform: uppercase;
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.grid-wrap .center .grid .grid-card p {
  margin-bottom: 40px;
}
.grid-wrap .center .grid .grid-card .arrow {
  display: none;
}
.grid-wrap .center .grid .grid-card .arrow:after {
  content: none;
}
.grid-wrap .center .grid .grid-card .arrow svg {
  max-width: 8px;
  margin-left: 5px;
}
.grid-wrap .center .grid .grid-card.with-link {
  background-color: white;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.grid-wrap .center .grid .grid-card.with-link:hover {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
  background-color: #016F94;
  color: white;
}
.grid-wrap .center .grid .grid-card.with-link:hover h4,
.grid-wrap .center .grid .grid-card.with-link:hover p,
.grid-wrap .center .grid .grid-card.with-link:hover .arrow {
  color: white;
  fill: white;
}
.grid-wrap .center .grid .grid-card.with-link:hover .icon path {
  fill: white;
}
.grid-wrap .center .grid .grid-card.with-link:hover .icon polygon {
  fill: white;
}
.grid-wrap .center .grid .grid-card.with-link:hover .icon rect {
  fill: white;
}
.grid-wrap .center .grid .grid-card.with-link:hover .icon circle {
  fill: white;
}
.grid-wrap .center .grid .grid-card.with-link .arrow {
  display: block;
  position: absolute;
  bottom: 20px;
  color: #FE6A2C;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
}

.other-products {
  margin: 80px 0;
  text-align: center;
  overflow: auto;
  display: none;
}
.one-col .other-products {
  margin-top: 0;
}
.other-products h2 {
  word-wrap: normal;
}
.other-products h2 strong {
  color: #FE6A2C;
  font-style: italic;
}
.other-products .other-products-inner-wrap {
  margin-top: 50px;
}
.other-products .other-products-inner-wrap > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .other-products .other-products-inner-wrap > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other-products .other-products-inner-wrap > span > div {
  margin: 0 50px;
  width: 20%;
}
@media (max-width: 767px) {
  .other-products .other-products-inner-wrap > span > div {
    margin: 20px 0;
    width: 100%;
  }
}
.other-products .other-products-inner-wrap > span > div h4 {
  color: #79BF65;
  font-family: "Heavitas Neue", sans-serif;
  text-transform: uppercase;
}
.other-products .other-products-inner-wrap > span > div .arrow {
  font-family: "Heavitas Neue", sans-serif;
}

.leadership-wrap {
  padding: 100px 0;
  overflow: auto;
  background-color: #F6F7F9;
  position: relative;
}
.leadership-wrap #leadership {
  position: absolute;
  top: -70px;
}
.leadership-wrap .widget-type-rich_text {
  text-align: center;
}
.leadership-wrap h2 {
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 35px;
}
.leadership-wrap h2::after {
  content: "";
  height: 5px;
  width: 70px;
  background-color: #79BF65;
  background: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.leadership-wrap .member-wrap > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .leadership-wrap .member-wrap > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.leadership-wrap .member-wrap > span > div {
  width: 23%;
  margin: 0 8px;
  margin-bottom: 20px;
}
.leadership-wrap .member-wrap > span > div > .member > .inner {
  padding: 25px 15px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  margin-bottom: 25px;
}
.leadership-wrap .member-wrap > span > div > .member > .inner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.leadership-wrap .member-wrap > span > div > .member > .inner .arrow {
  position: absolute;
  bottom: 20px;
  color: #FE6A2C;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
@media (max-width: 767px) {
  .leadership-wrap .member-wrap > span > div > .member > .inner .arrow {
    bottom: 10px;
  }
}
.leadership-wrap .member-wrap > span > div .member {
  height: 100%;
}
@media (max-width: 1024px) {
  .leadership-wrap .member-wrap > span > div {
    width: 44%;
    margin: 20px;
  }
}
@media (max-width: 767px) {
  .leadership-wrap .member-wrap > span > div {
    width: 60%;
  }
}
.leadership-wrap .member-wrap > span > div h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.leadership-wrap .member-wrap > span > div p {
  margin: 0;
  margin-bottom: 10px;
}
.leadership-wrap .member-wrap > span > div .headshot {
  height: 140px;
  width: 132px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50%;
}
.leadership-wrap .member-wrap > span .inner {
  height: 100%;
  cursor: pointer;
}
.leadership-wrap .member-wrap > span .full-screen {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  opacity: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 999999999999;
}
.leadership-wrap .member-wrap > span .full-screen.pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.leadership-wrap .member-wrap > span .full-screen.pop-exit {
  opacity: 0;
}
.leadership-wrap .member-wrap > span .full-screen .circle {
  width: 550px;
  height: 400px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.5s ease all 0.5s;
  transition: 0.5s ease all 0.5s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 1;
  z-index: 2;
  color: white;
  font-family: arial;
  text-decoration: none;
  padding: 30px;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .leadership-wrap .member-wrap > span .full-screen .circle {
    width: 90%;
  }
}
.pop .leadership-wrap .member-wrap > span .full-screen .circle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.pop-exit .leadership-wrap .member-wrap > span .full-screen .circle {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  -webkit-transition: 0.5s ease all 0s;
  transition: 0.5s ease all 0s;
}
.leadership-wrap .member-wrap > span .full-screen .circle h3 {
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.leadership-wrap .member-wrap > span .full-screen .exit-wrap {
  position: absolute;
  width: 550px;
  height: 550px;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .leadership-wrap .member-wrap > span .full-screen .exit-wrap {
    width: 90%;
  }
}
.leadership-wrap .member-wrap > span .full-screen .exit {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease all 0.2s;
  transition: 0.3s ease all 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  cursor: pointer;
  z-index: 9;
}
.pop-exit .leadership-wrap .member-wrap > span .full-screen .exit {
  z-index: 0;
}
.leadership-wrap .member-wrap > span .full-screen .exit:hover span {
  background: #fff !important;
}
.leadership-wrap .member-wrap > span .full-screen .exit:hover span:first-of-type {
  height: 140% !important;
  -webkit-transform: translateY(-15%) rotate(-90deg);
          transform: translateY(-15%) rotate(-90deg);
  width: 3px;
}
.leadership-wrap .member-wrap > span .full-screen .exit:hover span:last-of-type {
  width: 140% !important;
  -webkit-transform: translateX(-15%) rotate(90deg);
          transform: translateX(-15%) rotate(90deg);
  height: 3px;
}
.leadership-wrap .member-wrap > span .full-screen .exit span {
  -webkit-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}
.leadership-wrap .member-wrap > span .full-screen .exit span:first-of-type {
  height: 100%;
  width: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pop .leadership-wrap .member-wrap > span .full-screen .exit span:first-of-type {
  height: 100%;
}
.leadership-wrap .member-wrap > span .full-screen .exit span:last-of-type {
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pop .leadership-wrap .member-wrap > span .full-screen .exit span:last-of-type {
  width: 100%;
}

.culture-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .culture-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.culture-images > div {
  width: 33.333vw;
  height: 30vw;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .culture-images > div {
    width: 100%;
    height: 100vw;
  }
}

.team-listing {
  background-color: #F6F7F9;
  padding: 50px;
}
.team-listing .center {
  max-width: 1100px;
}
.team-listing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .team-listing .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team-listing .team-card {
  padding: 25px 15px;
  margin: 15px 1%;
  border-radius: 5px;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: white;
  text-align: center;
  width: 23%;
}
.team-listing .team-card.mix {
  display: none;
}
@media (max-width: 1024px) {
  .team-listing .team-card {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .team-listing .team-card {
    width: 100%;
  }
}
.team-listing .team-card .image {
  height: 200px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
}
.team-listing .team-card .content p {
  margin-bottom: 0;
}
.team-listing .team-card .content h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.topic-wrap {
  margin: 20px 0;
}
.author-listing .topic-wrap {
  display: none;
}
.topic-wrap .center > div span {
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  color: #59595B;
  color: #032859;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .topic-wrap .center > div span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .topic-wrap .center > div span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topic-wrap .topic-nav {
  text-align: center;
  /* Get rid of HubSpot's width limitations */
  /* Carret after Menu items with dropdown */
}
.topic-wrap .topic-nav a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.topic-wrap .topic-nav ul {
  margin-bottom: 0;
  list-style: none;
}
.topic-wrap .topic-nav ul li {
  border: 1px solid #032859;
  border-radius: 30px;
  margin: 0px 10px;
  overflow: hidden;
}
.topic-wrap .topic-nav ul li.active a {
  background-color: #FE6A2C !important;
  border-color: #FE6A2C !important;
  color: white !important;
}
.topic-wrap .topic-nav ul li.active a:after {
  color: white;
}
@media (max-width: 767px) {
  .topic-wrap .topic-nav ul li {
    margin: 5px 0;
  }
}
.topic-wrap .topic-nav ul li a {
  padding: 0;
  color: #032859;
  font-size: 1.5rem;
  position: relative;
  padding: 5px 27px 5px 15px;
  background-color: transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  display: block;
  cursor: pointer;
}
.topic-wrap .topic-nav ul li a:after {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  top: 7px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.topic-wrap .topic-nav ul li a:hover {
  background-color: #032859;
  color: white;
}
.topic-wrap .topic-nav ul li a:hover:after {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
.topic-wrap .topic-nav ul ul li a:after {
  top: 13px;
}
.topic-wrap .topic-nav ul {
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .topic-wrap .topic-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topic-wrap .topic-nav li {
  margin: 0;
}
.topic-wrap .topic-nav ul ul li {
  text-align: left;
}
.topic-wrap .topic-nav ul ul li a {
  font-size: 1.6rem;
  margin: 0 20px 20px 20px;
}
.topic-wrap .topic-nav .hs-menu-children-wrapper {
  padding-top: 20px;
  background-color: #fff;
  visibility: visible;
}
.topic-wrap .topic-nav .hs-menu-depth-2 .hs-menu-children-wrapper {
  padding-top: 0;
}
.topic-wrap .topic-nav .hs-menu-depth-1.hs-item-has-children > a:after {
  position: relative;
  top: -2px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.topic-wrap .topic-nav .hs-menu-depth-2.hs-item-has-children > a:after {
  position: relative;
  top: 0;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.topic-wrap .topic-nav.resource-topics #filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  width: 85%;
}
@media (max-width: 767px) {
  .topic-wrap .topic-nav.resource-topics #filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topic-wrap .topic-nav.resource-topics #filters fieldset {
  width: 50%;
}
.topic-wrap .topic-nav.resource-topics fieldset {
  border: 0;
  padding: 0;
  margin: 0 10px;
  position: relative;
}
.topic-wrap .topic-nav.resource-topics fieldset:hover {
  color: white;
}
.topic-wrap .topic-nav.resource-topics fieldset:hover:after {
  color: white;
  right: 7px;
}
.topic-wrap .topic-nav.resource-topics fieldset:after {
  content: "\f054";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  font-family: FontAwesome;
  top: calc(50% - 10px);
  right: 10px;
  color: #FE6A2C;
  font-size: 1.4rem;
}
.topic-wrap .topic-nav.resource-topics fieldset select {
  background-color: white;
  border: 2px solid #79BF65;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1024px) {
  .topic-wrap .topic-nav.resource-topics fieldset select {
    font-size: 16px;
  }
}
.topic-wrap .topic-nav.resource-topics fieldset select:hover {
  background-color: #79BF65;
  color: white;
}
.topic-wrap .topic-nav.resource-topics .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 50%;
}
@media (max-width: 767px) {
  .topic-wrap .topic-nav.resource-topics .select-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.topic-wrap .topic-nav.resource-topics .select-wrap p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #032859;
  text-transform: uppercase;
  font-weight: 700;
}
.topic-wrap .topic-nav.resource-topics .select-wrap fieldset select {
  border-radius: 60px;
  border: 1px solid #032859;
  padding: 5px 10px;
  background-color: #F6F7F9;
}
.topic-wrap .topic-nav.resource-topics .select-wrap fieldset select:hover {
  cursor: pointer;
  color: white;
  background-color: #032859;
}
.topic-wrap .topic-nav.resource-topics .select-wrap fieldset select:hover .fa {
  color: white;
}

.resource-listing .center .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .resource-listing .center .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.resource-listing .center .container > div.resource-card {
  width: 31%;
  margin: 10px;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  position: relative;
  border: none;
}
.resource-listing .center .container > div.resource-card a {
  color: #373739;
  height: 100%;
  width: 100%;
}
.resource-listing .center .container > div.resource-card .arrow {
  color: #FE6A2C;
}
.resource-listing .center .container > div.resource-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1024px) {
  .resource-listing .center .container > div.resource-card {
    width: 46%;
    margin: 20px 1%;
  }
}
@media (max-width: 767px) {
  .resource-listing .center .container > div.resource-card {
    width: 70vw;
  }
  .resource-listing .center .container > div.resource-card a {
    width: 100%;
  }
}
.resource-listing .center .container > div.resource-card .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}
.resource-listing .center .container > div.resource-card .content {
  background: white;
  padding: 20px 15px;
  position: relative;
  padding-bottom: 50px;
}
.resource-listing .center .container > div.resource-card .content .bottom-content {
  position: absolute;
  bottom: 10px;
}
.resource-listing .center .container > div.resource-card .content p {
  margin-bottom: 0;
}
.resource-listing .center .container > div.resource-card .content h4 {
  margin-top: 10px;
}
.investor .resource-listing .center .container > div.resource-card .content {
  margin-bottom: 70px;
  position: static;
}
.news .resource-listing .center .container > div.resource-card .content {
  margin-bottom: 0px;
  height: 54%;
  position: relative;
}
.news .resource-listing .center .container > div.resource-card .content .arrow {
  position: absolute;
  bottom: 40px;
}
.resource .resource-listing .center .container > div.resource-card .content {
  margin-bottom: 0;
  height: 64%;
}
.resource .resource-listing .center .container > div.resource-card .content .arrow {
  position: absolute;
  bottom: 20px;
}
.resource-listing .center .container > div.resource-card .content h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #373739;
}
.resource-listing .center .container > div.resource-card .content p {
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
}
.resource-listing .center .container > div.resource-card .content .arrow {
  font-family: "Heavitas Neue", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
}
.resource-listing.investor-listing .center {
  max-width: 1000px;
}
.resource-listing.investor-listing .resource-card {
  background-color: white;
  margin: 25px 10px !important;
}
.resource-listing.investor-listing .resource-card .image {
  height: auto !important;
  text-align: center;
  padding: 40px 0;
}
.resource-listing.investor-listing .resource-card .content {
  height: auto !important;
}
.resource-listing.investor-listing .resource-card .content h4 {
  margin: 20px 0 10px 0;
}
.resource-listing.investor-listing .resource-card .content p {
  font-size: 1.5rem;
}
.resource-listing.investor-listing .resource-card .content a {
  height: auto !important;
  color: #016F94 !important;
  margin-top: 10px;
}
.resource-listing.investor-listing .resource-card .content a.arrow {
  color: #FE6A2C !important;
  display: block;
  margin-top: 15px;
}

.listing-wrap {
  background-color: #F6F7F9;
  padding: 50px 0 100px 0;
}

.megadrop {
  overflow: hidden;
  height: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background: white;
  z-index: 9999;
}
.megadrop > div > div > div {
  opacity: 0;
  z-index: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  width: 100vw;
  -webkit-transition: 1s;
  transition: 1s;
}
.megadrop > div > div > div.active {
  opacity: 1;
  z-index: 15;
  height: auto;
  border-top: 1px solid #E4EFEF;
}
.header-overlay .megadrop > div > div > div.active {
  border: none;
}
.page-scrolled .header-overlay .megadrop > div > div > div.active {
  border-top: 1px solid #E4EFEF;
}
.megadrop > div > div > div .open-nav-body {
  opacity: 1;
}
.page-scrolled-200 .megadrop {
  position: fixed;
  top: 83px;
}
.megadrop .drop-item:after {
  clear: both;
  content: "";
  display: table;
}
.megadrop .drop-item .mega-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc((100vw - 1075px) / 2);
}
.megadrop .drop-item .mega-wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  padding: 20px 15px 30px 15px;
}
@media (max-width: 1100px) {
  .megadrop .drop-item .mega-wrap > div {
    min-width: 150px;
    max-width: 320px;
  }
}
.megadrop .drop-item .mega-wrap > div a {
  margin-top: 0;
}
.megadrop .drop-item .mega-wrap > div a:hover h4 {
  border-bottom: 1px solid #FE6A2C;
}
.megadrop .drop-item .mega-wrap > div h4 {
  color: #FE6A2C;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.megadrop .drop-item .mega-wrap > div h4.no-link {
  color: rgba(55, 55, 57, 0.8);
}
.megadrop .drop-item .mega-wrap > div p {
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 0px;
}
.megadrop .drop-item .mega-wrap > div a {
  display: block;
  color: #373739;
  margin-top: 0px;
}
.megadrop .drop-item .mega-wrap > div a p {
  display: inline-block;
  border-bottom: 1px solid white;
}
.megadrop .drop-item .mega-wrap > div a:hover p {
  color: #FE6A2C;
  border-bottom: 1px solid #FE6A2C;
}
.megadrop .drop-item .mega-wrap > div.header-cta {
  width: 35%;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  max-width: none;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  margin-left: 30px;
}
.megadrop .drop-item .mega-wrap > div.header-cta .overlay {
  background-image: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
  opacity: 0.8;
  height: 100%;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.megadrop .drop-item .mega-wrap > div.header-cta .overlay h4 {
  color: white;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: none !important;
}
.megadrop .drop-item .mega-wrap > div.header-cta .overlay h3 {
  color: white;
  margin: 0;
  margin-bottom: 5px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.megadrop .drop-item.cta-left .mega-wrap {
  padding-right: calc((100vw - 900px) / 2);
  padding-left: 0;
}
.megadrop .drop-item.cta-left .mega-wrap .header-cta {
  margin-right: 30px;
  margin-left: 0;
}

.body-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 500vh;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.page-scrolled-200 .body-overlay {
  position: fixed;
}

.open-nav-body .body-overlay {
  opacity: 1;
  pointer-events: all;
}

.megadrop .drop-item .mega-wrap > div.header-cta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.related-resources {
  background-image: linear-gradient(192deg, #8AC878 0%, #549B40 100%);
  padding: 20px 0;
}
.related-resources .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
}
.related-resources a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-resources a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .related-resources a .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.related-resources a .content > div {
  width: 90%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .related-resources a .content > div {
    text-align: center;
  }
}
.related-resources a .content h4 {
  margin: 10px 0;
  color: white;
}
.related-resources a .content p {
  margin: 0;
}
.related-resources a .content button {
  width: 250px;
}

/*Sajari*/
/**
  * Search box
  */
.panel.panel-default {
  display: inline-block;
  margin-left: 0.75rem;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .panel.panel-default {
    display: block;
    float: right;
  }
}
.panel .panel-body .input-group-btn {
  padding: 0.7em 0.3rem;
  margin-top: 0;
  background-color: white;
}

.panel .panel-body #input-box {
  display: none;
}

.sj-search-input-holder-outer {
  padding: 0.9em 0px;
  position: relative;
  height: 66px;
}

.sj-search-input-holder-inner {
  position: absolute;
}

.sj-search-bar-input-common {
  min-width: 250px;
  font-size: 20px;
  padding: 0.4em;
  outline: none;
  letter-spacing: 0.6px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  line-height: 26px;
  text-rendering: optimizeLegibility;
  border-radius: 0;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.sj-search-bar-completion {
  border: 1px solid #d9d9d9;
  color: #bebebe;
}

.sj-search-bar-input {
  border: 1px solid transparent;
  position: absolute;
  background: transparent;
  color: #666;
  top: 0px;
  left: 0px;
}

.sj-search-icon {
  display: none;
}

/**
  * Autocomplete override
  */
.sj-result-summary-autocomplete-override {
  display: block;
  padding-top: 16px;
  font-size: 1.2em;
}

/**
  * Results
  */
/**
     * Results
     */
.sj-result-summary {
  padding-bottom: 1.5em;
  font-size: 16px;
  color: #aaa;
}

.sj-result {
  clear: both;
}

.sj-result-list > * {
  margin-top: 40px;
}

.sj-result-list > :first-child {
  margin-top: 0;
}

.sj-result-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sj-result-title a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  color: #009596;
  line-height: 21.6px;
}

.sj-result-title a:hover {
  text-decoration: underline;
}

.sj-result-description {
  color: #545454;
  font-size: 15px;
  line-height: 22px;
  overflow-wrap: break-word;
  margin-top: 2px;
  margin-bottom: 4px;
}

.sj-result-url {
  font-size: 13px;
  line-height: 18.2px;
  margin: 0;
  color: #a2a2a2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sj-result-url a {
  text-decoration: none;
  color: #a2a2a2;
}

.sj-result-image-container {
  float: left;
  width: 100px;
}

.sj-result-image-container img {
  max-height: 90px;
  max-width: 90px;
}

/**
  * Paginator
  */
.sj-paginator {
  margin: 1em 0;
  text-align: center;
}

.sj-paginator > div {
  display: inline;
  padding: 10px;
  color: #777;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sj-paginator > div.current {
  color: #333;
}

.sj-paginator > div.disabled {
  color: #aaa;
}

/**
  * Tabs
  */
.sj-tabs-container {
  border-bottom: 1px solid #ebebeb;
  color: #777;
  width: 100%;
  margin-bottom: 1em;
}

.sj-tabs {
  overflow: auto;
  white-space: nowrap;
}

.sj-tab {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sj-tab-active {
  color: #333;
  border-bottom: 3px solid #333;
}

/**
  * Overlay
  */
@-webkit-keyframes sj-overlay-rolldown {
  0% {
    opacity: 0;
    height: 20%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes sj-overlay-rolldown {
  0% {
    opacity: 0;
    height: 20%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.sj-overlay {
  background-color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  -webkit-animation-name: sj-overlay-rolldown;
          animation-name: sj-overlay-rolldown;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.sj-overlay-search {
  padding: 0px 30px;
}

.sj-overlay-close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  color: #aaa;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
}

.sj-overlay-close:hover {
  color: #554f45;
}

.sj-overlay-close .sj-close {
  font-size: 40px;
  line-height: 30px;
  padding-top: 5px;
}

.sj-overlay-close .sj-esc {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 845px) {
  .sj-overlay-close {
    right: 3%;
  }

  .sj-search-bar-input-common {
    width: 85vw;
  }

  .sj-overlay .sj-search-bar-input-common {
    width: 70vw;
  }
}
/* --------------------------------------- */
.sj-overlay-search {
  padding-left: 0;
  padding-right: 0;
}

.sj-overlay .sj-search-input-holder-outer {
  background-color: #edede5;
  height: 68px;
  padding: 14px 0px 10px 160px;
}

.sj-overlay .sj-logo {
  background-image: url(https://www.easyvista.com/hubfs/Branding/EasyVista-Color.svg);
  background-repeat: no-repeat;
  width: 110px;
  height: 50px;
  background-position: 50%;
  background-size: contain;
  float: left;
  margin-top: 10px;
  margin-left: 35px;
  position: absolute;
  z-index: 1;
}

.sj-overlay .sj-logo:hover {
  cursor: pointer;
}

.sj-overlay .sj-search-input-holder-outer {
  margin-top: 0px;
}

.sj-overlay .sj-tab-active {
  color: #4285f4;
  border-bottom: 3px solid #4285f4;
}

.sj-overlay .sj-tab {
  font-size: 14px;
}

.sj-overlay .sj-tabs-container,
.sj-overlay .sj-result-summary,
.sj-overlay .sj-result-list,
.sj-overlay .sj-result-error {
  padding-left: 126px;
}

.sj-overlay .sj-result-list {
  max-width: 1200px;
  margin: 0 auto;
}

.sj-overlay .sj-result-summary-text {
  font-size: 14px;
}

.sj-overlay .sj-result-summary-autocomplete-override {
  display: inline;
  font-size: 14px;
}

.sj-overlay .sj-result-description {
  color: #787878;
  padding-top: 4px;
}

@media (max-width: 845px) {
  .sj-overlay .sj-overlay-close {
    right: 3%;
  }

  .sj-overlay .sj-search-input-holder-outer {
    padding: 69px 0 10px;
    height: 120px;
  }

  .sj-overlay .sj-logo {
    margin-left: calc(50vw - 28px);
  }

  .sj-overlay .sj-search-bar-input-common {
    width: calc(95vw - 18px);
    margin-left: 2.5vw;
  }

  .sj-overlay .sj-tabs-container,
.sj-overlay .sj-result-summary,
.sj-overlay .sj-result-list,
.sj-overlay .sj-result-error {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.blue-dual {
  background: #016F94;
}
.home .blue-dual {
  background-color: #293E51;
}
.blue-dual .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .blue-dual .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.blue-dual .center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .blue-dual .center > div {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blue-dual .center > div:first-child {
  border-right: 5px solid white;
}
@media (max-width: 1024px) {
  .blue-dual .center > div:first-child {
    border: none;
    border-bottom: 3px solid white;
  }
}
.blue-dual .center > div:last-child {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .blue-dual .center > div:last-child {
    padding-left: 10px;
  }
}
.blue-dual .center > div p {
  width: 52%;
  color: white;
  padding-right: 30px;
  margin-bottom: 0;
}
.blue-dual .center > div button {
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.blue-dual .center > div button:hover {
  color: #032859;
  background-color: white;
}
@media (max-width: 1024px) {
  .blue-dual .center > div {
    padding: 30px 10px;
  }
}

.resource-hero .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.resource-hero .content-wrap .content .hero-content {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content .hero-content {
    padding-right: 0;
  }
}
.resource-hero .content-wrap .content .hero-content p {
  line-height: 3rem;
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content {
    padding: 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
  }
}
.resource-hero .content-wrap .content h1 {
  width: 100%;
  margin-right: 0;
  font-weight: 900;
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content h1 {
    text-align: center;
  }
}
.resource-hero .content-wrap .content .resource-card {
  width: 140%;
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content .resource-card {
    width: 100%;
  }
}
.resource-hero .content-wrap .content .resource-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-hero .content-wrap .content .resource-card a .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .resource-hero .content-wrap .content .resource-card a .content {
    padding: 0 !important;
  }
}
.resource-hero .content-wrap .content .resource-card a .content p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.resource-hero .content-wrap .content .resource-card a .content h4 {
  margin-top: 10px;
}
.resource-hero .content-wrap .content .resource-card a .content button {
  background-color: #FE6A2C;
}
.resource-hero .content-wrap .content .resource-card a .content button:hover {
  background-color: #ffb06d;
  color: white;
}
.resource-hero .content-wrap .content .resource-card a .image {
  height: 120px;
  width: 210px;
  background-size: cover;
  margin-bottom: 20px;
}

.financial-calendar {
  background-color: #F6F7F9;
  padding: 75px 0;
  overflow: auto;
}
.financial-calendar h2 {
  text-align: center;
  color: #032859;
}
.financial-calendar .widget-type-rich_text {
  padding: 30px 0;
  background: white;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.financial-calendar .widget-type-rich_text > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.financial-calendar .widget-type-rich_text ul {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-left: 0;
}
.financial-calendar .widget-type-rich_text ul li {
  margin-bottom: 0;
  list-style: none;
  color: #032859;
}
.financial-calendar .widget-type-rich_text ul li:before {
  content: "-";
  margin-right: 10px;
}

.doc-years {
  padding-top: 50px;
}
.doc-years .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .doc-years .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doc-years .center p {
  margin-bottom: 0;
  text-transform: uppercase;
  margin-right: 60px;
  font-size: 1.6rem;
  color: #032859;
}
@media (max-width: 767px) {
  .doc-years .center p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.doc-years .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doc-years .main-navigation a {
  margin: 10px;
}
.doc-years a {
  border: 1px solid #233649;
  border-radius: 30px;
  margin: 0px 10px;
  overflow: hidden;
}
.doc-years a button {
  padding: 0;
  color: #032859;
  font-size: 1.5rem;
  position: relative;
  padding: 5px 27px 5px 15px;
  background-color: transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  display: block;
}
.doc-years a button:after {
  position: absolute;
  content: "";
  background: url(https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/green-arrow.svg);
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.doc-years a button:hover {
  background-color: #032859;
  color: white;
  width: 116%;
}
.doc-years a button:hover:after {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
.doc-years a button.active {
  background-color: #032859;
  color: white;
  width: 116%;
}
.doc-years a button.active:after {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.financial-doc-wrap {
  padding: 75px 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .financial-doc-wrap {
    padding: 30px 0;
  }
}
.financial-doc-wrap.faded {
  opacity: 1;
}
.financial-doc-wrap .center {
  width: 100%;
}
.financial-doc-wrap .center > div {
  margin: 20px 0;
}
.financial-doc-wrap .doc-header {
  background: #032859;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 5px 5px;
}
.financial-doc-wrap .doc-header h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 25px;
  text-transform: uppercase;
}
.financial-doc-wrap .financial-doc {
  display: none;
  width: 100%;
}
.financial-doc-wrap .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 50px;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  min-height: 82px;
}
.financial-doc-wrap .wrapper .error-p {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.financial-doc-wrap .wrapper .error-p p {
  margin-bottom: 0;
}
.financial-doc-wrap .wrapper .container.fail .error-p {
  opacity: 1 !important;
  pointer-events: all;
}
.financial-doc-wrap .wrapper .container.fail .error-p p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  color: #032859;
}
.financial-doc-wrap .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.financial-doc-wrap .wrapper .content p {
  display: list-item;
  margin-bottom: 0;
  width: 100%;
  width: auto;
}
.financial-doc-wrap .wrapper .content a {
  margin-left: 5px;
  color: #016F94;
}

.triple-row {
  margin: 50px 0;
  overflow: auto;
}
.triple-row .center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .triple-row .center > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.triple-row .center > div > div {
  min-width: 300px;
  width: 33.333%;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .triple-row .center > div > div {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .triple-row .center > div > div {
    width: 60%;
  }
}
.triple-row .center > div > div ul {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-left: 0;
}
.triple-row .center > div > div ul li {
  margin-bottom: 0;
  list-style: none;
  color: #032859;
  font-size: 1.8rem;
  font-weight: 200;
}
.triple-row .center > div > div ul li:before {
  content: "-";
  margin-right: 10px;
}
.triple-row .center > div > div p {
  color: #032859;
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
}
.triple-row .center > div > div h3 {
  color: #79BF65;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.triple-row .center > div > div h3:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-image: linear-gradient(-226deg, #009D63 0%, #008C74 39%, #007D82 100%);
  bottom: 0;
  left: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .triple-row .center > div > div > div {
    text-align: center;
  }
}

.current-stats {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .current-stats {
    padding-bottom: 0;
  }
}
.current-stats .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-bottom: 1px solid #032859;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .current-stats .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.current-stats .top > div {
  text-align: center;
  margin: 20px 0;
}
.current-stats .top > div h3 {
  font-size: 3.6rem;
  color: #79BF65;
  font-weight: 600;
  margin-bottom: 10px;
}
.current-stats p {
  color: #9B9B9B;
  font-size: 2rem;
  font-weight: 100;
}
.current-stats .bottom {
  text-align: center;
}

body.investors .investors-rich-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 50px;
}
body.investors .investors-rich-text div {
  max-width: 1080px;
}
@media (max-width: 767px) {
  body.investors .investors-rich-text p {
    line-height: 3rem;
  }
}
body.investors .announcements {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 50px;
}
body.investors .announcements div {
  max-width: 500px;
}
@media (max-width: 767px) {
  body.investors .announcements {
    padding: 30px 20px;
  }
}

.landing.english-page form .hs_error_rollup label:after {
  content: " Submitting the form will allow you to access the service.";
}
.landing form .hs-fieldtype-booleancheckbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing form .hs-fieldtype-booleancheckbox label input {
  margin-right: 10px;
  margin-top: 5px;
}
.landing.spanish-page form .hs_error_rollup label:after {
  content: " Enviar la información del formulario te permitirá acceder al servicio.";
}
.landing.portuguese-page form .hs_error_rollup label:after {
  content: " O envio do formulário permite aceder ao serviço.";
}
.landing.french-page form .hs_error_rollup label:after {
  content: " Une fois le formulaire envoyé, vous pourrez accéder au service souhaité.";
}
.landing.italian-page form .hs_error_rollup label:after {
  content: " L’invio del modulo consentirà l’accesso al servizio.";
}

section.triple-card-row {
  background-color: #F6F7F9;
  padding: 50px 0 80px 0;
  margin-top: 50px;
}
section.triple-card-row .triple-card-row-wrap .center {
  max-width: 1080px;
  margin: 0 auto;
}
section.triple-card-row .triple-card-row-wrap div.triple-card-row-subhead {
  max-width: 800px;
  margin: 0px auto 40px;
  text-align: center;
}
section.triple-card-row .triple-card-row-wrap h2 {
  text-align: center;
  color: #032859;
  margin-bottom: 40px;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  section.triple-card-row .triple-card-row-wrap .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  margin: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 30px 5px;
  margin-bottom: 20px;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card a {
  width: 100%;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card:hover .image > div {
  background-image: none;
}
@media (max-width: 1024px) {
  section.triple-card-row .triple-card-row-wrap .inner-wrap .card {
    width: 50%;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  section.triple-card-row .triple-card-row-wrap .inner-wrap .card {
    width: 100%;
  }
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .triple-card-image {
  height: 150px;
  width: 100%;
  padding: 5px;
  text-align: center;
  padding-top: 0;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .triple-card-image img {
  max-height: 100%;
  width: auto;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .card-content {
  padding: 20px 15px;
  position: relative;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 170px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .card-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .card-content .title h4 {
  margin: 0;
  margin-left: 0px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #373739;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .card-content p {
  font-weight: 200;
  margin-bottom: 10px;
  color: #373739;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card .card-content .arrow {
  color: #FE6A2C;
  position: absolute;
  bottom: 0px;
  left: -10px;
  line-height: 1;
}
section.triple-card-row .triple-card-row-wrap .inner-wrap .card:nth-of-type(3n+2) {
  margin: 20px;
}

section.dual-model-row {
  background-color: #F6F7F9;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.dual-model-row .dual-model-row-wrap .center {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  section.dual-model-row .dual-model-row-wrap .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  width: 600px;
  margin: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 50px 0;
  border-left: 12px solid white;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.left-inner-wrap {
  border-right: 12px solid white;
  border-left: 0;
}
@media (max-width: 1024px) {
  section.dual-model-row .dual-model-row-wrap .center .inner-wrap.left-inner-wrap {
    margin-right: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  section.dual-model-row .dual-model-row-wrap .center .inner-wrap.left-inner-wrap {
    border-bottom: 15px solid white;
  }
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card a {
  width: 100%;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card:hover .image > div {
  background-image: none;
}
@media (max-width: 767px) {
  section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card {
    width: 100%;
    padding: 20px;
  }
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-image {
  height: 200px;
  width: 100%;
  padding: 5px;
  text-align: center;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-image img {
  max-height: 100%;
  width: auto;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content {
  padding: 20px 15px;
  position: relative;
  padding-bottom: 0px;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 34px;
  color: #016F94;
  text-transform: uppercase;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  color: #016F94;
  border-bottom: 1px solid #B5B5B7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content ul {
  list-style: none;
  padding-left: 0;
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content ul li:before {
  content: "\f00c";
  padding: 5px;
  background-color: #016F94;
  border-radius: 50%;
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
  font-size: 10px;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content p {
  font-weight: 200;
  margin-bottom: 10px;
  color: #373739;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content a button {
  -webkit-box-shadow: 1px 5px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 18px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content a button:hover {
  background-color: #99c5d4;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content .blue-arrow {
  margin: 20px auto;
  color: #016F94;
  cursor: pointer;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content .blue-arrow a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 34px;
  text-transform: uppercase;
  color: #016F94;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content .arrow {
  margin: 20px auto;
  color: #FE6A2C;
  cursor: pointer;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content .arrow a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 34px;
  text-transform: uppercase;
  color: #FE6A2C;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap .card .card-content .arrow:after {
  color: #FE6A2C;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content h2,
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content h4 {
  color: #79BF65;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content li:before,
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content button {
  background-color: #FE6A2C;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content li:before:hover,
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content button:hover {
  background-color: #ffb06d !important;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content a button {
  background-color: #FE6A2C;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content a button:hover {
  background-color: #ffb06d;
}
section.dual-model-row .dual-model-row-wrap .center .inner-wrap.right-inner-wrap .card .card-content .arrow {
  color: #FE6A2C;
}
@media (max-width: 1024px) {
  section.dual-model-row .dual-model-row-wrap .center .inner-wrap {
    width: 100%;
    border-left: 0;
    border-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

section.ev-landing-page-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.ev-landing-page-content.default {
  background-color: rgba(121, 191, 101, 0.15);
}
section.ev-landing-page-content div.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.ev-landing-page-content div.center div.content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 650px;
    margin: 50px auto 0;
    padding-right: 0;
  }
}
section.ev-landing-page-content div.center div.content-area div.page-intro h1.headline {
  color: #032859;
  margin-bottom: 15px;
}
section.ev-landing-page-content div.center div.content-area div.page-intro span.subheadline {
  font-size: 2.4rem;
  line-height: 1.5;
}
section.ev-landing-page-content div.center div.content-area div.page-intro span.subheadline strong {
  color: #79BF65;
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.lp-body-content {
  margin-top: 50px;
  font-size: 1.7rem;
  color: #032859;
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul {
  padding-left: 0px;
  margin-top: 20px;
  list-style: none;
  margin-bottom: 20px;
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  background-image: url(https://www.easyvista.com/hubfs/dev_nb/bulletPoint_1.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px;
  color: #032859;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul li {
    background-size: 12px;
    padding-left: 15px;
  }
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields {
  margin-top: 50px;
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields h4.logo-headline {
  font-weight: normal;
  font-size: 1.8rem;
  color: #032859;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields h4.logo-headline {
    text-align: center;
  }
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section.grayscale-logos img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img {
  max-height: 100px;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img {
    margin: 0 15px 20px;
    max-height: 26px;
  }
}
section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img.logoFour {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img.logoFour {
    margin: 0 15px 20px;
  }
}
section.ev-landing-page-content div.center div.form-area {
  margin-top: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.form-area {
    margin: 20px auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 650px;
  }
}
section.ev-landing-page-content div.center div.form-area div.container {
  background-color: #F6F7F9;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 10px 30px;
}
section.ev-landing-page-content div.center div.form-area div.container img.form-image {
  max-width: 80%;
  margin-bottom: 20px;
  max-height: 280px;
}
section.ev-landing-page-content div.center div.form-area div.container span.form-intro {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  max-width: 100%;
  margin: 10px auto 15px;
}
section.ev-landing-page-content div.center div.form-area div.container .submitted-message {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container {
  max-width: 100%;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form {
  max-width: 100%;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container label.hs-form-booleancheckbox-display input {
  margin-top: 6px !important;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container label.hs-form-booleancheckbox-display span {
  margin-left: 0;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container p {
  font-size: 1.4rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form .hs-richtext p {
  font-size: 1.4rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset {
  max-width: none;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-1 .hs-input, section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-2 .hs-input, section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-3 .hs-input {
  width: 100%;
  margin-right: 0;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form label {
  color: #032859;
  font-size: 1.5rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form input:not(.hs-button) {
  margin-top: 5px;
  margin-bottom: 20px;
  height: 35px;
  background: white;
  border: 1px solid #eeeeee;
  font-size: 16px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form input[type=file] {
  border: 0;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form textarea {
  border: 1px solid #eeeeee;
  margin-top: 5px;
  margin-bottom: 20px;
  min-height: 100px;
  font-size: 16px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-error-msgs {
  font-style: italic;
  font-weight: bold;
  margin-top: -15px;
  padding-right: 20px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-error-msgs label {
  font-size: 1.4rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form ul {
  padding: 0;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form li {
  list-style-type: none;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type {
  margin-top: 10px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox input {
  width: auto;
  margin: 0 10px 13px 0;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox input {
    top: 1px;
  }
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox span {
  font-size: 1.6rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio {
  display: inline-block;
  margin-right: 30px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio input {
  width: auto;
  margin-right: 10px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio span,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio {
    display: block;
  }
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio input {
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-field {
  width: 33.05%;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-field {
    width: 100%;
  }
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div div,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div:last-child div,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div div,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div {
    margin-right: 8px;
  }
  section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div div .hs-input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div:last-child div .hs-input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div div .hs-input,
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div .hs-input {
    width: 100%;
  }
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-size: 1.8rem;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
section.ev-landing-page-content div.center div.form-area div.container div.form-container form.hs-form select {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/select-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: 97% 51%;
  background-color: #fff;
  padding: 6px 6px;
  margin: 5px 0 20px 0;
  width: 100% !important;
  font-size: 16px;
}

section.ev-webinar-landing-page-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.ev-webinar-landing-page-content.default {
  background-color: rgba(121, 191, 101, 0.15);
}
section.ev-webinar-landing-page-content .form-container {
  display: none;
}
.web1 section.ev-webinar-landing-page-content .web1 {
  display: block;
}
.web2 section.ev-webinar-landing-page-content .web2 {
  display: block;
}
.web3 section.ev-webinar-landing-page-content .web3 {
  display: block;
}
.web4 section.ev-webinar-landing-page-content .web4 {
  display: block;
}
.web5 section.ev-webinar-landing-page-content .web5 {
  display: block;
}
.web6 section.ev-webinar-landing-page-content .web6 {
  display: block;
}
.web7 section.ev-webinar-landing-page-content .web7 {
  display: block;
}
.web8 section.ev-webinar-landing-page-content .web8 {
  display: block;
}
section.ev-webinar-landing-page-content div.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 650px;
    margin: 50px auto 0;
    padding-right: 0;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro h1.headline {
  color: #032859;
  margin-bottom: 15px;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro span.subheadline {
  font-size: 2.4rem;
  line-height: 1.5;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro span.subheadline strong {
  color: #79BF65;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.lp-body-content {
  margin-top: 50px;
  font-size: 1.7rem;
  color: #032859;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul {
  padding-left: 0px;
  margin-top: 20px;
  list-style: none;
  margin-bottom: 20px;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  background-image: url(https://www.easyvista.com/hubfs/dev_nb/bulletPoint_1.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px;
  color: #032859;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.lp-body-content ul li {
    background-size: 12px;
    padding-left: 15px;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields {
  margin-top: 50px;
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields h4.logo-headline {
  font-weight: normal;
  font-size: 1.8rem;
  color: #032859;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields h4.logo-headline {
    text-align: center;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section.grayscale-logos img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img {
  max-height: 30px;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img {
    margin: 0 15px 20px;
    max-height: 26px;
  }
}
section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img.logoFour {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.content-area div.page-intro div.logo-fields div.logo-section img.logoFour {
    margin: 0 15px 20px;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area {
  margin-top: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area {
    margin: 20px auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 650px;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container {
  background-color: #F6F7F9;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 10px 30px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container .gotoweb {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/select-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: 97% 51%;
  background-color: #fff;
  padding: 6px 6px;
  margin: 5px auto 0px;
  max-width: 301px;
  width: 100% !important;
  font-size: 16px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container img.form-image {
  max-width: 80%;
  margin-bottom: 20px;
  max-height: 280px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container span.form-intro {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  color: #233649;
  max-width: 100%;
  margin: 10px auto 30px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container .top-container {
  width: 341px;
  padding: 0px 20px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container .top-container .webinar-label {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area div.container .top-container {
    width: 100%;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container .submitted-message {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container {
  max-width: 100%;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container .hbspt-form {
  margin: 0px auto;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form {
  max-width: 100%;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container label.hs-form-booleancheckbox-display input {
  margin-top: 6px !important;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container label.hs-form-booleancheckbox-display span {
  margin-left: 0;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form div.legal-consent-container p {
  font-size: 1.4rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form .hs-richtext p {
  font-size: 1.4rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset {
  max-width: none;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-1 .hs-input, section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-2 .hs-input, section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form fieldset.form-columns-3 .hs-input {
  width: 100%;
  margin-right: 0;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form label {
  color: #032859;
  font-size: 1.5rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form input:not(.hs-button) {
  margin-top: 5px;
  margin-bottom: 20px;
  height: 35px;
  background: white;
  border: 1px solid #eeeeee;
  font-size: 16px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form input[type=file] {
  border: 0;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form textarea {
  border: 1px solid #eeeeee;
  margin-top: 5px;
  margin-bottom: 20px;
  min-height: 100px;
  font-size: 16px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-error-msgs {
  font-style: italic;
  font-weight: bold;
  margin-top: -15px;
  padding-right: 20px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-error-msgs label {
  font-size: 1.4rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form ul {
  padding: 0;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form li {
  list-style-type: none;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type {
  margin-top: 10px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox input {
  width: auto;
  margin: 0 10px 13px 0;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox input {
    top: 1px;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-checkbox span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-checkbox span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-checkbox span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-booleancheckbox span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-booleancheckbox span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-booleancheckbox span {
  font-size: 1.6rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio {
  display: inline-block;
  margin-right: 30px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio input {
  width: auto;
  margin-right: 10px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio span,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio {
    display: block;
  }
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-1 .hs-form-radio input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 .hs-form-radio input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-radio input {
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-field {
  width: 33.05%;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 .hs-form-field {
    width: 100%;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div div,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div:last-child div,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div div,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div {
    margin-right: 8px;
  }
  section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div div .hs-input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-2 div:last-child div .hs-input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div div .hs-input,
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .form-columns-3 div:last-child div .hs-input {
    width: 100%;
  }
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-size: 1.8rem;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
section.ev-webinar-landing-page-content div.center div.form-area div.container div.form-container form.hs-form select {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/select-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: 97% 51%;
  background-color: #fff;
  padding: 6px 6px;
  margin: 5px 0 20px 0;
  width: 100% !important;
  font-size: 16px;
}

section.ev-simple-accordion .accordion-module {
  max-width: 978px;
}
section.ev-simple-accordion .accordion-module .accordion .accordion-title h3 {
  font: "Heavitas Neue", sans-serif;
  color: #032859;
  text-transform: uppercase;
  font-weight: 900;
}
section.ev-simple-accordion .accordion-module .accordion .accordion-content h4,
section.ev-simple-accordion .accordion-module .accordion .accordion-content p {
  color: #032859;
}

@media (max-width: 767px) {
  .background-image-carousel .overlay {
    background-position: center 50rem !important;
  }
}
.background-image-carousel h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  font-family: "Heavitas Neue", sans-serif;
  color: #3E5160;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
}
.background-image-carousel h1 b {
  font-weight: 900;
}
.background-image-carousel h1 span {
  font-weight: lighter;
}
@media (max-width: 767px) {
  .background-image-carousel h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.background-image-carousel p {
  font-size: 2.2rem;
  font-weight: 100;
  color: #fff;
  line-height: 1.25;
}
.background-image-carousel a:last-of-type {
  background-color: #016F94;
}
.background-image-carousel a:last-of-type:hover {
  background-color: #99c5d4;
}
.background-image-carousel a:first-of-type {
  margin-right: 10px;
  margin-top: 20px;
  background-color: #FE6A2C;
  border: 0;
}
@media (max-width: 767px) {
  .background-image-carousel a:first-of-type {
    display: block;
    margin-right: 0;
  }
}
.background-image-carousel a:first-of-type:hover {
  background-color: #ffb06d;
}
.background-image-carousel a {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 8px 10px;
}
.background-image-carousel a:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
@media (max-width: 767px) {
  .background-image-carousel a {
    margin-top: 5px;
  }
}
.background-image-carousel .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .background-image-carousel .content-wrap {
    min-height: 100vh !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.background-image-carousel .content-wrap .center {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .background-image-carousel .content-wrap .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .background-image-carousel .content-wrap .center .content {
    padding: 20px 0 0;
  }
  .background-image-carousel .content-wrap .center .content-image {
    padding-top: 20px;
  }
}
.background-image-carousel .content-wrap .center .content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
}
.background-image-carousel .content-wrap .center .content.with-image {
  max-width: 500px;
  margin-right: 84px;
  text-align: left;
}
@media (max-width: 767px) {
  .background-image-carousel .content-wrap .center .content.with-image {
    margin-right: 0;
    text-align: center;
  }
}
.background-image-carousel .slick-prev {
  left: 15px;
  width: 25px;
  height: 25px;
}
.background-image-carousel .slick-prev::before {
  font-size: 25px;
}
.background-image-carousel .slick-next {
  right: 15px;
  width: 25px;
  height: 25px;
}
.background-image-carousel .slick-next::before {
  font-size: 25px;
}
.background-image-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.background-image-carousel .slick-dots {
  bottom: 60px;
}
.background-image-carousel .slick-dots li {
  width: 50px;
  height: 50px;
}
.background-image-carousel .slick-dots li button {
  width: 50px;
  height: 50px;
}
.background-image-carousel .slick-dots li button::before {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 40px;
}

.flip-card-module .center {
  max-width: 1240px;
}
.flip-card-module .center .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flip-card-module .center .grid .flip-card {
  -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px);
  margin: 20px 10px;
  background-color: transparent;
  height: 230px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .flip-card-module .center .grid .flip-card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .flip-card-module .center .grid .flip-card {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
  }
}
.flip-card-module .center .grid .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  max-width: 230px;
  margin: 0 auto;
}
.flip-card-module .center .grid .flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-card-module .center .grid .flip-card-front, .flip-card-module .center .grid .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.flip-card-module .center .grid .flip-card-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
.flip-card-module .center .grid .flip-card-front .eyebrow {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.flip-card-module .center .grid .flip-card-front .stat {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  font-family: "Heavitas Neue", sans-serif;
  color: #3E5160;
  font-weight: 800;
}
.flip-card-module .center .grid .flip-card-front .stat b {
  font-weight: 900;
}
.flip-card-module .center .grid .flip-card-front .stat span {
  font-weight: 300;
}
.flip-card-module .center .grid .flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-card-module .center .grid .flip-card-back .card-title {
  margin-top: 0;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .flip-card-module .center .grid .flip-card-back .card-title {
    font-size: 22px;
    line-height: 22px;
  }
}
.flip-card-module .center .grid .flip-card-back .card-subtext {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .flip-card-module .center .grid .flip-card-back .card-subtext {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.flip-card-module .center .grid .flip-card-back span.url a,
.flip-card-module .center .grid .flip-card-back span.cta a {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  color: #FE6A2C;
  line-height: 1.1;
}
.flip-card-module .center .grid .flip-card-back span.url a:after,
.flip-card-module .center .grid .flip-card-back span.cta a:after {
  color: #FE6A2C;
  position: relative;
  content: "\f054";
  font-family: FontAwesome;
  bottom: 0;
  margin: auto;
  margin-left: 3px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.flip-card-module .center .grid .flip-card-back span.url a:hover,
.flip-card-module .center .grid .flip-card-back span.cta a:hover {
  color: #FE6A2C;
}
.flip-card-module .center .grid .flip-card-back span.url a:hover:after,
.flip-card-module .center .grid .flip-card-back span.cta a:hover:after {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .flip-card-module .center .grid .flip-card-back span.url a,
.flip-card-module .center .grid .flip-card-back span.cta a {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}
.flip-card-module.scheme_1 .center .grid .flip-card-front {
  background-color: #f49690;
}
.flip-card-module.scheme_1 .center .grid .flip-card-front .eyebrow,
.flip-card-module.scheme_1 .center .grid .flip-card-front .stat,
.flip-card-module.scheme_1 .center .grid .flip-card-front .front-content {
  color: #fff;
}
.flip-card-module.scheme_1 .center .grid .flip-card-back {
  background-color: #fff;
}
.flip-card-module.scheme_1 .center .grid .flip-card-back .card-title,
.flip-card-module.scheme_1 .center .grid .flip-card-back .card-subtext {
  color: #373739;
}
.flip-card-module.scheme_2 {
  background-color: #016F94;
}
.flip-card-module.scheme_2 .center .grid .flip-card-front {
  background-color: #f49690;
}
.flip-card-module.scheme_2 .center .grid .flip-card-front .eyebrow,
.flip-card-module.scheme_2 .center .grid .flip-card-front .stat,
.flip-card-module.scheme_2 .center .grid .flip-card-front .front-content {
  color: #fff;
}
.flip-card-module.scheme_2 .center .grid .flip-card-back {
  background-color: #fff;
}
.flip-card-module.scheme_2 .center .grid .flip-card-back .card-title,
.flip-card-module.scheme_2 .center .grid .flip-card-back .card-subtext {
  color: #373739;
}
.flip-card-module.scheme_3 {
  background-color: #79BF65;
}
.flip-card-module.scheme_3 .center .grid .flip-card-front {
  background-color: #016F94;
}
.flip-card-module.scheme_3 .center .grid .flip-card-front .eyebrow,
.flip-card-module.scheme_3 .center .grid .flip-card-front .stat,
.flip-card-module.scheme_3 .center .grid .flip-card-front .front-content {
  color: #fff;
}
.flip-card-module.scheme_3 .center .grid .flip-card-back {
  background-color: #fff;
}
.flip-card-module.scheme_3 .center .grid .flip-card-back .card-title,
.flip-card-module.scheme_3 .center .grid .flip-card-back .card-subtext {
  color: #373739;
}

/* Dynamic Content */
.blog-listing {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F6F7F9), to(#FFFFFF));
  background-image: linear-gradient(0deg, #F6F7F9 0%, #FFFFFF 100%);
}
.blog-listing .topic-wrap {
  margin: 30px 0;
}
.press-r .blog-listing .topic-wrap {
  display: none;
}
.blog-listing .topic-wrap .center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .center > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-listing .topic-wrap .center > div span {
  text-transform: uppercase;
  min-width: 140px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  margin-top: 0;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  color: #59595B;
  color: #032859;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .center > div span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .center > div span {
    min-width: 190px;
  }
}
.blog-listing .topic-wrap .topic-nav {
  text-align: center;
  /* Get rid of HubSpot's width limitations */
  /* Carret after Menu items with dropdown */
}
.blog-listing .topic-wrap .topic-nav a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li {
  margin: 0px 10px;
  overflow: visible;
  border: none;
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    margin: 5px 0;
  }
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children {
    display: none !important;
  }
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:after {
    right: 7px;
  }
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  border: 1px solid #032859;
  border-radius: 30px;
  padding: 0;
  color: #032859;
  font-size: 1.5rem;
  position: relative;
  padding: 5px 27px 5px 15px;
  background-color: transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  display: block;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
  background-color: #032859;
  color: white;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover:after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal li {
  margin: 0;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
  text-align: left;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
  font-size: 1.6rem;
  margin: 0 20px 20px 20px;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li {
  margin: 0;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a {
  margin: 0px;
  border: none;
  border-radius: 0px;
  padding: 10px 30px 10px 15px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    opacity: 1 !important;
    margin-top: 5px;
    position: initial;
  }
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li {
    margin: 5px 0;
  }
  .blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a {
    border: 1px solid #233649;
    border-radius: 30px;
    color: #233649;
    font-size: 1.5rem;
    position: relative;
    padding: 5px 27px 5px 15px;
    background-color: transparent;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.blog-listing .topic-wrap .topic-nav .hs-menu-wrapper.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 .hs-menu-children-wrapper {
  padding-top: 0;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-depth-1.hs-item-has-children > a:after {
  position: relative;
  top: -2px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.blog-listing .topic-wrap .topic-nav .hs-menu-depth-2.hs-item-has-children > a:after {
  position: relative;
  top: 0;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.blog-listing .author-header {
  text-align: center;
  background: #032859;
  overflow: auto;
  margin-bottom: 50px;
}
.blog-listing .author-header .hs-author-profile {
  padding: 20px;
}
.blog-listing .author-header .hs-author-profile .hs-author-name {
  color: white;
}
.blog-listing .author-header .hs-author-profile .hs-author-name strong {
  color: #FE6A2C;
  font-style: italic;
}
.blog-listing .author-header .hs-author-profile .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-listing .author-header .hs-author-profile .author-wrap .hs-author-avatar {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: 50%;
  margin: 20px auto;
  border-radius: 50%;
}
.blog-listing .author-header .hs-author-profile .author-wrap .hs-author-bio {
  width: 80%;
  color: white;
}
.blog-listing .author-header .hs-author-profile .author-wrap .hs-author-bio h3 {
  color: white;
  margin-bottom: 10px;
}
.blog-listing .top-posts > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-listing .top-posts .featured-post {
  display: none;
}
.topic .blog-listing .top-posts .featured-post.widget-type-raw_html {
  display: none !important;
}
.blog-listing .top-posts .featured-post > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post > div > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-listing .top-posts .featured-post .layout-widget-wrapper {
  height: 100%;
}
.blog-listing .top-posts .featured-post section {
  background-size: cover;
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post section {
    width: 100%;
  }
}
.blog-listing .top-posts .featured-post section:first-child {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post section:first-child {
    margin: 0;
  }
}
.blog-listing .top-posts .featured-post section:first-child .overlay {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-listing .top-posts .featured-post section:first-child .overlay .content {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post section:first-child .overlay .content {
    max-width: 320px;
    margin: 0 auto;
  }
}
.blog-listing .top-posts .featured-post section:last-child {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post section:last-child {
    margin: 0;
    margin-top: 20px;
  }
}
.blog-listing .top-posts .featured-post section:last-child .overlay {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog-listing .top-posts .featured-post section:last-child .overlay .content {
  margin-left: 130px;
}
@media (max-width: 767px) {
  .blog-listing .top-posts .featured-post section:last-child .overlay .content {
    max-width: 320px;
    margin: 0 auto;
  }
}
.blog-listing .top-posts .featured-post section a {
  width: 100%;
  height: 100%;
}
.blog-listing .top-posts .featured-post .overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(80, 100, 116, 0.7)), color-stop(61%, rgba(52, 72, 89, 0.7)), to(rgba(41, 62, 81, 0.7)));
  background: linear-gradient(90deg, rgba(80, 100, 116, 0.7) 1%, rgba(52, 72, 89, 0.7) 61%, rgba(41, 62, 81, 0.7) 100%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.blog-listing .top-posts .featured-post .overlay:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(80, 100, 116, 0.5)), color-stop(61%, rgba(52, 72, 89, 0.5)), to(rgba(41, 62, 81, 0.5)));
  background: linear-gradient(90deg, rgba(80, 100, 116, 0.5) 1%, rgba(52, 72, 89, 0.5) 61%, rgba(41, 62, 81, 0.5) 100%);
}
.blog-listing .top-posts .featured-post .content {
  padding: 80px 0px;
  color: white;
  max-width: 400px;
}
.blog-listing .top-posts .featured-post .content p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: white;
}
.blog-listing .top-posts .featured-post .content h2 {
  font-size: 2.6rem;
  line-height: 4.1rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
  color: white;
}
.blog-listing .top-posts .featured-post .content .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.blog-listing .top-posts .featured-post .content .author-info .avatar {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
}
.blog-listing .top-posts .featured-post .content .author-info h4 {
  margin: 0;
  margin-left: 10px;
  font-size: 1.4rem;
  color: white;
}
.blog-page1:not(.author-listing) .blog-listing .top-posts .featured-post {
  display: block;
}
.blog-listing .top-posts .blog-page1:not(.author-listing) .post-item.featured {
  display: none;
}
.blog-listing .top-posts .hero {
  background-color: rgba(155, 155, 155, 0.25);
  text-align: center;
  padding: 100px 20px;
}
.blog-listing .top-posts .hero h1 {
  margin: 0;
}
.blog-listing .top-posts .latest-post {
  display: none !important;
}
.blog-listing .top-posts .latest-post .layout-widget-wrapper {
  height: 100%;
}
.blog-listing .top-posts .latest-post section {
  background-size: cover;
  display: block;
  height: 100%;
}
.blog-listing .top-posts .latest-post section a {
  width: 100%;
  height: 100%;
}
.blog-listing .top-posts .latest-post .overlay {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
}
.blog-listing .top-posts .latest-post .content {
  padding: 20px;
}
.blog-page1:not(.author-listing) .blog-listing .top-posts .latest-post {
  display: block !important;
}
.blog-listing .blog-page1:not(.author-listing) .post-listing .post-item:first-child {
  display: none !important;
}
.blog-listing .list {
  padding: 30px;
}
.blog-listing .list .post-listing .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-listing .list .post-listing .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-listing .list .post-item {
  margin: 0 15px 50px 15px;
  width: 30%;
  position: relative;
}
@media (max-width: 1024px) {
  .blog-listing .list .post-item {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .blog-listing .list .post-item {
    width: 100%;
  }
}
.blog-listing .list .post-item section {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #FFF;
}
.blog-listing .list .post-item section:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-listing .list .post-item section a {
  color: #032859;
  width: 100%;
}
.blog-listing .list .post-item section a .inner-content {
  padding: 30px 15px;
}
.blog-listing .list .post-item section a .inner-content h4 {
  margin: 0;
  margin-bottom: 10px;
}
.press-r .blog-listing .list .post-item section a .inner-content h4 {
  margin-bottom: 30px;
}
.blog-listing .list .post-item section a .inner-content p {
  margin: 0;
  margin-bottom: 10px;
}
.blog-listing .list .post-item section a .inner-content .read-time {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-listing .list .post-item .list-image {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}
.press-r .blog-listing .list .post-item .list-image {
  background-image: url("https://3859442.fs1.hubspotusercontent-na1.net/hubfs/3859442/press-default1.3.png");
  border-bottom: 2px solid #FE6A2C;
}
.blog-listing .list .post-item .arrow {
  color: #FE6A2C;
  position: absolute;
  bottom: 20px;
}
.blog-listing .list .hs-featured-image-wrapper {
  float: right;
}
.blog-listing .list-grid {
  padding: 20px;
}
.blog-listing .list-grid .post-item {
  display: block;
  float: left;
  vertical-align: top;
  margin-bottom: 20px;
}
.blog-listing .list-grid .post-item a {
  display: block;
}
.blog-listing .list-grid .post-item .post-date {
  float: right;
  background: rgba(55, 55, 57, 0.75);
  padding: 5px 10px 5px 15px;
  font-weight: 100;
  letter-spacing: -1.5px;
  color: rgba(255, 255, 255, 0.75);
}
.blog-listing .list-grid .post-item.large {
  width: calc(50% - 10px);
}
.blog-listing .list-grid .post-item.large .bloglist-featured-image-wrap {
  height: 350px;
}
.blog-listing .list-grid .post-item.large .post-date {
  font-size: 2.4rem;
  margin-top: 50px;
}
.blog-listing .list-grid .post-item.large h2 {
  font-size: 3rem;
}
.blog-listing .list-grid .post-item.medium {
  width: calc(33.3333333333% - 13.3333333333px);
}
.blog-listing .list-grid .post-item.medium .bloglist-featured-image-wrap {
  height: 250px;
}
.blog-listing .list-grid .post-item.medium .post-date {
  font-size: 2rem;
  margin-top: 35px;
}
.blog-listing .list-grid .post-item.medium h2 {
  font-size: 2.4rem;
}
.blog-listing .list-grid .post-item.small {
  width: calc(25% - 15px);
}
.blog-listing .list-grid .post-item.small .bloglist-featured-image-wrap {
  height: 150px;
}
.blog-listing .list-grid .post-item.small .post-date {
  font-size: 16px;
  margin-top: 20px;
}
.blog-listing .list-grid .post-item.small h2 {
  font-size: 1.8rem;
}
.blog-listing .list-grid .post-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.blog-listing .list-grid .blog-content {
  clear: both;
  padding: 20px;
}
.blog-listing .list-grid .blog-listing-wrapper nav {
  clear: both;
}
.blog-listing .list-grid .post-row {
  clear: both;
}
.blog-listing .list-grid .load-more-wrap {
  clear: both;
  text-align: center;
}
.blog-listing .list-grid .load-more-wrap a {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.blog-listing .list-grid .load-more-wrap a:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
.blog-listing .list-grid .loading-spinner {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.blog-listing .list-grid .post-inner {
  padding-top: 0;
  background-color: transparent;
  border: 1px solid #9B9B9B;
}
.blog-page1 .blog-listing .list-grid .post-listing .post-item:first-child {
  display: block !important;
}
.blog-page1 .blog-listing .list-grid .post-listing .post-item.featured {
  display: block !important;
}
.blog-listing .pagination {
  margin: 30px 0 50px;
  padding-left: 0;
  text-align: center;
}
.blog-listing .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-listing .pagination li {
  background: none !important;
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  background-image: none;
}
.blog-listing .pagination li a {
  color: #032859;
  padding: 4px 11px;
  font-weight: normal;
  border-radius: 3px;
}
.blog-listing .pagination li a:hover {
  color: #fff;
  background-color: #FE6A2C;
}
.blog-listing .pagination .active a {
  color: #fff !important;
  background-color: #79BF65;
}
.blog-listing .pagination .disabled {
  display: none;
}
.blog-listing .pagination .prev a,
.blog-listing .pagination .next a {
  background-color: transparent !important;
  color: #032859 !important;
}
.blog-listing .pagination .prev p {
  font-weight: 400;
  text-transform: none;
  position: relative;
  margin-bottom: 0;
  line-height: normal;
}
.blog-listing .pagination .prev p:after {
  left: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-listing .pagination .prev p:hover:after {
  left: -20px;
}
.blog-listing .pagination .next p {
  font-weight: 400;
  text-transform: none;
  position: relative;
  margin-bottom: 0;
  line-height: normal;
}

.blog-post {
  margin-top: 20px;
}
.blog-post .blog-post-header {
  margin-bottom: 40px;
}
.blog-post .blog-post-header #hubspot-author_data {
  color: #9B9B9B;
}
.blog-post .blog-post-header #hubspot-author_data .author-link {
  color: #FE6A2C;
}
.blog-post .blog-post-header #hubspot-author_data .author-link:hover {
  color: #ffb06d;
}
.blog-post .blog-post-header p {
  color: #79BF65;
  margin: 0;
}
.blog-post .blog-post-header p a {
  color: #9B9B9B;
}
.blog-post .blog-post-header p a:hover {
  color: #FE6A2C;
}
.blog-post .blog-post-header h1 {
  font-family: "Heavitas Neue", sans-serif;
  font-weight: 900;
  max-width: 525px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.6rem;
  line-height: 42px;
}
.blog-post .blog-post-header h1 a {
  color: #032859;
}
.blog-post .blog-post-header .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.blog-post .blog-post-header .social-share p {
  color: #9B9B9B;
}
.blog-post .blog-post-header .social-share a {
  color: #FE6A2C;
  margin: 0 10px;
}
.blog-post .blog-post-header .social-share a:hover {
  color: #ffb06d;
}
.blog-post .blog-inner-wrap .center {
  max-width: 690px;
  margin-bottom: 50px;
  overflow: auto;
}
.blog-post .blog-inner-wrap .center h2,
.blog-post .blog-inner-wrap .center h3 {
  font-family: "Heavitas Neue", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: #016F94;
  text-align: left;
}
.blog-post .blog-inner-wrap .center h2 strong,
.blog-post .blog-inner-wrap .center h3 strong {
  font-weight: inherit;
}
.blog-post .blog-inner-wrap .center h3 {
  font-size: 18px;
}
.blog-post .content .featured-image {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  margin: 30px 0;
  margin-top: 0;
}
.blog-post .content a {
  display: initial;
}
.blog-post .content a:hover {
  color: #ffb06d;
}
.blog-post .content h4 {
  color: #79BF65;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.blog-post .content.fr-blog-post #hs_cos_wrapper_post_body img {
  display: block;
}
.blog-post .content.fr-blog-post #hs_cos_wrapper_post_body .hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56.25%;
}
.blog-post .content.fr-blog-post #hs_cos_wrapper_post_body .hs-responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-post .comments {
  padding: 20px;
}
.blog-post .comments .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.blog-post .comments .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}
.blog-post .related-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .blog-post .related-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-post .related-posts {
  margin: 80px auto !important;
  display: block;
  float: none;
  overflow: auto;
}
.blog-post .related-posts .center {
  max-width: 1000px;
  padding-bottom: 50px;
}
.blog-post .related-posts .center .related-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post .related-posts a {
  display: block;
}
.blog-post .related-posts a:hover h4 {
  color: #FE6A2C;
}
.blog-post .related-posts h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-post .related-posts h2 {
    margin-bottom: 0;
  }
}
.blog-post .related-posts h2 strong {
  color: #79BF65;
  font-style: italic;
}
.blog-post .related-posts .related-post-item {
  width: 24%;
  margin: 0 15px;
  text-align: center;
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.blog-post .related-posts .related-post-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1024px) {
  .blog-post .related-posts .related-post-item {
    width: 50%;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .blog-post .related-posts .related-post-item {
    width: 100%;
  }
}
.blog-post .related-posts .related-post-item h4 {
  margin-top: 10px;
  padding: 0 10px;
  color: #016F94;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
}
.blog-post .related-posts .related-post-item p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #373739;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}
.blog-post .related-posts .related-post-item a {
  color: #373739;
}
.blog-post .related-posts .related-image {
  background-size: cover;
  height: 200px;
  margin-bottom: 10px;
  background-position: 50%;
}
.blog-post .author-bio {
  background-color: #032859;
  color: white;
  padding: 50px 0;
  margin-top: 80px;
}
.blog-post .author-bio .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .blog-post .author-bio .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.blog-post .author-bio .center .hs-author-avatar {
  height: 90px;
  width: 90px;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
}
.blog-post .author-bio .center .author-content {
  max-width: 570px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .blog-post .author-bio .center .author-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-post .author-bio .center .author-content h4 {
  margin: 0;
  margin-bottom: 15px;
}
.blog-post .author-bio .center .author-content h4 a {
  color: white;
}
.blog-post .author-bio .center .author-content h4 a:hover {
  color: #FE6A2C;
}
.blog-post .author-bio .center .author-content p {
  margin: 0;
  color: white;
}
.blog-post .author-bio .center .author-content .hs-author-social-link {
  margin-right: 15px;
  margin-top: 10px;
}

.top-subscribe.fixed-subscribe.post-subscribe {
  background-image: linear-gradient(-226deg, #007D82 0%, #008C74 39%, #009D63 100%);
  background-color: transparent;
}

.filterable-content .intro {
  padding: 20px;
}
.filterable-content .featured {
  padding: 20px;
  text-align: center;
}
.filterable-content .featured img {
  max-width: 200px;
}
.filterable-content .filters {
  opacity: 0;
  text-align: center;
}
.filterable-content .filters fieldset {
  width: 33%;
  display: inline-block;
  border: 0;
  padding: 0;
}
.filterable-content .filters .styledselect:after {
  position: relative;
  top: -4px;
  content: "\f0dd";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 7px;
  font-size: 1.5rem;
}
.filterable-content .filters div > div > .styledselect {
  display: block;
}
.is-window-load .filterable-content .filters {
  opacity: 1;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.filterable-content .list {
  text-align: center;
}
.filterable-content .list #mixitup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .filterable-content .list #mixitup-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filterable-content .list #mixitup-container .mix {
  display: none;
}
.filterable-content .list .mix {
  width: 25%;
  padding: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .filterable-content .list .mix {
    width: 100%;
  }
}
.filterable-content .list .mix h3 {
  font-size: 3rem;
}
.filterable-content .list .mix button {
  display: none;
}
.filterable-content .styledselect, .filterable-content .select .options {
  display: none;
}
.filterable-content .filter-search {
  max-width: 50%;
  margin: 0 auto;
}

.case-study .case-study-image div {
  min-height: 300px;
}

.team-member {
  padding: 20px;
}

/* System */
.subscription-preferences {
  margin-bottom: 100px;
}
.subscription-preferences .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.subscription-preferences .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

.backup-unsubscribe {
  margin-bottom: 100px;
  text-align: center;
}
.backup-unsubscribe .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.backup-unsubscribe .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}

.subscriptions-update-confirmation {
  margin-bottom: 100px;
  text-align: center;
}

.password-prompt {
  margin: 0 auto 50px auto !important;
  float: none !important;
  text-align: center;
  max-width: 300px;
}
.password-prompt #hs-pwd-widget-password {
  padding: 20px;
}
.password-prompt .hs-button {
  color: #fff;
  background-color: #FE6A2C;
  border: 0;
  padding: 5px 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-transform: uppercase;
  font-family: "Heavitas Neue", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  margin-top: 30px;
}
.password-prompt .hs-button:hover {
  -webkit-box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
  background-color: #ffb06d;
}