@font-face {
  font-family: GiorgioSansWeb;
  src: url('../font/GiorgioSans/GiorgioSans-Regular-Web.eot');
  src: url('../font/GiorgioSans/GiorgioSans-Regular-Web.eot?#iefix') format('embedded-opent ype'),
    url('../font/GiorgioSans/GiorgioSans-Regular-Web.woff2') format('woff2'),
    url('../font/GiorgioSans/GiorgioSans-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: GiorgioSansLight;
  src: url('../font/GiorgioSans-Light-Web.eot');
  src: url('../font/GiorgioSans-Light-Web.eot?#iefix') format('embedded-opentype'), 
  url('../font/GiorgioSans-Light-Web.woff') format('woff'),
  url('../font/GiorgioSans-Light-Web.woff2') format('woff2');
}

@font-face {
font-family: UnitRoundedLight;
src: url('../font/UnitRoundedPro/UnitRoundedW01-Light.eot');
src: url('newSWE/../font/UnitRoundedPro/UnitRoundedW01-Light.eot?#iefix') format('embedded-opentype'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Light.woff2') format('woff2'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Light.woff') format('woff'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Light.ttf') format('truetype'); 
}

@font-face {
font-family: UnitRoundedMedium;
src: url('../font/UnitRoundedPro/UnitRoundedW05-Medium.eot?#iefix');
src: url('../font/UnitRoundedPro/UnitRoundedW05-Medium.eot?#iefix') format('embedded-opentype'), 
url('../font/UnitRoundedPro/UnitRoundedW05-Medium.woff2') format('woff2'), 
url('../font/UnitRoundedPro/UnitRoundedW05-Medium.woff') format('woff'), 
url('../font/UnitRoundedPro/UnitRoundedW05-Medium.ttf') format('truetype'); 
}

@font-face {
font-family: UnitRoundedRegular;
src: url('../font/UnitRoundedPro/UnitRoundedW01-Regular.eot?#iefix');
src: url('../font/UnitRoundedPro/UnitRoundedW01-Regular.eot?#iefix') format('embedded-opentype'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Regular.woff2') format('woff2'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Regular.woff') format('woff'), 
url('../font/UnitRoundedPro/UnitRoundedW01-Regular.ttf') format('truetype'); 
}

html {
  background-color: #333;
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  background-color: #f6f4f2;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.header, .footer {
  flex-shrink: 0;
}

.main {
  background-color: #f6f4f2;
  flex: 1 0 auto;
}

/* .container {
  width: 60%;
} */

.navbar {
  padding: 0px;
  background-color: #eee;
  height: 50px;
}

.nav-tabs .nav-link.active {
  border-color: #fff;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 50px;
  font-family: UnitRoundedMedium;
  padding: .5rem 1rem;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.nav-item a {
  color: rgba(0,0,0,.5);
  font-weight: bold;
}

.nav-item a:hover {
  text-decoration: underline;
}

.brandCol {
  background-color: white;
}
.headerContent {
  position: relative;
  height: 94px;
  text-align: center;
}
.homeIcon {
  position: absolute;
  left: 0;
}
.homeLogo {
  background: url(/resources/images/SW_Logo_RGB.svg);
  height: 94px;
  width: 210px;
  background-size: 210px 94px;
}
.contactNav {
  position: absolute;
  display: block;
  width: 100px;
  height: 94px;
  right: 0;
}
.contactNav a {
  display: block;
  text-decoration: none;
  font-family: UnitRoundedRegular,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #5b5b5b;
  height: 100%;
  width: 100%;
  padding-top: 24px;
}
.contactNav a:hover {
  text-decoration: underline;
}
.envelope {
  background: url(/resources/Display_Icons/24px/Envelope.svg);
  height: 24px;
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
}

.headerBottom {
  background-color: #d73e42;
  color: #fff;
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.headerBottom span {
  display: inline-block;
  vertical-align: middle;
  line-height: 200px;
}
.main .headerBottom .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main .headerBottom h1 {
  font-size: 66px;
  font-family: GiorgioSansWeb,Arial,sans-serif;
  letter-spacing: 3px;
  line-height: 60px;
  font-weight: normal;
  text-transform: uppercase;
}

.main .headerBottom h2 {
  font-family: UnitRoundedRegular,Arial,sans-serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: normal;
}

/* Main content */
/* .row width for IE*/
.row {
  width: 100%;
}

.main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main {
  font-family: UnitRoundedLight,Arial,sans-serif;
  font-size: 21px;
}

.main p, .main ul {
  margin-right: 25%;
}

.main h1 {
  font-size: 21px;
  font-family: UnitRoundedRegular,Arial,sans-serif;
}

.main h2 {
  font-size: 18px;
  font-family: UnitRoundedLight,Arial,sans-serif;
  font-weight: 700;
}

.main .subcontent,  .subcontent p, .subcontent li {
  font-size: 16px;
  font-family: UnitRoundedLight,Arial,sans-serif;
}

.main .header {
  font-weight: bold;
  /* padding-bottom: 10px; */
}
.main a {
  border-bottom: 1px solid #8a8a8a;
  color: #d73e42;
  font-family: UnitRoundedLight,Arial,sans-serif;
  font-weight: bold;
}

.main a:hover {
  border-bottom: 1px solid #d73e42;
  text-decoration: none;
}

.main .h4 {
  display: inline-block;
  font-family: UnitRoundedMedium,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 18px;
  text-transform: uppercase;
}

.main .linksList {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

.main .linksList li {
  margin-bottom: 5px;
}

.main .card {
  border: none;
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.main .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 34px;
  padding-left: 24px
}

.mh210 {
  min-height: 210px;
}

.mb30 {
  margin-bottom: 30px!important;
}

p.card-text {
  margin-right: 0px;
}

table.generic thead th {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  text-transform: uppercase;
  font-family: UnitRoundedMedium;
  background-color: rgb(222, 220, 217);
}

table.generic td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dedcd9;
  background-color: #f7f5f2;
}

table.generic p {
  width: 90%;
}

table.generic .capCol {
  width: 110px;
}

/* Footer styles */
.footer-top {
  background-color: #2d2d2d;
  width: 100%;
  height: 95px;
  line-height: 95px; 

  display: inline-block;
  position: relative;
}

.footer-top span {
  display: inline-block;
  vertical-align: middle;
  line-height: 95px;
}

.footer-top a {
  font-size: 16px;
  text-decoration: none;
  font-family: UnitRoundedLight, Arial, sans-serif;
  color: #c0c0c0;
  font-weight: 400;
}

.footer-top a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-middle {
  background: #333;
  font-family: UnitRoundedLight, Arial, sans-serif;
  padding: 20px 0 20px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  color: #d6d6d6;
  font-family: UnitRoundedRegular,Arial,sans-serif;
  font-size: .875em;
  min-height: 225px;
}

.footer-middle .h4 {
  color: #fff!important;
  display: inline-block;
  margin-top: 40px;
  font-family: UnitRoundedMedium,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-middle a {
  font-family: UnitRoundedLight,Arial,sans-serif;
  border: none;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 2;
}

.footer-bottom-links a {
  font-family: UnitRoundedRegular,Arial,sans-serif;
  font-weight: normal;
  border: none;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 21px;
}

.footer-middle ul {
  padding: 0px;
} 

.footer-middle li {
  list-style: none;
}


.footer-bottom-links {
  background-color: #2d2d2d;
  min-height: 75px;
}

.footer-bottom-links .horizontal-list li {
  padding-right: 21px;
  padding-top: 25px;
}

.keyline {
  margin-bottom: 15px;
  padding: 0 0 15px;
  position: relative;
}

.keyline:after {
  background: #d73e42;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}

.contactusacc {
  padding-bottom: 25px;
  /* width: 60%; */
  min-width: 310px;
}

.contactusacc .btn-link {
  color: #333;
  /* text-decoration: underline; */
  padding: 0;
  font-size: 18px;
}
.contactusacc .btn-link:hover, .contactusacc .btn-link.hover,
.contactusacc .btn-link.focus, .contactusacc .btn-link:focus {
  text-decoration: none;
}

.flex {
  display: flex;
}

.acc-click-area {
  height: 60px;
  cursor: pointer;
  padding-left: 25px;
  padding-top: 18px;
  font-family: UnitRoundedRegular,Arial,sans-serif;;
  font-size: 18px;
}

.accIcon {
  padding-top: 5px;
  margin-left: auto;
  color: #d73e42;
}
/* styles for cookies popup */
.cookies-layer-show {
  position: fixed;
  width: 300px;
  top: 10vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: UnitRoundedLight,Arial,sans-serif;
}
.cookies-layer-hidden {
  display: none;
}
.cookies-popup {
  position: relative;
  background-color: white;
  color: #333;
  border: 1px solid #eee;
  text-align: left;
  width: 100%;
}
.cookies-info {
  margin: 24px;
}
.cookies-info h1 {
  font-size: 18px;
  font-family: UnitRoundedLight,Arial,sans-serif;
  font-weight: 700;
}
.cookies-info p {
  font-size: 16px;
}
.cookies-info:focus {
  outline: 1px solid transparent;
}
.cookies-acknowledge {
  background-color: white;
  text-align: center;
  margin-bottom: 24px;
  margin-left: 24px;
}
.cookies-acknowledge a {
  display: block;
  background-color: #d73e42;
  color: white;
  font-family: UnitRoundedMedium,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  height: 60px;
  width: 170px;
  line-height: 60px;
}
.cookies-acknowledge a:hover {
  /* background-color: #912227; */
  text-decoration: underline;
}
.cookies-acknowledge .horizontal-list {
  float: unset;
}

.col-lg-8 {
  padding-bottom: 30px!important;
}

/* Styles for Data protection page */

#privacynotepage p, #privacynotepage ul { margin-right : 0%;}
.tabletdstyles{
	padding: 1em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #dedcd9;
	background-color: #f7f5f2;
}

.accordtion-section-title {margin :20px 0; font-weight:bold;}

@media screen and (max-width: 650px) {
  .cookies-layer-show {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    margin-left: unset;
    margin-right: unset;
  }

  .container {
    width: 100%;
  }

  .main .card-body {
    padding: 18px;
  }

  .overflowTable {
    overflow-x: auto;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .col-lg-8, .col-lg-4, .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main .headerBottom h1 {
    font-size: 48px;
    font-family: GiorgioSansWeb,Arial,sans-serif;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 42px;
    letter-spacing: 2.2;
  }

  .contactNav {
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
  }

  .main p, .main ul {
    margin-right: 0px;
  }

  .contactusacc {
    padding-bottom: 25px;
    width: 100%;
    min-width: 100%;
  }

  .acc-click-area {
    padding-top: 6px;
    padding-left: 10px;
    height: 100%;
  }
  .accIcon {
    padding-left: 5px;
  }
  .contactusacc .btn-link {
    white-space: normal;
    text-align: left;
  }

  table.generic .capCol {
    width: 80px;
  }

  table.generic ul {
    padding-inline-start: 20px;
  }

  .caption, .caption p {
    font-size: 12px;
  }

  .footer-middle .h4 {
    margin-top: 0px;
    padding-top: 8px;
  }

  .keyline {
    margin-bottom: 0px;
  }

  .footer-top {
    height: 50px;
    line-height: 50px;
  }

  .footer-top span {
    line-height: 50px;
  }

  .footer-bottom-links .horizontal-list li {
    padding-right: 21px;
    padding-top: 8px;
  }

  .horizontal-list {
    margin-bottom: 10px;
  }

  .mb-2 {
    margin-bottom: 15px!important;
  }
}

@media screen and (min-width: 651px) and (max-width: 768px) {
  /* .container {
    width: 700px;
  } */
  .main .headerBottom h1 {
    font-size: 48px;
    font-family: GiorgioSansWeb,Arial,sans-serif;
    letter-spacing: 2.2px;
    line-height: 42px;
  }

  .mb-2 {
    margin-bottom: 15px!important;
  }

  .card-deck .card {
    margin-bottom: 15px;
  }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}