@charset "UTF-8";
@import url(z:\wwwroot\coopfs\Website\Assets\styles\libs\jquery-ui.min.css);
.show-desktop-only, .show-tablet-only, .show-mobile-only {
  display: none !important;
}

@media only screen and (min-width: 991px) {
  .show-desktop-only {
    display: block !important;
  }
}

@media only screen and (min-width: 461px) and (max-width: 990px) {
  .show-tablet-only {
    display: block !important;
  }
}

@media only screen and (max-width: 460px) {
  .show-mobile-only {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .visible-mobile {
    display: block !important;
  }
}

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

@media only screen and (max-width: 768px) {
  .visible-desktop {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

.hide {
  display: none;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.slick-dots {
  position: absolute;
  top: 690px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .slick-dots {
    top: auto;
    bottom: 10px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 100px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 4px;
  width: 100px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100px;
  height: 4px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #CD8B34;
  opacity: 1;
  background-color: #CD8B34;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #000;
  color: #484848;
  font-size: 16px;
  line-height: 1.45;
}

html.regional, body.regional {
  background-color: #f4f4f4;
  overflow: auto !important;
}

html {
  overflow-x: hidden;
}

html.hide-overflow {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  html.mobile-open {
    overflow-y: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 110px;
  overflow-x: hidden;
}

@media only screen and (max-width: 1100px) {
  body {
    padding-top: 50px !important;
  }
}

#bodyfade {
  background-color: #f9f9f9;
  position: relative;
}

#body-fade-in {
  display: none;
  position: relative;
  background-color: #f6f6f6;
}

.body-background-image {
  height: auto;
  width: 100%;
  position: absolute;
  top: -110px;
}

@media only screen and (max-width: 1100px) {
  .body-background-image {
    height: 700px;
    top: 0;
  }
  .body-background-image img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}

@media only screen and (max-width: 460px) {
  .body-background-image {
    height: auto;
  }
  .body-background-image img {
    height: auto;
    max-width: none;
    width: 100%;
  }
}

.main-container {
  position: relative;
}

section {
  padding: 10px 0;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

h1 {
  font-size: 60px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #484848;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #484848;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #484848;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #484848;
  font-size: 18px;
  font-weight: 700;
}

.subtitle {
  color: #CD8B34;
  font-weight: 700;
}

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

p {
  font-size: 16px;
  color: black;
  line-height: 1.45;
  margin-bottom: 14px;
}

a {
  color: #484848;
}

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

a:focus {
  text-decoration: none;
}

.base-btn {
  padding: 10px 28px;
  background-color: #AF263F;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 500px) {
  .base-btn {
    width: 100%;
    padding: 10px 0;
  }
}

.base-btn:hover, .base-btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7E192B;
}

.base-btn span {
  vertical-align: middle;
  font-size: 24px;
}

.base-btn.orange-btn {
  background-color: #CD8B34;
}

.base-btn.orange-btn:hover, .base-btn.orange-btn:focus {
  background-color: #c18330;
}

.base-btn.blue-btn {
  background-color: #043F56;
}

.icon-ArrowLong_btn {
  text-transform: none;
  margin-top: 3px;
  margin-bottom: -10px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}

.icon-ArrowLong_btn:after {
  font-size: 42px;
  line-height: 1px;
  margin-left: 0px;
}

.hover-btn a, .hover-btn .hover-btn-span {
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  bottom: 40px;
  border-bottom: 4px solid #AF263F;
  background-size: 200% 200%;
  background-color: Transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #AF263F), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #AF263F 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.hover-btn a:hover, .hover-btn .hover-btn-span:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, #AF263F), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #AF263F 51%, transparent 50%);
  background-color: Transparent;
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.backbtn {
  position: absolute;
  top: 0;
  left: 0;
}

.backbtn span.back-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #CD8B34;
  margin-right: 10px;
  font-size: 38px;
  margin-left: 0px;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.backbtn span.back-arrow:after {
  margin-left: 0px;
}

/*forms*/
form[data-wffm] fieldset, .form-group {
  padding-bottom: 5px;
  padding-top: 10px;
}

.form-control {
  border-color: #C6C6C6;
  height: 40px;
  border-radius: 0 !important;
}

.btn {
  border-radius: 0 !important;
}

@media only screen and (max-width: 425px) {
  .single-line .sharelist {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .single-line .sharelist li:first-of-type {
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    float: left;
  }
}

@media only screen and (max-width: 425px) {
  .sharelist {
    text-align: center;
  }
  .sharelist li:first-of-type {
    display: block;
  }
}

.sharelist li {
  vertical-align: top;
  text-align: center;
}

.sharelist li a {
  color: #CD8B34;
}

.sharelist li a.sharemail img {
  margin: 4px 15px 7px 8px;
  width: 25px;
}

.sharelist li a.sharelink img {
  margin: 4px 5px 5px 15px;
  width: 30px;
}

.sharelist li a.sharelinkedin img {
  margin: 4px 9px 3px 7px;
  width: 23px;
}

.sharelist li a span {
  display: block;
  font-size: 14px;
}

.sharelist li .share.popover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.sharelist li .share.popover .arrow:after {
  border-top-color: black;
}

.sharelist li .share.popover .popover-title {
  font-size: 12px;
  color: #fafafa;
  border-bottom: none;
  background-color: black;
  border-radius: 5px 5px 5px 5px;
}

.sharelist li .share.popover .popover-content {
  padding: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  background-blend-mode: multiply;
}

.overlay--red {
  background-color: #AF263F;
}

.overlay--orange {
  background-color: #CD8B34;
}

.overlay--yellow {
  background-color: #C3B823;
}

.overlay--purple {
  background-color: #723A81;
}

.overlay--green {
  background-color: #4C8844;
}

.overlay--navy {
  background-color: #1A95A5;
}

.overlay--teal {
  background-color: #103F57;
}

.overlay--black {
  background-color: #000000;
}

.overlay--cream {
  background-color: #F1F1EF;
}

.overlay--gradient-right {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(to top, black, transparent);
}

.carousel .overlay {
  height: 1080px;
}

.overlay.opacity--10-pct {
  opacity: 0.1;
}

.overlay.opacity--20-pct {
  opacity: 0.2;
}

.overlay.opacity--30-pct {
  opacity: 0.3;
}

.overlay.opacity--40-pct {
  opacity: 0.4;
}

.overlay.opacity--50-pct {
  opacity: 0.5;
}

.overlay.opacity--60-pct {
  opacity: 0.6;
}

.overlay.opacity--70-pct {
  opacity: 0.7;
}

.overlay.opacity--80-pct {
  opacity: 0.7;
}

.overlay.opacity--90-pct {
  opacity: 0.9;
}

.overlay-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  display: block;
}

.overlay-content {
  position: relative;
}

.overlay-img {
  position: relative;
}

.overlay-img.overlay--gradient-right:before {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(to top, black, transparent);
}

.overlay-img.opacity--10-pct:before {
  opacity: 0.1;
}

.overlay-img.opacity--20-pct:before {
  opacity: 0.2;
}

.overlay-img.opacity--30-pct:before {
  opacity: 0.3;
}

.overlay-img.opacity--40-pct:before {
  opacity: 0.4;
}

.overlay-img.opacity--50-pct:before {
  opacity: 0.5;
}

.overlay-img.opacity--60-pct:before {
  opacity: 0.6;
}

.overlay-img.opacity--70-pct:before {
  opacity: 0.7;
}

.overlay-img.opacity--80-pct:before {
  opacity: 0.8;
}

.overlay-img.opacity--90-pct:before {
  opacity: 0.9;
}

.overlay-img:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: inherit;
  background-blend-mode: multiply;
  display: block;
}

.main-content .main-container {
  background: #f6F6F6;
}

.main_rail_wrap .sidebar {
  padding: 0;
}

.address-social-bar {
  padding: 0;
}

.address-social-bar .container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 787px) {
  .address-social-bar .container .address-wrapper {
    width: 260px;
    margin: 0 auto;
  }
}

.address-social-bar .footer-address {
  font-size: 12px;
  line-height: 15px;
  padding-left: 25px;
}

.address-social-bar .social-icons {
  font-size: 28px;
  padding-top: 15px;
}

@media only screen and (max-width: 787px) {
  .address-social-bar .social-icons {
    padding-top: 24px;
  }
}

.fa-facebook-official:hover {
  color: #405799;
}

.fa-twitter:hover {
  color: #61AAF0;
}

.fa-youtube-play:hover {
  color: #CD201F;
}

.fa-linkedin-square:hover {
  color: #0077B5;
}

.sitemap {
  position: relative;
}

.sitemap .container {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled {
    margin: 0;
  }
}

.sitemap .list-unstyled li {
  margin: 0 0 19px 0;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled li {
    margin: 0;
  }
}

.sitemap .list-unstyled li .list-group-item-heading {
  font-size: 16px;
  color: #CD8B34;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  margin-top: 42px;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled li .list-group-item-heading {
    border-bottom: 1px solid #cecece;
    padding: 8px 10px;
    margin-bottom: 0;
    cursor: pointer;
    margin-top: 0;
  }
}

.sitemap .list-unstyled li .list-group-item-heading .icon {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled li .list-group-item-heading .icon {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    color: #484848;
  }
}

.sitemap .list-unstyled li .list-group-item-heading .fa {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled li .list-group-item-heading .fa {
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: #484848;
    padding-right: 12px;
  }
}

.sitemap .list-unstyled .sub-cat {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled .sub-cat {
    max-height: 0;
  }
}

.sitemap .list-unstyled .sub-cat li a {
  font-size: 12px;
  color: #616161;
}

@media only screen and (max-width: 991px) {
  .sitemap .list-unstyled .sub-cat li a {
    border-bottom: 1px solid #cecece;
    padding: 8px 10px;
    margin-bottom: 0;
    display: block;
  }
}

.sitemap .list-unstyled .sub-cat li a:hover {
  color: #000;
}

.sitemap .list-unstyled .open .list-group-item-heading .icon {
  display: none;
}

.sitemap .list-unstyled .open .list-group-item-heading .fa {
  display: block;
}

.sitemap .list-unstyled .open .sub-cat {
  max-height: 200px;
}

.copyright {
  background: #AF263F;
  color: #FAFAFA;
  font-size: 14px;
  line-height: 17px;
}

.copyright a {
  color: #FAFAFA;
}

.company-links {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 787px) {
  .company-links {
    background-color: #f6f6f6;
  }
}

.company-links .navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  .company-links .navbar .navbar-nav {
    background-color: #f6f6f6;
  }
}

@media only screen and (max-width: 787px) {
  .company-links .navbar .navbar-nav {
    width: 80%;
    background-color: #f6f6f6;
    margin: 10px;
  }
}

.company-links .navbar .navbar-nav li {
  padding: 0 15px;
}

@media only screen and (max-width: 787px) {
  .company-links .navbar .navbar-nav li {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1100px) {
  .company-links .navbar .navbar-nav li {
    display: inline-block;
  }
}

.company-links .navbar .navbar-nav li a {
  font-size: 16px;
  color: #616161;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding-bottom: 12px;
}

@media only screen and (max-width: 787px) {
  .company-links .navbar .navbar-nav li a {
    padding-bottom: 0;
  }
}

.company-links .navbar .navbar-nav li a:hover {
  color: #000000;
}

.company-links .navbar-default {
  text-align: center;
  border: 0;
  margin: 0;
}

@media only screen and (max-width: 787px) {
  .company-links .navbar-default li {
    float: left;
    width: 50%;
  }
  .company-links .navbar-default li a {
    padding: 10px 0;
  }
}

.home.hero {
  padding: 125px 0 0;
  height: 620px;
}

@media only screen and (max-width: 900px) {
  .home.hero {
    padding: 60px 0;
    display: none;
  }
}

.herotext {
  position: relative;
  max-width: 1300px;
  padding-top: 93px;
  color: #fff;
  z-index: 2;
  text-shadow: 2px 2px 2px #000;
  margin: 0 auto;
  min-height: 570px;
}

@media only screen and (max-width: 1399px) {
  .herotext {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1200px) {
  .herotext {
    max-width: 800px;
  }
}

@media only screen and (max-width: 900px) {
  .herotext {
    min-height: 400px;
    padding-top: 40px;
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .herotext {
    width: 300px;
  }
}

.herotext .row {
  position: relative;
}

.herotext .cta-button {
  display: block;
  margin-top: 50px;
  cursor: pointer;
  text-shadow: none;
}

.herotext .playbtn {
  display: block;
  margin-top: 50px;
  cursor: pointer;
}

.herotext .playbtn img {
  display: inline;
  width: 85px;
}

#videoModal .modal-dialog {
  margin-top: 120px;
}

.modal-video button.close {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  opacity: 1;
  font-size: 22px;
  top: -17px;
  right: -17px;
}

.hero {
  min-height: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .hero {
    min-height: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.hero .playbtn {
  display: block;
  margin-top: 50px;
  cursor: pointer;
}

.hero .playbtn img {
  display: inline;
  width: 85px;
}

.hero .playbtn img:hover {
  opacity: .65;
}

.hero h1 {
  color: #FAFAFA;
  text-align: center;
}

.hero .hero-summary {
  color: #fafafa;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}

.product-hero {
  padding-top: 125px;
  padding-bottom: 60px;
}

.hero-colored-bg.dark .container {
  background-color: #484848;
}

.hero-colored-bg .container {
  background-color: #fafafa;
}

.hero-colored-bg .hero-summary {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hero-colored-bg.dark .hero-summary {
  color: #fafafa;
}

.hero-colored-bg [class*='col-'] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lg-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 0;
}

.lg-container .container-fluid {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .lg-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.locator-bar {
  background-color: rgba(6, 6, 6, 0.75);
  height: 55px;
  font-size: 18px;
  padding: 18px;
}

@media only screen and (max-width: 1100px) {
  .locator-bar {
    display: none;
  }
}

.locator-bar a {
  color: #fff;
  margin-right: 15px;
}

.locator-bar .glyphicon-map-marker {
  color: #CD8B34;
}

@media only screen and (min-width: 1518px) {
  .locator-bar .lg-container {
    padding-right: 78px;
  }
}

.nav-bg {
  background-color: #AF263F;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (min-width: 1518px) {
  .nav-bg .lg-container {
    padding-right: 78px;
  }
}

@media only screen and (max-width: 1100px) {
  .nav-bg {
    background-color: #363E40;
  }
}

.navbar-brand {
  padding: 0;
  margin-top: -22px;
  width: 110px;
  min-height: 1px;
}

@media only screen and (max-width: 1100px) {
  .navbar-brand {
    width: 50px;
    margin-top: 0;
  }
}

.navbar-brand img {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  height: 100px;
}

@media only screen and (max-width: 1100px) {
  .navbar-brand img {
    height: 50px;
  }
}

.navbar-default {
  background: transparent;
  margin-bottom: 0;
}

.navbar-fixed-top {
  border: 0;
}

#navbar {
  position: relative;
  z-index: 99;
  text-align: center;
  -webkit-box-shadow: -9px 4px 8px 0 rgba(0, 0, 0, 0.2), -9 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: -9px 4px 8px 0 rgba(0, 0, 0, 0.2), -9 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (min-width: 1100px) {
  #navbar {
    height: 55px !important;
  }
}

@media only screen and (max-width: 1100px) {
  #navbar {
    text-align: left;
    max-height: none;
    position: fixed;
    height: 100% !important;
    width: 100%;
    padding-left: 50px;
    overflow-x: hidden !important;
  }
}

@media only screen and (max-width: 768px) {
  #navbar {
    padding-right: 0;
  }
}

#navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  /*@include respond-at(768px) {
            margin-right: -15px;
            margin-left: -15px;
        }*/
}

#navbar .search-mobile {
  display: none;
  background-color: #363E40;
  height: 71px;
}

@media only screen and (max-width: 1100px) {
  #navbar .search-mobile {
    display: block;
  }
}

#navbar .search-mobile .navbar-form {
  margin: 0px;
  padding: 10px;
  border: 0;
}

#navbar .search-mobile input {
  border: 0;
  padding: 20px 21px;
}

#navbar .search-mobile .input-group {
  width: 100%;
}

#navbar .search-mobile .input-group-btn {
  background-color: #fff;
  border: 0;
}

#navbar .search-mobile .btn-default {
  border: 0;
}

#navbar > ul > li.active > a {
  background-color: #701828;
}

@media only screen and (min-width: 1100px) {
  #navbar > ul > li:hover > a {
    background-color: #7E192B;
  }
}

#navbar ul li {
  position: inherit;
  z-index: 1;
}

@media only screen and (max-width: 1100px) {
  #navbar ul li {
    position: relative;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul li {
    width: auto !important;
  }
}

#navbar ul li .mobile-arrow {
  position: absolute;
  right: 18px;
  top: 0px;
  /*border: 1px solid #fff;
                border-radius: 17px;
                padding: 1px 1px 1px 1px;*/
  text-align: center;
  color: #fff;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 40px;
}

#navbar ul li .mobile-arrow .glyphicon-menu-down:before {
  font-family: 'icomoon' !important;
  content: "\e909";
}

#navbar ul li .mobile-arrow .glyphicon-remove {
  display: none;
  top: -2px;
  right: -8px;
}

#navbar ul li .mobile-arrow .glyphicon-remove:before {
  content: "\f00d";
  font-size: 16px;
}

@media only screen and (min-width: 1100px) {
  #navbar ul li .mobile-arrow {
    display: none;
  }
}

#navbar ul li.open .glyphicon-remove {
  display: block;
  padding-top: 2px;
}

#navbar ul li.open .glyphicon-menu-down {
  display: none;
}

#navbar ul li a {
  font-size: 16px;
  line-height: 15px;
  color: #FAFAFA;
  padding: 20px 42px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  #navbar ul li a {
    text-transform: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1518px) {
  #navbar ul li a {
    padding: 20px 34px;
  }
}

@media only screen and (max-width: 1199px) {
  #navbar ul li a {
    padding: 20px 24px;
  }
}

#navbar ul li a .nav-desc {
  font-size: 10px;
  text-transform: none;
  display: none;
  margin-top: 3px;
}

@media only screen and (max-width: 1100px) {
  #navbar ul li a .nav-desc {
    display: block;
  }
}

#navbar ul li a .pro-icon {
  display: none;
  color: #fff;
}

#navbar ul li a .pro-icon img, #navbar ul li a .pro-icon .svg {
  width: 30px;
  margin-top: -7px;
  max-height: 30px;
  color: #fff;
  fill: #fff;
}

#navbar ul li a .pro-icon:after {
  margin-left: 0;
  content: none;
}

@media only screen and (max-width: 1100px) {
  #navbar ul li a .pro-icon {
    display: block;
    float: left;
    padding: 1px 15px 15px 0;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul li .mobileonly {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul li:not(.login-btn):hover {
    z-index: 2;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul li:not(.login-btn):hover .main-subnav {
    display: block;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    z-index: 2;
  }
}

#navbar ul li.open .main-subnav, #navbar ul li.open .login-list {
  left: 0;
  background-color: #525a5c;
  display: block;
}

@media only screen and (max-width: 1100px) {
  #navbar ul li.open .main-subnav, #navbar ul li.open .login-list {
    display: block;
    z-index: 1;
    position: relative;
  }
}

#navbar ul li.open .main-subnav li, #navbar ul li.open .login-list li {
  float: none;
  width: 100%;
}

#navbar ul li.open .main-subnav li a, #navbar ul li.open .login-list li a {
  text-align: left;
}

#navbar ul li.open .main-subnav li a .linkname, #navbar ul li.open .login-list li a .linkname {
  color: #fff;
}

#navbar ul li.open .main-subnav li a img, #navbar ul li.open .login-list li a img {
  display: none;
}

#navbar ul .locater-btn-mobile {
  display: none;
  background-color: #434A4C;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .locater-btn-mobile {
    display: block;
  }
}

#navbar ul .main-subnav .list-unstyled {
  text-align: left;
}

#navbar ul .main-subnav.full {
  height: auto !important;
  text-align: left;
  padding: 68px 0;
  margin: 0;
}

#navbar ul .main-subnav.full div a {
  font-weight: normal;
  display: block;
  color: #484848;
  font-size: 16px;
  padding: 0;
  line-height: 24px  !important;
  margin-bottom: 24px;
  text-transform: none;
}

#navbar ul .main-subnav.full div a:hover .scWebEditInput,
#navbar ul .main-subnav.full div a:hover {
  text-decoration: underline;
}

#navbar ul .main-subnav.full .main-subnav-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
}

#navbar ul .login-list, #navbar ul .main-subnav {
  display: none;
  position: absolute;
  /*left: 148px;*/
  right: 0;
  left: 0;
  list-style: none;
  background-color: #EBEBEB;
  padding: 0 1000em;
  /* trick from css-tricks comments */
  margin: 0 -1000em;
  /* trick from css-tricks comments */
  -webkit-box-shadow: 0 4px 15px -6px black;
  box-shadow: 0 4px 15px -6px black;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-list, #navbar ul .main-subnav {
    background-color: #525a5c;
    padding: 0;
    /* trick from css-tricks comments */
    margin: 0;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul .login-list.main-subnav, #navbar ul .main-subnav.main-subnav {
    /*transition: 0.2s 0.25s;*/
    position: absolute;
    /*left: 40%;*/
    left: 0px;
    z-index: 1;
    text-align: center;
  }
}

#navbar ul .login-list li, #navbar ul .main-subnav li {
  /*float: left;*/
  position: relative;
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-list li, #navbar ul .main-subnav li {
    padding: 9px 25px;
  }
}

@media only screen and (min-width: 1100px) {
  #navbar ul .login-list li:hover, #navbar ul .main-subnav li:hover {
    background-color: #FAFAFA;
  }
}

#navbar ul .login-list li a, #navbar ul .main-subnav li a {
  font-weight: bold;
  display: block;
  color: #484848;
  font-size: 14px;
  padding: 20px 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-list li a, #navbar ul .main-subnav li a {
    padding: 0;
    color: #fff;
  }
}

#navbar ul .login-list li img, #navbar ul .main-subnav li img {
  display: none;
}

#navbar ul .login-list li ul.tertiary-links li.t-link, #navbar ul .main-subnav li ul.tertiary-links li.t-link {
  display: block;
}

#navbar ul .login-list.products-services-nav-item, #navbar ul .main-subnav.products-services-nav-item {
  background-color: #ebebeb;
}

#navbar ul .login-list.products-services-nav-item li, #navbar ul .main-subnav.products-services-nav-item li {
  padding: 9px 25px;
  border-bottom: 5px solid transparent;
}

#navbar ul .login-list.products-services-nav-item li:hover, #navbar ul .main-subnav.products-services-nav-item li:hover {
  background-color: transparent;
}

@media only screen and (max-width: 1440px) {
  #navbar ul .login-list.products-services-nav-item li, #navbar ul .main-subnav.products-services-nav-item li {
    padding: 9px 9px;
  }
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-list.products-services-nav-item li, #navbar ul .main-subnav.products-services-nav-item li {
    padding: 9px 25px;
    border-bottom: 0;
  }
}

#navbar ul .login-list.products-services-nav-item li a, #navbar ul .main-subnav.products-services-nav-item li a {
  text-align: center;
  display: block;
  padding: 0;
}

#navbar ul .login-list.products-services-nav-item li a img, #navbar ul .main-subnav.products-services-nav-item li a img {
  width: 50px;
  display: inline;
}

#navbar ul .login-list.products-services-nav-item li a .linkname, #navbar ul .main-subnav.products-services-nav-item li a .linkname {
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #484848;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-list.products-services-nav-item li a .linkname, #navbar ul .main-subnav.products-services-nav-item li a .linkname {
    padding-top: 0px;
    text-transform: none;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.atm:hover, #navbar ul .main-subnav.products-services-nav-item li.atm:hover {
    border-bottom-color: #00939F;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.digital:hover, #navbar ul .main-subnav.products-services-nav-item li.digital:hover {
    border-bottom-color: #cd632b;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.card:hover, #navbar ul .main-subnav.products-services-nav-item li.card:hover {
    border-bottom-color: #4a893f;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.engage:hover, #navbar ul .main-subnav.products-services-nav-item li.engage:hover {
    border-bottom-color: #c9bc23;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.security:hover, #navbar ul .main-subnav.products-services-nav-item li.security:hover {
    border-bottom-color: #484848;
  }
}

@media only screen and (min-width: 1101px) {
  #navbar ul .login-list.products-services-nav-item li.members:hover, #navbar ul .main-subnav.products-services-nav-item li.members:hover {
    border-bottom-color: #7f4098;
  }
}

#navbar ul .login-btn {
  background-color: #525a5c;
  margin-right: 0px;
  overflow: hidden;
}

@media only screen and (max-width: 1439px) {
  #navbar ul .login-btn {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1099px) {
  #navbar ul .login-btn {
    margin-bottom: 50px;
  }
}

#navbar ul .login-btn:hover {
  background-color: #525a5c;
}

@media only screen and (min-width: 1100px) {
  #navbar ul .login-btn a {
    color: #fff !important;
    text-transform: none !important;
    font-weight: normal !important;
    padding: 20px 15px !important;
  }
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-btn a {
    padding: 20px 24px;
  }
}

#navbar ul .login-btn ul {
  background-color: #525a5c;
  left: 0;
  /*padding: 0 1000em;
                margin: 0 -1000em;*/
  text-align: center;
  z-index: -1;
}

@media only screen and (max-width: 1100px) {
  #navbar ul .login-btn ul li {
    padding: 9px 25px;
  }
  #navbar ul .login-btn ul li a {
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
  }
}

#navbar ul .login-btn ul li:hover {
  background-color: #423c3c;
}

#navbar .navbar-right {
  margin-right: 0;
  /*@include respond-at(768px) {
            margin-right: -15px;
            margin-left: -15px;
        }*/
}

@media only screen and (min-width: 1101px) {
  #navbar .navbar-right .search-li {
    width: 143px !important;
  }
}

@media only screen and (min-width: 1360px) {
  #navbar .navbar-right .search-li {
    width: auto !important;
  }
}

@media only screen and (max-width: 1100px) {
  #navbar .navbar-right .search-li {
    position: absolute;
    top: 0;
    max-width: 1034px;
    width: 100%;
  }
  #navbar .navbar-right .search-li .CoveoSearchButton {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 50px;
  }
  #navbar .navbar-right .search-li .CoveoOmnibox {
    padding-left: 50px;
  }
  #navbar .navbar-right .search-li #global-search-box {
    padding: 8px;
    background: #363E40;
  }
}

.login-nav {
  background-color: #525a5c;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.login-nav .nav {
  margin-left: 130px;
}

@media only screen and (max-width: 1100px) {
  .login-nav .nav {
    margin-left: 0px;
  }
}

.login-nav .nav li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.login-nav .nav li a:hover {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .login-nav .nav li a:hover {
    background: #423c3c;
  }
}

.login-nav.open {
  max-height: 300px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.navbar-header {
  position: relative;
  z-index: 100;
}

@media (max-width: 1100px) {
  .navbar-header {
    float: none;
    background-color: #AF263F;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 25px;
  }
  .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
    background-color: #363E40;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    overflow: auto !important;
  }
}

.navbar-default .navbar-toggle.mobile-btn {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #701828;
  margin: 0;
  height: 50px;
  width: 50px;
  padding: 16px;
}

.navbar-default .navbar-toggle.mobile-btn.collapsed {
  background: #AF263F;
}

@media only screen and (max-width: 991px) {
  .main_rail_wrap.match-my-cols {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.main_rail_wrap .sidebar {
  background-color: #35373C;
}

.main_rail_wrap .sidebar .promotitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.main_rail_wrap .sidebar .right-rail-dark {
  color: #fff;
  padding: 50px;
}

.main_rail_wrap .sidebar .right-rail-dark .promotitle {
  color: #fff;
}

.main_rail_wrap .sidebar .right-rail-dark a, .main_rail_wrap .sidebar .right-rail-dark p {
  color: #fff;
}

.right-rail-address {
  background-color: #EBEBEB;
  padding: 50px;
}

.right-rail-contact-us-btn {
  padding: 0;
}

.right-rail-contact-us-btn .base-btn {
  width: 100%;
  padding: 27px 28px;
  background-color: #AF263F;
  color: #efefef;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.right-rail-contact-us-btn .base-btn i.icon {
  font-size: 25px;
  position: relative;
  top: 5px;
  right: -10px;
}

.test {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .product-margin {
    margin: 0 7.5%;
  }
}

.product-header {
  color: #474747;
}

.product-header h3 {
  font-family: verdana;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: none;
  margin-top: 0;
}

.product-header li {
  text-align: left;
}

.product-header p, .product-header li {
  line-height: 32px;
  color: #474747;
}

.product-header ul {
  padding-left: 1em;
}

@media only screen and (max-width: 1100px) {
  .product-header ul {
    text-align: center;
  }
}

.product-header .product-title {
  padding: 30px 0 30px;
}

.product-header .product-title .product-line-icon img {
  display: inline-block;
  margin-right: 30px;
  margin-top: -9px;
}

.product-header .product-title .product-line-icon h1 {
  display: inline-block;
}

.product-header .product-share {
  margin-top: 30px;
  text-align: right;
}

.product-hr {
  border-bottom: 2px solid #c3c3c3;
}

.product-card {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.product-card p {
  text-align: left;
}

.product-card h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 33px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.product-card .product-line-icon {
  position: absolute;
  top: 10px;
  right: 20px;
}

.product-card .base-btn {
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #fafafa;
}

.product-card > div {
  background-color: #fafafa;
  margin-right: 5px;
  margin-left: 5px;
}

.product-card > div:hover {
  -webkit-box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
}

.product-card > div:hover .base-btn {
  background-color: #7E192B;
}

.product-card > div .content {
  margin: 0 20px 20px;
  /*min-height: 200px;*/
}

.variable-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}

@media only screen and (max-width: 1100px) {
  .variable-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 764px) {
  .variable-content {
    padding-top: 50px;
  }
}

.variable-content .row {
  margin-bottom: 30px;
  margin-left: 7.6%;
  margin-right: 7.6%;
}

@media only screen and (max-width: 1100px) {
  .variable-content .row {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.variable-content .row.full-width {
  margin-left: -15px;
  margin-right: -15px;
}

.variable-content h3 {
  font-size: 24px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  line-height: 1.5;
}

.variable-content p {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .variable-content .variable-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.variable-content .variable-cta h3 {
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: none;
  line-height: 1.3;
}

.variable-content .variable-cta p {
  line-height: 1.3;
}

.variable-content .variable-cta .base-btn {
  padding: 17px 28px;
}

.variable-content .hr {
  border-bottom: 2px solid #c3c3c3;
}

.product-solutions .w-20 {
  width: 19.5%;
}

.product-solutions .row {
  margin-bottom: 50px;
}

.product-solutions .tab-content {
  margin-top: 60px;
}

.product-solutions .product-tabs {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  padding-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .product-solutions .product-tabs {
    display: none;
  }
}

.product-solutions .product-tabs ul {
  list-style: none;
  border-bottom: none;
  margin: auto;
}

.product-solutions .product-tabs ul li {
  display: inline;
  cursor: pointer;
  border-bottom: 7px solid rgba(0, 0, 0, 0);
}

.product-solutions .product-tabs ul li .linkname {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 20px auto;
  color: #212121;
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .product-solutions .product-tabs ul li .linkname {
    font-size: 13px;
    line-height: 16px;
  }
}

.product-solutions .product-tabs ul li .show-active {
  display: none;
  margin: 0 auto;
}

.product-solutions .product-tabs ul li .hide-active {
  display: block;
  margin: 0 auto;
}

.product-solutions .product-tabs ul li:hover, .product-solutions .product-tabs ul li.active {
  border-bottom: 7px solid #b1213d;
}

.product-solutions .product-tabs ul li:hover .show-active, .product-solutions .product-tabs ul li.active .show-active {
  display: block;
}

.product-solutions .product-tabs ul li:hover .hide-active, .product-solutions .product-tabs ul li.active .hide-active {
  display: none;
}

.product-solutions .product-line-description {
  margin: 60px auto;
  text-align: center;
  width: 67%;
}

.product-solutions .product-line-description p {
  font-family: Verdana;
  font-size: 16px;
  color: #1E1F22;
  letter-spacing: 0;
  line-height: 26px;
}

.product-solutions .productLine-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .product-solutions .productLine-mobile {
    display: block;
  }
}

.product-solutions .productLine-mobile .panel-group .panel {
  margin-bottom: 20px;
}

.product-solutions .productLine-mobile .panel.panel-default {
  margin-bottom: 20px;
  border-radius: 0;
}

.product-solutions .productLine-mobile .panel .panel-heading {
  color: #fff;
  background-color: #AF263F;
  border: none;
  position: relative;
}

.product-solutions .productLine-mobile .panel .panel-heading a {
  color: #fff;
  display: block;
}

.product-solutions .productLine-mobile .panel .panel-heading .img {
  display: inline-block;
}

.product-solutions .productLine-mobile .panel .panel-heading .linkname {
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
}

.product-solutions .productLine-mobile .panel .panel-heading .chervon {
  display: inline-block;
  right: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -5px;
}

.product-solutions .productLine-mobile .panel .panel-body {
  border: none;
}

.product-solutions .productLine-mobile .panel .panel-body .product-line-description {
  width: auto;
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .product-solutions .productLine-mobile .panel {
    border-right: none;
    border-left: none;
    border-radius: 0;
    margin-top: 0;
  }
  .product-solutions .productLine-mobile .panel .panel-heading img {
    width: 35px;
  }
}

.product-solutions-discover {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .product-solutions-discover {
    margin-top: 90px;
  }
}

.product-solutions-discover ul {
  list-style-type: none;
  padding-left: 0;
}

.product-solutions-discover ul li {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.product-solutions-discover ul li .linkname {
  margin-top: 19px;
  font-family: Verdana;
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
}

.product-solutions-discover ul li .popover {
  border: 0;
  border-radius: 0;
  left: 0%;
  width: 280px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

@media only screen and (max-width: 768px) {
  .product-solutions-discover ul li .popover {
    display: none !important;
  }
}

.product-solutions-discover ul li .popover .popover-title {
  font-family: Verdana;
  font-weight: 700;
  font-size: 16px;
  color: #474747;
  line-height: 20px;
  background-color: white;
  text-transform: uppercase;
  border-bottom: 0;
}

.product-solutions-discover ul li .popover .popover-content {
  font-family: Verdana;
  font-size: 16px;
  color: #474747;
  line-height: 20px;
}

.product-solutions-discover ul li.payments {
  /*width: 25%;*/
}

.product-solutions-discover ul li.payments .popover {
  border-bottom-color: #518a43;
}

.product-solutions-discover ul li.payments .popover.top > .arrow:after {
  border-top-color: #518a43;
}

.product-solutions-discover ul li.networks {
  /*width: 25%;*/
}

.product-solutions-discover ul li.networks .popover {
  border-bottom-color: #cd632b;
}

.product-solutions-discover ul li.networks .popover.top > .arrow:after {
  border-top-color: #cd632b;
}

.product-solutions-discover ul li.members {
  /*width: 25%;*/
}

.product-solutions-discover ul li.members .popover {
  border-bottom-color: #7f4098;
}

.product-solutions-discover ul li.members .popover.top > .arrow:after {
  border-top-color: #7f4098;
}

.product-solutions-discover ul li.growth {
  /*width: 25%;*/
}

.product-solutions-discover ul li.growth .popover {
  border-bottom-color: #c9bc2e;
}

.product-solutions-discover ul li.growth .popover.top > .arrow:after {
  border-top-color: #c9bc2e;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.flip-card-container {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flip-card {
  position: relative;
  background-color: transparent;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.flip-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.flip-card-inner:hover .flip-card-front,
.flip-card-inner.flip .flip-card-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-inner:hover .flip-card-back,
.flip-card-inner.flip .flip-card-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card-front {
  background-color: rgba(0, 0, 0, 0);
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #484848;
}

.flip-card-front img {
  width: 50%;
  height: 50%;
  max-width: 98px;
  max-height: 98px;
  margin: 0 auto 26px;
}

.flip-card-back {
  padding: 10% 5%;
  text-align: left;
  background-color: #616161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip-card-back .top {
  margin-bottom: 7px;
}

.flip-card-back .top,
.flip-card-back .bottom,
.flip-card-back a.bottom,
.flip-card-back a.bottom:visited {
  font-size: 2.5vw;
  color: #fff;
}

@media (min-width: 768px) {
  .flip-card-back .top,
  .flip-card-back .bottom,
  .flip-card-back a.bottom,
  .flip-card-back a.bottom:visited {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .flip-card-back .top,
  .flip-card-back .bottom,
  .flip-card-back a.bottom,
  .flip-card-back a.bottom:visited {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .flip-card-back .top,
  .flip-card-back .bottom,
  .flip-card-back a.bottom,
  .flip-card-back a.bottom:visited {
    font-size: 13px;
  }
}

.flip-card-back .bottom {
  border-top: 1px solid white;
  padding-top: 7px;
  margin-bottom: 0;
}

.flip-card-back a.bottom:hover {
  text-decoration: underline;
}

@media screen and (-ms-high-contrast: none) {
  .flip-card-inner .flip-card-front {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
  .flip-card-inner:hover .flip-card-front,
  .flip-card-inner.flip .flip-card-front {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .flip-card-inner:hover .flip-card-back,
  .flip-card-inner.flip .flip-card-back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
  .flip-card-back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
}

.product-nav-bg {
  height: 0px;
  background-color: #d6d6d6;
}

/*.product-nav-bg.v2 {
  transition: all $sec-nav-short ease;
  height: 130px;
}
.product-nav-bg.v3 {
  transition: all $sec-nav-short ease;
  height: 50px;
}*/
.sub-nav-placeholder {
  padding: 30px 0 30px 0;
}

@media only screen and (min-width: 1100px) {
  .sub-nav-placeholder {
    background-color: #EBEBEB;
    margin: 0 -15px 0 -15px;
  }
}

.sub-nav-placeholder .product-subnav {
  position: relative;
  top: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1100px) {
  .sub-nav-placeholder .product-subnav {
    visibility: visible;
  }
  .sub-nav-placeholder .product-subnav li {
    min-height: 1px !important;
    margin-bottom: 8px;
  }
}

.product-btn a {
  color: black;
}

.product-subnav {
  width: 100%;
  z-index: 1;
  padding: 10px;
  position: Absolute;
  top: 874px;
  margin: 0 auto 0;
  padding: 0;
  -webkit-box-shadow: 0 4px 15px -6px black;
  box-shadow: 0 4px 15px -6px black;
}

@media only screen and (max-width: 1100px) {
  .product-subnav.fixed {
    display: none !important;
  }
}

.product-subnav .product-subnav-list img {
  max-height: 100px;
}

.product-subnav.v2 {
  -webkit-transition: top 3s ease;
  transition: top 3s ease;
  top: 110px;
  position: fixed;
  z-index: 1029;
  background-color: #ebebeb;
  -webkit-transition: background-color 3s ease;
  transition: background-color 3s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media only screen and (max-width: 1100px) {
  .product-subnav.v2 {
    display: none;
  }
}

.product-subnav.v2 .product-subnav-list {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-subnav.v2 .product-subnav-list li {
  min-height: 10px;
  cursor: pointer;
}

.product-subnav.v2 .product-subnav-list .flipper .front {
  position: relative;
  min-height: 10px;
}

.product-subnav.v2 .product-subnav-list .flipper .front img {
  width: 50px;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.product-subnav.v2 .product-subnav-list .flipper .back {
  position: absolute;
}

.product-subnav.v3 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 110px;
}

.product-subnav.v3 .product-subnav-list li {
  padding: 6px 0 11px;
}

.product-subnav.v3 .product-subnav-list .flipper .front {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 20px;
}

.product-subnav.v3 .product-subnav-list .flipper .front img {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.product-subnav.v3 .product-subnav-list .flipper .front .linkname {
  padding-top: 0;
  margin-top: -10px;
  -webkit-transition: padding-top 1s ease, margin-top 1s ease;
  transition: padding-top 1s ease, margin-top 1s ease;
}

.product-subnav.hoverfx li {
  border-bottom: 5px solid transparent;
}

.product-subnav.hoverfx li.active, .product-subnav.hoverfx li:hover {
  border-bottom: 5px solid #000;
}

.product-subnav.hoverfx li.active.atm, .product-subnav.hoverfx li:hover.atm {
  border-bottom-color: #00939F;
}

.product-subnav.hoverfx li.active.security, .product-subnav.hoverfx li:hover.security {
  border-bottom-color: #484848;
}

.product-subnav.hoverfx li.active.members, .product-subnav.hoverfx li:hover.members {
  border-bottom-color: #7f4098;
}

.product-subnav.hoverfx li.active.digital, .product-subnav.hoverfx li:hover.digital {
  border-bottom-color: #cd632b;
}

.product-subnav.hoverfx li.active.card, .product-subnav.hoverfx li:hover.card {
  border-bottom-color: #4a893f;
}

.product-subnav.hoverfx li.active.engage, .product-subnav.hoverfx li:hover.engage {
  border-bottom-color: #c9bc23;
}

.product-subnav .product-subnav-title {
  text-align: center;
}

.product-subnav .product-subnav-sub-title {
  max-width: 800px;
  margin: 0 auto;
}

.product-subnav .product-subnav-list {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.product-subnav .product-subnav-list li {
  display: inline;
  min-height: 200px;
  padding: 9px 9px 6px 9px;
  cursor: pointer;
}

.product-subnav .product-subnav-list .linkname {
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.product-subnav .product-subnav-list .back {
  padding: 16px 15px 0;
  font-size: 12px;
  text-align: left;
  color: #333333;
}

.product-subnav .product-subnav-list .back .product-line-title {
  text-align: center;
  text-transform: uppercase;
  color: #484848;
}

.product-subnav .product-btn {
  text-align: center;
}

.top-position .product-subnav-title, .top-position .product-subnav-sub-title, .top-position .product-btn {
  display: none;
}

.atm .back {
  border-color: #00939F;
  border-radius: 5px;
}

.security .back {
  border-color: #484848;
}

.members .back {
  border-color: #7f4098;
}

.digital .back {
  border-color: #cd632b;
}

.card .back {
  border-color: #4a893f;
}

.engage .back {
  border-color: #c9bc23;
}

.icons {
  text-align: center;
  margin-bottom: 0;
}

.icons li {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-right: 60px;
}

.icons li a {
  background-color: none;
  font-size: 16px;
  color: #031320;
}

.icons li a img {
  width: 70px;
}

.icons li a:hover {
  background-color: transparent;
}

.subnav.v2 {
  -webkit-transition: top 4s ease;
  transition: top 4s ease;
  top: 62px;
  position: fixed;
  z-index: 3;
}

.subnav.v2 .icons li {
  -webkit-transition: height 4s ease;
  transition: height 4s ease;
}

.subnav.v2 .icons li a {
  -webkit-transition: font-size 4s ease;
  transition: font-size 4s ease;
  font-size: 10px;
}

.subnav.v2 .icons li a img {
  -webkit-transition: width 4s ease;
  transition: width 4s ease;
  width: 50px;
}

@media only screen and (max-width: 991px) {
  .product-module-right .learn-more, .product-module-left .learn-more {
    display: none;
  }
}

.corner-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  background-color: #ebebeb;
}

@media only screen and (max-width: 991px) {
  .corner-icon {
    width: 40%;
    float: left;
    position: relative;
    height: 100%;
  }
}

.corner-icon img {
  width: 50px;
  margin-bottom: 10px;
}

.corner-icon .product-icon-name {
  display: block;
}

@media only screen and (max-width: 500px) {
  .corner-icon .product-icon-name {
    font-size: 12px;
  }
}

.view-offerings {
  background-color: white;
  margin: -15px -15px 0;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}

.view-offerings .table {
  width: 50%;
  max-width: 100%;
  margin-bottom: 20px;
  margin: auto;
}

@media only screen and (max-width: 1100px) {
  .view-offerings .table {
    width: 100%;
  }
}

.product-module-list {
  margin: 0;
  padding: 30px 0 0;
  position: relative;
  list-style: none;
  min-height: 500px;
}

@media only screen and (max-width: 991px) {
  .product-module-list {
    min-height: 1px;
  }
}

.product-module-list-item {
  margin-top: -10px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .product-module-list-item {
    margin-top: 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
}

.product-module-list-item .product-mobile-arrow {
  color: #c8c8c8;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .product-module-list-item .product-mobile-arrow {
    display: block;
  }
}

.product-module-list-item .list-desc {
  padding: 15px 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .product-module-list-item .list-desc {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .product-module-list-item .list-desc {
    padding: 10px 20px;
  }
}

.product-module-list-item .list-desc.open {
  background-color: #00939F;
}

.product-module-list-item .list-desc.open .list-desc-title, .product-module-list-item .list-desc.open .list-desc-sub {
  color: #fafafa;
}

.product-module-list-item .list-desc-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.product-module-list-item .list-desc-sub {
  line-height: 18px;
}

.product-module-list-item .product-module-slideout {
  position: absolute;
  background-color: #ebebeb;
  height: 100%;
  width: 470px;
  display: none;
  padding: 30px;
  top: 0;
  z-index: 1;
}

.product-module-list-item.atm .list-desc.open {
  background-color: #00939F;
}

.product-module-list-item.security .list-desc.open {
  background-color: #484848;
}

.product-module-list-item.members .list-desc.open {
  background-color: #7f4098;
}

.product-module-list-item.digital .list-desc.open {
  background-color: #cd632b;
}

.product-module-list-item.card .list-desc.open {
  background-color: #4a893f;
}

.product-module-list-item.engage .list-desc.open {
  background-color: #c9bc23;
}

.product-module-left {
  margin: 0 auto;
  padding: 15px 35px;
}

@media only screen and (max-width: 991px) {
  .product-module-left {
    padding: 10px 0;
  }
}

.product-module-left .product-module-left-col-a {
  float: left;
  width: 40%;
  min-height: 500px;
  background-color: #F6F6F6;
}

@media only screen and (max-width: 991px) {
  .product-module-left .product-module-left-col-a {
    float: none;
    width: 100%;
    min-height: 120px;
    height: auto;
  }
}

.product-module-left .product-module-left-col-a .product-module-slideout {
  left: initial;
  right: -470px;
  border-right: 0;
  border-left-width: 5px;
  border-left-style: solid;
}

.product-module-left .product-module-left-col-a .atm .product-module-slideout {
  border-left-color: #00939F;
}

.product-module-left .product-module-left-col-a .security .product-module-slideout {
  border-left-color: #484848;
}

.product-module-left .product-module-left-col-a .members .product-module-slideout {
  border-left-color: #7f4098;
}

.product-module-left .product-module-left-col-a .digital .product-module-slideout {
  border-left-color: #cd632b;
}

.product-module-left .product-module-left-col-a .card .product-module-slideout {
  border-left-color: #4a893f;
}

.product-module-left .product-module-left-col-a .engage .product-module-slideout {
  border-left-color: #c9bc23;
}

.product-module-left .product-module-left-col-b {
  /*float: left;*/
  width: 60%;
  /*position: relative;*/
  position: absolute;
  min-height: 500px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .product-module-left .product-module-left-col-b {
    position: relative;
    float: none;
    width: 100%;
    min-height: 120px;
    height: 120px;
    overflow: hidden;
  }
}

.product-module-left .product-module-left-col-b .item-image {
  height: auto;
  width: 60%;
  float: right;
}

@media only screen and (min-width: 991px) {
  .product-module-left .product-module-left-col-b .item-image {
    height: 100%;
    float: none;
    width: 100%;
  }
}

.product-module-left .product-module-left-col-b .corner-icon {
  right: 0;
  left: initial;
}

.product-module-slideout ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
}

.product-module-right {
  margin: 0 auto;
  padding: 15px 35px;
}

@media only screen and (max-width: 991px) {
  .product-module-right {
    padding: 10px 0 0;
  }
}

.product-module-right .product-module-right-col-a {
  /*float: left;*/
  width: 60%;
  /*position: relative;*/
  position: absolute;
  min-height: 500px;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .product-module-right .product-module-right-col-a {
    position: relative;
    float: none;
    width: 100%;
    min-height: 120px;
    height: 120px;
    overflow: hidden;
  }
}

.product-module-right .product-module-right-col-a .item-image {
  height: auto;
  width: 60%;
  float: right;
}

@media only screen and (min-width: 991px) {
  .product-module-right .product-module-right-col-a .item-image {
    height: 100%;
    float: none;
    width: 100%;
  }
}

.product-module-right .product-module-right-col-b {
  float: right;
  width: 40%;
  min-height: 500px;
  background-color: #F6F6F6;
}

@media only screen and (max-width: 991px) {
  .product-module-right .product-module-right-col-b {
    float: none;
    width: 100%;
    min-height: 120px;
    height: auto;
  }
}

.product-module-right .product-module-right-col-b .product-module-slideout {
  right: initial;
  left: -470px;
  border-left: 0;
  border-right-width: 5px;
  border-right-style: solid;
}

.product-module-right .product-module-right-col-b .atm .product-module-slideout {
  border-right-color: #00939F;
}

.product-module-right .product-module-right-col-b .security .product-module-slideout {
  border-right-color: #484848;
}

.product-module-right .product-module-right-col-b .members .product-module-slideout {
  border-right-color: #7f4098;
}

.product-module-right .product-module-right-col-b .digital .product-module-slideout {
  border-right-color: #cd632b;
}

.product-module-right .product-module-right-col-b .card .product-module-slideout {
  border-right-color: #4a893f;
}

.product-module-right .product-module-right-col-b .engage .product-module-slideout {
  border-right-color: #c9bc23;
}

.row.match-my-cols {
  overflow: hidden;
  margin: 0;
  /*@include respond-at(767px) {
                     margin-right:-15px;
                     margin-left:-15px;
                }*/
}

.row.match-my-cols.main_rail_wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.row.match-my-cols > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.match-my-cols .content {
  background: none;
  position: static;
}

.modal-hero {
  position: relative;
}

.modal-right-rail {
  background-color: #35373C;
  color: #fff;
}

.modal-right-rail .contant-downloads {
  list-style: none;
  padding: 0;
}

.modal-right-rail .contant-downloads li {
  padding: 15px 30px 26px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .modal-right-rail .contant-downloads li {
    font-size: 13px;
  }
}

.modal-right-rail .contant-downloads li a {
  color: #dcdcdc;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .modal-right-rail .contant-downloads li {
    border: 10px solid #fafafa;
    border-top: 0px;
  }
}

.modal-right-rail .contant-downloads li.red {
  background-color: #AF263F;
}

.modal-right-rail .contant-downloads li.green {
  background-color: #00939F;
}

.modal-right-rail .contant-downloads li .icon {
  margin-left: 15px;
  position: relative;
  top: 5px;
  font-size: 35px;
}

@media only screen and (min-width: 1024px) {
  .modal-right-rail .contact-us-cta {
    padding: 150px 0 50px;
  }
}

.modal-right-rail .contact-us-cta p {
  color: #fff;
}

.modal-right-rail .contact-us-cta .icon {
  display: block;
  height: 150px;
  text-align: center;
  margin: auto auto 40px;
}

.modal-right-rail .contact-us-cta .know-more {
  padding: 0px 57px;
  font-size: 19px;
}

.modal-right-rail .contact-us-cta .base-btn {
  padding: 17px 96px;
  color: #f5f5f5;
  text-transform: uppercase;
}

.atm .modal-col-left {
  border-top-color: #00939F;
}

.digital .modal-col-left {
  border-top-color: #cd632b;
}

.card .modal-col-left {
  border-top-color: #4a893f;
}

.engage .modal-col-left {
  border-top-color: #c9bc23;
}

.security .modal-col-left {
  border-top-color: #484848;
}

.members .modal-col-left {
  border-top-color: #7f4098;
}

.uber-bottom .separator {
  border-left: 8px solid #35373C;
}

@media only screen and (max-width: 991px) {
  .uber-bottom .separator {
    border-left: 0;
    border-top: 1px solid #fff;
  }
}

.modal-col-left {
  border-top: 10px solid #00939F;
  padding: 40px 30px 30px;
}

.modal-col-left .content {
  padding-bottom: 25px;
}

.modal-col-left .content .caption {
  font-size: 13px;
  font-style: italic;
}

.modal-col-left .content a {
  color: #AF263F;
}

@media only screen and (max-width: 991px) {
  .modal-col-left .content .sharelist {
    text-align: center;
  }
  .modal-col-left .content .sharelist li:first-child {
    display: block;
    margin-bottom: 8px;
  }
}

.modal-col-left .content .sharelist a {
  color: #CD8B34;
}

.modal-col-left .sub-title {
  font-weight: 700;
  color: #CD8B34;
}

.modal-lg .close {
  right: 10px;
}

.close {
  top: 15px;
  cursor: pointer;
}

.close span {
  display: block;
  /* background-color: rgba(10, 10, 10, .45); */
  /*border-top: solid 2px #aaaaaa;
    border-bottom: solid 2px #aaaaaa;*/
  /*@include border-radius(50px);*/
  /*background-color:rgba(10, 10, 10, .45);*/
}

.close span img {
  width: 25px;
  margin: 5px;
}

.close span:hover {
  /*background-color:rgba(0, 0, 0, .25);*/
}

.uber-bottom {
  background-color: #EBEBEB;
  border-top: 8px solid #35373C;
  min-height: 350px;
}

.uber-bottom .Resources {
  border-right: 8px solid #35373C;
  height: 100%;
}

.uber-bottom .ubertitle {
  display: inline-block;
  background-color: #E3E3E3;
  padding: 15px 25px 15px 50px;
  left: 0px;
  margin-left: -15px;
}

.related-prod .related-prod-list {
  list-style: none;
  margin: 8px 0 0;
  text-align: center;
  padding: 0;
}

.related-prod .related-prod-list .related-prod-item {
  display: inline-block;
  height: 300px;
  width: 220px;
  margin: 0 10px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.related-prod .related-prod-list .related-prod-item .desc {
  position: absolute;
  bottom: 0;
  height: 58.9%;
  width: 100%;
  padding: 15px 20px 0;
  text-align: left;
}

.related-prod .related-prod-list .related-prod-item .desc .date {
  color: #bbbbbb;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 0;
}

.related-prod .related-prod-list .related-prod-item .desc h4 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #555;
  font-size: 19px;
  line-height: 24.7px;
  margin-top: 11px;
}

.related-prod .related-prod-list .related-prod-item .img {
  width: 100%;
  height: 41.1%;
  position: absolute;
}

.related-prod .related-prod-list .related-prod-item .img img {
  height: 100% !important;
  width: auto !important;
}

.related-prod .related-prod-list .related-prod-item .btn {
  border-top: 1px solid #e5e5e5;
  background: #f8f8f8;
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 45px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  top: auto;
  color: #333;
  display: block;
  line-height: 26px;
  text-align: left;
}

.related-prod .related-prod-list .related-prod-item .btn .glyphicon {
  margin-left: 50px;
  font-size: 13px;
  opacity: .1;
}

.related-prod .related-prod-list .related-prod-item:hover .btn {
  text-decoration: underline;
}

.related-prod .related-prod-list .related-prod-item:hover .btn .glyphicon {
  opacity: 1;
}

.customer-service-btn {
  height: 80px;
  width: 80px;
  background: #AF263F;
  background-image: url(/assets/images/contact-us.svg);
  background-size: 50px;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 787px) {
  .customer-service-btn {
    display: none;
  }
}

.customer-service-btn:hover {
  background-color: #7E192B;
  cursor: pointer;
}

.contact-top {
  padding: 10px 10px;
}

.contact-top .col-md-6 {
  padding: 0 6px;
}

.contact-top .contant-item {
  padding: 75px 50px;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  min-height: 350px;
}

@media only screen and (max-width: 500px) {
  .contact-top .contant-item {
    padding: 8px 0 8px 10px;
    margin-bottom: 3px;
    min-height: 30px;
    background-color: #fff;
  }
}

.contact-top .contant-item .contact-item-icon {
  text-align: center;
  margin-bottom: 30px;
  height: 93px;
}

@media only screen and (max-width: 500px) {
  .contact-top .contant-item .contact-item-icon {
    margin-bottom: 0;
    text-align: left;
    margin-right: 10px;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  .contact-top .contant-item .contact-item-icon img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .contact-top .contant-item .contact-item-title {
    display: inline-block;
  }
}

.contact-top .contant-item .contact-item-title h2 {
  text-align: center;
  color: #CD8B34;
}

@media only screen and (max-width: 500px) {
  .contact-top .contant-item .contact-item-title h2 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }
}

.contact-top .contant-item .contact-item-text {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .contact-top .contant-item .contact-item-text {
    display: none;
  }
}

.contact-top .contant-item:hover {
  background-color: #CD8B34;
  cursor: pointer;
}

.contact-top .contant-item:hover .contact-item-icon img {
  color: #fff;
}

.contact-top .contant-item:hover .contact-item-title h2 {
  text-align: center;
  color: #fff;
}

.contact-bottom {
  padding: 0;
}

.contact-bottom .right-col {
  background-color: #EBEBEB;
}

.contact-bottom .right-col .box {
  position: relative;
  padding-bottom: 50%;
}

@media only screen and (max-width: 991px) {
  .contact-bottom .right-col .box {
    padding-bottom: 25%;
  }
}

.contact-bottom .right-col .box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-bottom .left-col .join {
  padding: 7% 9%;
}

@media only screen and (max-width: 500px) {
  .contact-bottom .left-col .join {
    padding: 0;
  }
}

.contact-bottom .left-col .join .openings-btn {
  padding: 0;
}

.contact-bottom .left-col .join h4 {
  color: #CD8B34;
}

.contact-bottom .left-col .content {
  margin-bottom: 30px;
}

.modal-content {
  background-color: #fafafa;
  border: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-contact-form {
  padding: 20px 50px 10px 50px;
}

.modal-contact-form textarea {
  resize: none;
}

.modal-contact-form .scfDroplistBorder .control-label {
  display: inline;
  line-height: 32px;
}

.modal-contact-form .scfDroplistBorder .form-control {
  float: right;
  width: 55%;
}

@media only screen and (max-width: 600px) {
  .modal-contact-form .scfDroplistBorder .form-control {
    float: none;
    width: 100%;
  }
}

.modal-contact-form .halfAvailableWidth {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .modal-contact-form .halfAvailableWidth {
    width: 100%;
  }
}

.modal-contact-form .halfAvailableWidth.right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .modal-contact-form .halfAvailableWidth.right {
    float: none;
  }
}

.modal-contact-form .orange-btn, .modal-contact-form .form-submit-border input[type='submit'] {
  background-repeat: no-repeat;
  padding: 10px 60px 10px 28px;
  background-position: center center;
  background-image: url(/Assets/images/arrow-btn.png);
}

.modal-contact-form .btn-default {
  padding: 19px 28px;
  background-color: #CD8B34;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 500px) {
  .modal-contact-form .btn-default {
    width: 100%;
  }
}

.modal-contact-form .btn-default:hover, .modal-contact-form .btn-default:focus {
  color: #fff;
}

.modal-contact-form .btn-default span {
  vertical-align: middle;
  font-size: 24px;
}

.modal-contact-form-footer {
  padding: 15px 50px 10px 50px;
}

.modal-contact-form-footer .social-icons {
  font-size: 10px;
  display: inline-block;
}

.modal-contact-form-footer .modal-contact-form-footer-title {
  display: block;
  font-weight: 700;
  margin: 8px 0 0;
  text-align: center;
}

.modal-contact-form-footer .modal-contact-form-footer-content {
  font-size: 10px;
  margin-bottom: 20px;
}

.test {
  color: #fff;
}

section.faq {
  margin: 20px 30px;
}

section.faq H4 {
  color: #CD8B34;
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.faq p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

section.faq a {
  font-weight: bold;
  color: #AF263F;
}

section.faq a:hover {
  color: #AF263F;
  text-decoration: none;
  font-weight: bold;
}

section.faq a:focus {
  text-decoration: none;
  font-weight: bold;
}

section.faq hr {
  border-top: 2px solid #c3c3c3;
  text-align: left;
}

section.tabs {
  padding: 0;
}

section#tabs {
  padding: 10px 10px 0;
}

.refinement-toggle {
  padding: 0 0 15px;
  font-weight: bold;
}

@media only screen and (max-width: 786px) {
  #refinement {
    display: none;
  }
}

.media-relations-filters {
  list-style: none;
  padding: 0;
}

.media-relations-filters li {
  margin-bottom: 30px;
}

.media-relations-filters li a {
  text-transform: uppercase;
  display: block;
  background-color: #fff;
  padding: 18px;
  text-align: center;
  color: #CD8B34;
  border: 1px solid #CD8B34;
  height: 60px;
}

.media-relations-filters li a.active {
  background-color: #CD8B34;
  color: #fff;
}

.media-relations-filters input {
  height: 60px;
  font-style: italic;
}

.media-relations-filters select {
  height: 60px;
  font-style: italic;
}

.media-relations-filters .input-group-btn .btn-default {
  border-color: #C6C6C6;
  border-left: 0;
}

.media-relations-filters .media-button button {
  height: 60px;
}

.search-results .search-item-title a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

.search-results .search-item-title a:after {
  content: '';
  display: block;
  background: #aaaaaa;
  height: 2px;
  width: 100px;
  -webkit-transition: width 1s;
  transition: width 1s;
  margin: 3px 0 10px;
}

.search-results .search-item-date {
  display: inline-block;
  font-weight: 700;
}

.search-results .search-item-summary {
  display: inline-block;
}

.search-results .search-row-wrap {
  background-color: #f6f6f6;
  padding: 30px 90px 50px 30px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .search-results .search-row-wrap {
    padding: 10px;
  }
}

.search-results .search-row-wrap:hover .search-item-button-row {
  max-height: 100px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.search-results .search-item-button-row {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

@media only screen and (max-width: 1100px) {
  .search-results .search-item-button-row {
    position: relative;
    max-height: none;
  }
  .search-results .search-item-button-row .base-btn {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
}

.search-results .search-item-button-row .base-btn {
  padding: 10px 20px;
  font-size: 14px;
}

.media-relations-details {
  padding: 50px 30px 5px;
}

.media-relations-details .share .title {
  margin-right: 10px;
}

.media-relations-details .media-relations-backbtn {
  position: absolute;
  top: 0;
  left: 0;
}

.media-relations-details .media-relations-backbtn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #CD8B34;
  margin-right: 10px;
  font-size: 30px;
  margin-left: 0px;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.media-relations-details .media-relations-backbtn span:after {
  margin-left: 0px;
}

.media-relations-details .press-release-subtitle {
  color: #CD8B34;
  font-style: italic;
  font-weight: 700;
}

.media-relations-details .output-btn {
  text-align: right;
}

.media-relations-details .output-btn .download-btn, .media-relations-details .output-btn .print-btn {
  display: inline-block;
}

.test {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .media-relations-results .search-results .search-item-row {
    padding-right: 0;
    padding-left: 0;
  }
}

.calendar-section {
  background-color: #e3e3e3;
}

.calendar-section .calendar-mouth {
  display: inline-block;
  background-color: #CD8B34;
  padding: 10px 40px;
  text-transform: uppercase;
  color: #fff;
}

.calendar-section .item-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.calendar-section .item-list li {
  margin-top: 10px;
}

.calendar-section .item-list li a {
  padding: 15px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #fff;
  height: 200px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .calendar-section .item-list li a {
    height: auto;
  }
}

.calendar-section .item-list li a .cal-date {
  font-size: 12px;
}

.calendar-section .item-list li a .cal-time {
  font-size: 12px;
}

.calendar-section .item-list li a .cal-title {
  font-weight: 700;
  margin: 8px 0;
}

.calendar-section .item-list li a .read-btn {
  position: absolute;
  overflow: hidden;
  bottom: -2px;
  right: -2px;
  padding: 0px 13px;
  font-size: 12px;
  max-height: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 500px) {
  .calendar-section .item-list li a .read-btn {
    position: relative;
    max-height: none;
    bottom: 0;
    padding: 11px 0px;
    margin-top: 8px;
    right: 0;
    width: 100%;
  }
}

.calendar-section .item-list li a:hover .read-btn {
  max-height: 100px;
  padding: 4px 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 500px) {
  .calendar-section .item-list li a:hover .read-btn {
    max-height: none;
    padding: 11px 0px;
  }
}

.calendar-section .item-list li.active-override a {
  border-color: #fff !important;
}

.calendar-section .item-list li.active-override a .cal-title {
  color: #484848 !important;
}

.calendar-section .item-list li.active-override a:after {
  display: none !important;
}

.calendar-section .item-list li.active a {
  border-color: #AF263F;
}

.calendar-section .item-list li.active a .cal-title {
  color: #AF263F;
}

.calendar-section .item-list li.active a:after {
  bottom: -23px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #AF263F;
  border-width: 10px;
  margin-left: -5px;
}

.calendar-section .item-list li.active a .read-btn {
  display: none;
}

.calendar-section .calendar-details .tab-pane {
  background-color: #fff;
  border-top: 10px solid #AF263F;
  padding: 40px 40px;
  margin-top: 20px;
  position: relative;
}

.calendar-section .calendar-details .tab-pane .subtitle {
  color: #CD8B34;
  font-weight: 700;
}

.calendar-section .calendar-details .tab-pane .close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.calendar-section .calendar-details .reg-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px 50px;
  font-size: 16px;
}

.calendar-section .calendar-details .reg-btn:hover {
  background-color: #7E192B;
}

@media only screen and (max-width: 500px) {
  .calendar-section .calendar-details .reg-btn {
    position: relative;
    max-height: none;
    padding: 11px 0px;
    margin-top: 8px;
    right: 0;
    width: 100%;
  }
}

.media-relations-filters .event-filter-upcoming {
  height: 60px;
}

.media-relations-filters .event-filter-ondemand {
  height: 60px;
}

.media-relations-filters .srchterm {
  height: 60px;
}

.media-relations-filters input {
  height: 60px;
}

.media-relations-filters select {
  height: 60px;
}

.media-relations-filters li a {
  height: 60px;
  padding: 18px 0;
}

.media-relations-filters .event-select-sort {
  height: 60px;
}

.media-relations-filters .event-select-siteprop {
  height: 60px;
}

.media-relations-filters .event-search {
  height: 60px;
}

.featured-event {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .featured-event {
    padding-bottom: 0;
  }
}

.featured-event .container {
  background-color: #fff;
  padding: 40px 40px 60px;
  position: relative;
  margin-bottom: 5px;
  max-height: 286px;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .featured-event .container {
    max-height: 487px;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 878px) {
  .featured-event .container {
    max-height: 615px;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
}

.featured-event .container .title h3 {
  margin-top: 0;
}

.featured-event .container .cal-date {
  margin-right: 30px;
}

@media only screen and (max-width: 425px) {
  .featured-event .container .cal-date {
    margin-right: 0px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 425px) {
  .featured-event .container .cal-time {
    font-size: 12px;
  }
}

.featured-event .featured-btn {
  position: absolute;
  background-color: #fff;
  bottom: 5px;
  right: 5px;
}

@media only screen and (max-width: 600px) {
  .featured-event .featured-btn {
    width: 100%;
    right: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 10px;
  }
  .featured-event .featured-btn a {
    display: block;
    margin: 5px auto 0;
    width: 90%;
  }
}

.featured-event .featured-btn .moreinfo-btn {
  padding: 10px 28px;
}

.featured-event .featured-btn .reg-btn {
  /*display:none;*/
}

.featured-event .featured-btn a:hover {
  background-color: #7E192B;
}

.featured-event.open .container {
  max-height: 2560px;
  padding-bottom: 175px;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.featured-event .featured-border-bottom {
  position: absolute;
  bottom: 0px;
  height: 60px;
  width: 100%;
  background-color: #fff;
}

.team-section {
  background-color: #e3e3e3;
}

.team-section .team {
  padding: 0 40px;
}

.team-section .col-lg-25 {
  width: 20%;
  height: auto;
}

.team-section .item-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.team-section .item-list li {
  margin-top: 10px;
}

.team-section .item-list li a {
  padding: 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  border: 5px solid #e3e3e3;
}

.team-section .item-list li a .member-img {
  max-height: 290px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .team-section .item-list li a .member-img {
    max-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .team-section .item-list li a .member-img {
    max-height: 800px;
  }
}

.team-section .item-list li a .member-img img {
  width: 100%;
}

.team-section .item-list li a .content {
  padding: 15px;
  height: 88px;
}

.team-section .item-list li a .name {
  font-weight: 700;
  color: #CD8B34;
}

.team-section .item-list li a .orange-btn {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  right: 0px;
  padding: 0px 13px;
  font-size: 16px;
  max-height: 0px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-section .item-list li a:hover .orange-btn {
  max-height: 200px;
  padding: 33px 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-section .item-list li.active a {
  border-color: #CD8B34;
}

.team-section .item-list li.active a .cal-title {
  color: #CD8B34;
}

.team-section .item-list li.active a:after {
  bottom: -25px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #CD8B34;
  border-width: 19px;
  margin-left: -13px;
}

.team-section .item-list li.active a .read-btn {
  display: none;
}

.team-section .item-list li.active-override a {
  border-color: #e3e3e3 !important;
}

.team-section .item-list li.active-override a .cal-title {
  color: #484848 !important;
}

.team-section .item-list li.active-override a:after {
  display: none !important;
}

.team-section .team-details .tab-pane {
  background-color: #fff;
  border-top: 20px solid #CD8B34;
  padding: 40px 40px;
  margin-top: 13px;
  position: relative;
}

.team-section .team-details .tab-pane .subtitle {
  color: #CD8B34;
  font-weight: 700;
}

.team-section .team-details .tab-pane .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.team-section .team-details .team-detail-content {
  padding-bottom: 30px;
}

.team-section .team-details .reg-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px 25px;
  font-size: 16px;
}

.download-btn input[type='submit'] {
  background-repeat: no-repeat;
  padding: 10px 60px 10px 28px;
  background-position: center center;
  background-image: url(/Assets/images/ICON_Download.svg);
}

@media only screen and (max-width: 1169px) {
  .careers {
    padding-top: 50px;
  }
}

.careers, .about-us {
  position: relative;
}

.careers .content, .about-us .content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 5%;
}

@media only screen and (max-width: 1169px) {
  .careers .content, .about-us .content {
    position: relative;
    padding-bottom: 10px;
  }
  .careers .content.product-links, .about-us .content.product-links {
    padding-top: 20px;
  }
}

.careers .content.white, .about-us .content.white {
  color: #fff;
}

.careers .content.white h1, .careers .content.white h2, .careers .content.white h3, .careers .content.white p:not(.subtitle), .about-us .content.white h1, .about-us .content.white h2, .about-us .content.white h3, .about-us .content.white p:not(.subtitle) {
  color: #fff;
}

.careers .content .table, .about-us .content .table {
  display: table;
  width: 100%;
  height: 100%;
}

.careers .content .table .table-cell, .about-us .content .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1199px) {
  .careers .content .table .table-cell p:not(.subtitle), .about-us .content .table .table-cell p:not(.subtitle) {
    display: none;
  }
}

@media only screen and (max-width: 1169px) {
  .careers .content .table .table-cell p:not(.subtitle), .about-us .content .table .table-cell p:not(.subtitle) {
    display: block;
  }
}

.careers section, .about-us section {
  padding: 0;
  overflow: hidden;
  position: relative;
  clear: both;
}

.careers div, .about-us div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.careers .section-bg, .about-us .section-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.careers .section-bg .inner-div, .about-us .section-bg .inner-div {
  position: absolute;
  width: 201%;
  height: 200%;
  top: -50%;
  left: -50%;
}

.careers .section-bg .inner-div table, .about-us .section-bg .inner-div table {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.careers .section-bg .inner-div table td, .about-us .section-bg .inner-div table td {
  vertical-align: middle;
  text-align: center;
}

.careers .section-bg .inner-div table td img, .about-us .section-bg .inner-div table td img {
  min-height: 50%;
  min-width: 50.5%;
  margin: 0 auto;
}

.careers .section-img, .about-us .section-img {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

@media only screen and (max-width: 1169px) {
  .careers .section-img, .about-us .section-img {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
}

.careers .box-img, .about-us .box-img {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

@media only screen and (max-width: 1169px) {
  .full {
    width: 100%;
    padding: 40px 0 40px 0;
  }
}

.half {
  float: left;
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1169px) {
  .half {
    width: 100%;
    padding-bottom: 100%;
  }
  .half.noimg {
    display: none;
  }
  .half.hascontent {
    padding-bottom: 0%;
  }
  .half.hascontent .section-bg .inner-div {
    width: 201%;
    height: 200%;
    top: -50%;
    left: -50%;
  }
  .half .section-bg .inner-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .half .section-bg .inner-div table td img {
    min-height: initial;
    min-width: 100%;
    margin: 0 auto;
  }
}

.half-short {
  float: left;
  position: relative;
  width: 50%;
  padding-bottom: 25%;
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1169px) {
  .half-short {
    width: 100%;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1169px) {
  .half-short.img-only .section-bg .inner-div {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .half-short.img-only .section-bg .inner-div table td img {
    min-height: 50%;
    min-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1169px) {
  .half-short.img-only .box-img {
    position: relative;
  }
}

.half-short.overhang {
  padding-bottom: 0;
  position: absolute;
  right: 0;
  margin-top: 25%;
  z-index: 100;
}

@media only screen and (max-width: 1169px) {
  .half-short.overhang {
    position: relative;
    margin-top: 0;
    z-index: 1;
  }
}

.half-short.overhang .content {
  position: relative;
}

@media only screen and (max-width: 1169px) {
  .half-short.overhang {
    position: relative;
    top: 0;
    z-index: 1;
    padding-bottom: 0;
  }
}

.quarter {
  float: left;
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 1169px) {
  .quarter {
    width: 50%;
    padding-bottom: 50%;
  }
}

.quarter .content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 5%;
}

@media only screen and (max-width: 1169px) {
  .quarter .content {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 5%;
  }
  .quarter .content img {
    max-width: 90%;
    margin-bottom: -20px;
  }
}

section.leadership-about-module {
  padding: 5px 0 5px;
  margin: 10px -5px 10px -5px;
  /*  For responsive images */
}

@media only screen and (max-width: 1100px) {
  section.leadership-about-module {
    display: none;
  }
}

section.leadership-about-module .content .rs {
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}

section.leadership-about-module .med {
  float: right;
  position: relative;
  width: 20%;
  padding-bottom: 40%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.leadership-about-module .small {
  float: left;
  position: relative;
  width: 20%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.leadership-about-module .small:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

section.leadership-about-module .large {
  float: left;
  position: relative;
  width: 40%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.leadership-about-module .large .table-cell {
  padding: 0 40px;
}

section.leadership-about-module .large:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

section.leadership-about-module .content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 10px 5px;
}

section.leadership-about-module .table {
  display: table;
  width: 100%;
  height: 100%;
}

section.leadership-about-module .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.about-us .content.full-image-only {
  padding: 0;
}

.product-links {
  text-align: center;
  /*background-color:#EBEBEB;*/
}

.product-links .product-list {
  list-style: none;
  padding: 0;
}

.product-links .product-list li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 45px;
}

.product-links .product-list .product-list-item {
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 0 25px;
}

@media only screen and (max-width: 787px) {
  .product-links .product-list .product-list-item {
    width: 50%;
  }
}

.product-links .product-list .product-list-item img {
  width: 60px;
}

.product-links .product-list .product-list-item .linkname {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  margin: 20px auto;
  color: #212121;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .product-links .base-btn {
    display: none;
  }
}

p.counter, h1.counter {
  color: #FAFAFA;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  background-color: #efefef;
  padding: 74px 0 0;
  margin-left: -15px;
  margin-right: -15px;
}

#cd-timeline .circle-top {
  position: absolute;
  top: 39px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  left: 50%;
  border-radius: 15px;
  background-color: #CD8B34;
}

@media only screen and (max-width: 1169px) {
  #cd-timeline .circle-top {
    margin-left: 11px;
    left: 0;
  }
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 68px;
  left: 20px;
  height: 100%;
  width: 12px;
  background: #CD8B34;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -6px;
    width: 12px;
  }
}

.cd-timeline-block {
  position: relative;
  margin-bottom: -50px;
  float: left;
  clear: left;
  width: 50%;
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-block {
    width: 100%;
    margin-bottom: 0;
  }
}

.cd-timeline-block.open .cd-timeline-content {
  max-height: 800px;
  -webkit-transition: max-height, 1s;
  transition: max-height, 1s;
}

.cd-timeline-block:nth-child(odd) {
  float: right;
  clear: both;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(odd) {
    left: -6px;
  }
}

.cd-timeline-block:nth-child(even) {
  float: left;
  clear: both;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(even) {
    left: 6px;
  }
}

@media only screen and (min-width: 1169px) {
  .cd-timeline-block:nth-child(4) {
    margin-top: -50px;
  }
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 20px;
  background: white;
  padding: 0 1em 1em 2em;
  overflow: hidden;
  -webkit-transition: max-height, 1s;
  transition: max-height, 1s;
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-content {
    max-height: 800px;
  }
}

.cd-timeline-content .cd-date {
  display: block;
  margin-bottom: 18px;
  color: #CD8B34;
  font-weight: bold;
}

.cd-timeline-block:nth-child(odd) .cd-timeline-content:after {
  content: "";
  clear: both;
  background-color: #CD8B34;
  left: -4px;
  width: 14px;
  height: 100%;
  top: 0;
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(odd) .cd-timeline-content:after {
    left: -6px;
    width: 18px;
  }
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-block:nth-child(odd) .cd-timeline-content:after {
    left: -2px;
    right: 100%;
  }
}

.cd-timeline-block:nth-child(odd) .cd-timeline-content.active:after, .cd-timeline-block.open:nth-child(odd) .cd-timeline-content:after {
  background-color: #AF263F;
  z-index: 101;
}

.cd-timeline-content:after {
  content: "";
  clear: both;
  background-color: #CD8B34;
  right: -4px;
  width: 14px;
  height: 100%;
  top: 0;
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content:after {
    right: -6px;
    width: 18px;
  }
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-content:after {
    left: -2px;
    right: 100%;
  }
}

.cd-timeline-content.active:after, .open .cd-timeline-content:after {
  background-color: #AF263F;
  z-index: 101;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 22px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #CD8B34;
  border-width: 12px;
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-content::before {
    left: 12px;
    display: none;
  }
}

@media only screen and (max-width: 1169px) {
  .cd-timeline-content.active::before {
    border-left-color: #AF263F;
    display: block;
  }
}

.img-holder {
  opacity: .1;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.img-holder img {
  width: 100%;
}

.active.img-holder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 1170px) {
  .img-holder {
    opacity: 1;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .cd-timeline-content .cd-timeline-content--pad {
    padding: 10px 40px 10px;
  }
  .cd-timeline-content .img-holder {
    max-height: 400px;
    overflow: hidden;
  }
  .cd-timeline-content::before {
    top: 27px;
    right: 4px;
    border-color: transparent;
    border-right-color: #CD8B34;
    border-width: 12px;
    display: none;
  }
}

@media only screen and (min-width: 1170px) and (min-width: 1170px) {
  .cd-timeline-content::before {
    border-width: 20px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content.active::before, .open .cd-timeline-content::before {
    border-right-color: #AF263F;
    z-index: 101;
    display: block;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    left: 4px;
    right: 100%;
    border-color: transparent;
    border-left-color: #CD8B34;
    border-width: 12px;
  }
}

@media only screen and (min-width: 1170px) and (min-width: 1170px) {
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    left: 12px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(odd) .cd-timeline-content.active::before, .cd-timeline-block.open:nth-child(odd) .cd-timeline-content::before {
    border-left-color: #AF263F;
    z-index: 101;
    top: 35px;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on odd content blocks */
  .cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    /*-webkit-transform: translateX(20px);*/
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    /*-webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    /*-webkit-transform: translateX(-20px);*/
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    /*-webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.col-3 {
  padding: 0 10px;
  margin: 40px 0;
}

.modules {
  padding: 0 40px;
}

@media only screen and (max-width: 600px) {
  .modules {
    padding: 0 10px;
  }
}

.module-right, .module-left {
  margin-bottom: 30px;
  background-color: #efefef;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.module-right .col-md-4, .module-left .col-md-4 {
  z-index: 3;
  background-color: #efefef;
}

.module-right .overlay, .module-left .overlay {
  z-index: 1;
}

@media only screen and (max-width: 1439px) {
  .module-right .wide, .module-left .wide {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .module-right .wide, .module-left .wide {
    display: block;
  }
}

.module-right .col-md-8, .module-left .col-md-8 {
  padding: 0;
}

.module-right .narrow, .module-left .narrow {
  display: none;
}

@media only screen and (max-width: 1439px) {
  .module-right .narrow, .module-left .narrow {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  .module-right .narrow, .module-left .narrow {
    display: none;
  }
}

.module-right .content, .module-left .content {
  padding: 20px 20px 80px;
}

.module-right .base-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.module-right .col-md-4 {
  float: right;
}

.module-left .base-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.module-img {
  overflow: hidden;
}

.module-img img {
  position: absolute;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .module-img img {
    position: relative;
  }
}

.full-callouts {
  padding-bottom: 0;
  padding-top: 0;
}

.full-callouts .callout-item {
  padding: 0;
}

.full-callouts .callout-fullwidth {
  position: relative;
  background-color: #000;
}

.full-callouts .callout-fullwidth:hover > img {
  opacity: 0.2;
}

.full-callouts .callout-fullwidth > img {
  width: 100%;
}

.full-callouts .callout-fullwidth .hover-btn {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .full-callouts .callout-fullwidth .hover-btn {
    display: block;
    bottom: 10px;
    padding: 0 10px;
  }
  .full-callouts .callout-fullwidth .hover-btn .base-btn {
    background-color: #AF263F;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.full-callouts .callout-fullwidth .base-btn {
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  bottom: 40px;
  border-bottom: 4px solid #AF263F;
  background-size: 200% 200%;
  background-color: Transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #AF263F), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #AF263F 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.full-callouts .callout-fullwidth .base-btn:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, #AF263F), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #AF263F 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.full-callouts .callout-fullwidth:hover .hover-btn {
  display: block;
}

.full-callouts .callout-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FAFAFA;
  font-family: "Open Sans Condensed", sans-serif;
  max-width: 380px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.product-download .callout-content {
  padding: 50px 0;
}

.product-download .callout-content .callout-text {
  margin: 0 auto 40px;
}

.uberflip-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0  -15px;
}

.uberflip-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

.uberflip-container .hubs-embedded .slick-next {
  right: -100px;
  width: 25px;
}

.uberflip-container .hubs-embedded .slick-next:before {
  font-size: 19px;
}

.uberflip-container .hubs-embedded .slick-prev {
  left: -100px;
  width: 25px;
}

.uberflip-container .hubs-embedded .slick-prev:before {
  font-size: 19px;
}

.carousel {
  position: relative;
  margin-left: -960px;
  left: 50%;
  max-width: 1920px;
  margin-bottom: 27px !important;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 900px) {
  .carousel {
    width: 1200px;
    margin-left: -600px;
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .carousel {
    width: 900px;
    margin-left: -450px;
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .carousel {
    width: 100%;
    margin-left: -50%;
    position: relative;
  }
}

.center .slick-list {
  overflow: visible;
}

.center .slick-slide {
  opacity: .3;
  position: relative;
}

.center .slick-slide > img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.center .slick-slide.slick-active {
  opacity: 1;
}

.center .slick-dots {
  position: relative;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .center .slick-dots {
    width: 350px;
    margin: 0 auto;
  }
  .center .slick-dots li {
    width: 75px;
  }
  .center .slick-dots li button {
    width: 75px;
  }
  .center .slick-dots li button:before {
    width: 75px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .modal-dialog.hero {
    width: 800px;
    margin: 180px auto;
    padding: 10px;
  }
}

.hubs-embedded .slick-prev, .hubs-embedded .slick-next {
  background-color: #CD8B34;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}

.hubs-embedded .slick-prev {
  left: 0;
}

.hubs-embedded .slick-next {
  right: 0;
}

.hubs-embedded .slick-prev:before, .hubs-embedded .slick-next:before {
  font-size: 15px;
}

.hubs-embedded .slick-slide {
  position: relative;
}

.hubs-embedded .slick-list {
  padding-bottom: 200px;
  background-color: #CD8B34;
}

@media only screen and (max-width: 1169px) {
  .hubs-embedded .slick-list {
    padding-bottom: 0px;
    background-color: #fff;
  }
}

.hubs-embedded .text {
  position: absolute;
  top: 95%;
  padding: 30px 20px 30px 40px;
  background-color: #fff;
  width: 90%;
  height: 130px;
}

@media only screen and (max-width: 1169px) {
  .hubs-embedded .text {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
}

.hubs-embedded .text span {
  display: block;
}

.hubs-embedded .text .em {
  position: absolute;
  top: 5px;
  left: 10px;
  font-style: italic;
  font-size: 50px;
}

.hubs-embedded .text .name {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.testimonial .slick-prev, .testimonial .slick-next {
  background-color: #CD8B34;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}

.testimonial .slick-prev {
  left: 0;
}

.testimonial .slick-next {
  right: 0;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
  font-size: 15px;
}

.testimonial .slick-slide {
  position: relative;
}

.testimonial .slick-list {
  padding-bottom: 200px;
  background-color: #CD8B34;
}

@media only screen and (max-width: 1169px) {
  .testimonial .slick-list {
    padding-bottom: 0px;
    background-color: #fff;
  }
}

.testimonial .text {
  position: absolute;
  top: 95%;
  padding: 30px 20px 30px 40px;
  background-color: #fff;
  width: 90%;
  height: 130px;
}

@media only screen and (max-width: 1169px) {
  .testimonial .text {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
}

.testimonial .text span {
  display: block;
}

.testimonial .text .em {
  position: absolute;
  top: 5px;
  left: 10px;
  font-style: italic;
  font-size: 50px;
}

.testimonial .text .name {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 100%;
  min-height: 100px;
}

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  border: 2px solid #0093A0;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media print {
  body {
    padding-top: 0;
  }
  .media-relations-details {
    padding: 0px;
  }
  .navbar-default, .social-icons, .body-background-image, .hero, .sidebar, .customer-service-btn, .media-relations-backbtn, .output-btn, .sitemap, .share, .copyright {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */