/* RESET & BASICS (Inspired by E. Meyers)
 * ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/** load all fonts here **/
/* roboto-100 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts2/roboto-v18-latin_latin-ext-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
  url('../fonts2/roboto-v18-latin_latin-ext-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts2/roboto-v18-latin_latin-ext-100.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-100.woff') format('woff'), /* Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-100.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts2/roboto-v18-latin_latin-ext-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts2/roboto-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url('../fonts2/roboto-v18-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts2/roboto-v18-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts2/roboto-v18-latin_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts2/roboto-v18-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
  url('../fonts2/roboto-v18-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts2/roboto-v18-latin_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts2/roboto-v18-latin_latin-ext-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts2/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../fonts2/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts2/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts2/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts2/roboto-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('../fonts2/roboto-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts2/roboto-v18-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts2/roboto-v18-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts2/roboto-v18-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BASIC STYLES
 * ------------------------------------------------ */
body {
  background: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  color: #898989;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/*** Responsive Base ***/
.desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.iframe_wrap {
  width: 95%;
  margin: 0 5% 20px 0;
  position: relative;
  padding-bottom: 54.5%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .iframe_wrap {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.abs_row {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

/* SHORTCUT CLASSES
 * ------------------------------------------------ */
.center {
  text-align: center;
}

.overflow {
  overflow: visible !important;
}

.lightestgray {
  background: #f8f8f8;
}

.green {
  color: #b8bf0d;
}

.blue {
  color: #5da2f2;
}

.orange {
  color: #e16a46;
}

.upper {
  text-transform: uppercase;
}

.image-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 23%;
}
.image-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #898989;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}

h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

h3 {
  font-size: 32px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 18px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 32px;
  line-height: 41px;
  color: #777;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #333;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #a5a5a5;
  font-style: italic;
}

blockquote {
  width: 90%;
  margin: 0 0 20px 0;
  padding: 5%;
  border-left: 10px solid #b8bf0d;
  background: #fcfcfc;
}
blockquote a {
  font-size: 12px;
  color: #b8bf0d;
}

hr {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 50%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.8em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

/* LINKS
 * ------------------------------------------------ */
a {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #b8bf0d;
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* LISTS
 * ------------------------------------------------ */
ol {
  list-style: decimal;
}

ul {
  list-style: disc outside;
}

ol, ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  /* line-height: 18px; */
  margin-bottom: 12px;
}

/* IMAGES
 * ------------------------------------------------ */
img.scale {
  width: 100%;
  height: auto;
}

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

/* BUTTONS
 * ------------------------------------------------ */
.btn-green, .hs-button {
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  border: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  background: #b8bf0d;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .btn-green, .hs-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.btn-green:hover, .hs-button:hover {
  background: #b8bf0d;
  text-decoration: none;
  color: #333;
}

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea {
  background: #fff;
  border: none;
  padding: 10px 0 10px 5%;
  outline: none;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  color: #777;
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
textarea:hover,
textarea:focus {
  border: none;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="search"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="number"]:active,
textarea:active {
  border: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

select {
  width: 105% !important;
  margin: 0;
  display: block;
  height: auto;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  color: #a9a9a9;
  line-height: 24px;
  border-radius: none !important;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 38px;
  background-color: #fff;
  background-size: 38px;
  padding: 9px 3%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
@media only screen and (max-width: 768px) {
  select {
    float: none;
    margin: 0;
    width: 105% !important;
  }
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-size: 19px;
  font-weight: bold;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-size: 19px;
  font-weight: normal;
  color: #444;
}

.slide-in-container {
  bottom: 0px;
  width: 100%;
  position: fixed;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: white;
  z-index: 2;
}
.slide-in-container .close {
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-color: white;
  border-radius: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.slide-in-container .btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  text-align: center;
}
.slide-in-container img {
  width: 100%;
}

.slide-in-content {
  padding: 0px;
  margin-bottom: -7px;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .slide-in-container {
    width: 300px;
    bottom: 20px;
    border-radius: 0px 5px 5px 0px;
    margin: 15px 0px 15px 0px;
  }
}
/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 100%;
  padding: 0;
  float: left;
  overflow: hidden;
}
.container .row {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container .row.abs_row {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1030px) {
  .container .row {
    width: 95%;
    margin: 0 2.5%;
  }
}
@media only screen and (max-width: 768px) {
  .container .row {
    width: 90%;
    margin: 0 5%;
  }
}
.container .row .column,
.container .row .columns {
  float: left;
  display: inline;
  position: relative;
}
.container .row .column.alpha,
.container .row .columns.alpha {
  margin-left: 0;
}
.container .row .column.omega,
.container .row .columns.omega {
  margin-right: 0;
}

/* Overrides */
.container .column,
.container .columns {
  margin-left: 1%;
  margin-right: 1%;
}

.container .one.column,
.container .one.columns {
  width: 6.33333%;
}
.container .two.columns {
  width: 14.66667%;
}
.container .three.columns {
  width: 23%;
}
.container .four.columns {
  width: 31.33333%;
}
.container .five.columns {
  width: 39.66667%;
}
.container .six.columns {
  width: 48%;
}
.container .seven.columns {
  width: 56.33333%;
}
.container .eight.columns {
  width: 64.66667%;
}
.container .nine.columns {
  width: 73%;
}
.container .ten.columns {
  width: 81.33333%;
}
.container .eleven.columns {
  width: 89.66667%;
}
.container .twelve.columns {
  width: 98%;
}
.container .columns.one-third {
  width: 41.77778%;
}
.container .columns.two-thirds {
  width: 85.55556%;
}
.container .offset-by-one {
  padding-left: 8.33333%;
}
.container .offset-by-two {
  padding-left: 16.66667%;
}
.container .offset-by-three {
  padding-left: 25%;
}
.container .offset-by-four {
  padding-left: 33.33333%;
}
.container .offset-by-five {
  padding-left: 41.66667%;
}
.container .offset-by-six {
  padding-left: 50%;
}
.container .offset-by-seven {
  padding-left: 58.33333%;
}
.container .offset-by-eight {
  padding-left: 66.66667%;
}
.container .offset-by-nine {
  padding-left: 75%;
}
.container .offset-by-ten {
  padding-left: 83.33333%;
}
.container .offset-by-eleven {
  padding-left: 91.66667%;
}

/* MOBILE
 * ------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .container .column,
  .container .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column {
    width: 100%;
  }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
    width: 100%;
  }
  .container .one-third.column {
    width: 100%;
  }
  .container .two-third.column {
    width: 100%;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
    padding-left: 0;
  }
}
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .row {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after, .row:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/**
 * slippry v1.2.1 - Simple responsive content slider
 * http://slippry.com
 *
 * Author(s): Lukas Jakob Hafner - @saftsaak
 *            Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2013, booncon oy - http://booncon.com
 *
 * Thanks @ http://bxslider.com for the inspiration!
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* -------------------------- MIXINS ---------------------------------- */
/* -------------------------- END MIXINS ---------------------------------- */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url(../images/sy-loader.gif) 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
  display: block;
}

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.sy-list.horizontal {
  -moz-transition: left ease;
  -o-transition: left ease;
  -webkit-transition: left ease;
  transition: left ease;
}
.sy-list.vertical {
  -moz-transition: top ease;
  -o-transition: top ease;
  -webkit-transition: top ease;
  transition: top ease;
}

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
.sy-slide.kenburns.useCSS {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-name: left-right;
  animation-fill-mode: forwards;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-name: right-left;
  animation-fill-mode: forwards;
}
.sy-slide.sy-active {
  z-index: 3;
}
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.4;
}
.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}
.sy-controls li a:after {
  content: "";
  background-image: url(../images/arrows.svg);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}
.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

/* pager bubbles */
.sy-pager {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sy-pager li.sy-active a {
  background-color: #e24b70;
}
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
  -moz-background-size: 2em;
  -o-background-size: 2em;
  -webkit-background-size: 2em;
  background-size: 2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sy-pager li a:link, .sy-pager li a:visited {
  opacity: 1.0;
}
.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 0.6;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
}
.sy-filler.ready {
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  -webkit-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -90px;
  top: 20px;
  background-image: url("../images/arrow-left.png");
  width: 22px;
  height: 44px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -90px;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: -45px;
  }
  [dir="rtl"] .slick-prev {
    right: -45px;
  }
}
@media only screen and (max-width: 479px) {
  .slick-prev {
    left: -30px;
  }
  [dir="rtl"] .slick-prev {
    right: -30px;
  }
}

.slick-next {
  right: -90px;
  top: 20px;
  background-image: url("../images/arrow-right.png");
  width: 22px;
  height: 44px;
}
[dir="rtl"] .slick-next {
  left: -90px;
  right: auto;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: -45px;
  }
  [dir="rtl"] .slick-next {
    left: -45px;
  }
}
@media only screen and (max-width: 479px) {
  .slick-next {
    right: -30px;
  }
  [dir="rtl"] .slick-next {
    left: -30px;
  }
}

/* --------------------------------

Primary style

-------------------------------- */
.cd-panel {
  /*...*/
  visibility: hidden;
  transition: visibility 0s 0.6s;
  z-index: 100000;
}

.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.cd-panel-header {
  /*...*/
  position: fixed;
  top: -50px;
  width: 90%;
  height: 50px;
  transition: top 0.3s 0s;
}

.is-visible .cd-panel-header {
  top: 0;
  transition: top 0.3s 0.3s;
}

.cd-panel-container {
  /*...*/
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transform: translate3d(100%, 0, 0);
}

.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.cd-main-content {
  text-align: center;
}
.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1000px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  -ms-transition: visibility 0s 0.6s;
  -o-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  -ms-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  -ms-transition: visibility 0s 0s;
  -o-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  -ms-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel-header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  -ms-transition: top 0.3s 0s;
  -o-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-header h1 {
  font-weight: bold;
  color: #89ba2c;
  padding-left: 5%;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  -ms-transition: top 0.3s 0.3s;
  -o-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .cd-panel-header {
    width: 100%;
  }
}

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background: url("../images/btn-close.png");
  background-position: center center;
  background-repeat: no-repeat;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .cd-panel-container {
    width: 100%;
  }
}
.cd-panel-container ul {
  padding: 0 0 100px 0;
}
.cd-panel-container ul li {
  list-style-type: none;
  border-bottom: 1px solid #424242;
  padding: 0 0 15px 0;
}
.cd-panel-container ul li a {
  display: block;
  padding: 5px 0 0 0;
  font-size: 22px;
}
.cd-panel-container ul li a:link, .cd-panel-container ul li a:visited {
  color: #eee;
  font-family: "Roboto", sans-serif;
}
.cd-panel-container ul ul {
  margin: 0 0 20px 30px;
  padding: 0;
}
.cd-panel-container ul ul#mob-res-sub, .cd-panel-container ul ul#mob-com-sub {
  margin: 15px 0 15px 30px;
}
.cd-panel-container ul ul li {
  border-bottom: none;
  padding: 5px 0 0 0;
}
/** Fixing the mobile menu flags **/
.cd-panel-container #menu ul ul li {
  display: block;
  clear: both;
  border-bottom: none;
  padding: 5px 0 0 0;
}
.cd-panel-container #menu ul ul li img {
  max-width: 150px;
}
.cd-panel-container ul ul li a {
  font-size: 18px;
}
.cd-panel-container h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0 30px;
  font-weight: 500;
}
.cd-panel-container h3.green {
  margin: 20px 0 0 30px;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding: 40px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.6.1
 */
/*** Header Styles ***/
.header {
  overflow: visible !important;
}

.head_logo {
  float: left;
  width: 20%;
  margin: 38px 0;
}
@media only screen and (max-width: 999px) {
  .head_logo {
    margin: 37px 0;
  }
}
@media only screen and (max-width: 899px) {
  .head_logo {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .head_logo {
    width: 97%;
    text-align: left;
    margin: 30px 0 30px 3%;
  }
}

.head_nav {
  float: left;
  width: 78%;
  text-align: right;
  margin: 0 2% 0 0;
}
.head_nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.head_nav ul li {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .head_nav ul li {
    margin: 0;
  }
}
.head_nav ul li.login a {
  color: #b8bf0d;
  font-weight: bold;
}
.head_nav ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  padding: 45px 18px;
  display: block;
  float: left;
  margin: 0 0 -8px 0;
}
@media only screen and (max-width: 999px) {
  .head_nav ul li a {
    padding: 45px 12px;
  }
}
.head_nav ul li a.lang {
  /* background-image: url("../images/icon-lang.png"); */
  background-repeat: no-repeat;
  background-position: left center;
  padding: 45px 0 45px 25px;
}
.head_nav ul li a:hover {
  text-decoration: underline;
}
.head_nav ul li a.active {
  background-image: url("../images/icon-active.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (max-width: 899px) {
  .head_nav {
    width: 100%;
    text-align: center;
  }
  .head_nav ul {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .head_nav {
    display: none;
  }
}

/*** SUPERFISH STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li, .sf-menu * li {
  position: relative;
}
.sf-menu ul, .sf-menu * ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu ul li, .sf-menu * ul li {
  float: left;
  width: 100%;
  text-align: left;
}
.sf-menu ul li a, .sf-menu * ul li a {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #fff;
}
.sf-menu a, .sf-menu * a {
  display: block;
  position: relative;
}

.nav-burger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-burger {
    display: block;
    position: absolute;
    right: 15px;
    top: 31px;
  }
}

/*** Sub-Menu Styles ***/
.subnav-container {
  background: rgba(51, 51, 51, 0.95);
  width: 100%;
  position: absolute;
  top: 95%;
  z-index: 1000;
}
@media only screen and (max-width: 899px) {
  .subnav-container {
    min-height: 390px;
  }
}

.subnav-message {
  float: left;
  width: 40%;
  margin: 65px 0 0 0;
  padding: 35px 0 150px 0;
  border-top: 4px solid #b8bf0d;
  /*
  @include bp(eleven) {
  	width: 45%;
  	margin: 35px 0 150px 3%;
  }
  @include bp(nine) {
  	display: none;
  }
  */
}
#lang_select {
  min-width: 150px;
}
.subnav-message.lang {
  border-top: none;
}
.subnav-message h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 1099px) {
  .subnav-message {
    width: 35%;
    margin: 35px 0 150px 3%;
  }
}
@media only screen and (max-width: 899px) {
  .subnav-message {
    display: none;
    width: 0%;
    padding: 0;
    margin: 0;
  }
}

.subnav-nav {
  position: absolute;
  top: 61px;
  left: 42%;
}
.subnav-nav .left {
  float: left;
  padding: 0 0 0 20px;
  border-left: 1px solid #515151;
}
.subnav-nav .right {
  float: left;
  padding: 0 0 0 20px;
  border-left: 1px solid #515151;
  margin: 0;
}
.subnav-nav h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.subnav-nav ul {
  margin: 0;
}
.subnav-nav ul li {
  list-style: none;
  line-height: 15px;
  margin: 0 0 20px 0;
}
.subnav-nav ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 0 8px 0 0;
  top: 5px;
}
.subnav-nav ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .subnav-nav {
    width: 90%;
    left: 0% !important;
  }
}

#sc-solutions .subnav-nav {
  width: 70% !important;
}
#sc-solutions .subnav-nav .right {
  margin: 0;
}

/*** Hero Styles ***/
.hero_vid {
  max-height: 600px;
}
.hero_vid .videoBox {
  height: auto;
  overflow: hidden;
}
.hero_vid .videoWrapper {
  position: relative;
  padding-bottom: 46.25%;
  /* 16:9 */
  padding-top: 5px;
  height: 0;
}
.hero_vid .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
}
.hero_vid .videoWrapper .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .hero_vid .videoWrapper .overlay {
    display: none;
  }
}
.hero_vid .videoBoxContent {
  max-width: 1030px;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 150px;
}
@media only screen and (max-width: 1099px) {
  .hero_vid .videoBoxContent {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 999px) {
  .hero_vid .videoBoxContent {
    padding-top: 50px;
  }
}
.hero_vid .videoBoxContent .hero-text {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.hero_vid .videoBoxContent .hero-text h1 {
  font-weight: 100;
  margin: 0 0 25px 0;
  color: #fff;
}
.hero_vid .videoBoxContent .hero-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 999px) {
  .hero_vid .videoBoxContent .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .hero_vid .videoBoxContent .hero-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_vid .videoBoxContent .hero-text h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
  }
  .hero_vid .videoBoxContent .hero-text p {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 599px) {
  .hero_vid .videoBoxContent .hero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .hero_vid .videoBoxContent .hero-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .hero_vid .videoBoxContent .hero-text h1 {
    margin: 0 0 20px 0;
  }
  .hero_vid .videoBoxContent .hero-text p.support {
    display: none;
  }
}

.hero {
  max-height: 600px;
  overflow: hidden;
}
.hero .hero-text {
  float: left;
  width: 45%;
  margin: 120px 0 0 0;
}
.hero .hero-text h1 {
  font-weight: 100;
  margin: 0 0 25px 0;
}
.hero .hero-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #898989;
  width: 80%;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1199px) {
  .hero .hero-text {
    margin: 80px 0 0 0;
  }
}
@media only screen and (max-width: 999px) {
  .hero .hero-text {
    margin: 60px 0 0 5%;
  }
  .hero .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .hero .hero-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero .hero-text {
    margin: 20px 0 0 5%;
  }
  .hero .hero-text h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
  }
  .hero .hero-text p {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .hero .hero-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .hero .hero-text h1 {
    margin: 0 0 20px 0;
  }
  .hero .hero-text p.support {
    display: none;
  }
}

/*** Paralax Pig ***/
.bgPiggy {
  background: url("../images/piggy-bank-sprites.png");
  width: 325px;
  height: 394px;
  margin: 0 auto;
  background-position: 0 0;
}

/*** What is Styles ***/
.whatis {
  padding: 0 0 50px 0;
}
.whatis .w_full {
  float: left;
  width: 70%;
  margin: 75px 15% 60px 15%;
}
.whatis .w_full h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 479px) {
  .whatis .w_full {
    width: 90%;
    margin: 45px 5%;
  }
}
.whatis .w_left {
  float: left;
  width: 38%;
  margin: 0 2% 0 10%;
}
.whatis .w_left p {
  margin: 0 0 55px 0;
}
@media only screen and (max-width: 479px) {
  .whatis .w_left {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  .whatis .w_left p {
    margin: 0 0 30px 0;
  }
}
.whatis .w_right {
  float: left;
  width: 38%;
  margin: 0 10% 0 2%;
}
.whatis .w_right p {
  margin: 0 0 55px 0;
}
@media only screen and (max-width: 479px) {
  .whatis .w_right {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  .whatis .w_right p {
    margin: 0 0 30px 0;
  }
}
.whatis h5 {
  font-weight: bold;
}
.whatis p {
  font-weight: 300;
}

/*** New Solution Styles ***/
.new_solution {
  padding: 0 0 135px 0;
}
.new_solution .ns_full {
  float: left;
  width: 75%;
  margin: 75px 12.5% 30px 12.5%;
}
.new_solution .ns_full h2 {
  margin: 0 0 30px 0;
}
.new_solution .ns_full p.green {
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .new_solution .ns_full {
    width: 90%;
    margin: 45px 5%;
  }
}
.new_solution .ns_solutions {
  float: left;
  width: 100%;
}
.new_solution .ns_solutions .nss {
  float: left;
  width: 18%;
  margin: 0 1% 1% 1%;
}
.new_solution .ns_solutions .nss img {
  transition: all .1s ease-in-out;
}
.new_solution .ns_solutions .nss img:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 479px) {
  .new_solution {
    padding: 0 0 20px 0;
  }
}

/*** White Papers ***/
.wp_hero {
  max-height: 600px;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.wp_hero.prod-hero {
  margin: 0;
}
.wp_hero .wphero-text {
  margin: 150px 0 0 0;
}
.wp_hero .wphero-text h1 {
  color: #fff;
  font-weight: 300;
  margin: 0 0 60px 0;
}
.wp_hero .wphero-text p {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 999px) {
  .wp_hero .wphero-text {
    margin: 50px 0 0;
  }
  .wp_hero .wphero-text h1 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .wp_hero .wphero-text {
    margin: 30px 0 0 0;
  }
  .wp_hero .wphero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .wp_hero .wphero-text p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .wp_hero .wphero-text h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.wp_hero .wpshero-text {
  margin: 200px 0 0 0;
}
.wp_hero .wpshero-text h1 {
  color: #fff;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .wp_hero .wpshero-text {
    margin: 100px 0 0;
  }
  .wp_hero .wpshero-text h1 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .wp_hero .wpshero-text {
    margin: 80px 0 0 0;
  }
  .wp_hero .wpshero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .wp_hero .wpshero-text h1 {
    font-size: 25px;
    line-height: 25px;
  }
}

.wp-list {
  width: 48%;
  float: left;
}
.wp-list.odd {
  margin: 0 2% 50px 0;
}
.wp-list.even {
  margin: 0 0 50px 2%;
}
.wp-list .wpl-img {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
.wp-list .wpl-content {
  float: left;
  width: 99%;
  margin: 0 1% 0 0;
}
.wp-list .wpl-content h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 35px 0;
}
.wp-list .wpl-content h2 a {
  color: #898989;
}
@media only screen and (max-width: 1030px) {
  .wp-list {
    width: 47%;
  }
  .wp-list.odd {
    margin: 0 2% 50px 1%;
  }
  .wp-list.even {
    margin: 0 1% 50px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .wp-list {
    width: 90%;
  }
  .wp-list.odd {
    margin: 0 5% 50px 5%;
  }
  .wp-list.even {
    margin: 0 5% 50px 5%;
  }
}

.wp-single .wp-content {
  float: left;
  width: 70%;
  margin: 40px 10% 50px 0;
}
.wp-single .wp-content h2 {
  margin: 0 0 60px 0;
}
.wp-single .wp-content p strong {
  font-size: 22px;
  line-height: 22px;
}
.wp-single .wp-content ul li {
  list-style-type: square;
  color: #b8bf0d;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .wp-single .wp-content {
    width: 90%;
    margin: 0 5% 50px 5%;
  }
}
.wp-single .wp-dl {
  width: 20%;
  float: left;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .wp-single .wp-dl {
    width: 90%;
    margin: 0 5% 50px 5%;
    text-align: center;
  }
}

.calculator {
  padding: 40px 0;
}
.calculator .calc_left {
  float: left;
  width: 55%;
  margin: 0 10% 0 0;
}
.calculator .calc_left .calc_input {
  float: left;
  width: 27%;
  margin: 0 5% 0 0;
}
.calculator .calc_left .calc_input input {
  width: 98%;
  border: 2px solid #cccccc;
}
.calculator .calc_left .calc_submit input {
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .calculator .calc_left {
    width: 75%;
    margin: 0 5% 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .calculator .calc_left {
    width: 90%;
    margin: 0 5%;
  }
}
.calculator .calc_right {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .calculator .calc_right {
    width: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .calculator .calc_right {
    width: 90%;
    margin: 0 5%;
  }
}

.calc_results {
  background: #f2f2f2;
  padding: 40px 0;
}

/*** Brand Spotlight Styles ***/
.brand_spotlight .bs_full {
  float: left;
  width: 75%;
  margin: 100px 12.5% 0 12.5%;
}
.brand_spotlight .bs_full img.bs_logo {
  margin: 60px 0 30px 0;
}
.brand_spotlight .bs_full p.bs_support {
  width: 65%;
  margin: 0 17.5% 40px 17.5%;
}
@media only screen and (max-width: 1099px) {
  .brand_spotlight .bs_full {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .brand_spotlight .bs_full img.bs_logo {
    margin: 30px 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .brand_spotlight .bs_full {
    width: 90%;
    margin: 50px 5% 0 5%;
  }
}
@media only screen and (max-width: 479px) {
  .brand_spotlight .bs_full p.bs_support {
    width: 90%;
    margin: 0 5% 30px 5%;
  }
}
.brand_spotlight .bs_bg {
  float: left;
  width: 100%;
  margin: -280px 0 0 0;
}
@media only screen and (max-width: 1099px) {
  .brand_spotlight .bs_bg {
    margin-top: -240px;
  }
}
@media only screen and (max-width: 899px) {
  .brand_spotlight .bs_bg {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 768px) {
  .brand_spotlight .bs_bg {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 479px) {
  .brand_spotlight .bs_bg {
    margin-top: -70px;
  }
}
.brand_spotlight .bs_brands {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.brand_spotlight .bsb {
  float: left;
  width: 23%;
  margin: 0 1% 2% 1%;
  background: #f5f5f5;
  text-align: center;
}
.brand_spotlight .bsb img {
  transition: all .1s ease-in-out;
  margin: 10% 0 0 0;
  width: 80%;
  height: auto;
}
.brand_spotlight .bsb img:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 479px) {
  .brand_spotlight .bsb {
    width: 32.9332%;
    margin: 0 .1% 1px .1%;
  }
}

/*** Testimonials Styles ***/
.testimonials {
  padding: 200px 0;
}
.testimonials.spot_test {
  padding: 10px 0 75px 0;
}
.testimonials .t-car {
  width: 75%;
  margin: 0 12.5%;
}
.testimonials .t-car .testimonial p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (max-width: 479px) {
  .testimonials .t-car .testimonial p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 479px) {
  .testimonials {
    padding: 50px 0;
  }
}

/*** Home Form Styles ***/
.home_form {
  background-color: #e8e8e8;
  padding: 80px 0 110px 0;
  height: 800px;
}
#main-form {
  height: 800px;	
}
.home_form h2 {
  margin: 0 0 20px 0;
}
.home_form .form_left {
  float: left;
  width: 29%;
  margin: 65px 1.5% 25px 18.5%;
}
@media only screen and (max-width: 479px) {
  .home_form .form_left {
    width: 75%;
    margin: 20px 10% 0 10%;
  }
}
.home_form .form_right {
  float: left;
  width: 29%;
  margin: 65px 18.5% 25px 1.5%;
}
@media only screen and (max-width: 479px) {
  .home_form .form_right {
    width: 75%;
    margin: 0 10%;
  }
}
.home_form .form_right select {
  width: 100%;
}
.home_form .form_submit {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .home_form .form_submit {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home_form {
    padding: 45px 0 55px 0;
  }
}
.home_form .hub_override .hs-form label {
  position: relative !important;
  height: 40px;
  min-height: 40px;
}
.home_form .hub_override .hs-form label div:not('.hs-form-booleancheckbox') span {
  position: absolute !important;
  bottom: 0px;
}
.hs-form .inputs-list span {
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}
.home_form .hub_override .hs-form label div.hs-form-booleancheckbox span {
  display: inline-block;
}
.home_form .hub_override .hs-form label span.hs-form-required {
  left: -10px;
}
.home_form .hub_override .hs-form .hs-input:not([type="checkbox"]) {
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 8px;
  width: calc(100% - 8px);
}
.home_form .hub_override .hs-form .hs-input[type=checkbox] {
  width: 20px;
  display: inline;
}
.home_form .hub_override .hs-form fieldset {
  margin: 0 auto;
  max-width: 600px;
}
.home_form .hub_override .hs-form .hs-form-field {
  width: 48% !important;
  margin: 0 1%;
}
.home_form .hub_override .hs-form .form-columns-1 .hs-form-field {
  width: 100% !important;
  margin: 0 1%;
}
.home_form .hub_override .hs-form fieldset.form-columns-1 textarea.hs-input {
  max-width: calc(100% - 28px);
  line-height: 1.5em;
  padding: 10px;
}
.home_form .hub_override .hs-form .hs-form-field.hs_additional_comments__c {
  width: 95% !important;
  margin: 0 2.5%;
}
@media only screen and (max-width: 479px) {
  .home_form .hub_override .hs-form .hs-form-field {
    width: 90% !important;
    margin: 0 5%;
  }
}
.home_form .hub_override .hs-form input,
.home_form .hub_override .hs-form select {
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  color: #777;
  width: 100%;
  max-width: 100%;
  display: block;
}
.home_form .hub_override .hs-form input:hover, .home_form .hub_override .hs-form input:focus,
.home_form .hub_override .hs-form select:hover,
.home_form .hub_override .hs-form select:focus {
  border: none;
  outline: none;
}
.home_form .hub_override .hs-form input:active,
.home_form .hub_override .hs-form select:active {
  border: none;
  outline: none;
}
.home_form .hub_override .hs-form input.hs-button,
.home_form .hub_override .hs-form select.hs-button {
  text-align: center;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  border: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  width: auto;
  background: #b8bf0d;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 auto;
  text-shadow: none;
}
@media only screen and (max-width: 479px) {
  .home_form .hub_override .hs-form input.hs-button,
  .home_form .hub_override .hs-form select.hs-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.home_form .hub_override .hs-form input.hs-button:hover,
.home_form .hub_override .hs-form select.hs-button:hover {
  background: #b8bf0d;
  text-decoration: none;
  color: #333;
  box-shadow: none;
}
.home_form .hub_override .hs-form select {
  margin: 0 0 20px;
  padding: 0 0 0 5%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.home_form .hub_override .hs-form .hs_industry label {
  text-overflow: ellipsis;
}
.home_form .hub_override .hs-form .hs_industry select {
  margin-bottom: 20px;
}
.home_form .hub_override .hs-form .hs_country, .home_form .hub_override .hs-form .hs_state {
  width: 98% !important;
}
@media only screen and (max-width: 479px) {
  .home_form .hub_override .hs-form .hs_country, .home_form .hub_override .hs-form .hs_state {
    width: 90% !important;
    margin: 0 5%;
  }
}
.home_form .hub_override .hs-form .hs_country div.input, .home_form .hub_override .hs-form .hs_state div.input {
  margin-right: 6px;
}
.home_form .hub_override .hs-form .hs_country select, .home_form .hub_override .hs-form .hs_state select {
  margin-bottom: 20px;
}
.home_form .hub_override.single .hs-form-field {
  width: 45% !important;
  margin: 0 25%;
}
@media only screen and (max-width: 479px) {
  .home_form .hub_override.single .hs-form-field {
    width: 85% !important;
    margin: 0 5%;
  }
}

.page-contact-us .hs-form label {
  height: 20px !important;
  min-height: 20px !important;
}

/*** On Demand Packaging ***/
.od_hero {
  max-height: 600px;
  overflow: hidden;
}
.od_hero .odhero-text {
  margin: 210px 12.5% 0 12.5%;
  width: 75%;
}
.od_hero .odhero-text h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px 0;
}
.od_hero .odhero-text h3 {
  color: #b8bf0d;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 1099px) {
  .od_hero .odhero-text {
    margin: 155px 12.5% 0 12.5%;
  }
}
@media only screen and (max-width: 999px) {
  .od_hero .odhero-text {
    margin: 120px 10% 0 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 899px) {
  .od_hero .odhero-text h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .od_hero .odhero-text {
    margin: 85px 10% 0 10%;
  }
  .od_hero .odhero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .od_hero .odhero-text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .od_hero .odhero-text {
    margin: 42px 5% 0 5%;
    width: 90%;
  }
  .od_hero .odhero-text h1 {
    font-size: 28px;
    line-height: 28px;
  }
}

.ew_intro {
  float: left;
  width: 100%;
  margin: 20px 0 75px 0;
}

.ew_container {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.ew_container .wts {
  width: 30.3333%;
  float: left;
  text-align: center;
  margin: 0 1.5%;
  min-height: 540px;
}
.ew_container .wts p {
  margin: 30px 0 0 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .ew_container .wts {
    width: 80%;
    margin: 0 10% 35px 10%;
    min-height: none;
  }
  .ew_container .wts p {
    margin: 0;
  }
}

/*** Solutions ***/
.sol_hero {
  max-height: 600px;
  overflow: hidden;
}
.sol_hero .shero-text {
  float: left;
  width: 90%;
  margin: 5% 5% 0 5%;
}
.sol_hero .shero-text img {
  margin: 0 0 20px 0;
}
.sol_hero .shero-text h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 40px 0;
}
.sol_hero .shero-text h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.sol_hero .shero-text h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1099px) {
  .sol_hero .shero-text img {
    margin: 0 0 10px 0;
  }
  .sol_hero .shero-text h4 {
    margin: 0 0 30px 0;
  }
  .sol_hero .shero-text h1 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 999px) {
  .sol_hero .shero-text img {
    margin: 0 0 10px 0;
  }
  .sol_hero .shero-text h4 {
    margin: 0 0 20px 0;
  }
  .sol_hero .shero-text h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    line-height: 50px;
  }
  .sol_hero .shero-text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .sol_hero .shero-text {
    width: 90%;
    margin: 5% 5% 0 5%;
  }
  .sol_hero .shero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .sol_hero .shero-text h3 {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .sol_hero .shero-text img {
    width: 25px;
    height: auto;
  }
  .sol_hero .shero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .sol_hero .shero-text h4 {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .sol_hero .shero-text img {
    margin: 0 0 5px 0;
  }
  .sol_hero .shero-text h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .sol_hero .shero-text h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px 0;
  }
}

.sol_first {
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .sol_first {
    padding: 50px 0;
  }
}

.sf_left {
  float: left;
  width: 70%;
  margin: 0 5% 0 0;
}
.sf_left h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .sf_left {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
  }
}

.sf_right {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .sf_right {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
  }
}

.sol_second {
  padding: 90px 0;
}
.sol_second.bg-green {
  background: #b8bf0d;
}
.sol_second.bg-blue {
  background: #548ac8;
}
@media only screen and (max-width: 768px) {
  .sol_second {
    padding: 50px 0;
  }
}

.ss_left {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .ss_left {
    width: 95%;
    margin: 0 2.5% 20px 2.5%;
    text-align: center;
  }
}

.ss_right {
  float: left;
  width: 68%;
  margin: 0 0 0 2%;
  color: #fff;
  text-align: right;
}
.ss_right h1, .ss_right h2, .ss_right h3, .ss_right h4, .ss_right h5, .ss_right h6 {
  color: #fff;
}
.ss_right h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .ss_right {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
  }
}

.sol_third {
  padding: 90px 0;
  background: #f8f8f8;
  color: #898989;
}
.sol_third h3 {
  font-size: 27px;
  line-height: 30px;
  color: #333;
  margin: 0 0 30px 0;
}
.sol_third .st_content {
  width: 30.3333%;
  float: left;
  margin: 0 1.5%;
}
@media only screen and (max-width: 768px) {
  .sol_third .st_content {
    width: 95%;
    margin: 20px 2.5% 0 2.5%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sol_third {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 479px) {
  .sol_third {
    padding: 0;
  }
}

.sol_test {
  padding: 65px 0 50px 0;
}

.pre_test {
  padding: 90px 0 0 0;
}
.pre_test .st_intro {
  float: left;
  width: 100%;
  margin: 0 0 55px 0;
}
.pre_test .st_logos {
  float: left;
  width: 100%;
}
.pre_test .st_logos a {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 10px;
  margin: 0 2px;
}
.pre_test .st_logos img {
  max-width: 120px;
  margin: 0 7.5px;
}

/*** Custom Spotlight Listings ***/
.controls {
  padding: 2%;
  background: #333;
  color: #eee;
}

.spot_listing label {
  font-weight: 300;
  margin: 0 .4em 0 0;
}

.spot_listing button {
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

.spot_listing button.active {
  background: #68b8c4;
}

.spot_listing button:focus {
  outline: 0 none;
}

.spot_listing button + .spot_listing label {
  margin-left: 1em;
}

.spot-list {
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  background: #68b8c4;
  -webkit-backface-visibility: hidden;
}

.spot-list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.spot-list .mix,
.spot-list .gap {
  display: inline-block;
  width: 49%;
}

.spot-list .mix {
  text-align: left;
  background: #03899c;
  margin-bottom: 2%;
  display: none;
}

.spot-list .mix.category-1 {
  border-top: 2px solid limegreen;
}

.spot-list .mix.category-2 {
  border-top: 2px solid yellow;
}

.spot-list .mix:after {
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}

.spot-list .mix:before {
  content: '';
  display: inline-block;
  padding-top: 60%;
}

@media all and (min-width: 420px) {
  .spot-list .mix,
  .spot-list .gap {
    width: 32%;
  }
}
@media all and (min-width: 640px) {
  .spot-list .mix,
  .spot-list .gap {
    width: 23.5%;
  }
}
/*** Videos ***/
.videos label {
  font-weight: 300;
  margin: 0 .4em 0 0;
}
.videos button {
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
}
.videos button.active {
  background: #b8bf0d;
}
.videos button:focus {
  outline: 0 none;
}

.videos button + .videos label {
  margin-left: 1em;
}

.vid-list {
  padding: 2% 2% 0;
  text-align: justify;
  background: #fff;
  -webkit-backface-visibility: hidden;
}
.vid-list p {
  font-size: 14px;
  line-height: 22px;
  width: 92%;
  margin: 0 3% 0 5%;
}
.vid-list .mtext {
  float: left;
  width: 100%;
  min-height: 60px;
}

.vid-list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.vid-list .mix,
.vid-list .gap {
  display: inline-block;
  width: 49%;
}

.vid-list .mix {
  text-align: left;
  margin-bottom: 2%;
  display: none;
  position: relative;
}

.vid-list .mix:after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

.vid-list .mix:before {
  content: '';
  display: inline-block;
}

.vid-list .mix img.btn-play {
  position: absolute;
  top: 32%;
  left: 41%;
  width: 20%;
}

.feat_vid {
  background: #f9f9f9;
  padding: 20px 0;
}
.feat_vid .fv_left {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 1030px) {
  .feat_vid .fv_left {
    width: 42.5%;
    margin: 0 5% 0 2.5%;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .feat_vid .fv_left {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
    padding: 20px 0 0 0;
  }
}
.feat_vid .fv_left h4 {
  font-weight: 300;
  margin: 0 0 20px 0;
}
.feat_vid .fv_left h2 {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .feat_vid .fv_left h2 {
    margin: 0 0 20px 0;
  }
}
.feat_vid .fv_right {
  float: left;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .feat_vid .fv_right {
    width: 47.5%;
    margin: 0 2.5% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .feat_vid .fv_right {
    width: 95%;
    margin: 0 2.5%;
  }
}
.feat_vid .fv_right img.btn-play {
  position: absolute;
  top: 40%;
  left: 46%;
  width: 10%;
}

@media all and (min-width: 480px) {
  .vid-list .mix,
  .vid-list .gap {
    width: 29%;
  }
}
/*** Products ***/
.products label {
  font-weight: 300;
  margin: 0 .4em 0 0;
}
.products button {
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
}
.products button.active {
  background: #b8bf0d;
}
.products button:focus {
  outline: 0 none;
}

.products button + .products label {
  margin-left: 1em;
}

.prod-list {
  padding: 2% 2% 0;
  text-align: justify;
  background: #fff;
  -webkit-backface-visibility: hidden;
}
.prod-list p {
  font-size: 20px;
  line-height: 20px;
  float: left;
  display: inline;
}
.prod-list img.cat-icon {
  float: left;
  display: inline;
}
.prod-list .mtext {
  float: left;
  width: 100%;
  min-height: 60px;
}

.prod-list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.prod-list .mix,
.prod-list .gap {
  display: inline-block;
  width: 49%;
}

.prod-list .mix {
  text-align: left;
  margin-bottom: 2%;
  display: none;
  position: relative;
  background: #f5f5f5;
}

.prod-list .mix:after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

.prod-list .mix:before {
  display: inline-block;
}

.mimg {
  float: left;
  width: 80%;
  margin: 10%;
}

.mtext {
  float: left;
  width: 95%;
  margin: 2.5%;
}
.mtext .mt_icon {
  float: left;
  width: 20%;
}
.mtext .mt_title {
  float: left;
  width: 77.5%;
  margin: 0 0 0 2.5%;
  padding: 10px 0 0 0;
}

@media all and (min-width: 480px) {
  .prod-list .mix,
  .prod-list .gap {
    width: 32%;
  }
}
@media all and (min-width: 768px) {
  .prod-list .mix,
  .prod-list .gap {
    width: 32%;
  }
}
/*** Single Products ***/
.prod-single {
  background: #e9e9e9;
  padding: 65px 0;
}
.prod-single .ps_left {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.prod-single .ps_left h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  color: #333;
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 768px) {
  .prod-single .ps_left {
    width: 95%;
    margin: 0 2.5%;
  }
}
.prod-single .ps_right {
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
}
@media only screen and (max-width: 768px) {
  .prod-single .ps_right {
    width: 95%;
    margin: 0 2.5%;
  }
}

/*** Events ***/
.event {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.event .ev_left {
  width: 55%;
  float: left;
}
.event .ev_left h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .event .ev_left {
    width: 90%;
    margin: 0 5%;
  }
}
.event .ev_right {
  width: 40%;
  float: left;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 768px) {
  .event .ev_right {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 768px) {
  .event {
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px 0;
  }
}

/*** Content Full ***/
.content_full {
  float: left;
  width: 100%;
}
.content_full h1 {
  color: #b8bf0d;
  font-weight: 300;
  margin: 0 0 50px 0;
}
.content_full h3 {
  color: #b8bf0d;
}
@media only screen and (max-width: 1030px) {
  .content_full {
    width: 95%;
    margin: 0 2.5%;
  }
}

/*** FAQ ***/
.faq_head {
  background: #b8bf0d;
  padding: 200px 0;
  margin: 0 0 50px 0;
  max-height: 600px;
  overflow: hidden;
}
.faq_head h1 {
  color: #fff;
  margin: 0 0 50px 0;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
}
.faq_head p {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .faq_head {
    padding: 100px 0;
  }
  .faq_head h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .faq_head p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .faq_head {
    padding: 50px 0;
  }
  .faq_head h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .faq_head p {
    font-size: 16px;
    line-height: 16px;
  }
}

.faq {
  width: 95%;
  float: left;
  margin: 0 0 20px 0;
  padding: 2.5%;
}
.faq.even {
  background: #f8f8f8;
}
.faq .faqq {
  width: 48%;
  float: left;
  margin: 0 2% 0 0;
}
.faq .faqq .q_label {
  width: 10%;
  float: left;
}
.faq .faqq .q_label h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.faq .faqq .q_question {
  width: 85%;
  float: left;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 768px) {
  .faq .faqq {
    width: 90%;
    margin: 0 5% 20px 5%;
    padding: 15px 0 0 0;
  }
}
.faq .faqa {
  width: 48%;
  float: left;
  margin: 0 0 0 2%;
}
.faq .faqa .a_label {
  width: 10%;
  float: left;
}
.faq .faqa .a_label h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.faq .faqa .a_answer {
  width: 85%;
  float: left;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 768px) {
  .faq .faqa {
    width: 90%;
    margin: 0 5%;
  }
}

/*** Contact Page ***/
.contact-head {
  max-height: 600px;
  overflow: hidden;
  margin: 0 0 50px 0;
}

.contacts {
  float: left;
  width: 100%;
}
.contacts .contact {
  float: left;
  width: 48%;
  min-height: 200px;
}
.contacts .contact.odd {
  margin: 0 2% 65px 0;
}
.contacts .contact.even {
  margin: 0 0 65px 2%;
}
.contacts .contact .c_icon {
  width: 10%;
  float: left;
  margin: 0 5% 0 0;
}
.contacts .contact .c_con {
  float: left;
  width: 85%;
}
.contacts .contact .c_con h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .contacts .contact {
    width: 80%;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 479px) {
  .contacts .contact {
    width: 95%;
    margin: 0 2.5%;
  }
}
@media only screen and (max-width: 1030px) {
  .contacts {
    width: 95%;
    margin: 0 2.5%;
  }
}

/*** Media Kit ***/
.media-kit {
  background: #f8f8f8;
  padding: 50px 0;
  margin: 0 0 60px 0;
}
.media-kit h1 {
  font-weight: 300;
  margin: 0 0 40px 0;
}
.media-kit h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1030px) {
  .media-kit {
    width: 95%;
    margin: 0 2.5%;
  }
}

.media-photos {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.media-photos h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1030px) {
  .media-photos {
    width: 95%;
    margin: 0 2.5%;
  }
}

.mp-photos {
  float: left;
  width: 100%;
}
.mp-photos .photo {
  width: 22.75%;
  height: 160px;
  overflow: hidden;
  float: left;
  margin: 0 3% 3% 0;
  position: relative;
}
.mp-photos .photo.div-3 {
  margin: 0 0 3% 0;
}
@media only screen and (max-width: 999px) {
  .mp-photos .photo.div-3 {
    margin: 0 1% 3% 1%;
  }
}
@media only screen and (max-width: 768px) {
  .mp-photos .photo.div-3 {
    margin: 0 2.5% 3% 2.5%;
  }
}
@media only screen and (max-width: 479px) {
  .mp-photos .photo.div-3 {
    margin: 0 5% 3% 5%;
  }
}
.mp-photos .photo img.dl {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 479px) {
  .mp-photos .photo img.dl {
    bottom: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .mp-photos .photo {
    width: 30%;
    margin: 0 1% 3% 1%;
  }
}
@media only screen and (max-width: 768px) {
  .mp-photos .photo {
    width: 45%;
    margin: 0 2.5% 3% 2.5%;
  }
}
@media only screen and (max-width: 479px) {
  .mp-photos .photo {
    width: 90%;
    margin: 0 5% 3% 5%;
    height: auto;
  }
}

.media-logos {
  float: left;
  width: 100%;
}
.media-logos h2 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1030px) {
  .media-logos {
    width: 95%;
    margin: 0 2.5% 50px 2.5%;
  }
}

.ml-logos {
  float: left;
  width: 100%;
}
.ml-logos .logo {
  width: 22.75%;
  height: 110px;
  overflow: hidden;
  float: left;
  margin: 0 3% 3% 0;
  position: relative;
  padding: 60px 0 0 0;
}
.ml-logos .logo.div-3 {
  margin: 0 0 3% 0;
}
@media only screen and (max-width: 768px) {
  .ml-logos .logo.div-3 {
    margin: 0 2.5% 3% 2.5%;
  }
}
@media only screen and (max-width: 479px) {
  .ml-logos .logo.div-3 {
    margin: 0 5% 3% 5%;
  }
}
.ml-logos .logo.png {
  background: #666666;
}
.ml-logos .logo img.dl {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ml-logos .logo img.type {
  position: absolute;
  bottom: 10px;
  right: 60px;
}
@media only screen and (max-width: 768px) {
  .ml-logos .logo {
    width: 45%;
    margin: 0 2.5% 3% 2.5%;
  }
}
@media only screen and (max-width: 479px) {
  .ml-logos .logo {
    width: 90%;
    margin: 0 5% 3% 5%;
    padding: 30px 0 0 0;
  }
}

/*** Customer Spotlights ***/
.spot_hero_vid {
  max-height: 600px;
}
.spot_hero_vid .shero-text {
  float: left;
  width: 90%;
  margin: 0 5%;
}
.spot_hero_vid .shero-text img {
  margin: 0 0 20px 0;
}
.spot_hero_vid .shero-text h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 40px 0;
}
.spot_hero_vid .shero-text h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.spot_hero_vid .shero-text h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1099px) {
  .spot_hero_vid .shero-text img {
    margin: 0 0 10px 0;
  }
  .spot_hero_vid .shero-text h4 {
    margin: 0 0 30px 0;
  }
  .spot_hero_vid .shero-text h1 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 999px) {
  .spot_hero_vid .shero-text img {
    margin: 0 0 10px 0;
  }
  .spot_hero_vid .shero-text h4 {
    margin: 0 0 20px 0;
  }
  .spot_hero_vid .shero-text h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    line-height: 50px;
  }
  .spot_hero_vid .shero-text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .spot_hero_vid .shero-text {
    width: 90%;
    margin: 5% 5% 0 5%;
  }
  .spot_hero_vid .shero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .spot_hero_vid .shero-text h3 {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .spot_hero_vid .shero-text img {
    width: 25px;
    height: auto;
  }
  .spot_hero_vid .shero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .spot_hero_vid .shero-text h4 {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .spot_hero_vid .shero-text img {
    margin: 0 0 5px 0;
  }
  .spot_hero_vid .shero-text h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .spot_hero_vid .shero-text h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px 0;
  }
}
.spot_hero_vid .videoBox {
  height: auto;
  overflow: hidden;
}
.spot_hero_vid .videoWrapper {
  position: relative;
  padding-bottom: 46.25%;
  /* 16:9 */
  padding-top: 5px;
  height: 0;
}
.spot_hero_vid .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.spot_hero_vid .videoWrapper .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .spot_hero_vid .videoWrapper .overlay {
    display: none;
  }
}
.spot_hero_vid .videoBoxContent {
  max-width: 1030px;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 190px;
  text-align: center;
}
.spot_hero_vid .videoBoxContent p {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1099px) {
  .spot_hero_vid .videoBoxContent {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .spot_hero_vid .videoBoxContent br {
    display: none;
  }
}

.spot_hero {
  max-height: 600px;
  overflow: hidden;
}
.spot_hero .shero-text {
  margin: 100px 0 0 0;
}
.spot_hero .shero-text img {
  margin: 0 0 30px 0;
}
.spot_hero .shero-text h1 {
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 999px) {
  .spot_hero .shero-text {
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 899px) {
  .spot_hero .shero-text img {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spot_hero .shero-text {
    margin: 30px 0 0 0;
  }
  .spot_hero .shero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .spot_hero .shero-text img {
    width: 35%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .spot_hero .shero-text h1 {
    font-size: 25px;
    line-height: 25px;
  }
}

.spot_prob {
  padding: 75px 0;
}
.spot_prob h2 {
  margin: 0 0 55px 0;
}
@media only screen and (max-width: 768px) {
  .spot_prob p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .spot_prob {
    padding: 50px 0;
  }
  .spot_prob h2 {
    margin: 0 0 30px 0;
  }
}

.spot_sol {
  padding: 75px 0 0 0;
  background: #b8bf0d;
  color: #fff;
  margin: 0 0 160px 0;
}
.spot_sol h2 {
  color: #fff;
  margin: 0 0 55px 0;
}
.spot_sol img {
  margin: 20px 0 -140px 0;
}
@media only screen and (max-width: 768px) {
  .spot_sol p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .spot_sol {
    padding: 50px 0 0 0;
  }
}

.scos {
  float: left;
  width: 100%;
  margin: 60px 0;
}
.scos.three .callout {
  width: 30.3333%;
  float: left;
  text-align: center;
  margin: 0 1.5%;
}
.scos.three .callout p {
  margin: 30px 0 0 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .scos.three .callout {
    width: 80%;
    margin: 0 10% 35px 10%;
  }
  .scos.three .callout p {
    margin: 0;
  }
}
.scos.four .callout {
  width: 22%;
  float: left;
  text-align: center;
  margin: 0 1.5%;
}
.scos.four .callout p {
  margin: 30px 0 0 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .scos.four .callout {
    width: 80%;
    margin: 0 10% 35px 10%;
  }
  .scos.four .callout p {
    margin: 0;
  }
}

/*** Insights Styles ***/
.tt_content {
  margin-bottom: 40px;
}
.tt_content > h2.p1 {
  padding-top: 35px;
}
.tt_content h2.no-results {
  margin: 40px 0 0 0;
}

.feat-blog {
  max-height: 600px;
  overflow: hidden;
}
.feat-blog .shero-text {
  float: left;
  width: 90%;
  margin: 14% 5% 0 5%;
}
.feat-blog .shero-text h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.feat-blog .shero-text h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 55px 0;
}
@media only screen and (max-width: 1099px) {
  .feat-blog .shero-text h4 {
    margin: 0 0 30px 0;
  }
  .feat-blog .shero-text h1 {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 999px) {
  .feat-blog .shero-text h4 {
    margin: 0 0 20px 0;
  }
  .feat-blog .shero-text h1 {
    margin: 0 0 35px 0;
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .feat-blog .shero-text {
    width: 90%;
    margin: 5% 5% 0 5%;
  }
  .feat-blog .shero-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 630px) {
  .feat-blog .shero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .feat-blog .shero-text h4 {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .feat-blog .shero-text h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .feat-blog .shero-text h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px 0;
  }
}

.blog_post {
  margin: 50px 4% 0 0;
  padding: 0 0 20px 0;
  float: left;
  width: 96%;
  border-bottom: 1px solid #ebebea;
}
@media only screen and (max-width: 768px) {
  .blog_post {
    margin: 50px 2% 0 2%;
  }
}
.blog_post img.blog_img {
  margin: 0 0 10px 0;
}
.blog_post h3 a:hover {
  text-decoration: underline;
}
.blog_post .bp_image {
  float: left;
  width: 27.5%;
  margin: 0 2.5% 0 0;
}
.blog_post .bp_image.full {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 479px) {
  .blog_post .bp_image {
    width: 100%;
    margin: 0;
  }
}
.blog_post .bp_content {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 479px) {
  .blog_post .bp_content {
    width: 100%;
  }
}
.blog_post .bp_content.full {
  width: 100%;
}
.blog_post .bp_content h2 {
  font-size: 42px;
  line-height: 42px;
  margin: 45px 0 25px 0;
  color: #333;
}
.blog_post .bp_content h2.listing {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 25px 0;
}
.blog_post .bp_content .bpc_post_info {
  float: left;
  width: 100%;
}
.blog_post .bp_content .bpc_post_info h3 {
  float: left;
  width: auto;
  display: inline;
  font-size: 16px;
  line-height: 16px;
}
.blog_post .bp_content .bpc_post_info p {
  float: left;
  width: auto;
  display: inline;
}
.blog_post .bp_content .bpc_post_info span {
  margin: 0 10px 0 0;
}
.blog_post .ins_double {
  float: left;
  width: 48%;
}
.blog_post .ins_double.left {
  margin: 0 2% 0 0;
}
.blog_post .ins_double.right {
  margin: 0 0 0 2%;
}
.blog_post .ins_single {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
.blog_post .insights_cta {
  float: left;
  width: 100%;
  text-align: center;
}

.tts {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebea;
  padding: 50px 0;
}
.tts p {
  margin-bottom: 15px;
}
.tts h3 {
  color: #b8bf0d;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.tts input {
  width: 96%;
}
.tts input.submit {
  width: auto;
  float: right;
}
.tts h4 a {
  font-size: 16px;
  font-weight: 500;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.tts h4 a:hover {
  text-decoration: underline;
}

.tts_newsletter {
  margin: 30px 0 0 0;
}
.tts_newsletter input {
  border: 1px solid #ebebea;
}
.tts_newsletter input:hover, .tts_newsletter input:focus {
  border: 1px solid #ebebea;
}
.tts_newsletter input:active {
  border: 1px solid #ebebea;
}

/*** Footer Styles***/
.footer .flogo {
  float: left;
  width: 5%;
  margin: 52px 0;
}
@media only screen and (max-width: 768px) {
  .footer .flogo {
    margin: 20px 47.5%;
  }
}
@media only screen and (max-width: 479px) {
  .footer .flogo {
    width: 10%;
    margin: 20px 45%;
  }
}
.footer .fnav {
  float: left;
  width: 71%;
  margin: 0 0 0 4%;
}
.footer .fnav ul {
  list-style: none;
  margin: 65px 0 0 0;
}
.footer .fnav ul li {
  float: left;
  margin: 0 40px 0 0;
  font-size: 17px;
}
.footer .fnav ul li a {
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .footer .fnav {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
  }
  .footer .fnav ul {
    margin: 0;
  }
  .footer .fnav ul li {
    float: none;
    display: inline-block;
    margin: 0 20px;
  }
}
.footer .fsocial {
  float: left;
  width: 20%;
  margin: 55px 0 0 0;
  text-align: right;
}
.footer .fsocial img {
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .footer .fsocial {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}

a .chevron-overlay {
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  top: -33px;
  position: relative;
  z-index: 4;
  font-weight: 100;
}

.copyright {
  margin-left: auto;
  margin-right: auto;
  font-size: .7em;
  color: rgba(0, 0, 0, 0.35);
  text-align: center;
  margin-bottom: 30px;
}

.error404 .content {
  text-align: center;
}
.error404 .content .http-status-code {
  display: inline-block;
  margin: 2rem 1rem;
}
.error404 .content .http-status-code div {
  margin: 1rem;
}
.error404 .content .http-status-code .http-status-404 {
  margin: 2rem 0rem;
}
.error404 .content .http-status-code .message,
.error404 .content .http-status-code .recommendations {
  text-align: left;
}
.error404 .content .http-status-code .recommendations .title {
  margin: 1rem 0;
}
.error404 .content .http-status-code .recommendations .items {
  margin-top: 1rem;
}
.page-privacy .content_full > h1,
.page-terms-of-use .content_full > h1 {
  font-size: 40px;
}
.sup {
/*  font-size: .6em;*/
}

/* Fix video display issue on Chrome */
.fr-frame-active {
    display: block !important;
}
