/** Variables **/ /** Fonts **/
/** Colors **/
/** Font Sizing **/
/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/** Base Typography **/
body {
  color: #333;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #09f;
}

.screen-reader-text {
  display: none !important;
}

a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vctd, .vctr, .vct {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.vctr {
  display: table-row;
}

.vctd {
  display: table-cell;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.eq-height {
  display: flex;
  width: 100%;
}

.eq-height > * {
  flex: 1;
}

.eq-height > * .thing-inside {
  height: 100%;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page {
  padding-top: 117px;
}

.panel-link {
  position: absolute !important;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

@media screen and (max-width: 1200px) {
  .page {
    padding-top: 60px;
  }
}
h4, h3, h2, h1 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 40px;
}

p {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.center-text {
  text-align: center !important;
}

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

.margin.mbottom.mlarge {
  margin-bottom: 60px;
}
.margin.mbottom.mmedium {
  margin-bottom: 30px;
}
.margin.mbottom.msmall {
  margin-bottom: 15px;
}
.margin.mbottom.mxsmall {
  margin-bottom: 5px;
}
.margin.mtop.mlarge {
  margin-top: 60px;
}
.margin.mtop.mmedium {
  margin-top: 30px;
}
.margin.mtop.msmall {
  margin-top: 15px;
}
.margin.mtop.mxsmall {
  margin-top: 5px;
}

h1.large,
h2.large,
h3.large,
h4.large {
  color: #000;
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
}

h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  color: #000;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

h1.xsmall,
h2.xsmall,
h3.xsmall,
h4.xsmall,
h5.xsmall,
h6.xsmall {
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .margin.mbottom.mlarge {
    margin-bottom: 30px;
  }
  .margin.mbottom.mmedium {
    margin-bottom: 20px;
  }
  .margin.mbottom.msmall {
    margin-bottom: 10px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-utilities:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-industrial:before {
  content: "\e905";
}

.icon-infrastructure:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-linkedin:before {
  content: "\e908";
}

.icon-logo:before {
  content: "\e909";
}

.icon-quote:before {
  content: "\e90a";
}

.icon-residential:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e90c";
}

.icon-sheet:before {
  content: "\e90d";
}

.icon-spark:before {
  content: "\e90e";
}

.icon-twitter:before {
  content: "\e90f";
}

.icon-user:before {
  content: "\e910";
}

.icon-menu:before {
  content: "\e911";
}

.icon-plus:before {
  content: "\e912";
}

.icon-minus:before {
  content: "\e913";
}

.icon-chevron-left:before {
  content: "\e914";
}

.icon-chevron-right:before {
  content: "\e915";
}

.icon-chevron-up:before {
  content: "\e916";
}

.icon-chevron-down:before {
  content: "\e917";
}

.icon-user-solid:before {
  content: "\e918";
}

.icon-sheet-solid:before {
  content: "\e919";
}

.icon-home:before {
  content: "\e91a";
}

.icon-certificate:before {
  content: "\e91b";
}

.icon-crop:before {
  content: "\e91c";
}

.icon-file:before {
  content: "\e91d";
}

.icon-file-cad:before {
  content: "\e91e";
}

.icon-mappoint:before {
  content: "\e91f";
}

.icon-news:before {
  content: "\e920";
}

.icon-pricetag:before {
  content: "\e921";
}

.icon-check:before {
  content: "\e922";
}

.icon-sort:before {
  content: "\e923";
}

.icon-dot:before {
  content: "\e924";
}

.icon-play:before {
  content: "\e925";
}

.icon-arrow-up:before {
  content: "\e926";
}

.icon-arrow-down:before {
  content: "\e927";
}

.icon-cart:before {
  content: "\e928";
}

.icon-specs:before {
  content: "\e929";
}

.icon-checklist:before {
  content: "\e92a";
}

.icon-data:before {
  content: "\e92b";
}

.icon-print:before {
  content: "\e92c";
}

.icon-star:before {
  content: "\e92d";
}

.icon-clock:before {
  content: "\e92e";
}

.icon-mail:before {
  content: "\e92f";
}

.icon-phone:before {
  content: "\e930";
}

.icon-wifi-enabled:before {
  content: "\e931";
}

.icon-warranties:before {
  content: "\e932";
}

.icon-training:before {
  content: "\e933";
}

.icon-touchscreen:before {
  content: "\e934";
}

.icon-store:before {
  content: "\e935";
}

.icon-resources:before {
  content: "\e936";
}

.icon-programmable:before {
  content: "\e937";
}

.icon-mobile-phone:before {
  content: "\e938";
}

.icon-jpg-file:before {
  content: "\e939";
}

.icon-customer-care:before {
  content: "\e93a";
}

.icon-contact-us:before {
  content: "\e93b";
}

.icon-chat:before {
  content: "\e93c";
}

.icon-chart-up:before {
  content: "\e93d";
}

.icon-calculator:before {
  content: "\e93e";
}

.icon-bullseye:before {
  content: "\e93f";
}

.icon-beaker:before {
  content: "\e940";
}

.icon-chat2:before {
  content: "\e941";
}

.icon-transportation-enclosures:before {
  content: "\e942";
}

.icon-turbine-tip:before {
  content: "\e943";
}

.icon-electrical-fastening:before {
  content: "\e944";
}

.icon-electrical-enclosure:before {
  content: "\e945";
}

.icon-electrical-arc-flash:before {
  content: "\e946";
}

.icon-ind-food-bev:before {
  content: "\e947";
}

.icon-fastening-hanging:before {
  content: "\e948";
}

.icon-floor-heating:before {
  content: "\e949";
}

.icon-ind-auto:before {
  content: "\e94a";
}

.icon-ind-med-pharm:before {
  content: "\e94b";
}

.icon-datacenter:before {
  content: "\e94c";
}

.icon-electric-heat-tracing:before {
  content: "\e94d";
}

.icon-enclosures:before {
  content: "\e94e";
}

.icon-energy:before {
  content: "\e94f";
}

.icon-design-center:before {
  content: "\e950";
}

.icon-thermal-management:before {
  content: "\e951";
}

.icon-service:before {
  content: "\e952";
}

.icon-rail:before {
  content: "\e953";
}

.icon-infrastructure-telecom:before {
  content: "\e954";
}

.icon-ind-petrochem:before {
  content: "\e955";
}

.icon-ind-security-defense:before {
  content: "\e956";
}

.icon-products:before {
  content: "\e957";
}

.icon-power-distribution:before {
  content: "\e958";
}

.icon-oil-gas:before {
  content: "\e959";
}

.icon-leak-detection:before {
  content: "\e95a";
}

.icon-commercial:before {
  content: "\e95b";
}

.icon-concrete-construction:before {
  content: "\e95c";
}

.icon-data-center-infrastructure:before {
  content: "\e95d";
}

.icon-cadFile:before {
  content: "\e95e";
}

/** Layouts **/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background: #000;
  color: #fff;
}
.header .brand {
  width: 80px;
  float: left;
}
.header .brand a {
  display: block;
  width: 80px;
  height: 75px;
}
.header .brand a img {
  display: inline;
  max-width: 100%;
}
.header .language-panel {
  position: fixed;
  background: #fff;
  top: -100%;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  padding: 100px;
  z-index: 95;
}
.header .language-panel .close-x {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 30px;
  font-size: 21px;
  display: block;
  color: #e5e5e5;
}
.header .language-panel .close-x:hover {
  color: #c4262e;
}
.header .language-panel h3 {
  color: #000;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 28px;
}
.header .language-panel .wpml-ls-legacy-list-vertical {
  display: block;
  border: 0;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li {
  border-bottom: 1px solid #e5e5e5;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li:last-child {
  border-bottom: 0;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li a {
  padding: 10px 0;
  border: 0;
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li a .wpml-ls-display {
  color: #9a9b9c;
  font-weight: 300;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #c4262e;
}
.header .language-panel .wpml-ls-legacy-list-vertical ul li a .wpml-ls-flag {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1200px) {
  .header .brand {
    line-height: 0;
  }
  .header .brand a {
    width: 59px;
    height: 60px;
    padding: 9px 0 0;
  }
}
#blog {
  min-height: 200vh;
}

.nav-toolbar {
  border-bottom: #333 1px solid;
  font-size: 0;
}

.toolbar {
  float: left;
  height: 41px;
  line-height: 41px;
}
.toolbar ul li {
  display: inline-block;
  border-right: 1px solid #333;
}
.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  color: #9a9b9c;
  font-size: 14px;
  font-weight: 300;
  line-height: 41px;
}
.toolbar ul li a::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #c4262e;
  transition: all 0.15s linear;
}
.toolbar ul li a:hover {
  color: #fff;
}
.toolbar ul li a:hover::after {
  bottom: 0;
}

.language-selector {
  /** Remove to enable **/
  display: none !important;
  /** End remove **/
  float: right;
  position: relative;
  padding: 0 20px 0 50px;
  border-left: 1px solid #333;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.language-selector > * {
  display: inline-block;
}
.language-selector::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #c4262e;
  transition: all 0.15s linear;
}
.language-selector:hover::after {
  bottom: 0;
}
.language-selector .wpml-ls-flag {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 5;
  border-radius: 50%;
}
.language-selector span {
  color: #9a9b9c;
  font-size: 14px;
  font-weight: 300;
  line-height: 41px;
  transition: all 0.15s linear;
}

.nav-main {
  position: relative;
  height: 75px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1300px;
}
.nav-main .navigation {
  display: inline-block;
  font-size: 0;
  float: right;
}
.nav-main .navigation ul {
  line-height: 0;
}
.nav-main .navigation li {
  display: inline-block;
}
.nav-main .navigation a {
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 75px;
  overflow: hidden;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
}
.nav-main .navigation a.active {
  color: #c4262e;
}
.nav-main .navigation a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #c4262e;
  transition: all 0.15s linear;
}
.nav-main .navigation a:hover::after, .nav-main .navigation a.current::after {
  bottom: 0;
}
.nav-main .navigation a.search-trigger {
  color: #c4262e;
  font-size: 24px;
}
.nav-main .navigation a.search-trigger:hover {
  color: #88030a;
}
.nav-main .navigation a.search-trigger::after {
  display: none;
}
.nav-main .navigation .search-bar-header {
  display: none;
  position: absolute;
  top: 0;
  height: 75px;
  right: 0;
  left: 120px;
  background: #000;
}
.nav-main .navigation .search-bar-header .close-x {
  color: #c4262e;
  position: absolute;
  right: 20px;
  top: 26px;
  font-size: 21px;
  line-height: 21px;
}
.nav-main .navigation .search-bar-header .close-x:hover {
  color: #9a9b9c;
}
.nav-main .navigation .search-bar-header .close-x::after {
  display: none;
}
.nav-main .navigation .search-bar-header input[type=text] {
  max-width: 400px;
  float: right;
  margin: 15px 70px 0 0;
  padding: 0 20px;
  height: 42px;
}
.nav-main .navigation .search-bar-header .submit-search-button {
  right: 85px;
  top: 20px;
}
.nav-main .navigation .dropdown-wrapper {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  background: #f0f0f0;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 55px;
}
.nav-main .navigation .dropdown-wrapper .menu-list {
  margin-bottom: 40px;
}
.nav-main .navigation .dropdown-wrapper .menu-list:last-child {
  margin-bottom: 0;
}
.nav-main .navigation .dropdown-wrapper li {
  display: block;
  line-height: 21px;
  position: relative;
}
.nav-main .navigation .dropdown-wrapper li:hover h5 {
  color: #c4262e;
  transition: all 0.15s linear;
}
.nav-main .navigation .dropdown-wrapper li > * {
  position: relative;
  z-index: 5;
}
.nav-main .navigation .dropdown-wrapper li h5 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 12px;
}
.nav-main .navigation .dropdown-wrapper li p {
  color: #9a9b9c;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-style: italic;
}
.nav-main .navigation .dropdown-wrapper li a.panel-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}
.nav-main .navigation .dropdown-wrapper li a.panel-link::after {
  display: none;
}

@media screen and (min-width: 1119px) {
  .header.pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header.pinned .nav-toolbar {
    display: none;
  }
}
.mobile-navigation {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .nav-toolbar {
    display: none;
  }
  .nav-main {
    height: 60px;
  }
  .nav-main .navigation a {
    line-height: 60px;
    display: inline-block;
  }
  .nav-main .navigation .search-bar-header {
    padding: 10px 70px 0 0;
    height: 60px;
    left: 90px;
  }
  .nav-main .navigation .search-bar-header .close-x {
    top: 21px;
  }
  .nav-main .navigation .search-bar-header .submit-search-button {
    top: 15px;
  }
  .nav-main .navigation .search-bar-header input[type=text] {
    margin: 0;
  }
  .nav-main .navigation .search-bar {
    position: fixed;
    z-index: 105;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .nav-main .navigation .search-bar form {
    padding: 0 40px;
  }
  .nav-main .navigation .search-bar input[type=text] {
    float: none;
    width: 100%;
    margin: 30px auto;
  }
  .nav-main .navigation .search-bar .submit-search-button {
    top: 36px;
    right: 60px;
  }
  .nav-main .navigation .search-bar .close-x {
    display: none;
  }
  .navigation .desktop-navigation {
    display: none;
  }
  .navigation .mobile-navigation {
    display: block;
    height: 60px;
  }
  .navigation .mobile-navigation .language-selector {
    border-left: 0;
    float: none;
  }
  .navigation .mobile-navigation .toolbar {
    float: none;
    height: auto;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100% - 60px);
    background: #000;
    border-top: 1px solid #333;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown li,
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown-submenu li {
    display: block;
    border-bottom: 1px solid #333;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown a {
    display: block;
    padding: 20px 70px 20px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown-submenu li {
    border-bottom: 0;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown-submenu a {
    display: block;
    padding: 15px 70px 15px 20px;
    color: #9a9b9c;
    font-size: 14px;
    line-height: 14px;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown-submenu a:hover {
    color: #fff;
  }
  .navigation .mobile-navigation .mobile-menu-wrapper .mobile-dropdown-submenu a::after {
    display: none;
  }
  .navigation .mobile-navigation .mobile-trigger {
    display: inline-block;
    height: 60px;
  }
  .navigation .mobile-navigation .mobile-trigger .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #9a9b9c;
    margin: 0 0 4px;
  }
  .navigation .mobile-navigation .mobile-trigger .bar:first-child {
    margin-top: 22px;
  }
  .navigation .mobile-navigation .mobile-trigger .bar:last-child {
    margin-bottom: 0;
  }
  .navigation .mobile-navigation .mobile-trigger:hover .bar {
    background: #c4262e;
    transition: all 0.15s linear;
  }
}
@media screen and (max-width: 380px) {
  .nav-main .navigation .search-bar-header {
    padding-right: 40px;
  }
  .nav-main .navigation .search-bar-header .close-x {
    right: 0;
  }
  .nav-main .navigation .search-bar-header .submit-search-button {
    right: 55px;
  }
}
.feed .content {
  margin: 60px 0 0;
}
.feed .post-excerpt *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.feed .stories .story {
  position: relative;
}
.feed .stories .story::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -12px;
  bottom: 0;
  border-right: 0 solid #c4262e;
  transition: all 0.15s linear;
}
.feed .stories .story:hover::after {
  border-width: 6px;
}
.feed .stories .story:hover h4 {
  color: #c4262e;
}
.feed .stories .story.featured .post-header {
  padding: 30px;
  background: #e5e5e5;
}
.feed .stories .story img {
  max-width: 100%;
  display: block;
}
.feed .stories .story img.alignright {
  margin-left: auto;
}
.feed .stories .story img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.feed .stories .story img.alignleft {
  margin-right: auto;
}
.feed .stories .story .meta {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #9a9b9c;
}
.feed .stories .story .meta li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0 14px 0 0;
}
.feed .stories .story .meta li::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 2px;
  width: 2px;
  background: #9a9b9c;
}
.feed .stories .story .meta li:first-child::after {
  display: none;
}
.feed .stories .story .meta .brand {
  text-transform: uppercase;
  color: #9a9b9c;
}
.feed .stories .story p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 26px;
}
.feed .stories .featured-stories .main-story .story-content {
  position: relative;
}
.feed .stories .featured-stories .main-story .story-content .story-overlay {
  padding: 10px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}
.feed .stories .featured-stories .main-story .story-content .meta {
  color: #fff;
}
.feed .stories .featured-stories .main-story .story-content .meta .brand a {
  color: #fff;
}
.feed .stories .featured-stories .main-story .story-content h4 {
  color: #fff;
}
.feed .stories .featured-stories .main-story .story-content h4:hover {
  color: #c4262e;
}
@media screen and (max-width: 767px) {
  .feed .stories .story {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .feed .stories .story img {
    margin: 0 0 15px;
  }
  .feed .stories .story:hover::after {
    display: none;
  }
  .feed .stories .story p:last-child {
    margin-bottom: 0;
  }
  .feed .stories .featured-stories .story {
    margin-bottom: 30px;
  }
}
footer {
  background: #000;
  border-top: 1px solid #333;
  padding: 0 1em;
  color: #fff;
}
footer .top {
  border-bottom: 1px solid #333;
}
footer h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1em;
}
footer .brands a {
  color: #c4262e;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}
footer .brands a:hover {
  color: #fff;
}
footer .content {
  margin-top: 0 !important;
  padding: 30px 0;
}
footer .content.heading {
  border-right: 1px solid #333;
}
footer .content.social nav {
  text-align: right;
  padding-top: 25px;
}
footer .content.social nav a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  padding-right: 30px;
}
footer .content.social nav a:hover {
  color: #c4262e;
}
footer .content.social nav a:last-child {
  padding-right: 0;
}
footer .content.copyright {
  padding: 20px 0;
}
footer .content.copyright p {
  margin: 0;
  color: #9a9b9c;
  font-size: 13px;
}
footer .content.privacy {
  padding: 20px 0;
  text-align: right;
}
footer .content.privacy nav a {
  color: #9a9b9c;
  font-size: 13px;
  margin-right: 20px;
}
footer .content.privacy nav a:hover {
  text-decoration: underline;
}
footer .content.privacy nav a:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
  footer h3 {
    font-size: 22px;
  }
  footer .content {
    padding: 15px 0;
  }
  footer .content.heading {
    border-right: none;
    position: relative;
  }
  footer .content.heading nav a {
    margin-bottom: 10px;
  }
  footer .content.heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #333;
  }
  footer .content.social nav {
    text-align: left;
    padding: 10px 0;
  }
  footer .content.social nav a {
    padding-right: 40px;
  }
  footer .content.privacy {
    padding-bottom: 5px;
    text-align: left;
  }
  footer .content.copyright {
    padding-top: 5px;
  }
}
.single-post.feed .sidebar {
  padding-top: 167px;
}
.single-post.feed .after-meta {
  padding: 10px;
  background: #e5e5e5;
}
.single-post.feed .stories {
  padding-top: 117px;
}
.single-post.feed .stories .story {
  margin: 50px 0;
}
.single-post.feed .stories .story .post-header {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
}
.single-post.feed .stories .story:after {
  display: none !important;
}
.single-post.feed .stories .story .post-section {
  margin: 0 0 30px;
}
.single-post.feed .stories .story .meta .brand {
  text-transform: uppercase;
}
.single-post.feed .stories .story .meta .brand a:hover {
  color: #c4262e;
}
.single-post.feed .stories .story .post-title a {
  color: #000;
}
.single-post.feed .stories .story .post-title a:hover {
  color: #c4262e;
}
.single-post.feed .stories .story .subpost-header {
  display: flex;
  align-items: center;
  padding: 0 0 7px;
  margin: 0 0 7px;
}
.single-post.feed .stories .story .subpost-header img {
  width: 25%;
}
.single-post.feed .stories .story .subpost-header img + h3 {
  width: 75%;
  padding-left: 20px;
}
.single-post.feed .stories .story .subpost {
  margin: 0 0 14px;
  border-bottom: 1px solid #e5e5e5;
}
.single-post.feed .stories .story .post-content h1,
.single-post.feed .stories .story .post-content h2,
.single-post.feed .stories .story .post-content h3,
.single-post.feed .stories .story .post-content h4,
.single-post.feed .stories .story .post-content h5,
.single-post.feed .stories .story .post-content h6 {
  color: #000;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 46px;
  margin: 0 0 30px 0;
}
.single-post.feed .stories .story .post-content h2 {
  font-size: 36px;
}
.single-post.feed .stories .story .post-content h3 {
  font-size: 28px;
}
.single-post.feed .stories .story .post-content h4 {
  font-size: 24px;
  color: #c4262e;
}
.single-post.feed .stories .story .post-content h5 {
  font-size: 21px;
  color: #c4262e;
}
.single-post.feed .stories .story .post-content h6 {
  font-size: 18px;
  color: #c4262e;
}
.single-post.feed .stories .story .post-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.single-post.feed .stories .story .post-content a {
  color: #c4262e;
  font-weight: 700;
}
.single-post.feed .stories .story .post-content a:hover {
  color: #88030a;
}
.single-post.feed .stories .story .post-content a.red {
  color: #fff;
}
.single-post.feed .stories .story .post-content a.red:hover {
  color: #c4262e;
}
.single-post.feed .stories .story .post-content ul,
.single-post.feed .stories .story .post-content ol {
  margin: 0 0 33px 50px;
}
.single-post.feed .stories .story .post-content ul li,
.single-post.feed .stories .story .post-content ol li {
  color: #7b7b7b;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
.single-post.feed .stories .story .post-content blockquote {
  margin: 0 0 1.5em 40px;
  padding: 0 0 0 40px;
  border-left: 5px solid #c4262e;
}
.single-post.feed .stories .story .post-content blockquote p,
.single-post.feed .stories .story .post-content blockquote li {
  font-size: 14px;
  line-height: 26px;
}
.single-post.feed .stories .story .post-content blockquote *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .single-post.feed .sidebar {
    padding-top: 100px;
  }
  .single-post.feed .stories {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-post.feed .stories .story {
    max-width: 100%;
  }
  .single-post.feed .sidebar {
    padding-top: 40px;
  }
}
/** Components **/
.search-bar {
  position: relative;
  z-index: 90;
  padding: 30px 0;
  background-color: #e5e5e5;
  overflow: hidden;
}
.search-bar .search-form > * {
  z-index: 50;
}
.search-bar .search-form::after {
  content: "";
  position: absolute;
  z-index: 20;
  display: block;
  width: 523px;
  height: 440px;
  top: -230px;
  left: -230px;
  background-image: url("../img/spark.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.search-form {
  font-size: 14px;
  line-height: 14px;
}
.search-form input[type=text] {
  background: #fff;
  color: #9a9b9c;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  line-height: 40px;
}
.search-form .submit-search-button {
  color: #c4262e;
  cursor: pointer;
  transition: all 0.15s linear;
  position: absolute;
  right: 30px;
  top: 6px;
  font-size: 30px;
}
.search-form .submit-search-button:hover {
  color: #88030a;
}

.in-page-search {
  margin: 30px 0;
}
.in-page-search .search-form {
  position: relative;
}
.in-page-search .search-form input[type=text] {
  position: relative;
  line-height: 55px;
  height: 50px;
}
.in-page-search .search-form .submit-search-button {
  bottom: 8px;
  top: auto;
}

@media screen and (max-width: 767px) {
  .in-page-search .search-form .submit-search-button {
    font-size: 20px;
  }
  .in-page-search .search-form input[type=text] {
    line-height: 35px;
  }
  .search {
    margin: 0 0 30px;
    padding: 0;
  }
}
a.button,
input.button,
.pagination span a {
  position: relative;
  display: inline-block;
  border: 2px solid #c4262e;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 40px 15px;
}
a.button [class^=icon-],
a.button [class*=icon-],
input.button [class^=icon-],
input.button [class*=icon-],
.pagination span a [class^=icon-],
.pagination span a [class*=icon-] {
  position: relative;
  font-size: 24px;
  line-height: 0;
  font-weight: 400;
  padding-left: 4px;
  top: 5px;
  left: 0;
  transition: left 0.3s ease;
}
a.button.red,
input.button.red,
.pagination span a.red {
  background: #c4262e;
}
a.button + .button,
input.button + .button,
.pagination span a + .button {
  margin-left: 15px;
}
a.button:hover, a.button:focus,
input.button:hover,
input.button:focus,
.pagination span a:hover,
.pagination span a:focus {
  background: #fff;
  color: #c4262e;
}
a.button:hover [class^=icon-],
a.button:hover [class*=icon-], a.button:focus [class^=icon-],
a.button:focus [class*=icon-],
input.button:hover [class^=icon-],
input.button:hover [class*=icon-],
input.button:focus [class^=icon-],
input.button:focus [class*=icon-],
.pagination span a:hover [class^=icon-],
.pagination span a:hover [class*=icon-],
.pagination span a:focus [class^=icon-],
.pagination span a:focus [class*=icon-] {
  left: 15px;
}

.button-group.center-buttons {
  text-align: center;
}

.pagination {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.pagination span a {
  background: #c4262e;
}
.pagination span a:hover {
  background: #fff;
  color: #c4262e;
}
.pagination span.next {
  float: right;
}
.pagination span.previous {
  float: left;
}

#error .hero {
  height: auto;
}
#error .hero .hero-content {
  height: 50vh;
}

.hero {
  position: relative;
  z-index: 100;
  color: #fff;
  height: 250px;
}
.hero > * {
  position: relative;
  z-index: 100;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .hero-content {
  height: 250px;
  text-align: center;
}
.hero .hero-content .page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 10px;
}
.hero .hero-content .page-title span {
  display: block;
}
.hero .hero-content .page-title .super {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.hero .hero-content p {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .hero {
    height: 200px;
  }
  .hero .hero-content {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  .hero .hero-content .page-title {
    font-size: 28px;
  }
  .hero .hero-content .page-title .super {
    font-size: 12px;
  }
  .hero .hero-content p {
    display: none;
  }
}
.tags {
  position: relative;
  z-index: 110;
}
.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.tags li {
  display: inline-block;
}
.tags a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #c4262e;
}
.tags a:hover {
  color: #9a9b9c;
}
.tags.small-tags a {
  font-size: 11px;
}
.tags.horizontal {
  text-align: center;
}
.tags.horizontal.left-align {
  text-align: left;
}
.tags.horizontal.left-align ul {
  margin-left: -7px;
}
.tags.horizontal li {
  padding: 0 7px;
  margin: 0 0 7px;
}
.tags.horizontal a::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  border-radius: 10px;
  margin: 4px auto 0;
  transition: all 0.15s linear;
  background: #9a9b9c;
}
.tags.horizontal a:hover::after {
  width: 100%;
  background: #c4262e;
}

.part-header {
  text-align: center;
  margin: 0 0 40px;
}
.part-header h2 {
  font-size: 42px;
  font-weight: 400;
}
.part-header h3 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.part-header h4 {
  font-weight: 400;
}

.part-text-area,
.embedded-text-area {
  margin: 0 0 40px;
}
.part-text-area p,
.part-text-area li,
.embedded-text-area p,
.embedded-text-area li {
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
}
.part-text-area ul,
.part-text-area ol,
.embedded-text-area ul,
.embedded-text-area ol {
  margin-left: 40px;
  margin-bottom: 1.5em;
}
.part-text-area ul ul,
.part-text-area ul ol,
.part-text-area ol ul,
.part-text-area ol ol,
.embedded-text-area ul ul,
.embedded-text-area ul ol,
.embedded-text-area ol ul,
.embedded-text-area ol ol {
  margin-bottom: 0;
}
.part-text-area h2,
.part-text-area h3,
.part-text-area h4,
.embedded-text-area h2,
.embedded-text-area h3,
.embedded-text-area h4 {
  margin-bottom: 15px;
}
.part-text-area h5,
.part-text-area h6,
.embedded-text-area h5,
.embedded-text-area h6 {
  margin-bottom: 8px;
  color: #333;
}
.part-text-area *:last-child,
.embedded-text-area *:last-child {
  margin-bottom: 0;
}

.part-single-image-block {
  margin: 0 0 40px;
}
.part-single-image-block img {
  max-width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.part-single-image-block .embedded-text-area {
  margin-bottom: 0;
}

.part-dual-image-block {
  margin: 0 0 40px;
  min-height: 300px;
}
.part-dual-image-block .section {
  margin: 0;
  padding: 0;
}
.part-dual-image-block .section .section-images {
  top: -10px;
}

.part-blockquote {
  margin: 0 0 60px;
}
.part-blockquote .quote {
  background: #333;
  padding: 40px;
  color: #fff;
  font-family: "Roboto", helvetica, arial, sans-serif;
  position: relative;
}
.part-blockquote .quote p {
  font-size: 21px;
  line-height: 42px;
  margin: 0;
}
.part-blockquote .quote span {
  background: #333;
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: block;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  padding: 10px;
}

.part-video {
  margin: 0 0 40px;
}
.part-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.part-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.part-big-image {
  margin: 0 0 40px;
}
.part-big-image img {
  max-width: 100%;
}
.part-big-image h3 {
  font-size: 21px;
  line-height: 21px;
  color: #333;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #333;
}
.part-big-image p {
  font-weight: 300;
}

.sidebar .block {
  margin-bottom: 30px;
}
.sidebar .about img {
  max-width: 100%;
}
.sidebar .archive ul {
  list-style: none;
}
.sidebar .archive > ul {
  border: 1px #e5e5e5 solid;
  border-radius: 4px;
}
.sidebar .archive > ul > li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 1;
  color: #c4262e;
  font-weight: 700;
}
.sidebar .archive > ul > li a:hover {
  color: #000;
}
.sidebar .archive > ul > li:last-child a {
  border-bottom: 0;
}
.sidebar .archive .sub-archive {
  display: none;
}
.sidebar .archive .sub-archive li a {
  color: #c4262e;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}
.sidebar .tags ul {
  text-align: left;
}
.sidebar .tags ul li {
  padding: 0;
  margin-right: 7px;
}
.sidebar .search .search-form {
  position: relative;
}
.sidebar .search .search-form input[type=text] {
  border: 0;
  background: #e5e5e5;
  height: 40px;
}
.sidebar .search .search-form .submit-search-button {
  font-size: 24px;
  top: 7px;
  right: 15px;
}

.secondary-nav-bar {
  padding: 13px 0;
  background: #c4262e;
  position: sticky;
  top: 75px;
  bottom: 0;
  z-index: 190;
}
.secondary-nav-bar ul {
  font-size: 0;
  line-height: 0;
}
.secondary-nav-bar ul li {
  display: inline-block;
  padding: 0 15px;
}
.secondary-nav-bar ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.secondary-nav-bar ul li a:hover {
  border-bottom: 3px solid #fff;
}
.secondary-nav-bar ul li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .secondary-nav-bar {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .secondary-nav-bar {
    position: static;
    padding: 10px;
  }
  .secondary-nav-bar ul li {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .secondary-nav-bar ul li:first-child {
    padding-left: 10px;
  }
}
.newsletter * {
  box-sizing: border-box !important;
}
.newsletter .mktoForm {
  width: auto !important;
}
.newsletter .mktoForm .mktoLabel {
  display: block;
  padding: 0;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 12px;
  color: #c4262e;
  font-weight: 900;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-transform: uppercase;
  width: 100% !important;
  float: none;
}
.newsletter .mktoForm input[type=text],
.newsletter .mktoForm input[type=url],
.newsletter .mktoForm input[type=email],
.newsletter .mktoForm input[type=tel],
.newsletter .mktoForm input[type=number],
.newsletter .mktoForm input[type=date],
.newsletter .mktoForm textarea.mktoField,
.newsletter .mktoForm select.mktoField {
  width: 100% !important;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  line-height: 26px;
  height: auto;
  float: none;
}
.newsletter .mktoForm .mktoGutter {
  display: none;
}
.newsletter .mktoForm .mktoOffset {
  display: none;
}
.newsletter .mktoForm .mktoFormCol {
  float: none;
  min-height: 0;
  width: 100%;
}
.newsletter .mktoForm .mktoFieldWrap {
  float: none;
}
.newsletter .mktoForm .mktoButtonRow {
  display: block;
}
.newsletter .mktoForm .mktoButtonWrap {
  margin: 0 !important;
}
.newsletter .mktoForm .mktoButtonWrap .mktoButton {
  display: block;
  font-family: "Roboto", helvetica, arial, sans-serif !important;
  border: 2px solid #c4262e !important;
  background: #c4262e !important;
  border-radius: 100px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 16px !important;
  padding: 8px 20px 7px !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  text-align: center !important;
}
.newsletter .mktoForm .mktoButtonWrap .mktoButton:hover {
  background: #fff !important;
  color: #c4262e !important;
}

.single-post.feed .stories .story .post-content .collapsible {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}
.single-post.feed .stories .story .post-content .collapsible a.collapse-trigger {
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.single-post.feed .stories .story .post-content .collapsible.collapsed .collapse-content {
  display: none;
}
.single-post.feed .stories .story .post-content .collapsible p:last-child {
  margin: 0;
}
.single-post.feed .stories .story .post-content .collapsible > p {
  margin: 0;
  padding: 0;
}
.single-post.feed .stories .story .post-content .button {
  margin-bottom: 1.5em;
}

.single-post.feed .stories .story .post-content .protected-post-form h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.protected-post-form input[type=password] {
  border: 0;
  background: #e5e5e5;
  height: 51px;
  display: inline-block;
  width: auto;
  color: #9a9b9c;
  padding: 0 20px;
  border-radius: 50px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  line-height: 40px;
  margin-right: 10px;
  vertical-align: top;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
