@charset "UTF-8";
/******************************************************************
 *
 *  PLEASE NOTE!
 *
 *  This HubSpot CSS File is compiled from a local repository.
 *  Any manual changes here might be overwritten by compiled
 *  styles. Please contact Zooma if you want to take over this
 *  stylesheet.
 *
 *
 */
/*  Frameworks / Foundations
    ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,900");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out ease-in-out 0.2s;
  transition: all 0.2s ease-in-out ease-in-out 0.2s;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*  Vendor
    Third-party style sheets
    ========================================================================== */
/*  Settings & Tools
    ========================================================================== */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot");
  src: url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2") format("woff2"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff") format("woff"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf") format("truetype"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.eot");
  src: url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.woff2") format("woff2"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.woff") format("woff"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.ttf") format("truetype"), url("http://blogg.skanskabyggvaror.se/hubfs/Assets/fonts/glyphicons-regular/glyphicons-regular.svg#glyphicons_regular") format("svg");
}
/*  Visual Identity
    ========================================================================== */
/*  General Website Colors
    ========================================================================== */
/*  Form Colors
    ========================================================================== */
/*  Margins & paddings
    ========================================================================== */
/*  Dimensions
    ========================================================================== */
/*  Site Navigation
    ========================================================================== */
/*  Form Settings
    ========================================================================== */
/*  HubSpot COS Widgets
    ========================================================================== */
/*******************************************************************
 *
 * @hubspot-img-folder-path
 * Example usage: '@{hubspot-img-folder-path}/icon.png'
 *
 */
/*---------------------------------------------------------------------*\
  
  Cross browser line-clamp
  
  Assumes @baseline*2 equals line-height for calculations.
  If it needs to work with line-heights relative to font-size,
  change the calc to something like this:
  calc(1em * 1.5 * @lines);
  
\*---------------------------------------------------------------------*/
/*****************************************************
 *
 *  HUBSPOT HELPER CLASSES
 *
 *****************************************************/
/* In Editor Classes
   ========================================================================== */
.editor-only,
.inline-editor-only {
  display: none;
}
.browser-only {
  display: block;
}
.hs-inline-edit .editor-hidden,
.inpage-editing .editor-hidden {
  display: none;
}
.hs-inline-edit .editor-only,
.inpage-editing .editor-only {
  display: block;
}
.hs-inline-edit .inline-editor-only,
.inpage-editing .inline-editor-only {
  display: none;
}
.hs-inline-edit .flex-container-wrapper > span:empty,
.inpage-editing .flex-container-wrapper > span:empty {
  display: block;
  padding: 1rem;
  border: 2px dashed #bbb;
  color: #aaa;
  border-radius: 5px;
}
.hs-inline-edit .flex-container-wrapper > span:empty:before,
.inpage-editing .flex-container-wrapper > span:empty:before {
  display: block;
  content: 'Add modules inside this flexible container';
}
.hs-inline-edit .visible-in-editor,
.inpage-editing .visible-in-editor {
  display: block !important;
  opacity: .25;
}
.hs-inline-edit .visible-in-editor .flex-container-wrapper > span:empty,
.inpage-editing .visible-in-editor .flex-container-wrapper > span:empty {
  border-color: #333;
  color: #222;
}
.hs-inline-edit .inline-editor-only {
  display: block;
}
.editor-help {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
/*--------------------------------*\
  Button mixin
\*--------------------------------*/
/*  Base Elements
    ========================================================================== */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* *
 * Testing helper for media queries
 * adds a label in the top-left corner that displays the current media query state.
 *
 */
  /*
  
&:after { 
    font-size: 12px;
    background: red;
    color: @color-white;
    content: "undefined";
    left: 0;
    .opacity(50);
    padding: .5em .5em;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10000;
    @media (max-width: @s-mobile-max) {
      background: #ffa700;
      content: "mobile ";
    }
    @media (min-width: @s-tablet) and (max-width: @s-tablet-max) {
      background: #700070;
      content: "tablet";
    }
    @media (min-width: @s-desktop) and (max-width: @s-desktop-max) {
      background: #008200;
      content: "desktop S";
    }
    @media (min-width:  @s-md-desktop) and (max-width: @s-md-desktop-max) {
      background: #00a800;
      content: "desktop M";
    }
    @media (min-width:  @s-lg-desktop) {
      background: #0c0ce9;
      content: "desktop L";
    }
  }

*/
}
p,
.paragraph,
.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.hs-form-radio label {
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 1.6rem;
}
.paragraph-large {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 24px;
}
.preamble,
.post-body > #hs_cos_wrapper_post_body > p:first-of-type,
.landing-page .main-content .col--left .hs_cos_wrapper_type_rich_text > p:first-of-type,
.error-page .body-container p {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .preamble,
  .post-body > #hs_cos_wrapper_post_body > p:first-of-type,
  .landing-page .main-content .col--left .hs_cos_wrapper_type_rich_text > p:first-of-type,
  .error-page .body-container p {
    font-size: 2.2rem;
    line-height: 36px;
    margin-bottom: 24px;
    font-weight: 400;
  }
}
/*
blockquote, .blockquote, blockquote p {
  font-size: 2.2rem !important;
  color: @color-grey !important;
  line-height: @baseline*3 !important;
  font-weight: @font-weight-normal !important;
}
*/
/*
blockquote, .blockquote {
  background: @color-grey-light;
  margin: 0 0 @baseline*2.5 (-@mobile-side-margin - 25);
  padding: @baseline*2.5 (@mobile-side-margin + 25);
  p:last-child {
    margin-bottom: 0 !important;
  }

  @media (min-width: @s-tablet) and (max-width: (@s-tablet-max)) {
    margin: 0 0 @baseline*2.5 (-@tablet-side-margin - 25);
    padding: @baseline*2.5 (@tablet-side-margin + 25);
  }
  @media (min-width: @s-desktop) {
    margin: 0 0 @baseline*2.5 (-@baseline*8 - 25);
    padding: @baseline*2.5 (@baseline*8 + 25);
  }
  @media (min-width: @s-md-desktop ) {
    max-width: 95%;
  }
}
*/
blockquote,
.blockquote,
blockquote p {
  font-size: 2.2rem !important;
  color: #a2a6a7 !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0 24px;
  display: block;
  border-left: 3px solid #FCD900;
  /* Resets for nested tags */
}
blockquote p,
.blockquote p,
blockquote p p {
  display: inline;
  padding: 0;
  border: none;
}
blockquote p:last-child,
.blockquote p:last-child,
blockquote p p:last-child {
  margin-bottom: 0;
}
blockquote a,
.blockquote a,
blockquote p a {
  color: #333333;
}
/* Adjusted typography for wide text columns */
.landing-page p,
.thank-you-page p,
.post-body p,
.landing-page ul,
.thank-you-page ul,
.post-body ul,
.landing-page ol,
.thank-you-page ol,
.post-body ol {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 24px;
}
a {
  text-decoration: none;
  -webkit-transition: all, ease-in-out, 0.2s;
  transition: all, ease-in-out, 0.2s;
  color: #51A351;
  /*
    Image Links
  */
}
a:hover,
a:focus {
  color: #51A351;
  text-decoration: underline;
}
a:active {
  -webkit-transition: none;
  transition: none;
}
a.img-link {
  border: none !important;
}
a.img-link .hs-featured-image,
a.img-link .img,
a.img-link img {
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
a.img-link:hover .hs-featured-image,
a.img-link:focus .hs-featured-image,
a.img-link:hover .img,
a.img-link:focus .img,
a.img-link:hover img,
a.img-link:focus img {
  opacity: .93;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}
h1,
.h1-style {
  font-size: 4.4rem;
  line-height: 48px;
  margin-bottom: 18px;
  color: #000;
  font-weight: 700;
}
p + h1,
p + .h1-style {
  margin-top: 18px;
}
h2,
.h2-style,
.post-listing__heading h3 {
  font-size: 2.4rem;
  line-height: 36px;
  margin-bottom: 18px;
  font-weight: 700;
  color: #333333;
}
p + h2,
p + .h2-style {
  margin-top: 18px;
}
h3,
.h3-style,
.blog-hero__author-box .post-author__name,
.subscribe-widget .tag-line,
.post-item__title,
.error-page .body-container #hs_cos_wrapper_google_search label {
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
/*
	h3, .h3-style {
  font-size: 1.8rem;
  line-height: @baseline*2.5;
  margin-bottom: @baseline*1.5;
  font-weight: @font-weight-bold;
	}
*/
h4,
.h4-style {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 18px;
  font-weight: 700;
}
h5,
.h5-style {
  font-size: 1.1rem;
  line-height: 12px;
  text-transform: uppercase;
}
/* Adjusted typography for wide text columns */
.landing-page h1,
.thank-you-page h1,
.post-body h1 {
  margin: 0 0 12px;
  font-size: 3.5rem;
}
.landing-page h3,
.thank-you-page h3,
.post-body h3,
.landing-page .h3-style,
.thank-you-page .h3-style,
.post-body .h3-style {
  line-height: 30px;
  margin-bottom: 18px;
}
ul li,
ol li {
  margin-bottom: 12px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ol {
  padding: 0;
}
ul {
  padding: 0;
  padding-left: 0;
}
/* Custom numbers/bullets in body text */
.hs_cos_wrapper_type_rich_text ol:not(.inputs-list),
.post-body ol:not(.inputs-list) {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  counter-reset: item;
}
.hs_cos_wrapper_type_rich_text ol:not(.inputs-list) li,
.post-body ol:not(.inputs-list) li {
  counter-increment: step-counter;
  text-indent: -3.8rem;
  padding-left: 3.8rem;
}
.hs_cos_wrapper_type_rich_text ol:not(.inputs-list) li:before,
.post-body ol:not(.inputs-list) li:before {
  content: counter(step-counter);
  margin-right: 1.4rem;
  font-size: 80%;
  background-color: #a2a6a7;
  color: #fff;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li,
.post-body ul:not(.inputs-list) li {
  margin-left: 1em;
  padding-left: 0.15em;
}
/* Validation Error Messages */
ul.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
sub,
sup {
  line-height: 1;
}
img {
  max-width: 100%;
}
.visible-print {
  display: none;
}
@media print {
  @page {
  }
  .hs-tools-menu,
  .hidden-print,
  .widget-type-blog_content > h2,
  .widget-type-blog_comments {
    display: none !important;
  }
  .visible-print {
    display: block;
  }
  iframe {
    border: 1px solid #ddd;
  }
  .cta_button {
    border: 1px solid #888;
  }
}
.body-container {
  margin-top: 36px;
}
@media (min-width: 480px) {
  .body-container {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .body-container {
    margin-top: 60px;
  }
}
html,
body {
  overflow: visible !important;
}
body {
  border-top: none;
}
.fb_iframe_widget > span {
  display: block !important;
}
.row-fluid {
  clear: both;
}
.row-fluid [class*="span"] {
  min-height: 0 !important;
}
/*  Components
    ========================================================================== */
/*

  =========================
  ====== Media Object======

  <div class="media">
      <img src="" alt="" class="media__image">
      <p class="media__body"></p>
  </div>

*/
.media:before,
.media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.media:after {
  clear: both;
}
.media:before,
.media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.media:after {
  clear: both;
}
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
.media__image {
  float: left;
  margin-right: 10px;
}
.media__image > img {
  display: block;
}
.media__image .image--rev {
  float: right;
  margin-left: 10px;
}
/*

  =========================
  ====== Flag Object======

  <div class="flag">
      <div class="flag__image">
          <img src="" alt="">
      </div>
      <div class="flag__body">
          <p></p>
      </div>
  </div>

*/
.flag {
  display: table;
  width: 100%;
}
.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag__image,
.flag--top .flag__body {
  vertical-align: top;
}
.flag--bottom .flag__image,
.flag--bottom .flag__body {
  vertical-align: bottom;
}
.flag__image {
  padding-right: 10px;
}
.flag__image > img {
  display: block;
  max-width: none;
}
.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 10px;
}
.flag__body {
  width: 100%;
}
/*

  SKBV Top Bar

*/
.top-bar {
  height: 75px;
  padding-top: 9px;
  background: #fff;
  border-bottom: 2px solid #FCD900;
  text-align: center;
}
@media (min-width: 480px) {
  .top-bar {
    padding-top: 12px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .top-bar {
    padding-top: 36px;
    height: 156px;
  }
}
.top-bar__inner {
  height: 100%;
}
.top-bar__inner:before,
.top-bar__inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-bar__inner:after {
  clear: both;
}
.top-bar__inner:before,
.top-bar__inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-bar__inner:after {
  clear: both;
}
.top-bar__brand {
  margin-top: 5px;
  float: left;
  text-align: left;
  width: 194px;
}
.top-bar__brand img {
  border: none;
}
.top-bar__brand a:hover {
  text-decoration: none;
}
.top-bar__brand img {
  width: 94.5px;
  height: auto;
}
@media (min-width: 480px) {
  .top-bar__brand img {
    width: 126px;
  }
}
@media (min-width: 992px) {
  .top-bar__brand img {
    width: 189px;
  }
}
.top-bar__brand .logo-blog-title {
  text-align: center;
}
@media (max-width: 991px) {
  .top-bar__brand {
    float: none;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.top-bar__search {
  text-align: center;
  display: none;
  margin: 0 auto;
  position: relative;
  top: 17px;
  float: right;
}
@media (min-width: 992px) {
  .top-bar__search {
    display: inline-block;
    float: none;
  }
}
.top-bar__nav-btn,
.top-bar__action {
  position: relative;
  top: 8px;
}
@media (min-width: 480px) {
  .top-bar__nav-btn,
  .top-bar__action {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .top-bar__nav-btn,
  .top-bar__action {
    top: 18px;
  }
}
.top-bar__nav-btn button,
.top-bar__action button {
  height: 40px !important;
  padding: 9px 15px 8px !important;
  line-height: 24px !important;
  font-family: 'Arial', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.top-bar__nav-btn {
  display: none;
  float: left;
}
.top-bar__nav-btn button {
  color: white;
}
.top-bar__nav-btn button .hidden-mobile {
  margin-left: 8px;
}
@media (max-width: 479px) {
  .top-bar__nav-btn button {
    width: 40px !important;
    padding-left: 13px !important;
  }
  .top-bar__nav-btn button .hidden-mobile {
    display: none !important;
  }
}
.top-bar__action {
  float: right;
}
.top-bar__action button {
  background: #FCD900 !important;
  color: #000 !important;
  padding-right: 22px !important;
}
.top-bar__action button:hover,
.top-bar__action button:active {
  text-decoration: none;
  color: #fff !important;
}
.top-bar__action button .glyphicon:before {
  font-family: "Glyphicons Halflings";
  content: "\e116";
  padding-left: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-bar__action button {
    padding-left: 0;
    width: 40px;
  }
  .top-bar__action button .glyphicon:before {
    padding-left: 0;
    margin-left: -5px;
  }
}
.top-bar ul {
  list-style: none;
}
.top-bar li {
  display: inline-block;
}
.fixed-header .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.fixed-header .body-container-wrapper {
  padding-top: 75px;
}
@media (min-width: 480px) {
  .fixed-header .body-container-wrapper {
    padding-top: 96px;
  }
}
@media (min-width: 992px) {
  .fixed-header .body-container-wrapper {
    padding-top: 156px;
  }
}
.fixed-header.show-secondary-bar .body-container-wrapper {
  padding-top: 0;
}
@media (min-width: 992px) {
  .fixed-header.show-secondary-bar .body-container-wrapper {
    padding-top: 156px;
  }
}
.fixed-header.show-secondary-bar .sec-bar {
  margin-top: 75px;
}
@media (min-width: 480px) {
  .fixed-header.show-secondary-bar .sec-bar {
    margin-top: 96px;
  }
}
.hs-inline-edit .fixed-header .top-bar {
  position: relative;
}
.hs-inline-edit .fixed-header .body-container-wrapper {
  padding-top: 0 !important;
}
.hs-inline-edit .fixed-header.show-secondary-bar .sec-bar {
  margin-top: 0 !important;
}
.top-bar__search {
  height: 40px;
  line-height: 40px;
}
.top-bar__nav {
  float: none;
  clear: both;
  position: relative;
  bottom: 12px;
  text-align: center;
}
.top-bar__nav li {
  padding-right: 24px;
}
@media (max-width: 1139px) {
  .top-bar__nav li {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .top-bar__nav li.blog-home {
    display: none;
  }
}
.top-bar__nav li:last-child {
  padding-right: 0;
}
.top-bar__nav li > a {
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1092px) {
  .top-bar__nav li > a {
    font-size: 1.2rem;
  }
}
.top-bar__nav li > a .icon-new-window {
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  color: #a2a6a7;
  position: relative;
  top: 1px;
}
.top-bar__nav li > a .icon-new-window:before {
  content: "\e164";
}
.logo-blog-title {
  display: block;
  color: #078643;
  font-weight: 900;
  display: none;
}
/*************************\
    MOBILE NAVIGATION
  \*************************/
@media (max-width: 991px) {
  body.mobile-initiated .top-bar__brand,
  body.mobile-initiated .top-bar__action,
  body.mobile-initiated .nav-cover {
    -webkit-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
  }
  body.mobile-initiated .top-bar__nav {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  body.resizing .top-bar__nav,
  body.resizing .top-bar__brand,
  body.resizing .top-bar__action,
  body.resizing .nav-cover {
    -webkit-transition: none;
    transition: none;
  }
  .nav-cover {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    opacity: 0;
  }
  .top-bar__nav-btn {
    display: block;
  }
  .top-bar__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    margin-top: 0;
    width: 30%;
    min-width: 265px;
    height: 100%;
    padding: 25px 18px 18px;
    background: white;
    border-right: 2px solid rgba(162, 166, 167, 0.25);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .top-bar__nav ul {
    display: block !important;
  }
  .top-bar__nav li {
    display: block;
    float: none !important;
    margin-bottom: 0;
    padding-right: 0;
    border-bottom: 2px solid #FCD900;
    text-align: left;
  }
  .top-bar__nav li a {
    display: block !important;
    position: relative;
    padding: 12px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
  }
  .top-bar__nav li a .icon-new-window {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 14px;
    font-weight: 400;
  }
  .top-bar__nav li a:hover .icon-new-window,
  .top-bar__nav li a:active .icon-new-window {
    color: black;
  }
  body.show-mobile-menu .top-bar__brand,
  body.show-mobile-menu .top-bar__action {
    opacity: .5;
  }
  body.show-mobile-menu .nav-cover {
    opacity: 1;
  }
  body.show-mobile-menu .top-bar__nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .top-bar__nav {
    min-width: 300px;
    padding-top: 46px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .top-bar__nav li a {
    font-size: 1.8rem;
  }
}
/*

  SKBV Secondary Bar

*/
/************************\
  Variables & Mixins
\************************/
/************************\
  CSS Definitions
\************************/
.sec-bar {
  display: none;
  /************************
   *
   *  Navigation Row
   *
   */
  /************************
   *
   *  Options Row
   *
   */
  /***************************
   *
   *  Options State Content
   *
   */
}
.show-secondary-bar .sec-bar {
  display: block;
}
@media (min-width: 992px) {
  .sec-bar,
  .show-secondary-bar .sec-bar {
    display: none;
  }
}
.sec-bar__button {
  height: 40px !important;
  padding: 0 10px !important;
  background: none !important;
  border: 1px solid rgba(162, 166, 167, 0.5) !important;
  color: #a2a6a7 !important;
  font-size: 1.1rem !important;
  text-transform: uppercase !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
.sec-bar__button .glyphicon {
  font-size: 12px !important;
  position: relative !important;
  top: 2px !important;
}
.sec-bar__button:hover,
.sec-bar__button:focus {
  border-color: #a2a6a7 !important;
  color: #7b8082 !important;
}
.sec-bar__button .button-hide {
  display: none;
}
@media (max-width: 479px) {
  .sec-bar__button {
    width: 40px;
    border-radius: 50% !important;
  }
  .sec-bar__button [class*="button-"] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sec-bar__button {
    display: none !important;
  }
}
.sec-bar__nav {
  display: table;
  width: 100%;
  height: 78px;
  background: #F8F8F8;
}
.sec-bar__nav > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 18px;
}
.sec-bar__nav__filter,
.sec-bar__nav__subscribe {
  width: 25%;
}
.sec-bar__nav__search {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 480px) {
  .sec-bar__nav__search {
    padding: 0 24px;
  }
}
.sec-bar__nav__search .input {
  top: -1px;
}
.sec-bar__nav__search input {
  background: none !important;
}
.sec-bar__nav__search input:focus {
  background-color: white !important;
}
@media (min-width: 480px) {
  .sec-bar__nav__filter button {
    padding-left: 8px !important;
  }
  .sec-bar__nav__filter .glyphicon {
    margin-right: 3px;
  }
}
.sec-bar__nav__subscribe {
  text-align: right;
}
.sec-bar__nav__subscribe button {
  display: none !important;
}
@media (max-width: 767px) {
  .sec-bar__nav__subscribe.enabled button {
    display: inline-block !important;
  }
}
@media (min-width: 480px) {
  .sec-bar__nav__subscribe .glyphicon {
    margin-left: 3px;
  }
}
.sec-bar__options {
  position: relative;
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(162, 166, 167, 0.25);
  border-bottom: 2px solid #FCD900;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sec-bar__options .option-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  display: none;
}
.sec-bar .option-content--subscribe .subscribe-widget {
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 24px;
}
.sec-bar .option-content--filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-bar .option-content--filter ul .category-links {
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-top: 1px solid white;
}
.sec-bar .option-content--filter ul .category-links li {
  padding-left: 24px;
}
.sec-bar .option-content--filter ul .category-links li a {
  text-transform: none;
  font-weight: bold;
}
.sec-bar .option-content--filter ul .category-links li a:hover,
.sec-bar .option-content--filter ul .category-links li a:focus {
  text-decoration: underline;
}
.sec-bar .option-content--filter ul .category-links li a:hover,
.sec-bar .option-content--filter ul .category-links li a:active {
  color: black;
}
.sec-bar .option-content--filter ul .category-links .capitalize li a {
  text-transform: capitalize;
}
.sec-bar .option-content--filter ul li {
  margin: 0;
  background: white;
  border-top: 1px solid rgba(162, 166, 167, 0.25);
}
.sec-bar .option-content--filter ul li:first-child {
  border-top: none;
}
.sec-bar .option-content--filter ul li a {
  display: block;
  padding: 9px 15px;
  color: #000;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .sec-bar .option-content--filter ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sec-bar .option-content--filter ul li a .icon {
  position: relative;
}
.sec-bar .option-content--filter ul li a .icon:after {
  display: inline;
  content: '+';
  margin-left: 6px;
}
.sec-bar .option-content--filter ul li a:hover,
.sec-bar .option-content--filter ul li a:focus {
  text-decoration: none;
}
.sec-bar .option-content--filter ul li a:hover,
.sec-bar .option-content--filter ul li a:active {
  color: #51A351;
}
.sec-bar .option-content--filter ul li[data-state="expanded"] .category-links {
  border-top: 1px solid rgba(162, 166, 167, 0.25);
}
.sec-bar .option-content--filter ul li[data-state="expanded"] a .icon:after {
  content: '–';
}
.sec-bar.animating .option-content {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sec-bar[data-state=""] .sec-bar__options {
  border-top: 1px solid #F8F8F8;
}
.sec-bar[data-state="filter"] .sec-bar__nav__filter .sec-bar__button {
  background: white !important;
  border-color: rgba(51, 51, 51, 0.75) !important;
  color: #333333 !important;
}
@media (min-width: 480px) {
  .sec-bar[data-state="filter"] .sec-bar__nav__filter .sec-bar__button .button-show {
    display: none;
  }
  .sec-bar[data-state="filter"] .sec-bar__nav__filter .sec-bar__button .button-hide {
    display: inline;
  }
}
.sec-bar[data-state="filter"] .sec-bar__options {
  border-top: 1px solid rgba(162, 166, 167, 0.25);
}
.sec-bar[data-state="filter"] .option-content--filter-list {
  opacity: 1;
}
.sec-bar[data-state="subscribe"] .sec-bar__nav__subscribe .sec-bar__button {
  background: white !important;
  border-color: rgba(51, 51, 51, 0.75) !important;
  color: #333333 !important;
}
@media (min-width: 480px) {
  .sec-bar[data-state="subscribe"] .sec-bar__nav__subscribe .sec-bar__button .button-show {
    display: none;
  }
  .sec-bar[data-state="subscribe"] .sec-bar__nav__subscribe .sec-bar__button .button-hide {
    display: inline;
  }
}
.sec-bar[data-state="subscribe"] .option-content--subscribe-form {
  opacity: 1;
}
.sec-bar.no-sidebar .sec-bar__filter > *,
.sec-bar.no-sidebar .sec-bar__subscribe > * {
  display: none;
}
/*

    Page Header
    ===========

    Used on Landing Pages and system pages
    Contains a logo and a heading

*/
/* Extend class */
.page-header-wrapper,
.landing-page .header-container-wrapper {
  margin-bottom: 42px;
  border-bottom: 2px solid #51A351;
}
.page-header .widget-type-linked_image {
  margin: 24px 0;
}
.page-header h1 {
  margin: 0 0 12px;
  font-size: 3.5rem;
  line-height: 36px;
}
/*

  SKBV Blog Hero
  - Background image, post title and author box

*/
/************************************************

    HERO BASE SETTINGS

************************************************/
.blog-hero {
  position: relative;
  width: 100%;
  border-bottom: 4px solid #51A351;
}
/************************************************

    HERO IMAGE SETTINGS
    Image is loaded in two places to enable
    responsiveness: post-title and separate bg div

************************************************/
.blog-hero {
  z-index: 0;
  /*

      HERO IMAGE RESPONSIVE BEHAVIOUR
      < Tablet, Post title bg image will be used
      > Tablet, BG div will be used

    */
}
.blog-hero__post-title {
  position: relative;
  z-index: 0;
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .blog-hero__post-title {
    background-size: 100% auto;
  }
}
.no-touch .blog-hero__post-title {
  background-size: cover;
}
.blog-hero__post-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.blog-hero__post-title .meta {
  display: none;
}
@media (min-width: 768px) {
  .blog-hero__post-title .meta {
    display: block;
  }
}
.blog-hero--no-bg .blog-hero__post-title {
  background-color: rgba(162, 166, 167, 0.25);
}
.blog-hero__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: .50;
}
.blog-hero--no-bg .blog-hero__bg {
  background-color: rgba(162, 166, 167, 0.25);
}
.no-touch .blog-hero__bg {
  background-size: cover;
}
@media (max-width: 991px) {
  .blog-hero__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .blog-hero__author-box {
    width: 288px;
  }
}
@media (min-width: 992px) {
  .blog-hero {
    height: 532px;
  }
  .blog-hero__bg,
  .blog-hero__inner {
    height: 528px;
  }
  .blog-hero__bg {
    display: block;
    width: calc((100% - 1430px) / 2 + (1430px - 360px));
  }
  .blog-hero__post-title {
    background: none !important;
  }
  .blog-hero__post-title:before {
    display: none !important;
  }
  .blog-hero__author-box {
    width: 360px;
  }
}
/************************************************

    HERO GRID SETTINGS

    Defined together with blog post main content
    to ensure that content is aligned

************************************************/
.blog-hero__inner {
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .blog-hero__inner {
    display: table;
  }
  .blog-hero__inner > div {
    display: table-cell;
  }
}
/************************************************

    HERO BLOCKS MARGIN & PADDING SETTINGS

    Defined together with blog post main content
    to ensure that content is aligned

************************************************/
.blog-post__main-content,
.blog-hero__post-title,
.blog-hero__author-box {
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog-hero__post-title,
.blog-hero__author-box {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .blog-hero__post-title,
  .blog-hero__author-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-hero__post-title {
  padding-top: 120px;
  padding-bottom: 72px;
}
@media (min-width: 768px) {
  .blog-hero__post-title {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .blog-hero__post-title {
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-post__main-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .blog-hero__author-box {
    padding: 36px 25px;
  }
}
@media (min-width: 992px) {
  .blog-post__main-content,
  .blog-hero__post-title {
    padding-left: 96px;
  }
  .blog-hero__author-box {
    padding: 60px 48px;
  }
}
/************************************************

    HERO POST TITLE BLOCK

************************************************/
.blog-hero__post-title {
  vertical-align: bottom;
}
.blog-hero__post-title h1 {
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .blog-hero__post-title h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
.blog-hero__post-title .meta {
  margin-bottom: 0;
}
.blog-hero__post-title .meta__author,
.blog-hero__post-title .meta__date {
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);
}
.blog-hero__post-title .meta__date {
  color: #6e7375;
  font-weight: 700;
}
.blog-hero__post-title .meta__author {
  display: none;
}
/************************************************

    HERO POST AUTHOR BLOCK

************************************************/
.blog-hero__author-box {
  background: white;
  /*

    Post Author Content Layout

  */
}
.blog-hero__author-box .post-author .media {
  margin-bottom: 24px;
}
.blog-hero__author-box .post-author__avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.blog-hero__author-box .post-author__about {
  color: #a2a6a7;
  margin-bottom: 0;
}
.blog-hero__author-box .post-author__name {
  font-size: 1.8rem;
  color: #333333;
}
.blog-hero__author-box .post-author__bio {
  color: #a2a6a7;
  /*
	    > p {
		    @media (min-width: @s-tablet) and (max-width: @s-tablet-max) {		    
		    	.line-clamp (10);
	    	}
	    	@media (min-width: @s-desktop)  {		    
		    	.line-clamp (12);
	    	}			    			    
		  }
*/
}
.blog-hero__author-box .post-author__social {
  width: 180px;
  display: table;
}
@media (min-width: 768px) {
  .blog-hero__author-box .post-author__social {
    width: 100%;
  }
}
.blog-hero__author-box .post-author__social .social-icons {
  display: table-row;
}
.blog-hero__author-box .post-author__social .social-icons .icon {
  background-size: 99px auto;
  width: 33px;
  height: 33px;
}
.blog-hero__author-box .post-author__social .social-icons .icon.icon-facebook {
  background-position: 0px 0px;
}
.blog-hero__author-box .post-author__social .social-icons .icon.icon-twitter {
  background-position: -33px 0px;
}
.blog-hero__author-box .post-author__social .social-icons .icon.icon-linkedin {
  background-position: -66px 0px;
}
.blog-hero__author-box .post-author__social .social-icons a {
  display: table-cell;
  text-align: center;
}
.blog-hero__author-box .post-author__social .social-icons a:first-child {
  text-align: left;
}
.blog-hero__author-box .post-author__social .social-icons a:last-child {
  text-align: right;
}
.subscribe-widget {
  padding: 24px;
  padding-top: 60px;
  margin-bottom: 48px;
  background: #F8F8F8;
  text-align: center;
  /* Tablet layout */
}
.subscribe-widget h3.form-title {
  display: none;
}
.subscribe-widget .widget-type-blog_subscribe {
  margin-bottom: 24px;
}
.subscribe-widget .widget-type-blog_subscribe .hs_email > label {
  text-align: left;
}
.placeholder .subscribe-widget .widget-type-blog_subscribe .hs_email > label {
  display: none;
}
.subscribe-widget .widget-type-blog_subscribe div[class*="_subscription"] .hs-form-required {
  display: none;
}
.subscribe-widget .widget-type-blog_subscribe .hs-error-msgs.inputs-list label {
  display: block;
}
.subscribe-widget .widget-type-blog_subscribe .hs_submit {
  margin-top: 24px;
}
.subscribe-widget .widget-type-blog_subscribe .hs_submit .hs-button {
  margin-bottom: 0;
  width: 100%;
}
.subscribe-widget .subscribe__logo-title {
  margin-bottom: 36px;
}
.subscribe-widget .subscribe__logo-title img {
  width: 158px;
  height: auto;
}
.subscribe-widget .tag-line {
  color: #a2a6a7 !important;
}
.subscribe-widget .hs-form.stacked {
  margin: 0 auto;
}
.subscribe-widget ul.inputs-list {
  text-align: center;
}
.subscribe-widget ul.inputs-list li.hs-form-radio {
  text-align: left;
  display: inline-block;
  margin-right: 0.8em;
}
.subscribe-widget ul.inputs-list li.hs-form-radio label {
  font-size: 1.4rem;
  color: #a2a6a7;
  padding-left: 1.25em;
}
.subscribe-widget ul.inputs-list li.hs-form-radio:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .subscribe-widget ul.inputs-list {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-widget {
    padding: 0;
    background: none;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 90%;
    line-height: 24px;
  }
  .subscribe-widget .subscribe__logo-title {
    margin-bottom: 24px;
  }
  .subscribe-widget .subscribe__logo-title img {
    width: 128px;
  }
  .subscribe-widget .tag-line {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
/*  Buttons
    ========================================================================== */
.button-style {
  /* Normal button 48px height*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background: #51A351;
  color: white;
  box-shadow: none;
}
.button-style:active {
  -webkit-transition: none;
  transition: none;
}
.button-style:focus {
  outline: 0;
  text-decoration: none;
}
.button-style:hover,
.button-style:active {
  text-decoration: none;
  color: #333333;
}
.button-style:active {
  -webkit-transition: none;
  transition: none;
}
.button-style--secondary {
  background-color: #a2a6a7;
}
.button-style--small {
  /* Small button 36px height*/
  font-size: 1.4rem;
  height: auto;
  padding: 6px 18px;
}
button,
input[type="button"],
input[type="submit"],
.button {
  /* Normal button 48px height*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background: #51A351;
  color: white;
  box-shadow: none;
  margin-right: 24px;
  margin-bottom: 24px;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active {
  -webkit-transition: none;
  transition: none;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus {
  outline: 0;
  text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active {
  text-decoration: none;
  color: #333333;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active {
  -webkit-transition: none;
  transition: none;
}
button.small,
input[type="button"].small,
input[type="submit"].small,
.button.small {
  /* Small button 36px height*/
  font-size: 1.4rem;
  height: auto;
  padding: 6px 18px;
}
button:last-child,
input[type="button"]:last-child,
input[type="submit"]:last-child,
.button:last-child {
  margin-right: 0;
}
.hs-button {
  /* Normal button 48px height*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background: #51A351;
  color: white;
  box-shadow: none;
}
.hs-button:active {
  -webkit-transition: none;
  transition: none;
}
.hs-button:focus {
  outline: 0;
  text-decoration: none;
}
.hs-button:hover,
.hs-button:active {
  text-decoration: none;
  color: #333333;
}
.hs-button:active {
  -webkit-transition: none;
  transition: none;
}
.hs-button.small {
  /* Small button 36px height*/
  font-size: 1.4rem;
  height: auto;
  padding: 6px 18px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  padding: 6px 12px 6px 10px;
  border: 2px solid #FCD900;
  border-radius: 0;
  background-color: transparent;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  background-color: #fff;
}
input[type="file"] {
  line-height: 1;
  font-size: 1.4rem;
}
textarea {
  resize: vertical;
  height: auto;
  min-height: 96px;
}
/* Drop down */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 10px;
  width: 100%;
  height: 48px;
  overflow: visible;
  background-size: 12px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
  background-color: white;
  min-width: 150px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  color: inherit;
  margin: 0;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
}
select:hover,
select:focus {
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
}
select:focus {
  outline: none;
}
ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nav li {
  display: inline-block;
  font: 1.6rem 'Lato', sans-serif;
}
ul.nav a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul.nav a:active {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: none ease-in-out 0.2s;
  transition: none ease-in-out 0.2s;
}
@media (min-width: 768px) {
  .hs-blog-listing .sidebar {
    margin-top: 91px;
  }
}
.sidebar {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar .widget-span {
  margin-bottom: 12px;
}
.sidebar .widget-span h3 {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #FCD900;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget-span h3 {
    font-size: 1.8rem;
  }
}
.sidebar .widget-span ul {
  margin-top: 12px;
}
.sidebar .widget-span ul li {
  margin-bottom: 0;
}
.sidebar .widget-span ul li a {
  color: #333333;
}
.sidebar .widget-type-post_filter,
.sidebar .widget-type-post_listing {
  margin-bottom: 30px;
}
.sidebar .widget-type-post_filter ul,
.sidebar .widget-type-post_listing ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.sidebar .widget-type-post_filter ul li,
.sidebar .widget-type-post_listing ul li {
  margin-bottom: 12px;
}
.sidebar .subscribe-widget {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .sidebar .subscribe-widget {
    min-height: 468px !important;
  }
}
@media (min-width: 1430px) {
  .sidebar .subscribe-widget {
    min-height: 432px !important;
  }
  .filter-listing .sidebar .subscribe-widget {
    min-height: 420px !important;
  }
}
/*********************************************
 *
 *  Post Body Typography
 *
 *  Set the whole typography for .post-body
 *  containers, mainly Blog Page
 *
 */
.post-body {
  margin-bottom: 20px;
}
.post-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
  margin-top: 12px;
}
.post-body .featured-image {
  display: block;
  margin: 1.35em 0 1.65em;
  max-height: 20em;
  overflow: hidden;
}
.post-body .featured-image img {
  width: 100%;
  height: auto;
}
/****************************************************

  <div class="social-icons">
     <span class="icon icon-facebook"></span>
     <span class="icon icon-twitter"></span>
     <span class="icon icon-linkedin"></span>
  </div>
****************************************************/
.social-icons ul {
  list-style: none;
}
.social-icons a {
  border: none;
  cursor: pointer;
}
.social-icons a:hover,
.social-icons a:focus {
  text-decoration: none;
}
.social-icons .icon {
  background: url('http://blogg.skanskabyggvaror.se/hubfs/Assets/img/social-icons-sprites.png') no-repeat;
  display: inline-block;
  text-indent: -9999px;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  opacity: 0.7;
  background-size: 150px auto;
  width: 50px;
  height: 50px;
}
.social-icons .icon:hover {
  opacity: 1;
}
.social-icons .icon.icon-facebook {
  background-position: 0px 0px;
}
.social-icons .icon.icon-twitter {
  background-position: -50px 0px;
}
.social-icons .icon.icon-linkedin {
  background-position: -100px 0px;
}
.social-icons-horizontal {
  display: inline-block;
}
.social-icons-horizontal ul li {
  margin-right: 30px;
  display: inline-block;
}
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn {
  margin: 0 6px 36px 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn:hover {
  opacity: .85;
}
.footer-container-wrapper {
  margin-top: 60px;
  padding: 60px 0;
  background: #F8F8F8;
  border-top: 2px solid #FCD900;
}
.footer-container-wrapper a {
  color: black;
}
.no-touch .footer-container-wrapper a.phone-number {
  cursor: default;
}
.no-touch .footer-container-wrapper a.phone-number:hover,
.no-touch .footer-container-wrapper a.phone-number:focus {
  text-decoration: none;
}
/****************************************************

  Styling for custom modules:
  - Download Content Offer Widget
  - ShareContent Offer Widget

****************************************************/
.content-offer-widget {
  max-width: 300px;
  margin-top: 48px;
  margin-bottom: 42px;
  text-align: center;
  /*

    Download Widget

  */
  /*

    Share Widget

  */
}
.content-offer-widget .icon {
  display: block;
  margin: 0 auto 12px;
  width: 128px;
  height: 100px;
  overflow: visible;
  font-size: 122px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: color .25s, -webkit-transform 1s;
  transition: color .25s, -webkit-transform 1s;
  transition: color .25s, transform 1s;
  transition: color .25s, transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
}
.MSIE9-0 .content-offer-widget .icon {
  display: none;
}
.content-offer-widget .button-style {
  min-width: 164px;
}
.content-offer-widget--download .document__icon:before {
  font-family: "Glyphicons Halflings";
  content: "\e197";
  text-align: center;
  line-height: 48px;
}
.content-offer-widget--download .document__title {
  margin: 24px 0 0;
  font-weight: 900;
  color: #333333;
  font-size: 1.6rem;
  line-height: 24px;
}
.content-offer-widget--download .document__description {
  color: #a2a6a7;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
}
.content-offer-widget--download a:hover,
.content-offer-widget--download a:focus {
  text-decoration: none;
}
.content-offer-widget--download a:hover .document__icon,
.content-offer-widget--download a:focus .document__icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-offer-widget--share .mail-link__icon {
  padding-top: 18px;
}
.content-offer-widget--share .mail-link__icon:before {
  font-family: "Glyphicons Halflings";
  content: "\2709";
  color: #a2a6a7;
}
.content-offer-widget--share .share-options {
  margin-top: 24px;
}
.content-offer-widget--share a.mail-link {
  text-decoration: none;
}
.content-offer-widget--share a.mail-link:hover .mail-link__icon,
.content-offer-widget--share a.mail-link:focus .mail-link__icon {
  color: #333333;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hs-datepicker button {
  padding: 5px;
  background: #f5f5f5;
  color: #555;
}
.hs-datepicker button:hover {
  background-color: #FCD900 !important;
}
.hs-datepicker .pika-lendar {
  margin: 18px 18px 12px;
}
.hs-datepicker .pika-button:hover {
  background-color: #FCD900;
}
.hs-datepicker .is-selected .pika-button {
  background-color: #51A351;
  color: white;
}
.hs-search-module {
  position: relative;
}
@media (min-width: 992px) {
  .hs-search-module {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hs-search-module label {
  display: none;
}
.hs-search-module ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
.hs-search-module ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.hs-search-module :-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
.hs-search-module :-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.hs-search-module input {
  padding: 0 50px 0 10px !important;
  border: 2px solid #51A351 !important;
  color: #000 !important;
  height: 40px !important;
  line-height: 24px !important;
  font-size: 1.4rem !important;
  background: white;
}
.hs-search-module .input {
  position: relative;
}
.hs-search-module a.hs-button {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  margin-left: -2px;
  padding: 0;
  color: #fff;
  background-color: #51A351;
  line-height: 40px;
  border: 2px solid #51a351;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.hs-search-module a.hs-button:hover,
.hs-search-module a.hs-button:active {
  text-decoration: none;
  color: #333333;
}
.hs-search-module a.hs-button:before {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
}
.hs-form.stacked {
  max-width: 500px;
}
.hs-form .hs-form-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}
.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 textarea.hs-input,
.hs-form fieldset.form-columns-2 textarea.hs-input,
.hs-form fieldset.form-columns-3 textarea.hs-input,
.hs-form fieldset.form-columns-1 select.hs-input,
.hs-form fieldset.form-columns-2 select.hs-input,
.hs-form fieldset.form-columns-3 select.hs-input,
.hs-form fieldset.form-columns-1 input[type="text"].hs-input,
.hs-form fieldset.form-columns-2 input[type="text"].hs-input,
.hs-form fieldset.form-columns-3 input[type="text"].hs-input,
.hs-form fieldset.form-columns-1 input[type="email"].hs-input,
.hs-form fieldset.form-columns-2 input[type="email"].hs-input,
.hs-form fieldset.form-columns-3 input[type="email"].hs-input,
.hs-form fieldset.form-columns-1 input[type="number"].hs-input,
.hs-form fieldset.form-columns-2 input[type="number"].hs-input,
.hs-form fieldset.form-columns-3 input[type="number"].hs-input,
.hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-1 input[type="url"].hs-input,
.hs-form fieldset.form-columns-2 input[type="url"].hs-input,
.hs-form fieldset.form-columns-3 input[type="url"].hs-input,
.hs-form fieldset.form-columns-1 input[type="file"].hs-input,
.hs-form fieldset.form-columns-2 input[type="file"].hs-input,
.hs-form fieldset.form-columns-3 input[type="file"].hs-input {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  padding-left: 0;
  padding-right: 0;
}
.hs-form fieldset .hs-richtext + .hs-form-field {
  padding-left: 0 !important;
}
@media (min-width: 401px) {
  .hs-form fieldset.form-columns-1 textarea.hs-input,
  .hs-form fieldset.form-columns-2 textarea.hs-input,
  .hs-form fieldset.form-columns-3 textarea.hs-input,
  .hs-form fieldset.form-columns-1 select.hs-input,
  .hs-form fieldset.form-columns-2 select.hs-input,
  .hs-form fieldset.form-columns-3 select.hs-input,
  .hs-form fieldset.form-columns-1 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="file"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="file"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="file"].hs-input {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33333333% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    padding-left: 0;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-right: 0;
  }
}
.hs-form .form-title:empty {
  display: none;
}
.hs-form .inputs-list {
  list-style: none !important;
  padding: 0 !important;
}
.hs-form .inputs-list input[type="radio"],
.hs-form .inputs-list input[type="checkbox"] {
  margin-right: 6px;
}
.hs-form .hs-form-required {
  margin-left: .25em;
  color: #e03642;
}
.hs-form .hs-error-msgs {
  margin-top: .6em;
  font: 1.1rem 'Arial', sans-serif;
  color: #e03642;
}
.hs-form .hsformerror {
  border-radius: 0;
  background: #000 !important;
  color: white !important;
  border: none;
}
.hs-form .hsformerror em {
  border-color: #000 transparent transparent;
}
.hs-form .hsformerror .close-form-error {
  color: #fff !important;
  top: 3px;
  right: 8px;
}
.hs-form .hsformerror p {
  position: relative;
  padding: .1em 0 .1em 0;
  line-height: 1.7em;
  font-size: 13px;
  color: white !important;
}
@media (max-width: 480px) {
  .hs-form .actions .primary {
    width: 100%;
  }
}
.hs-form-booleancheckbox,
.hs-form-checkbox,
.hs-form-radio {
  min-height: 1em;
}
.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.hs-form-radio label {
  margin: 0 0 1em;
  padding-left: 1.65em;
  position: relative;
  vertical-align: bottom;
}
.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"],
.hs-form-radio input[type="checkbox"],
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  margin: 0 .65em 0 0;
  position: absolute;
  top: 4.8px;
  left: 0;
  vertical-align: bottom;
}
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  top: 4.2px;
}
.hs_submit {
  margin-top: 24px;
}
.hs-form-field {
  margin-bottom: 24px;
}
.hs-form-field label {
  display: block;
  margin: 0 0 .4em;
}
.hs-form-field.hs_ui_number legend {
  margin: 0 0 .5rem;
  color: #a2a6a7;
  font-size: 1.4rem;
}
#recaptcha_area input[type="text"] {
  display: inline-block !important;
  height: 30px !important;
}
.hs-menu-wrapper ul {
  margin: 0;
}
.hs_cos_wrapper_type_space {
  margin: 0 !important;
  height: 30px !important;
}
/*********************************************
 *
 *  Page Center
 *
 *  Apply .page-center to full-width modules.
 */
.container-fluid .row-fluid .page-center {
  padding: 0 15px;
}
@media (min-width: 480px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1480px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul {
  list-style: none;
  padding: 0;
}
.hs-cta-wrapper {
  display: block;
}
.hs-cta-wrapper .cta_button {
  /* Normal button 48px height*/
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  -webkit-transition: all ease-in-out 0.2s !important;
  transition: all ease-in-out 0.2s !important;
  height: auto !important;
  padding: 12px 18px !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 24px !important;
  cursor: pointer !important;
  background: #51A351 !important;
  color: white !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.hs-cta-wrapper .cta_button:active {
  -webkit-transition: none !important;
  transition: none !important;
}
.hs-cta-wrapper .cta_button:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
.hs-cta-wrapper .cta_button:hover,
.hs-cta-wrapper .cta_button:active {
  text-decoration: none !important;
  color: #333333 !important;
}
.hs-cta-wrapper .cta_button:active {
  -webkit-transition: none !important;
  transition: none !important;
}
.hs-cta-wrapper .cta_button.cta-primary {
  /* CTA primary 60px height*/
  padding: 15px 24px !important;
  font-size: 2rem !important;
  line-height: 30px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: inherit !important;
}
@media (min-width: 480px) {
  .hs-cta-wrapper .cta_button.cta-primary {
    width: auto !important;
    min-width: 300px !important;
  }
}
.hs-cta-wrapper .cta_button.cta-secondary {
  /* CTA secondary 60px height*/
  padding: 15px 24px !important;
  line-height: 30px !important;
  font-size: 2rem !important;
  background-color: #FCD900 !important;
  color: #333333 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: inherit !important;
}
@media (min-width: 480px) {
  .hs-cta-wrapper .cta_button.cta-secondary {
    width: auto !important;
    min-width: 300px !important;
  }
}
.hs-cta-wrapper .cta_button.cta-secondary:hover,
.hs-cta-wrapper .cta_button.cta-secondary:active {
  text-decoration: none !important;
  color: #fff !important;
}
.hs-blog-post .post-body .hs-cta-wrapper {
  display: block;
  margin: 2em 0;
}
.hs-blog-post .post-body .hbspt-form {
  margin: 24px 0;
}
.hs-blog-post #hubspot-topic_data {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.hs-blog-post .hs-blog-social-share {
  margin-top: 20px;
  display: block;
}
.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
  float: right;
  margin-top: 0;
}
.widget-type-blog_subscribe h3:empty {
  display: none;
}
.widget-type-blog_subscribe .hs-form-field {
  margin-bottom: .4em;
}
.widget-type-blog_subscribe input[type="text"],
.widget-type-blog_subscribe input[type="email"] {
  width: 100%;
}
#comments-listing button.comment-reply-to {
  visibility: hidden;
}
#comments-listing button.comment-reply-to.localized {
  visibility: visible;
}
.hs-common-confirm-message {
  margin: 2.35em 0 !important;
  padding: .65em 1em !important;
  background: #68cc5c !important;
  color: white !important;
  border: none !important;
  border-radius: 0 !important;
}
/*  HubSpot Modules
    Stylesheets for custom modules and global modules
    ========================================================================== */
/*****************************************************
 *
 *  Stylesheet for HubSpot Custom Module:
 *
 *  - Social Sharing Box
 *
 *****************************************************/
.custom-social-sharing-box {
  margin-top: 20px;
  padding: 20px;
  background: #F8F8F8;
}
.custom-social-sharing-box.disabled {
  display: none;
}
.custom-social-sharing-box h4 {
  margin: 0 0 .7em;
}
.custom-social-sharing-box a {
  margin-right: 3px;
}
.custom-social-sharing-box img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .custom-social-sharing-box {
    padding: 22px 25px 25px;
  }
}
/*  Page Specific
    ========================================================================== */
.default-page h1 {
  font-size: 3.5rem;
}
.search-page .search-results__wrapper {
  /*
	 *
	 * General fixes for HS styles messing things up
	 *
	*/
  line-height: normal;
  /*
	 *
	 * Styling
	 *
	*/
  /*
	 *
	 * Nevermind, let's hide the search field completely
	 *
	*/
}
.search-page .search-results__wrapper * {
  font-size: 100%;
  word-wrap: normal !important;
  box-sizing: content-box;
}
.search-page .search-results__wrapper .gsc-control-cse {
  padding: 0;
  border: 0;
}
.search-page .search-results__wrapper .gs-snippet {
  margin: 0;
}
.search-page .search-results__wrapper .gsc-results {
  width: 100%;
}
.search-page .search-results__wrapper .gsc-branding,
.search-page .search-results__wrapper .gcsc-branding-text,
.search-page .search-results__wrapper .gcsc-branding-img-noclear {
  display: none;
}
.search-page .search-results__wrapper input.gsc-input,
.search-page .search-results__wrapper .gsc-input-box,
.search-page .search-results__wrapper .gsc-input-box-hover,
.search-page .search-results__wrapper .gsc-input-box-focus {
  box-shadow: none;
}
.search-page .search-results__wrapper .gsc-input-box {
  border-color: #51A351;
  border-width: 2px;
  height: 35px;
}
.search-page .search-results__wrapper .gsib_a {
  padding-top: 7px;
}
.search-page .search-results__wrapper .gsst_a {
  padding-top: 10px;
}
.search-page .search-results__wrapper .gsst_a span {
  font-size: 22px;
  color: #a2a6a7;
}
.search-page .search-results__wrapper .gsc-input {
  height: 36px;
  padding-right: 0 !important;
}
.search-page .search-results__wrapper input.gsc-search-button-v2 {
  padding: 13px 18px;
}
.search-page .search-results__wrapper input.gsc-search-button {
  border: none;
  background-color: #51A351;
  border-radius: 0;
  margin-left: 0;
}
.search-page .search-results__wrapper .search-results__search-field {
  margin-bottom: 24px;
}
.search-page .search-results__wrapper .search-results__list .gsc-above-wrapper-area {
  padding: 24px 0 24px 0;
}
.search-page .search-results__wrapper .search-results__list .gsc-webResult.gsc-result {
  padding: 24px 0 10px 0;
}
.search-page .search-results__wrapper .search-results__list .gsc-webResult.gsc-result .gs-snippet {
  padding: 12px;
  border: none;
  background-color: rgba(252, 217, 0, 0.2);
}
.search-page .search-results__wrapper .search-results__search-field {
  display: none !important;
}
.search-page .search-results__wrapper .search-results__list .gsc-above-wrapper-area {
  padding-top: 0;
}
/*****************************
 *
 *   General Overrides
 *
 */
.campaign-index {
  display: inline-block;
  padding: 6px;
  line-height: 1;
  min-width: 36px;
  background: white;
  border: 3px solid #51A351;
  text-align: center;
  font-weight: bold;
}
.campaign-index .none {
  color: #e03642;
}
.mega-gutter {
  padding-right: 0;
}
@media (min-width: 768px) {
  .mega-gutter {
    padding-right: 3.1914893615%;
  }
}
@media (min-width: 992px) {
  .mega-gutter {
    padding-right: 6.382978723%;
  }
}
/* Post and Listing page */
.blog-page .post-header > h2 {
  margin-bottom: 6px;
}
.blog-page .meta {
  color: #333333;
}
.blog-page .meta a.author-link {
  color: #333333;
  font-weight: 700;
}
.blog-page #hubspot-topic_data {
  margin-top: 12px;
}
.blog-page #hubspot-topic_data .topic-link {
  text-transform: uppercase;
  margin-right: 7px;
}
.blog-page .about-author-sec {
  background-color: #F8F8F8;
  padding: 0 !important;
  margin-bottom: 39px;
}
.blog-page .about-author-sec .author-image-wrapper img {
  zoom: 1;
  display: block;
  margin: auto;
  height: auto;
  max-height: 280px;
  width: auto;
  max-width: 100%;
  padding-top: 28px;
}
.blog-page .about-author-sec .about-author-body {
  padding-left: 12px;
  padding: 15px 12px;
}
.blog-page .about-author-sec .about-author-body h4.h3-style {
  margin-bottom: 20px;
}
.blog-page .about-author-sec .about-author-body p {
  font-size: 1.4rem;
  color: #333333;
  line-height: 20px;
}
.blog-page .about-author-sec .about-author-body .author-link {
  color: #000;
}
.blog-page .about-author-sec .about-author-body .hs-author-social-section {
  margin-top: 12px;
  font-size: 1.4rem;
}
.blog-page .about-author-sec > div > p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-page .about-author-sec {
    padding: 1.85rem 1.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .blog-page .about-author-sec .author-image-wrapper > img {
    padding-top: 0;
    zoom: 3;
    max-height: 100%;
  }
}
.blog-page .about-author-sec h4 {
  margin-top: 0;
  line-height: 1;
}
.post-listing__heading h3 {
  margin-bottom: 36px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(162, 166, 167, 0.25);
}
@media (min-width: 768px) {
  .post-listing__heading h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .post-listing__heading h3 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1430px) {
  .post-listing__heading h3 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .post-listing__row {
    border-top: 1px solid rgba(162, 166, 167, 0.25);
  }
  .post-listing__row:before,
  .post-listing__row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing__row:after {
    clear: both;
  }
  .post-listing__row:before,
  .post-listing__row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing__row:after {
    clear: both;
  }
  .post-listing__row--first,
  .post-listing__row:first-child {
    border: none;
  }
  .post-listing__row.empty {
    border-top: none;
  }
}
/************************************************

    LIST ROW LAYOUT PRESETS

************************************************/
.post-listing__row .post-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(162, 166, 167, 0.25);
}
@media (min-width: 768px) {
  .post-listing__row .post-item {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .post-listing__row .post-item {
    float: left;
    margin-top: 36px;
    padding: 0 12px;
    border-bottom: none;
  }
  .post-listing__row .post-item:first-child {
    padding-left: 0;
  }
  .post-listing__row .post-item:nth-child(even) {
    padding-right: 0;
  }
  .post-listing__row--3-cols .post-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .post-listing__row--3-cols .post-item .post-item:nth-child(2n+1) {
    padding-right: 1.6927953%;
  }
  .post-listing__row--3-cols .post-item .post-item:nth-child(2n+2) {
    padding-left: 1.6927953%;
  }
}
@media screen and (min-width: 992px) {
  .post-listing__row .post-item {
    float: left;
    margin-top: 36px;
    border-bottom: none;
    padding: 0 18px;
  }
  .post-listing__row--1-col .post-item {
    padding-left: 0;
    padding-right: 0;
  }
  .post-listing__row--2-cols .post-item:first-child {
    padding-right: 1.6927953%;
  }
  .post-listing__row--2-cols .post-item:last-child {
    padding-left: 1.6927953%;
  }
  .post-listing__row--3-cols .post-item {
    width: 33.33333333%;
    float: left;
    margin-top: 36px;
    border-bottom: none;
    padding: 0 1.1285302%;
  }
  .post-listing__row--3-cols .post-item:nth-child(even) {
    padding-right: 1.1285302%;
  }
  .post-listing__row--3-cols .post-item:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 2.2570604%;
  }
  .post-listing__row--3-cols .post-item:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 2.2570604%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .post-listing__row--3-cols .post-item__title {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#blogPostsContainer {
  margin-bottom: 36px;
}
#blogPostsContainer .post-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all ease-in-out 0.45s;
  transition: all ease-in-out 0.45s;
  opacity: 0;
}
#blogPostsContainer .post-item[data-state="initiated"] {
  opacity: 1;
}
a.infinite-pagination {
  display: block;
  text-align: center;
  padding: 42px 0 24px;
  border-top: 1px solid rgba(162, 166, 167, 0.25);
  color: rgba(162, 166, 167, 0.75);
}
a.infinite-pagination:hover,
a.infinite-pagination:focus {
  background-color: #F8F8F8;
  color: #a2a6a7;
}
a.infinite-pagination .glyphicon {
  font-size: 3.5rem;
}
/*

  POST ITEM COMPONENT

*/
/*-----------------------*\
      STYLE MIXINS
\*-----------------------*/
/*-----------------------*\
      POST ITEM OBJECT
\*-----------------------*/
.post-item {
  /*
      LAYOUT
  */
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(162, 166, 167, 0.25);
  /*
      STYLE
  */
  width: 100%;
}
.post-item__img {
  background: white;
}
.post-item__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-item__img img {
    display: none;
  }
  .post-item__img a > span {
    display: block;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  .no-touch .post-item__img a > span {
    background-size: cover;
  }
}
.post-item__info {
  background: #f6f6f6;
  text-align: center;
  padding: 48px 24px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-item--legend .post-item {
    padding-right: 0;
  }
  .post-item--legend .post-item__img img {
    display: block;
  }
  .post-item--legend .post-item__img a > span {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-item--legend .post-item__inner:before,
  .post-item--legend .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-item--legend .post-item__inner:after {
    clear: both;
  }
  .post-item--legend .post-item__inner:before,
  .post-item--legend .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-item--legend .post-item__inner:after {
    clear: both;
  }
  .post-item--legend .post-item__img {
    float: right;
    width: 65.76801175%;
  }
  .post-item--legend .post-item__info {
    float: left;
    width: 34.23198825%;
    padding: 48px 24px 36px 24px;
  }
  .post-item--legend .post-item__summary p {
    font-size: 1.4rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 8;
    height: calc(192px);
  }
  .post-item--legend .post-item__summary p:after {
    content: ' ';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    display: block;
    position: absolute;
    height: calc(24px);
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0), #f6f6f6 70%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0), #f6f6f6 70%);
  }
  @supports (-webkit-line-clamp: 1) {
    .post-item--legend .post-item__summary p:after {
      display: none !important;
    }
  }
  .post-item--legend .post-item__info,
  .post-item--legend .post-item__img a > span {
    height: 432px;
  }
}
.post-item--compact .post-item__summary {
  display: none;
}
.post-item--compact .post-item__title {
  font-size: 1.6rem;
}
.post-item--compact .post-item__info {
  padding: 36px 24px;
}
@media (min-width: 480px) {
  .post-item--compact .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .post-item--compact {
    height: 420px;
  }
  .post-item--compact .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-item--compact .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-item--compact .post-item__img a > span {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .post-item--compact {
    height: 420px;
  }
  .post-item--compact .post-item__info {
    height: 240px;
  }
  .post-item--compact .post-item__img a > span {
    height: 180px;
  }
}
.post-item__date {
  color: #a2a6a7;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.post-item__title a {
  color: #333333;
}
.post-item__summary p {
  font-size: 1.4rem;
}
.post-item__summary strong {
  font-weight: 400;
}
.post-item__summary img {
  display: none;
}
.post-item__summary ul,
.post-item__summary ol {
  list-style-position: inside;
}
/*

  Campaign Listing
  ---------------

  Items are rendered according to a layout with a maximum
  of four rows which looks like this:

  Row 1 (1): One full-width column
  Row 2 (2): Three 1/3 columns
  Row 3 (5): One 2/3 column and one 1/3 column
  Row 4 (8): One full-width column

*/
/************************************************

    CAMPAIGN LISTING LAYOUT

    Define the layout here

************************************************/
.post-listing--campaign .post-listing__row .post-item {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .post-listing--campaign .post-listing__row .post-item {
    margin-bottom: 36px;
  }
}
.post-listing--campaign .post-listing__row .post-item__inner {
  position: relative;
}
.post-listing--campaign .post-listing__row .post-item__inner .campaign-index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .post-listing--campaign .post-listing__row {
    /*
      ROW #1 & ROW #8: One full-width column
    */
    /*
      ROW #2: Three 1/3 columns
    */
  }
  .post-listing--campaign .post-listing__row--2 .post-item,
  .post-listing--campaign .post-listing__row--5 .post-item,
  .post-listing--campaign .post-listing__row--8 .post-item {
    width: 50%;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__summary,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__summary,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__summary {
    display: none;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__title,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__title,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info {
    padding: 36px 24px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3),
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3),
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .post-listing--campaign .post-listing__row--1 .post-item {
    padding-right: 0;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__img img {
    display: block;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__img a > span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--1 .post-item__inner:before,
  .post-listing--campaign .post-listing__row--1 .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--1 .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__inner:before,
  .post-listing--campaign .post-listing__row--1 .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--1 .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__img {
    float: right;
    width: 65.76801175%;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__info {
    float: left;
    width: 34.23198825%;
    padding: 48px 24px 36px 24px;
  }
  .post-listing--campaign .post-listing__row--1 .post-item__summary p {
    font-size: 1.4rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 8;
    height: calc(192px);
  }
  .post-listing--campaign .post-listing__row--1 .post-item__summary p:after {
    content: ' ';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    display: block;
    position: absolute;
    height: calc(24px);
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0), #f6f6f6 70%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0), #f6f6f6 70%);
  }
  @supports (-webkit-line-clamp: 1) {
    .post-listing--campaign .post-listing__row--1 .post-item__summary p:after {
      display: none !important;
    }
  }
  .post-listing--campaign .post-listing__row--1 .post-item__info,
  .post-listing--campaign .post-listing__row--1 .post-item__img a > span {
    height: 432px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 480px) {
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__inner > div,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__inner > div,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .post-listing--campaign .post-listing__row--2 .post-item,
  .post-listing--campaign .post-listing__row--5 .post-item,
  .post-listing--campaign .post-listing__row--8 .post-item {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info .post-item__read-more,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__info .post-item__read-more,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--2 .post-item,
  .post-listing--campaign .post-listing__row--5 .post-item,
  .post-listing--campaign .post-listing__row--8 .post-item {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info {
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--5 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item {
    padding-right: 0;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__img img,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__img img,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__img img {
    display: block;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__img a > span,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__img a > span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:before,
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__img,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__img,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__img {
    float: right;
    width: 65.76801175%;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__info,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__info {
    float: left;
    width: 34.23198825%;
    padding: 48px 24px 36px 24px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__summary p,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__summary p,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__summary p {
    font-size: 1.4rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 8;
    height: calc(192px);
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__summary p:after,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__summary p:after,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__summary p:after {
    content: ' ';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    display: block;
    position: absolute;
    height: calc(24px);
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0), #f6f6f6 70%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0), #f6f6f6 70%);
  }
  @supports (-webkit-line-clamp: 1) {
    .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__summary p:after,
    .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__summary p:after,
    .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__summary p:after {
      display: none !important;
    }
  }
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__info,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__info,
  .post-listing--campaign .post-listing__row--2 .post-item:nth-child(3n+3) .post-item__img a > span,
  .post-listing--campaign .post-listing__row--5 .post-item:nth-child(3n+3) .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item:nth-child(3n+3) .post-item__img a > span {
    height: 432px;
  }
}
@media screen and (min-width: 992px) {
  .post-listing--campaign .post-listing__row {
    /*
      ROW #1 & ROW #8: One full-width column
    */
    /*
      ROW #2: Three 1/3 columns
    */
    /*
      ROW #3: One 2/3 column and one 1/3 column
    */
  }
  .post-listing--campaign .post-listing__row--2 .post-item {
    width: 33.33333333%;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__summary {
    display: none;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info {
    padding: 36px 24px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child {
    width: 32.82549474%;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__summary {
    display: none;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info {
    padding: 36px 24px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__summary {
    display: block;
    height: 105.88235294px;
    overflow: hidden;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__summary p {
    margin: 0;
    display: inline;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child {
    width: 67.17450526%;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__summary {
    display: none;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__info {
    padding: 36px 24px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .post-listing--campaign .post-listing__row--1 .post-item .post-item,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item {
    padding-right: 0;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__img img,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img img {
    display: block;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img a > span {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:before,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:before,
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:before,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:before,
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__inner:after,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__inner:after {
    clear: both;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__img,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img {
    float: right;
    width: 65.76801175%;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info {
    float: left;
    width: 34.23198825%;
    padding: 48px 24px 36px 24px;
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__summary p,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__summary p {
    font-size: 1.4rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 8;
    height: calc(192px);
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__summary p:after,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__summary p:after {
    content: ' ';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    display: block;
    position: absolute;
    height: calc(24px);
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0), #f6f6f6 70%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0), #f6f6f6 70%);
  }
  @supports (-webkit-line-clamp: 1) {
    .post-listing--campaign .post-listing__row--1 .post-item .post-item__summary p:after,
    .post-listing--campaign .post-listing__row--8 .post-item .post-item__summary p:after {
      display: none !important;
    }
  }
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__info,
  .post-listing--campaign .post-listing__row--1 .post-item .post-item__img a > span,
  .post-listing--campaign .post-listing__row--8 .post-item .post-item__img a > span {
    height: 432px;
  }
}
@media screen and (min-width: 992px) and (min-width: 480px) {
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .post-listing--campaign .post-listing__row--2 .post-item {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--2 .post-item {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__info {
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--2 .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 480px) {
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .post-listing--campaign .post-listing__row--5 .post-item:last-child {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--5 .post-item:last-child {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info {
    height: 240px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .post-listing--campaign .post-listing__row--5 .post-item:last-child {
    height: 540px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info {
    height: 360px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--5 .post-item:last-child {
    height: 420px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__info {
    height: 360px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:last-child .post-item__img a > span {
    height: 180px;
  }
}
@media screen and (min-width: 992px) and (min-width: 480px) {
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .post-listing--campaign .post-listing__row--5 .post-item:first-child {
    height: 540px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__info {
    position: relative;
    height: 216px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__img a > span {
    height: 324px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .post-listing--campaign .post-listing__row--5 .post-item:first-child {
    height: 540px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__info {
    height: 216px;
  }
  .post-listing--campaign .post-listing__row--5 .post-item:first-child .post-item__img a > span {
    height: 324px;
  }
}
/*

  Filter Listing
  ---------------

*/
/************************************************

    FILTER LISTING LAYOUT

    Define the layout here

************************************************/
.post-listing--filter {
  /* Active filter bar */
  /* Author filter view */
}
.post-listing--filter .post-listing__row {
  border-top: none;
}
@media (min-width: 768px) {
  .post-listing--filter .post-listing__row .post-item {
    width: 50%;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__summary {
    display: none;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    padding: 36px 24px;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .post-listing--filter .post-listing__row .post-item .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .post-listing--filter .post-listing__row .post-item {
    height: 420px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-listing--filter .post-listing__row .post-item {
    height: 420px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    height: 240px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .post-listing--filter .post-listing__row .post-item {
    width: 33.33333333%;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__summary {
    display: none;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__title {
    font-size: 1.6rem;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    padding: 36px 24px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .post-listing--filter .post-listing__row .post-item .post-item__inner > div {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .post-listing--filter .post-listing__row .post-item {
    height: 420px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    position: relative;
    height: 240px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info .post-item__read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__img a > span {
    height: 180px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .post-listing--filter .post-listing__row .post-item {
    height: 420px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__info {
    height: 240px;
  }
  .post-listing--filter .post-listing__row .post-item .post-item__img a > span {
    height: 180px;
  }
}
.post-listing--filter a.reset:hover {
  text-decoration: none;
  border: none;
}
.post-listing--filter a.reset .icon-reset {
  display: inline-block;
  margin-left: 8px;
  text-align: center;
}
.post-listing--filter a.reset:hover .icon-reset:before {
  content: '\e014';
  /*x-icon*/
  color: #333333;
}
.post-listing--filter a.reset .icon-reset:before {
  font-family: 'Glyphicons Halflings';
  content: '\e014';
  /*x-icon*/
  font-size: 1.5rem;
  color: #bcbfc0;
  font-weight: normal;
  background-color: #f1f1f1;
  border-radius: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.post-listing--filter .filter-listing-info h3 .topic-label {
  color: #a2a6a7;
}
.post-listing--filter .hs-author-profile.filter-listing-info .hs-author-avatar {
  position: absolute;
  background: white;
}
.post-listing--filter .hs-author-profile.filter-listing-info .hs-author-avatar img {
  width: 50px;
  position: relative;
  top: -6px;
  border-radius: 50px;
}
.post-listing--filter .hs-author-profile.filter-listing-info .hs-author-social-section {
  display: none;
  margin-bottom: 10px;
}
.post-listing--filter .hs-author-profile.filter-listing-info .hs-author-social-section a {
  margin-right: 24px;
}
.post-listing--filter .hs-author-profile.filter-listing-info .hs-author-social-label {
  display: none;
}
.post-listing--filter .hs-author-listing-header {
  margin-left: 12px;
  padding-left: 48px;
}
/*
  Simple Listing
  ---------------

*/
/************************************************

    SIMPLE LISTING LAYOUT

************************************************/
.post-listing--simple .post-listing__row {
  border-top: none !important;
}
.post-listing--simple .post-listing__row .post-item {
  float: none !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .post-listing--simple .post-listing__row .post-item {
    margin-top: 48px;
  }
}
.blog-pagination {
  margin-top: 48px;
}
.blog-pagination [class*="span"] {
  min-height: 1px !important;
}
.blog-pagination .pagination-link-disabled {
  color: #a2a6a7;
}
.blog-pagination > .all {
  text-align: center;
}
.blog-pagination > .next {
  text-align: right;
}
.hs-blog-post {
  /* Override */
}
.hs-blog-post .body-container {
  margin-top: 0;
}
.hs-blog-post .blog-main-wrapper {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .hs-blog-post .blog-main-wrapper {
    margin-top: 60px;
  }
}
.hs-blog-post .blog-hero .campaign-index {
  position: absolute;
  top: 0;
  left: 0;
  margin: 24px;
  z-index: 99;
}
.hs-blog-post .post-body__footer {
  margin: 48px 0;
  border-top: 1px solid rgba(162, 166, 167, 0.25);
  border-bottom: 3px solid rgba(162, 166, 167, 0.25);
  padding-top: 24px;
}
.hs-blog-post .post-body__footer .post-meta {
  width: 100%;
}
.hs-blog-post .post-body__footer .post-meta td {
  padding-bottom: 24px;
}
.hs-blog-post .post-body__footer .post-meta td.lbl {
  width: 15%;
  color: #a2a6a7;
  font-weight: bold;
}
.hs-blog-post .post-body__footer .post-meta td.val {
  width: 85%;
}
.hs-blog-post .post-body__footer .post-meta__topics td {
  vertical-align: top;
  padding-bottom: 12px;
}
.hs-blog-post .post-body__footer .post-meta__topics td.val:empty {
  padding-bottom: 24px;
}
.hs-blog-post .post-body__footer .post-meta__topics .topic-link {
  /* Normal button 48px height*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background: #51A351;
  color: white;
  box-shadow: none;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #F8F8F8;
  color: #a2a6a7;
  font-size: 1.4rem;
  font-weight: 400;
}
.hs-blog-post .post-body__footer .post-meta__topics .topic-link:active {
  -webkit-transition: none;
  transition: none;
}
.hs-blog-post .post-body__footer .post-meta__topics .topic-link:focus {
  outline: 0;
  text-decoration: none;
}
.hs-blog-post .post-body__footer .post-meta__topics .topic-link:hover,
.hs-blog-post .post-body__footer .post-meta__topics .topic-link:active {
  text-decoration: none;
  color: #333333;
}
.hs-blog-post .post-body__footer .post-meta__topics .topic-link:active {
  -webkit-transition: none;
  transition: none;
}
.hs-blog-post .post-body__footer .post-meta__share .addthis_sharing_toolbox .at-share-btn {
  margin-bottom: 0;
}
.hs-blog-post .comment-title {
  font-size: 3.6rem;
  margin-bottom: 48px;
}
/* Comment form */
#comment-form {
  margin-top: 0;
  width: 100%;
}
#comment-form.replying {
  margin-top: 36px;
  margin-bottom: 36px;
}
#comment-form .hs-form {
  max-width: none;
}
#comment-form .hs-form fieldset {
  max-width: none;
}
#comment-form .hs_subscribe {
  margin: 0;
}
#comment-form .hs_subscribe ul {
  margin: 0;
}
#comment-form .hs_comment {
  margin-bottom: 0;
}
#comment-form #captcha_wrapper {
  float: none;
  display: block;
  margin-bottom: 24px;
}
#comment-form .hs-button.primary {
  margin-bottom: 12px;
}
/* Comment listing*/
#comments-listing {
  margin-bottom: 48px;
  line-height: 30px;
}
#comments-listing.no-comments {
  margin-bottom: 0;
}
#comments-listing .comment {
  margin-top: 0;
  padding: 0;
  clear: both;
  margin-bottom: 24px;
}
#comments-listing .comment.depth-0 {
  border-top: none;
}
#comments-listing .comment.depth-1,
#comments-listing .comment.depth-2,
#comments-listing .comment.depth-3 {
  background-color: #F8F8F8;
  padding: 24px;
  margin-bottom: 30px;
}
#comments-listing .comment.depth-2 {
  margin-left: 24px;
}
#comments-listing .comment.depth-3 {
  margin-left: 48px;
}
#comments-listing .comment .comment-from h4 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 12px;
}
#comments-listing .comment:first-child .comment-from h4 {
  margin-top: 0;
}
#comments-listing .comment .comment-date {
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  display: block;
  color: #a2a6a7;
  margin-bottom: 24px;
  margin-top: 0;
}
#comments-listing .comment .comment-body p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 30px;
}
#comments-listing button.comment-reply-to {
  line-height: 24px;
  height: auto;
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  border: none;
  text-transform: none;
  color: #51A351;
}
#comments-listing button.comment-reply-to:hover {
  background: none;
}
#comments-listing button.comment-reply-to:active {
  background: none;
}
#comments-listing em {
  font-style: normal !important;
  font-weight: 700 !important;
}
/**********************************************
 *
 *  LANDING PAGE
 *
 */
.landing-page {
  /*
    Overrides
  */
  /* Forms */
  /**********************************\

    GENERAL LANDING PAGE COL LAYOUT

  \**********************************/
  /*******************************\

    MAIN CONTENT COLUMNS

    Text + Form

  \*******************************/
}
.landing-page .body-container {
  margin-top: 0;
}
.landing-page .container-fluid .row-fluid .page-center {
  max-width: 1280px;
}
.placeholder .landing-page .hs-form-field label {
  display: none;
}
.placeholder .landing-page .hs-form-field li label {
  display: block;
}
.landing-page .form-title {
  font-size: 2.4rem;
  line-height: 30px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .landing-page .col {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .landing-page .col--left {
    padding-right: 36px;
    border-right: 2px solid #F8F8F8;
  }
}
@media (min-width: 992px) {
  .landing-page .col--left {
    padding-right: 72px;
  }
}
.landing-page .col--right {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .landing-page .col--right {
    margin-top: 0;
    padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .landing-page .col--right {
    padding-left: 42px;
  }
}
.landing-page .main-content {
  /*

        Heading

    */
  /*

        Main Column

    */
  /*

      Side Column

    */
}
.landing-page .main-content .heading {
  margin: 24px 0 48px;
  padding-bottom: 6px;
  border-bottom: 2px solid #51A351;
}
.landing-page .main-content .col--right {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .landing-page .main-content .col--right {
    margin-top: 0;
  }
}
/**********************************************
 *
 *  THANK YOU PAGE
 *
 */
/*  Overrides
    ========================================================================== */
.thank-you-page {
  /*******************************\

    CONTENT OFFER COLUMNS

    Download & Share Widgets

  \*******************************/
}
.thank-you-page .content-offer {
  /*
        Download Column
    */
  /*
      Share Column
    */
}
.thank-you-page .content-offer .content-offer-widget {
  margin-left: auto;
  margin-right: auto;
}
.thank-you-page .content-offer .col {
  width: 50%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .thank-you-page .content-offer--left {
    padding-right: 36px;
    border-right: 2px solid #F8F8F8;
  }
}
@media (min-width: 992px) {
  .thank-you-page .content-offer--left {
    padding-right: 72px;
  }
}
.thank-you-page .content-offer--right {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .thank-you-page .content-offer--right {
    margin-top: 0;
    padding-left: 36px;
  }
}
@media (min-width: 992px) {
  .thank-you-page .content-offer--right {
    padding-left: 72px;
  }
}
@media (max-width: 767px) {
  .thank-you-page .content-offer .col {
    margin: 0 auto;
    width: 100%;
  }
  .thank-you-page .content-offer .content-offer-widget {
    max-width: none;
  }
}
.thank-you-page .content-offer .col--left .content-offer-widget {
  margin-right: 0;
}
.thank-you-page .content-offer .col--right .content-offer-widget {
  margin-left: 0;
}
.error-page .body-container {
  text-align: center;
}
.error-page .body-container h1 {
  margin-bottom: 48px;
}
.error-page .body-container h2 {
  color: #a2a6a7;
}
@media (min-width: 992px) {
  .error-page .body-container .hs-search-module {
    width: 600px;
  }
}
.error-page .body-container #hs_cos_wrapper_google_search label {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
  text-align: center;
}
.error-page .body-container #hs_cos_wrapper_google_search input {
  margin-bottom: 24px;
  max-width: 100%;
  border-color: #51A351;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  .error-page .body-container #hs_cos_wrapper_google_search input {
    font-size: 1.6rem !important;
  }
}
.error-page .body-container #hs_cos_wrapper_google_search .hs-button {
  top: 0;
  width: auto;
  margin-left: -3px;
  padding: 0 18px 0 12px;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 33px !important;
}
@media (min-width: 480px) {
  .error-page .body-container #hs_cos_wrapper_google_search .hs-button {
    font-size: 1.6rem;
  }
}
.error-page .body-container #hs_cos_wrapper_google_search .hs-button:before {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.subscription-page #email-prefs-form,
.subscription-page #subscription-updated {
  margin: 0 auto;
}
.subscription-page #email-prefs-form .header,
.subscription-page #subscription-updated .header {
  margin-left: 0 !important;
  border: none;
  font-size: 18px;
}
.subscription-page #email-prefs-form .page-header,
.subscription-page #subscription-updated .page-header {
  margin: 0;
  padding: 0;
}
.subscription-page #email-prefs-form .page-header h1,
.subscription-page #subscription-updated .page-header h1 {
  font-size: 4.4rem;
  line-height: 48px;
  margin-bottom: 18px;
  color: #000;
  font-weight: 700;
  margin: 0 0 12px;
}
p + .subscription-page #email-prefs-form .page-header h1,
p + .subscription-page #subscription-updated .page-header h1 {
  margin-top: 18px;
}
@media (max-width: 480px) {
  .subscription-page #email-prefs-form .page-header h1,
  .subscription-page #subscription-updated .page-header h1 {
    font-size: 2.7rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .subscription-page #email-prefs-form .page-header h1,
  .subscription-page #subscription-updated .page-header h1 {
    font-size: 3.5rem;
  }
}
.subscription-page #email-prefs-form .page-header h2,
.subscription-page #subscription-updated .page-header h2 {
  display: inline-block;
  margin: 25px 0 30px;
  padding: .5em .65em .65em;
  font-size: 18px;
  line-height: 1.15em;
  font-weight: 700;
  color: #333333;
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .subscription-page #email-prefs-form .page-header h2,
  .subscription-page #subscription-updated .page-header h2 {
    /*font-size:20px;*/
  }
}
.subscription-page #email-prefs-form .page-header h2 #email-prefs-form .email-edit,
.subscription-page #subscription-updated .page-header h2 #email-prefs-form .email-edit {
  text-transform: uppercase;
}
.subscription-page #email-prefs-form .page-header p,
.subscription-page #subscription-updated .page-header p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 1.6rem;
}
.subscription-page #email-prefs-form #content p,
.subscription-page #subscription-updated #content p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 1.6rem;
}
.subscription-page #email-prefs-form #content p.header,
.subscription-page #subscription-updated #content p.header {
  margin-left: 0;
}
.subscription-page #email-prefs-form .email-prefs,
.subscription-page #subscription-updated .email-prefs {
  margin: 0;
}
.subscription-page #email-prefs-form .email-prefs .item,
.subscription-page #subscription-updated .email-prefs .item {
  margin-top: 0;
  margin-bottom: 24px;
}
.subscription-page #email-prefs-form .email-prefs .item .item-inner,
.subscription-page #subscription-updated .email-prefs .item .item-inner {
  border: none;
  border-radius: 0;
  background: none;
  background: #F8F8F8;
  padding: 24px;
}
.subscription-page #email-prefs-form .email-prefs .item .item-inner.selected,
.subscription-page #subscription-updated .email-prefs .item .item-inner.selected {
  border: none;
  background: rgba(104, 204, 92, 0.2);
}
.subscription-page #email-prefs-form .email-prefs .item .item-inner.hovered,
.subscription-page #subscription-updated .email-prefs .item .item-inner.hovered {
  box-shadow: none;
}
.subscription-page #email-prefs-form .checkbox-row,
.subscription-page #subscription-updated .checkbox-row {
  overflow: auto;
}
.subscription-page #email-prefs-form .checkbox-row input,
.subscription-page #subscription-updated .checkbox-row input {
  top: 6px;
}
.subscription-page #email-prefs-form .checkbox-row span.fakelabel span,
.subscription-page #subscription-updated .checkbox-row span.fakelabel span,
.subscription-page #email-prefs-form .subscribe-options label span,
.subscription-page #subscription-updated .subscribe-options label span {
  margin: 0 0 5px 12px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .subscription-page #email-prefs-form .checkbox-row span.fakelabel span,
  .subscription-page #subscription-updated .checkbox-row span.fakelabel span,
  .subscription-page #email-prefs-form .subscribe-options label span,
  .subscription-page #subscription-updated .subscribe-options label span {
    font-size: 1.6rem;
  }
}
.subscription-page #email-prefs-form .email-prefs .item .item-inner p,
.subscription-page #subscription-updated .email-prefs .item .item-inner p {
  color: #333333;
  margin-bottom: 0 !important;
  margin-left: 27px;
  font-size: 1.6rem;
  line-height: 24px;
}
.subscription-page #email-prefs-form .subscribe-options label span,
.subscription-page #subscription-updated .subscribe-options label span {
  font-size: 1.8rem;
  color: #626668;
  position: relative;
  top: 2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscription-page #email-prefs-form .subscribe-options label span,
  .subscription-page #subscription-updated .subscribe-options label span {
    font-size: 1.6rem;
  }
}
.subscription-page #email-prefs-form #submitbutton,
.subscription-page #subscription-updated #submitbutton {
  margin-bottom: 24px;
}
.subscription-page #email-prefs-form .success,
.subscription-page #subscription-updated .success {
  color: #51A351;
  font-weight: 700;
}
/* Trumps
   ========================================================================== */
/*****************************************************
 *
 *  STYLES ONLY VISIBLE IN IN HUBSPOT EDITOR
 *
 *****************************************************/
@media print {
  .fixed-header .top-bar {
    position: relative;
  }
  .fixed-header .body-container-wrapper {
    padding-top: 0 !important;
  }
  .blog-hero__post-title {
    padding-top: 72px;
    padding-bottom: 0;
  }
  .post-meta__share,
  .subscribe-widget {
    display: none !important;
  }
  .post-listing .post-item {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 24px !important;
  }
  .post-listing .post-item__img {
    width: 35% !important;
    margin: 48px auto 0;
  }
  .post-listing .post-item__title {
    margin-bottom: 0;
  }
  .post-listing .post-item__info {
    margin-top: 24px;
    padding: 0;
    background: none;
  }
  .post-listing .post-item__summary {
    display: block;
    margin: 12px 0 0;
  }
  .post-listing .post-item__read-more {
    display: none;
  }
  .widget-type-google_search,
  .widget-type-blog_subscribe,
  .addthis_sharing_toolbox {
    display: none;
  }
}

.blog-page .link:after {
  top: 35px !important;
}

.blog-page .link {
  margin-bottom: 5px !important;
}

@media (max-width: 767px) {
  .blog-page .blog-header .top-bar__brand span {
    font-size: 24px !important;
  }
  
  .blog-page .blog-header .top-bar__brand:after {
    display: none !important;
  }
}
    

/*# sourceMappingURL=skbv-style.css.map */