:root {
    /*FONT VARIABLES*/
    --brandFont1: industry,sans-serif; /* Medium: 500; Demi: 600 */
    --brandFont2: roboto, sans-serif; /* Regular: 400; Medium: 500 */
    --brandFont3: oswald, sans-serif;
    /*COLOR VARIABLES*/
    --brandColor1: #D71921;
    --brandColor2: #1C1C1C;
    --brandColor3: #898989;
    --brandColor4: #ffffff;
    --brandColor5: #F2F2F2;
    /* OTHER VARIABLES */
    --transition: all 4s ease;
}
/* Colors */
.white { background-color: var(--brandColor4); }
.brandColor1 { background-color: var(--brandColor1); color: var(--brandColor4); }
.brandColor2 { background-color: var(--brandColor2); color: var(--brandColor4); }
.mobileOnly { display: none !important; }
.desktopOnly { display: block !important; }
.hidden { display: none; }
.visuallyhidden, .slick-sr-only { position: absolute; left: -99999px; }
.loadingContent { visibility: hidden; }
.hide {display: none;}
@media screen and (max-width: 960px) {
.mobileOnly { display: block!important; }
.desktopOnly { display: none!important; }
input { font-size: 1rem; }
}

a { color: var(--brandColor1); text-decoration: underline; cursor: pointer; text-decoration: underline; }


/* ============================
 HEADER
* ============================*/
.header { position: relative; width: 100%; background-color: var(--brandColor4); padding: 0; z-index: 999; }
.header .wrapper { display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: flex; max-width: 1740px; width: 100%; padding: 13px 0 0 0; margin: 0 auto; height: 86px; }
/* Header CTA Buttons */
.iconButtons { display: inline-block; text-align: center; }
.iconButtons.tablet { display: none; }
.iconButtons a { display: inline-block; font-family: var(--brandFont1); font-size: .875rem; color: var(--brandColor4); letter-spacing: .09em; background-color: var(--brandColor2); line-height: 1; text-decoration: none; padding: 13px 24px; font-weight: 400; transition: all 0.4s ease-in-out; }
.iconButtons a:first-child { padding: 13px 9px 13px 16px; }
.iconButtons a:last-child { background-color: var(--brandColor2hover); }
.iconButtons a em { padding: 0 13px 0 0; }
.iconButtons a:hover, .iconButtons a:focus { color: var(--pageBackground); }
.iconButtons a:last-child:hover, .iconButtons a:last-child:focus { color: var(--brandColor4); }
#topNavMenu .iconButtons { width: 100%; }
#topNavMenu .iconButtons a { padding: 50px 20px; }
/* Logo */
header .logo { position: relative; display: inline-block; float:none; padding: 0; margin: 0 43px 0 20px; }
header .logo img { width: 148px; height: 94px; margin:auto; }
/* menu list */
header.header #menu.navMenu { margin-top: 18px; display: block; font-family: var(--brandFont1); font-weight: 500; list-style: none;  z-index: 15; }
/* a top level navigation item in the mega menu */
header.header .navItem { list-style: none; display: inline-block; padding: 0; margin: 0; line-height: 1.2; }
/* first descendant link within a top level navigation item */
header.header .navItem > a, #menu li a, #menu li span, header.header  .topNav ul li a, header.header .topNav ul li span { font-family: var(--brandFont1); position: relative; display: inline-block; color: var(--brandColor2); font-size: 1.125rem; letter-spacing: .028em; font-weight: 500; text-decoration: none; padding: 0 18px 0 18px; margin: 0 0 -1px 0; transition: all 0.4s ease-in-out; }
/* focus/open states of first descendant link within a top level navigation item */
header.header .navItem > a:hover, header.header .navItem > a:focus, header.header .nav-item > a.open { color: var(--brandColor2); }
/* open state of first descendant link within a top level navigation item */
header.header .navItem > a.open { color: var(--brandColor2); }
header.header .navItem > a:after { position: absolute; bottom: -20px; left: 18px; right: 18px; visibility: hidden; content: ""; width: auto; height: 4px; background-color: var(--brandColor1); z-index: 9999; }
header.header .navItem > a.open:after { visibility: visible; }
header.header #menu.navMenu .subMenuWrapper { position: relative; max-width: 1280px; padding: 28px 20px; margin: 0 auto; }
/* list of items within sub-navigation panel */
header.header #menu.navMenu .subMenu ul { display: inline-block; color: var(--brandColor4); vertical-align: top; padding: 0; }
header.header #menu.navMenu .subMenu .intro { display: inline-block; width: 41%; height: 100%; line-height: 1.85; border-right: 1px solid var(--brandColor2hover); margin: 0 11% 0 0; padding: 0 5% 0 4%; }
header.header #menu.navMenu .subMenu .intro > li { padding: 0; }
header.header #menu.navMenu .subMenu .intro > li p { color: var(--brandColor2); }
header.header #menu.navMenu .subMenu .subMenuGroup { display: inline-block; margin: 0; }
/* list item within sub-navigation panel */
header.header navMenu .subMenuGroup li { display: block; list-style-type: none; margin: 0; padding: 6px 0; }
header.header #menu.navMenu .subMenu li, header.header #menu.navMenu .subMenu li a { color: var(--brandColor2); list-style-type: none; margin: 0; padding: 6px 0; }
header.header #menu.navMenu .subMenuGroup li { display: block; font-family: var(--brandFont2); font-weight: 400; font-size: 1rem; color: var(--brandColor2); list-style-type: none; margin: 0; padding: 10px 0; }
header.header #menu.navMenu .subMenuGroup li a { color: #1c1c1c; text-decoration: none; padding: 5px 0; transition: all 0.4s ease-in-out; font-family: var(--brandFont2); font-size: 1rem; font-weight: 400; }
header.header #menu.navMenu .subMenuGroup li a:hover, #menu.navMenu .subMenuGroup .subMenu li a:focus { color: var(--brandColor2hover); text-decoration: underline;}
#menu .visuallyhidden { position: absolute; text-indent: -99999px; }
.toggleBtn { display: none; }
/* Right Naviation */
.rightNavigation {position: absolute; right: 0; display: flex; align-items: center; justify-content: flex-end;}
.rightNavigation.mobile {display: none;}
/* Contact */
.contactUs, .contactUs a { text-decoration: none; z-index: 108; display: flex; align-items: center; justify-content: center; background-color: var(--brandColor1); color: var(--brandColor4); height: 83px; width: 183px; margin-top: -13px; padding-top: 7px; border: none; font-family: var(--brandFont1); font-weight: 400; letter-spacing: .05em; font-size: 1rem;}
.contactUs a {padding-bottom: 13px;}
.wrapper .contactUs a { margin: 0; }
.contactUs a:hover, .contactUs a:active { text-decoration: underline;}
.phoneNumber {padding: 0 50px 0 30px; font-family: var(--brandFont1); font-weight: 500; z-index: 108; font-size: 1rem; letter-spacing: .025em;}
.contactUs a > span { padding-right: 10px; font-family: var(--brandFont1); font-weight: 500; padding-top: 10px; }
.contactUs a ion-icon { font-size: 1.4rem; margin-top: 8px; }
.searchMenu button ion-icon { color: var(--brandColor2); font-size: 1.8rem; padding-right: 5px; }
/* Search Bar and Input */
.searchButton { background: transparent; border: 1px solid #000; }
/* Toggle Search Menu */
.searchMenu { min-width: 60px; text-align: right; align-self: center; font-family: var(--brandFont1); font-weight: 500; font-size: 1.125rem; letter-spacing: .028em; display: flex; align-items: center;}
.searchMenu:after { display: inline-block; content: ""; width: 1px; height: 23px; background-color: #70707039; margin: 0 0 0 30px; padding: 0; }
#toggleSearch { position: relative; color: var(--brandColor2); font-size: 1rem; font-weight: 600; line-height: 1; height: 30px; background-color: transparent; border: 1px solid transparent; padding: 0; cursor: pointer;  z-index: 1; display: flex; align-items: center; margin: auto 0; }
/* Desktop Search Open Button */
#toggleSearch .openSearch { display: inline-block; color: var(--brandColor2);  font-family: var(--brandFont1); font-weight: 500; font-size: 1.125rem; letter-spacing: .028em;}
#toggleSearch:hover .openSearch, #toggleSearch:focus .openSearch { color: var(--brandColor2); }
.searchMenu.open #toggleSearch .openSearch { display: none; }
/* Desktop Search Close Button */
#toggleSearch .closeSearch { display: inline-block; font-size: .9rem; color: var(--brandColor2); }
#toggleSearch:hover .closeSearch, #toggleSearch:focus .closeSearch { color: var(--brandColor2); }
.searchMenu #toggleSearch .closeSearch { display: none; }
.searchMenu.open #toggleSearch .closeSearch { display: inline-block; }
.searchMenu #searchSubMenu { visibility: hidden; opacity: 0; width: 400px; position: absolute; top: 15px; bottom: auto; left: -355px; right: 0; font-family: var(--brandFont1); font-weight: 400; font-size: 1.025rem; letter-spacing: .09em; background-color: var(--brandColor4);  }
.searchMenu.open #searchSubMenu { visibility: visible; opacity: 1; }
#searchBox { display: flex; background-color: transparent; margin-top: -3px; padding: 0 0 7px 0; }
#searchBox label .visuallyhidden { color: var(--brandColor4); }
.searchBox, .searchBox:active, .searchBox:focus, .searchBox:focus-within { font-family: var(--brandFont1); display: inline; height: 45px; font-size: .95rem; letter-spacing: .09em; color: var(--brandColor2); background-color: transparent; -webkit-appearance: none; -moz-appearance: none; border-radius: 0;-moz-border-radius: 0; -webkit-border-radius: 0; padding: 15px 10px; margin-bottom: 0; width: 400px; border: 2px solid #1C1C1C4D; font-size: 1rem; }
.searchBox::placeholder{ font-family: var(--brandFont1); font-weight: 400; font-size: .94rem; color: #1c1c1c; letter-spacing: 0.04em; }
.searchBox::-webkit-input-placeholder { font-family: var(--brandFont1); font-weight: 400; font-size: .94rem; color: #1c1c1c; letter-spacing: 0.04em;}
.searchBox::-moz-placeholder { font-family: var(--brandFont1); font-weight: 400; font-size: .94rem; color: #1c1c1c; letter-spacing: 0.04em; }
.searchBox:-ms-input-placeholder { font-family: var(--brandFont1); font-weight: 400; font-size: .94rem; color: #1c1c1c; letter-spacing: 0.04em; }
.searchBox:-moz-placeholder { font-family: var(--brandFont1); font-weight: 400; font-size: .94rem; color: #1c1c1c; letter-spacing: 0.04em; }
.searchContainer.tablet { display: none; }
.searchContainer input[type=search] { border: 0; padding: 5px 6px; width: 85%; font-size: 1rem; -webkit-appearance: none; margin: 0; font-style: normal; }
.searchContainer button[type=submit] { position: relative; border: none; font-size: 1.125em; width: 30px; height: 30px; padding: 0; margin: 0; cursor: pointer; background-color: transparent;  }
@media screen and (max-width: 1600px) {
  .searchActive { display: none; }
}
@media screen and (min-width: 1201px){
  .mainBody { padding-top: 160px; }
  /* Menu Container */
  header.header  #menu button { position: relative; float: right; margin-top: 8px; margin-left: -11px; margin-right: -11px; display: none; color: #3a3a3a; height: 20px; width: 20px; background: none; border: 0; cursor: pointer; transform: translateY(0) rotate(0deg); transition: all 0.4s ease-in-out; background-repeat: no-repeat; background-position: center center; }
  header.header  #menu .focus + button, #menu button:focus, #menu button:focus-within { background-image: url(/_images/quicklinks-arrow.svg); }
  header.header  #menu .navItem.open > button { transform: translateY(0) rotate(-180deg); }
  /* sub-navigation panel */
  header.header  #menu.navMenu .subMenu { position: absolute; max-width: 218px; width: 100%; background-color: var(--brandColor4); transition: top 0.4s ease-in-out; margin-left: 18px; visibility: hidden; top: -9999em; max-height: 0px; overflow: hidden; opacity: 0; transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; }
  /* sub-navigation panel open state */
  header.header  #menu.navMenu .subMenu.open, #menu button[aria-expanded="true"] + .subMenu { display: block !important; visibility: visible; top: 90%; box-shadow: 0px 4px 5px #000000BD; max-height: 800px; opacity: 1; transition: opacity 250ms ease, max-height 1500ms ease, visibility 0s linear 0s, top 0s linear 0s; }
  


  #menu.navMenu .subMenuWrapper { position: relative; width: 100%; max-width: 1280px; padding: 15px 20px 15px 20px; margin: 0 auto; }
  .nav-item:hover > .subNav { display: block; }
}
@media (min-width:1200px) and (max-width:1400px) {
  .logo { margin-right: 35px;}
  .navItem > a { padding: 0 10px 0 10px; font-size: 1rem; }
}
@media screen and (max-width: 1200px){ 
  .header .wrapper { height: 55px; }
  .mainBody { padding-top: 72px; }
  .header > .wrapper { padding: 0 18px; }
  .logo { margin: 12px 40px 0 0; }
  .logo img { width: 90px; height: 55px; max-width: none; position: absolute; z-index: 103;}
  /* Right Navigation */
  .rightNavigation { display: none;}
  .rightNavigation.mobile {display: block; left: 0; right: 0; margin-top: 120px; }
  /* Contact Us */
  .wrapper .contactUs, .contactUs a { padding: 0; text-decoration: none; z-index: 108; display: flex; align-items: center; justify-content: center; background-color: var(--brandColor1); color: var(--brandColor4); height: 60px; width: 100%; margin-top: 0; padding-top: 0; border: none; font-family: var(--brandFont1); font-weight: 400; letter-spacing: .05em; font-size: 1rem;}
  .wrapper .contactUs a > span { padding-top: 0; }
  .wrapper .contactUs a ion-icon { margin-top: 0; padding-left: 5px; }
  .phoneNumber {height: 60px; background-color: #B10D14; display: flex; align-items: center; justify-content: center; padding: 0 15px; }
  .phoneNumber a { color: white; text-decoration: none;}
  .phonenumber a:hover, .phoneNumber a:focus {text-decoration: underline;}
  /* Toggle Canvas Menu */
  .dim { visibility: hidden; opacity: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(34,30,31,0.95); transition: all 0.8s ease-in-out; z-index: 2; }
  .dim.on { visibility: visible; opacity: 1; z-index: 998; }
  .menu { z-index: 100; position: relative; }
  #toggleButton { position: relative; display: flex; justify-content: flex-end; width: auto; max-width: 1260px; min-width: 90px; width: 100%; height: 26px; margin: 20px 0 0 0; background-color:transparent; border:none; cursor: pointer; transform:scale(1); }
  .toggleBtn.open .hamburgerContainer { content: url(../../_images/close.svg); }
  .hamburgerContainer { display: flex; justify-content: flex-end; }
  .hamburgerContainer span.mobileMenu {font-family: var(--brandFont1); font-weight: 500; font-size: 1.125rem; letter-spacing: .028em; padding-left: 5px; color: var(--brandColor2); }
  .toggleBtn.open > .hamburgerContainer { padding: 1px 0; }
  .toggleBtn .iconBar { position:relative; display:block; background:var(--brandColor2); width: 24px; height: 2px; margin: 3px auto; border-radius: 5px; transition: all 250ms ease-in-out; }
  .iconBar.bar1Active { width: 24px; transform:translateY(6px) translateX(0) rotate(45deg); }
  .iconBar.bar2Active { width: 24px; opacity: 0; transform:scale(0); }
  .iconBar.bar3Active { width: 24px; transform:translateY(-4px) translateX(0) rotate(-45deg); }
  .toggleBtn .menuText { display: inline-block; color: var(--brandColor2); padding: 4px 0 0 4px; }
  .toggleBtn .menuText.close { display: none; }
  .toggleBtn.open .menuText.open { display: none; }
  .toggleBtn.open .menuText.close { display: inline-block; }
  /* Menu Container */
  .menuContainer { display: inline-block; width: 100%; max-width: 375px; height: 100%; position: fixed; left: auto; right: 0; color: var(--brandColor4); background-color: var(--brandColor4); margin-top: 55px; padding-bottom: 64px; margin-right: -375px; overflow-x: hidden; z-index: 102; transition: margin 0.5s ease-in-out; }
  .rightNavigation { position: relative;}
  .toggleBtn.open + .menuContainer { width: 100%; height: max-content; max-width: 1375px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; color: var(--brandColor4); background-color: var(--brandColor4);}
  header.header  #menu button { display: block; float: right; color: var(--brandColor2); height: 38px; width: 58px; cursor: pointer; margin: 11px 0 0 0; background: none; border: 0; }
  header.header #menu button:after { content: url(../../_images/chevron-down-outline.svg); transform: translateY(0) rotate(0deg); transition: all 0.4s ease-in-out; }
  header.header #menu .navItem.open > button:after { transform: translateY(0) rotate(-180deg); }
  header.header #menu li { width: 100%; }
  /* Main Menu Toggle Menu */
  #skipToTopNav { margin: 0; padding: 0; }
  #skipToTopNav ~ .topNav, #toggleButtonClose.close ~ .topNav { max-width: 394px; }
  #skipToTopNav > .img { font-size: .9rem; line-height: 1.7; padding: 0 0 0 25px; background-size: 25%; }
  /* Main Menu Container */
  .topNavWrapper { max-width: 375px; padding: 0; }
  header.header #menu.navMenu { background-color: var(--brandColor4); padding: 0 15px; }
  header.header .navItem { position: relative; display: block; border-bottom: 1px solid #d9d9d92c; }
  header.header .navItem:last-child { border-bottom: none; } 
  header.header .navItem > a { position: relative; width: auto; letter-spacing: .05em; padding: 15px 28px 15px 0; z-index: 1; }
  header.header .navItem > a:after { display: none; } 
  /* Top Nav Sub Menu Wrapper */
  header.header #menu.navMenu .subMenuWrapper { padding: 0; background-color: var(--brandColor4); }
  /* Top Nav Sub Menu Intro */
  header.header #menu.navMenu .subMenu .intro { display: block; width: 100%; height: auto; font-size: .9rem; border-right: none; border-bottom: 1px solid var(--brandColor2hover); margin: 0; padding: 0 0 20px 0; }
  header.header #menu.navMenu .subMenu .intro li a { padding: 0; }
  header.header #menu.navMenu .subMenu .intro li a.callout { font-size: .95rem; }
  /* Top Nav Sub Menu */
  header.header #menu.navMenu .subMenu .subMenuGroup { display: block; width: 100%; columns: 1; -webkit-columns: 1; -moz-columns: 1; column-gap: 0; margin: 0; padding-bottom: 10px; }
  header.header #menu.navMenu .subMenu { position: relative; width: auto; z-index: 3000; padding: 0; margin: 0; }
  header.header #menu.navMenu .subMenu li a { font-size: 1em; font-family: var(--brandFont2); font-weight: 400; }
  header.header #menu .subMenu, header.header #menu .subMenu.open { display: none; position: relative; }
  header.header #menu button[aria-expanded="true"] + .subMenu, header.header #menu .sub.open > .subMenu { display: block; position: relative; top: 0; height: 100%; }
  /* Info For and Quick Links */
  .menuMoreName { width: 100%; text-transform: uppercase; font-weight: 600; text-align: left; margin: 0; }
  .menuMoreName span { font-size: .95rem; padding: 0; }
  .menuMoreInfo { float: left; width: 100%; padding: 35px 15px; }
  .menuMoreInfo.desktop { display: none; }
  .menuMoreInfo.tablet { display: block; }
  .menuMoreInfo > .wrapper { display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: flex; justify-content: space-between; max-width: 1460px; width: 100%; padding: 0 20px; margin: 0 auto; }
  .menuMoreInfo .infoMenu ul { display: block; list-style-type: none; padding: 0; margin: 0; }
  .menuMoreInfo .infoMenu ul li { float: none; display: block; line-height: 1.65; }
  .menuMoreInfo .infoMenu a { display: inline-block; font-size: .875rem; font-family: var(--brandFont2); color: var(--brandColor4); padding: 5px 15px 5px 0; }
  /* Quick Links */
  .menuMoreInfo .infoMenu ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; column-gap: 2px; }
  /* Info For */
  .menuMoreInfo.infoFor { background-color: var(--brandColor2); padding: 40px 15px 0 15px; }
  .menuMoreInfo.infoFor ul { border-bottom: 1px solid var(--brandColor2hover); padding: 0 0 13px 0; }
  .menuMoreInfo { background-color: var(--brandColor2); padding: 15px 15px 40px 15px; }
  .menuMoreInfo.infoFor .infoMenu ul { columns: 1; -webkit-columns: 1; -moz-columns: 1; column-gap: 0; }
  /* Header CTA Buttons */
  .iconButtons { display: block; clear: both; width: 100%; background: var(--brandColor2); padding: 10px 0; }
  .iconButtons.tablet { display: flex; -moz-justify-content: space-evenly; -webkit-justify-content: space-evenly; justify-content: space-evenly; margin-bottom: 10px; }
  .iconButtons a, .iconButtons a:first-child, .iconButtons a:last-child { display: inline-flex; font-size: .875rem; font-family: var(--brandFont1); text-transform: uppercase; background-color: transparent; border-right: 1px solid var(--brandColor2hover); padding: 3px 32px; }
  .iconButtons a:last-child { border-right: none; }
  .iconButtons a em { padding: 0 13px 0 0; }
  .iconButtons a:hover, .iconButtons a:focus { color: #ccd3e1; }
  .iconButtons a:last-child:hover, .iconButtons a:last-child:focus { color: #ccd3e1; }
  #topNavMenu .iconButtons { width: 100%; }
  #topNavMenu .iconButtons a { padding: 50px 20px; }
  /* Search Menu */
  #searchBoxMobile { position: relative; }
  .searchContainer.tablet { display: block; }
  .searchContainer { padding: 15px 18px 20px 18px; background-color: var(--brandColor4); }
  .searchMenu { display: none; }
  .searchMenu #searchSubMenuMobile { width: 100%; margin: 0; }
  .searchBox { width: 100%; margin: 30px auto 0 auto; }
  .searchBox:focus {width: 100%; overflow: hidden;}
  .searchContainer input[type=search] { width: 85%; }
  .searchContainer button[type=submit] { position: absolute; top: 40px; bottom: auto; left: auto; right: 9px; background-repeat: no-repeat; background-image: url(../../_images/search-outline.svg); transition: none; }
  .searchContainer button[type=submit]:focus { outline-offset: 4px; }
  .searchContainer button[type=submit]:hover:before, .searchContainer button[type=submit]:focus:before { content: ""; }
}

/* ============================
 FOOTER
* ============================*/
/* Footer Red Box */
.redBox { position: relative; margin: 0; width: 100%; height: auto; }
.redBox::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: transparent linear-gradient(90deg, #D71921DB 0%, #D71921 100%) 0% 0% no-repeat padding-box; }
.footer .redBox .wrapper { position: relative; display: block;  display: flex; flex-flow: row nowrap; max-width: 1270px; width: 100%; padding: 25px 20px; }
.footerHeader { font-size: 2rem; font-family: var(--brandFont1); font-weight: 500; color: white; margin-bottom: -10px;  }
.footerHeadings {display: flex; flex-flow: column wrap; width: 70%; }
.footersubHeader { font-size: 1.2rem; font-family: var(--brandFont1); font-weight: 400; color: white; letter-spacing: .08em; }
.footerContactBtn { width: 30%; display: flex; justify-content: flex-end; align-items: center;}
.footerContactBtn a { margin: 0; text-decoration: none; display: flex; align-items: center; justify-content: center; width: 270px; height: 51px;  background-color: transparent; border: 2px solid #fff; color: #fff; font-family: var(--brandFont1); font-size: 1rem; font-weight: 400; letter-spacing: .08em;}
.footerContactBtn a span.circleIcon { height: 25px; width: 25px; border-radius: 50%; background-color: #fff; margin-left: 12px; display: flex; align-items: center; justify-content: center;}
.footerContactBtn a span.circleIcon ion-icon { font-size: 1.2rem; color: var(--brandColor1); }
/* Footer */
.footer { font-family: var(--brandFont1); padding: 0; position: relative; width: 100%; color:#fff; background-color: #1C1C1C; z-index: 0; }
.footer .wrapper { display: flex; padding-top: 70px; max-width: 1540px; padding: 0 20px; width: 100%;  margin: 70px auto 0 auto; }
.footer .redBox .wrapper { margin-top: 0; }
.footer .footerLeft { width: 58%; }
.blackFooter {background-image: url(../../_images/footer-black-angle.svg); background-repeat: no-repeat; margin-top: 0; background-size:cover; padding-top: 70px; background-position: center; }
.blackFooter .wrapper {margin-top: 0;}
.footer .footersubHeader a { color: var(--white); }
/* Footer Address */
.footer .footerLogo { max-width: 200px; width: 100%; }
.footer .address { font-family: var(--brandFont2); font-size: 1rem; font-weight: 300; line-height: 1.7; letter-spacing: .05em; }
.footer .street { margin: 35px 0 2px 0; font-family: var(--brandFont2); font-size: 1rem; font-weight: 300; line-height: 1.7; letter-spacing: .05em;}
.footer .contactInfo a { color: #fff; margin: 0 16px 0 0; }
.footer .contactInfo a:hover { color: #fff; text-decoration: underline; }
/* Footer Social */
.footer .socialbar a { display: inline-block; width: 41px; height: 41px; margin-right: 18px; font-size: 1rem; color: #fff; text-align: center; border: 1px solid #646464; transition: all 0.5s ease-in-out; }
.footer .socialbar a:hover, .footer .socialbar a:focus { background-color: var(--brandColor1); }
.footer .socialbar a span { position: absolute; left: -999999px; }
.footer .socialbar a em { width: 100%; text-align: center; font-size: 1.4rem; padding-top: 9px;}
/* Footer Columns */
.footer .footerlinks { width: 28%; margin-top: 15px; }
.footer .footerlinks:last-child { width: 55%; }
.footer .footerlinks ul { list-style: none; columns: 2; -webkit-columns: 2; -moz-columns: 2; column-gap: 25px; padding: 0; margin: 0; }
.footer .footerlinks.oneColumn ul { list-style: none; columns: 1; -webkit-columns: 1; -moz-columns: 1; column-gap: 0; padding: 0; margin: 0; }
.footer .footerlinks ul li { display: block; font-weight: 300; line-height: 1.5; margin: 0 0 9px 0; padding: 0; }
.footer .footerlinks a { font-family: var(--brandFont1); font-weight: 300; font-size: 1rem; text-decoration: none; color: #fff; letter-spacing: .05em; }
.footer .footerlinks a:hover, .footer .footerRight a:focus { text-decoration: underline; }
.footer .subtitle { display: block; font-family: var(--brandFont1); font-weight: 500; font-style: italic; font-size: 1.3rem; color: #fff; letter-spacing: 0.03em; margin: 6px 0 30px 0; }
.footer .footerlinks a.linkUnderline {text-decoration: underline;}
/* Footer Subfooter */
.footer .subFooter { width: 100%; font-size: .85rem; font-weight: 400; padding-bottom: 40px; }
.footer .subFooter .wrapper { margin-top: 0;}
.footer .subFooter a { color: #fff; font-weight: 400; }
.footer .subFooter p { margin-bottom: 0; font-family: var(--brandFont2); font-size: .75rem; font-weight: 300; font-style: italic; color: var(--brandColor4);}
@media all and (max-width: 1500px) {
	/* Footer */
  .blackFooter { background-position-x: 35%;}
}
@media all and (max-width: 1200px) {
	/* Footer */
  .footer { background-image: none; background-color: #1C1C1C;}
	.footer .wrapper { flex-direction: column; }
  .footer .redBox .wrapper {flex-flow: row nowrap; }
	.footer .footerLeft { width: 100%; margin: 0 0 22px 0; }
  .blackFooter { background-image: none;}
	/* Footer Columns */
	.footer .footerlinks { width: 100%; padding-left: 0; }
	.footer .footerlinks:last-child { width: 100%; margin: 0; }
	.footer .subtitle { color: #fff; margin-top: 20px; }
	.footer .footerlinks ul { columns: 1; -webkit-columns: 1; -moz-columns: 1; column-gap: 0px; }
	.footer .footerlinks ul li { margin: 0 0 12px 0; }
	/* Footer Subfooter */
	.footer .subFooter .wrapper { margin-top: 28px; }
}
@media screen and (max-width: 960px) {
  /* Footer Red Box */
  .footer .redBox .wrapper {padding: 30px 25px; display: flex; flex-flow: column wrap; width: 100%;}
  .footerHeadings {flex-flow: column wrap; width: 100%; }
  .footerHeader { line-height: 1.3; margin-bottom: -5px; }
  .footersubHeader { width: 100%; margin-top: 10px; }
  .footerContactBtn { width: 100%; justify-content: flex-start; }
  .footerContactBtn a { width: 100%; max-width: 960px; }
  .footerContactBtn a { max-width: 960px; width: 100%; margin: 40px 0 10px 0; }
}