
@charset "utf-8";

/* Color Overrides
  ============================ */
a {
  color: #FEBF00;
}

a:hover {
  color: #82210c;
}

.btn {
  background-color: #FEBF00;
}

.btn:hover {
  background-color: #FEBF00;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.btn:active {
  position: relative;
  top: 2px;
}

.btn.second {
  background-color: #474747;
}

.btn.second:hover {
  background-color: #474747;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.borderBtn {
  border: 1px solid #FEBF00;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.borderBtn:hover {
  border: 1px solid #82210c;
}

.borderBtn:active {
  border: 1px solid #222222;
  color: #222222;
}

.brandOutput {
  color: #FEBF00;
}

.brandBorder {
  border: 1px solid #FEBF00;
}

.material-icons.unqImg {
  color: #FEBF00;
}

/* Header
  ============================ */
#header_1-solid-bg {
  background-color: #ffffff;
}

#header_1-solid-bg #logoHold {
  position: relative;
  text-align: left;
}

#header_1-solid-bg .logo {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

#header_1-solid-bg .logo a {
  width: 220px;
  max-width: 100%;
  display: inline-block;
}

#header_1-solid-bg .logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 170px;
}

#header_1-solid-bg_2 {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
  border-top: 1px dotted #ccc;
}

#header_1-solid-bg .mainHeader {
  text-align: right;
  position: relative;
}

/* Utility Nav
  ============================ */
#header_1-solid-bg #utilityNavHold {
  background-color: #ececec;
}

#header_1-solid-bg .utilityNav {
  color: #0f0f0f;
  padding: 5px 0 5px 0;
  list-style-type: none;
}

.utilityNav li {
  display: inline;
}

#header_1-solid-bg .utilityNav li {
  white-space: nowrap;
}

#header_1-solid-bg .utilityNav li+li {
  padding: 0 0 0 15px;
}

#header_1-solid-bg .utilityNav #logout {
  cursor: pointer;
  display: none;
}

#header_1-solid-bg .utilityNav li#login {
  padding: 0;
}

#header_1-solid-bg .utilityNav #login:after {
  content: "/";
  padding: 0 5px;
}

#header_1-solid-bg .utilityNav #registerLink {
  padding: 0;
}

#header_1-solid-bg .utilityNav #logout {
  position: relative;
  z-index: 99;
}

#header_1-solid-bg .utilityNav #logoutDrop {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px 20px 15px 20px;
  position: absolute;
  top: 28px;
  right: 0px;
}

#header_1-solid-bg #greeting {
  padding-bottom: 10px;
}

#header_1-solid-bg .utilityNav #logoutDrop a {
  color: #1a1a1a;
}

#header_1-solid-bg .utilityNav #logout:hover #logoutDrop {
  display: block;
}

#header_1-solid-bg .utilityNav a {
  color: #0f0f0f;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}

#header_1-solid-bg .utilityNav a,
#header_1-solid-bg .utilityNav span {
  font-size: 14px;
}

#header_1-solid-bg .utilityNav .fontIcon {
  color: #FEBF00;
}

#header_1-solid-bg .utilityNav .currSymbol {
  color: #FEBF00;
  font-weight: bold;
}

#header_1-solid-bg .utilityNav .siteCurrency {
  color: #0f0f0f;
}

.fontIcon {
  font-size: 18px;
  position: relative;
  top: 3px;
}

#header_1-solid-bg .utilityNav #langArrow {
  margin-right: -6px;
  padding: 0 0 10px 0;
}

#header_1-solid-bg .utilityNav .fontIcon.iconGlobe {
  margin: 0 3px 0 0;
}

#header_1-solid-bg .utilityNav .fontIcon.iconMobile {
  font-size: 22px;
  top: 6px;
  line-height: 0;
}

#header_1-solid-bg .utilityNav a .utilText,
#header_1-solid-bg .utilityNav .utilText,
#header_1-solid-bg .utilityNav #logoutLink {
  text-decoration: none;
}

#header_1-solid-bg .utilityNav a:hover .utilText {
  text-decoration: underline;
}

#header_1-solid-bg .utilityNav a .utilText:hover,
#header_1-solid-bg .utilityNav .utilText:hover,
#header_1-solid-bg .utilityNav #logoutDrop a:hover,
#header_1-solid-bg .utilityNav .mobText:hover {
  text-decoration: underline;
}

#header_1-solid-bg .utilityNav #logoutDrop a {
  display: block;
  text-align: left;
}

#header_1-solid-bg .utilityNav #logoutDrop #headerProfile {
  margin: 0 0 10px 0;
}

#header_1-solid-bg .utilityNav .utilityPipe.mobPayDiv {
  padding: 0 7px 0 10px;
}

#header_1-solid-bg .utilityNav .utilLangDrop {
  display: none;
}

#header_1-solid-bg .utilityNav .utilLangDrop a {
  color: #0f0f0f;
  display: block;
  margin: 10px 0 0 0;
  text-align: left;
}

#header_1-solid-bg .utilityNav .utilLangDrop a:empty {
  display: none;
}

#header_1-solid-bg .utilityNav .utilLangDrop a:first-child {
  margin: 0;
}

#header_1-solid-bg .utilityNav .utilLangDrop a:hover {
  text-decoration: underline;
}

#header_1-solid-bg .utilityNav .utilLang {
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 100%;
  color: #7d7d7d;
  white-space: nowrap;
  display: inline-block;
}

#header_1-solid-bg .utilityNav .utilLang .utilText {
  color: #0f0f0f;
}

body.allowHover #header_1-solid-bg .utilityNav .utilLang:hover .utilLangDrop,
#header_1-solid-bg .utilLangDrop.showLang {
  display: block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px 20px;
  position: absolute;
  top: 28px;
  left: 0px;
}

/* Main Nav
  ============================ */
#header_1-solid-bg_2 .mainNav {
  box-sizing: border-box;
  height: 60px;
  padding-top: 18px;
}

/* Gift Cards & e-Gifts Shopping Cart links */
#header_1-solid-bg #navGiftCart,
#header_1-solid-bg #navEgiftCart {
  display: none;
}

#navCart {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#shopCartHold {
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}

#shopCartHold .utilText {
  color: #FEBF00;
}

#navCart a:first-child {
  margin: 0 0 8px 0;
}

#navCart a {
  display: block;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

#navCart a:hover .utilText {
  text-decoration: underline;
}
/* /Gift Cards & e-Gifts Shopping Cart links */

#navCart .iconCart {
  color: #FEBF00;
  font-size: 20px;
  background-color: #efefef;
  padding: 6px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
}

#hamburgerBar {
  display: none;
  width: 100%;
  padding: 25px 0;
  background-color: #27272C;
  background-image: url(/cws4.0/global-unix/images/structure/menu-mobile-white.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 98% center;
  border: none;
  cursor: pointer;
}

#header_1-solid-bg .topNav {
  display: inline-block;
}

#header_1-solid-bg_2.navHold {
  text-align: center;
}

#header_1-solid-bg_2 .topNav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header_1-solid-bg_2 .topNav .level1 {
  position: relative;
  display: inline-block;
}

#header_1-solid-bg_2 .topNav .level1 + .level1 {
  margin-left: 30px;
}

#header_1-solid-bg_2 .mainNav .level1 .secondaryNav {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  width: 115px;
  padding: 20px 20px 10px;
  text-align: left;
  background-color: #fff;
  list-style-type: none;
  z-index: 100;
}

#header_1-solid-bg_2 .topNav .level1:hover .secondaryNav,
#header_1-solid-bg_2 .topNav .level1>a:focus~.secondaryNav {
  display: block !important;
}

#header_1-solid-bg_2 .mainNav li a {
  text-decoration: none;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  display: inline-block;
  padding: 0 0 1px 0;
}

#header_1-solid-bg_2 .mainNav .level1:first-child a.level1-a {
  margin: 0;
}

#header_1-solid-bg_2 .mainNav .secondaryNav a {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  display: block;
}

#header_1-solid-bg_2 .mainNav .secondaryNav a:hover {
  text-decoration: underline;
}

#header_1-solid-bg_2 .mainNav .secondaryNav span {
  margin: 0;
}

#header_1-solid-bg_2 .mainNav .topNav .level1 {
  margin: 0 30px 0 30px;
}

#header_1-solid-bg_2 .topNav .level1:hover a.level1-a:after,
#header_1-solid-bg_2 .topNav .level1.active a.level1-a:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FEBF00;
}

#header_1-solid-bg_2 .topNav .level1:hover .secondaryNav a {
  border-bottom: none;
}

#header_1-solid-bg_2 .mobileNav {
  display: none;
}

#header_1-solid-bg_2 .arrowHold {
  display: none;
}

@keyframes spinArrow {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes spinArrow2 {
  0% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#header_1-solid-bg_2 .arrowDown {
  animation: spinArrow 210ms linear both;
}

#header_1-solid-bg_2 .arrowBack {
  animation: spinArrow2 210ms linear both;
}

#header_1-solid-bg_2 .utilityNav a.mobilePayHdr {
  text-decoration: underline;
}

#header_1-solid-bg_2 .utilityNav a.mobilePayHdr:hover {
  text-decoration: none;
}

/* French Nav */
html:lang(fr) #header_1-solid-bg_2 .mainNav .level1 .secondaryNav {
  width: 180px;
}

/* Homepage Banner
  ============================ */
#cardBackground,
#customBackground {
  position: relative;
  margin: 0 0 60px 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
}

#cardBackground {
  height: 425px;
  z-index: 0;
}

#cardBackground .wrapper1240 {
  position: relative;
  height: 100%;
}

#cardBackground .cardForeground {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 425px;
}

#cardBackground .bannerCard {
  width: 33%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#cardBackground .bannerCard img {
  width: 100%;
}

#cardBackground .bannerCard,
#cardBackground .bannerButtons {
  z-index: 100;
}

#customForeground img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 100%;
  position: relative;
  z-index: 80;
}

#cardBackground #cardForeground {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

#cardBackground.custom,
#cardForeground.custom,
#customForeground.card,
#customBackground.card {
  display: none !important;
}

#cardBackground .bannerButtons {
  float: right;
  width: 61%;
  position: relative;
}

#cardBackground .bannerButtons h1 {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  padding: 100px 0 3% 0;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
}

#cardBackground .bannerBtn {
  float: left;
  margin: 0 30px 15px 0;
}

#cardBackground .bannerBtn.btn2 {
  margin: 0;
}

#cardBackground .bannerBtn a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 22px;
  line-height: 120%;
  border-radius: 4px;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 11px 30px 20px 35px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

#cardBackground .bannerBtn a:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 100, 0.25) 100%);
}

#cardBackground .bannerBtn.btn1 a {
  background-color: #FEBF00;
}

#cardBackground .bannerBtn.btn2 a {
  background-color: #222222;
}

#cardBackground .bannerBtn .btnArrow {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(/cws4.0/global-unix/images/homepage/arrowIcon.png);
  background-size: 27px 27px;
  position: relative;
  z-index: 20;
  top: 5px;
}

.banner-shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
  pointer-events: none;
}

/* Homepage Feature Boxes
  ============================ */
#feature_1-three-boxes .featureHold {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 0 0 90px 0;
}

#feature_1-three-boxes .feature {
  position: relative;
  z-index: 100;
  float: left;
}

#feature_1-three-boxes .feature.twoCol {
  width: 49.25%;
  margin: 0 0 0 1.5%;
}

#feature_1-three-boxes .feature.threeCol {
  width: 32%;
  margin: 0 0 0 1%;
}

#feature_1-three-boxes .feature.twoCol.thirdFeature {
  display: none;
}

#feature_1-three-boxes .feature:first-child {
  margin: 0;
}

#feature_1-three-boxes .feature img {
  max-width: 100%;
  display: block;
}

#feature_1-three-boxes .featureOverlay {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
}

#feature_1-three-boxes .featureCTA {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 300;
  width: 100%;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  text-align: right;
  transition: background-color 0.4s ease;
}

#feature_1-three-boxes .featureCTA a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 120px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#feature_1-three-boxes .featureCTA:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

#feature_1-three-boxes .featureArrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url(/cws4.0/global-unix/images/homepage/featureArrow.png);
  background-repeat: no-repeat;
  margin: 0 0 0 11px;
  position: relative;
  z-index: 500;
  top: 2px;
  float: left;
}

#feature_1-three-boxes .featureText {
  float: left;
  display: block;
  width: 90%;
}

/* Homepage RTB content
  ============================ */
#rtb_1-intro {
  padding: 0 0 40px 0;
}

#rtb_1-intro .wrapper1024 {
  text-align: center;
}

#rtb_1-intro h1,
#rtb_1-intro h2,
#rtb_1-intro h3,
#rtb_1-intro h4,
#rtb_1-intro h5 {
  font-size: 26px;
  line-height: 150%;
}

#rtb_1-intro img {
  margin: 0 5px 10px;
}

/* Homepage Image Strip
  ============================ */
#image-strip_1-102016 {
  text-align: center;
}

/* Homepage Secondary
  ============================ */
#secondary_1-newsletter .secondaryHold {
  height: 300px;
  background-repeat: no-repeat;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0 0 0;
}

#secondary_1-newsletter .secondaryHold h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 150%;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 0 0 25px 0;
}

#secondary_1-newsletter .secondaryForm iframe {
  width: 50%;
  margin: 0 auto;
}

#secondary_1-newsletter .unsubLink {
  display: inline-block;
  color: #cecece;
  font-style: italic;
  font-size: 14px;
  line-height: 120%;
  padding: 10px 0 0 0;
}

#secondary_1-newsletter .unsubLink:hover {
  text-decoration: none;
}

/* Subpage Banner
  ============================ */
#subpage-banner_1-img-overlay .subBannerHold {
  height: 100%;
  border-bottom: 6px solid #FEBF00;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

#subpage-banner_1-img-overlay h1 {
  color: #fff;
  font-weight: 500;
  font-size: 33px;
  line-height: 150%;
  margin: 0;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Footer
  ============================ */
#footer_1-grey-nav .footerHold {
  background-color: #2f2f2f;
  color: #fff;
  padding: 60px 0;
}

#footer_1-grey-nav .footerHold ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer_1-grey-nav .footerHold a {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 120%;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

#footer_1-grey-nav .footerHold a:hover {
  text-decoration: underline;
}

#footer_1-grey-nav .footerNav {
  width: 100%;
  text-align: center;
}

.footerNav ul li {
  display: inline;
  line-height: 100%;
}

.footerNav ul li+li {
  border-left: 2px solid #666;
}

.footerNav ul li.hideNav+li {
  border: 0;
}

#footer_1-grey-nav .footerNav ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 0 5px 0 5px;
  padding: 0 5px 0 5px;
}

#footer_1-grey-nav .footerNav ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

#footer_1-grey-nav .footerNav ul li:last-child,
.footerSocial ul li:last-child {
  border-right: none;
}

#footer_1-grey-nav #socialLinks {
  padding: 10px 5px 0 5px;
  border: none;
}

#footer_1-grey-nav #socialLinks a {
  padding: 0;
}

#footer_1-grey-nav .footerContact {
  width: 100%;
  padding: 30px 0 0 0;
  text-align: center;
}

#footer_1-grey-nav .footerContact ul {
  list-style-type: none;
}

#footer_1-grey-nav .footerContact ul li {
  display: inline-block;
  color: #fff;
}

#footer_1-grey-nav .footerContact ul li a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px 0 5px;
  padding: 0 5px 0 5px;
  font-size: 15px;
}

#footer_1-grey-nav .footerContact ul li a.iconPhone {
  padding: 0 0 0 5px;
}

#footer_1-grey-nav .footerContact ul li a.iconPhone:hover {
  text-decoration: none;
}

#footer_1-grey-nav .footerContact ul li a.iconPhone:hover .footerPhone {
  text-decoration: underline;
}

#footer_1-grey-nav .footerContact ul li#footerPhone .material-icons {
  font-size: 18px;
  vertical-align: middle;
}

#footer_1-grey-nav .footerContact ul li .footerPhone {
  margin-right: 5px;
  vertical-align: middle;
}

#footer_1-grey-nav .footerContact li ul li {
  border-right: none;
}

#footer_1-grey-nav .footerContact .div {
  display: inline-block;
  font-size: 21px;
  vertical-align: middle;
  color: #666;
}

#footer_1-grey-nav .footerContact .smIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 5px 0 5px;
  vertical-align: middle;
  transition: opacity 0.75;
}

#footer_1-grey-nav .footerContact .smIcon:hover {
  opacity: 0.75;
}

#footer_1-grey-nav .footerContact .smIcon:first-child {
  margin-left: 0;
}

#footer_1-grey-nav .disclaimerHold {
  font-size: 14px;
  background-color: #222;
  color: #fff;
  line-height: 120%;
  padding: 10px 0 10px 0;
}

#footer_1-grey-nav .disclaimerHold a {
  color: #999;
}

#footer_1-grey-nav .disclaimerHold a:hover {
  text-decoration: none;
}

#footer_1-grey-nav .disclaimerHold .disclaimLeft {
  width: 70%;
  float: left;
  position: relative;
  top: 5px;
  z-index: 100;
  color: #999;
}

#footer_1-grey-nav .disclaimerHold .disclaimRight {
  width: 20%;
  float: right;
  text-align: right;
}

#footer_1-grey-nav .disclaimerHold ul {
  padding: 0;
  margin: 0;
}

#footer_1-grey-nav .disclaimerHold ul li {
  display: inline;
  margin: 0 5px 0 5px;
  padding: 0 0px 0 10px;
  font-size: 13px;
}

#footer_1-grey-nav .disclaimerHold ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}

#footer_1-grey-nav .disclaimerHold ul li a {
  color: #999;
  text-decoration: none;
}

#footer_1-grey-nav .disclaimerHold ul li a:hover {
  text-decoration: underline;
}

#footer_1-grey-nav .disclaimRight .givexLogo {
  display: inline-block;
  width: 66px;
  height: 25px;
  background-size: 100%;
  background-image: url(/cws4.0/global-unix/files/footer/givexWhiteV2.png);
  background-repeat: no-repeat;
}

/* Media Queries
  ============================ */
@media (max-width:1280px) {
  /* Utility Nav */
  #header_1-solid-bg .utilityNav a,
  #header_1-solid-bg .utilityNav span {
    font-size: 13px;
  }

  #header_1-solid-bg_2 #navCart .utilityPipe {
    padding: 0 13px 0 0px;
  }

  #header_1-solid-bg_2 .mainNav .topNav .level1 {
    margin: 0 15px 0 15px;
  }

  #header_1-solid-bg_2 .mainNav li a {
    font-size: 14px;
  }

  /* Homepage Banner */
  #cardBackground {
    height: 390px;
  }

  #cardBackground .bannerButtons h1 {
    font-size: 42px;
  }

  #cardBackground .bannerBtn a {
    font-size: 22px;
    padding: 10px 30px 15px 30px;
  }

  #cardBackground .bannerBtn .btnArrow {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  /* Homepage Image Strip */
  #image-strip_1-102016 img {
    width: 100%;
  }

  /* Homepage Feature Boxes */
  #feature_1-three-boxes .featureHold {
    padding: 0 0 70px 0;
  }

  #feature_1-three-boxes .featureCTA a {
    font-size: 20px;
    padding: 0 40px 0 40px;
    height: 100px;
  }

  /* Homepage Secondary */
  #secondary_1-newsletter .secondaryHold {
    height: 290px;
    padding: 50px 0 0 0;
  }

  #secondary_1-newsletter .secondaryHold h2 {
    font-size: 38px;
  }

  /* Footer */
  #footer_1-grey-nav .footerHold {
    padding: 40px 0 40px 0;
  }

  #footer_1-grey-nav .footerHold a {
    font-size: 14px;
  }

  #footer_1-grey-nav .disclaimerHold {
    font-size: 11px;
    padding: 25px 0 25px 0;
  }
}

@media (max-width:1023px) {
  /* Main Header */
  #header_1-solid-bg_2 {
    padding: 0;
  }

  #header_1-solid-bg_2 .mainNav {
    display: none;
  }

  #header_1-solid-bg .logo {
    position: static;
    width: 160px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }

  #header_1-solid-bg_2 #mobTopNav {
    display: none;
  }

  #header_1-solid-bg_2 .mobileNav {
    display: block;
    background-color: #DFDFDF;
  }

  #header_1-solid-bg_2 .mobileNav .arrowHold {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 52px;
    padding: 0;
    text-align: center;
    background-color: #8A8D95;
    border: none;
    box-sizing: border-box;
    z-index: 9999;
  }

  #header_1-solid-bg_2 .mobileNav .mobArrow {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url(/cws4.0/global-unix/images/structure/mobile-menu-arrow-white.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
  }

  #header_1-solid-bg_2 .mobileNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 167%;
  }

  #header_1-solid-bg_2 .mobileNav a {
    color: #000;
    text-decoration: none;
  }

  #header_1-solid-bg_2 .mobileNav ul .mobSecondaryNav {
    display: none;
    padding: 20px 0;
    line-height: 240%;
    font-size: 17px;
    background-color: #ffffff;
  }

  #hamburgerBar {
    display: block;
  }

  #header_1-solid-bg_2 .mobLevel1-a {
    display: block;
    padding: 15px 30px 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 90;
  }

  #header_1-solid-bg_2 #navCart {
    padding: 10px 0 10px 0;
  }

  #header_1-solid-bg_2 #navCart a {
    padding: 0;
    border-left: none;
  }

  #header_1-solid-bg .mainHeader {
    text-align: center;
  }

  #header_1-solid-bg .utilityNav a,
  #header_1-solid-bg .utilityNav span {
    font-size: 12px;
  }

  #header_1-solid-bg .utilityNav {
    padding: 6px 0 9px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto;
    float: none;
    position: static;
  }

  #header_1-solid-bg .utilityNav #logoutDrop {
    display: inline-block;
    border: none;
    background: none;
    position: static;
    padding: 0;
  }

  #header_1-solid-bg .utilityNav #logoutDrop a {
    display: inline;
    color: #0f0f0f;
  }

  #header_1-solid-bg .utilityNav #logoutDrop a:first-child:after {
    color: #FEBF00;
    content: "|";
    font-size: 14px;
    line-height: 100%;
    padding: 0 10px 0 10px;
  }

  #header_1-solid-bg .utilityNav #logout:hover #logoutDrop {
    display: inline-block;
  }

  #header_1-solid-bg .utilityNav #logout #langArrow {
    display: none;
  }

  #header_1-solid-bg .utilityNav .mobIcon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  #header_1-solid-bg .utilityNav li#logout {
    border: none;
  }

  /* Homepage Banner */
  #cardBackground,
  #customBackground {
    margin: 0 0 40px 0;
  }

  #cardBackground {
    height: 350px;
  }

  #cardBackground .bannerButtons {
    width: 52%;
  }

  #cardBackground .bannerCard {
    width: 40%;
  }

  #cardBackground .bannerButtons h1 {
    font-size: 33px;
    padding: 90px 0 5% 0;
  }

  #cardBackground .bannerBtn .btnArrow {
    display: none;
  }

  #cardBackground .bannerBtn a {
    font-size: 18px;
    padding: 8px 25px 13px 25px;
  }

  /* Homepage Feature Boxes */
  #feature_1-three-boxes .featureCTA a {
    font-size: 17px;
    padding: 0 10px 0 10px;
    height: 69px;
  }

  #feature_1-three-boxes .featureArrow {
    width: 22px;
  }

  /* Homepage Secondary */
  #secondary_1-newsletter .secondaryHold h2 {
    font-size: 33px;
  }

  /* Footer */
  #footer_1-grey-nav .footerHold {
    padding: 30px 0 30px 0;
  }

  #footer_1-grey-nav .footerHold a {
    font-size: 12px;
  }

  #footer_1-grey-nav .footerContact>.div {
    display: block;
  }

  #footer_1-grey-nav .footerContact .contact {
    display: block;
    margin: 0 0 15px 0;
    white-space: nowrap;
  }

  #footer_1-grey-nav .footerContact .contact>.div~.div {
    display: none;
  }

  #footer_1-grey-nav .footerContact .socialIcons {
    display: block;
  }

  #footer_1-grey-nav .disclaimerHold {
    padding: 10px 0 5px 0;
  }

  #footer_1-grey-nav .disclaimerHold .disclaimRight {
    margin: 6px 0 0 0;
  }

  #footer_1-grey-nav .footerContact ul li a {
    font-size: 13px;
  }

  #footer_1-grey-nav .footerContact ul li#footerPhone {
    border: none;
  }

  /* Subpage Banner */
  #subpage-banner_1-img-overlay h1 {
    text-align: center;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width:768px) {
  /* Main Header */
  #header_1-solid-bg .wrapper1240 {
    padding-left: 0;
    padding-right: 0;
  }

  #header_1-solid-bg .utilityNav .utilityPipe {
    padding: 0 4px 0 4px;
  }

  #header_1-solid-bg .logo {
    text-align: center;
    width: 130px;
  }

  #header_1-solid-bg .utilityNav li+li {
    padding: 0 0 0 10px;
  }

  #header_1-solid-bg .utilityNav li:first-child {
    padding-right: 10px;
  }

  /* Homepage Banner */
  #cardBackground,
  #customBackground {
    margin: 0 0 30px 0;
  }

  #cardBackground {
    height: 330px;
  }

  #cardBackground .bannerButtons h1 {
    font-size: 26px;
    padding: 79px 0 5px 0;
  }

  #cardBackground .bannerBtn a {
    font-size: 15px;
    padding: 8px 15px 10px 15px;
  }

  #cardBackground .bannerBtn {
    margin: 0 20px 15px 0;
  }

  #cardBackground .bannerCard {
    padding: 0;
  }

  /* Homepage Feature Boxes */
  #feature_1-three-boxes .featureCTA a {
    font-size: 14px;
    height: 61px;
  }

  #feature_1-three-boxes .featureArrow {
    width: 18px;
    height: 18px;
    background-size: 16px 16px;
  }

  #feature_1-three-boxes .featureHold {
    padding: 0 0 60px 0;
  }

  /* Homepage Secondary */
  #secondary_1-newsletter .secondaryHold {
    height: 265px;
    padding: 46px 0 0 0;
  }

  #secondary_1-newsletter .secondaryHold h2 {
    font-size: 24px;
  }

  #secondary_1-newsletter .secondaryForm iframe {
    height: 99px;
  }

  /* Footer */
  #footer_1-grey-nav .footerHold {
    padding: 30px 0 30px 0;
  }

  #footer_1-grey-nav .footerNav {
    text-align: center;
    width: 100%;
  }

  #footer_1-grey-nav .footerNav ul li a {
    margin: 0 5px 0 5px;
    padding: 0 3px 0 3px;
  }

  #footer_1-grey-nav .footerContact {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
  }

  #footer_1-grey-nav .footerContact .contact {
    margin: 0 0 20px 0;
  }

  #footer_1-grey-nav .disclaimerHold {
    padding: 20px 0 10px 0;
  }

  #footer_1-grey-nav .disclaimerHold .disclaimLeft {
    width: 100%;
    float: none;
    text-align: center;
    position: static;
  }

  #footer_1-grey-nav .disclaimerHold .disclaimRight {
    float: none;
    text-align: center;
    margin: 20px auto 0 auto;
  }

  #footer_1-grey-nav .footerHold a {
    line-height: 150%;
  }

  /* Subpage Banner */
  #subpage-banner_1-img-overlay {
    height: 100px;
  }
}

@media (max-width:600px) {
  /* Homepage RTB content */
  #rtb_1-intro h1,
  #rtb_1-intro h2,
  #rtb_1-intro h3,
  #rtb_1-intro h4,
  #rtb_1-intro h5 {
    font-size: 18px;
  }

  /* Homepage Feature Boxes */
  #feature_1-three-boxes .feature.twoCol,
  #feature_1-three-boxes .feature.threeCol {
    width: 80%;
    margin: 0 auto 10px auto;
    float: none;
    height: auto;
    overflow: hidden;
  }

  #feature_1-three-boxes .feature:first-child {
    margin: 0 auto 10px auto;
  }

  #feature_1-three-boxes .feature img {
    width: 100%;
  }

  #feature_1-three-boxes .featureHold {
    padding: 0 0 50px 0;
  }
}

@media (max-width:500px) {
  /* Main Header */
  #header_1-solid-bg #logoHold {
    text-align: left;
  }

  /* Homepage Banner */
  #cardBackground .bannerCard {
    padding: 23px 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
    width: 50%;
  }

  #cardBackground .bannerButtons {
    width: 100%;
    float: none;
    text-align: center;
    transform: none;
  }

  #cardBackground .bannerButtons h1 {
    font-size: 24px;
    padding: 13px 0 5px 0;
    text-align: center;
  }

  #cardBackground .bannerBtn {
    display: inline-block;
    float: none;
    margin: 0 0px 8px 0;
  }

  /* Homepage Secondary */
  #secondary_1-newsletter .secondaryForm iframe {
    width: 75%;
  }

  #secondary_1-newsletter .secondaryHold h2 {
    font-size: 21px;
  }

  /* Footer */
  #footer_1-grey-nav .footerNav {
    width: 100%;
    float: none;
  }

  #footer_1-grey-nav .footerHold {
    padding: 30px 0 40px 0;
  }

  #footer_1-grey-nav .footerHold ul {
    padding: 10px 0 5px 0;
  }

  #footer_1-grey-nav .footerNav ul li {
    border: none;
    display: block;
    margin: 0 0 10px 0;
  }

  #footer_1-grey-nav .footerNav ul li a {
    margin: 0;
    padding: 0;
  }

  #footer_1-grey-nav .footerContact {
    float: none;
    clear: both;
    width: 100%;
  }

  #footer_1-grey-nav .footerContact .contact {
    margin: 0 0 25px 0;
  }

  #footer_1-grey-nav .contact {
    display: block;
    margin: 0 0 20px 0;
  }

  #footer_1-grey-nav .socialIcons {
    display: block;
  }

  #footer_1-grey-nav .disclaimerHold .disclaimLeft .copyright {
    display: block;
    padding: 0 0 15px 0;
  }

  #footer_1-grey-nav .disclaimerHold .div {
    display: none;
  }

  #footer_1-grey-nav .disclaimerHold .disclaimRight {
    width: 100%;
  }

  /* Subpage Banner */
  #subpage-banner_1-img-overlay h1 {
    font-size: 24px;
  }
}

@media (max-width:400px) {
  #secondary_1-newsletter .secondaryHold h2 {
    font-size: 18px;
  }
}

/* Custom CSS overrides */


