@charset "UTF-8";
/*! Production™ Framework. © 2016. ALL RIGHTS RESERVED IMPACT Branding & Design LLC. THIS INSTALLATION OF Production™ Framework IS NONEXCLUSIVE AND NONTRANSFERABLE AND LICENSED BY IMPACT Branding & Design LLC FOR COMMERCIAL USE. UNAUTHORIZED COPYING, REPRODUCTION, REPUBLISHING, UPLOADING, POSTING, TRANSMITTING OR DUPLICATING OF ANY OF THE MATERIAL WITHOUT PERMISSION IS PROHIBITED. */
@import url("//cdn2.hubspot.net/hubfs/298890/Production/css/defaults.css");
/* ********** INITIALIZE ********** */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700,800|Open+Sans+Condensed:300);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0px;
  margin: 0px;
  opacity: 1 !important; }

.grid__item img, .grid__item iframe {
  max-width: 100%; }

/* ********** GRID ********** */
/* Grid */


.flex-wrapper .hs_cos_wrapper {
  display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex !important;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  
}
.flex-wrapper .hs_cos_wrapper > * {
  flex: 1 33%; }
.flex-wrapper .hs_two_wrapper > * {
  flex: 1 50%; }

.flex-wrapper .hs_cos_wrapper_type_custom_widget {
flex: auto;
border: 1px solid blue;
padding: 10px; }

.container {
    position: relative;
    max-width: 1100px;
    text-align: left!important; }

.grid__container{
   display: flex;}


.grid {
  margin: 0px auto;
  width: 1280px;
  max-width: 98%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px; }
  .grid.hard, .grid.hard--sides {
    width: 100%;
    max-width: 100%; }
  @media screen and (min-width: 1168px) {
    .grid.desk-hard, .grid.desk-hard--sides {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 1167px) and (min-width: 1024px) {
    .grid.lap-hard, .grid.lap-hard--sides {
      width: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1024px) {
    .grid.lap-and-up-hard, .grid.lap-and-up-hard--sides {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .grid.portable-hard, .grid.portable-hard--sides {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 1023px) and (min-width: 680px) {
    .grid.tablet-hard, .grid.tablet-hard--sides {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 679px) {
    .grid.palm-hard, .grid.palm-hard--sides {
      width: 100%;
      max-width: 100%; } }



/* Grid Items */
.grid__item {
  display: inline-block;
  text-align: left;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid Vertical Padding */
.grid.shorter, .grid__item.shorter {
  padding-top: 10px;
  padding-bottom: 10px; }

.grid.short, .grid__item.short {
  padding-top: 20px;
  padding-bottom: 20px; }

.grid.semi, .grid__item.semi {
  padding-top: auto;
  padding-bottom: auto; }

.grid.tall, .grid__item.tall {
  padding-top: 40px;
  padding-bottom: 40px; }

.grid.grande, .grid__item.grande {
  padding-top: 60px;
  padding-bottom: 60px; }

.grid.venti, .grid__item.venti {
  padding-top: 80px;
  padding-bottom: 80px; }

.grid.trenta, .grid__item.trenta {
  padding-top: 100px;
  padding-bottom: 100px; }

.grid.short--top, .grid__item.short--top {
  padding-top: 20px; }
.grid.tall--top, .grid__item.tall--top {
  padding-top: 40px; }
.grid.grande--top, .grid__item.grande--top {
  padding-top: 60px; }
.grid.venti--top, .grid__item.venti--top {
  padding-top: 80px; }
.grid.trenta--top, .grid__item.trenta--top {
  padding-top: 100px; }
.grid.short--bottom, .grid__item.short--bottom {
  padding-bottom: 20px; }
.grid.tall--bottom, .grid__item.tall--bottom {
  padding-bottom: 40px; }
.grid.grande--bottom, .grid__item.grande--bottom {
  padding-bottom: 60px; }
.grid.venti--bottom, .grid__item.venti--bottom {
  padding-bottom: 80px; }
.grid.trenta--bottom, .grid__item.trenta--bottom {
  padding-bottom: 100px; }

@media screen and (min-width: 1168px) {
  .grid.desk-short, .grid__item.desk-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.desk-tall, .grid__item.desk-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.desk-grande, .grid__item.desk-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.desk-venti, .grid__item.desk-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.desk-trenta, .grid__item.desk-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.desk-short--top, .grid__item.desk-short--top {
    padding-top: 20px!important; }
  .grid.desk-tall--top, .grid__item.desk-tall--top {
    padding-top: 40px!important; }
  .grid.desk-grande--top, .grid__item.desk-grande--top {
    padding-top: 60px!important; }
  .grid.desk-venti--top, .grid__item.desk-venti--top {
    padding-top: 80px!important; }
  .grid.desk-trenta--top, .grid__item.desk-trenta--top {
    padding-top: 100px!important; }
  .grid.desk-short--bottom, .grid__item.desk-short--bottom {
    padding-bottom: 20px!important; }
  .grid.desk-tall--bottom, .grid__item.desk-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.desk-grande--bottom, .grid__item.desk-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.desk-venti--bottom, .grid__item.desk-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.desk-trenta--bottom, .grid__item.desk-trenta--bottom {
    padding-bottom: 100px!important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .grid.lap-short, .grid__item.lap-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.lap-tall, .grid__item.lap-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.lap-grande, .grid__item.lap-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.lap-venti, .grid__item.lap-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.lap-trenta, .grid__item.lap-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.lap-short--top, .grid__item.lap-short--top {
    padding-top: 20px!important; }
  .grid.lap-tall--top, .grid__item.lap-tall--top {
    padding-top: 40px!important; }
  .grid.lap-grande--top, .grid__item.lap-grande--top {
    padding-top: 60px!important; }
  .grid.lap-venti--top, .grid__item.lap-venti--top {
    padding-top: 80px!important; }
  .grid.lap-trenta--top, .grid__item.lap-trenta--top {
    padding-top: 100px!important; }
  .grid.lap-short--bottom, .grid__item.lap-short--bottom {
    padding-bottom: 20px!important; }
  .grid.lap-tall--bottom, .grid__item.lap-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.lap-grande--bottom, .grid__item.lap-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.lap-venti--bottom, .grid__item.lap-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.lap-trenta--bottom, .grid__item.lap-trenta--bottom {
    padding-bottom: 100px!important; } }
@media screen and (min-width: 1024px) {
  .grid.lap-and-up-short, .grid__item.lap-and-up-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.lap-and-up-tall, .grid__item.lap-and-up-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.lap-and-up-grande, .grid__item.lap-and-up-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.lap-and-up-venti, .grid__item.lap-and-up-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.lap-and-up-trenta, .grid__item.lap-and-up-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.lap-and-up-short--top, .grid__item.lap-and-up-short--top {
    padding-top: 20px!important; }
  .grid.lap-and-up-tall--top, .grid__item.lap-and-up-tall--top {
    padding-top: 40px!important; }
  .grid.lap-and-up-grande--top, .grid__item.lap-and-up-grande--top {
    padding-top: 60px!important; }
  .grid.lap-and-up-venti--top, .grid__item.lap-and-up-venti--top {
    padding-top: 80px!important; }
  .grid.lap-and-up-trenta--top, .grid__item.lap-and-up-trenta--top {
    padding-top: 100px!important; }
  .grid.lap-and-up-short--bottom, .grid__item.lap-and-up-short--bottom {
    padding-bottom: 20px!important; }
  .grid.lap-and-up-tall--bottom, .grid__item.lap-and-up-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.lap-and-up-grande--bottom, .grid__item.lap-and-up-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.lap-and-up-venti--bottom, .grid__item.lap-and-up-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.lap-and-up-trenta--bottom, .grid__item.lap-and-up-trenta--bottom {
    padding-bottom: 100px!important; } }
@media screen and (max-width: 1023px) {
  .grid.portable-short, .grid__item.portable-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.portable-tall, .grid__item.portable-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.portable-grande, .grid__item.portable-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.portable-venti, .grid__item.portable-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.portable-trenta, .grid__item.portable-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.portable-short--top, .grid__item.portable-short--top {
    padding-top: 20px!important; }
  .grid.portable-tall--top, .grid__item.portable-tall--top {
    padding-top: 40px!important; }
  .grid.portable-grande--top, .grid__item.portable-grande--top {
    padding-top: 60px!important; }
  .grid.portable-venti--top, .grid__item.portable-venti--top {
    padding-top: 80px!important; }
  .grid.portable-trenta--top, .grid__item.portable-trenta--top {
    padding-top: 100px!important; }
  .grid.portable-short--bottom, .grid__item.portable-short--bottom {
    padding-bottom: 20px!important; }
  .grid.portable-tall--bottom, .grid__item.portable-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.portable-grande--bottom, .grid__item.portable-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.portable-venti--bottom, .grid__item.portable-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.portable-trenta--bottom, .grid__item.portable-trenta--bottom {
    padding-bottom: 100px!important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .grid.tablet-short, .grid__item.tablet-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.tablet-tall, .grid__item.tablet-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.tablet-grande, .grid__item.tablet-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.tablet-venti, .grid__item.tablet-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.tablet-trenta, .grid__item.tablet-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.tablet-short--top, .grid__item.tablet-short--top {
    padding-top: 20px!important; }
  .grid.tablet-tall--top, .grid__item.tablet-tall--top {
    padding-top: 40px!important; }
  .grid.tablet-grande--top, .grid__item.tablet-grande--top {
    padding-top: 60px!important; }
  .grid.tablet-venti--top, .grid__item.tablet-venti--top {
    padding-top: 80px!important; }
  .grid.tablet-trenta--top, .grid__item.tablet-trenta--top {
    padding-top: 100px!important; }
  .grid.tablet-short--bottom, .grid__item.tablet-short--bottom {
    padding-bottom: 20px!important; }
  .grid.tablet-tall--bottom, .grid__item.tablet-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.tablet-grande--bottom, .grid__item.tablet-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.tablet-venti--bottom, .grid__item.tablet-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.tablet-trenta--bottom, .grid__item.tablet-trenta--bottom {
    padding-bottom: 100px!important; } }
@media screen and (max-width: 679px) {
  .grid.palm-short, .grid__item.palm-short {
    padding-top: 20px!important;
    padding-bottom: 20px!important; }

  .grid.palm-tall, .grid__item.palm-tall {
    padding-top: 40px!important;
    padding-bottom: 40px!important; }

  .grid.palm-grande, .grid__item.palm-grande {
    padding-top: 60px!important;
    padding-bottom: 60px!important; }

  .grid.palm-venti, .grid__item.palm-venti {
    padding-top: 80px!important;
    padding-bottom: 80px!important; }

  .grid.palm-trenta, .grid__item.palm-trenta {
    padding-top: 100px!important;
    padding-bottom: 100px!important; }

  .grid.palm-short--top, .grid__item.palm-short--top {
    padding-top: 20px!important; }
  .grid.palm-tall--top, .grid__item.palm-tall--top {
    padding-top: 40px!important; }
  .grid.palm-grande--top, .grid__item.palm-grande--top {
    padding-top: 60px!important; }
  .grid.palm-venti--top, .grid__item.palm-venti--top {
    padding-top: 80px!important; }
  .grid.palm-trenta--top, .grid__item.palm-trenta--top {
    padding-top: 100px!important; }
  .grid.palm-short--bottom, .grid__item.palm-short--bottom {
    padding-bottom: 20px!important; }
  .grid.palm-tall--bottom, .grid__item.palm-tall--bottom {
    padding-bottom: 40px!important; }
  .grid.palm-grande--bottom, .grid__item.palm-grande--bottom {
    padding-bottom: 60px!important; }
  .grid.palm-venti--bottom, .grid__item.palm-venti--bottom {
    padding-bottom: 80px!important; }
  .grid.palm-trenta--bottom, .grid__item.palm-trenta--bottom {
    padding-bottom: 100px!important; } }
.negative--basic--top {
  margin-top: -50px; }

.negative--short--top {
  margin-top: -20px; }

.negative--shorter--top{
  margin-top: -10px; }

.negative--tall--top {
  margin-top: -40px; }

.negative--grande--top {
  margin-top: -60px; }

.negative--venti--top {
  margin-top: -80px; }

.negative--trenta--top {
  margin-top: -100px; }

.negative--basic--bottom {
  margin-bottom: -50px; }

.negative--short--bottom {
  margin-bottom: -20px; }

.negative--tall--bottom {
  margin-bottom: -40px; }

.negative--grande--bottom {
  margin-bottom: -60px; }

.negative--venti--bottom {
  margin-bottom: -80px; }

.negative--trenta--bottom {
  margin-bottom: -100px; }

@media screen and (min-width: 1168px) {
  .desk-negative--basic--top {
    margin-top: -50px!important; }

  .desk-negative--short--top {
    margin-top: -20px!important; }

  .desk-negative--tall--top {
    margin-top: -40px!important; }

  .desk-negative--grande--top {
    margin-top: -60px!important; }

  .desk-negative--venti--top {
    margin-top: -80px!important; }

  .desk-negative--trenta--top {
    margin-top: -100px!important; }

  .desk-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .desk-negative--short--bottom {
    margin-bottom: -20px!important; }

  .desk-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .desk-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .desk-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .desk-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-negative--basic--top {
    margin-top: -50px!important; }

  .lap-negative--short--top {
    margin-top: -20px!important; }

  .lap-negative--tall--top {
    margin-top: -40px!important; }

  .lap-negative--grande--top {
    margin-top: -60px!important; }

  .lap-negative--venti--top {
    margin-top: -80px!important; }

  .lap-negative--trenta--top {
    margin-top: -100px!important; }

  .lap-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .lap-negative--short--bottom {
    margin-bottom: -20px!important; }

  .lap-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .lap-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .lap-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .lap-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-negative--basic--top {
    margin-top: -50px!important; }

  .lap-and-up-negative--short--top {
    margin-top: -20px!important; }

  .lap-and-up-negative--tall--top {
    margin-top: -40px!important; }

  .lap-and-up-negative--grande--top {
    margin-top: -60px!important; }

  .lap-and-up-negative--venti--top {
    margin-top: -80px!important; }

  .lap-and-up-negative--trenta--top {
    margin-top: -100px!important; }

  .lap-and-up-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .lap-and-up-negative--short--bottom {
    margin-bottom: -20px!important; }

  .lap-and-up-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .lap-and-up-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .lap-and-up-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .lap-and-up-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
@media screen and (max-width: 1023px) {
  .portable-negative--basic--top {
    margin-top: -50px!important; }

  .portable-negative--short--top {
    margin-top: -20px!important; }

  .portable-negative--tall--top {
    margin-top: -40px!important; }

  .portable-negative--grande--top {
    margin-top: -60px!important; }

  .portable-negative--venti--top {
    margin-top: -80px!important; }

  .portable-negative--trenta--top {
    margin-top: -100px!important; }

  .portable-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .portable-negative--short--bottom {
    margin-bottom: -20px!important; }

  .portable-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .portable-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .portable-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .portable-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-negative--basic--top {
    margin-top: -50px!important; }

  .tablet-negative--short--top {
    margin-top: -20px!important; }

  .tablet-negative--tall--top {
    margin-top: -40px!important; }

  .tablet-negative--grande--top {
    margin-top: -60px!important; }

  .tablet-negative--venti--top {
    margin-top: -80px!important; }

  .tablet-negative--trenta--top {
    margin-top: -100px!important; }

  .tablet-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .tablet-negative--short--bottom {
    margin-bottom: -20px!important; }

  .tablet-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .tablet-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .tablet-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .tablet-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
@media screen and (max-width: 679px) {
  .palm-negative--basic--top {
    margin-top: -50px!important; }

  .palm-negative--short--top {
    margin-top: -20px!important; }

  .palm-negative--tall--top {
    margin-top: -40px!important; }

  .palm-negative--grande--top {
    margin-top: -60px!important; }

  .palm-negative--venti--top {
    margin-top: -80px!important; }

  .palm-negative--trenta--top {
    margin-top: -100px!important; }

  .palm-negative--basic--bottom {
    margin-bottom: -50px!important; }

  .palm-negative--short--bottom {
    margin-bottom: -20px!important; }

  .palm-negative--tall--bottom {
    margin-bottom: -40px!important; }

  .palm-negative--grande--bottom {
    margin-bottom: -60px!important; }

  .palm-negative--venti--bottom {
    margin-bottom: -80px!important; }

  .palm-negative--trenta--bottom {
    margin-bottom: -100px!important; } }
/* Grid Column Widths */
.one-twelfths.grid__item {
  width: 6.33333%; }

.one-twelfths.hard.grid__item, .one-twelfths.hard--sides.grid__item {
  width: 8.33333%; }

.two-twelfths.grid__item, .one-sixth.grid__item {
  width: 14.66667%; }

.two-twelfths.hard.grid__item, .two-twelfths.hard--sides.grid__item, .one-sixth.hard.grid__item, .one-sixth.hard--sides.grid__item {
  width: 16.66667%; }

.three-twelfths.grid__item, .two-eighths.grid__item, .one-fourth.grid__item {
  width: 23%; }

.three-twelfths.hard.grid__item, .three-twelfths.hard--sides.grid__item, .two-eighths.hard.grid__item, .two-eighths.hard--sides.grid__item, .one-fourth.hard.grid__item, .one-fourth.hard--sides.grid__item {
  width: 25%; }

.four-twelfths.grid__item, .one-third.grid__item {
  width: 31.33333%; }

.four-twelfths.hard.grid__item, .four-twelfths.hard--sides.grid__item, .one-third.hard.grid__item, .one-third.hard--sides.grid__item {
  width: 33.33333%; }

.five-twelfths.grid__item {
  width: 39.66667%; }

.five-twelfths.hard.grid__item, .five-twelfths.hard--sides.grid__item {
  width: 41.66667%; }

.six-twelfths.grid__item, .five-tenths.grid__item, .four-eighths.grid__item, .one-half.grid__item {
  width: 48%; }

.six-twelfths.hard.grid__item, .six-twelfths.hard--sides.grid__item, .five-tenths.hard.grid__item, .five-tenths.hard--sides.grid__item, .four-eighths.hard.grid__item, .four-eighths.hard--sides.grid__item, .one-half.hard.grid__item, .one-half.hard--sides.grid__item {
  width: 50%; }

.seven-twelfths.grid__item {
  width: 56.33333%; }

.seven-twelfths.hard.grid__item, .seven-twelfths.hard--sides.grid__item {
  width: 58.33333%; }

.eight-twelfths.grid__item {
  width: 64.66667%; }

.eight-twelfths.hard.grid__item, .eight-twelfths.hard--sides.grid__item {
  width: 66.66667%; }

.nine-twelfths.grid__item, .six-eighths.grid__item {
  width: 73%; }

.nine-twelfths.hard.grid__item, .nine-twelfths.hard--sides.grid__item, .six-eighths.hard.grid__item, .six-eighths.hard--sides.grid__item {
  width: 75%; }

.ten-twelfths.grid__item {
  width: 81.33333%; }

.ten-twelfths.hard.grid__item, .ten-twelfths.hard--sides.grid__item {
  width: 83.33333%; }

.eleven-twelfths.grid__item,  {
  width: 94%; }

.eleven-twelfths.hard.grid__item, .eleven-twelfths.hard--sides.grid__item {
  width: 95%; }

.twelve-twelfths.grid__item, .ten-tenths.grid__item, .eight-eighths.grid__item, .one-whole.grid__item {
  width: 98%; }

.twelve-twelfths.hard.grid__item, .twelve-twelfths.hard--sides.grid__item, .ten-tenths.hard.grid__item, .ten-tenths.hard--sides.grid__item, .eight-eighths.hard.grid__item, .eight-eighths.hard--sides.grid__item, .one-whole.hard.grid__item, .one-whole.hard--sides.grid__item {
  width: 100%; }

.one-tenths.grid__item {
  width: 8%; }

.one-tenths.hard.grid__item, .one-tenths.hard--sides.grid__item {
  width: 10%; }

.two-tenths.grid__item, .one-fifth.grid__item {
  width: 18%; }

.two-tenths.hard.grid__item, .two-tenths.hard--sides.grid__item, .one-fifth.hard.grid__item, .one-fifth.hard--sides.grid__item {
  width: 20%; }

.three-tenths.grid__item {
  width: 28%; }

.three-tenths.hard.grid__item, .three-tenths.hard--sides.grid__item {
  width: 30%; }

.four-tenths.grid__item {
  width: 38%; }

.four-tenths.hard.grid__item, .four-tenths.hard--sides.grid__item {
  width: 40%; }

.six-tenths.grid__item {
  width: 58%; }

.six-tenths.hard.grid__item, .six-tenths.hard--sides.grid__item {
  width: 60%; }

.seven-tenths.grid__item {
  width: 68%; }

.seven-tenths.hard.grid__item, .seven-tenths.hard--sides.grid__item {
  width: 70%; }

.eight-tenths.grid__item {
  width: 78%; }

.eight-tenths.hard.grid__item, .eight-tenths.hard--sides.grid__item {
  width: 80%; }

.nine-tenths.grid__item {
  width: 88%; }

.nine-tenths.hard.grid__item, .nine-tenths.hard--sides.grid__item {
  width: 90%; }

.one-eighths.grid__item {
  width: 10.5%; }

.one-eighths.hard.grid__item, .one-eighths.hard--sides.grid__item {
  width: 12.5%; }

.three-eighths.grid__item {
  width: 35.5%; }

.three-eighths.hard.grid__item, .three-eighths.hard--sides.grid__item {
  width: 37.5%; }

.five-eighths.grid__item {
  width: 60.5%; }

.five-eighths.hard.grid__item, .five-eighths.hard--sides.grid__item {
  width: 62.5%; }

.seven-eighths.grid__item {
  width: 85.5%; }

.seven-eighths.hard.grid__item, .seven-eighths.hard--sides.grid__item {
  width: 87.5%; }

@media screen and (min-width: 1168px) {
  .desk-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .desk-one-twelfths.hard.grid__item, .desk-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .desk-two-twelfths.grid__item, .desk-one-sixth.grid__item {
    width: 14.66667%!important; }

  .desk-two-twelfths.hard.grid__item, .desk-two-twelfths.hard--sides.grid__item, .desk-one-sixth.hard.grid__item, .desk-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .desk-three-twelfths.grid__item, .desk-two-eighths.grid__item, .desk-one-fourth.grid__item {
    width: 23%!important; }

  .desk-three-twelfths.hard.grid__item, .desk-three-twelfths.hard--sides.grid__item, .desk-two-eighths.hard.grid__item, .desk-two-eighths.hard--sides.grid__item, .desk-one-fourth.hard.grid__item, .desk-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .desk-four-twelfths.grid__item, .desk-one-third.grid__item {
    width: 31.33333%!important; }

  .desk-four-twelfths.hard.grid__item, .desk-four-twelfths.hard--sides.grid__item, .desk-one-third.hard.grid__item, .desk-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .desk-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .desk-five-twelfths.hard.grid__item, .desk-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .desk-six-twelfths.grid__item, .desk-five-tenths.grid__item, .desk-four-eighths.grid__item, .desk-one-half.grid__item {
    width: 48%!important; }

  .desk-six-twelfths.hard.grid__item, .desk-six-twelfths.hard--sides.grid__item, .desk-five-tenths.hard.grid__item, .desk-five-tenths.hard--sides.grid__item, .desk-four-eighths.hard.grid__item, .desk-four-eighths.hard--sides.grid__item, .desk-one-half.hard.grid__item, .desk-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .desk-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .desk-seven-twelfths.hard.grid__item, .desk-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .desk-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .desk-eight-twelfths.hard.grid__item, .desk-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .desk-nine-twelfths.grid__item, .desk-six-eighths.grid__item {
    width: 73%!important; }

  .desk-nine-twelfths.hard.grid__item, .desk-nine-twelfths.hard--sides.grid__item, .desk-six-eighths.hard.grid__item, .desk-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .desk-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .desk-ten-twelfths.hard.grid__item, .desk-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .desk-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .desk-eleven-twelfths.hard.grid__item, .desk-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .desk-twelve-twelfths.grid__item, .desk-ten-tenths.grid__item, .desk-eight-eighths.grid__item, .desk-one-whole.grid__item {
    width: 98%!important; }

  .desk-twelve-twelfths.hard.grid__item, .desk-twelve-twelfths.hard--sides.grid__item, .desk-ten-tenths.hard.grid__item, .desk-ten-tenths.hard--sides.grid__item, .desk-eight-eighths.hard.grid__item, .desk-eight-eighths.hard--sides.grid__item, .desk-one-whole.hard.grid__item, .desk-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .desk-one-tenths.grid__item {
    width: 8%!important; }

  .desk-one-tenths.hard.grid__item, .desk-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .desk-two-tenths.grid__item, .desk-one-fifth.grid__item {
    width: 18%!important; }

  .desk-two-tenths.hard.grid__item, .desk-two-tenths.hard--sides.grid__item, .desk-one-fifth.hard.grid__item, .desk-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .desk-three-tenths.grid__item {
    width: 28%!important; }

  .desk-three-tenths.hard.grid__item, .desk-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .desk-four-tenths.grid__item {
    width: 38%!important; }

  .desk-four-tenths.hard.grid__item, .desk-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .desk-six-tenths.grid__item {
    width: 58%!important; }

  .desk-six-tenths.hard.grid__item, .desk-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .desk-seven-tenths.grid__item {
    width: 68%!important; }

  .desk-seven-tenths.hard.grid__item, .desk-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .desk-eight-tenths.grid__item {
    width: 78%!important; }

  .desk-eight-tenths.hard.grid__item, .desk-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .desk-nine-tenths.grid__item {
    width: 88%!important; }

  .desk-nine-tenths.hard.grid__item, .desk-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .desk-one-eighths.grid__item {
    width: 10.5%!important; }

  .desk-one-eighths.hard.grid__item, .desk-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .desk-three-eighths.grid__item {
    width: 35.5%!important; }

  .desk-three-eighths.hard.grid__item, .desk-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .desk-five-eighths.grid__item {
    width: 60.5%!important; }

  .desk-five-eighths.hard.grid__item, .desk-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .desk-seven-eighths.grid__item {
    width: 85.5%!important; }

  .desk-seven-eighths.hard.grid__item, .desk-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .lap-one-twelfths.hard.grid__item, .lap-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .lap-two-twelfths.grid__item, .lap-one-sixth.grid__item {
    width: 14.66667%!important; }

  .lap-two-twelfths.hard.grid__item, .lap-two-twelfths.hard--sides.grid__item, .lap-one-sixth.hard.grid__item, .lap-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .lap-three-twelfths.grid__item, .lap-two-eighths.grid__item, .lap-one-fourth.grid__item {
    width: 23%!important; }

  .lap-three-twelfths.hard.grid__item, .lap-three-twelfths.hard--sides.grid__item, .lap-two-eighths.hard.grid__item, .lap-two-eighths.hard--sides.grid__item, .lap-one-fourth.hard.grid__item, .lap-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .lap-four-twelfths.grid__item, .lap-one-third.grid__item {
    width: 31.33333%!important; }

  .lap-four-twelfths.hard.grid__item, .lap-four-twelfths.hard--sides.grid__item, .lap-one-third.hard.grid__item, .lap-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .lap-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .lap-five-twelfths.hard.grid__item, .lap-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .lap-six-twelfths.grid__item, .lap-five-tenths.grid__item, .lap-four-eighths.grid__item, .lap-one-half.grid__item {
    width: 48%!important; }

  .lap-six-twelfths.hard.grid__item, .lap-six-twelfths.hard--sides.grid__item, .lap-five-tenths.hard.grid__item, .lap-five-tenths.hard--sides.grid__item, .lap-four-eighths.hard.grid__item, .lap-four-eighths.hard--sides.grid__item, .lap-one-half.hard.grid__item, .lap-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .lap-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .lap-seven-twelfths.hard.grid__item, .lap-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .lap-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .lap-eight-twelfths.hard.grid__item, .lap-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .lap-nine-twelfths.grid__item, .lap-six-eighths.grid__item {
    width: 73%!important; }

  .lap-nine-twelfths.hard.grid__item, .lap-nine-twelfths.hard--sides.grid__item, .lap-six-eighths.hard.grid__item, .lap-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .lap-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .lap-ten-twelfths.hard.grid__item, .lap-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .lap-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .lap-eleven-twelfths.hard.grid__item, .lap-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .lap-twelve-twelfths.grid__item, .lap-ten-tenths.grid__item, .lap-eight-eighths.grid__item, .lap-one-whole.grid__item {
    width: 98%!important; }

  .lap-twelve-twelfths.hard.grid__item, .lap-twelve-twelfths.hard--sides.grid__item, .lap-ten-tenths.hard.grid__item, .lap-ten-tenths.hard--sides.grid__item, .lap-eight-eighths.hard.grid__item, .lap-eight-eighths.hard--sides.grid__item, .lap-one-whole.hard.grid__item, .lap-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .lap-one-tenths.grid__item {
    width: 8%!important; }

  .lap-one-tenths.hard.grid__item, .lap-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .lap-two-tenths.grid__item, .lap-one-fifth.grid__item {
    width: 18%!important; }

  .lap-two-tenths.hard.grid__item, .lap-two-tenths.hard--sides.grid__item, .lap-one-fifth.hard.grid__item, .lap-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .lap-three-tenths.grid__item {
    width: 28%!important; }

  .lap-three-tenths.hard.grid__item, .lap-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .lap-four-tenths.grid__item {
    width: 38%!important; }

  .lap-four-tenths.hard.grid__item, .lap-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .lap-six-tenths.grid__item {
    width: 58%!important; }

  .lap-six-tenths.hard.grid__item, .lap-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .lap-seven-tenths.grid__item {
    width: 68%!important; }

  .lap-seven-tenths.hard.grid__item, .lap-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .lap-eight-tenths.grid__item {
    width: 78%!important; }

  .lap-eight-tenths.hard.grid__item, .lap-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .lap-nine-tenths.grid__item {
    width: 88%!important; }

  .lap-nine-tenths.hard.grid__item, .lap-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .lap-one-eighths.grid__item {
    width: 10.5%!important; }

  .lap-one-eighths.hard.grid__item, .lap-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .lap-three-eighths.grid__item {
    width: 35.5%!important; }

  .lap-three-eighths.hard.grid__item, .lap-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .lap-five-eighths.grid__item {
    width: 60.5%!important; }

  .lap-five-eighths.hard.grid__item, .lap-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .lap-seven-eighths.grid__item {
    width: 85.5%!important; }

  .lap-seven-eighths.hard.grid__item, .lap-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .lap-and-up-one-twelfths.hard.grid__item, .lap-and-up-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .lap-and-up-two-twelfths.grid__item, .lap-and-up-one-sixth.grid__item {
    width: 14.66667%!important; }

  .lap-and-up-two-twelfths.hard.grid__item, .lap-and-up-two-twelfths.hard--sides.grid__item, .lap-and-up-one-sixth.hard.grid__item, .lap-and-up-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .lap-and-up-three-twelfths.grid__item, .lap-and-up-two-eighths.grid__item, .lap-and-up-one-fourth.grid__item {
    width: 23%!important; }

  .lap-and-up-three-twelfths.hard.grid__item, .lap-and-up-three-twelfths.hard--sides.grid__item, .lap-and-up-two-eighths.hard.grid__item, .lap-and-up-two-eighths.hard--sides.grid__item, .lap-and-up-one-fourth.hard.grid__item, .lap-and-up-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .lap-and-up-four-twelfths.grid__item, .lap-and-up-one-third.grid__item {
    width: 31.33333%!important; }

  .lap-and-up-four-twelfths.hard.grid__item, .lap-and-up-four-twelfths.hard--sides.grid__item, .lap-and-up-one-third.hard.grid__item, .lap-and-up-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .lap-and-up-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .lap-and-up-five-twelfths.hard.grid__item, .lap-and-up-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .lap-and-up-six-twelfths.grid__item, .lap-and-up-five-tenths.grid__item, .lap-and-up-four-eighths.grid__item, .lap-and-up-one-half.grid__item {
    width: 48%!important; }

  .lap-and-up-six-twelfths.hard.grid__item, .lap-and-up-six-twelfths.hard--sides.grid__item, .lap-and-up-five-tenths.hard.grid__item, .lap-and-up-five-tenths.hard--sides.grid__item, .lap-and-up-four-eighths.hard.grid__item, .lap-and-up-four-eighths.hard--sides.grid__item, .lap-and-up-one-half.hard.grid__item, .lap-and-up-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .lap-and-up-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .lap-and-up-seven-twelfths.hard.grid__item, .lap-and-up-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .lap-and-up-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .lap-and-up-eight-twelfths.hard.grid__item, .lap-and-up-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .lap-and-up-nine-twelfths.grid__item, .lap-and-up-six-eighths.grid__item {
    width: 73%!important; }

  .lap-and-up-nine-twelfths.hard.grid__item, .lap-and-up-nine-twelfths.hard--sides.grid__item, .lap-and-up-six-eighths.hard.grid__item, .lap-and-up-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .lap-and-up-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .lap-and-up-ten-twelfths.hard.grid__item, .lap-and-up-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .lap-and-up-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .lap-and-up-eleven-twelfths.hard.grid__item, .lap-and-up-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .lap-and-up-twelve-twelfths.grid__item, .lap-and-up-ten-tenths.grid__item, .lap-and-up-eight-eighths.grid__item, .lap-and-up-one-whole.grid__item {
    width: 98%!important; }

  .lap-and-up-twelve-twelfths.hard.grid__item, .lap-and-up-twelve-twelfths.hard--sides.grid__item, .lap-and-up-ten-tenths.hard.grid__item, .lap-and-up-ten-tenths.hard--sides.grid__item, .lap-and-up-eight-eighths.hard.grid__item, .lap-and-up-eight-eighths.hard--sides.grid__item, .lap-and-up-one-whole.hard.grid__item, .lap-and-up-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .lap-and-up-one-tenths.grid__item {
    width: 8%!important; }

  .lap-and-up-one-tenths.hard.grid__item, .lap-and-up-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .lap-and-up-two-tenths.grid__item, .lap-and-up-one-fifth.grid__item {
    width: 18%!important; }

  .lap-and-up-two-tenths.hard.grid__item, .lap-and-up-two-tenths.hard--sides.grid__item, .lap-and-up-one-fifth.hard.grid__item, .lap-and-up-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .lap-and-up-three-tenths.grid__item {
    width: 28%!important; }

  .lap-and-up-three-tenths.hard.grid__item, .lap-and-up-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .lap-and-up-four-tenths.grid__item {
    width: 38%!important; }

  .lap-and-up-four-tenths.hard.grid__item, .lap-and-up-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .lap-and-up-six-tenths.grid__item {
    width: 58%!important; }

  .lap-and-up-six-tenths.hard.grid__item, .lap-and-up-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .lap-and-up-seven-tenths.grid__item {
    width: 68%!important; }

  .lap-and-up-seven-tenths.hard.grid__item, .lap-and-up-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .lap-and-up-eight-tenths.grid__item {
    width: 78%!important; }

  .lap-and-up-eight-tenths.hard.grid__item, .lap-and-up-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .lap-and-up-nine-tenths.grid__item {
    width: 88%!important; }

  .lap-and-up-nine-tenths.hard.grid__item, .lap-and-up-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .lap-and-up-one-eighths.grid__item {
    width: 10.5%!important; }

  .lap-and-up-one-eighths.hard.grid__item, .lap-and-up-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .lap-and-up-three-eighths.grid__item {
    width: 35.5%!important; }

  .lap-and-up-three-eighths.hard.grid__item, .lap-and-up-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .lap-and-up-five-eighths.grid__item {
    width: 60.5%!important; }

  .lap-and-up-five-eighths.hard.grid__item, .lap-and-up-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .lap-and-up-seven-eighths.grid__item {
    width: 85.5%!important; }

  .lap-and-up-seven-eighths.hard.grid__item, .lap-and-up-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
@media screen and (max-width: 1023px) {
  .portable-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .portable-one-twelfths.hard.grid__item, .portable-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .portable-two-twelfths.grid__item, .portable-one-sixth.grid__item {
    width: 14.66667%!important; }

  .portable-two-twelfths.hard.grid__item, .portable-two-twelfths.hard--sides.grid__item, .portable-one-sixth.hard.grid__item, .portable-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .portable-three-twelfths.grid__item, .portable-two-eighths.grid__item, .portable-one-fourth.grid__item {
    width: 23%!important; }

  .portable-three-twelfths.hard.grid__item, .portable-three-twelfths.hard--sides.grid__item, .portable-two-eighths.hard.grid__item, .portable-two-eighths.hard--sides.grid__item, .portable-one-fourth.hard.grid__item, .portable-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .portable-four-twelfths.grid__item, .portable-one-third.grid__item {
    width: 31.33333%!important; }

  .portable-four-twelfths.hard.grid__item, .portable-four-twelfths.hard--sides.grid__item, .portable-one-third.hard.grid__item, .portable-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .portable-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .portable-five-twelfths.hard.grid__item, .portable-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .portable-six-twelfths.grid__item, .portable-five-tenths.grid__item, .portable-four-eighths.grid__item, .portable-one-half.grid__item {
    width: 48%!important; }

  .portable-six-twelfths.hard.grid__item, .portable-six-twelfths.hard--sides.grid__item, .portable-five-tenths.hard.grid__item, .portable-five-tenths.hard--sides.grid__item, .portable-four-eighths.hard.grid__item, .portable-four-eighths.hard--sides.grid__item, .portable-one-half.hard.grid__item, .portable-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .portable-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .portable-seven-twelfths.hard.grid__item, .portable-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .portable-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .portable-eight-twelfths.hard.grid__item, .portable-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .portable-nine-twelfths.grid__item, .portable-six-eighths.grid__item {
    width: 73%!important; }

  .portable-nine-twelfths.hard.grid__item, .portable-nine-twelfths.hard--sides.grid__item, .portable-six-eighths.hard.grid__item, .portable-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .portable-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .portable-ten-twelfths.hard.grid__item, .portable-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .portable-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .portable-eleven-twelfths.hard.grid__item, .portable-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .portable-twelve-twelfths.grid__item, .portable-ten-tenths.grid__item, .portable-eight-eighths.grid__item, .portable-one-whole.grid__item {
    width: 98%!important; }

  .portable-twelve-twelfths.hard.grid__item, .portable-twelve-twelfths.hard--sides.grid__item, .portable-ten-tenths.hard.grid__item, .portable-ten-tenths.hard--sides.grid__item, .portable-eight-eighths.hard.grid__item, .portable-eight-eighths.hard--sides.grid__item, .portable-one-whole.hard.grid__item, .portable-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .portable-one-tenths.grid__item {
    width: 8%!important; }

  .portable-one-tenths.hard.grid__item, .portable-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .portable-two-tenths.grid__item, .portable-one-fifth.grid__item {
    width: 18%!important; }

  .portable-two-tenths.hard.grid__item, .portable-two-tenths.hard--sides.grid__item, .portable-one-fifth.hard.grid__item, .portable-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .portable-three-tenths.grid__item {
    width: 28%!important; }

  .portable-three-tenths.hard.grid__item, .portable-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .portable-four-tenths.grid__item {
    width: 38%!important; }

  .portable-four-tenths.hard.grid__item, .portable-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .portable-six-tenths.grid__item {
    width: 58%!important; }

  .portable-six-tenths.hard.grid__item, .portable-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .portable-seven-tenths.grid__item {
    width: 68%!important; }

  .portable-seven-tenths.hard.grid__item, .portable-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .portable-eight-tenths.grid__item {
    width: 78%!important; }

  .portable-eight-tenths.hard.grid__item, .portable-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .portable-nine-tenths.grid__item {
    width: 88%!important; }

  .portable-nine-tenths.hard.grid__item, .portable-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .portable-one-eighths.grid__item {
    width: 10.5%!important; }

  .portable-one-eighths.hard.grid__item, .portable-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .portable-three-eighths.grid__item {
    width: 35.5%!important; }

  .portable-three-eighths.hard.grid__item, .portable-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .portable-five-eighths.grid__item {
    width: 60.5%!important; }

  .portable-five-eighths.hard.grid__item, .portable-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .portable-seven-eighths.grid__item {
    width: 85.5%!important; }

  .portable-seven-eighths.hard.grid__item, .portable-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .tablet-one-twelfths.hard.grid__item, .tablet-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .tablet-two-twelfths.grid__item, .tablet-one-sixth.grid__item {
    width: 14.66667%!important; }

  .tablet-two-twelfths.hard.grid__item, .tablet-two-twelfths.hard--sides.grid__item, .tablet-one-sixth.hard.grid__item, .tablet-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .tablet-three-twelfths.grid__item, .tablet-two-eighths.grid__item, .tablet-one-fourth.grid__item {
    width: 23%!important; }

  .tablet-three-twelfths.hard.grid__item, .tablet-three-twelfths.hard--sides.grid__item, .tablet-two-eighths.hard.grid__item, .tablet-two-eighths.hard--sides.grid__item, .tablet-one-fourth.hard.grid__item, .tablet-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .tablet-four-twelfths.grid__item, .tablet-one-third.grid__item {
    width: 31.33333%!important; }

  .tablet-four-twelfths.hard.grid__item, .tablet-four-twelfths.hard--sides.grid__item, .tablet-one-third.hard.grid__item, .tablet-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .tablet-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .tablet-five-twelfths.hard.grid__item, .tablet-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .tablet-six-twelfths.grid__item, .tablet-five-tenths.grid__item, .tablet-four-eighths.grid__item, .tablet-one-half.grid__item {
    width: 48%!important; }

  .tablet-six-twelfths.hard.grid__item, .tablet-six-twelfths.hard--sides.grid__item, .tablet-five-tenths.hard.grid__item, .tablet-five-tenths.hard--sides.grid__item, .tablet-four-eighths.hard.grid__item, .tablet-four-eighths.hard--sides.grid__item, .tablet-one-half.hard.grid__item, .tablet-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .tablet-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .tablet-seven-twelfths.hard.grid__item, .tablet-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .tablet-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .tablet-eight-twelfths.hard.grid__item, .tablet-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .tablet-nine-twelfths.grid__item, .tablet-six-eighths.grid__item {
    width: 73%!important; }

  .tablet-nine-twelfths.hard.grid__item, .tablet-nine-twelfths.hard--sides.grid__item, .tablet-six-eighths.hard.grid__item, .tablet-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .tablet-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .tablet-ten-twelfths.hard.grid__item, .tablet-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .tablet-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .tablet-eleven-twelfths.hard.grid__item, .tablet-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .tablet-twelve-twelfths.grid__item, .tablet-ten-tenths.grid__item, .tablet-eight-eighths.grid__item, .tablet-one-whole.grid__item {
    width: 98%!important; }

  .tablet-twelve-twelfths.hard.grid__item, .tablet-twelve-twelfths.hard--sides.grid__item, .tablet-ten-tenths.hard.grid__item, .tablet-ten-tenths.hard--sides.grid__item, .tablet-eight-eighths.hard.grid__item, .tablet-eight-eighths.hard--sides.grid__item, .tablet-one-whole.hard.grid__item, .tablet-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .tablet-one-tenths.grid__item {
    width: 8%!important; }

  .tablet-one-tenths.hard.grid__item, .tablet-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .tablet-two-tenths.grid__item, .tablet-one-fifth.grid__item {
    width: 18%!important; }

  .tablet-two-tenths.hard.grid__item, .tablet-two-tenths.hard--sides.grid__item, .tablet-one-fifth.hard.grid__item, .tablet-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .tablet-three-tenths.grid__item {
    width: 28%!important; }

  .tablet-three-tenths.hard.grid__item, .tablet-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .tablet-four-tenths.grid__item {
    width: 38%!important; }

  .tablet-four-tenths.hard.grid__item, .tablet-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .tablet-six-tenths.grid__item {
    width: 58%!important; }

  .tablet-six-tenths.hard.grid__item, .tablet-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .tablet-seven-tenths.grid__item {
    width: 68%!important; }

  .tablet-seven-tenths.hard.grid__item, .tablet-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .tablet-eight-tenths.grid__item {
    width: 78%!important; }

  .tablet-eight-tenths.hard.grid__item, .tablet-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .tablet-nine-tenths.grid__item {
    width: 88%!important; }

  .tablet-nine-tenths.hard.grid__item, .tablet-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .tablet-one-eighths.grid__item {
    width: 10.5%!important; }

  .tablet-one-eighths.hard.grid__item, .tablet-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .tablet-three-eighths.grid__item {
    width: 35.5%!important; }

  .tablet-three-eighths.hard.grid__item, .tablet-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .tablet-five-eighths.grid__item {
    width: 60.5%!important; }

  .tablet-five-eighths.hard.grid__item, .tablet-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .tablet-seven-eighths.grid__item {
    width: 85.5%!important; }

  .tablet-seven-eighths.hard.grid__item, .tablet-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
@media screen and (max-width: 679px) {
  .palm-one-twelfths.grid__item {
    width: 6.33333%!important; }

  .palm-one-twelfths.hard.grid__item, .palm-one-twelfths.hard--sides.grid__item {
    width: 8.33333%!important; }

  .palm-two-twelfths.grid__item, .palm-one-sixth.grid__item {
    width: 14.66667%!important; }

  .palm-two-twelfths.hard.grid__item, .palm-two-twelfths.hard--sides.grid__item, .palm-one-sixth.hard.grid__item, .palm-one-sixth.hard--sides.grid__item {
    width: 16.66667%!important; }

  .palm-three-twelfths.grid__item, .palm-two-eighths.grid__item, .palm-one-fourth.grid__item {
    width: 23%!important; }

  .palm-three-twelfths.hard.grid__item, .palm-three-twelfths.hard--sides.grid__item, .palm-two-eighths.hard.grid__item, .palm-two-eighths.hard--sides.grid__item, .palm-one-fourth.hard.grid__item, .palm-one-fourth.hard--sides.grid__item {
    width: 25%!important; }

  .palm-four-twelfths.grid__item, .palm-one-third.grid__item {
    width: 31.33333%!important; }

  .palm-four-twelfths.hard.grid__item, .palm-four-twelfths.hard--sides.grid__item, .palm-one-third.hard.grid__item, .palm-one-third.hard--sides.grid__item {
    width: 33.33333%!important; }

  .palm-five-twelfths.grid__item {
    width: 39.66667%!important; }

  .palm-five-twelfths.hard.grid__item, .palm-five-twelfths.hard--sides.grid__item {
    width: 41.66667%!important; }

  .palm-six-twelfths.grid__item, .palm-five-tenths.grid__item, .palm-four-eighths.grid__item, .palm-one-half.grid__item {
    width: 48%!important; }

  .palm-six-twelfths.hard.grid__item, .palm-six-twelfths.hard--sides.grid__item, .palm-five-tenths.hard.grid__item, .palm-five-tenths.hard--sides.grid__item, .palm-four-eighths.hard.grid__item, .palm-four-eighths.hard--sides.grid__item, .palm-one-half.hard.grid__item, .palm-one-half.hard--sides.grid__item {
    width: 50%!important; }

  .palm-seven-twelfths.grid__item {
    width: 56.33333%!important; }

  .palm-seven-twelfths.hard.grid__item, .palm-seven-twelfths.hard--sides.grid__item {
    width: 58.33333%!important; }

  .palm-eight-twelfths.grid__item {
    width: 64.66667%!important; }

  .palm-eight-twelfths.hard.grid__item, .palm-eight-twelfths.hard--sides.grid__item {
    width: 66.66667%!important; }

  .palm-nine-twelfths.grid__item, .palm-six-eighths.grid__item {
    width: 73%!important; }

  .palm-nine-twelfths.hard.grid__item, .palm-nine-twelfths.hard--sides.grid__item, .palm-six-eighths.hard.grid__item, .palm-six-eighths.hard--sides.grid__item {
    width: 75%!important; }

  .palm-ten-twelfths.grid__item {
    width: 81.33333%!important; }

  .palm-ten-twelfths.hard.grid__item, .palm-ten-twelfths.hard--sides.grid__item {
    width: 83.33333%!important; }

  .palm-eleven-twelfths.grid__item {
    width: 89.66667%!important; }

  .palm-eleven-twelfths.hard.grid__item, .palm-eleven-twelfths.hard--sides.grid__item {
    width: 91.66667%!important; }

  .palm-twelve-twelfths.grid__item, .palm-ten-tenths.grid__item, .palm-eight-eighths.grid__item, .palm-one-whole.grid__item {
    width: 98%!important; }

  .palm-twelve-twelfths.hard.grid__item, .palm-twelve-twelfths.hard--sides.grid__item, .palm-ten-tenths.hard.grid__item, .palm-ten-tenths.hard--sides.grid__item, .palm-eight-eighths.hard.grid__item, .palm-eight-eighths.hard--sides.grid__item, .palm-one-whole.hard.grid__item, .palm-one-whole.hard--sides.grid__item {
    width: 100%!important; }

  .palm-one-tenths.grid__item {
    width: 8%!important; }

  .palm-one-tenths.hard.grid__item, .palm-one-tenths.hard--sides.grid__item {
    width: 10%!important; }

  .palm-two-tenths.grid__item, .palm-one-fifth.grid__item {
    width: 18%!important; }

  .palm-two-tenths.hard.grid__item, .palm-two-tenths.hard--sides.grid__item, .palm-one-fifth.hard.grid__item, .palm-one-fifth.hard--sides.grid__item {
    width: 20%!important; }

  .palm-three-tenths.grid__item {
    width: 28%!important; }

  .palm-three-tenths.hard.grid__item, .palm-three-tenths.hard--sides.grid__item {
    width: 30%!important; }

  .palm-four-tenths.grid__item {
    width: 38%!important; }

  .palm-four-tenths.hard.grid__item, .palm-four-tenths.hard--sides.grid__item {
    width: 40%!important; }

  .palm-six-tenths.grid__item {
    width: 58%!important; }

  .palm-six-tenths.hard.grid__item, .palm-six-tenths.hard--sides.grid__item {
    width: 60%!important; }

  .palm-seven-tenths.grid__item {
    width: 68%!important; }

  .palm-seven-tenths.hard.grid__item, .palm-seven-tenths.hard--sides.grid__item {
    width: 70%!important; }

  .palm-eight-tenths.grid__item {
    width: 78%!important; }

  .palm-eight-tenths.hard.grid__item, .palm-eight-tenths.hard--sides.grid__item {
    width: 80%!important; }

  .palm-nine-tenths.grid__item {
    width: 88%!important; }

  .palm-nine-tenths.hard.grid__item, .palm-nine-tenths.hard--sides.grid__item {
    width: 90%!important; }

  .palm-one-eighths.grid__item {
    width: 10.5%!important; }

  .palm-one-eighths.hard.grid__item, .palm-one-eighths.hard--sides.grid__item {
    width: 12.5%!important; }

  .palm-three-eighths.grid__item {
    width: 35.5%!important; }

  .palm-three-eighths.hard.grid__item, .palm-three-eighths.hard--sides.grid__item {
    width: 37.5%!important; }

  .palm-five-eighths.grid__item {
    width: 60.5%!important; }

  .palm-five-eighths.hard.grid__item, .palm-five-eighths.hard--sides.grid__item {
    width: 62.5%!important; }

  .palm-seven-eighths.grid__item {
    width: 85.5%!important; }

  .palm-seven-eighths.hard.grid__item, .palm-seven-eighths.hard--sides.grid__item {
    width: 87.5%!important; } }
/* Hard Grid */
.hard, .hard--top, .hard--ends {
  padding-top: 0px!important;
  margin-top: 0px!important; }

.hard, .hard--right, .hard--sides {
  padding-right: 0px!important;
  margin-right: 0px!important; }

.hard, .hard--bottom, .hard--ends {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important; }

.hard, .hard--left, .hard--sides {
  padding-left: 0px!important;
  margin-left: 0px!important; }

@media screen and (min-width: 1168px) {
  .desk-hard, .desk-hard--top, .desk-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .desk-hard, .desk-hard--right, .desk-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .desk-hard, .desk-hard--bottom, .desk-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .desk-hard, .desk-hard--left, .desk-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-hard, .lap-hard--top, .lap-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .lap-hard, .lap-hard--right, .lap-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .lap-hard, .lap-hard--bottom, .lap-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .lap-hard, .lap-hard--left, .lap-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-hard, .lap-and-up-hard--top, .lap-and-up-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .lap-and-up-hard, .lap-and-up-hard--right, .lap-and-up-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .lap-and-up-hard, .lap-and-up-hard--bottom, .lap-and-up-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .lap-and-up-hard, .lap-and-up-hard--left, .lap-and-up-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
@media screen and (max-width: 1023px) {
  .portable-hard, .portable-hard--top, .portable-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .portable-hard, .portable-hard--right, .portable-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .portable-hard, .portable-hard--bottom, .portable-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .portable-hard, .portable-hard--left, .portable-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-hard, .tablet-hard--top, .tablet-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .tablet-hard, .tablet-hard--right, .tablet-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .tablet-hard, .tablet-hard--bottom, .tablet-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .tablet-hard, .tablet-hard--left, .tablet-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
@media screen and (max-width: 679px) {
  .palm-hard, .palm-hard--top, .palm-hard--ends {
    padding-top: 0px!important;
    margin-top: 0px!important; }

  .palm-hard, .palm-hard--right, .palm-hard--sides {
    padding-right: 0px!important;
    margin-right: 0px!important; }

  .palm-hard, .palm-hard--bottom, .palm-hard--ends {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important; }

  .palm-hard, .palm-hard--left, .palm-hard--sides {
    padding-left: 0px!important;
    margin-left: 0px!important; } }
/* Floats */
.left {
  float: left; }

.right {
  float: right; }

@media screen and (min-width: 1168px) {
  .desk-left {
    float: left; }

  .desk-right {
    float: right; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-left {
    float: left; }

  .lap-right {
    float: right; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-left {
    float: left; }

  .lap-and-up-right {
    float: right; } }
@media screen and (max-width: 1023px) {
  .portable-left {
    float: left; }

  .portable-right {
    float: right; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-left {
    float: left; }

  .tablet-right {
    float: right; } }
@media screen and (max-width: 679px) {
  .palm-left {
    float: left; }

  .palm-right {
    float: right; } }
/* ********** LAYOUT ********** */
/* Clear */
.clear {
  display: inline; }

.grid:after {
  content: ""; }

.clear:after, .grid:after {
  display: table;
  clear: both;
  height: 0px;
  width: 0px; }

.clear, .desk-clear, .lap-clear, .lap-and-up-clear, .portable-clear, .tablet-clear, .palm-clear {
  display: inline; }
  .clear:after, .desk-clear:after, .lap-clear:after, .lap-and-up-clear:after, .portable-clear:after, .tablet-clear:after, .palm-clear:after {
    display: table;
    clear: both;
    height: 0px;
    width: 0px; }

.clear:after {
  content: ""; }

@media screen and (min-width: 1168px) {
  .desk-clear:after {
    content: ""; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-clear:after {
    content: ""; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-clear:after {
    content: ""; } }
@media screen and (max-width: 1023px) {
  .portable-clear:after {
    content: ""; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-clear:after {
    content: ""; } }
@media screen and (max-width: 679px) {
  .palm-clear:after {
    content: ""; } }
/* Padding & Margin */
.padding--basic {
  padding-left: 20px !important;
  padding-right: 50px !important; }

.padding--short {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding--tall {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.padding--grande {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.padding--venti {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.padding--trenta {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.margin--basic, .margin--basic--top {
  margin-top: 50px !important; }

.margin--basic, .margin--basic--bottom {
  margin-bottom: 50px !important; }

.margin--short, .margin--short--top {
  margin-top: 20px !important; }

.margin--short, .margin--short--bottom {
  margin-bottom: 20px !important; }

.margin--tall, .margin--tall--top {
  margin-top: 40px !important; }

.margin--tall, .margin--tall--bottom {
  margin-bottom: 40px !important; }

.margin--grande, .margin--grande--top {
  margin-top: 60px !important; }

.margin--grande, .margin--grande--bottom {
  margin-bottom: 60px !important; }

.margin--venti, .margin--venti--top {
  margin-top: 80px !important; }

.margin--venti, .margin--venti--bottom {
  margin-bottom: 80px !important; }

.margin--trenta, .margin--trenta--top {
  margin-top: 100px !important; }

.margin--trenta, .margin--trenta--bottom {
  margin-bottom: 100px !important; }

@media screen and (min-width: 1168px) {
  .desk-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .desk-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .desk-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .desk-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .desk-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .desk-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .desk-margin--basic, .desk-margin--basic--top {
    margin-top: 50px !important; }

  .desk-margin--basic, .desk-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .desk-margin--short, .desk-margin--short--top {
    margin-top: 20px !important; }

  .desk-margin--short, .desk-margin--short--bottom {
    margin-bottom: 20px !important; }

  .desk-margin--tall, .desk-margin--tall--top {
    margin-top: 40px !important; }

  .desk-margin--tall, .desk-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .desk-margin--grande, .desk-margin--grande--top {
    margin-top: 60px !important; }

  .desk-margin--grande, .desk-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .desk-margin--venti, .desk-margin--venti--top {
    margin-top: 80px !important; }

  .desk-margin--venti, .desk-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .desk-margin--trenta, .desk-margin--trenta--top {
    margin-top: 100px !important; }

  .desk-margin--trenta, .desk-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .lap-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .lap-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .lap-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .lap-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .lap-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .lap-margin--basic, .lap-margin--basic--top {
    margin-top: 50px !important; }

  .lap-margin--basic, .lap-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .lap-margin--short, .lap-margin--short--top {
    margin-top: 20px !important; }

  .lap-margin--short, .lap-margin--short--bottom {
    margin-bottom: 20px !important; }

  .lap-margin--tall, .lap-margin--tall--top {
    margin-top: 40px !important; }

  .lap-margin--tall, .lap-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .lap-margin--grande, .lap-margin--grande--top {
    margin-top: 60px !important; }

  .lap-margin--grande, .lap-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .lap-margin--venti, .lap-margin--venti--top {
    margin-top: 80px !important; }

  .lap-margin--venti, .lap-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .lap-margin--trenta, .lap-margin--trenta--top {
    margin-top: 100px !important; }

  .lap-margin--trenta, .lap-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .lap-and-up-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .lap-and-up-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .lap-and-up-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .lap-and-up-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .lap-and-up-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .lap-and-up-margin--basic, .lap-and-up-margin--basic--top {
    margin-top: 50px !important; }

  .lap-and-up-margin--basic, .lap-and-up-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .lap-and-up-margin--short, .lap-and-up-margin--short--top {
    margin-top: 20px !important; }

  .lap-and-up-margin--short, .lap-and-up-margin--short--bottom {
    margin-bottom: 20px !important; }

  .lap-and-up-margin--tall, .lap-and-up-margin--tall--top {
    margin-top: 40px !important; }

  .lap-and-up-margin--tall, .lap-and-up-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .lap-and-up-margin--grande, .lap-and-up-margin--grande--top {
    margin-top: 60px !important; }

  .lap-and-up-margin--grande, .lap-and-up-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .lap-and-up-margin--venti, .lap-and-up-margin--venti--top {
    margin-top: 80px !important; }

  .lap-and-up-margin--venti, .lap-and-up-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .lap-and-up-margin--trenta, .lap-and-up-margin--trenta--top {
    margin-top: 100px !important; }

  .lap-and-up-margin--trenta, .lap-and-up-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
@media screen and (max-width: 1023px) {
  .portable-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .portable-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .portable-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .portable-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .portable-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .portable-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .portable-margin--basic, .portable-margin--basic--top {
    margin-top: 50px !important; }

  .portable-margin--basic, .portable-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .portable-margin--short, .portable-margin--short--top {
    margin-top: 20px !important; }

  .portable-margin--short, .portable-margin--short--bottom {
    margin-bottom: 20px !important; }

  .portable-margin--tall, .portable-margin--tall--top {
    margin-top: 40px !important; }

  .portable-margin--tall, .portable-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .portable-margin--grande, .portable-margin--grande--top {
    margin-top: 60px !important; }

  .portable-margin--grande, .portable-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .portable-margin--venti, .portable-margin--venti--top {
    margin-top: 80px !important; }

  .portable-margin--venti, .portable-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .portable-margin--trenta, .portable-margin--trenta--top {
    margin-top: 100px !important; }

  .portable-margin--trenta, .portable-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .tablet-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .tablet-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .tablet-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .tablet-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .tablet-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .tablet-margin--basic, .tablet-margin--basic--top {
    margin-top: 50px !important; }

  .tablet-margin--basic, .tablet-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .tablet-margin--short, .tablet-margin--short--top {
    margin-top: 20px !important; }

  .tablet-margin--short, .tablet-margin--short--bottom {
    margin-bottom: 20px !important; }

  .tablet-margin--tall, .tablet-margin--tall--top {
    margin-top: 40px !important; }

  .tablet-margin--tall, .tablet-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .tablet-margin--grande, .tablet-margin--grande--top {
    margin-top: 60px !important; }

  .tablet-margin--grande, .tablet-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .tablet-margin--venti, .tablet-margin--venti--top {
    margin-top: 80px !important; }

  .tablet-margin--venti, .tablet-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .tablet-margin--trenta, .tablet-margin--trenta--top {
    margin-top: 100px !important; }

  .tablet-margin--trenta, .tablet-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
@media screen and (max-width: 679px) {
  .palm-padding--basic {
    padding-left: 20px !important;
    padding-right: 50px !important; }

  .palm-padding--short {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .palm-padding--tall {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .palm-padding--grande {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .palm-padding--venti {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .palm-padding--trenta {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .palm-margin--basic, .palm-margin--basic--top {
    margin-top: 50px !important; }

  .palm-margin--basic, .palm-margin--basic--bottom {
    margin-bottom: 50px !important; }

  .palm-margin--short, .palm-margin--short--top {
    margin-top: 20px !important; }

  .palm-margin--short, .palm-margin--short--bottom {
    margin-bottom: 20px !important; }

  .palm-margin--tall, .palm-margin--tall--top {
    margin-top: 40px !important; }

  .palm-margin--tall, .palm-margin--tall--bottom {
    margin-bottom: 40px !important; }

  .palm-margin--grande, .palm-margin--grande--top {
    margin-top: 60px !important; }

  .palm-margin--grande, .palm-margin--grande--bottom {
    margin-bottom: 60px !important; }

  .palm-margin--venti, .palm-margin--venti--top {
    margin-top: 80px !important; }

  .palm-margin--venti, .palm-margin--venti--bottom {
    margin-bottom: 80px !important; }

  .palm-margin--trenta, .palm-margin--trenta--top {
    margin-top: 100px !important; }

  .palm-margin--trenta, .palm-margin--trenta--bottom {
    margin-bottom: 100px !important; } }
/* Modifiers */
.block {
  display: block !important; }

.table {
  display: table !important; }

.inline {
  display: inline !important; }

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

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.left--0 {
  left: 0; }

.right--0 {
  right: 0; }

.top--0 {
  top: 0; }

.bottom--0 {
  bottom: 0; }

.left--auto {
  left: auto; }

.right--auto {
  right: auto; }

.top--auto {
  top: auto; }

.bottom--auto {
  bottom: auto; }

.text--center, .all--text--center, .all--text--center * {
  text-align: center; }

.text--left, .all--text--left, .all--text--left * {
  text-align: left; }

.text--right, .all--text--right, .all--text--right * {
  text-align: right; }

.valign--top, .all--valign--top, .all--valign--top * {
  vertical-align: top; }

.valign--bottom, .all--valign--bottom, .all--valign--bottom * {
  vertical-align: bottom; }

.valign--middle, .all--valign--middle, .all--valign--middle * {
  vertical-align: middle!important; }

.float--center {
  display: block;
  margin: 0px auto 25px;
  float: none;
  text-align: center; }

.float--left {
  margin-right: 100px;
  margin-bottom: 25px;
  float: left;
  max-width: 25% !important; }

.float--right {
  margin-left: 25px;
  margin-bottom: 25px;
  float: right;
  max-width: 25% !important; }

.overflow--auto {
  overflow: auto !important; }

.overflow--hidden {
  overflow: hidden !important; }

.overflow-x--hidden {
  overflow-x: hidden !important; }

.overflow-y--hidden {
  overflow-y: hidden !important; }

.overflow--visible {
  overflow: visible !important; }

@media screen and (min-width: 1168px) {
  .desk-block {
    display: block !important; }

  .desk-table {
    display: table !important; }

  .desk-inline {
    display: inline !important; }

  .desk-inline-block {
    display: inline-block !important; }

  .desk-absolute {
    position: absolute !important; }

  .desk-relative {
    position: relative !important; }

  .desk-left--0 {
    left: 0; }

  .desk-right--0 {
    right: 0; }

  .desk-top--0 {
    top: 0; }

  .desk-bottom--0 {
    bottom: 0; }

  .desk-left--auto {
    left: auto; }

  .desk-right--auto {
    right: auto; }

  .desk-top--auto {
    top: auto; }

  .desk-bottom--auto {
    bottom: auto; }

  .desk-text--center, .desk-all--text--center, .desk-all--text--center * {
    text-align: center; }

  .desk-text--left, .desk-all--text--left, .desk-all--text--left * {
    text-align: left; }

  .desk-text--right, .desk-all--text--right, .desk-all--text--right * {
    text-align: right; }

  .desk-valign--top, .desk-all--valign--top, .desk-all--valign--top * {
    vertical-align: top; }

  .desk-valign--bottom, .desk-all--valign--bottom, .desk-all--valign--bottom * {
    vertical-align: bottom; }

  .desk-valign--middle, .desk-all--valign--middle, .desk-all--valign--middle * {
    vertical-align: middle; }

  .desk-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .desk-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .desk-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .desk-overflow--auto {
    overflow: auto !important; }

  .desk-overflow--hidden {
    overflow: hidden !important; }

  .desk-overflow-x--hidden {
    overflow-x: hidden !important; }

  .desk-overflow-y--hidden {
    overflow-y: hidden !important; }

  .desk-overflow--visible {
    overflow: visible !important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-block {
    display: block !important; }

  .lap-table {
    display: table !important; }

  .lap-inline {
    display: inline !important; }

  .lap-inline-block {
    display: inline-block !important; }

  .lap-absolute {
    position: absolute !important; }

  .lap-relative {
    position: relative !important; }

  .lap-left--0 {
    left: 0; }

  .lap-right--0 {
    right: 0; }

  .lap-top--0 {
    top: 0; }

  .lap-bottom--0 {
    bottom: 0; }

  .lap-left--auto {
    left: auto; }

  .lap-right--auto {
    right: auto; }

  .lap-top--auto {
    top: auto; }

  .lap-bottom--auto {
    bottom: auto; }

  .lap-text--center, .lap-all--text--center, .lap-all--text--center * {
    text-align: center; }

  .lap-text--left, .lap-all--text--left, .lap-all--text--left * {
    text-align: left; }

  .lap-text--right, .lap-all--text--right, .lap-all--text--right * {
    text-align: right; }

  .lap-valign--top, .lap-all--valign--top, .lap-all--valign--top * {
    vertical-align: top; }

  .lap-valign--bottom, .lap-all--valign--bottom, .lap-all--valign--bottom * {
    vertical-align: bottom; }

  .lap-valign--middle, .lap-all--valign--middle, .lap-all--valign--middle * {
    vertical-align: middle; }

  .lap-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .lap-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .lap-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .lap-overflow--auto {
    overflow: auto !important; }

  .lap-overflow--hidden {
    overflow: hidden !important; }

  .lap-overflow-x--hidden {
    overflow-x: hidden !important; }

  .lap-overflow-y--hidden {
    overflow-y: hidden !important; }

  .lap-overflow--visible {
    overflow: visible !important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-block {
    display: block !important; }

  .lap-and-up-table {
    display: table !important; }

  .lap-and-up-inline {
    display: inline !important; }

  .lap-and-up-inline-block {
    display: inline-block !important; }

  .lap-and-up-absolute {
    position: absolute !important; }

  .lap-and-up-relative {
    position: relative !important; }

  .lap-and-up-left--0 {
    left: 0; }

  .lap-and-up-right--0 {
    right: 0; }

  .lap-and-up-top--0 {
    top: 0; }

  .lap-and-up-bottom--0 {
    bottom: 0; }

  .lap-and-up-left--auto {
    left: auto; }

  .lap-and-up-right--auto {
    right: auto; }

  .lap-and-up-top--auto {
    top: auto; }

  .lap-and-up-bottom--auto {
    bottom: auto; }

  .lap-and-up-text--center, .lap-and-up-all--text--center, .lap-and-up-all--text--center * {
    text-align: center; }

  .lap-and-up-text--left, .lap-and-up-all--text--left, .lap-and-up-all--text--left * {
    text-align: left; }

  .lap-and-up-text--right, .lap-and-up-all--text--right, .lap-and-up-all--text--right * {
    text-align: right; }

  .lap-and-up-valign--top, .lap-and-up-all--valign--top, .lap-and-up-all--valign--top * {
    vertical-align: top; }

  .lap-and-up-valign--bottom, .lap-and-up-all--valign--bottom, .lap-and-up-all--valign--bottom * {
    vertical-align: bottom; }

  .lap-and-up-valign--middle, .lap-and-up-all--valign--middle, .lap-and-up-all--valign--middle * {
    vertical-align: middle; }

  .lap-and-up-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .lap-and-up-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .lap-and-up-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .lap-and-up-overflow--auto {
    overflow: auto !important; }

  .lap-and-up-overflow--hidden {
    overflow: hidden !important; }

  .lap-and-up-overflow-x--hidden {
    overflow-x: hidden !important; }

  .lap-and-up-overflow-y--hidden {
    overflow-y: hidden !important; }

  .lap-and-up-overflow--visible {
    overflow: visible !important; } }
@media screen and (max-width: 1023px) {
  .portable-block {
    display: block !important; }

  .portable-table {
    display: table !important; }

  .portable-inline {
    display: inline !important; }

  .portable-inline-block {
    display: inline-block !important; }

  .portable-absolute {
    position: absolute !important; }

  .portable-relative {
    position: relative !important; }

  .portable-left--0 {
    left: 0; }

  .portable-right--0 {
    right: 0; }

  .portable-top--0 {
    top: 0; }

  .portable-bottom--0 {
    bottom: 0; }

  .portable-left--auto {
    left: auto; }

  .portable-right--auto {
    right: auto; }

  .portable-top--auto {
    top: auto; }

  .portable-bottom--auto {
    bottom: auto; }

  .portable-text--center, .portable-all--text--center, .portable-all--text--center * {
    text-align: center; }

  .portable-text--left, .portable-all--text--left, .portable-all--text--left * {
    text-align: left; }

  .portable-text--right, .portable-all--text--right, .portable-all--text--right * {
    text-align: right; }

  .portable-valign--top, .portable-all--valign--top, .portable-all--valign--top * {
    vertical-align: top; }

  .portable-valign--bottom, .portable-all--valign--bottom, .portable-all--valign--bottom * {
    vertical-align: bottom; }

  .portable-valign--middle, .portable-all--valign--middle, .portable-all--valign--middle * {
    vertical-align: middle; }

  .portable-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .portable-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .portable-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .portable-overflow--auto {
    overflow: auto !important; }

  .portable-overflow--hidden {
    overflow: hidden !important; }

  .portable-overflow-x--hidden {
    overflow-x: hidden !important; }

  .portable-overflow-y--hidden {
    overflow-y: hidden !important; }

  .portable-overflow--visible {
    overflow: visible !important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-block {
    display: block !important; }

  .tablet-table {
    display: table !important; }

  .tablet-inline {
    display: inline !important; }

  .tablet-inline-block {
    display: inline-block !important; }

  .tablet-absolute {
    position: absolute !important; }

  .tablet-relative {
    position: relative !important; }

  .tablet-left--0 {
    left: 0; }

  .tablet-right--0 {
    right: 0; }

  .tablet-top--0 {
    top: 0; }

  .tablet-bottom--0 {
    bottom: 0; }

  .tablet-left--auto {
    left: auto; }

  .tablet-right--auto {
    right: auto; }

  .tablet-top--auto {
    top: auto; }

  .tablet-bottom--auto {
    bottom: auto; }

  .tablet-text--center, .tablet-all--text--center, .tablet-all--text--center * {
    text-align: center; }

  .tablet-text--left, .tablet-all--text--left, .tablet-all--text--left * {
    text-align: left; }

  .tablet-text--right, .tablet-all--text--right, .tablet-all--text--right * {
    text-align: right; }

  .tablet-valign--top, .tablet-all--valign--top, .tablet-all--valign--top * {
    vertical-align: top; }

  .tablet-valign--bottom, .tablet-all--valign--bottom, .tablet-all--valign--bottom * {
    vertical-align: bottom; }

  .tablet-valign--middle, .tablet-all--valign--middle, .tablet-all--valign--middle * {
    vertical-align: middle; }

  .tablet-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .tablet-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .tablet-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .tablet-overflow--auto {
    overflow: auto !important; }

  .tablet-overflow--hidden {
    overflow: hidden !important; }

  .tablet-overflow-x--hidden {
    overflow-x: hidden !important; }

  .tablet-overflow-y--hidden {
    overflow-y: hidden !important; }

  .tablet-overflow--visible {
    overflow: visible !important; } }
@media screen and (max-width: 679px) {
  .palm-block {
    display: block !important; }

  .palm-table {
    display: table !important; }

  .palm-inline {
    display: inline !important; }

  .palm-inline-block {
    display: inline-block !important; }

  .palm-absolute {
    position: absolute !important; }

  .palm-relative {
    position: relative !important; }

  .palm-left--0 {
    left: 0; }

  .palm-right--0 {
    right: 0; }

  .palm-top--0 {
    top: 0; }

  .palm-bottom--0 {
    bottom: 0; }

  .palm-left--auto {
    left: auto; }

  .palm-right--auto {
    right: auto; }

  .palm-top--auto {
    top: auto; }

  .palm-bottom--auto {
    bottom: auto; }

  .palm-text--center, .palm-all--text--center, .palm-all--text--center * {
    text-align: center; }

  .palm-text--left, .palm-all--text--left, .palm-all--text--left * {
    text-align: left; }

  .palm-text--right, .palm-all--text--right, .palm-all--text--right * {
    text-align: right; }

  .palm-valign--top, .palm-all--valign--top, .palm-all--valign--top * {
    vertical-align: top; }

  .palm-valign--bottom, .palm-all--valign--bottom, .palm-all--valign--bottom * {
    vertical-align: bottom; }

  .palm-valign--middle, .palm-all--valign--middle, .palm-all--valign--middle * {
    vertical-align: middle; }

  .palm-float--center {
    display: block;
    margin: 0px auto 25px;
    float: none;
    text-align: center; }

  .palm-float--left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    max-width: 25% !important; }

  .palm-float--right {
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    max-width: 25% !important; }

  .palm-overflow--auto {
    overflow: auto !important; }

  .palm-overflow--hidden {
    overflow: hidden !important; }

  .palm-overflow-x--hidden {
    overflow-x: hidden !important; }

  .palm-overflow-y--hidden {
    overflow-y: hidden !important; }

  .palm-overflow--visible {
    overflow: visible !important; } }
/* Visually Hidden */
.visuallyhidden {
  display: none !important; }

html.device--touch .touch-visuallyhidden {
  display: none !important; }
@media screen and (min-width: 1168px) {
  .desk-visuallyhidden {
    display: none !important; }

  html.device--touch .desk-touch-visuallyhidden {
    display: none !important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-visuallyhidden {
    display: none !important; }

  html.device--touch .lap-touch-visuallyhidden {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-visuallyhidden {
    display: none !important; }

  html.device--touch .lap-and-up-touch-visuallyhidden {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .portable-visuallyhidden {
    display: none !important; }

  html.device--touch .portable-touch-visuallyhidden {
    display: none !important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-visuallyhidden {
    display: none !important; }

  html.device--touch .tablet-touch-visuallyhidden {
    display: none !important; } }
@media screen and (max-width: 679px) {
  .palm-visuallyhidden {
    display: none !important; }

  html.device--touch .palm-touch-visuallyhidden {
    display: none !important; } }
html.no-opacity .lap-visuallyhidden,
html.no-opacity .lap-and-up-visuallyhidden,
html.no-opacity .desk-visuallyhidden {
  display: none; }

/* Z-Index */
.z-index--0 {
  z-index: 0!important; }

.z-index--1 {
  z-index: 1!important; }

.z-index--2 {
  z-index: 2!important; }

.z-index--3 {
  z-index: 3!important; }

.z-index--4 {
  z-index: 4!important; }

.z-index--5 {
  z-index: 5!important; }

.z-index--6 {
  z-index: 6!important; }

.z-index--7 {
  z-index: 7!important; }

.z-index--8 {
  z-index: 8!important; }

.z-index--9 {
  z-index: 9!important; }

.z-index--10 {
  z-index: 10!important; }

.z-index--11 {
  z-index: 11!important; }

.z-index--12 {
  z-index: 12!important; }

.z-index--13 {
  z-index: 13!important; }

.z-index--14 {
  z-index: 14!important; }

.z-index--15 {
  z-index: 15!important; }

.z-index--16 {
  z-index: 16!important; }

.z-index--17 {
  z-index: 17!important; }

.z-index--18 {
  z-index: 18!important; }

.z-index--19 {
  z-index: 19!important; }

.z-index--20 {
  z-index: 20!important; }

.z-index--99 {
  z-index: 99 !important; }

/* Opacity */
.opacity--0, .hover--opacity--0:hover {
  opacity: 0!important;
  filter: alpha(opacity=0); }

.opacity--5, .hover--opacity--5:hover {
  opacity: 0.05!important;
  filter: alpha(opacity=5); }

.opacity--10, .hover--opacity--10:hover {
  opacity: 0.1!important;
  filter: alpha(opacity=10); }

.opacity--15, .hover--opacity--15:hover {
  opacity: 0.15!important;
  filter: alpha(opacity=15); }

.opacity--20, .hover--opacity--20:hover {
  opacity: 0.2!important;
  filter: alpha(opacity=20); }

.opacity--25, .hover--opacity--25:hover {
  opacity: 0.25!important;
  filter: alpha(opacity=25); }

.opacity--30, .hover--opacity--30:hover {
  opacity: 0.3!important;
  filter: alpha(opacity=30); }

.opacity--35, .hover--opacity--35:hover {
  opacity: 0.35!important;
  filter: alpha(opacity=35); }

.opacity--40, .hover--opacity--40:hover {
  opacity: 0.4!important;
  filter: alpha(opacity=40); }

.opacity--45, .hover--opacity--45:hover {
  opacity: 0.45!important;
  filter: alpha(opacity=45); }

.opacity--50, .hover--opacity--50:hover {
  opacity: 0.5!important;
  filter: alpha(opacity=50); }

.opacity--55, .hover--opacity--55:hover {
  opacity: 0.55!important;
  filter: alpha(opacity=55); }

.opacity--60, .hover--opacity--60:hover {
  opacity: 0.6!important;
  filter: alpha(opacity=60); }

.opacity--65, .hover--opacity--65:hover {
  opacity: 0.65!important;
  filter: alpha(opacity=65); }

.opacity--70, .hover--opacity--70:hover {
  opacity: 0.7!important;
  filter: alpha(opacity=70); }

.opacity--75, .hover--opacity--75:hover {
  opacity: 0.75!important;
  filter: alpha(opacity=75); }

.opacity--80, .hover--opacity--80:hover {
  opacity: 0.8!important;
  filter: alpha(opacity=80); }

.opacity--85, .hover--opacity--85:hover {
  opacity: 0.85!important;
  filter: alpha(opacity=85); }

.opacity--90, .hover--opacity--90:hover {
  opacity: 0.9!important;
  filter: alpha(opacity=90); }

.opacity--95, .hover--opacity--95:hover {
  opacity: 0.95!important;
  filter: alpha(opacity=95); }

.opacity--100, .hover--opacity--100:hover {
  opacity: 1!important;
  filter: alpha(opacity=100); }

/* Cursor */
.hover--cursor:hover, .hover--pointer:hover {
  cursor: pointer; }

/* Heights & Widths */
.width--0 {
  width: 0px; }

.height--0 {
  height: 0px;
  line-height: 0px; }

.width--5 {
  width: 5px; }

.height--5 {
  height: 5px;
  line-height: 5px; }

.width--10 {
  width: 10px; }

.height--10 {
  height: 10px;
  line-height: 10px; }

.width--15 {
  width: 15px; }

.height--15 {
  height: 15px;
  line-height: 15px; }

.width--20 {
  width: 20px; }

.height--20 {
  height: 20px;
  line-height: 20px; }

.width--25 {
  width: 25px; }

.height--25 {
  height: 25px;
  line-height: 25px; }

.width--30 {
  width: 30px; }

.height--30 {
  height: 30px;
  line-height: 30px; }

.width--35 {
  width: 35px; }

.height--35 {
  height: 35px;
  line-height: 35px; }

.width--40 {
  width: 40px; }

.height--40 {
  height: 40px;
  line-height: 40px; }

.width--45 {
  width: 45px; }

.height--45 {
  height: 45px;
  line-height: 45px; }

.width--50 {
  width: 50px; }

.height--50 {
  height: 50px;
  line-height: 50px; }

.width--55 {
  width: 55px; }

.height--55 {
  height: 55px;
  line-height: 55px; }

.width--60 {
  width: 60px; }

.height--60 {
  height: 60px;
  line-height: 60px; }

.width--65 {
  width: 65px; }

.height--65 {
  height: 65px;
  line-height: 65px; }

.width--70 {
  width: 70px; }

.height--70 {
  height: 70px;
  line-height: 70px; }

.width--75 {
  width: 75px; }

.height--75 {
  height: 75px;
  line-height: 75px; }

.width--80 {
  width: 80px; }

.height--80 {
  height: 80px;
  line-height: 80px; }

.width--85 {
  width: 85px; }

.height--85 {
  height: 85px;
  line-height: 85px; }

.width--90 {
  width: 90px; }

.height--90 {
  height: 90px;
  line-height: 90px; }

.width--95 {
  width: 95px; }

.height--95 {
  height: 95px;
  line-height: 95px; }

.width--100 {
  width: 100px; }

.height--100 {
  height: 100px;
  line-height: 100px; }

.max-width--auto {
  max-width: none !important; }

.width--max {
  width: 100% !important; }

.height--max {
  height: 100% !important; }

.width--auto {
  width: auto !important; }

.height--auto {
  height: auto !important; }

@media screen and (min-width: 1168px) {
  .desk-max-width--auto {
    max-width: none !important; }

  .desk-width--max {
    width: 100% !important; }

  .desk-height--max {
    height: 100% !important; }

  .desk-width--auto {
    width: auto !important; }

  .desk-height--auto {
    height: auto !important; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-max-width--auto {
    max-width: none !important; }

  .lap-width--max {
    width: 100% !important; }

  .lap-height--max {
    height: 100% !important; }

  .lap-width--auto {
    width: auto !important; }

  .lap-height--auto {
    height: auto !important; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-max-width--auto {
    max-width: none !important; }

  .lap-and-up-width--max {
    width: 100% !important; }

  .lap-and-up-height--max {
    height: 100% !important; }

  .lap-and-up-width--auto {
    width: auto !important; }

  .lap-and-up-height--auto {
    height: auto !important; } }
@media screen and (max-width: 1023px) {
  .portable-max-width--auto {
    max-width: none !important; }

  .portable-width--max {
    width: 100% !important; }

  .portable-height--max {
    height: 100% !important; }

  .portable-width--auto {
    width: auto !important; }

  .portable-height--auto {
    height: auto !important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-max-width--auto {
    max-width: none !important; }

  .tablet-width--max {
    width: 100% !important; }

  .tablet-height--max {
    height: 100% !important; }

  .tablet-width--auto {
    width: auto !important; }

  .tablet-height--auto {
    height: auto !important; } }
@media screen and (max-width: 679px) {
  .palm-max-width--auto {
    max-width: none !important; }

  .palm-width--max {
    width: 100% !important; }

  .palm-height--max {
    height: 100% !important; }

  .palm-width--auto {
    width: auto !important; }

  .palm-height--auto {
    height: auto !important; } }
/* ULs, OLs */
.no--bullets, .no--bullets ul, .no--bullets li {
  list-style: none !important; }

.no--underline, .no--underline * {
  text-decoration: none !important; }

.underline, .all--underline, .all--underline * {
  text-decoration: underline !important; }

/* Transition */
.no--transition, .no--transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

/* Equalize */
span[class*="equalize"] {
  display: block; }

.equalize--center {
  opacity: 0;
  -webkit-transition: opacity 1.25s ease-out;
  -moz-transition: opacity 1.25s ease-out;
  -ms-transition: opacity 1.25s ease-out;
  -o-transition: opacity 1.25s ease-out;
  transition: opacity 1.25s ease-out; }

/* MixItUp */
.mix {
  display: none; }

/* Modal */
#production--modal {
  display: inline-block;
  position: fixed !important;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999997 !important;
  background-color: rgba(20, 20, 20, 0.85);
  text-align: center;
  -webkit-backface-visibility: hidden; }
  #production--modal #production--modal--center {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #production--modal #production--modal--grid {
    display: inline-block;
    vertical-align: middle;
    position: relative !important; }
    #production--modal #production--modal--grid #production--modal--close--wrapper {
      display: inline-block;
      position: absolute !important;
      z-index: 9999998 !important;
      top: 30px;
      left: 30px;
      height: 46px;
      width: 46px;
      border-radius: 50%;
      text-align: center;
      background: #ababab !important;
      border-bottom: 3px solid #797979;
      border-right: 2px solid #797979;
      box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #production--modal #production--modal--grid #production--modal--close--wrapper:hover {
        border-bottom-width: 2px;
        border-right-width: 1px;
        margin-top: 1px;
        margin-left: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.2); }
      #production--modal #production--modal--grid #production--modal--close--wrapper #production--modal--close {
        position: relative !important;
        z-index: 99999999 !important;
        font-size: 28px;
        color: #ffffff;
        text-shadow: 0px 0px 2px rgba(50, 50, 50, 0.3);
        line-height: 42px; }

/* Line Clamp */
@supports (-webkit-line-clamp: 1) {
  .clamp--1:after, .clamp--2:after, .clamp--3:after, .clamp--4:after, .clamp--5:after {
    display: none !important; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .clamp--1:after, .clamp--2:after, .clamp--3:after, .clamp--4:after, .clamp--5:after {
    display: none !important; } }
.clamp--1, .clamp--2, .clamp--3, .clamp--4, .clamp--5 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  position: relative; }
  .clamp--1:after, .clamp--2:after, .clamp--3:after, .clamp--4:after, .clamp--5:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute; }

.clamp--1 {
  -webkit-line-clamp: 1;
  height: calc(1em * 1.5 * 1);
  max-height: calc(1em * 1.5 * 1); }
  .clamp--1:after {
    height: calc(1em * 1.5); }

.clamp--2 {
  -webkit-line-clamp: 2;
  height: calc(1em * 1.5 * 2);
  max-height: calc(1em * 1.5 * 2); }
  .clamp--2:after {
    height: calc(1em * 1.5); }

.clamp--3 {
  -webkit-line-clamp: 3;
  height: calc(1em * 1.5 * 3);
  max-height: calc(1em * 1.5 * 3); }
  .clamp--3:after {
    height: calc(1em * 1.5); }

.clamp--4 {
  -webkit-line-clamp: 4;
  height: calc(1em * 1.5 * 4);
  max-height: calc(1em * 1.5 * 4); }
  .clamp--4:after {
    height: calc(1em * 1.5); }

.clamp--5 {
  -webkit-line-clamp: 5;
  height: calc(1em * 1.5 * 5);
  max-height: calc(1em * 1.5 * 5); }
  .clamp--5:after {
    height: calc(1em * 1.5); }

/* ********** BUTTONS ********** */
.btn, .all--btn .hs-cta-wrapper a, .all--btn form.hs-form .hs_submit input.hs-button {
  display: inline-block;
  color: #ffffff;
  background-image: none;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 44px;
  border-radius: 2px;
  min-width: 220px;
  width: auto;
  max-width: 100%;
  border-width: 2px !important;
  border-style: solid !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }
  .btn:hover, .all--btn .hs-cta-wrapper a:hover, .all--btn form.hs-form .hs_submit input.hs-button:hover {
    cursor: pointer;
    color: #ffffff; }

a.cta_button.btn {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.btn--pill, .all--btn--pill .hs-cta-wrapper a, .all--btn--pill form.hs-form .hs_submit input.hs-button {
  border-radius: 9999px !important; }

.btn--wide, .all--btn--wide .hs-cta-wrapper a, .all--btn--wide form.hs-form .hs_submit input.hs-button {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

@media screen and (min-width: 1168px) {
  .desk-btn--wide, .desk-all--btn--wide .hs-cta-wrapper a, .desk-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 1167px) and (min-width: 1024px) {
  .lap-btn--wide, .lap-all--btn--wide .hs-cta-wrapper a, .lap-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 1024px) {
  .lap-and-up-btn--wide, .lap-and-up-all--btn--wide .hs-cta-wrapper a, .lap-and-up-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 1023px) {
  .portable-btn--wide, .portable-all--btn--wide .hs-cta-wrapper a, .portable-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .tablet-btn--wide, .tablet-all--btn--wide .hs-cta-wrapper a, .tablet-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 679px) {
  .palm-btn--wide, .palm-all--btn--wide .hs-cta-wrapper a, .palm-all--btn--wide form.hs-form .hs_submit input.hs-button {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
.btn--narrow, .all--btn--narrow .hs-cta-wrapper a, .all--btn--narrow form.hs-form .hs_submit input.hs-button {
  display: inline-block;
  width: auto;
  min-width: 0px; }

.btn--small, .all--btn--small .hs-cta-wrapper a, .all--btn--small form.hs-form .hs_submit input.hs-button {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 33px;
  padding-right: 33px; }

.btn--large, .all--btn--large .hs-cta-wrapper a, .all--btn--large form.hs-form .hs_submit input.hs-button {
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 55px;
  padding-right: 55px; }

.btn--white, .all--btn--white .hs-cta-wrapper a, .all--btn--white form.hs-form .hs_submit input.hs-button {
  background-color: #ffffff!important;
  border-color: #ffffff!important; }
  .btn--white:hover, .all--btn--white .hs-cta-wrapper a:hover, .all--btn--white form.hs-form .hs_submit input.hs-button:hover {
    border-color: #e6e6e6 !important;
    background-color: #e6e6e6 !important; }

.btn--black, .all--btn--black .hs-cta-wrapper a, .all--btn--black form.hs-form .hs_submit input.hs-button {
  background-color: #222222!important;
  border-color: #222222!important; }
  .btn--black:hover, .all--btn--black .hs-cta-wrapper a:hover, .all--btn--black form.hs-form .hs_submit input.hs-button:hover {
    border-color: #090909 !important;
    background-color: #090909 !important; }

.btn--red, .all--btn--red .hs-cta-wrapper a, .all--btn--red form.hs-form .hs_submit input.hs-button {
  background-color: #EC1940!important;
  border-color: #EC1940!important; }
  .btn--red:hover, .all--btn--red .hs-cta-wrapper a:hover, .all--btn--red form.hs-form .hs_submit input.hs-button:hover {
    border-color: #c21031 !important;
    background-color: #c21031 !important; }

.btn--dark-red, .all--btn--dark-red .hs-cta-wrapper a, .all--btn--dark-red form.hs-form .hs_submit input.hs-button {
  background-color: #C60E36!important;
  border-color: #C60E36!important; }
  .btn--dark-red:hover, .all--btn--dark-red .hs-cta-wrapper a:hover, .all--btn--dark-red form.hs-form .hs_submit input.hs-button:hover {
    border-color: #960b29 !important;
    background-color: #960b29 !important; }

.btn--orange, .all--btn--orange .hs-cta-wrapper a, .all--btn--orange form.hs-form .hs_submit input.hs-button {
  background-color: #F6921E!important;
  border-color: #F6921E!important; }
  .btn--orange:hover, .all--btn--orange .hs-cta-wrapper a:hover, .all--btn--orange form.hs-form .hs_submit input.hs-button:hover {
    border-color: #d87809 !important;
    background-color: #d87809 !important; }

.btn--dark-orange, .all--btn--dark-orange .hs-cta-wrapper a, .all--btn--dark-orange form.hs-form .hs_submit input.hs-button {
  background-color: #F26F2A!important;
  border-color: #F26F2A!important; }
  .btn--dark-orange:hover, .all--btn--dark-orange .hs-cta-wrapper a:hover, .all--btn--dark-orange form.hs-form .hs_submit input.hs-button:hover {
    border-color: #dc550d !important;
    background-color: #dc550d !important; }

.btn--yellow, .all--btn--yellow .hs-cta-wrapper a, .all--btn--yellow form.hs-form .hs_submit input.hs-button {
  background-color: #FFDD00!important;
  border-color: #FFDD00!important; }
  .btn--yellow:hover, .all--btn--yellow .hs-cta-wrapper a:hover, .all--btn--yellow form.hs-form .hs_submit input.hs-button:hover {
    border-color: #ccb100 !important;
    background-color: #ccb100 !important; }

.btn--dark-yellow, .all--btn--dark-yellow .hs-cta-wrapper a, .all--btn--dark-yellow form.hs-form .hs_submit input.hs-button {
  background-color: #F9B915!important;
  border-color: #F9B915!important; }
  .btn--dark-yellow:hover, .all--btn--dark-yellow .hs-cta-wrapper a:hover, .all--btn--dark-yellow form.hs-form .hs_submit input.hs-button:hover {
    border-color: #d69b05 !important;
    background-color: #d69b05 !important; }

.btn--lime, .all--btn--lime .hs-cta-wrapper a, .all--btn--lime form.hs-form .hs_submit input.hs-button {
  background-color: #D6DE23!important;
  border-color: #D6DE23!important; }
  .btn--lime:hover, .all--btn--lime .hs-cta-wrapper a:hover, .all--btn--lime form.hs-form .hs_submit input.hs-button:hover {
    border-color: #adb31b !important;
    background-color: #adb31b !important; }

.btn--dark-lime, .all--btn--dark-lime .hs-cta-wrapper a, .all--btn--dark-lime form.hs-form .hs_submit input.hs-button {
  background-color: #C1C11A!important;
  border-color: #C1C11A!important; }
  .btn--dark-lime:hover, .all--btn--dark-lime .hs-cta-wrapper a:hover, .all--btn--dark-lime form.hs-form .hs_submit input.hs-button:hover {
    border-color: #949414 !important;
    background-color: #949414 !important; }

.btn--green, .all--btn--green .hs-cta-wrapper a, .all--btn--green form.hs-form .hs_submit input.hs-button {
  background-color: #96C93D!important;
  border-color: #96C93D!important; }
  .btn--green:hover, .all--btn--green .hs-cta-wrapper a:hover, .all--btn--green form.hs-form .hs_submit input.hs-button:hover {
    border-color: #7aa52e !important;
    background-color: #7aa52e !important; }

.btn--dark-green, .all--btn--dark-green .hs-cta-wrapper a, .all--btn--dark-green form.hs-form .hs_submit input.hs-button {
  background-color: #7EA528!important;
  border-color: #7EA528!important; }
  .btn--dark-green:hover, .all--btn--dark-green .hs-cta-wrapper a:hover, .all--btn--dark-green form.hs-form .hs_submit input.hs-button:hover {
    border-color: #5f7c1e !important;
    background-color: #5f7c1e !important; }

.btn--aqua, .all--btn--aqua .hs-cta-wrapper a, .all--btn--aqua form.hs-form .hs_submit input.hs-button {
  background-color: #0EA593!important;
  border-color: #0EA593!important; }
  .btn--aqua:hover, .all--btn--aqua .hs-cta-wrapper a:hover, .all--btn--aqua form.hs-form .hs_submit input.hs-button:hover {
    border-color: #0a7669 !important;
    background-color: #0a7669 !important; }

.btn--dark-aqua, .all--btn--dark-aqua .hs-cta-wrapper a, .all--btn--dark-aqua form.hs-form .hs_submit input.hs-button {
  background-color: #078774!important;
  border-color: #078774!important; }
  .btn--dark-aqua:hover, .all--btn--dark-aqua .hs-cta-wrapper a:hover, .all--btn--dark-aqua form.hs-form .hs_submit input.hs-button:hover {
    border-color: #04574a !important;
    background-color: #04574a !important; }

.btn--light-blue, .all--btn--light-blue .hs-cta-wrapper a, .all--btn--light-blue form.hs-form .hs_submit input.hs-button {
  background-color: #007DC4!important;
  border-color: #007DC4!important; }
  .btn--light-blue:hover, .all--btn--light-blue .hs-cta-wrapper a:hover, .all--btn--light-blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #005c91 !important;
    background-color: #005c91 !important; }

.btn--dark-blue, .all--btn--dark-blue .hs-cta-wrapper a, .all--btn--dark-blue form.hs-form .hs_submit input.hs-button {
  background-color: #005BB5!important;
  border-color: #005BB5!important; }
  .btn--dark-blue:hover, .all--btn--dark-blue .hs-cta-wrapper a:hover, .all--btn--dark-blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #004182 !important;
    background-color: #004182 !important; }

.btn--purple, .all--btn--purple .hs-cta-wrapper a, .all--btn--purple form.hs-form .hs_submit input.hs-button {
  background-color: #574891!important;
  border-color: #574891!important; }
  .btn--purple:hover, .all--btn--purple .hs-cta-wrapper a:hover, .all--btn--purple form.hs-form .hs_submit input.hs-button:hover {
    border-color: #43376f !important;
    background-color: #43376f !important; }

.btn--dark-purple, .all--btn--dark-purple .hs-cta-wrapper a, .all--btn--dark-purple form.hs-form .hs_submit input.hs-button {
  background-color: #433D7A!important;
  border-color: #433D7A!important; }
  .btn--dark-purple:hover, .all--btn--dark-purple .hs-cta-wrapper a:hover, .all--btn--dark-purple form.hs-form .hs_submit input.hs-button:hover {
    border-color: #302c58 !important;
    background-color: #302c58 !important; }

.btn--floor-viz--blue, .all--btn--floor-viz--blue .hs-cta-wrapper a, .all--btn--floor-viz--blue form.hs-form .hs_submit input.hs-button {
  background-color: #69CAE9!important;
  border-color: #69CAE9!important; }
  .btn--floor-viz--blue:hover, .all--btn--floor-viz--blue .hs-cta-wrapper a:hover, .all--btn--floor-viz--blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #3dbae2 !important;
    background-color: #3dbae2 !important; }

.btn--campaign-viz--green, .all--btn--campaign-viz--green .hs-cta-wrapper a, .all--btn--campaign-viz--green form.hs-form .hs_submit input.hs-button {
  background-color: #42B26E!important;
  border-color: #42B26E!important; }
  .btn--campaign-viz--green:hover, .all--btn--campaign-viz--green .hs-cta-wrapper a:hover, .all--btn--campaign-viz--green form.hs-form .hs_submit input.hs-button:hover {
    border-color: #348d57 !important;
    background-color: #348d57 !important; }

.btn--tech-viz--green, .all--btn--tech-viz--green .hs-cta-wrapper a, .all--btn--tech-viz--green form.hs-form .hs_submit input.hs-button {
  background-color: #D7DF23!important;
  border-color: #D7DF23!important; }
  .btn--tech-viz--green:hover, .all--btn--tech-viz--green .hs-cta-wrapper a:hover, .all--btn--tech-viz--green form.hs-form .hs_submit input.hs-button:hover {
    border-color: #aeb51a !important;
    background-color: #aeb51a !important; }

.btn--host-viz--orange, .all--btn--host-viz--orange .hs-cta-wrapper a, .all--btn--host-viz--orange form.hs-form .hs_submit input.hs-button {
  background-color: #EDBA1D!important;
  border-color: #EDBA1D!important; }
  .btn--host-viz--orange:hover, .all--btn--host-viz--orange .hs-cta-wrapper a:hover, .all--btn--host-viz--orange form.hs-form .hs_submit input.hs-button:hover {
    border-color: #c79a10 !important;
    background-color: #c79a10 !important; }

.btn--viz-mosaic--red, .all--btn--viz-mosaic--red .hs-cta-wrapper a, .all--btn--viz-mosaic--red form.hs-form .hs_submit input.hs-button {
  background-color: #BF4142!important;
  border-color: #BF4142!important; }
  .btn--viz-mosaic--red:hover, .all--btn--viz-mosaic--red .hs-cta-wrapper a:hover, .all--btn--viz-mosaic--red form.hs-form .hs_submit input.hs-button:hover {
    border-color: #993434 !important;
    background-color: #993434 !important; }

.btn--light-grey, .all--btn--light-grey .hs-cta-wrapper a, .all--btn--light-grey form.hs-form .hs_submit input.hs-button {
  background-color: #dddddd!important;
  border-color: #dddddd!important; }
  .btn--light-grey:hover, .all--btn--light-grey .hs-cta-wrapper a:hover, .all--btn--light-grey form.hs-form .hs_submit input.hs-button:hover {
    border-color: #c4c4c4 !important;
    background-color: #c4c4c4 !important; }

.btn--mid-grey, .all--btn--mid-grey .hs-cta-wrapper a, .all--btn--mid-grey form.hs-form .hs_submit input.hs-button {
  background-color: #A7A9AC!important;
  border-color: #A7A9AC!important; }
  .btn--mid-grey:hover, .all--btn--mid-grey .hs-cta-wrapper a:hover, .all--btn--mid-grey form.hs-form .hs_submit input.hs-button:hover {
    border-color: #8d8f93 !important;
    background-color: #8d8f93 !important; }

.btn--dark-grey, .all--btn--dark-grey .hs-cta-wrapper a, .all--btn--dark-grey form.hs-form .hs_submit input.hs-button {
  background-color: #4F5156!important;
  border-color: #4F5156!important; }
  .btn--dark-grey:hover, .all--btn--dark-grey .hs-cta-wrapper a:hover, .all--btn--dark-grey form.hs-form .hs_submit input.hs-button:hover {
    border-color: #37383b !important;
    background-color: #37383b !important; }

.btn--blue, .all--btn--blue .hs-cta-wrapper a, .all--btn--blue form.hs-form .hs_submit input.hs-button {
  background-color: #4B82C3!important;
  border-color: #4B82C3!important; }
  .btn--blue:hover, .all--btn--blue .hs-cta-wrapper a:hover, .all--btn--blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #739fd5 !important;
    background-color: #739fd5 !important; }

.btn--gaming-green, .all--btn--gaming-green .hs-cta-wrapper a, .all--btn--gaming-green form.hs-form .hs_submit input.hs-button {
  background-color: #96C93D!important;
  border-color: #96C93D!important; }
  .btn--gaming-green:hover, .all--btn--gaming-green .hs-cta-wrapper a:hover, .all--btn--gaming-green form.hs-form .hs_submit input.hs-button:hover {
    border-color: #7aa52e !important;
    background-color: #7aa52e !important; }

.btn--mfg-blue, .all--btn--mfg-blue .hs-cta-wrapper a, .all--btn--mfg-blue form.hs-form .hs_submit input.hs-button {
  background-color: #509FD1!important;
  border-color: #509FD1!important; }
  .btn--mfg-blue:hover, .all--btn--mfg-blue .hs-cta-wrapper a:hover, .all--btn--mfg-blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #3287bc !important;
    background-color: #3287bc !important; }

.btn--sports-orange, .all--btn--sports-orange .hs-cta-wrapper a, .all--btn--sports-orange form.hs-form .hs_submit input.hs-button {
  background-color: #EA831C!important;
  border-color: #EA831C!important; }
  .btn--sports-orange:hover, .all--btn--sports-orange .hs-cta-wrapper a:hover, .all--btn--sports-orange form.hs-form .hs_submit input.hs-button:hover {
    border-color: #c16a12 !important;
    background-color: #c16a12 !important; }

.btn--pale-blue, .all--btn--pale-blue .hs-cta-wrapper a, .all--btn--pale-blue form.hs-form .hs_submit input.hs-button {
  background-color: #E6F6FF!important;
  border-color: #E6F6FF!important; }
  .btn--pale-blue:hover, .all--btn--pale-blue .hs-cta-wrapper a:hover, .all--btn--pale-blue form.hs-form .hs_submit input.hs-button:hover {
    border-color: #b3e4ff !important;
    background-color: #b3e4ff !important; }

.btn--primary, .all--btn--primary .hs-cta-wrapper a, .all--btn--primary form.hs-form .hs_submit input.hs-button {
  background-color: #4B82C3!important;
  border-color: #4B82C3!important; }
  .btn--primary:hover, .all--btn--primary .hs-cta-wrapper a:hover, .all--btn--primary form.hs-form .hs_submit input.hs-button:hover {
    border-color: #3769a4 !important;
    background-color: #3769a4 !important; }

.btn--secondary, .all--btn--secondary .hs-cta-wrapper a, .all--btn--secondary form.hs-form .hs_submit input.hs-button {
  background-color: #F6921E!important;
  border-color: #F6921E!important; }
  .btn--secondary:hover, .all--btn--secondary .hs-cta-wrapper a:hover, .all--btn--secondary form.hs-form .hs_submit input.hs-button:hover {
    border-color: #d87809 !important;
    background-color: #d87809 !important; }

.btn--transparent--white, .all--btn--transparent--white .hs-cta-wrapper a, .all--btn--transparent--white form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #ffffff!important; }
  .btn--transparent--white:hover, .all--btn--transparent--white .hs-cta-wrapper a:hover, .all--btn--transparent--white form.hs-form .hs_submit input.hs-button:hover {
    background-color: #ffffff !important;
    color: #ffffff; }

.btn--transparent--black, .all--btn--transparent--black .hs-cta-wrapper a, .all--btn--transparent--black form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #222222;
  border-color: #222222!important; }
  .btn--transparent--black:hover, .all--btn--transparent--black .hs-cta-wrapper a:hover, .all--btn--transparent--black form.hs-form .hs_submit input.hs-button:hover {
    background-color: #222222 !important;
    color: #ffffff; }

.btn--transparent--red, .all--btn--transparent--red .hs-cta-wrapper a, .all--btn--transparent--red form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #EC1940;
  border-color: #EC1940!important; }
  .btn--transparent--red:hover, .all--btn--transparent--red .hs-cta-wrapper a:hover, .all--btn--transparent--red form.hs-form .hs_submit input.hs-button:hover {
    background-color: #EC1940 !important;
    color: #ffffff; }

.btn--transparent--dark-red, .all--btn--transparent--dark-red .hs-cta-wrapper a, .all--btn--transparent--dark-red form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #C60E36;
  border-color: #C60E36!important; }
  .btn--transparent--dark-red:hover, .all--btn--transparent--dark-red .hs-cta-wrapper a:hover, .all--btn--transparent--dark-red form.hs-form .hs_submit input.hs-button:hover {
    background-color: #C60E36 !important;
    color: #ffffff; }

.btn--transparent--orange, .all--btn--transparent--orange .hs-cta-wrapper a, .all--btn--transparent--orange form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #F6921E;
  border-color: #F6921E!important; }
  .btn--transparent--orange:hover, .all--btn--transparent--orange .hs-cta-wrapper a:hover, .all--btn--transparent--orange form.hs-form .hs_submit input.hs-button:hover {
    background-color: #F6921E !important;
    color: #ffffff; }

.btn--transparent--dark-orange, .all--btn--transparent--dark-orange .hs-cta-wrapper a, .all--btn--transparent--dark-orange form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #F26F2A;
  border-color: #F26F2A!important; }
  .btn--transparent--dark-orange:hover, .all--btn--transparent--dark-orange .hs-cta-wrapper a:hover, .all--btn--transparent--dark-orange form.hs-form .hs_submit input.hs-button:hover {
    background-color: #F26F2A !important;
    color: #ffffff; }

.btn--transparent--yellow, .all--btn--transparent--yellow .hs-cta-wrapper a, .all--btn--transparent--yellow form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #FFDD00;
  border-color: #FFDD00!important; }
  .btn--transparent--yellow:hover, .all--btn--transparent--yellow .hs-cta-wrapper a:hover, .all--btn--transparent--yellow form.hs-form .hs_submit input.hs-button:hover {
    background-color: #FFDD00 !important;
    color: #ffffff; }

.btn--transparent--dark-yellow, .all--btn--transparent--dark-yellow .hs-cta-wrapper a, .all--btn--transparent--dark-yellow form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #F9B915;
  border-color: #F9B915!important; }
  .btn--transparent--dark-yellow:hover, .all--btn--transparent--dark-yellow .hs-cta-wrapper a:hover, .all--btn--transparent--dark-yellow form.hs-form .hs_submit input.hs-button:hover {
    background-color: #F9B915 !important;
    color: #ffffff; }

.btn--transparent--lime, .all--btn--transparent--lime .hs-cta-wrapper a, .all--btn--transparent--lime form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #D6DE23;
  border-color: #D6DE23!important; }
  .btn--transparent--lime:hover, .all--btn--transparent--lime .hs-cta-wrapper a:hover, .all--btn--transparent--lime form.hs-form .hs_submit input.hs-button:hover {
    background-color: #D6DE23 !important;
    color: #ffffff; }

.btn--transparent--dark-lime, .all--btn--transparent--dark-lime .hs-cta-wrapper a, .all--btn--transparent--dark-lime form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #C1C11A;
  border-color: #C1C11A!important; }
  .btn--transparent--dark-lime:hover, .all--btn--transparent--dark-lime .hs-cta-wrapper a:hover, .all--btn--transparent--dark-lime form.hs-form .hs_submit input.hs-button:hover {
    background-color: #C1C11A !important;
    color: #ffffff; }

.btn--transparent--green, .all--btn--transparent--green .hs-cta-wrapper a, .all--btn--transparent--green form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #96C93D;
  border-color: #96C93D!important; }
  .btn--transparent--green:hover, .all--btn--transparent--green .hs-cta-wrapper a:hover, .all--btn--transparent--green form.hs-form .hs_submit input.hs-button:hover {
    background-color: #96C93D !important;
    color: #ffffff; }

.btn--transparent--dark-green, .all--btn--transparent--dark-green .hs-cta-wrapper a, .all--btn--transparent--dark-green form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #7EA528;
  border-color: #7EA528!important; }
  .btn--transparent--dark-green:hover, .all--btn--transparent--dark-green .hs-cta-wrapper a:hover, .all--btn--transparent--dark-green form.hs-form .hs_submit input.hs-button:hover {
    background-color: #7EA528 !important;
    color: #ffffff; }

.btn--transparent--aqua, .all--btn--transparent--aqua .hs-cta-wrapper a, .all--btn--transparent--aqua form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #0EA593;
  border-color: #0EA593!important; }
  .btn--transparent--aqua:hover, .all--btn--transparent--aqua .hs-cta-wrapper a:hover, .all--btn--transparent--aqua form.hs-form .hs_submit input.hs-button:hover {
    background-color: #0EA593 !important;
    color: #ffffff; }

.btn--transparent--dark-aqua, .all--btn--transparent--dark-aqua .hs-cta-wrapper a, .all--btn--transparent--dark-aqua form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #078774;
  border-color: #078774!important; }
  .btn--transparent--dark-aqua:hover, .all--btn--transparent--dark-aqua .hs-cta-wrapper a:hover, .all--btn--transparent--dark-aqua form.hs-form .hs_submit input.hs-button:hover {
    background-color: #078774 !important;
    color: #ffffff; }

.btn--transparent--light-blue, .all--btn--transparent--light-blue .hs-cta-wrapper a, .all--btn--transparent--light-blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #007DC4;
  border-color: #007DC4!important; }
  .btn--transparent--light-blue:hover, .all--btn--transparent--light-blue .hs-cta-wrapper a:hover, .all--btn--transparent--light-blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #007DC4 !important;
    color: #ffffff; }

.btn--transparent--dark-blue, .all--btn--transparent--dark-blue .hs-cta-wrapper a, .all--btn--transparent--dark-blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #005BB5;
  border-color: #005BB5!important; }
  .btn--transparent--dark-blue:hover, .all--btn--transparent--dark-blue .hs-cta-wrapper a:hover, .all--btn--transparent--dark-blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #005BB5 !important;
    color: #ffffff; }

.btn--transparent--purple, .all--btn--transparent--purple .hs-cta-wrapper a, .all--btn--transparent--purple form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #574891;
  border-color: #574891!important; }
  .btn--transparent--purple:hover, .all--btn--transparent--purple .hs-cta-wrapper a:hover, .all--btn--transparent--purple form.hs-form .hs_submit input.hs-button:hover {
    background-color: #574891 !important;
    color: #ffffff; }

.btn--transparent--dark-purple, .all--btn--transparent--dark-purple .hs-cta-wrapper a, .all--btn--transparent--dark-purple form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #433D7A;
  border-color: #433D7A!important; }
  .btn--transparent--dark-purple:hover, .all--btn--transparent--dark-purple .hs-cta-wrapper a:hover, .all--btn--transparent--dark-purple form.hs-form .hs_submit input.hs-button:hover {
    background-color: #433D7A !important;
    color: #ffffff; }

.btn--transparent--floor-viz--blue, .all--btn--transparent--floor-viz--blue .hs-cta-wrapper a, .all--btn--transparent--floor-viz--blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #69CAE9;
  border-color: #69CAE9!important; }
  .btn--transparent--floor-viz--blue:hover, .all--btn--transparent--floor-viz--blue .hs-cta-wrapper a:hover, .all--btn--transparent--floor-viz--blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #69CAE9 !important;
    color: #ffffff; }

.btn--transparent--campaign-viz--green, .all--btn--transparent--campaign-viz--green .hs-cta-wrapper a, .all--btn--transparent--campaign-viz--green form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #42B26E;
  border-color: #42B26E!important; }
  .btn--transparent--campaign-viz--green:hover, .all--btn--transparent--campaign-viz--green .hs-cta-wrapper a:hover, .all--btn--transparent--campaign-viz--green form.hs-form .hs_submit input.hs-button:hover {
    background-color: #42B26E !important;
    color: #ffffff; }

.btn--transparent--tech-viz--green, .all--btn--transparent--tech-viz--green .hs-cta-wrapper a, .all--btn--transparent--tech-viz--green form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #D7DF23;
  border-color: #D7DF23!important; }
  .btn--transparent--tech-viz--green:hover, .all--btn--transparent--tech-viz--green .hs-cta-wrapper a:hover, .all--btn--transparent--tech-viz--green form.hs-form .hs_submit input.hs-button:hover {
    background-color: #D7DF23 !important;
    color: #ffffff; }

.btn--transparent--host-viz--orange, .all--btn--transparent--host-viz--orange .hs-cta-wrapper a, .all--btn--transparent--host-viz--orange form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #EDBA1D;
  border-color: #EDBA1D!important; }
  .btn--transparent--host-viz--orange:hover, .all--btn--transparent--host-viz--orange .hs-cta-wrapper a:hover, .all--btn--transparent--host-viz--orange form.hs-form .hs_submit input.hs-button:hover {
    background-color: #EDBA1D !important;
    color: #ffffff; }

.btn--transparent--viz-mosaic--red, .all--btn--transparent--viz-mosaic--red .hs-cta-wrapper a, .all--btn--transparent--viz-mosaic--red form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #BF4142;
  border-color: #BF4142!important; }
  .btn--transparent--viz-mosaic--red:hover, .all--btn--transparent--viz-mosaic--red .hs-cta-wrapper a:hover, .all--btn--transparent--viz-mosaic--red form.hs-form .hs_submit input.hs-button:hover {
    background-color: #BF4142 !important;
    color: #ffffff; }

.btn--transparent--light-grey, .all--btn--transparent--light-grey .hs-cta-wrapper a, .all--btn--transparent--light-grey form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #dddddd;
  border-color: #dddddd!important; }
  .btn--transparent--light-grey:hover, .all--btn--transparent--light-grey .hs-cta-wrapper a:hover, .all--btn--transparent--light-grey form.hs-form .hs_submit input.hs-button:hover {
    background-color: #dddddd !important;
    color: #ffffff; }

.btn--transparent--mid-grey, .all--btn--transparent--mid-grey .hs-cta-wrapper a, .all--btn--transparent--mid-grey form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #A7A9AC;
  border-color: #A7A9AC!important; }
  .btn--transparent--mid-grey:hover, .all--btn--transparent--mid-grey .hs-cta-wrapper a:hover, .all--btn--transparent--mid-grey form.hs-form .hs_submit input.hs-button:hover {
    background-color: #A7A9AC !important;
    color: #ffffff; }

.btn--transparent--dark-grey, .all--btn--transparent--dark-grey .hs-cta-wrapper a, .all--btn--transparent--dark-grey form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #4F5156;
  border-color: #4F5156!important; }
  .btn--transparent--dark-grey:hover, .all--btn--transparent--dark-grey .hs-cta-wrapper a:hover, .all--btn--transparent--dark-grey form.hs-form .hs_submit input.hs-button:hover {
    background-color: #4F5156 !important;
    color: #ffffff; }

.btn--transparent--blue, .all--btn--transparent--blue .hs-cta-wrapper a, .all--btn--transparent--blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #4B82C3;
  border-color: #4B82C3!important; }
  .btn--transparent--blue:hover, .all--btn--transparent--blue .hs-cta-wrapper a:hover, .all--btn--transparent--blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #4B82C3 !important;
    color: #ffffff; }

.btn--transparent--gaming-green, .all--btn--transparent--gaming-green .hs-cta-wrapper a, .all--btn--transparent--gaming-green form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #96C93D;
  border-color: #96C93D!important; }
  .btn--transparent--gaming-green:hover, .all--btn--transparent--gaming-green .hs-cta-wrapper a:hover, .all--btn--transparent--gaming-green form.hs-form .hs_submit input.hs-button:hover {
    background-color: #96C93D !important;
    color: #ffffff; }

.btn--transparent--mfg-blue, .all--btn--transparent--mfg-blue .hs-cta-wrapper a, .all--btn--transparent--mfg-blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #509FD1;
  border-color: #509FD1!important; }
  .btn--transparent--mfg-blue:hover, .all--btn--transparent--mfg-blue .hs-cta-wrapper a:hover, .all--btn--transparent--mfg-blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #509FD1 !important;
    color: #ffffff; }

.btn--transparent--sports-orange, .all--btn--transparent--sports-orange .hs-cta-wrapper a, .all--btn--transparent--sports-orange form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #EA831C;
  border-color: #EA831C!important; }
  .btn--transparent--sports-orange:hover, .all--btn--transparent--sports-orange .hs-cta-wrapper a:hover, .all--btn--transparent--sports-orange form.hs-form .hs_submit input.hs-button:hover {
    background-color: #EA831C !important;
    color: #ffffff; }

.btn--transparent--pale-blue, .all--btn--transparent--pale-blue .hs-cta-wrapper a, .all--btn--transparent--pale-blue form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #E6F6FF;
  border-color: #E6F6FF!important; }
  .btn--transparent--pale-blue:hover, .all--btn--transparent--pale-blue .hs-cta-wrapper a:hover, .all--btn--transparent--pale-blue form.hs-form .hs_submit input.hs-button:hover {
    background-color: #E6F6FF !important;
    color: #ffffff; }

.btn--transparent--primary, .all--btn--transparent--primary .hs-cta-wrapper a, .all--btn--transparent--primary form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #4B82C3;
  border-color: #4B82C3!important; }
  .btn--transparent--primary:hover, .all--btn--transparent--primary .hs-cta-wrapper a:hover, .all--btn--transparent--primary form.hs-form .hs_submit input.hs-button:hover {
    background-color: #4B82C3 !important;
    color: #ffffff; }

.btn--transparent--secondary, .all--btn--transparent--secondary .hs-cta-wrapper a, .all--btn--transparent--secondary form.hs-form .hs_submit input.hs-button {
  background-color: transparent !important;
  color: #F6921E;
  border-color: #F6921E!important; }
  .btn--transparent--secondary:hover, .all--btn--transparent--secondary .hs-cta-wrapper a:hover, .all--btn--transparent--secondary form.hs-form .hs_submit input.hs-button:hover {
    background-color: #F6921E !important;
    color: #ffffff; }

/* ********** COLORS ********** */
.background--placeholder {
  background: url('http://placehold.it/350x150') repeat center center scroll;
  background-size: cover; }

.background--hero {
  background: url('http://timothyostheimer.com/images/backgrounds/builder.jpg') no-repeat center center;
  background-size: cover; }

.background--cover {
  background-size: cover !important; }

.background--contain {
  background-size: contain !important; }

/* Colors */
.color--white, .all--color--white, .all--color--white * {
  color: #ffffff!important; }

.background--white {
  background-color: #ffffff; }

.border--white {
  border-color: #ffffff; }

.color--black, .all--color--black, .all--color--black * {
  color: #222222!important; }

.background--black {
  background-color: #222222; }

.border--black {
  border-color: #222222; }

.color--red, .all--color--red, .all--color--red * {
  color: #EC1940!important; }

.background--red {
  background-color: #EC1940; }

.border--red {
  border-color: #EC1940; }

.color--dark-red, .all--color--dark-red, .all--color--dark-red * {
  color: #C60E36!important; }

.background--dark-red {
  background-color: #C60E36; }

.border--dark-red {
  border-color: #C60E36; }

.color--orange, .all--color--orange, .all--color--orange * {
  color: #F6921E!important; }

.background--orange {
  background-color: #F6921E; }

.border--orange {
  border-color: #F6921E; }

.color--dark-orange, .all--color--dark-orange, .all--color--dark-orange * {
  color: #F26F2A!important; }

.background--dark-orange {
  background-color: #F26F2A; }

.border--dark-orange {
  border-color: #F26F2A; }

.color--yellow, .all--color--yellow, .all--color--yellow * {
  color: #FFDD00!important; }

.background--yellow {
  background-color: #FFDD00; }

.border--yellow {
  border-color: #FFDD00; }

.color--dark-yellow, .all--color--dark-yellow, .all--color--dark-yellow * {
  color: #F9B915!important; }

.background--dark-yellow {
  background-color: #F9B915; }

.border--dark-yellow {
  border-color: #F9B915; }

.color--lime, .all--color--lime, .all--color--lime * {
  color: #D6DE23!important; }

.background--lime {
  background-color: #D6DE23; }

.border--lime {
  border-color: #D6DE23; }

.color--dark-lime, .all--color--dark-lime, .all--color--dark-lime * {
  color: #C1C11A!important; }

.background--dark-lime {
  background-color: #C1C11A; }

.border--dark-lime {
  border-color: #C1C11A; }

.color--green, .all--color--green, .all--color--green * {
  color: #96C93D!important; }

.background--green {
  background-color: #96C93D; }

.border--green {
  border-color: #96C93D; }

.color--dark-green, .all--color--dark-green, .all--color--dark-green * {
  color: #7EA528!important; }

.background--dark-green {
  background-color: #7EA528; }

.border--dark-green {
  border-color: #7EA528; }

.color--aqua, .all--color--aqua, .all--color--aqua * {
  color: #0EA593!important; }

.background--aqua {
  background-color: #0EA593; }

.border--aqua {
  border-color: #0EA593; }

.color--dark-aqua, .all--color--dark-aqua, .all--color--dark-aqua * {
  color: #078774!important; }

.background--dark-aqua {
  background-color: #078774; }

.border--dark-aqua {
  border-color: #078774; }

.color--light-blue, .all--color--light-blue, .all--color--light-blue * {
  color: #71b8ff!important; }

.background--light-blue {
  background-color: #71b8ff; }

.border--light-blue {
  border-color: #71b8ff; }

.color--dark-blue, .all--color--dark-blue, .all--color--dark-blue * {
  color: #005BB5!important; }

.background--dark-blue {
  background-color: #005BB5; }

.border--dark-blue {
  border-color: #005BB5; }

.color--purple, .all--color--purple, .all--color--purple * {
  color: #574891!important; }

.background--purple {
  background-color: #574891; }

.border--purple {
  border-color: #574891; }

.color--dark-purple, .all--color--dark-purple, .all--color--dark-purple * {
  color: #433D7A!important; }

.background--dark-purple {
  background-color: #433D7A; }

.border--dark-purple {
  border-color: #433D7A; }

.color--floor-viz--blue, .all--color--floor-viz--blue, .all--color--floor-viz--blue * {
  color: #69CAE9!important; }

.background--floor-viz--blue {
  background-color: #69CAE9; }

.border--floor-viz--blue {
  border-color: #69CAE9; }

.color--campaign-viz--green, .all--color--campaign-viz--green, .all--color--campaign-viz--green * {
  color: #42B26E!important; }

.background--campaign-viz--green {
  background-color: #42B26E; }

.border--campaign-viz--green {
  border-color: #42B26E; }

.color--tech-viz--green, .all--color--tech-viz--green, .all--color--tech-viz--green * {
  color: #D7DF23!important; }

.background--tech-viz--green {
  background-color: #D7DF23; }

.border--tech-viz--green {
  border-color: #D7DF23; }

.color--host-viz--orange, .all--color--host-viz--orange, .all--color--host-viz--orange * {
  color: #EDBA1D!important; }

.background--host-viz--orange {
  background-color: #EDBA1D; }

.border--host-viz--orange {
  border-color: #EDBA1D; }

.color--viz-mosaic--red, .all--color--viz-mosaic--red, .all--color--viz-mosaic--red * {
  color: #BF4142!important; }

.background--viz-mosaic--red {
  background-color: #BF4142; }

.border--viz-mosaic--red {
  border-color: #BF4142; }

.color--light-grey, .all--color--light-grey, .all--color--light-grey * {
  color: #666666!important; }

.background--light-grey {
  background-color: #dddddd; }

.border--light-grey {
  border-color: #dddddd; }

.color--mid-grey, .all--color--mid-grey, .all--color--mid-grey * {
  color: #A7A9AC!important; }

.background--mid-grey {
  background-color: #A7A9AC; }

.border--mid-grey {
  border-color: #A7A9AC; }

.color--dark-grey, .all--color--dark-grey, .all--color--dark-grey * {
  color: #4F5156!important; }

.background--dark-grey {
  background-color: #4F5156; }

.border--dark-grey {
  border-color: #4F5156; }

.color--blue, .all--color--blue, .all--color--blue * {
  color: #4B82C3!important; }

.background--blue {
  background-color: #4B82C3; }

.border--blue {
  border-color: #4B82C3; }

.color--gaming-green, .all--color--gaming-green, .all--color--gaming-green * {
  color: #96C93D!important; }

.background--gaming-green {
  background-color: #96C93D; }

.border--gaming-green {
  border-color: #96C93D; }

.color--mfg-blue, .all--color--mfg-blue, .all--color--mfg-blue * {
  color: #509FD1!important; }

.background--mfg-blue {
  background-color: #509FD1; }

.border--mfg-blue {
  border-color: #509FD1; }

.color--sports-orange, .all--color--sports-orange, .all--color--sports-orange * {
  color: #EA831C!important; }

.background--sports-orange {
  background-color: #EA831C; }

.border--sports-orange {
  border-color: #EA831C; }

.color--pale-blue, .all--color--pale-blue, .all--color--pale-blue * {
  color: #E6F6FF!important; }

.background--pale-blue {
  background-color: #E6F6FF; }

.border--pale-blue {
  border-color: #E6F6FF; }

.color--primary, .all--color--primary, .all--color--primary * {
  color: #4B82C3!important; }

.background--primary {
  background-color: #4B82C3; }

.border--primary {
  border-color: #4B82C3; }

.color--secondary, .all--color--secondary, .all--color--secondary * {
  color: #F6921E!important; }

.background--secondary {
  background-color: #F6921E; }

.border--secondary {
  border-color: #F6921E; }

.border--transparent {
  border-color: transparent; }

/* Social Colors */
.color--facebook, .all--color--facebook, .all--color--facebook * {
  color: #395697; }

.background--facebook {
  background-color: #395697; }

.border--facebook {
  border-color: #395697; }

.color--twitter, .all--color--twitter, .all--color--twitter * {
  color: #50aee1; }

.background--twitter {
  background-color: #50aee1; }

.border--twitter {
  border-color: #50aee1; }

.color--linkedin, .all--color--linkedin, .all--color--linkedin * {
  color: #007bb6; }

.background--linkedin {
  background-color: #007bb6; }

.border--linkedin {
  border-color: #007bb6; }

.color--google, .all--color--google, .all--color--google * {
  color: #dd4b39; }

.background--google {
  background-color: #dd4b39; }

.border--google {
  border-color: #dd4b39; }

.color--youtube, .all--color--youtube, .all--color--youtube * {
  color: #bb0000; }

.background--youtube {
  background-color: #bb0000; }

.border--youtube {
  border-color: #bb0000; }

.color--instagram, .all--color--instagram, .all--color--instagram * {
  color: #125688; }

.background--instagram {
  background-color: #125688; }

.border--instagram {
  border-color: #125688; }

.color--pinterest, .all--color--pinterest, .all--color--pinterest * {
  color: #cb2027; }

.background--pinterest {
  background-color: #cb2027; }

.border--pinterest {
  border-color: #cb2027; }

.color--dribbble, .all--color--dribbble, .all--color--dribbble * {
  color: #ef558f; }

.background--dribbble {
  background-color: #ef558f; }

.border--dribbble {
  border-color: #ef558f; }

/* Borders */
.border--0 {
  border-style: solid;
  border-width: 0px; }

.border--top--0 {
  border-style: solid;
  border-top-width: 0px !important; }

.border--bottom--0 {
  border-style: solid;
  border-bottom-width: 0px !important; }

.border--left--0 {
  border-style: solid;
  border-left-width: 0px !important; }

.border--right--0 {
  border-style: solid;
  border-right-width: 0px !important; }

.border--1 {
  border-style: solid;
  border-width: 1px; }

.border--top--1 {
  border-style: solid;
  border-top-width: 1px !important; }

.border--bottom--1 {
  border-style: solid;
  border-bottom-width: 1px !important; }

.border--left--1 {
  border-style: solid;
  border-left-width: 1px !important; }

.border--right--1 {
  border-style: solid;
  border-right-width: 1px !important; }

.border--2 {
  border-style: solid;
  border-width: 2px; }

.border--top--2 {
  border-style: solid;
  border-top-width: 2px !important; }

.border--bottom--2 {
  border-style: solid;
  border-bottom-width: 2px !important; }

.border--left--2 {
  border-style: solid;
  border-left-width: 2px !important; }

.border--right--2 {
  border-style: solid;
  border-right-width: 2px !important; }

.border--3 {
  border-style: solid;
  border-width: 3px; }

.border--top--3 {
  border-style: solid;
  border-top-width: 3px !important; }

.border--bottom--3 {
  border-style: solid;
  border-bottom-width: 3px !important; }

.border--left--3 {
  border-style: solid;
  border-left-width: 3px !important; }

.border--right--3 {
  border-style: solid;
  border-right-width: 3px !important; }

.border--4 {
  border-style: solid;
  border-width: 4px; }

.border--top--4 {
  border-style: solid;
  border-top-width: 4px !important; }

.border--bottom--4 {
  border-style: solid;
  border-bottom-width: 4px !important; }

.border--left--4 {
  border-style: solid;
  border-left-width: 4px !important; }

.border--right--4 {
  border-style: solid;
  border-right-width: 4px !important; }

.border--5 {
  border-style: solid;
  border-width: 5px; }

.border--top--5 {
  border-style: solid;
  border-top-width: 5px !important; }

.border--bottom--5 {
  border-style: solid;
  border-bottom-width: 5px !important; }

.border--left--5 {
  border-style: solid;
  border-left-width: 5px !important; }

.border--right--5 {
  border-style: solid;
  border-right-width: 5px !important; }

.border--6 {
  border-style: solid;
  border-width: 6px; }

.border--top--6 {
  border-style: solid;
  border-top-width: 6px !important; }

.border--bottom--6 {
  border-style: solid;
  border-bottom-width: 6px !important; }

.border--left--6 {
  border-style: solid;
  border-left-width: 6px !important; }

.border--right--6 {
  border-style: solid;
  border-right-width: 6px !important; }

.border--7 {
  border-style: solid;
  border-width: 7px; }

.border--top--7 {
  border-style: solid;
  border-top-width: 7px !important; }

.border--bottom--7 {
  border-style: solid;
  border-bottom-width: 7px !important; }

.border--left--7 {
  border-style: solid;
  border-left-width: 7px !important; }

.border--right--7 {
  border-style: solid;
  border-right-width: 7px !important; }

.border--8 {
  border-style: solid;
  border-width: 8px; }

.border--top--8 {
  border-style: solid;
  border-top-width: 8px !important; }

.border--bottom--8 {
  border-style: solid;
  border-bottom-width: 8px !important; }

.border--left--8 {
  border-style: solid;
  border-left-width: 8px !important; }

.border--right--8 {
  border-style: solid;
  border-right-width: 8px !important; }

.border--9 {
  border-style: solid;
  border-width: 9px; }

.border--top--9 {
  border-style: solid;
  border-top-width: 9px !important; }

.border--bottom--9 {
  border-style: solid;
  border-bottom-width: 9px !important; }

.border--left--9 {
  border-style: solid;
  border-left-width: 9px !important; }

.border--right--9 {
  border-style: solid;
  border-right-width: 9px !important; }

.border--10 {
  border-style: solid;
  border-width: 10px; }

.border--top--10 {
  border-style: solid;
  border-top-width: 10px !important; }

.border--bottom--10 {
  border-style: solid;
  border-bottom-width: 10px !important; }

.border--left--10 {
  border-style: solid;
  border-left-width: 10px !important; }

.border--right--10 {
  border-style: solid;
  border-right-width: 10px !important; }

.border-radius--0 {
  border-radius: 0px; }

.border-radius--1 {
  border-radius: 1px; }

.border-radius--2 {
  border-radius: 2px; }

.border-radius--3 {
  border-radius: 3px; }

.border-radius--4 {
  border-radius: 4px; }

.border-radius--5 {
  border-radius: 5px; }

.border-radius--6 {
  border-radius: 6px; }

.border-radius--7 {
  border-radius: 7px; }

.border-radius--8 {
  border-radius: 8px; }

.border-radius--9 {
  border-radius: 9px; }

.border-radius--10 {
  border-radius: 10px; }

.border-radius--circle {
  border-radius: 50%; }

.border-radius--pill {
  border-radius: 9999px; }

/* ********** FONTS ********** */
.font--heading, .font--heading * {
  font-family: "Arial", sans-serif !important; }

.font--reading, .font--reading * {
  font-family: "Arial", sans-serif !important; }

.font--0, .font--0 * {
  font-size: 0px !important; }

.font--1, .font--1 * {
  font-size: 1px !important; }

.font--2, .font--2 * {
  font-size: 2px !important; }

.font--3, .font--3 * {
  font-size: 3px !important; }

.font--4, .font--4 * {
  font-size: 4px !important; }

.font--5, .font--5 * {
  font-size: 5px !important; }

.font--6, .font--6 * {
  font-size: 6px !important; }

.font--7, .font--7 * {
  font-size: 7px !important; }

.font--8, .font--8 * {
  font-size: 8px !important; }

.font--9, .font--9 * {
  font-size: 9px !important; }

.font--10, .font--10 * {
  font-size: 10px !important; }

.font--11, .font--11 * {
  font-size: 11px !important; }

.font--12, .font--12 * {
  font-size: 12px !important; }

.font--13, .font--13 * {
  font-size: 13px !important; }

.font--14, .font--14 * {
  font-size: 14px !important; }

.font--15, .font--15 * {
  font-size: 15px !important; }

.font--16, .font--16 * {
  font-size: 16px !important; }

.font--17, .font--17 * {
  font-size: 17px !important; }

.font--18, .font--18 * {
  font-size: 18px !important; }

.font--19, .font--19 * {
  font-size: 19px !important; }

.font--20, .font--20 * {
  font-size: 20px !important; }

.font--21, .font--21 * {
  font-size: 21px !important; }

.font--22, .font--22 * {
  font-size: 22px !important; }

.font--23, .font--23 * {
  font-size: 23px !important; }

.font--24, .font--24 * {
  font-size: 24px !important; }

.font--25, .font--25 * {
  font-size: 25px !important; }

.font--26, .font--26 * {
  font-size: 26px !important; }

.font--27, .font--27 * {
  font-size: 27px !important; }

.font--28, .font--28 * {
  font-size: 28px !important; }

.font--29, .font--29 * {
  font-size: 29px !important; }

.font--30, .font--30 * {
  font-size: 30px !important; }

.font--31, .font--31 * {
  font-size: 31px !important; }

.font--32, .font--32 * {
  font-size: 32px !important; }

.font--33, .font--33 * {
  font-size: 33px !important; }

.font--34, .font--34 * {
  font-size: 34px !important; }

.font--35, .font--35 * {
  font-size: 35px !important; }

.font--36, .font--36 * {
  font-size: 36px !important; }

.font--37, .font--37 * {
  font-size: 37px !important; }

.font--38, .font--38 * {
  font-size: 38px !important; }

.font--39, .font--39 * {
  font-size: 39px !important; }

.font--40, .font--40 * {
  font-size: 40px !important; }

.font--41, .font--41 * {
  font-size: 41px !important; }

.font--42, .font--42 * {
  font-size: 42px !important; }

.font--43, .font--43 * {
  font-size: 43px !important; }

.font--44, .font--44 * {
  font-size: 44px !important; }

.font--45, .font--45 * {
  font-size: 45px !important; }

.font--46, .font--46 * {
  font-size: 46px !important; }

.font--47, .font--47 * {
  font-size: 47px !important; }

.font--48, .font--48 * {
  font-size: 48px !important; }

.font--49, .font--49 * {
  font-size: 49px !important; }

.font--50, .font--50 * {
  font-size: 50px !important; }

/* ********** TEXT ********** */
h1, span.h1 {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  color: #4F5156; }

h2, span.h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 1.25em;
  font-weight: 700;
  color: #4F5156; }

h3, span.h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 100;
  color: #4F5156; }

h4, span.h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 100;
  color: #4F5156; }

h5, span.h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #4F5156; }

h6, span.h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 500;
  color: #4F5156; }

h1, h2, h3, h4, h5, h6, span.h1, span.h2, span.h3, span.h4, span.h5, span.h6, p {
  display: block;
  margin-bottom: 10px; }

h1 + h1, h1 + span.h1, span.h1 + h1, span.h1 + span.h1 {
  margin-top: -10px; }
h1 + h2, h1 + span.h2, span.h1 + h2, span.h1 + span.h2 {
  margin-top: -10px; }
h1 + h3, h1 + span.h3, span.h1 + h3, span.h1 + span.h3 {
  margin-top: -10px; }
h1 + h4, h1 + span.h4, span.h1 + h4, span.h1 + span.h4 {
  margin-top: -10px; }
h1 + h5, h1 + span.h5, span.h1 + h5, span.h1 + span.h5 {
  margin-top: -10px; }
h1 + h6, h1 + span.h6, span.h1 + h6, span.h1 + span.h6 {
  margin-top: -10px; }
h1 + p, h1 + span.p, span.h1 + p, span.h1 + span.p {
  margin-top: -10px; }

h2 + h1, h2 + span.h1, span.h2 + h1, span.h2 + span.h1 {
  margin-top: -10px; }
h2 + h2, h2 + span.h2, span.h2 + h2, span.h2 + span.h2 {
  margin-top: -10px; }
h2 + h3, h2 + span.h3, span.h2 + h3, span.h2 + span.h3 {
  margin-top: -10px; }
h2 + h4, h2 + span.h4, span.h2 + h4, span.h2 + span.h4 {
  margin-top: -10px; }
h2 + h5, h2 + span.h5, span.h2 + h5, span.h2 + span.h5 {
  margin-top: -10px; }
h2 + h6, h2 + span.h6, span.h2 + h6, span.h2 + span.h6 {
  margin-top: -10px; }
h2 + p, h2 + span.p, span.h2 + p, span.h2 + span.p {
  margin-top: -10px; }

h3 + h1, h3 + span.h1, span.h3 + h1, span.h3 + span.h1 {
  margin-top: -10px; }
h3 + h2, h3 + span.h2, span.h3 + h2, span.h3 + span.h2 {
  margin-top: -10px; }
h3 + h3, h3 + span.h3, span.h3 + h3, span.h3 + span.h3 {
  margin-top: -10px; }
h3 + h4, h3 + span.h4, span.h3 + h4, span.h3 + span.h4 {
  margin-top: -10px; }
h3 + h5, h3 + span.h5, span.h3 + h5, span.h3 + span.h5 {
  margin-top: -10px; }
h3 + h6, h3 + span.h6, span.h3 + h6, span.h3 + span.h6 {
  margin-top: -10px; }
h3 + p, h3 + span.p, span.h3 + p, span.h3 + span.p {
  margin-top: -10px; }

h4 + h1, h4 + span.h1, span.h4 + h1, span.h4 + span.h1 {
  margin-top: -10px; }
h4 + h2, h4 + span.h2, span.h4 + h2, span.h4 + span.h2 {
  margin-top: -10px; }
h4 + h3, h4 + span.h3, span.h4 + h3, span.h4 + span.h3 {
  margin-top: -10px; }
h4 + h4, h4 + span.h4, span.h4 + h4, span.h4 + span.h4 {
  margin-top: -10px; }
h4 + h5, h4 + span.h5, span.h4 + h5, span.h4 + span.h5 {
  margin-top: -10px; }
h4 + h6, h4 + span.h6, span.h4 + h6, span.h4 + span.h6 {
  margin-top: -10px; }
h4 + p, h4 + span.p, span.h4 + p, span.h4 + span.p {
  margin-top: -10px; }

h5 + h1, h5 + span.h1, span.h5 + h1, span.h5 + span.h1 {
  margin-top: -10px; }
h5 + h2, h5 + span.h2, span.h5 + h2, span.h5 + span.h2 {
  margin-top: -10px; }
h5 + h3, h5 + span.h3, span.h5 + h3, span.h5 + span.h3 {
  margin-top: -10px; }
h5 + h4, h5 + span.h4, span.h5 + h4, span.h5 + span.h4 {
  margin-top: -10px; }
h5 + h5, h5 + span.h5, span.h5 + h5, span.h5 + span.h5 {
  margin-top: -10px; }
h5 + h6, h5 + span.h6, span.h5 + h6, span.h5 + span.h6 {
  margin-top: -10px; }
h5 + p, h5 + span.p, span.h5 + p, span.h5 + span.p {
  margin-top: -10px; }

h6 + h1, h6 + span.h1, span.h6 + h1, span.h6 + span.h1 {
  margin-top: -10px; }
h6 + h2, h6 + span.h2, span.h6 + h2, span.h6 + span.h2 {
  margin-top: -10px; }
h6 + h3, h6 + span.h3, span.h6 + h3, span.h6 + span.h3 {
  margin-top: -10px; }
h6 + h4, h6 + span.h4, span.h6 + h4, span.h6 + span.h4 {
  margin-top: -10px; }
h6 + h5, h6 + span.h5, span.h6 + h5, span.h6 + span.h5 {
  margin-top: -10px; }
h6 + h6, h6 + span.h6, span.h6 + h6, span.h6 + span.h6 {
  margin-top: -10px; }
h6 + p, h6 + span.p, span.h6 + p, span.h6 + span.p {
  margin-top: -10px; }

p + h1, p + span.h1, span.p + h1, span.p + span.h1 {
  margin-top: -10px; }
p + h2, p + span.h2, span.p + h2, span.p + span.h2 {
  margin-top: -10px; }
p + h3, p + span.h3, span.p + h3, span.p + span.h3 {
  margin-top: -10px; }
p + h4, p + span.h4, span.p + h4, span.p + span.h4 {
  margin-top: -10px; }
p + h5, p + span.h5, span.p + h5, span.p + span.h5 {
  margin-top: -10px; }
p + h6, p + span.h6, span.p + h6, span.p + span.h6 {
  margin-top: -10px; }
p + p, p + span.p, span.p + p, span.p + span.p {
  margin-top: -10px; }

h1 span.h1 {
  margin-bottom: inherit; }
h1 span.h2 {
  margin-bottom: inherit; }
h1 span.h3 {
  margin-bottom: inherit; }
h1 span.h4 {
  margin-bottom: inherit; }
h1 span.h5 {
  margin-bottom: inherit; }
h1 span.h6 {
  margin-bottom: inherit; }
h1 span.p {
  margin-bottom: inherit; }

h2 span.h1 {
  margin-bottom: inherit; }
h2 span.h2 {
  margin-bottom: inherit; }
h2 span.h3 {
  margin-bottom: inherit; }
h2 span.h4 {
  margin-bottom: inherit; }
h2 span.h5 {
  margin-bottom: inherit; }
h2 span.h6 {
  margin-bottom: inherit; }
h2 span.p {
  margin-bottom: inherit; }

h3 span.h1 {
  margin-bottom: inherit; }
h3 span.h2 {
  margin-bottom: inherit; }
h3 span.h3 {
  margin-bottom: inherit; }
h3 span.h4 {
  margin-bottom: inherit; }
h3 span.h5 {
  margin-bottom: inherit; }
h3 span.h6 {
  margin-bottom: inherit; }
h3 span.p {
  margin-bottom: inherit; }

h4 span.h1 {
  margin-bottom: inherit; }
h4 span.h2 {
  margin-bottom: inherit; }
h4 span.h3 {
  margin-bottom: inherit; }
h4 span.h4 {
  margin-bottom: inherit; }
h4 span.h5 {
  margin-bottom: inherit; }
h4 span.h6 {
  margin-bottom: inherit; }
h4 span.p {
  margin-bottom: inherit; }

h5 span.h1 {
  margin-bottom: inherit; }
h5 span.h2 {
  margin-bottom: inherit; }
h5 span.h3 {
  margin-bottom: inherit; }
h5 span.h4 {
  margin-bottom: inherit; }
h5 span.h5 {
  margin-bottom: inherit; }
h5 span.h6 {
  margin-bottom: inherit; }
h5 span.p {
  margin-bottom: inherit; }

h6 span.h1 {
  margin-bottom: inherit; }
h6 span.h2 {
  margin-bottom: inherit; }
h6 span.h3 {
  margin-bottom: inherit; }
h6 span.h4 {
  margin-bottom: inherit; }
h6 span.h5 {
  margin-bottom: inherit; }
h6 span.h6 {
  margin-bottom: inherit; }
h6 span.p {
  margin-bottom: inherit; }

p span.h1 {
  margin-bottom: inherit; }
p span.h2 {
  margin-bottom: inherit; }
p span.h3 {
  margin-bottom: inherit; }
p span.h4 {
  margin-bottom: inherit; }
p span.h5 {
  margin-bottom: inherit; }
p span.h6 {
  margin-bottom: inherit; }
p span.p {
  margin-bottom: inherit; }

h1 a, span.h1 a,
h2 a, span.h2 a,
h3 a, span.h3 a,
h4 a, span.h4 a,
h5 a, span.h5 a,
h6 a, span.h6 a {
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  word-spacing: inherit !important;
  letter-spacing: inherit !important; }

p, li {
  font-family: "open sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #666666; }

a {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
  color: #4B82C3; }

/* Text */
.bold, .strong, .all--bold, .all--bold *, .all--strong, .all--strong * {
  font-weight: 700 !important; }

.bolder, .all--bolder, .all--bolder * {
  font-weight: 800 !important; }

.semi-bold, .all--semi-bold, .all--semi-bold *,{
  font-weight: 500 !important; }

.light, .all--light, .all--light * {
  font-weight: 300 !important; }

.lighter, .all--lighter, .all--lighter * {
  font-weight: 100 !important; }

.italic, .all--italic, .all--italic * {
  font-style: italic !important; }

.uppercase, .all--uppercase, .all--uppercase * {
  text-transform: uppercase; }

.lowercase, .all--lowercase, .all--lowercase * {
  text-transform: lowercase; }

.normalcase, .all--normalcase, .all--normalcase * {
  text-transform: none; }

.normal, .all--normal, .all--normal * {
  font-style: normal;
  font-weight: 400 !important; }

.normal--weight, .all--normal--weight, .all--normal--weight * {
  font-weight: 400 !important; }

.normal--style, .all--normal--style, .all--normal--style * {
  font-style: normal !important; }

/* Fades & Animations */
.fade--in,
.fade--up,
.fade--down,
.fade--left,
.fade--right,
.fade--load {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.fade--left,
.fade--right {
  -webkit-transition: opacity 1.25s ease-out, transform 1.25s ease-out;
  -moz-transition: opacity 1.25s ease-out, transform 1.25s ease-out;
  -ms-transition: opacity 1.25s ease-out, transform 1.25s ease-out;
  -o-transition: opacity 1.25s ease-out, transform 1.25s ease-out;
  transition: opacity 1.25s ease-out, transform 1.25s ease-out; }

.fade--up:before,
.fade--up:after,
.fade--down:before,
.fade--down:after {
  -webkit-transition: margin 1s ease-out;
  -moz-transition: margin 1s ease-out;
  -ms-transition: margin 1s ease-out;
  -o-transition: margin 1s ease-out;
  transition: margin 1s ease-out; }

.fade--up:before, .fade--up:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px; }
.fade--up:before {
  margin-top: 20px; }
.fade--up:after {
  margin-bottom: -20px; }

.fade--down:before, .fade--down:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px; }
.fade--down:before {
  margin-top: -20px; }
.fade--down:after {
  margin-bottom: 20px; }

.fade--left {
  transform: translateX(100px); }

.fade--right {
  transform: translateX(-100px); }

.fade.fade--in, .fade.fade--up, .fade.fade--down, .fade.fade--left, .fade.fade--right, .fade.fade--load {
  opacity: 1; }
.fade.fade--up:before, .fade.fade--down:before {
  margin-top: 0px; }
.fade.fade--up:after, .fade.fade--down:after {
  margin-bottom: 0px; }
.fade.fade--left, .fade.fade--right {
  transform: translateX(0); }

.fade--delay--1, .fade--delay--1:before, .fade--delay--1:after {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s; }

.fade--delay--2, .fade--delay--2:before, .fade--delay--2:after {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s; }

.fade--delay--3, .fade--delay--3:before, .fade--delay--3:after {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s; }

.fade--delay--4, .fade--delay--4:before, .fade--delay--4:after {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s; }

.fade--delay--5, .fade--delay--5:before, .fade--delay--5:after {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s; }

.fade--delay--6, .fade--delay--6:before, .fade--delay--6:after {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s; }

.fade--delay--7, .fade--delay--7:before, .fade--delay--7:after {
  -webkit-transition-delay: 2.31s;
  transition-delay: 2.31s; }

.fade--delay--8, .fade--delay--8:before, .fade--delay--8:after {
  -webkit-transition-delay: 2.64s;
  transition-delay: 2.64s; }

.fade--delay--9, .fade--delay--9:before, .fade--delay--9:after {
  -webkit-transition-delay: 2.97s;
  transition-delay: 2.97s; }

.fade--delay--10, .fade--delay--10:before, .fade--delay--10:after {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s; }

html.no-js .fade--in, html.no-js .fade--up, html.no-js .fade--down, html.no-js .fade--left, html.no-js .fade--right, html.hs-inline-edit .fade--in, html.hs-inline-edit .fade--up, html.hs-inline-edit .fade--down, html.hs-inline-edit .fade--left, html.hs-inline-edit .fade--right {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }
html.no-js.fade--up:before, html.no-js.fade--up:after, html.no-js.fade--down:before, html.no-js.fade--down:after, html.hs-inline-edit.fade--up:before, html.hs-inline-edit.fade--up:after, html.hs-inline-edit.fade--down:before, html.hs-inline-edit.fade--down:after {
  content: none !important; }

html.device--touch .fade--in,
html.device--touch .fade--up,
html.device--touch .fade--down,
html.device--touch .fade--left,
html.device--touch .fade--right {
  opacity: 1; }
html.device--touch .fade--left {
  transform: translateX(0); }
html.device--touch .fade--right {
  transform: translateX(0); }
html.device--touch .fade--up:before, html.device--touch .fade--down:before {
  margin-top: 0px; }
html.device--touch .fade--up:after, html.device--touch .fade--down:after {
  margin-bottom: 0px; }
/* ********** HUBSPOT ********** */
/* Menus */
.hs-menu-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  display: inline-block;
  vertical-align: top; }

/* Forms */
.grid form.hs-form.stacked .actions {
  padding: 0px;
  margin: 0px;
  text-align: center; }

.grid .hbspt-form .submitted-message {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #4F5156; }

.grid .hs_cos_wrapper_type_form {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #4F5156; }
  .grid .hs_cos_wrapper_type_form .form-title {
    margin-top: 0px; }
  .grid .hs_cos_wrapper_type_form > a[name] {
    display: none; }

.grid form.hs-form input[type="text"].hs-input,
.grid form.hs-form input[type="number"].hs-input,
.grid form.hs-form input[type="email"].hs-input,
.grid form.hs-form input[type="tel"].hs-input,
.grid form.hs-form input[type="password"].hs-input,
.grid form.hs-form textarea.hs-input,
.production--form input[type="text"],
.production--form input[type="number"],
.production--form input[type="email"],
.production--form input[type="tel"],
.production--form input[type="password"],
.production--form textarea {
  display: block;
  max-width: 100%;
  width: 100% !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 0px;
  outline: none;
  box-shadow: none;
  height: auto;
  background-color: #ffffff;
  color: #4F5156;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid form.hs-form textarea.hs-input,
.production--form textarea {
  min-height: 6.25em; }

.grid form.hs-form select.hs-input,
.production--form select {
  width: 100%;
  max-width: 100% !important;
  margin-top: 0px;
  height: auto;
  color: #4F5156;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("//cdn2.hubspot.net/hubfs/298890/Production/images/production--dropdown.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 30px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid form.hs-form select.hs-input option,
.production--form select option {
  color: #222222 !important; }

.grid form.hs-form label,
.production--form label {
  display: block;
  text-align: left;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #ddd; }

.grid form.hs-form fieldset {
  float: left;
  max-width: 100%;
  width: 100%; }
.grid form.hs-form .field {
  margin-bottom: 0px;
  position: relative; }
.grid form.hs-form .inputs-list {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none; }
.grid form.hs-form #captcha_wrapper {
  margin-bottom: 20px; }
  .grid form.hs-form #captcha_wrapper #recaptcha_area, .grid form.hs-form #captcha_wrapper #recaptcha_table {
    max-width: 100%; }
  .grid form.hs-form #captcha_wrapper #recaptcha_table {
    display: block;
    overflow: hidden;
    background: #dedede;
    border-color: #dddddd !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 0px; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table td {
      background-image: none; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table .recaptcha_input_area {
      width: 171px !important;
      margin-left: 0px !important;
      margin-right: 0px !important; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table #recaptcha_response_field {
      width: 100% !important;
      margin-top: 8px !important;
      padding: 4px 4px !important;
      border-color: #dddddd; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table .recaptcha_r4_c4 {
      background: url("//cdn2.hubspot.net/hubfs/298890/Production/images/recaptcha_logo.png") no-repeat top right !important;
      background-size: 90% auto !important; }
    .grid form.hs-form #captcha_wrapper #recaptcha_table #recaptcha_privacy a {
      font-size: 13px !important; }
.grid form.hs-form .form-columns-1 > .hs-form-field {
  width: 100%;
  padding: 0px; }
.grid form.hs-form .form-columns-2 > .hs-form-field {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
  padding: 0px;
  margin-left: 2%;
  float: none; }
  .grid form.hs-form .form-columns-2 > .hs-form-field:first-child {
    margin-left: 0px; }
  @media screen and (max-width: 679px) {
    .grid form.hs-form .form-columns-2 > .hs-form-field {
      width: 100%;
      margin-left: 0px; } }
.grid form.hs-form .form-columns-2 .hs-richtext + .hs-form-field {
  margin-left: 0px !important; }
.grid form.hs-form .form-columns-3 > .hs-form-field {
  display: inline-block;
  vertical-align: bottom;
  width: 32%;
  padding: 0px;
  margin-left: 2%;
  float: none; }
  .grid form.hs-form .form-columns-3 > .hs-form-field:first-child {
    margin-left: 0px; }
  @media screen and (max-width: 679px) {
    .grid form.hs-form .form-columns-3 > .hs-form-field {
      width: 100%;
      margin-left: 0px; } }
.grid form.hs-form .form-columns-3 .hs-richtext + .hs-form-field {
  margin-left: 0px !important; }
.grid form.hs-form fieldset > .hs-form-field > label, .grid form.hs-form > .hs-form-field > label {
  margin-bottom: 5px; }
.grid form.hs-form .hs-form-required {
  color: #DD2D2D; }
.grid form.hs-form .hs-form-field > .input {
  margin-bottom: 20px;
  margin-right: 0px; }
.grid form.hs-form .inputs-list label {
  display: block !important; }
  .grid form.hs-form .inputs-list label input {
    display: inline-block;
    width: auto;
    margin-right: 10px; }
.grid form.hs-form .hs_submit {
  clear: both;
  width: 100%;
  display: block; }
  .grid form.hs-form .hs_submit input.hs-button, .grid form.hs-form .hs_submit input.hs-button:active {
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none; }
.grid form.hs-form .hs-error-msgs.inputs-list {
  position: absolute;
  right: 0;
  list-style: none !important;
  padding: 0px;
  margin: 0px; }
  .grid form.hs-form .hs-error-msgs.inputs-list li label {
    list-style: none;
    margin: -20px 0 15px 0;
    padding: 0;
    font-style: italic;
    font-size: 0px;
    color: #DD2D2D;
    text-align: right;
    line-height: 15px; }
    .grid form.hs-form .hs-error-msgs.inputs-list li label:before {
      font-size: 12px;
      content: "Required field. "; }
  .grid form.hs-form .hs-error-msgs.inputs-list li + li {
    display: none; }
.grid form.hs-form .hs_email.filled .hs-error-msgs.inputs-list li label:before {
  content: "Please use a valid email. "; }
.grid form.hs-form .hs-input.error, .grid form.hs-form .hs-input.invalid {
  border-color: #DD2D2D !important; }

.no--labels .hs-form-field > label {
  display: none !important; }

html.no-textshadow .no--labels .hs-form-field > label {
  display: block !important; }

html.no-backgroundsize .no--labels label {
  display: block !important; }

#hs_cos_wrapper_blog_comments #comments-listing .comment-from a {
  color: inherit !important;
  background: none !important;
  padding: 0px !important;
  font: inherit !important;
  display: inline !important; }

/* HubUI */
.hubui form.hs-form .hs-form-field > label {
  display: block !important;
  position: absolute;
  margin: 0px;
  width: 100%;
  opacity: .9;
  filter: alpha(opacity=90);
  background: transparent;
  pointer-events: none;
  padding-top: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  padding-right: 9px;
  outline: none;
  height: auto;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  z-index: 1;
  top: 0px;
  left: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out;
  -moz-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out;
  -ms-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out;
  -o-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out;
  transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out; }
  .hubui form.hs-form .hs-form-field > label a {
    position: relative;
    z-index: 3;
    pointer-events: auto; }
.hubui form.hs-form .hs-form-field.static > label {
  position: relative !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  left: auto;
  right: auto;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #A7A9AC; }
.hubui form.hs-form .hs-form-field input[type="text"].hs-input,
.hubui form.hs-form .hs-form-field input[type="number"].hs-input,
.hubui form.hs-form .hs-form-field input[type="email"].hs-input,
.hubui form.hs-form .hs-form-field input[type="tel"].hs-input,
.hubui form.hs-form .hs-form-field input[type="password"].hs-input,
.hubui form.hs-form .hs-form-field textarea.hs-input {
  line-height: 1.25em;
  padding-top: 14px; }
.hubui form.hs-form .hs-form-field input::-webkit-input-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field input::-moz-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field input:-ms-input-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field input:-moz-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field textarea::-webkit-input-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field textarea::-moz-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field textarea:-ms-input-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field textarea:-moz-placeholder {
  color: transparent; }
.hubui form.hs-form .hs-form-field select {
  padding-top: 9px;
  padding-bottom: 9px; }
.hubui form.hs-form .hs-form-field.focus > label, .hubui form.hs-form .hs-form-field.filled > label {
  font-size: 10px !important;
  padding-top: 3px; }
.hubui form.hs-form .hs-form-field.valid > label {
  color: #19920B; }
.hubui form.hs-form .hs-form-field.filled.invalid > label {
  color: #DD2D2D !important; }
.hubui form.hs-form .hs-form-field.focus > label {
  color: #0D4FB1; }
.hubui form.hs-form .hs-dependent-field .hs-form-field > label {
  position: relative !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  left: auto;
  right: auto;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #A7A9AC; }

body, html {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility; }

body {
  padding-top: 86px; }

a, input.hs-button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

p a:hover, li a:hover {
  color: #3769a4; }

a.cta_button.btn {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

ul li, ol li {
  margin-bottom: 10px; }

sup {
  font-size: 10px; }

.box--shadow{
  box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
}

.fade--in, .fade--up, .fade--down, .fade--left, .fade--right, .fade--load {
  -webkit-transition: opacity 1.00s ease-out;
  -moz-transition: opacity 1.00s ease-out;
  -ms-transition: opacity 1.00s ease-out;
  -o-transition: opacity 1.00s ease-out;
  transition: opacity 1.00s ease-out; }

.menu--open {
  overflow: hidden; }

.btn--transparent--white:hover, .all--btn--transparent--white .hs-cta-wrapper a:hover {
  color: #3769a4 !important; }

.btn--white, .all--btn--white .hs-cta-wrapper a {
  color: #4B82C3 !important; }
  .btn--white:hover, .all--btn--white .hs-cta-wrapper a:hover {
    color: #ffffff !important;
    background-color: #4B82C3 !important;
    border-color: #4B82C3 !important; }

:focus {
  outline: 0; }

/* Clear */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

@media screen and (max-width: 1023px) and (min-width: 680px)  {
  h1, span.h1 {
    font-size: 28px; }

  h2, span.h2 {
    font-size: 28px; }

  h3, span.h3 {
    font-size: 18px; }

  h4, span.h4 {
    font-size: 20px; } }

@media screen and (max-width: 679px){
  h1, span.h1 {
    font-size: 20px; }

  h2, span.h2 {
    font-size: 20px; }

  h3, span.h3 {
    font-size: 14px; }

  h4, span.h4 {
    font-size: 18px;
   font-weight: normal; } 

  h5, span.h5 {
    font-size: 18px;
   font-weight: normal; }
}


/* HERO SECTION */
.hero--section {
  background-repeat: no-repeat; }
  .hero--section .overlay {
    background-color: #000;
    opacity: .65; }

  @media screen and (min-width: 1291px) {
    .hero--section {
      height: 60vh; } 
    .short--hero {
      height: 40vh !important; }
     .extreme--short--hero{
       height: 25vh !important; }
    
} 


 @media screen and (min-width: 1025px) and (max-width: 1290px) {
    .hero--section {
      height: 70vh; }
     .extreme--short--hero{
       height: 25vh !important; }
    .semi--short--hero{
         height: 30vh !important; }  
}

@media screen and (min-width: 1024px) {
    .hero--section .grid {
      height: 100%; }
    .hero--section .hero--section-content {
      top: 40%;
      -webkit-transform: translateY(40%);
      -moz-transform: translateY(40%);
      -ms-transform: translateY(40%);
      -o-transform: translateY(40%);
      transform: translateY(40%);
    }
    .hero--section .vert--center {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } 

     .short--hero {
      height: 40vh !important; }  
     .hero--section .short--hero--section-content {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); 
    }
     .semi--short--hero{
         height: 30vh !important; }  
    
    .hero--section .semi--short--hero--section-content {
     -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      height: 30vh;
    } 
     .extreme--short--hero{
      height: 25vh !important; }  
     .hero--section .extreme--short--hero--section-content {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      height: 25vh;
    }
}


@media screen and (max-width: 1023px) and (min-width:680px) {
  .hero--section {
   height: 30vh; }
  .hero--section .grid {
      height: 100%; }
  .hero--section .hero--section-content {
      top: 40%;
      -webkit-transform: translateY(40%);
      -moz-transform: translateY(40%);
      -ms-transform: translateY(40%);
      -o-transform: translateY(40%);
      transform: translateY(40%);
    }

     .short--hero {
      height: 30vh !important; } 
  
     .hero--section .short--hero--section-content {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
}
@media screen and (max-width: 679px) {
  .hero--section {
   height: 50vh; }
  .hero--section .grid {
      height: 100%; }
  .hero--section .hero--section-content {
      top: 40%;
      -webkit-transform: translateY(40%);
      -moz-transform: translateY(40%);
      -ms-transform: translateY(40%);
      -o-transform: translateY(40%);
      transform: translateY(40%);
    }

     .short--hero {
      height: 30vh !important; } 
  
     .hero--section .short--hero--section-content {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
}
    .hero--section .vert--center {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } 

  .hero--section .hero--section--down {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 125, 197, 0.25);
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    bottom: -25px;
    left: 0;
    right: 0; }
    .hero--section .hero--section--down i {
      line-height: 40px;
      font-size: 20px; }
  @media screen and (min-width: 1025px) and (max-width: 1290px) {
    .hero--section.small--hero {
      height: 35vh; } }
  @media screen and (min-width: 1291px) {
    .hero--section.small--hero {
      height: 350px; } }


.logo--section .logo--block-image {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.accordion--section .highlight--image {
  height: 500px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .accordion--section .highlight--image {
      display: none; } }
  .accordion--section .highlight--image .feature--image--container {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .accordion--section .highlight--image .feature--image--container:first-child {
      display: block !important;
      z-index: 1; }
    .accordion--section .highlight--image .feature--image--container.active {
      display: block; }
@media screen and (max-width: 768px) {
  .accordion--section .grid {
    padding-top: 20px;
    padding-bottom: 20px !important; }
    .accordion--section .grid .highlight--content {
      width: 100% !important; } }

.accordion--section .hs_cos_wrapper_type_widget_container {
  display: block; }

.feature-accordion--block {
  border-bottom: 1px solid #e3e3e3; }
  .feature-accordion--block .feature--header {
    overflow: auto; }
    .feature-accordion--block .feature--header h3 {
      padding-top: 20px !important;
      padding-right: 60px; }
    .feature-accordion--block .feature--header:hover {
      cursor: pointer; }


    .feature-accordion--block .feature--header:after {
      content: "\f078";
      font-family: "FontAwesome";
      font-size: 20px;
      display: inline-block;
      top: 23px;
      right: 40px;
      position: absolute;
      color: #4F5156; }

  .feature-accordion--block .feature--toggle-content {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    padding-right: 60px !important; }
    .feature-accordion--block .feature--toggle-content p {
      margin-top: 0px; }
    @media screen and (max-width: 679px) {
      .feature-accordion--block .feature--toggle-content {
        padding-right: 15px !important;  
        padding-left: 15px !important; } 
      .feature-accordion--block .feature--header h3 {
      padding-left: 15px !important;} }
    @media screen and (min-width: 680px) {
      .feature-accordion--block .feature--toggle-content .feature--image {
        display: none; } }
    @media screen and (max-width: 768px) {
      .feature-accordion--block .feature--toggle-content {
        padding-right: 0px; }
        .feature-accordion--block .feature--toggle-content .feature--image {
          display: block; }
          .feature-accordion--block .feature--toggle-content .feature--image img {
            max-width: 350px; } }
  .feature-accordion--block.open .feature--header:after {
    content: "\f077"; }




.industries--block {
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 679px) {
    .industries--block h2 {
      margin-bottom: 0px; } }
  .industries--block p {
    color: #ffffff; }
  .industries--block .industries--block-overlay {
    opacity: .85;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  .industries--block:hover .industries--block-overlay {
    opacity: 1; }


.license-content--block hr {
  border: 0;
  height: 1px;
  background-color: #dddddd;
  width: 75%;
  margin: 0 auto 20px auto; }

.solution--block .inner-solution--block {
  background-image: url("//cdn2.hubspot.net/hubfs/687152/assets/background-pattern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 1024px) {
    .solution--block .inner-solution--block .inner-solution--block-screen .inner-solution--block-image--inner {
      margin-bottom: 20px; } }
  .solution--block .inner-solution--block .inner-solution--block-image--inner {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .solution--block .inner-solution--block .inner-solution--block-image--inner .inner-solution--block-image--inner--image {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      display: block;
      background: #000000;
      top: 10%;
      left: 1%;
      right: 1%;
      bottom: 2%; }
  .solution--block .inner-solution--block .inner-solution--block-content {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 1px solid #f2f4f3; }
    .solution--block .inner-solution--block .inner-solution--block-content hr {
      border: 0;
      height: 2px;
      background-color: #dddddd;
      opacity: .5;
      width: 30px;
      margin: 20px 0 10px 0; }
    @media screen and (min-width: 1024px) {
      .solution--block .inner-solution--block .inner-solution--block-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .solution--block .inner-solution--block:hover .inner-solution--block-content {
      bottom: -150%; } }

.testimonial--section img.next--arrow {
  right: 20px; }
.testimonial--section img.prev--arrow {
  left: 20px; }
.testimonial--section img.slick-arrow {
  position: absolute;
  z-index: 9999;
  top: 40%;
  height: 56px;
  width: 30px; }
  .testimonial--section img.slick-arrow:hover {
    cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .testimonial--section img.slick-arrow {
      top: 23%; } }
.testimonial--section .testimonial--block .testimonial--block-image {
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .testimonial--section .testimonial--block .testimonial--block-image {
      padding: 50px 0 !important; } }
  .testimonial--section .testimonial--block .testimonial--block-image .testimonial--block-image-logo {
    width: 200px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto; }
.testimonial--section .testimonial--block .quote p {
  font-size: 20px; }
.testimonial--section .testimonial--block p {
  color: #ffffff; }
.testimonial--section .testimonial--block hr {
  border: 0;
  height: 2px;
  background-color: #ffffff;
  opacity: .5;
  width: 30px;
  margin: 20px auto; }
.testimonial--section .testimonial--block .arrow--space {
  height: 33px; }
.testimonial--section .testimonial--section-arrow {
  background-image: url("//cdn2.hubspot.net/hubfs/687152/assets/arrow--block.png");
  background-repeat: no-repeat;
  height: 33px;
  margin-top: -33px;
  z-index: 9999; }
  @media screen and (max-width: 679px) {
    .testimonial--section .testimonial--section-arrow {
      left: -20%; } }
  .testimonial--section .testimonial--section-arrow:after {
    background: #f9f8f7;
    content: '';
    position: absolute;
    left: 50%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9999; }
    @media screen and (max-width: 679px) {
      .testimonial--section .testimonial--section-arrow:after {
        left: 70%; } }
.testimonial--section .testimonial--section-logos {
  background-color: #f9f8f7;
  align-items: center;
}
  .testimonial--section .testimonial--section-logos .testimonial--block-logo {
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    .testimonial--section .testimonial--section-logos .testimonial--block-logo:hover {
      cursor: pointer; }
  .testimonial--section .testimonial--section-logos .slick-slide {
    opacity: .4; }
    .testimonial--section .testimonial--section-logos .slick-slide.slick-current {
      opacity: 1; }

/*FEATURES TABS*/

.features--tab {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative; }
  .features--tab a {
    text-decoration: none; }
  .features--tab:hover {
    cursor: pointer; }
  .features--tab .features--tab--icon {
    display: block;
    font-size: 65px;
    margin: 10px auto;
    color: #ffffff; }
  .features--tab .features--tab--title {
    padding: 0 10px !important; }
    @media screen and (max-width: 1023px) and (min-width: 680px) {
      .features--tab .features--tab--title h6 {
        font-size: 16px;
      } }
  .features--tab .features--tab--top-bar {
    height: 5px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .features--tab .features--tab--bottom-bar {
    height: 5px;
    margin: 10px 20px 0; }
  .features--tab img {
    margin: 10px 0; }
  .features--tab.active {
    background-color: #ffffff; }
    .features--tab.active .features--tab--top-bar, .features--tab.active .features--tab--bottom-bar {
      background-color: #007DC4; }
    .features--tab.active h6 {
      color: #4B82C3 !important; }
    .features--tab.active .features--tab--icon {
      color: #4B82C3 !important; }
    .features--tab.active:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #007DC4;
      border-width: 10px;
      margin-left: -10px; }

.team--block a {
  text-decoration: none; }
  .team--block a .team--block-image {
    height: 250px;
    width: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .team--block a h5 {
    margin-top: 15px; }


.product--resource-block {
 display: inline-block;
    background-repeat: no-repeat;
    background-position: center; 
}


@media screen and (min-width: 1024px) {
  .solution--block-industries .solution--block-industries-inner > div {
    padding-bottom: 47px; } }
@media screen and (max-width: 1023px) {
  .solution--block-industries .solution--block-industries-inner .solution--block-industries-outer {
    position: relative;
    height: 150px; } }
@media screen and (min-width: 1024px) {
  .solution--block-industries .solution--block-industries-inner .solution--block-industries-outer {
    height: 100%;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; } }
.solution--block-industries .solution--block-industries-inner .solution--block-industries-outer .overlay {
  background-color: #000;
  opacity: .65; }
.solution--block-industries .solution--block-industries-inner .solution--block-industries-outer .background {
  background-position: center;
  background-repeat: no-repeat; }
.solution--block-industries .solution--block-industries-inner .solution--block-industries-outer .solution--block-industries-outer-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .solution--block-industries .solution--block-industries-inner .solution--block-industries-outer .solution--block-industries-outer-content img {
    width: 200px;
    margin-bottom: 20px; }
  .solution--block-industries .solution--block-industries-inner .solution--block-industries-outer .solution--block-industries-outer-content li {
    margin-bottom: 5px; }
@media screen and (min-width: 1024px) {
  .solution--block-industries:hover .solution--block-industries-outer {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%); } }

@media screen and (min-width: 1291px){
   .track--block {
    padding-left: 40px !important;
    padding-right: 40px !important;} 
    }

.icon-text--block a {
  text-decoration: none; }
.icon-text--block .circle--container {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 auto; }
  .icon-text--block .circle--container i {
    line-height: 100px;
    font-size: 50px; }
.icon-text--block h3 {
  margin-top: 10px; }
.icon-text--block:hover h3 {
  color: #676a71; }

.event--block {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
  .event--block .event--block-image {
    height: 175px;
    background-repeat: no-repeat;
    background-position: center; }
  .event--block h4 + p {
    margin-top: 10px; }
  .event--block p + p {
    margin-top: 10px; }
  .event--block p a {
    color: #4F5156;
    font-style: italic; }
    .event--block p a:hover {
      color: #4B82C3; }



/* SOLUTIONS PAGES*/


@media screen and (min-width: 1024px) {
  .solutions--interior .hero--section .vert--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .solutions--interior .hero--section .features--tab-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; } }
.solutions--interior .hero--section .hero--image {
  max-width: 200px;
  margin-bottom: 20px; }
.solutions--interior .hero--section .features--tab-container {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
.solutions--interior .hero--section .overlay {
  opacity: 0; }
.solutions--interior .accordion--section {
  display: none; }
  .solutions--interior .accordion--section#accordion--1 {
    display: block; }
  .solutions--interior .accordion--section .call-to-action--section.all--btn--pill .hs-cta-wrapper a {
    min-width: 100px; }
  .solutions--interior .accordion--section .call-to-action--section .content--block {
    margin: 0 10px !important; }

@media screen and (min-width: 1024px) {
.solutions--interior .wistia_embed .play{
 width:75px;
  height:75px!important;
    }
}

  @media screen and (min-width: 680px) and (max-width: 1023px){
.solutions--interior .wistia_embed .play{
 width:75px;
  height:75px!important;
    }
}

@media screen and (max-width: 679px){
.solutions--interior .wistia_embed .play {
 width:75px;  
  height:75px!important;
    }
}

/***TOGGLE OVALS**/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.solutions--interior .toggle-oval-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solutions--interior .toggle-oval-container{
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  text-align: center;
}
.solutions--interior .toggle-oval {
   display: inline-block;
  text-align: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 10px;
  height: 10px;
  background: #4f5156;
  border-radius: 50%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solutions--interior .toggle-oval:hover {
   background: #4b82c3;
 }


.solutions--interior .hero--section .overlay {
  opacity: 0; }
.solutions--interior .accordion--section {
  display: none; }
  .solutions--interior .accordion--section#accordion--1 {
    display: block; }

@media screen and (max-width: 679px){
.solutions--interior .accordion--section h2 {
  font-size: 24px; }
}
 
  .solutions--interior .accordion--section .call-to-action--section.all--btn--pill .hs-cta-wrapper a {
    min-width: 100px; }
  .solutions--interior .accordion--section .call-to-action--section .content--block {
    margin: 0 10px !important; }

.solutions--interior .content--section {
  background-color: #f9f8f7; }
.solutions--interior .content--section > .grid {
    min-height: 10vh; 
  align-items:center;}
.solutions--interior .resources--item {
  margin: auto;
  min-height: 320px;
  max-width:350px;
  border: 1.25px solid #ffffff;
  border-radius:2px;
  box-shadow: none;
}
.solutions--interior .resources--item:hover {
   border: 1.25px solid #eeeeee;
  border-radius:2px;
  box-shadow: -5px 10px 10px #eeeeee;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
  .solutions--interior .resources--item hr {
    border: 0;
    height: 2px;
    background-color: #dddddd;
    width: 30px; }

  .solutions--interior .resources--item .image--wrap {
   width: 100%;
   max-width: 350px;
    height:auto;
} 

.resources--item--image {
  background-position:center;
  width: 100%;
  max-width:350px;
  max-height:140px;
  overflow: hidden;
}


.solutions--interior .resources--item .resources--item--box{
  border: 1.25px solid #ffffff;
  border-radius:2px;
  width: 100%;
  padding:0px 0px 20px 0px;
  box-shadow: none;
}

.solutions--interior .resources--item .resources--item--topic-type {
    padding-left: 10px;
 }
    .solutions--interior .resources--item .resources--item--topic-type  p {
      font: Open Sans;
}
.solutions--interior .resources--item .resources--item--content h7 {
     font-size: 20px;
     color: #4f5156;

}

  .solutions--interior .resources--item .resource--item-btn {
    margin-top: 10px; }
    .solutions--interior .resources--item .resource--item-btn a {
      font-size: 13px;
      color: #ffffff; }
      .solutions--interior .resources--item .resource--item-btn a:hover {
        color: #ffffff; }


.solutions--interior .recent--blog {
  min-height: 320px;
  margin: auto;
  background: #ffffff;
  opacity: 1;
  border: 0px solid #ffffff;
  border-radius: 3px;
}
.solutions--interior .recent--blog:hover{
  background: #4b82c3;
  opacity: 1;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.solutions--interior .recent--blog .blog--cta p{
  font: Open Sans;
  color: #4b82c3!important;
  text-decoration: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
} 
.solutions--interior .recent--blog:hover p{
  color: #ffffff!important;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

.solutions--interior .recent--blog:hover a{
  color: #ffffff;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

.solutions--interior .recent--blog .recent--blog--date {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
} 

.solutions--interior .recent--blog .recent--blog--content {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
} 


.solutions--interior .recent--blog:hover
.recent--blog--image{
opacity: 1;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}  

.solutions--interior .recent--blog .recent--blog--block {
  width: 100%;
  padding: 20px;
}

.solutions--interior .recent--blog .image--wrap {
height:auto;
}
.solutions--interior .recent--blog--image {
  opacity:.50;
}

  
@media screen and (min-width: 680px) and (max-width: 1023px) {
    .solutions--interior .accordion--section .call-to-action--section {
      padding-top: 0px !important;
      text-align: center; }
      .solutions--interior .accordion--section .call-to-action--section .inline-block {
        display: block !important; }
      .solutions--interior .accordion--section .call-to-action--section .content--block {
        margin: 10px 0 !important; } }
  @media screen and (max-width: 679px) {
    .solutions--interior .accordion--section .call-to-action--section {
      text-align: center; }
      .solutions--interior .accordion--section .call-to-action--section .inline-block {
        display: block !important; }
      .solutions--interior .accordion--section .call-to-action--section .content--block {
        margin: 10px 0 !important; } }

.careers .wistia_click_to_play {
  width: 100% !important; }
.careers .location--item {
  border: 1px solid #e6e6e6; }
  .careers .location--item hr {
    border: 0;
    height: 2px;
    background-color: #dddddd;
    width: 30px;
    margin: 10px 0 10px 0; }
  .careers .location--item .location--item--image {
    height: 162px; }
    .careers .location--item .location--item--image .upper--image {
      background-position: center;
      background-repeat: no-repeat; }
  .careers .location--item .location--item-btn {
    margin-top: 10px;
    font-size: 13px;
    color: #4F5156; }
  .careers .location--item:hover .location--item-btn {
    color: #4B82C3; }
.careers .locations--list ul {
  margin: 0;
  padding: 0; }
  .careers .locations--list ul li {
    margin: 0 10px 10px 0; }
    .careers .locations--list ul li:last-child {
      margin: 0 0 0 0; }
@media screen and (min-width: 769px) {
  .careers .locations--list .production--form {
    display: none; } }
@media screen and (max-width: 768px) {
  .careers .locations--list ul {
    display: none; } }

.resources--blocked .content--section {
  background-color: #f9f8f7; }
  .resources--blocked .content--section > .grid {
    min-height: 60vh;
    text-align:center!important;}
.resources--blocked .resources--item {
  border: 1px solid #e6e6e6;
  height: auto;
  margin: auto;
}
  .resources--blocked .resources--item hr {
    border: 0;
    height: 2px;
    background-color: #dddddd;
    width: 30px;
    margin: 10px 0 10px 0; }
  .resources--blocked .resources--item .resources--item--image {
    height: 162px; }
  .resources--blocked .resources--item .resources--item--topic-container {
    left: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px; }
    .resources--blocked .resources--item .resources--item--topic-container p {
      font-size: 13px; }
  .resources--blocked .resources--item .background--cover {
    opacity: .8;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .resources--blocked .resources--item .resource--item-btn {
    margin-top: 10px; }
    .resources--blocked .resources--item .resource--item-btn a {
      font-size: 13px;
      color: #4F5156; }
      .resources--blocked .resources--item .resource--item-btn a:hover {
        color: #4B82C3; }
.resources--blocked .video--item {
  border: 1px solid #e6e6e6; }
  .resources--blocked .video--item hr {
    border: 0;
    height: 2px;
    background-color: #dddddd;
    width: 30px;
    margin: 10px 0 10px 0; }
  .resources--blocked .video--item i {
    font-size: 60px;
    line-height: 132px; }
  .resources--blocked .video--item .video--item--image {
    height: 162px; }
  .resources--blocked .video--item .upper--image {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px); }
  .resources--blocked .video--item .upper--image-overlay {
    opacity: .4; }
  .resources--blocked .video--item .video--item--topic-container {
    left: 5px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px; }
    .resources--blocked .video--item .video--item--topic-container p {
      font-size: 13px; }
.resources--blocked .video--item-content p, .resources--blocked .resource--item-content p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  position: relative;
  -webkit-line-clamp: 3;
  height: calc(1em * 1.5 * 3);
  max-height: calc(1em * 1.5 * 3);
  margin-bottom: 0px; }
  @supports (-webkit-line-clamp: 1) {
    .resources--blocked .video--item-content p:after, .resources--blocked .resource--item-content p:after {
      display: none !important; } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .resources--blocked .video--item-content p:after, .resources--blocked .resource--item-content p:after {
      display: none !important; } }
  .resources--blocked .video--item-content p:after, .resources--blocked .resource--item-content p:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.5); }

.landing-page--standard, .landing-page--consultation {
  padding-top: 0px; }
  .landing-page--standard .header--main, .landing-page--consultation .header--main {
    position: relative;
    padding-bottom: 8px;
    box-shadow: none; }
    .landing-page--standard .header--main .header--main-container, .landing-page--consultation .header--main .header--main-container {
      text-align: left; }
    .landing-page--standard .header--main .main--nav, .landing-page--consultation .header--main .main--nav {
      display: none; }
  @media screen and (min-width: 1024px) {
    .landing-page--standard .main--section .grid, .landing-page--consultation .main--section .grid {
      min-height: 88vh;
      } }
  .landing-page--standard .main--section .grid .social--share a, .landing-page--consultation .main--section .grid .social--share a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .landing-page--standard .main--section .grid .social--share a:hover, .landing-page--consultation .main--section .grid .social--share a:hover {
      background-color: #4f5156; }
  .landing-page--standard .main--section .grid .form--container, .landing-page--consultation .main--section .grid .form--container {
    background: rgba(255,255,255,0.2); }
  .landing-page--standard .footer--main, .landing-page--standard .footer--social, .landing-page--consultation .footer--main, .landing-page--consultation .footer--social {
    display: none; }
  .landing-page--standard h3.form-title, .landing-page--consultation h3.form-title {
    font-size: 22px;
    color: #ffffff; }
    @media screen and (max-width: 1024px) {
      .landing-page--standard h3.form-title, .landing-page--consultation h3.form-title {
        font-size: 18px; } }
  .landing-page--standard .white--background h3.form-title, .landing-page--consultation .white--background h3.form-title {
    color: #4F5156; }

.hubui .landing-page--standard form.hs-form .hs-form-field.static > label {
  color: #ffffff; }

.landing-page--consultation .main--section h2, .landing-page--consultation .main--section h3, .landing-page--consultation .main--section h5, .landing-page--consultation .main--section h6, .landing-page--consultation .main--section p, .landing-page--consultation .main--section li {
  color: #ffffff; }
.landing-page--consultation .form--container {
  background-color: rgba(138, 138, 138, 0.25); }
.landing-page--consultation ul {
  list-style-position: inside; }

.four-oh-four {
  padding-top: 0px; }
  .four-oh-four .header--main {
    position: relative; }
  .four-oh-four .header--main--nav, .four-oh-four .header--main--nav--btn, .four-oh-four .header--main--nav--mobile {
    display: none; }
  @media screen and (max-width: 679px) {
    .four-oh-four .content ul li {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 899px) {
    .four-oh-four .content ul li {
      margin-bottom: 10px; } }
  .four-oh-four .all--btn a {
    margin-bottom: 10px; }
    @media screen and (max-width: 679px) {
      .four-oh-four .all--btn a {
        width: 95%; } }
    @media screen and (min-width: 680px) {
      .four-oh-four .all--btn a {
        min-width: 100px;
        margin: 0 5px; } }

.team .content--section > .grid {
  margin-top: -75px !important; }

.individual--people .hero--section {
  height: auto !important; }
.individual--people .content--section .individual--image {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  top: -100px;
  margin: 0 auto; }
.individual--people .content--section .connect ul li {
  padding: 0 5px; }
  .individual--people .content--section .connect ul li a {
    width: 40px;
    height: 40px; }
    .individual--people .content--section .connect ul li a i {
      font-size: 20px;
      line-height: 40px;
      transition: all 0.25s ease; }
    .individual--people .content--section .connect ul li a.border--twitter:hover {
      background-color: #50aee1; }
    .individual--people .content--section .connect ul li a.border--google:hover {
      background-color: #dd4b39; }
    .individual--people .content--section .connect ul li a.border--linkedin:hover {
      background-color: #007bb6; }
    .individual--people .content--section .connect ul li a:hover i {
      color: #ffffff !important; }

.about .logo--section {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
.about .culture--section p {
  color: #ffffff; }
.about .culture--section > div > div {
  border: 5px solid #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.about .culture--section .culture--content {
  border: 5px solid #ffffff; }
.about .content--section{
  height:100%;}
@media screen and (max-width: 1023px) {
  .about .culture--section .culture-container--1, .about .culture--section .culture-container--2 {
    height: 300px; } }
.about .culture--section .culture-container--1 {
  left: 33.3333%;
  right: 25%;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 1023px) and (min-width: 680px) {
    .about .culture--section .culture-container--1 {
      left: 0;
      right: 0;
      width: 50%;
      display: inline-block; } }
  @media screen and (max-width: 679px) {
    .about .culture--section .culture-container--1 {
      left: 0;
      right: 0; } }
.about .culture--section .culture-container--2 {
  left: 75%;
  right: 0;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 1023px) and (min-width: 680px) {
    .about .culture--section .culture-container--2 {
      left: 0;
      right: 0;
      width: 50%;
      display: inline-block; } }
  @media screen and (max-width: 679px) {
    .about .culture--section .culture-container--2 {
      left: 0;
      right: 0; } }
.about .culture--section .culture--image-1 {
  top: 0;
  left: 0;
  right: 0;
  height: 33.3333%; }
.about .culture--section .culture--image-2 {
  top: 33.3333%;
  bottom: 0;
  left: 0;
  right: 66.6667%; }
.about .culture--section .culture--image-3 {
  top: 33.3333%;
  bottom: 0;
  left: 33.3333%;
  right: 0; }
.about .culture--section .culture--image-4 {
  top: 0;
  right: 0;
  left: 0;
  height: 66.6667%; }
.about .culture--section .culture--image-5 {
  top: 66.6667%;
  bottom: 0;
  left: 0;
  right: 0; }

.video-hero--section {
  /* This used to work for parent element of button divs */
  /* But it is not enough now, below dont hide play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works */ }
  .video-hero--section .overlay {
    background-color: #000;
    opacity: .65; }
  .video-hero--section *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  .video-hero--section *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  .video-hero--section *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }
  @media screen and (min-width: 1024px) {
    .video-hero--section {
      height: 75vh; }
      .video-hero--section .vert--center {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .video-hero--section .fixed-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-hero--section .hero--section-cta {
    margin: 0 10px; }
  @media screen and (max-width: 679px) {
      .video-hero--section .hero--section-cta {
        margin: 0 0 20px 0; } }

  @media screen and (max-width: 1023px){
    .video-hero--section {
      height: 50vh; }}

@media screen and (max-width: 679px) {
  .video-hero--section {
      height: 50vh; }    
  .video-hero--section .hero--section-cta {
        margin: 0 0 20px 0; } }

.video-hero--section--down {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  top: -25px;
  left: 0;
  right: 0; }
  .video-hero--section--down i {
    line-height: 40px; }

@media screen and (min-width: 1024px) {
  .home .max-vh {
    max-height: 100%; } }
.home .logo--section {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
.home .highlight--section .highlight--section-image {
  left: -20%; }
  @media screen and (max-width: 679px) {
    .home .highlight--section .highlight--section-image {
      position: relative !important;
      left: 0; } }
.home .accordion--section {
  background-color: #f9f8f7;
  border-top: 1px solid #dddcda;
  border-bottom: 1px solid #dddcda; }
.home .bofu--section p {
  color: #ffffff; }

/* BLOG LISTING - ROWS */
.blog--listing--rows--hero {
  background-repeat: no-repeat;
  background-position: 50% 25%; }

.blog--listing--rows--listing .post-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog--listing--rows--listing .post-author a:hover {
  color: #4B82C3 !important; }

.blog--listing--rows--post--readmore a {
  text-decoration: none; }
  .blog--listing--rows--post--readmore a:hover {
    text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .blog--listing--rows--menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }
.blog--listing--rows--menu .hs-menu-wrapper > ul {
  margin-bottom: -1px; }
  .blog--listing--rows--menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    position: relative;
    overflow: visible;
    margin-bottom: 0px; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li > a {
      display: inline-block;
      padding: 13px 20px 15px;
      color: #ffffff;
      background: transparent;
      border-top: 4px solid transparent;
      text-transform: uppercase; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
      content: "\f0d7";
      font-family: FontAwesome;
      margin-left: 5px; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: -1px;
      margin-left: -1px;
      width: 200px;
      background: #ffffff;
      border: 1px solid #dddddd;
      border-top: 0px; }
      .blog--listing--rows--menu .hs-menu-wrapper > ul > li ul li {
        display: block;
        width: 100%;
        margin-bottom: 0px; }
        .blog--listing--rows--menu .hs-menu-wrapper > ul > li ul li a {
          display: block;
          width: 100%;
          padding: 10px 15px;
          color: #4F5156;
          text-transform: uppercase; }
          .blog--listing--rows--menu .hs-menu-wrapper > ul > li ul li a:hover {
            background: #dddddd; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li.active > a {
      background: #ffffff;
      color: #4F5156;
      border-top-color: #0EA593; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li:hover > a {
      background: #ffffff;
      color: #4F5156;
      border-top-color: #0EA593; }
    .blog--listing--rows--menu .hs-menu-wrapper > ul > li:hover > ul {
      display: block; }

/* BLOG SINGLE - MODERN */
.single--modern .single--modern--hero-background {
  background-position: center; }
.single--modern .hero--section {
  height: auto !important; }
.single--modern .single--modern--author {
  background-color: #F0F0F0; }

@media screen and (min-width: 680px) {
.single--modern .author--headshot{
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  margin: auto;

}

.single--modern .author--bio { 
  display: inline-block;
  vertical-align: middle;
  width:70%;
  padding-right: 0px;
  margin-left: 5%;
  }}


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

  .single--modern .author--headshot{
 
  vertical-align: middle;
  max-width: 250px;
  margin: auto;
  padding-bottom:20px;

}
  
.single--modern .author--bio { 

  text-align: center;
  margin: 10%;
  }}
  
  
.single--modern .single--modern--comments #comment-form {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dddddd; }
  .single--modern .single--modern--comments #comment-form input[type="text"],
  .single--modern .single--modern--comments #comment-form input[type="email"],
  .single--modern .single--modern--comments #comment-form input[type="number"],
  .single--modern .single--modern--comments #comment-form textarea {
    background: #ffffff; }
.single--modern .single--modern--comments .comment {
  border: 0px; }
  .single--modern .single--modern--comments .comment .comment-from, .single--modern .single--modern--comments .comment .comment-from *, .single--modern .single--modern--comments .comment .comment-date {
    display: inline;
    font-size: 20px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #4F5156; }
  .single--modern .single--modern--comments .comment .comment-body {
    padding-bottom: 0px; }
    .single--modern .single--modern--comments .comment .comment-body p {
      margin-top: 0px; }
  .single--modern .single--modern--comments .comment .comment-reply-to {
    padding-right: 25px;
    padding-left: 0px;
    margin-left: 25px;
    background-position: center right; }
    .single--modern .single--modern--comments .comment .comment-reply-to * {
      font-style: normal; }
.single--modern .single--modern--comments #comments-listing {
  padding-top: 20px;
  padding-bottom: 20px; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-0 {
    padding-left: 5%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-1 {
    padding-left: 10%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-2 {
    padding-left: 15%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-3 {
    padding-left: 20%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-4 {
    padding-left: 25%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-5 {
    padding-left: 30%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-6 {
    padding-left: 35%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-7 {
    padding-left: 40%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-8 {
    padding-left: 45%; }
  .single--modern .single--modern--comments #comments-listing .comment.depth-9 {
    padding-left: 50%; }
  .single--modern .single--modern--comments #comments-listing.no-comments {
    padding: 0px; }
.single--modern .single--modern--social li {
  margin-bottom: 0px; }
@media screen and (min-width: 1024px) {
  .single--modern .single--modern--social {
    position: absolute;
    left: 20px;
    top: 65px;
    -webkit-transition: margin-top 1s ease-in-out;
    -moz-transition: margin-top 1s ease-in-out;
    -ms-transition: margin-top 1s ease-in-out;
    -o-transition: margin-top 1s ease-in-out;
    transition: margin-top 1s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    .single--modern .single--modern--social ul {
      width: 50px; } }
@media screen and (max-width: 1023px) {
  .single--modern .single--modern--social {
    position: relative !important;
    display: block;
    margin-top: 0px !important; } }
@media screen and (max-width: 1023px) and (min-width: 680px) {
  .single--modern .single--modern--social li {
    width: 50%;
    float: left; } }

/* POP FORM */
#popForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 999999999;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }
  @media screen and (max-width: 679px) {
    #popForm {
      display: none !important; } }
  #popForm #popFormInner {
    position: absolute;
    z-index: 999;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    text-align: center; }
    #popForm #popFormInner .popFormClose {
      position: absolute;
      top: 5px;
      right: 10px;
      line-height: 1em;
      font-size: 25px;
      color: #222222; }
      #popForm #popFormInner .popFormClose:hover {
        cursor: pointer; }
    #popForm #popFormInner span.popFormVC {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    #popForm #popFormInner #popFormVC {
      display: inline-block;
      position: relative;
      height: 100%;
      vertical-align: middle;
      width: 100%; }
    #popForm #popFormInner #popFormInnerHtml {
      display: inline-block;
      position: relative;
      margin: 0px auto;
      width: 98%;
      vertical-align: middle;
      padding: 40px; }
      #popForm #popFormInner #popFormInnerHtml form .hs-form-field input {
        border: 2px solid #EC1940 !important; }
      #popForm #popFormInner #popFormInnerHtml form > div {
        width: 65%;
        float: left; }
        #popForm #popFormInner #popFormInnerHtml form > div input {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px; }
      #popForm #popFormInner #popFormInnerHtml form > div.hs_submit {
        clear: none;
        width: 35%;
        float: left; }
        #popForm #popFormInner #popFormInnerHtml form > div.hs_submit input {
          width: 100%;
          min-width: 0px;
          margin: 0px;
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-width: 2px !important;
          font-family: "Arial", sans-serif;
          padding-top: 4px;
          padding-bottom: 4px;
          font-size: 16px; }
  #popForm #popFormUnderlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #333232;
    z-index: 998; }

.popForm {
  overflow-y: hidden; }
  .popForm #popForm {
    display: block;
    opacity: 1; }

.events--full {
  background-color: #000;
  padding-top: 0px; }
  .events--full .header--trigger {
    top: 5px;
    height: 1px;
    width: 1px; }
  .events--full .header--main-event {
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .events--full .header--main-event .grid {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .events--full .header--main-event.dark--background {
      background-color: rgba(0, 0, 0, 0.8); }
      .events--full .header--main-event.dark--background .grid {
        padding-top: 10px;
        padding-bottom: 10px; }
    .events--full .header--main-event .header--main--logo img {
      width: 175px;
      border: none;
      max-width: 100%; }
      @media screen and (max-width: 1023px) {
        .events--full .header--main-event .header--main--logo img {
          width: 125px; } }

.header--oi--logo img {
      max-width: 200px;
      border: none;
      margin:20px;}
      @media screen and (max-width: 1023px) { 
.header--oi--logo img {
         max-width: 200px;
         margin:20px;} }

    .events--full .header--main-event .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .events--full .header--main-event .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 a {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Arial", sans-serif;
        padding: 10px !important; }
      .events--full .header--main-event .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1:last-child a {
        padding: 10px 0 10px 10px !important; }
    .events--full .header--main-event .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-2 {
      display: none; }
    .events--full .header--main-event .header--main--nav--btn i {
      color: #ffffff;
      font-size: 30px;
      margin-top: 5px;
      margin-right: 20px;
      display: block; }
    .events--full .header--main-event .header--main--nav--mobile {
      width: 320px;
      -webkit-transition: right .5s;
      -o-transition: right .5s;
      transition: right .5s;
      position: fixed;
      right: -320px;
      top: 0;
      bottom: 0;
      z-index: 1;
      overflow: auto; }
      .events--full .header--main-event .header--main--nav--mobile ul li {
        display: block;
        margin-bottom: 0; }
        .events--full .header--main-event .header--main--nav--mobile ul li a {
          color: #ffffff;
          text-decoration: none;
          transition: all 0.25s ease;
          display: block;
          padding: 20px;
          font-size: 18px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          .events--full .header--main-event .header--main--nav--mobile ul li a:hover {
            color: #007DC4 !important;
            background-color: #ffffff !important; }
  .events--full .hero--section {
    background-position: top center;
    background-repeat: no-repeat; }
    
  .events--full .speaker--bio .speaker--block-image {
    width: 150px;
    height: 150px;
    background-position: top center; }
  .events--full .speaker--bio h3 {
    margin-top: 10px; }
  .events--full .speaker--bio hr {
    border: 0;
    height: 1px;
    background-color: #dddddd;
    width: 15%;
    margin: 15px auto; }
  .events--full  .content--section-move {
    margin-top: -40px !important; }
    .events--full .content--section-move .section--2, .events--full .content--section .content--section-move .section--3, .events--full .content--section .content--section-move .section--4, .events--full .content--section .content--section-move .section--5, .events--full .content--section .content--section-move .section--6, .events--full .content--section .content--section-move .section--7 {
      border-top: 2px solid #efefef; }
    .events--full  .content--section-move .speaker--block {
      padding: 0 10px !important; }
      .events--full  .content--section-move .speaker--block a {
        text-decoration: none; }
      .events--full .content--section-move .speaker--block h3 {
        margin-bottom: 5px !important; }
      .events--full .content--section-move .speaker--block .speaker--block-image {
        width: 200px;
        height: 200px;
        background-position: top center; }
      @media screen and (min-width: 520px) and (max-width: 750px) {
        .events--full .content--section-move .speaker--block.palm-one-whole {
          width: 50% !important; } }
    .events--full .content--section .content--section-move .image-content--block p {
      margin-top: 0px; }
    @media screen and (max-width: 768px) {
      .events--full .content--section .content--section-move .image-content--block .tablet-one-half {
        width: 100% !important; }
      .events--full .content--section .content--section-move .image-content--block .tablet-left, .events--full .content--section .content--section-move .image-content--block .tablet-right {
        float: none !important; }
      .events--full .content--section .content--section-move .image-content--block .image-content--block-image {
        text-align: center; }
        .events--full .content--section .content--section-move .image-content--block .image-content--block-image img {
          max-width: 300px;
          margin-top: 20px; } }
    .events--full .content--section .content--section-move .section--7 h3.form-title {
      font-size: 22px;
      color: #007DC4;
      text-align: center; }
    .events--full .content--section .content--section-move .section--4 .section--date ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .events--full .content--section .content--section-move .section--4 .section--date ul li {
        display: inline-block;
        margin-bottom: 0px;
        padding: 10px 25px !important;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 20px;
        opacity: .5; }
        @media screen and (max-width: 1024px) {
          .events--full .content--section .content--section-move .section--4 .section--date ul li {
            font-size: 15px; } }
        .events--full .content--section .content--section-move .section--4 .section--date ul li.active {
          background-color: #efefef;
          opacity: 1; }
        .events--full .content--section .content--section-move .section--4 .section--date ul li:hover {
          cursor: pointer; }
    @media screen and (min-width: 680px) {
      .events--full .content--section .content--section-move .section--4 .section--agenda {
        margin-top: -6px !important; } }
    @media screen and (max-width: 679px) {
      .events--full .content--section .content--section-move .section--4 .section--agenda {
        margin-top: 20px !important; } }
    .events--full .content--section .content--section-move .section--4 .section--agenda .agenda--block {
      display: none; }
      .events--full .content--section .content--section-move .section--4 .section--agenda .agenda--block#agenda--block-1 {
        display: block; }
    .events--full .content--section .content--section-move .section--4 .section--agenda ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .events--full .content--section .content--section-move .section--4 .section--agenda ul li {
        background-color: #efefef;
        padding: 15px;
        margin-bottom: 5px; }
        @media screen and (max-width: 679px) {
          .events--full .content--section .content--section-move .section--4 .section--agenda ul li {
            text-align: center; } }
        .events--full .content--section .content--section-move .section--4 .section--agenda ul li:first-child {
          -webkit-border-top-left-radius: 6px;
          -webkit-border-top-right-radius: 6px;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; }
        .events--full .content--section .content--section-move .section--4 .section--agenda ul li:last-child {
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
        .events--full .content--section .content--section-move .section--4 .section--agenda ul li strong {
          margin-right: 15px;
          padding: 10px;
          background: #dddddd;
          border-radius: 5px;
          color: #ffffff;
          width: 170px;
          text-align: center;
          display: inline-block; }
          @media screen and (max-width: 679px) {
            .events--full .content--section .content--section-move .section--4 .section--agenda ul li strong {
              clear: both;
              display: block;
              margin: 0 auto;
              margin-bottom: 20px !important; } }
  .events--full .content--section .arrow--up {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    border: 2px solid #efefef;
    bottom: -25px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .events--full .content--section .arrow--up i {
      line-height: 62px;
      font-size: 22px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .events--full .content--section .arrow--up:hover {
      background-color: #007DC4;
      border: 2px solid #007DC4;
      cursor: pointer; }
      .events--full .content--section .arrow--up:hover i {
        color: #ffffff !important; }
  .events--full .footer--section {
    margin-top: 150px; }
    .events--full .footer--section img {
      max-width: 175px;
      border: none; }
  .events--full .map--container {
    width: 100%;
    height: 350px; }
    .events--full .map--container .gm-style-iw {
      font-size: 16px; }

.header--hero-logo {
  align-items: center;
  position: relative;
  width: auto;
  padding: 17px !important; 
  max-width: 175px;
}
.header--main {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  top: 0px; }
  .header--main .header--main--logo {
    padding: 17px !important; }
    .header--main .header--main--logo img {
      max-width: 175px;
      border: none; }
  .header--main .header--main--nav--btn {
    display: inline-block; }
    .header--main .header--main--nav--btn:hover {
      cursor: pointer; }
    .header--main .header--main--nav--btn i {
      margin-top: 30px !important;
      font-size: 25px !important;
      color: #4F5156;
      display: block; }
  .header--main .header--main--nav--mobile {
    width: 300px;
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: 11;
    overflow: auto; }
    .header--main .header--main--nav--mobile .all--btn .hs-cta-wrapper a {
      border-radius: 0; }
    .header--main .header--main--nav--mobile .header--main--nav--mobile--close {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .header--main .header--main--nav--mobile .header--main--nav--mobile--close p {
        margin: 10px 0 10px 10px;
        color: #4F5156;
        font-weight: 700; }
      .header--main .header--main--nav--mobile .header--main--nav--mobile--close .resource--item-btna-close {
        color: #4F5156;
        font-size: 30px;
        margin: 10px; }
      .header--main .header--main--nav--mobile .header--main--nav--mobile--close:hover {
        cursor: pointer; }
    .header--main .header--main--nav--mobile ul li {
      display: block;
      margin-bottom: 0; }
      .header--main .header--main--nav--mobile ul li.hs-menu-depth-1 {
        position: relative; }
        .header--main .header--main--nav--mobile ul li.hs-menu-depth-1 > a {
          background-color: #ffffff;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .header--main .header--main--nav--mobile ul li.hs-menu-depth-1 > i {
          position: absolute;
          right: 10px;
          top: 10px;
          color: #4F5156;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px; }
          .header--main .header--main--nav--mobile ul li.hs-menu-depth-1 > i:hover {
            cursor: pointer;
            color: #4B82C3; }
      .header--main .header--main--nav--mobile ul li.hs-menu-depth-2 {
        position: relative; }
        .header--main .header--main--nav--mobile ul li.hs-menu-depth-2 > a {
          background-color: #fafafa;
          font-size: 15px;
          padding: 10px 20px !important;
          color: #4B82C3 !important;
          border-bottom: none; }
        .header--main .header--main--nav--mobile ul li.hs-menu-depth-2 > i {
          position: absolute;
          right: 10px;
          top: 10px;
          color: #4B82C3;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px; }
          .header--main .header--main--nav--mobile ul li.hs-menu-depth-2 > i:hover {
            cursor: pointer;
            color: #3d75b7; }
      .header--main .header--main--nav--mobile ul li.hs-menu-depth-3 > a {
        background-color: #e6e6e6; }
      .header--main .header--main--nav--mobile ul li a {
        color: #4F5156;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        display: block;
        padding: 20px;
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .header--main .header--main--nav--mobile ul li a:hover {
          color: #4B82C3 !important;
          background-color: #ffffff !important; }
  .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 0px;
    padding: 25px 0px 27px 0px !important; }
    .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1.active {
      color: #4B82C3; }
    .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 a {
      color: #4F5156;
      font-weight: 400;
      text-decoration: none;
      display: block;
      font-size: 16px;
      max-width: 100%;
      overflow: visible;
      text-overflow: initial;
      font-family: "Arial", sans-serif;
      padding: 5px 10px !important;
      border-radius: 2px; }
      .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 a:hover {
        background-color: #F4F4F4; }
    .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 ul {
      position: absolute;
      background: #ffffff;
      top: -9999px;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -o-transition: opacity .4s ease-in-out;
      transition: opacity .4s ease-in-out;
      width: 200px !important;
      z-index: 8;
      left: 0;
      padding: 10px;
      box-shadow: inset 13px 18px 3px -16px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 13px 18px 3px -16px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 13px 18px 3px -16px rgba(0, 0, 0, 0.1);
      -o-box-shadow: inset 13px 18px 3px -16px rgba(0, 0, 0, 0.1); }
      .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 ul li {
        display: block;
        width: 100%;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        text-align: left;
        font-size: 16px;
        margin-bottom: 0px; }
        .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 ul li a {
          width: 100%;
          display: block;
          padding: 8px 15px !important;
          height: auto;
          line-height: 25px !important;
          margin-top: 0px;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
          font-weight: normal;
          text-transform: initial; }
          .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1 ul li a:hover {
            background-color: #ffffff;
            color: #4B82C3; }
    .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li.hs-menu-depth-1.main-solutions ul {
      width: 250px !important; }
  .header--main .header--main--nav .header--nav .hs-menu-wrapper ul li:hover > ul {
    top: 86px;
    position: absolute;
    opacity: 1; }
  .header--main .header--main--nav .all--btn {
    margin-left: 10px; }
    .header--main .header--main--nav .all--btn a {
      padding: 10px 25px;
      min-width: 150px; }

.footer--main, .footer--copyright {
  background-color: #242424; }

.footer--social {
  background-color: #333334; }
  .footer--social .social ul {
    margin-top: -8px !important; }
    .footer--social .social ul li {
      margin-right: 5px; }
      .footer--social .social ul li:last-child {
        margin-right: 0px; }
      .footer--social .social ul li a {
        color: #dddddd;
        font-size: 35px; }
  .footer--social .footer--form h3.form-title {
    display: none; }
  .footer--social .footer--form form {
    position: relative;
    margin-bottom: 0px; }
    .footer--social .footer--form form label .hs-form-required {
      display: none; }
    @media screen and (min-width: 680px) {
      .footer--social .footer--form form .hs_submit {
        position: absolute;
        top: 0;
        right: 0;
        width: auto; } }
  .footer--social .footer--form form.hs-form .hs-error-msgs.inputs-list li label {
    margin: -12px 0 15px 0; }
  .footer--social .all--btn form.hs-form .hs_submit input.hs-button {
    color: #333334 !important;
    padding: 10px 40px 11px;
    min-width: auto;
    width: 165px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 42px;
    border: 0px;
    line-height: 1em; }
    @media screen and (max-width: 679px) {
      .footer--social .all--btn form.hs-form .hs_submit input.hs-button {
        width: 100%; } 
      .address {
        text-align: center;
        width: 100%;
        margin:auto;   }
}


.hubui .footer--form form.hs-form .hs-form-field input[type="email"].hs-input {
  background-color: transparent;
  border-width: 2px;
  color: #dddddd !important; }
  @media screen and (min-width: 1024px) {
    .hubui .footer--form form.hs-form .hs-form-field input[type="email"].hs-input {
      padding-right: 170px; } }
.hubui .footer--form form.hs-form .hs-form-field.focus > label {
  color: #ddd !important; }

.footer--main .footer--logo img {
  padding: 17px !important;
  max-width: 200px;
  border: none; }
.footer--main h6 {
  color: #dddddd; }
.footer--main p {
  font-size: 14px;
  color: #dddddd; }
.footer--main .quick--links ul {
  margin: -10px 0 0 0;
  padding: 0px; }
  .footer--main .quick--links ul li {
    width: 50%;
    display: inline-block; }
    .footer--main .quick--links ul li a {
      color: #dddddd;
      text-decoration: none;
      font-size: 14px;
      display: block; }
      .footer--main .quick--links ul li a:before {
        content: '\f101';
        font-size: 14px;
        font-family: "FontAwesome";
        padding-right: 5px; }
      .footer--main .quick--links ul li a:hover {
        color: #4B82C3; }

.footer--copyright p {
  color: #dddddd; }
.footer--copyright ul {
  margin-top: 5px; }
  .footer--copyright ul li {
    border-right: 1px solid #dddddd;
    padding: 0 5px;
    font-size: 11px;
    line-height: 11px; }
    .footer--copyright ul li:last-child {
      border-right: none; }
    .footer--copyright ul li a {
      color: #dddddd;
      font-size: 11px;
      line-height: 11px; }
      .footer--copyright ul li a:hover {
        color: #4B82C3; }

.password .production--form input[type="password"] {
  height: auto !important;
  margin-top: 0px !important;
  width: 50% !important;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 679px) {
    .password .production--form input[type="password"] {
      width: 100% !important; } }




.subscription .email-prefs .hs-button, .password .hs-button {
  display: inline-block;
  color: #ffffff;
  background-color: #4b82c3 !important;
  border-color: #4b82c3 !important;
  background-image: none !important;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 44px;
  border-radius: 2px;
  min-width: 220px;
  width: auto;
  max-width: 100%;
  border-width: 2px !important;
  border-style: solid !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease; }
  .subscription .email-prefs .hs-button:hover, .password .hs-button:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #69a2e7 !important;
    border-color: #69a2e7 !important; }

.subscription .header--main-container {
  text-align: left; }
.subscription .footer--social, .subscription .main--nav {
  display: none; }
.subscription .middle--container {
  min-height: 40vh;
  float: center!important;
}
.subscription .email-prefs .item {
  margin: 8px;
  display: inline-block;
  position: relative;
  text-align: left;
  width:60%;
}
  .subscription .item .item-inner {
    height: initial;
    padding: 15px;
    border-radius: 2px; 
}
.subscription .email-prefs .item .item-inner .checkbox-row{
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  font-weight: bold;
}

.subscription .email-prefs .item .item-inner .checkbox-row .fakelabel input {
      vertical-align: middle;
      margin-right: 10px; }
    .subscription .email-prefs.item .item-inner .checkbox-row .fakelabel span {
      font-family: "Arial", sans-serif;
      font-size: 16px;
      line-height: 1.25em;
      font-weight: 700;
      color: #4F5156;
      vertical-align: middle;
      margin-bottom: 5px; }
    .subscription .email-prefs .item .item-inner p {
      margin-bottom: 0px;
      margin-top: 5px;
      color: #666666;
      font-family: "Arial", sans-serif;
      font-size: 14px;}
.subscription .email-prefs input[type="email"] {
  display: block;
  max-width: 100%;
  width: 50% !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 0px;
  outline: none;
  box-shadow: none;
  height: auto;
  background-color: #ffffff;
  color: #666666;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.15em;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.subscribe-options {
margin-top: 30px;
}
.subscription .page-header{
  text-align:center;
  margin-bottom:0px;
  padding-left: 50px;
  padding-right:50px;
}

.subscription .page-header h2{
   font-size: 20px;
   font-weight: 600;
  
}
.subscription .success{
   font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center!important;
  padding-top:50px;
  padding-bottom: 100px;
}

.subscription .email-prefs{
  text-align:center;   
}

@media screen and (max-width:679px){
.subscription .page-header{
  text-align:center;
  padding-left: 20px;
  padding-right:20px;
}

}

.parallax--section { 
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  

}


/*!

*/
