@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');
.animate-rotate {
  -webkit-animation: rotation .7s infinite linear;
  -moz-animation: rotation .7s infinite linear;
  -o-animation: rotation .7s infinite linear;
  -ms-animation: rotation .7s infinite linear;
  animation: rotation .7s infinite linear;
  display: inline-block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.animate-slideInDown {
  -moz-animation: slideInDown 2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-animation: slideInDown 2s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation: slideInDown 2s cubic-bezier(0.86, 0, 0.07, 1);
  animation: slideInDown 2s cubic-bezier(0.86, 0, 0.07, 1);
  display: inline-block;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@font-face {
  font-family: 'Segoe Print';
  src: url('../fonts/SegoePrint-Bold.eot');
  src: url('../fonts/SegoePrint-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoePrint-Bold.woff2') format('woff2'), url('../fonts/SegoePrint-Bold.woff') format('woff'), url('../fonts/SegoePrint-Bold.ttf') format('truetype'), url('../fonts/SegoePrint-Bold.svg#SegoePrint-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-th:before {
  content: '\e800';
}
.icon-up-open:before {
  content: '\e801';
}
.icon-right-open:before {
  content: '\e802';
}
.icon-left-open:before {
  content: '\e803';
}
.icon-down-open:before {
  content: '\e804';
}
.icon-plus:before {
  content: '\e805';
}
.icon-minus:before {
  content: '\e806';
}
.icon-cancel:before {
  content: '\e807';
}
.icon-ok:before {
  content: '\e808';
}
.icon-location:before {
  content: '\e809';
}
.icon-down-dir:before {
  content: '\e80a';
}
.icon-up-dir:before {
  content: '\e80b';
}
.icon-left-dir:before {
  content: '\e80c';
}
.icon-right-dir:before {
  content: '\e80d';
}
.icon-inbox:before {
  content: '\e80e';
}
.icon-zoom-in:before {
  content: '\e80f';
}
.icon-zoom-out:before {
  content: '\e810';
}
.icon-search:before {
  content: '\e811';
}
.icon-ok-circled:before {
  content: '\e812';
}
.icon-calendar:before {
  content: '\e813';
}
.icon-bookmark:before {
  content: '\e814';
}
.icon-resize-vertical:before {
  content: '\e815';
}
.icon-resize-horizontal:before {
  content: '\e816';
}
/* '' */
.icon-resize-full:before {
  content: '\e817';
}
/* '' */
.icon-resize-small:before {
  content: '\e818';
}
/* '' */
.icon-star-empty:before {
  content: '\e819';
}
/* '' */
.icon-star:before {
  content: '\e81a';
}
/* '' */
.icon-users:before {
  content: '\e81b';
}
/* '' */
.icon-picture:before {
  content: '\e81c';
}
/* '' */
.icon-videocam:before {
  content: '\e81d';
}
/* '' */
.icon-cog:before {
  content: '\e81e';
}
/* '' */
.icon-spin1:before {
  content: '\e830';
}
/* '' */
.icon-move:before {
  content: '\f047';
}
/* '' */
.icon-bookmark-empty:before {
  content: '\f097';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-resize-full-alt:before {
  content: '\f0b2';
}
/* '' */
.icon-menu:before {
  content: '\f0c9';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-star-half-alt:before {
  content: '\f123';
}
/* '' */
.icon-direction:before {
  content: '\f124';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-tumblr:before {
  content: '\f173';
}
/* '' */
.icon-down:before {
  content: '\f175';
}
/* '' */
.icon-up:before {
  content: '\f176';
}
/* '' */
.icon-left:before {
  content: '\f177';
}
/* '' */
.icon-right:before {
  content: '\f178';
}
/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.icon-file-excel:before {
  content: '\f1c3';
}
/* '' */
.icon-file-image:before {
  content: '\f1c5';
}
.icon-file-archive:before {
  content: '\f1c6';
}
.icon-file-video:before {
  content: '\f1c8';
}
.icon-sliders:before {
  content: '\f1de';
}
.icon-paypal:before {
  content: '\f1ed';
}
.icon-trash:before {
  content: '\f1f8';
}
.icon-pinterest:before {
  content: '\f231';
}
.icon-user-plus:before {
  content: '\f234';
}
.icon-user-times:before {
  content: '\f235';
}
.icon-map:before {
  content: '\f279';
}
.icon-soundcloud:before {
  content: '\f348';
}
body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 25px;
  color: #616161;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  letter-spacing: .3px;
  -moz-osx-font-smoothing: auto;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.page-template-page-content {
  height: auto !important;
}
body.single-product .intro-text,
body.page-template-page-content .intro-text,
body.single-product .text-container,
body.page-template-page-content .text-container {
  max-width: 720px;
}
body.single-product #body-outer,
body.page-template-page-content #body-outer {
  height: auto;
  min-height: 100%;
}
body.single-product .header,
body.page-template-page-content .header {
  border-top-color: #FFFFFF;
}
.wow {
  visibility: hidden;
}
::-moz-selection {
  background: #A42B51;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #A42B51;
  color: #fff;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0 0 20px;
}
h1,
h2,
h3 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
h1,
h2 {
  margin: 0 0 30px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 {
  font-size: 52px;
  line-height: 70px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}
h3 {
  font-size: 40px;
  line-height: 45px;
  color: #000000;
}
h3 + h6 {
  margin-top: -15px;
}
h4 {
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 26px;
  line-height: 32px;
}
h5 {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0;
}
h6 {
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 30px;
}
p iframe {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: 40vh;
}
p strong {
  color: #000000;
}
b,
strong {
  font-weight: normal;
  color: #000000;
}
img {
  max-width: 100%;
}
a {
  color: #BF5825;
}
a:hover {
  color: #A42B51;
}
blockquote {
  position: relative;
  background-color: #F2F2F2;
  min-height: 140px;
  padding: 40px 40px 40px;
  margin-top: 30px;
  margin-bottom: 40px;
}
blockquote h3:last-child,
blockquote h4:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote h4 {
  font-size: 30px;
  line-height: 35px;
  color: #BF5825;
}
blockquote h3 + p,
blockquote h4 + p {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.page-container {
  text-align: left;
  margin-top: 108px;
  margin-bottom: 382px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.page-container.standard-page .hero-container {
  max-width: 890px;
}
.error404 .page-container {
  padding-top: 80px;
  text-align: center;
}
.error404 .page-container form.search {
  display: none;
}
button,
input {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  height: 47px;
  line-height: 47px;
  padding: 0 22px;
  border: 0 solid rgba(255, 255, 255, 0.34);
  background-color: transparent;
  color: inherit;
  margin-bottom: 10px;
}
button::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #BAB7B3;
}
button:-moz-placeholder,
input:-moz-placeholder {
  color: #BAB7B3;
}
button::-moz-placeholder,
input::-moz-placeholder {
  color: #BAB7B3;
}
button:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #BAB7B3;
}
button:focus,
input:focus {
  outline: none;
}
button[type="email"],
input[type="email"],
button[type="text"],
input[type="text"] {
  width: 280px;
  background-color: #FFFFFF;
}
button[type="submit"],
input[type="submit"] {
  background-color: #BF5825;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  line-height: 37px;
  height: 47px;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #A42B51;
}
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}
.btn,
.btn:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
.btn:hover,
.btn:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
.btn.alt-btn {
  background-color: #BF5825;
}
.btn.alt-btn:hover,
.btn.alt-btn:active {
  background-color: #A42B51;
}
.alt-btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  background-color: #BF5825;
}
.alt-btn,
.alt-btn:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
.alt-btn:hover,
.alt-btn:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
.alt-btn.alt-btn {
  background-color: #BF5825;
}
.alt-btn.alt-btn:hover,
.alt-btn.alt-btn:active {
  background-color: #A42B51;
}
.alt-btn:hover,
.alt-btn:active {
  background-color: #A42B51;
}
.std-btn-wrap a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}
.std-btn-wrap a,
.std-btn-wrap a:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
.std-btn-wrap a:hover,
.std-btn-wrap a:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
.std-btn-wrap a.alt-btn {
  background-color: #BF5825;
}
.std-btn-wrap a.alt-btn:hover,
.std-btn-wrap a.alt-btn:active {
  background-color: #A42B51;
}
.alt-btn-wrap a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  background-color: #BF5825;
  display: inline-block;
}
.alt-btn-wrap a,
.alt-btn-wrap a:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
.alt-btn-wrap a:hover,
.alt-btn-wrap a:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
.alt-btn-wrap a.alt-btn {
  background-color: #BF5825;
}
.alt-btn-wrap a.alt-btn:hover,
.alt-btn-wrap a.alt-btn:active {
  background-color: #A42B51;
}
.alt-btn-wrap a:hover,
.alt-btn-wrap a:active {
  background-color: #A42B51;
}
.logo {
  -moz-transition: background-color linear 400ms;
  -webkit-transition: background-color linear 400ms;
  -o-transition: background-color linear 400ms;
  transition: background-color linear 400ms;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: block;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(../img/logo-vert.svg);
  text-indent: -9999px;
  max-width: 100%;
  width: 133px;
  height: 133px;
}
.logo:hover {
  text-decoration: none !important;
}
.css-t {
  display: table;
}
.css-t-r {
  display: table-row;
}
.css-t-c {
  display: table-cell;
  vertical-align: middle;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.desktop-menu {
  display: inline-block;
}
.mobile-menu {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  background-color: #E8E8EA;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  width: 80%;
  max-width: 500px;
  z-index: 2000;
  padding: 60px 10px;
  text-align: left;
}
.mobile-menu:before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: 50px;
  background-image: url(../img/stamp-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  opacity: .1;
}
.mobile-menu .mobile-search-form-wrapper {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.mobile-menu .mobile-search-form-wrapper form.searchform {
  position: relative;
  background-color: #FFFFFF;
  display: block;
  padding-right: 40px;
}
.mobile-menu .mobile-search-form-wrapper form.searchform input {
  margin-bottom: 0;
}
.mobile-menu .mobile-search-form-wrapper form.searchform .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 10px;
}
.mobile-menu .logo {
  width: 103px;
  height: 103px;
  margin: 10px auto 20px;
  color: #A42B51;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.mobile-menu > .menu-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.mobile-menu ul,
.mobile-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mobile-menu > ul {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.mobile-menu > ul > li {
  position: relative;
  padding: 0 20px 0 10px;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 40px;
}
.mobile-menu > ul > li a,
.mobile-menu > ul > li a:visited,
.mobile-menu > ul > li a:hover {
  color: #000000;
}
.mobile-menu > ul > li i.icon-down-open {
  -moz-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
  color: #0000000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.mobile-menu > ul > li.active i.icon-down-open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu > ul > li.active > ul.sub-menu {
  display: block;
  opacity: 1;
}
.mobile-menu > ul > li > ul.sub-menu {
  -moz-transition: opacity linear 100ms;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  display: none;
  opacity: 0;
  padding-left: 10px;
}
.mobile-menu > ul > li > ul.sub-menu > li a {
  font-weight: normal;
  text-transform: none;
}
.mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu {
  padding-top: 5px;
  padding-bottom: 15px;
}
.mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu li {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.mobile-menu > ul > li > ul > li {
  font-size: 16px;
  line-height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu > ul > li > ul > li a {
  color: #000000;
}
.mobile-menu > ul + ul {
  padding-top: 20px;
  border-top: 1px solid #E6CAB4;
}
.mobile-menu span.menu-toggle,
.mobile-menu a.menu-toggle {
  color: #000000;
  font-size: 28px;
}
.mobile-menu .social {
  text-align: center;
}
.mobile-menu a.social {
  color: #000000;
  font-size: 24px;
  position: relative;
}
span.menu-toggle {
  cursor: pointer;
}
.mobile-slide-anchors {
  display: block;
  margin-bottom: 20px;
}
.mobile-slide-anchors a {
  display: block;
}
.mobile-slide-anchors + ul {
  border-top: 1px solid #E6CAB4;
  padding-top: 20px;
}
.header {
  -moz-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
  opacity: 1;
}
.footer {
  -moz-transition: opacity linear 1500ms;
  -webkit-transition: opacity linear 1500ms;
  -o-transition: opacity linear 1500ms;
  transition: opacity linear 1500ms;
  transition-delay: 200ms;
  opacity: 1;
}
.body-outer .body-wrapper {
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.embed-active .header,
.nav-active .header {
  -moz-transition: all linear 0ms;
  -webkit-transition: all linear 0ms;
  -o-transition: all linear 0ms;
  transition: all linear 0ms;
  opacity: 0;
}
.embed-active .footer,
.nav-active .footer {
  -moz-transition: opacity linear 0ms;
  -webkit-transition: opacity linear 0ms;
  -o-transition: opacity linear 0ms;
  transition: opacity linear 0ms;
  opacity: 0;
}
.embed-active .body-outer .body-wrapper,
.nav-active .body-outer .body-wrapper {
  filter: blur(10px);
}
.embed-active .body-outer .page-container-inner,
.nav-active .body-outer .page-container-inner {
  transform: perspective(200px) translateZ(-10px);
}
.embed-active .mobile-header {
  display: none;
}
.embed-popup {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-popup a.close {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 60px;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 2000;
  color: #FFFFFF;
  opacity: 1;
}
.embed-popup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.embed-popup .embed-popup-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-popup .embed-popup-inner .embed-container {
  position: relative;
  z-index: 2000;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.embed-popup .embed-popup-inner .embed-container iframe,
.embed-popup .embed-popup-inner .embed-container object,
.embed-popup .embed-popup-inner .embed-container embed,
.embed-popup .embed-popup-inner .embed-container video {
  max-width: 100%;
}
.embed-popup .embed-popup-inner .embed-container.video {
  position: relative;
  height: 0;
  padding-bottom: 52.75%;
}
.embed-popup .embed-popup-inner .embed-container.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-active .mobile-menu {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
body.customize-support .trans-nav .page-container.scrolled .section.page-feature:first-child a.feature:before,
body.customize-support.home .page-container.scrolled .section.page-feature:first-child a.feature:before,
body.customize-support .trans-nav .page-container:before,
body.customize-support.home .page-container:before,
body.customize-support .header {
  top: 32px;
}
.header {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  z-index: 100;
  overflow: visible;
}
.header h1,
.header h2,
.header h3,
.header h5,
.header h6,
.header ol,
.header ul,
.header li,
.header i,
.header td {
  color: #FFFFFF;
}
.header h1 b,
.header h2 b,
.header h3 b,
.header h4 b,
.header h5 b,
.header h6 b,
.header h1 strong,
.header h2 strong,
.header h3 strong,
.header h4 strong,
.header h5 strong,
.header h6 strong {
  color: #BF5825;
}
.header h4,
.header h5,
.header p {
  color: #616161;
}
.header h3 a,
.header h4 a,
.header h3 a:visited,
.header h4 a:visited {
  font-weight: 400;
  color: #A42B51;
}
.header h3 strong,
.header h4 strong,
.header h3 b,
.header h4 b {
  color: #FFFFFF;
}
.header h1,
.header h2,
.header h3 {
  color: #FFFFFF;
}
.header h1 em,
.header h2 em,
.header h3 em,
.header h1 i,
.header h2 i,
.header h3 i {
  color: #BF5825;
}
.header h1 strong,
.header h2 strong,
.header h3 strong {
  color: #BF5825;
}
.header a,
.header a:visited {
  color: #FFFFFF;
}
.header a:hover {
  color: #FFFFFF;
}
.header .logo-column {
  padding-top: 20px;
}
.header .logo-container {
  -moz-transition: all linear 150ms;
  -webkit-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
  margin-top: 6px;
  float: left;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
  display: block;
  width: 93px;
  height: 93px;
  text-indent: -9999px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/logo.png');
}
@media screen and (min-width: 992px) {
  .header .logo-container {
    position: absolute;
  }
}
.header .collapsed-menu {
  -moz-transition: opacity linear 100ms;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  position: absolute;
  bottom: 11px;
  right: 20px;
  z-index: -1;
  opacity: 0;
  width: 260px;
}
.header .menu-col {
  -moz-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
  position: relative;
}
.header .menu-col .collapsed-menu .menu-toggle {
  float: right;
}
.header ul.menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -moz-transition: opacity linear 100ms;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  display: inline-block;
  padding-left: 0;
  margin-top: 40px;
  overflow: visible;
}
.header ul.menu > li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  vertical-align: top;
  position: relative;
  overflow: visible;
}
.header ul.menu > li:hover ul.sub-menu {
  display: block;
}
.header ul.menu > li:hover.menu-item-445 > ul.sub-menu {
  display: flex;
}
.header ul.menu > li.current-menu-item > a,
.header ul.menu > li.current-menu-item > a:hover {
  font-weight: 500;
}
.header ul.menu > li > a {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: solid 2px transparent;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}
.header ul.menu > li > a:hover {
  text-decoration: none;
  border-bottom-color: #000000;
}
.header ul.menu > li:last-child {
  margin-right: 6px;
  padding-right: 0;
}
.header ul.menu > li:last-child > a {
  padding-right: 0;
}
.header ul.menu > li:last-child > ul.sub-menu {
  left: auto;
  right: -20px;
}
.header ul.menu > li.menu-item-445 > ul.sub-menu {
  height: 420px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  width: 600px;
  margin-left: -300px;
  padding-left: 5px;
  padding-right: 5px;
}
.header ul.menu > li.menu-item-445 > ul.sub-menu > li {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 300px;
}
.header ul.menu > li > ul.sub-menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  margin-left: -150px;
  left: 50%;
  width: 300px;
  margin-top: 0;
  padding-left: 0;
  padding: 20px;
  background-color: #000000;
  text-align: center;
}
.header ul.menu > li > ul.sub-menu > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
.header ul.menu > li > ul.sub-menu > li > a {
  display: block;
  text-align: left;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header ul.menu > li > ul.sub-menu > li > ul.sub-menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 8px;
}
.header ul.menu > li > ul.sub-menu > li > ul.sub-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  padding: 0 0 0 12px;
}
.header ul.menu > li > ul.sub-menu > li > ul.sub-menu li > a {
  display: block;
  text-align: left;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
}
.header ul.menu > li > ul.sub-menu > li > ul.sub-menu li:first-child > a {
  padding-top: 8px;
}
.header ul.menu > li > ul.sub-menu > li > ul.sub-menu li:last-child > a {
  padding-bottom: 14px;
}
.app-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  text-decoration: none;
  display: block;
  padding: 11px 15px 10px;
  position: relative;
  z-index: 12;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
  margin-top: 40px;
}
.app-btn:hover,
.app-btn:active,
.app-btn:focus {
  text-decoration: none;
}
.app-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.desktop-header > .container {
  width: auto;
}
.desktop-header .app-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  padding: 11px 15px 10px;
  margin: 0;
  width: auto;
}
.desktop-header .app-btn:hover,
.desktop-header .app-btn:active,
.desktop-header .app-btn:focus {
  text-decoration: none;
}
.desktop-header .app-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.body-outer.trans-nav .mobile-header,
body.home .mobile-header {
  background-color: transparent;
}
.body-outer.trans-nav .page-container,
body.home .page-container {
  margin-top: 0;
}
.body-outer.trans-nav .page-container:before,
body.home .page-container:before {
  -moz-transition: opacity linear 1200ms;
  -webkit-transition: opacity linear 1200ms;
  -o-transition: opacity linear 1200ms;
  transition: opacity linear 1200ms;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: none;
  background-color: #FFFFFF;
  height: 73px;
  width: 100%;
  z-index: 10;
}
.body-outer.trans-nav .page-container .section.page-feature:first-child,
body.home .page-container .section.page-feature:first-child {
  background-color: #FFFFFF;
  position: relative;
  z-index: 12;
}
.body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container,
body.home .page-container .section.page-feature:first-child .feature-container {
  margin-bottom: 0;
}
.body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container + .page-feature-columns-wrapper,
body.home .page-container .section.page-feature:first-child .feature-container + .page-feature-columns-wrapper {
  margin-top: 10px;
}
.body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container a.feature,
body.home .page-container .section.page-feature:first-child .feature-container a.feature {
  clip: rect(0, auto, auto, 0);
}
.body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container a.feature:before,
body.home .page-container .section.page-feature:first-child .feature-container a.feature:before {
  -moz-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
  opacity: 0;
  content: '';
  background: rgba(0, 0, 0, 0);
  height: 133px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container a.feature .feature-text h3,
body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text h3 {
  margin-bottom: 50px;
}
.body-outer.trans-nav .page-container.scrolled .section.page-feature:first-child a.feature:before,
body.home .page-container.scrolled .section.page-feature:first-child a.feature:before {
  opacity: 1;
  height: 70px;
}
.body-outer.trans-nav .header,
body.home .header {
  background-color: transparent;
  z-index: 13;
}
.body-outer.trans-nav .header .logo-container,
body.home .header .logo-container {
  background-image: url(../img/logo-white-text.png);
}
.body-outer.trans-nav .header ul.menu > li > a,
body.home .header ul.menu > li > a {
  color: #FFFFFF;
}
.body-outer.trans-nav .header ul.menu > li > a:hover,
body.home .header ul.menu > li > a:hover {
  border-bottom-color: #FFFFFF;
}
@media screen and (min-width: 767px) {
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-c h2 + h2 {
    margin-top: -20px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-c h2,
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-c h4 {
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-c h1 + h4,
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-c h2 + h4 {
    margin-top: -20px;
  }
}
.mobile-header {
  text-align: left;
  position: relative;
  z-index: 10;
  padding: 0 10px;
  height: 60px;
}
.mobile-header .menu-toggle {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-top: 19px;
  margin-right: 3px;
  margin-left: 16px;
}
.mobile-header .menu-toggle i:before {
  margin: 0;
}
.mobile-header .get-started {
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 42px;
  padding: 0 12px;
  margin: 10px 0 0 0;
}
.mobile-header .logo {
  margin: 5px 10px 0 0;
  height: 50px;
  width: 150px;
  background-image: url(../img/logo-white-text.png);
  background-position: 0 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  padding-top: 0;
  padding-right: 60px;
}
.footer {
  color: #4C4C4C;
  padding: 40px 0 20px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.footer .copyright-col {
  zoom: 1;
  clear: both;
}
.footer .copyright-col:before {
  content: '';
  display: block;
}
.footer .copyright-col:after {
  content: '';
  display: table;
  clear: both;
}
.footer .copyright {
  color: #918F90;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 20px;
}
.footer .container {
  overflow: visible;
  position: relative;
  padding: 10px 0;
}
.footer .divider {
  margin: 10px 0;
  height: 1px;
  overflow: hidden;
  background-color: rgba(97, 97, 97, 0);
}
.footer a.contact {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  text-transform: uppercase;
  display: block;
  max-width: 190px;
  padding: 13px 10px 12px;
  margin-left: auto;
  margin-right: auto;
  color: #4C4C4C;
  font-weight: 500;
  border: 2px solid #818181;
  font-size: 20px;
  line-height: 24px;
}
.footer a.contact:hover,
.footer a.contact:active,
.footer a.contact:focus {
  text-decoration: none;
}
.footer a.contact:hover,
.footer a.contact:active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.footer .supporters {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.footer .supporters a {
  display: block;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.footer .supporters a.ap-logo {
  max-width: 150px;
}
.footer .supporters a.sgov-logo {
  max-width: 100px;
}
.footer .supporters p + a {
  margin-top: -10px;
}
.footer .social-inline {
  padding-top: 20px;
}
.footer div.social {
  margin-top: -4px;
}
.footer div.social a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.footer div.social a:hover,
.footer div.social a:active {
  text-decoration: none;
}
.footer div.social a .text {
  display: none;
}
.footer div.social a:hover i {
  background-color: #E8E8EA;
  color: #000000;
}
.footer div.social a i {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 51px;
}
.footer div.social a i:before {
  font-size: 24px;
}
.content-columns-panel {
  padding: 20px 0;
}
.content-columns-panel.icon-grid {
  padding: 30px 10px;
}
.content-columns-panel.icon-grid > .container {
  width: 100%;
}
.content-columns-panel.icon-grid .ig-embed-wrapper {
  display: none;
}
.content-columns-panel table {
  border-top: 1px solid #f2f2f2;
  width: 100%;
  margin-bottom: 30px;
}
.content-columns-panel table th {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 150px;
  padding: 16px 0 14px;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.content-columns-panel table th:first-child {
  padding-right: 10px;
  text-align: left;
}
.content-columns-panel table td {
  font-size: 16px;
  text-align: center;
  padding: 15px 4px;
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.content-columns-panel table td sub {
  line-height: 12px;
  display: inline-block;
}
.content-columns-panel + .content-columns-panel {
  margin-top: -20px;
}
.content-columns-panel .columns-row > span {
  display: block;
}
.content-columns-panel .title,
.content-columns-panel .description,
.content-columns-panel .img-wrapper,
.content-columns-panel .text,
.content-columns-panel .img,
.content-columns-panel .col-sm-3 {
  display: block;
}
.content-columns-panel .col-sm-12 {
  max-width: 890px;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-columns-panel .col-sm-12 .img {
  padding-obttom: 55%;
}
.content-columns-panel .col-sm-3 .img {
  padding-bottom: 82%;
}
.content-columns-panel .col-sm-6 {
  padding-bottom: 30px;
}
.content-columns-panel .col-sm-6:nth-child(odd) {
  clear: left;
}
.content-columns-panel .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.content-columns-panel a .text {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  background-color: rgba(249, 249, 249, 0);
}
.content-columns-panel a .text,
.content-columns-panel a:hover .text {
  color: inherit;
}
.content-columns-panel a .text h1,
.content-columns-panel a:hover .text h1,
.content-columns-panel a .text h2,
.content-columns-panel a:hover .text h2,
.content-columns-panel a .text h3,
.content-columns-panel a:hover .text h3,
.content-columns-panel a .text h4,
.content-columns-panel a:hover .text h4,
.content-columns-panel a .text h5,
.content-columns-panel a:hover .text h5,
.content-columns-panel a .text h6,
.content-columns-panel a:hover .text h6 {
  color: #000000;
}
.content-columns-panel a .text p,
.content-columns-panel a:hover .text p {
  color: #616161;
}
.content-columns-panel a:hover {
  text-decoration: none;
}
.content-columns-panel a:hover .text {
  background-color: #f2f2f2;
}
.content-columns-panel .img-wrapper {
  margin-bottom: 0;
}
.content-columns-panel .text {
  padding: 20px 20px 5px;
}
.content-columns-panel .title {
  font-weight: 600;
  color: #616161;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.content-columns-panel .description {
  font-size: 16.5px;
  line-height: 18px;
  color: #616161;
  margin-bottom: 40px;
}
.content-columns-panel .text h1,
.content-columns-panel .text h2,
.content-columns-panel .text h3,
.content-columns-panel .text h4,
.content-columns-panel .text h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.content-columns-panel .text p + h2,
.content-columns-panel .text p + h3,
.content-columns-panel .text p + h4,
.content-columns-panel .text p + h5,
.content-columns-panel .text p + h6 {
  margin-top: 40px;
}
.content-columns-panel h1:first-of-type {
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-columns-panel .img {
  margin-top: 0;
  position: relative;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 56.25%;
}
.content-columns-panel .img.contain-img {
  background-size: contain;
}
.content-columns-panel .img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0;
}
.content-columns-panel.text-over + .text-over {
  padding-top: 0;
  margin-top: -10px;
}
.content-columns-panel.text-over .columns-row {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row h1,
.content-columns-panel.text-over .columns-row h2,
.content-columns-panel.text-over .columns-row h3,
.content-columns-panel.text-over .columns-row h5,
.content-columns-panel.text-over .columns-row h6,
.content-columns-panel.text-over .columns-row ol,
.content-columns-panel.text-over .columns-row ul,
.content-columns-panel.text-over .columns-row li,
.content-columns-panel.text-over .columns-row i,
.content-columns-panel.text-over .columns-row td {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row h1 b,
.content-columns-panel.text-over .columns-row h2 b,
.content-columns-panel.text-over .columns-row h3 b,
.content-columns-panel.text-over .columns-row h4 b,
.content-columns-panel.text-over .columns-row h5 b,
.content-columns-panel.text-over .columns-row h6 b,
.content-columns-panel.text-over .columns-row h1 strong,
.content-columns-panel.text-over .columns-row h2 strong,
.content-columns-panel.text-over .columns-row h3 strong,
.content-columns-panel.text-over .columns-row h4 strong,
.content-columns-panel.text-over .columns-row h5 strong,
.content-columns-panel.text-over .columns-row h6 strong {
  color: #BF5825;
}
.content-columns-panel.text-over .columns-row h4,
.content-columns-panel.text-over .columns-row h5,
.content-columns-panel.text-over .columns-row p {
  color: #616161;
}
.content-columns-panel.text-over .columns-row h3 a,
.content-columns-panel.text-over .columns-row h4 a,
.content-columns-panel.text-over .columns-row h3 a:visited,
.content-columns-panel.text-over .columns-row h4 a:visited {
  font-weight: 400;
  color: #A42B51;
}
.content-columns-panel.text-over .columns-row h3 strong,
.content-columns-panel.text-over .columns-row h4 strong,
.content-columns-panel.text-over .columns-row h3 b,
.content-columns-panel.text-over .columns-row h4 b {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row h1,
.content-columns-panel.text-over .columns-row h2,
.content-columns-panel.text-over .columns-row h3 {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row h1 em,
.content-columns-panel.text-over .columns-row h2 em,
.content-columns-panel.text-over .columns-row h3 em,
.content-columns-panel.text-over .columns-row h1 i,
.content-columns-panel.text-over .columns-row h2 i,
.content-columns-panel.text-over .columns-row h3 i {
  color: #BF5825;
}
.content-columns-panel.text-over .columns-row h1 strong,
.content-columns-panel.text-over .columns-row h2 strong,
.content-columns-panel.text-over .columns-row h3 strong {
  color: #BF5825;
}
.content-columns-panel.text-over .columns-row a,
.content-columns-panel.text-over .columns-row a:visited {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row a:hover {
  color: #FFFFFF;
}
.content-columns-panel.text-over .columns-row > a,
.content-columns-panel.text-over .columns-row > span {
  display: block;
}
.content-columns-panel.text-over .col-sm-12 .tile-wrapper {
  padding-bottom: 45%;
}
.content-columns-panel.text-over .col-sm-6 .tile-wrapper {
  padding-bottom: 75%;
}
.content-columns-panel.text-over a:hover,
.content-columns-panel.text-over span.grid-icon-element:hover {
  text-decoration: none;
}
.content-columns-panel.text-over a:hover .text-table,
.content-columns-panel.text-over span.grid-icon-element:hover .text-table {
  opacity: 0;
}
.content-columns-panel.text-over .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.content-columns-panel.text-over .img {
  padding-bottom: 0;
  height: 100%;
}
.content-columns-panel.text-over .text-table {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  color: #FFFFFF;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-columns-panel.text-over .text-table h1,
.content-columns-panel.text-over .text-table h2,
.content-columns-panel.text-over .text-table h3,
.content-columns-panel.text-over .text-table h5,
.content-columns-panel.text-over .text-table h6,
.content-columns-panel.text-over .text-table ol,
.content-columns-panel.text-over .text-table ul,
.content-columns-panel.text-over .text-table li,
.content-columns-panel.text-over .text-table i,
.content-columns-panel.text-over .text-table td {
  color: #FFFFFF;
}
.content-columns-panel.text-over .text-table h1 b,
.content-columns-panel.text-over .text-table h2 b,
.content-columns-panel.text-over .text-table h3 b,
.content-columns-panel.text-over .text-table h4 b,
.content-columns-panel.text-over .text-table h5 b,
.content-columns-panel.text-over .text-table h6 b,
.content-columns-panel.text-over .text-table h1 strong,
.content-columns-panel.text-over .text-table h2 strong,
.content-columns-panel.text-over .text-table h3 strong,
.content-columns-panel.text-over .text-table h4 strong,
.content-columns-panel.text-over .text-table h5 strong,
.content-columns-panel.text-over .text-table h6 strong {
  color: #BF5825;
}
.content-columns-panel.text-over .text-table h4,
.content-columns-panel.text-over .text-table h5,
.content-columns-panel.text-over .text-table p {
  color: #616161;
}
.content-columns-panel.text-over .text-table h3 a,
.content-columns-panel.text-over .text-table h4 a,
.content-columns-panel.text-over .text-table h3 a:visited,
.content-columns-panel.text-over .text-table h4 a:visited {
  font-weight: 400;
  color: #A42B51;
}
.content-columns-panel.text-over .text-table h3 strong,
.content-columns-panel.text-over .text-table h4 strong,
.content-columns-panel.text-over .text-table h3 b,
.content-columns-panel.text-over .text-table h4 b {
  color: #FFFFFF;
}
.content-columns-panel.text-over .text-table h1,
.content-columns-panel.text-over .text-table h2,
.content-columns-panel.text-over .text-table h3 {
  color: #FFFFFF;
}
.content-columns-panel.text-over .text-table h1 em,
.content-columns-panel.text-over .text-table h2 em,
.content-columns-panel.text-over .text-table h3 em,
.content-columns-panel.text-over .text-table h1 i,
.content-columns-panel.text-over .text-table h2 i,
.content-columns-panel.text-over .text-table h3 i {
  color: #BF5825;
}
.content-columns-panel.text-over .text-table h1 strong,
.content-columns-panel.text-over .text-table h2 strong,
.content-columns-panel.text-over .text-table h3 strong {
  color: #BF5825;
}
.content-columns-panel.text-over .text-table a,
.content-columns-panel.text-over .text-table a:visited {
  color: #FFFFFF;
}
.content-columns-panel.text-over .text-table a:hover {
  color: #FFFFFF;
}
.content-columns-panel.text-over .text-table .icon-text {
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.content-columns-panel.text-over .text-table .icon-text,
.content-columns-panel.text-over .text-table .icon-text span {
  display: block;
}
.content-columns-panel.text-over .text-table .icon-text span.icon {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.content-columns-panel.text-over .text-table .icon-text span.tile-title {
  font-size: 22px;
  line-height: 30px;
}
.content-columns-panel.text-over .text-table .icon-text span.tile-subtitle {
  font-size: 16px;
  line-height: 24px;
}
.content-columns-panel.text-over .tile-wrapper {
  display: block;
  padding-bottom: 75%;
  height: 0;
  position: relative;
  margin-bottom: 20px;
}
.icon-grid-filter-panel {
  padding-top: 40px;
}
.icon-grid-filter-panel .filters {
  margin-bottom: 20px;
}
.icon-grid-filter-panel .filters a {
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  line-height: 30px;
}
.icon-grid-filter-panel .filters a.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}
.icon-grid-filter-panel .filters a:hover {
  color: #000000;
}
.icon-grid-filter-panel .filters a:hover,
.icon-grid-filter-panel .filters a:active,
.icon-grid-filter-panel .filters a:focus {
  text-decoration: none;
}
.icon-grid-filter-panel .filters a:first-child {
  margin-left: 0;
}
.icon-grid-filter-panel .filters a:last-child {
  margin-right: 0;
}
.content-header-panel + .page-feature {
  margin-top: 40px;
}
.content-header-panel h2 {
  font-weight: 700;
  color: #000000;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.content-header-panel h2 .content-header-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #FFFFFF;
  color: #000000;
  padding: 7px 10px;
}
.content-header-panel h2 .content-header-button:after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 100%;
  height: 2px;
  background-color: rgba(232, 232, 234, 0.2);
  width: 1000px;
  margin-top: -1px;
  z-index: 1;
}
.content-header-panel h2 .content-header-button:before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 100%;
  height: 2px;
  background-color: rgba(232, 232, 234, 0.2);
  width: 1000px;
  margin-top: -1px;
  z-index: 1;
}
.content-header-panel.stone-cp h2 .content-header-button {
  background-color: #FAF5F1;
}
.content-header-panel.grey-cp h2 .content-header-button {
  background-color: #E8E8EA;
}
.embed-panel .prop-container {
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.embed-panel .prop-container > .prop-inner,
.embed-panel .prop-container > .prop-inner > embed,
.embed-panel .prop-container > .prop-inner > iframe,
.embed-panel .prop-container > .prop-inner > object,
.embed-panel .prop-container > .prop-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-image-panel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-image-panel.white-cp + .white-cp {
  padding-top: 0;
}
.text-image-panel.stone-cp + .stone-cp {
  padding-top: 0;
}
.text-image-panel.grey-cp + .grey-cp {
  padding-top: 0;
}
.text-image-panel .css-t .css-t-c {
  float: none;
}
.text-image-panel .css-t .css-t-c.text-col:first-child {
  padding-right: 40px;
}
.text-image-panel .css-t .css-t-c.text-col:last-child {
  padding-left: 40px;
}
.text-image-panel .css-t .css-t-c.image-col {
  text-align: center;
}
.subscribe-panel + .content-header-panel {
  margin-top: -40px;
}
.subscribe-panel .subscribe-panel-inner {
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  background-color: #A42B51;
  margin: 40px auto;
}
.subscribe-panel .subscribe-panel-inner h1,
.subscribe-panel .subscribe-panel-inner h2,
.subscribe-panel .subscribe-panel-inner h3,
.subscribe-panel .subscribe-panel-inner h5,
.subscribe-panel .subscribe-panel-inner h6,
.subscribe-panel .subscribe-panel-inner ol,
.subscribe-panel .subscribe-panel-inner ul,
.subscribe-panel .subscribe-panel-inner li,
.subscribe-panel .subscribe-panel-inner i,
.subscribe-panel .subscribe-panel-inner td {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner h1 b,
.subscribe-panel .subscribe-panel-inner h2 b,
.subscribe-panel .subscribe-panel-inner h3 b,
.subscribe-panel .subscribe-panel-inner h4 b,
.subscribe-panel .subscribe-panel-inner h5 b,
.subscribe-panel .subscribe-panel-inner h6 b,
.subscribe-panel .subscribe-panel-inner h1 strong,
.subscribe-panel .subscribe-panel-inner h2 strong,
.subscribe-panel .subscribe-panel-inner h3 strong,
.subscribe-panel .subscribe-panel-inner h4 strong,
.subscribe-panel .subscribe-panel-inner h5 strong,
.subscribe-panel .subscribe-panel-inner h6 strong {
  color: #BF5825;
}
.subscribe-panel .subscribe-panel-inner h4,
.subscribe-panel .subscribe-panel-inner h5,
.subscribe-panel .subscribe-panel-inner p {
  color: #616161;
}
.subscribe-panel .subscribe-panel-inner h3 a,
.subscribe-panel .subscribe-panel-inner h4 a,
.subscribe-panel .subscribe-panel-inner h3 a:visited,
.subscribe-panel .subscribe-panel-inner h4 a:visited {
  font-weight: 400;
  color: #A42B51;
}
.subscribe-panel .subscribe-panel-inner h3 strong,
.subscribe-panel .subscribe-panel-inner h4 strong,
.subscribe-panel .subscribe-panel-inner h3 b,
.subscribe-panel .subscribe-panel-inner h4 b {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner h1,
.subscribe-panel .subscribe-panel-inner h2,
.subscribe-panel .subscribe-panel-inner h3 {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner h1 em,
.subscribe-panel .subscribe-panel-inner h2 em,
.subscribe-panel .subscribe-panel-inner h3 em,
.subscribe-panel .subscribe-panel-inner h1 i,
.subscribe-panel .subscribe-panel-inner h2 i,
.subscribe-panel .subscribe-panel-inner h3 i {
  color: #BF5825;
}
.subscribe-panel .subscribe-panel-inner h1 strong,
.subscribe-panel .subscribe-panel-inner h2 strong,
.subscribe-panel .subscribe-panel-inner h3 strong {
  color: #BF5825;
}
.subscribe-panel .subscribe-panel-inner a,
.subscribe-panel .subscribe-panel-inner a:visited {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner a:hover {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner p {
  color: #FFFFFF;
}
.subscribe-panel .subscribe-panel-inner input[type="submit"],
.subscribe-panel .subscribe-panel-inner button,
.subscribe-panel .subscribe-panel-inner a.btn {
  background-color: transparent;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1px;
  line-height: 46px;
  height: 47px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  margin-left: 3px;
}
.subscribe-panel .subscribe-panel-inner input[type="submit"],
.subscribe-panel .subscribe-panel-inner button,
.subscribe-panel .subscribe-panel-inner a.btn,
.subscribe-panel .subscribe-panel-inner input[type="submit"]:visited,
.subscribe-panel .subscribe-panel-inner button:visited,
.subscribe-panel .subscribe-panel-inner a.btn:visited {
  color: #A42B51;
}
.subscribe-panel .subscribe-panel-inner input[type="submit"]:hover,
.subscribe-panel .subscribe-panel-inner button:hover,
.subscribe-panel .subscribe-panel-inner a.btn:hover {
  background-color: #A42B51;
  color: #FFFFFF;
}
.subscribe-panel form {
  zoom: 1;
  clear: both;
  display: block;
  margin-top: 30px;
}
.subscribe-panel form:before {
  content: '';
  display: block;
}
.subscribe-panel form:after {
  content: '';
  display: table;
  clear: both;
}
.subscribe-panel .form-message {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  height: 0;
  color: #BF5825;
}
.subscribe-panel .form-message .form-message-inner {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  padding: 0 0 20px;
  margin: 20px auto;
}
.subscribe-panel .form-message.active {
  height: 105px;
}
.subscribe-panel .form-message.active .form-message-inner {
  opacity: 1;
}
.subscribe-panel .form-message.error {
  color: #CC0000;
}
.subscribe-panel .ad-column {
  width: 300px;
  height: 288px;
}
.subscribe-panel button,
.subscribe-panel input {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 47px;
  line-height: 47px;
  padding: 0 22px;
  border: 2px solid rgba(255, 255, 255, 0.23);
  background-color: transparent;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.subscribe-panel button::-webkit-input-placeholder,
.subscribe-panel input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-panel button:-moz-placeholder,
.subscribe-panel input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-panel button::-moz-placeholder,
.subscribe-panel input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-panel button:-ms-input-placeholder,
.subscribe-panel input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-panel button:focus,
.subscribe-panel input:focus {
  outline: none;
}
.subscribe-panel button[type="email"],
.subscribe-panel input[type="email"],
.subscribe-panel button[type="text"],
.subscribe-panel input[type="text"] {
  float: left;
  width: 340px;
}
.subscribe-form-panel + .content-header-panel {
  margin-top: -40px;
}
.subscribe-form-panel .subscribe-panel-inner {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  margin: 40px auto;
}
.subscribe-form-panel > .container {
  max-width: 890px;
}
.subscribe-form-panel > .container .subscribe-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-bottom: 40px;
}
.subscribe-form-panel form {
  zoom: 1;
  clear: both;
  display: block;
}
.subscribe-form-panel form:before {
  content: '';
  display: block;
}
.subscribe-form-panel form:after {
  content: '';
  display: table;
  clear: both;
}
.subscribe-form-panel .form-message {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  height: 0;
  color: #A42B51;
}
.subscribe-form-panel .form-message .form-message-inner {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  padding: 0 0 20px;
  margin: 20px auto;
}
.subscribe-form-panel .form-message.active {
  height: 105px;
}
.subscribe-form-panel .form-message.active .form-message-inner {
  opacity: 1;
}
.subscribe-form-panel .form-message.error {
  color: #CC0000;
}
.subscribe-form-panel .ad-column {
  width: 300px;
  height: 288px;
}
.subscribe-form-panel label {
  display: block;
  clear: both;
}
.subscribe-form-panel select {
  height: 47px;
  line-height: 47px;
  margin-bottom: 15px;
  width: 100%;
}
.subscribe-form-panel input {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 47px;
  line-height: 47px;
  padding: 0 22px;
  border: 2px solid rgba(0, 0, 0, 0.23);
  background-color: transparent;
  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.subscribe-form-panel input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-form-panel input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-form-panel input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-form-panel input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-form-panel input:focus {
  outline: none;
}
.subscribe-form-panel input[type="submit"] {
  background-color: transparent;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1px;
  line-height: 46px;
  height: 47px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #A42B51;
  margin-left: 3px;
}
.subscribe-form-panel input[type="submit"]:hover {
  background-color: #A42B51;
  color: #FFFFFF;
}
.subscribe-form-panel button,
.subscribe-form-panel input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1px;
  line-height: 42px;
  height: 47px;
  background-color: #A42B51;
  border: 2px solid #A42B51;
  color: #FFFFFF;
  margin-left: 3px;
}
.subscribe-form-panel button:hover,
.subscribe-form-panel input[type="submit"]:hover {
  color: #A42B51;
  background-color: #FFFFFF;
}
.subscribe-form-panel .submit-row {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 2px solid rgba(0, 0, 0, 0.23);
}
.subscribe-form-panel .submit-row button,
.subscribe-form-panel .submit-row input[type="submit"] {
  float: right;
}
.page-feature {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.page-feature .feature-column-inner,
.page-feature .feature-container {
  position: relative;
  height: 0;
  padding-bottom: 72.1%;
}
.page-feature .feature-container {
  zoom: 1;
  clear: both;
  width: 100%;
  float: none;
  display: block;
  padding-bottom: 32.7%;
}
.page-feature .feature-container:before {
  content: '';
  display: block;
}
.page-feature .feature-container:after {
  content: '';
  display: table;
  clear: both;
}
.page-feature .page-feature-columns-wrapper {
  display: block;
  width: 100%;
  padding-top: 10px;
}
.page-feature .page-feature-columns {
  zoom: 1;
  clear: both;
  margin: 0 -9px;
}
.page-feature .page-feature-columns:before {
  content: '';
  display: block;
}
.page-feature .page-feature-columns:after {
  content: '';
  display: table;
  clear: both;
}
.page-feature .feature-column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 33.33%;
  padding: 9px;
  margin: 0;
  float: left;
}
.page-feature .feature-column h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 12px;
  max-width: 80%;
}
.page-feature.w-margin .feature-container,
.page-feature.w-margin .page-feature-columns-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
.page-feature a.feature,
.page-feature span.feature {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.page-feature a.feature .gradient,
.page-feature span.feature .gradient {
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-feature a.feature .feature-text,
.page-feature span.feature .feature-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: table;
}
.page-feature a.feature .feature-text .feature-text-r,
.page-feature span.feature .feature-text .feature-text-r {
  display: table-row;
}
.page-feature a.feature .feature-text .feature-text-c,
.page-feature span.feature .feature-text .feature-text-c {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  vertical-align: middle;
}
.page-feature a.feature .feature-text .feature-text-c.feature-text-bottom,
.page-feature span.feature .feature-text .feature-text-c.feature-text-bottom {
  padding-bottom: 40px;
  vertical-align: bottom;
}
.page-feature a.feature .feature-text .feature-text-c > .feature-text-wrapper,
.page-feature span.feature .feature-text .feature-text-c > .feature-text-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.page-feature a.feature .feature-text .feature-text-c.text-left > .feature-text-wrapper,
.page-feature span.feature .feature-text .feature-text-c.text-left > .feature-text-wrapper {
  margin-left: 0;
}
.page-feature a.feature .feature-text .feature-text-c.text-right > .feature-text-wrapper,
.page-feature span.feature .feature-text .feature-text-c.text-right > .feature-text-wrapper {
  margin-right: 0;
}
.page-feature a.feature .feature-text .feature-text-c.vert-text-top,
.page-feature span.feature .feature-text .feature-text-c.vert-text-top {
  padding-top: 40px;
  vertical-align: top;
}
.page-feature a.feature .feature-text .feature-text-c.vert-text-bottom,
.page-feature span.feature .feature-text .feature-text-c.vert-text-bottom {
  padding-bottom: 6px;
  vertical-align: bottom;
}
.page-feature a.feature .feature-text h1,
.page-feature span.feature .feature-text h1,
.page-feature a.feature .feature-text h2,
.page-feature span.feature .feature-text h2,
.page-feature a.feature .feature-text h3,
.page-feature span.feature .feature-text h3,
.page-feature a.feature .feature-text h4,
.page-feature span.feature .feature-text h4,
.page-feature a.feature .feature-text h5,
.page-feature span.feature .feature-text h5,
.page-feature a.feature .feature-text h6,
.page-feature span.feature .feature-text h6,
.page-feature a.feature .feature-text p,
.page-feature span.feature .feature-text p {
  color: #FFFFFF;
}
.page-feature a.feature .feature-text h1 b,
.page-feature span.feature .feature-text h1 b,
.page-feature a.feature .feature-text h2 b,
.page-feature span.feature .feature-text h2 b,
.page-feature a.feature .feature-text h3 b,
.page-feature span.feature .feature-text h3 b,
.page-feature a.feature .feature-text h4 b,
.page-feature span.feature .feature-text h4 b,
.page-feature a.feature .feature-text h5 b,
.page-feature span.feature .feature-text h5 b,
.page-feature a.feature .feature-text h6 b,
.page-feature span.feature .feature-text h6 b,
.page-feature a.feature .feature-text p b,
.page-feature span.feature .feature-text p b,
.page-feature a.feature .feature-text h1 strong,
.page-feature span.feature .feature-text h1 strong,
.page-feature a.feature .feature-text h2 strong,
.page-feature span.feature .feature-text h2 strong,
.page-feature a.feature .feature-text h3 strong,
.page-feature span.feature .feature-text h3 strong,
.page-feature a.feature .feature-text h4 strong,
.page-feature span.feature .feature-text h4 strong,
.page-feature a.feature .feature-text h5 strong,
.page-feature span.feature .feature-text h5 strong,
.page-feature a.feature .feature-text h6 strong,
.page-feature span.feature .feature-text h6 strong,
.page-feature a.feature .feature-text p strong,
.page-feature span.feature .feature-text p strong {
  color: #A42B51;
}
.page-feature a.feature .feature-text h2,
.page-feature span.feature .feature-text h2 {
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0;
  font-weight: 400;
}
.page-feature a.feature .feature-text p,
.page-feature span.feature .feature-text p {
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  min-height: 48px;
}
.page-feature a.feature .feature-text p.text-left,
.page-feature span.feature .feature-text p.text-left {
  text-align: left;
}
.page-feature a.feature.moving .move-bg,
.page-feature span.feature.moving .move-bg {
  transform: translate3d(0px, 0%, 10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-feature a.feature.moving .move-bg .move-bg-inner,
.page-feature span.feature.moving .move-bg .move-bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-feature .feature-container .feature-text h2 {
  font-size: 80px;
  line-height: 80px;
}
.page-feature .feature-container .feature-text p {
  font-size: 30px;
  line-height: 35px;
}
.page-feature .cta-ad {
  width: 300px;
  margin: 0;
  float: left;
}
.page-feature .cta-ad .home-slide-cta {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .subscribe-form-panel input,
  .subscribe-form-panel select {
    min-width: 340px;
  }
}
.article-container .article-body,
.article-container .article-header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.article-container .article-header {
  padding-top: 60px;
}
.article-container .article-header .cat {
  display: block;
}
.article-container .article-header .cat a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #A42B51;
  text-transform: uppercase;
  color: #BF5825;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  padding: 3px 10px 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.article-container .article-header h2 {
  color: #A42B51;
}
.article-container .article-header h2 + h5 {
  margin-top: -10px;
}
.article-container .article-body p + h1,
.article-container .article-body ul + h1,
.article-container .article-body ol + h1,
.article-container .article-body p + h2,
.article-container .article-body ul + h2,
.article-container .article-body ol + h2,
.article-container .article-body p + h3,
.article-container .article-body ul + h3,
.article-container .article-body ol + h3,
.article-container .article-body p + h4,
.article-container .article-body ul + h4,
.article-container .article-body ol + h4,
.article-container .article-body p + h5,
.article-container .article-body ul + h5,
.article-container .article-body ol + h5,
.article-container .article-body p + h6,
.article-container .article-body ul + h6,
.article-container .article-body ol + h6 {
  margin-top: 40px;
}
.article-container .article-body .auth-info {
  font-size: 16px;
}
.article-container .article-body table {
  border-top: 1px solid #f2f2f2;
  width: 100%;
  margin-bottom: 30px;
}
.article-container .article-body table th {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 150px;
  padding: 16px 0 14px;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.article-container .article-body table th:first-child {
  padding-right: 10px;
  text-align: left;
}
.article-container .article-body table td {
  font-size: 16px;
  text-align: center;
  padding: 15px 4px;
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.article-container .article-body table td sub {
  line-height: 12px;
  display: inline-block;
}
.article-image {
  margin-top: 40px;
  margin-bottom: 50px;
}
.article-image.legend-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.article-image.legend-image img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.posts-container .large-post-section {
  padding-top: 0;
}
.posts-container .large-post-section hr {
  margin-top: 60px;
}
.posts-container .css-t.large-post .css-t-c {
  width: 50%;
}
.posts-container .container {
  max-width: 970px;
}
.posts-container .container .text-image-panel .col-sm-6.text-col {
  padding-top: 10px;
}
.posts-container .container.large-post .content-block-img {
  display: block;
  margin-bottom: 30px;
}
.posts-container .container.large-post .content-block-img.legend-img {
  margin-bottom: 0;
}
.posts-container .container.large-post hr {
  margin-bottom: 00px;
}
.posts-container .container .small-posts-divider hr {
  margin-bottom: 40px;
}
.posts-container .container .small-post.col-sm-3:nth-child(4n+1) {
  clear: left;
}
.posts-container .container .small-post.col-sm-4:nth-child(3n+1) {
  clear: left;
}
.posts-container .container .small-post.col-sm-6:nth-child(odd) {
  clear: left;
}
.posts-container .container .small-post .content-block-img {
  display: block;
  margin-bottom: 30px;
}
.posts-container .container .small-post .content-block-img.legend-img {
  margin-bottom: 0;
}
.posts-container .legend-post .text-col .text {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(242, 242, 242, 0);
}
.posts-container .legend-post .text-col .text h4 a {
  color: #000000;
}
.posts-container .legend-post:hover .text-col .text {
  background-color: #f2f2f2;
}
.posts-container .legend-img {
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.posts-container .legend-img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.related-container {
  margin-top: 30px;
}
.pagination-section {
  background-color: #E8E8EA;
}
.pagination-section .pagination {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: block;
  margin: 20px auto;
  max-width: 600px;
  padding-left: 137px;
  padding-right: 137px;
}
.pagination-section .pagination span.current {
  color: #000000;
}
.pagination-section .page-numbers {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 44px;
}
.pagination-section .page-numbers.prev {
  float: left;
  left: 0;
}
.pagination-section .page-numbers.next {
  float: right;
  right: 0;
}
.pagination-section .page-numbers.prev,
.pagination-section .page-numbers.next {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  min-width: 137px;
}
.pagination-section .page-numbers.prev,
.pagination-section .page-numbers.next,
.pagination-section .page-numbers.prev:visited,
.pagination-section .page-numbers.next:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
.pagination-section .page-numbers.prev:hover,
.pagination-section .page-numbers.next:hover,
.pagination-section .page-numbers.prev:active,
.pagination-section .page-numbers.next:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
.pagination-section .page-numbers.prev.alt-btn,
.pagination-section .page-numbers.next.alt-btn {
  background-color: #BF5825;
}
.pagination-section .page-numbers.prev.alt-btn:hover,
.pagination-section .page-numbers.next.alt-btn:hover,
.pagination-section .page-numbers.prev.alt-btn:active,
.pagination-section .page-numbers.next.alt-btn:active {
  background-color: #A42B51;
}
.section.white-cp {
  background-color: #FFFFFF;
}
.section.stone-cp {
  background-color: #FAF5F1;
}
.section.grey-cp {
  background-color: #E8E8EA;
}
.section.content-header-panel,
.section.content-panel {
  position: relative;
}
.section.content-header-panel a.section-anchor,
.section.content-panel a.section-anchor {
  position: relative;
  top: -90px;
  display: block;
  height: 1px;
  width: 100%;
  visibility: hidden;
}
.popup-search {
  -moz-transition: opacity linear 300ms;
  -webkit-transition: opacity linear 300ms;
  -o-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: -1;
}
.popup-search.active {
  opacity: 1;
}
.popup-search .search-form-wrapper {
  -webkit-box-shadow: 0 0 10em 10em #ffffff;
  -moz-box-shadow: 0 0 10em 10em #ffffff;
  box-shadow: 0 0 10em 10em #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -100px;
  width: 700px;
}
.popup-search .search-form-wrapper form.searchform {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.popup-search .search-form-wrapper:before {
  font-family: "fontello";
  float: left;
  margin-right: 15px;
}
.popup-search .search-form-wrapper button {
  background: none;
  border: none;
  font-size: 32px;
  padding: 5px 5px 5px 10px;
}
.popup-search .search-form-wrapper .close {
  float: right;
  width: 20px;
}
.popup-search .search-form-wrapper .close i:before {
  margin: 0;
}
.popup-search .searchform input {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font-size: 34px;
  padding: 10px;
  width: 80%;
}
.search-post a.content-block-img {
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.search-post a.content-block-img.no-image {
  background-color: #A42B51;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url(../img/fwv-logo-white.svg);
}
.search-post a.content-block-img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.search-post .text {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  margin-bottom: 20px;
  background-color: rgba(242, 242, 242, 0);
  padding: 20px;
}
.search-post .text h4 a {
  color: #000000;
}
.search-post:hover .text {
  background-color: #f2f2f2;
}
.search-results-header {
  padding-top: 40px;
  padding-bottom: 10px;
}
.back-to-container {
  padding-top: 0;
}
.back-to-container .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.back-to-container a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.image-feature-container {
  height: 0;
  position: relative;
  padding: 0 0 70%;
  margin: 0 15px;
  background-color: #000000;
}
.image-feature-container .credit {
  background-color: #333333;
  color: #FFFFFF;
  padding: 4px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.image-feature-container.feature-loading .image-feature-images-container span:first-child {
  opacity: 1;
}
.image-feature-container .naming {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  height: 40px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background-color: #EAE9E8;
}
.image-feature-container .image-feature-images-container {
  opacity: 0.8;
}
.image-feature-container .image-feature-images-container span {
  -moz-transition: opacity linear 700ms;
  -webkit-transition: opacity linear 700ms;
  -o-transition: opacity linear 700ms;
  transition: opacity linear 700ms;
  opacity: 0;
}
.image-feature-container .image-feature-images-container span.active {
  opacity: 1;
}
.image-feature-container .image-feature-description,
.image-feature-container .image-feature-images-container,
.image-feature-container .image-feature-images-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-feature-container .image-feature-description {
  -moz-transition: opacity linear 1000ms;
  -webkit-transition: opacity linear 1000ms;
  -o-transition: opacity linear 1000ms;
  transition: opacity linear 1000ms;
  opacity: 0;
  display: table;
}
.image-feature-container .image-feature-description.active {
  opacity: 1;
}
.image-feature-container .image-feature-images-container .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image-feature-container .ifd-r {
  display: table-row;
}
.image-feature-container .ifd-c {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
}
.image-feature-container .ifd-c h1,
.image-feature-container .ifd-c h3 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0 0 30px #000000;
}
.image-feature-container .ifd-c h1 {
  color: #FFFFFF;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin: 17px auto 10px;
}
.image-feature-container .ifd-c h3 {
  color: #FFFFFF;
}
.image-feature-container .if-control {
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  position: absolute;
  font-size: 20px;
  line-height: 100px;
  height: 100px;
  width: 50px;
  display: inline-block;
  top: 50%;
  margin-top: -50px;
  color: #333333;
  text-align: center;
  opacity: .5;
  cursor: pointer;
}
.image-feature-container .if-control.prev {
  right: 100%;
}
.image-feature-container .if-control.next {
  left: 100%;
}
.image-feature-container .if-control:hover {
  opacity: 1;
}
.image-feature-container .if-control:active {
  color: #A42B51;
}
.image-feature-container .dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
}
.image-feature-container .dot {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  margin: 0 5px;
  cursor: pointer;
}
.image-feature-container .dot.active,
.image-feature-container .dot:hover {
  background-color: #A42B51;
}
.full-container {
  margin-bottom: 50px;
}
.full-container > .image-feature-container {
  padding-bottom: 56.25%;
  margin-left: 0;
  margin-right: 0;
}
.full-container > .image-feature-container .if-control {
  color: #FFFF;
  opacity: .7;
}
.full-container > .image-feature-container .if-control.prev {
  margin-right: -60px;
}
.full-container > .image-feature-container .if-control.next {
  margin-left: -60px;
}
.event-extended-description {
  position: relative;
  overflow: hidden;
  min-height: 85px;
}
.event-extended-description .event-extended-description-full,
.event-extended-description .event-extended-description-short {
  position: absolute;
  top: 0;
  left: 0;
}
.event-extended-description .event-extended-description-short {
  background-color: #FFFFFF;
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
}
.event-extended-description.accordion {
  position: relative;
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
.event-extended-description.accordion .event-extended-description-short {
  z-index: 10;
}
.event-extended-description .show-full-desc {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 1;
}
.event-extended-description .show-full-desc.hidden {
  opacity: 0;
}
.event-extended-description.closed {
  height: 103px;
}
.event-extended-description.closed .event-extended-description-short {
  min-height: 103px;
  opacity: 1;
}
.event-icon {
  overflow: hidden;
  width: 24px;
  height: 24px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.event-icon:hover {
  opacity: 0.5;
}
.event-icon.event-icon-kid {
  background-position: -25px -418px;
}
.event-icon.event-icon-dis {
  background-position: -53px -418px;
}
.event-icon.event-icon-veg {
  background-position: -81px -418px;
}
.event-icon.event-icon-vegan {
  background-position: -81px -418px;
}
.event-icon.event-icon-glt {
  background-position: -115px -418px;
}
.accord .accord-indicator {
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  float: right;
}
.accord .accord-content {
  -moz-transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  height: 0;
}
.accord.active .accord-indicator {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accord .accord-trigger {
  cursor: pointer;
}
.event-list-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-list-block {
  -moz-transition: height cubic-bezier(0.86, 0, 0.07, 1) 300ms;
  -webkit-transition: height cubic-bezier(0.86, 0, 0.07, 1) 300ms;
  -o-transition: height cubic-bezier(0.86, 0, 0.07, 1) 300ms;
  transition: height cubic-bezier(0.86, 0, 0.07, 1) 300ms;
  position: relative;
  overflow: hidden;
}
.event-list-block .no-results {
  padding: 20px 0;
  text-align: center;
}
.event-list-block .no-results h3 {
  text-align: center;
}
.event-list-block.init .load-container {
  z-index: 1000;
}
.event-list-block.loading .load-container {
  opacity: 1;
}
.event-list-block .load-container {
  -moz-transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  height: 0;
  padding-bottom: 52.25%;
  background-color: #E8E8EA;
  margin-bottom: 30px;
}
.event-list-block .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-list-block .loader i:before {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  transform-origin: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 160px;
}
#list-filters {
  display: block;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#list-filters select {
  display: block;
  width: 100%;
  padding: 3px 10px;
  height: 43px;
}
#list-filters button,
#list-filters input[type="submit"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0;
  padding: 0 22px;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  display: block;
  line-height: 20px;
}
#list-filters button,
#list-filters input[type="submit"],
#list-filters button:visited,
#list-filters input[type="submit"]:visited {
  background-color: #A42B51;
  color: #FFFFFF;
  text-decoration: none;
}
#list-filters button:hover,
#list-filters input[type="submit"]:hover,
#list-filters button:active,
#list-filters input[type="submit"]:active {
  background-color: #BF5825;
  color: #FFFFFF;
  border-color: inherit;
  text-decoration: none;
}
#list-filters button.alt-btn,
#list-filters input[type="submit"].alt-btn {
  background-color: #BF5825;
}
#list-filters button.alt-btn:hover,
#list-filters input[type="submit"].alt-btn:hover,
#list-filters button.alt-btn:active,
#list-filters input[type="submit"].alt-btn:active {
  background-color: #A42B51;
}
.event-item {
  position: relative;
  text-align: center;
}
.event-item .content-block-img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 52.25%;
  background-color: #E8E8EA;
  margin-bottom: 15px;
}
.event-item .content-block-text {
  margin-bottom: 15px;
  min-height: 120px;
}
.event-item.col-sm-3:nth-child(4n+1) {
  clear: left;
}
.standard-form {
  margin: 0 15px 15px;
  clear: both;
  margin-top: -20px;
  padding-bottom: 20px;
}
.standard-form ul.fields {
  padding-left: 0;
}
.standard-form li {
  margin: 20px 0;
  display: block;
}
.standard-form li.terms-agree {
  padding-left: 30%;
}
.standard-form li.terms-agree input,
.standard-form li.terms-agree label {
  width: auto;
  float: none;
  display: inline-block;
}
.standard-form li.terms-agree input {
  margin-right: 15px;
}
.standard-form label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  display: inline-block;
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.standard-form label sub {
  display: block;
  line-height: 14px;
}
.standard-form .input-wrapper,
.standard-form .select-wrapper {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.standard-form input[type=email],
.standard-form input[type=phone],
.standard-form input[type=text],
.standard-form select,
.standard-form textarea {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 70%;
  border: 1px solid rgba(232, 206, 182, 0.2);
  height: 36px;
  padding: 0 8px;
  line-height: 25px;
  font-size: 18px;
}
.standard-form textarea {
  min-height: 100px;
}
.standard-form select {
  padding: 2px 8px;
  color: #000000;
  background-color: #FFFFFF;
  display: inline-block;
  text-indent: 0;
  background-image: url("../images/icons/select-icon.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.standard-form .privacy-subscribe-note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 206, 182, 0.2);
}
.standard-form .privacy-subscribe-note p {
  line-height: 18px;
}
.standard-form .check-field label {
  float: none;
  display: block;
  margin-left: 30px;
}
.standard-form .check-field input {
  float: left;
  margin: 2px 0;
}
.standard-form .subscribe-note {
  float: left;
  width: 75%;
  text-align: left;
}
.standard-form .submit-field {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 206, 182, 0.2);
  text-align: right;
}
.standard-form .industry label {
  display: block;
  margin-left: 218px;
}
.form-section .standard-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1340px) {
  .header ul.menu > li {
    margin-right: 90px;
  }
}
@media (min-width: 1380px) {
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper:before {
    right: 120%;
  }
}
@media (min-width: 1200px) {
  .header ul.menu > li {
    margin-right: 58px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper:before {
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper:before {
    width: 300px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h2 {
    font-size: 46px;
    line-height: 52px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h2 + h2 {
    margin-top: -26px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .mobile-menu > ul {
    margin-top: 130px;
  }
  .mobile-menu > ul > li {
    font-size: 34px;
    line-height: 60px;
  }
  .mobile-menu > ul > li > a {
    font-family: 'Segoe Print', Arial, Helvetica, sans-erif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  .mobile-menu > ul > li > ul.sub-menu > li {
    font-size: 24px;
    line-height: 45px;
  }
  .mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu {
    padding-top: 10px;
    padding-bottom: 27px;
  }
  .mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu li {
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .mobile-menu .logo {
    width: 133px;
    height: 133px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -67px;
  }
  .mobile-menu span.menu-toggle {
    top: 18px;
    right: 12px;
    font-size: 38px;
  }
  .mobile-menu div.social {
    margin: 20px auto 40px;
    float: left;
    padding-left: 16px;
    line-height: 40px;
  }
  .mobile-menu .header-login-reg {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body.home .page-container .section.page-feature:first-child .feature-container {
    padding-bottom: 60%;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper:before {
    width: 230px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h2 + h2 {
    margin-top: -26px;
  }
  body.home .page-container .section.page-feature:first-child .feature-container a.feature .feature-text-wrapper h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .footer .supporters {
    text-align: left;
  }
  .footer .supporters a {
    margin-left: 0;
  }
  .footer .copyright {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
  .desktop-header {
    display: block;
  }
}
@media (max-width: 992px) {
  .mobile-header {
    display: block;
  }
  .desktop-header {
    display: none;
  }
  .menu li {
    display: block;
  }
  .body-outer.trans-nav .page-container:before,
  body.home .page-container:before {
    height: 61px;
  }
  .body-outer.trans-nav .page-container .section.page-feature:first-child .feature-container,
  body.home .page-container .section.page-feature:first-child .feature-container {
    padding-bottom: 65%;
  }
  .body-outer.trans-nav .page-container .section.page-feature:first-child a.feature:before,
  body.home .page-container .section.page-feature:first-child a.feature:before {
    height: 60px;
  }
  .body-outer.trans-nav .page-container .section.page-feature:first-child a.feature .feature-text h3,
  body.home .page-container .section.page-feature:first-child a.feature .feature-text h3 {
    margin-bottom: 20px;
  }
  .body-outer.trans-nav .page-container .section.page-feature:first-child a.feature .feature-text h3:last-child,
  body.home .page-container .section.page-feature:first-child a.feature .feature-text h3:last-child {
    margin-bottom: 10px;
  }
  .body-outer.trans-nav .page-container.scrolled .section.page-feature:first-child a.feature:before,
  body.home .page-container.scrolled .section.page-feature:first-child a.feature:before {
    height: 60px;
  }
  .mobile-header {
    zoom: 1;
    clear: both;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
  }
  .mobile-header:before {
    content: '';
    display: block;
  }
  .mobile-header:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .desktop-only,
  .mobile-hidden {
    display: none;
  }
  .header,
  #body-outer {
    border: 0;
  }
  body {
    font-size: 16px;
    line-height: 21px;
  }
  h1,
  h2,
  h3 {
    letter-spacing: 0;
  }
  h1,
  h2 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  h4 {
    letter-spacing: 0;
  }
  .page-feature a.feature .feature-text .feature-text-c,
  .page-feature span.feature .feature-text .feature-text-c {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-feature a.feature .feature-text h2,
  .page-feature span.feature .feature-text h2 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    max-width: 100%;
    letter-spacing: -1px;
  }
  .page-feature a.feature .feature-text p,
  .page-feature span.feature .feature-text p {
    font-size: 12px;
  }
  blockquote {
    padding: 20px 20px 60px;
  }
  blockquote + p {
    margin-top: -60px;
  }
  .page-container {
    margin-top: 60px;
    margin-bottom: 490px;
  }
  .header {
    height: 60px;
  }
  .menu li {
    display: block;
  }
  .btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
  }
  .std-btn-wrap a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
  }
  .title-row {
    margin-bottom: 0;
  }
  .title-row .col-sm-3 {
    display: none;
  }
  .title-row h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .title-row h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .page-hero {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .page-feature {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 0;
    padding: 0;
  }
  .page-feature .feature .feature-text h2 {
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  .page-feature .feature .feature-text p {
    font-size: 14px;
    line-height: 16px;
    min-height: 0;
  }
  .page-feature .feature .feature-text .feature-text-c {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-feature .feature-container {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    padding-bottom: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .page-feature .feature-container .feature .feature-text h2 {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  .page-feature .feature-container .feature .feature-text h2 + h2 {
    margin-top: -12px;
  }
  .page-feature .feature-container .feature .feature-text h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .page-feature .feature-container .feature .feature-text h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .page-feature .feature-container .feature .feature-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .page-feature .feature-container .feature .feature-text h1:last-child,
  .page-feature .feature-container .feature .feature-text h2:last-child,
  .page-feature .feature-container .feature .feature-text h3:last-child,
  .page-feature .feature-container .feature .feature-text h4:last-child,
  .page-feature .feature-container .feature .feature-text h5:last-child,
  .page-feature .feature-container .feature .feature-text h6:last-child,
  .page-feature .feature-container .feature .feature-text p:last-child {
    margin-bottom: 0;
  }
  .page-feature .page-feature-columns {
    margin: 0 -5px;
  }
  .page-feature .feature-column {
    width: 50%;
    padding: 5px;
  }
  .page-feature .feature-column:last-child {
    float: none;
    clear: both;
    width: 100%;
  }
  .page-feature .feature-column h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .page-feature .cta-ad {
    background-color: #dadada;
    width: 100%;
    height: 280px;
    clear: both;
  }
  .page-feature .cta-ad .home-slide-cta {
    display: none;
  }
  .page-feature .cta-ad #mfw-page-feature-mrec {
    width: 300px;
    height: 250px;
    margin: 10px auto 0;
  }
  .page-feature iframe {
    height: 250px;
    margin: 0 auto;
  }
  .content-header-panel h2 {
    margin-top: 20px;
  }
  .content-header-panel h2 .content-header-button:before,
  .content-header-panel h2 .content-header-button:after {
    bottom: 13.5px;
  }
  .content-header-panel + .page-feature {
    margin-top: 10px;
  }
  .text-image-panel {
    padding: inherit;
  }
  .text-image-panel img {
    margin-bottom: 20px;
  }
  .text-image-panel .text-col .article-text-feature-image {
    float: none;
    clear: both;
    margin-left: 0;
    max-width: 100%;
  }
  .text-image-panel .text-image-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
  }
  .text-image-panel h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .subscribe-panel .ad-column {
    height: auto;
  }
  .subscribe-panel .subscribe-panel-inner {
    padding: 20px;
    margin: 20px 0;
  }
  .subscribe-panel .subscribe-panel-inner .css-t,
  .subscribe-panel .subscribe-panel-inner .css-t-r,
  .subscribe-panel .subscribe-panel-inner .css-t-c {
    display: block;
  }
  .subscribe-panel input[type="email"],
  .subscribe-panel input[type="text"] {
    float: left;
    width: 340px;
    max-width: 100%;
  }
  div.how-it-works .tile {
    padding-bottom: 63%;
    line-height: 48px;
    margin-bottom: 15px;
  }
  div.how-it-works .tile .title {
    font-size: 32px;
    line-height: 40px;
  }
  .step-col .step-tag {
    position: relative;
    top: 0;
    right: auto;
  }
  .subscribe-panel button[type="submit"],
  .subscribe-panel input[type="submit"] {
    line-height: 42px;
    width: 100%;
  }
  .content-columns-panel {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-columns-panel .columns-row a.col-sm-6,
  .content-columns-panel .columns-row a.col-sm-4 {
    display: block;
  }
  .content-columns-panel .col-sm-6 {
    padding-bottom: 0;
  }
  #ft_purchase {
    width: 270px !important;
    margin-left: -152px !important;
  }
  .event .event-info-column .btns {
    width: 100%;
    bottom: 0;
    position: relative;
  }
  .event .event-info-column .btns .wishlist {
    float: left;
    margin: 0;
    width: 48% !important;
  }
  .event .event-info-column .btns .share {
    margin: 0;
    float: right;
    width: 48% !important;
  }
  .event .event-detail-info .booking-info,
  .event .event-detail-info .dates-times {
    margin: 15px 0 30px;
    width: auto;
    float: none;
    min-height: 0;
  }
  .event .event-detail-info .dates-times table {
    margin-bottom: 0;
  }
  .event.header-section {
    background-image: none;
  }
  .event-body {
    padding-bottom: 20px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .event-body .cm-text-container .column,
  .event-body .header-container .column {
    width: auto;
  }
  .event-body .content-block-container-wrapper {
    width: 320px;
    margin: 0 -15px;
  }
  .event-body .text-image {
    margin: 0 0 15px;
  }
  .ft-account-container {
    margin: 0 auto;
    width: 262px;
    margin-bottom: 22px;
  }
  .ft-account-container span {
    font-size: 15px;
    margin: 0 10px;
    color: #c1c1c1;
  }
  .back-to-container .column {
    margin-top: 0;
  }
  .back-to-container .column .back-to-program {
    text-align: center;
    width: 100%;
  }
  .event-header h1 {
    line-height: 24px;
    margin: 15px 0 10px;
    font-size: 24px;
    text-align: center;
    margin-top: 0;
  }
  .event-header .event-info {
    margin-bottom: 15px;
    width: auto;
  }
  .event-header .event-image-slider {
    margin: 0;
  }
  .event-header .column {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .event-header .column.twothirds {
    margin: 0;
    width: auto;
  }
  .event-header .event-info-column {
    background: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .caption .social {
    display: block;
    clear: both;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: 32px;
  }
  .caption .credit {
    display: none;
  }
  .event-caption {
    line-height: auto;
    height: auto;
    padding: 0;
  }
  .event-caption .social {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin: 11px 0 15px;
    width: auto;
    height: 32px;
    overflow: hidden;
  }
  .event-caption .classification {
    width: auto;
    float: none;
    clear: both;
    margin: 20px 0 15px;
    border-top: 1px solid #CADEDE;
    padding-top: 15px;
  }
  .event-caption span {
    border: 0;
    line-height: 24px;
    display: block;
  }
  .event-caption span.event-icon {
    text-indent: 0;
    display: block;
    clear: both;
    border: 0;
    width: auto;
    padding-left: 30px;
  }
  .event-caption span.event-icon .title {
    display: block;
    background-color: #FFFFFF;
  }
  .event-caption .event-description {
    display: none;
  }
  .event-detail-info a.venue-map {
    float: none;
    display: block;
    clear: both;
    margin: 0 0 20px;
    text-align: center;
    width: 300px;
  }
  .event-detail-info a.venue-map img {
    margin: 0 auto;
    display: block;
  }
  .ferve-event .ft_st_headerRow {
    padding: 0;
  }
  .ferve-event .ft_sp_type {
    width: 130px;
    line-height: 20px !important;
  }
  .ferve-event #ft_eventPricing {
    margin-top: -20px;
  }
  .ferve-event #ft_eventDates .ft_st_timeRow {
    height: auto !important;
    padding: 10px 0;
  }
  .ferve-event #ft_eventDates .ft_st_date {
    width: 80px;
    float: left;
  }
  .ferve-event #ft_eventDates .ft_st_time {
    width: 70px;
    float: left;
  }
  .ferve-event #ft_eventDates .ft_st_code {
    width: 50px;
    float: left;
  }
  .ferve-event #ft_eventDates .ft_st_venue {
    width: 88px;
    float: left;
    overflow: ellipsis;
  }
  .ferve-event #ft_eventDates .ft_st_status {
    width: 40px;
    float: right;
    text-align: right;
  }
  .ferve-event #ft_eventDates .ft_st_headerRow .ft_st_status {
    display: none;
  }
  .image-feature-container {
    margin: 0;
  }
  .image-feature-container.with-naming {
    margin: 0 0 10px;
  }
  .image-feature-container .if-control {
    display: none;
  }
  .image-feature-container .ifd-c h1 {
    font-size: 36px;
    line-height: 36px;
    max-width: 90%;
  }
  .image-feature-container .ifd-c h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .image-feature-container .dots {
    bottom: 10px;
  }
  .image-feature-container .naming {
    bottom: auto;
    top: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .full-container {
    margin-bottom: 30px;
  }
  .full-container > .image-feature-container {
    padding-bottom: 70%;
    margin-left: 0;
    margin-right: 0;
  }
  .full-container > .image-feature-container .if-control {
    color: #FFFF;
    opacity: .7;
  }
  .full-container > .image-feature-container .if-control.prev {
    margin-right: -60px;
  }
  .full-container > .image-feature-container .if-control.next {
    margin-left: -60px;
  }
  .posts-container .large-post-section {
    padding-top: 15px;
  }
  .standard-form li input[type="email"],
  .standard-form li input[type="phone"],
  .standard-form li input[type="text"],
  .standard-form li label,
  .standard-form li select {
    float: none;
    display: block;
  }
  .standard-form li input[type="email"],
  .standard-form li input[type="phone"],
  .standard-form li input[type="text"],
  .standard-form li select {
    width: 100%;
  }
  .standard-form li label {
    width: auto;
    margin-bottom: 5px;
  }
  .standard-form li textarea {
    float: none;
    display: block;
    width: 100%;
  }
  .standard-form li input {
    float: none;
  }
  .standard-form li.privacy-subscribe-note {
    padding: 15px 0 0;
  }
  .standard-form .subscribe-note {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .standard-form .industry label {
    display: block;
    margin-left: 0;
  }
  .standard-form .submit-field {
    margin-top: 20px;
  }
  .standard-form #subscribeSubmit {
    display: block;
    width: 100%;
    padding: 12px;
    line-height: 20px;
  }
  .embed-panel iframe,
  .embed-panel object,
  .embed-panel embed {
    max-height: 550px;
  }
  .embed-panel .prop-container {
    padding-bottom: 133%;
  }
  .embed-panel .prop-container iframe,
  .embed-panel .prop-container object,
  .embed-panel .prop-container embed {
    max-height: 100%;
  }
  .mobile-menu:before {
    width: 370px;
    height: 370px;
  }
  .icon-grid-filter-panel {
    padding-top: 30px;
  }
  .icon-grid-filter-panel .filters {
    margin-bottom: 10px;
  }
  .icon-grid-filter-panel .filters a {
    margin: 0 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .icon-grid .columns-row .grid .grid-icon-element {
    float: none;
    display: block;
    width: 100%;
  }
}
