/*!
 * NZTE - NZTE SXA FrontEnd Theme : DT AK
 * Compile Date: Tue Oct 23 2018 12:53:14 GMT+1300 (NZDT)
 * @version v3.0.5
 * @license 
 */
/* Basic Styles
--------------------------------*/
/*------------------------------------*\
    VENDOR IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    CUSTOM IMPORTS
\*------------------------------------*/
/*
  list of fontsizes defined as:
  (
    [ min mobile zone font size | px ],
    [ max mobile zone font size (optional) | px ],
    [ min tablet zone font size (optional) only valid if max mobile zone is defined | px ],
    [ max tablet zone font size (optional only valid if min tablet zone is defined) | px ], 
    [ max desktop zone font size | px ]
  )
  */
/**
 * unclassed HTML elements, H tags, lists, blockquotes
 */
/*@font-face {
  font-family: "icon";
  
  src: url('../fonts/icon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.c-icon:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.c-icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.c-icon-2x { font-size: 2em; }
.c-icon-3x { font-size: 3em; }
.c-icon-4x { font-size: 4em; }
.c-icon-5x { font-size: 5em; }
.c-icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}*/
.c-icon--menu:before {
  content: "\EA01";
}

.c-icon--arrow:before {
  content: "\EA02";
}

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

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

.c-icon--download:before {
  content: "\EA05";
}

.c-icon--chevron_left:before {
  content: "\EA06";
}

.c-icon--chevron_right:before {
  content: "\EA07";
}

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

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

.c-icon--burger:before {
  content: "\EA0A";
}

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

.c-icon--vcard:before {
  content: "\EA0C";
}

.c-icon--chevron_down:before {
  content: "\EA0D";
}

.c-icon--chevron-tight_down:before {
  content: "\EA0E";
}

.c-icon--carousel-chevron-right:before {
  content: "\EA0F";
}

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

.c-icon--arrows:before {
  content: "\EA11";
}

.c-icon--chevron-thick:before {
  content: "\EA12";
}

body {
  overflow-x: hidden;
}

html, body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.text-link-chevron a::After {
  content: "\f054";
  font-family: FontAwesome;
  float: right;
}

.text-link a::After {
  /* float: right; */
}

.event-list ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.navigation.navigation-mobile .rel-level1.active {
  background: none;
}

.navigation ul {
  background-color: black !important;
  color: white;
}

.navigation a:Link, .navigation a:Focus, .navigation a:Hover, .navigation a:Active, .navigation a:Visited {
  color: white;
}

.navigation ul > li {
  background-color: black !important;
  color: white;
}

.navigation .rel-level1 {
  background-color: black;
}

* {
  box-sizing: border-box;
}

.component {
  margin-top: 0px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.img > img {
  width: 100%;
}

.u-natural-width {
  width: auto;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Knockout';
  src: url("../fonts/knockout/Knockout-48.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px !important;
}

body {
  font-size: 16px !important;
}

#content h1, #content .h1, #footer h1, #footer .h1, #header h1, #header .h1, .popup h1, .popup .h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.u-theme-bbd #content h1, .u-theme-bbd #content .h1, .u-theme-bbd #footer h1, .u-theme-bbd #footer .h1, .u-theme-bbd #header h1, .u-theme-bbd #header .h1, .u-theme-bbd .popup h1, .u-theme-bbd .popup .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h1, .u-theme-expo #content .h1, .u-theme-expo #footer h1, .u-theme-expo #footer .h1, .u-theme-expo #header h1, .u-theme-expo #header .h1, .u-theme-expo .popup h1, .u-theme-expo .popup .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #header h2, #header h3, #header h4, #header h5, #header h6, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.u-theme-bbd #content h2, .u-theme-bbd #content h3, .u-theme-bbd #content h4, .u-theme-bbd #content h5, .u-theme-bbd #content h6, .u-theme-bbd #footer h2, .u-theme-bbd #footer h3, .u-theme-bbd #footer h4, .u-theme-bbd #footer h5, .u-theme-bbd #footer h6, .u-theme-bbd #header h2, .u-theme-bbd #header h3, .u-theme-bbd #header h4, .u-theme-bbd #header h5, .u-theme-bbd #header h6, .u-theme-bbd .popup h2, .u-theme-bbd .popup h3, .u-theme-bbd .popup h4, .u-theme-bbd .popup h5, .u-theme-bbd .popup h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h2, .u-theme-expo #content h3, .u-theme-expo #content h4, .u-theme-expo #content h5, .u-theme-expo #content h6, .u-theme-expo #footer h2, .u-theme-expo #footer h3, .u-theme-expo #footer h4, .u-theme-expo #footer h5, .u-theme-expo #footer h6, .u-theme-expo #header h2, .u-theme-expo #header h3, .u-theme-expo #header h4, .u-theme-expo #header h5, .u-theme-expo #header h6, .u-theme-expo .popup h2, .u-theme-expo .popup h3, .u-theme-expo .popup h4, .u-theme-expo .popup h5, .u-theme-expo .popup h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .content p, #content .rich-text p, #footer .content p, #footer .rich-text p, #header .content p, #header .rich-text p, .popup .content p, .popup .rich-text p {
  padding-top: 0;
  padding-bottom: 0;
}

#content .rich-text table.event-detail-table, #footer .rich-text table.event-detail-table, #header .rich-text table.event-detail-table, .popup .rich-text table.event-detail-table {
  border: none;
}

#content .rich-text table.event-detail-table td, #footer .rich-text table.event-detail-table td, #header .rich-text table.event-detail-table td, .popup .rich-text table.event-detail-table td {
  border: none;
  vertical-align: top;
}

#content .p1 > p, #content .p1, #footer .p1 > p, #footer .p1, #header .p1 > p, #header .p1, .popup .p1 > p, .popup .p1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
}

.u-theme-bbd #content .p1 > p, .u-theme-bbd #content .p1, .u-theme-bbd #footer .p1 > p, .u-theme-bbd #footer .p1, .u-theme-bbd #header .p1 > p, .u-theme-bbd #header .p1, .u-theme-bbd .popup .p1 > p, .u-theme-bbd .popup .p1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p1 > p, .u-theme-expo #content .p1, .u-theme-expo #footer .p1 > p, .u-theme-expo #footer .p1, .u-theme-expo #header .p1 > p, .u-theme-expo #header .p1, .u-theme-expo .popup .p1 > p, .u-theme-expo .popup .p1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .p1 > p a:not(.fa), #content .p1 a:not(.fa), #footer .p1 > p a:not(.fa), #footer .p1 a:not(.fa), #header .p1 > p a:not(.fa), #header .p1 a:not(.fa), .popup .p1 > p a:not(.fa), .popup .p1 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
}

.u-theme-bbd #content .p1 > p a:not(.fa), .u-theme-bbd #content .p1 a:not(.fa), .u-theme-bbd #footer .p1 > p a:not(.fa), .u-theme-bbd #footer .p1 a:not(.fa), .u-theme-bbd #header .p1 > p a:not(.fa), .u-theme-bbd #header .p1 a:not(.fa), .u-theme-bbd .popup .p1 > p a:not(.fa), .u-theme-bbd .popup .p1 a:not(.fa) {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p1 > p a:not(.fa), .u-theme-expo #content .p1 a:not(.fa), .u-theme-expo #footer .p1 > p a:not(.fa), .u-theme-expo #footer .p1 a:not(.fa), .u-theme-expo #header .p1 > p a:not(.fa), .u-theme-expo #header .p1 a:not(.fa), .u-theme-expo .popup .p1 > p a:not(.fa), .u-theme-expo .popup .p1 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .p2 > p, #content .p2, #content p, #content h6, #footer .p2 > p, #footer .p2, #footer p, #footer h6, #header .p2 > p, #header .p2, #header p, #header h6, .popup .p2 > p, .popup .p2, .popup p, .popup h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 0 !important;
}

.u-theme-bbd #content .p2 > p, .u-theme-bbd #content .p2, .u-theme-bbd #content p, .u-theme-bbd #content h6, .u-theme-bbd #footer .p2 > p, .u-theme-bbd #footer .p2, .u-theme-bbd #footer p, .u-theme-bbd #footer h6, .u-theme-bbd #header .p2 > p, .u-theme-bbd #header .p2, .u-theme-bbd #header p, .u-theme-bbd #header h6, .u-theme-bbd .popup .p2 > p, .u-theme-bbd .popup .p2, .u-theme-bbd .popup p, .u-theme-bbd .popup h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p2 > p, .u-theme-expo #content .p2, .u-theme-expo #content p, .u-theme-expo #content h6, .u-theme-expo #footer .p2 > p, .u-theme-expo #footer .p2, .u-theme-expo #footer p, .u-theme-expo #footer h6, .u-theme-expo #header .p2 > p, .u-theme-expo #header .p2, .u-theme-expo #header p, .u-theme-expo #header h6, .u-theme-expo .popup .p2 > p, .u-theme-expo .popup .p2, .u-theme-expo .popup p, .u-theme-expo .popup h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .p2 > p a:not(.fa), #content .p2 a:not(.fa), #content p a:not(.fa), #content h6 a:not(.fa), #footer .p2 > p a:not(.fa), #footer .p2 a:not(.fa), #footer p a:not(.fa), #footer h6 a:not(.fa), #header .p2 > p a:not(.fa), #header .p2 a:not(.fa), #header p a:not(.fa), #header h6 a:not(.fa), .popup .p2 > p a:not(.fa), .popup .p2 a:not(.fa), .popup p a:not(.fa), .popup h6 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .p2 > p a:not(.fa), .u-theme-bbd #content .p2 a:not(.fa), .u-theme-bbd #content p a:not(.fa), .u-theme-bbd #content h6 a:not(.fa), .u-theme-bbd #footer .p2 > p a:not(.fa), .u-theme-bbd #footer .p2 a:not(.fa), .u-theme-bbd #footer p a:not(.fa), .u-theme-bbd #footer h6 a:not(.fa), .u-theme-bbd #header .p2 > p a:not(.fa), .u-theme-bbd #header .p2 a:not(.fa), .u-theme-bbd #header p a:not(.fa), .u-theme-bbd #header h6 a:not(.fa), .u-theme-bbd .popup .p2 > p a:not(.fa), .u-theme-bbd .popup .p2 a:not(.fa), .u-theme-bbd .popup p a:not(.fa), .u-theme-bbd .popup h6 a:not(.fa) {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p2 > p a:not(.fa), .u-theme-expo #content .p2 a:not(.fa), .u-theme-expo #content p a:not(.fa), .u-theme-expo #content h6 a:not(.fa), .u-theme-expo #footer .p2 > p a:not(.fa), .u-theme-expo #footer .p2 a:not(.fa), .u-theme-expo #footer p a:not(.fa), .u-theme-expo #footer h6 a:not(.fa), .u-theme-expo #header .p2 > p a:not(.fa), .u-theme-expo #header .p2 a:not(.fa), .u-theme-expo #header p a:not(.fa), .u-theme-expo #header h6 a:not(.fa), .u-theme-expo .popup .p2 > p a:not(.fa), .u-theme-expo .popup .p2 a:not(.fa), .u-theme-expo .popup p a:not(.fa), .u-theme-expo .popup h6 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .p3 > p, #content .p3, #footer .p3 > p, #footer .p3, #header .p3 > p, #header .p3, .popup .p3 > p, .popup .p3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .p3 > p, .u-theme-bbd #content .p3, .u-theme-bbd #footer .p3 > p, .u-theme-bbd #footer .p3, .u-theme-bbd #header .p3 > p, .u-theme-bbd #header .p3, .u-theme-bbd .popup .p3 > p, .u-theme-bbd .popup .p3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p3 > p, .u-theme-expo #content .p3, .u-theme-expo #footer .p3 > p, .u-theme-expo #footer .p3, .u-theme-expo #header .p3 > p, .u-theme-expo #header .p3, .u-theme-expo .popup .p3 > p, .u-theme-expo .popup .p3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .p3 > p a:not(.fa), #content .p3 a:not(.fa), #footer .p3 > p a:not(.fa), #footer .p3 a:not(.fa), #header .p3 > p a:not(.fa), #header .p3 a:not(.fa), .popup .p3 > p a:not(.fa), .popup .p3 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .p3 > p a:not(.fa), .u-theme-bbd #content .p3 a:not(.fa), .u-theme-bbd #footer .p3 > p a:not(.fa), .u-theme-bbd #footer .p3 a:not(.fa), .u-theme-bbd #header .p3 > p a:not(.fa), .u-theme-bbd #header .p3 a:not(.fa), .u-theme-bbd .popup .p3 > p a:not(.fa), .u-theme-bbd .popup .p3 a:not(.fa) {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .p3 > p a:not(.fa), .u-theme-expo #content .p3 a:not(.fa), .u-theme-expo #footer .p3 > p a:not(.fa), .u-theme-expo #footer .p3 a:not(.fa), .u-theme-expo #header .p3 > p a:not(.fa), .u-theme-expo #header .p3 a:not(.fa), .u-theme-expo .popup .p3 > p a:not(.fa), .u-theme-expo .popup .p3 a:not(.fa) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content h1, #content .h1, #footer h1, #footer .h1, #header h1, #header .h1, .popup h1, .popup .h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 64px;
}

.u-theme-bbd #content h1, .u-theme-bbd #content .h1, .u-theme-bbd #footer h1, .u-theme-bbd #footer .h1, .u-theme-bbd #header h1, .u-theme-bbd #header .h1, .u-theme-bbd .popup h1, .u-theme-bbd .popup .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h1, .u-theme-expo #content .h1, .u-theme-expo #footer h1, .u-theme-expo #footer .h1, .u-theme-expo #header h1, .u-theme-expo #header .h1, .u-theme-expo .popup h1, .u-theme-expo .popup .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-g2g #content h1, .u-theme-g2g #content .h1, .u-theme-g2g #footer h1, .u-theme-g2g #footer .h1, .u-theme-g2g #header h1, .u-theme-g2g #header .h1, .u-theme-g2g .popup h1, .u-theme-g2g .popup .h1 {
  font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.u-theme-expo #content h1, .u-theme-expo #content .h1, .u-theme-expo #footer h1, .u-theme-expo #footer .h1, .u-theme-expo #header h1, .u-theme-expo #header .h1, .u-theme-expo .popup h1, .u-theme-expo .popup .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 53px;
  letter-spacing: -2.2px;
}

#content h2, #footer h2, #header h2, .popup h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}

.u-theme-bbd #content h2, .u-theme-bbd #footer h2, .u-theme-bbd #header h2, .u-theme-bbd .popup h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h2, .u-theme-expo #footer h2, .u-theme-expo #header h2, .u-theme-expo .popup h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content h2, .u-theme-expo #footer h2, .u-theme-expo #header h2, .u-theme-expo .popup h2 {
  font-weight: 500 !important;
  letter-spacing: -2.9px;
}

#content h3, #footer h3, #header h3, .popup h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}

.u-theme-bbd #content h3, .u-theme-bbd #footer h3, .u-theme-bbd #header h3, .u-theme-bbd .popup h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h3, .u-theme-expo #footer h3, .u-theme-expo #header h3, .u-theme-expo .popup h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content h3, .u-theme-expo #footer h3, .u-theme-expo #header h3, .u-theme-expo .popup h3 {
  font-weight: 500 !important;
  letter-spacing: -1.4px;
}

#content h4, #footer h4, #header h4, .popup h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
}

.u-theme-bbd #content h4, .u-theme-bbd #footer h4, .u-theme-bbd #header h4, .u-theme-bbd .popup h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h4, .u-theme-expo #footer h4, .u-theme-expo #header h4, .u-theme-expo .popup h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content h4, .u-theme-expo #footer h4, .u-theme-expo #header h4, .u-theme-expo .popup h4 {
  font-weight: 500 !important;
  letter-spacing: -1.25px;
}

#content h5, #content h6, #footer h5, #footer h6, #header h5, #header h6, .popup h5, .popup h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content h5, .u-theme-bbd #content h6, .u-theme-bbd #footer h5, .u-theme-bbd #footer h6, .u-theme-bbd #header h5, .u-theme-bbd #header h6, .u-theme-bbd .popup h5, .u-theme-bbd .popup h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content h5, .u-theme-expo #content h6, .u-theme-expo #footer h5, .u-theme-expo #footer h6, .u-theme-expo #header h5, .u-theme-expo #header h6, .u-theme-expo .popup h5, .u-theme-expo .popup h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content h5, .u-theme-expo #content h6, .u-theme-expo #footer h5, .u-theme-expo #footer h6, .u-theme-expo #header h5, .u-theme-expo #header h6, .u-theme-expo .popup h5, .u-theme-expo .popup h6 {
  font-weight: 500 !important;
}

#content a:not(.fa):not(.hash-anchor), #footer a:not(.fa):not(.hash-anchor), #header a:not(.fa):not(.hash-anchor), .popup a:not(.fa):not(.hash-anchor) {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content a:not(.fa):not(.hash-anchor), .u-theme-bbd #footer a:not(.fa):not(.hash-anchor), .u-theme-bbd #header a:not(.fa):not(.hash-anchor), .u-theme-bbd .popup a:not(.fa):not(.hash-anchor) {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content a:not(.fa):not(.hash-anchor), .u-theme-expo #footer a:not(.fa):not(.hash-anchor), .u-theme-expo #header a:not(.fa):not(.hash-anchor), .u-theme-expo .popup a:not(.fa):not(.hash-anchor) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content table, #content th, #content td, #footer table, #footer th, #footer td, #header table, #header th, #header td, .popup table, .popup th, .popup td {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}

.u-theme-bbd #content table, .u-theme-bbd #content th, .u-theme-bbd #content td, .u-theme-bbd #footer table, .u-theme-bbd #footer th, .u-theme-bbd #footer td, .u-theme-bbd #header table, .u-theme-bbd #header th, .u-theme-bbd #header td, .u-theme-bbd .popup table, .u-theme-bbd .popup th, .u-theme-bbd .popup td {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content table, .u-theme-expo #content th, .u-theme-expo #content td, .u-theme-expo #footer table, .u-theme-expo #footer th, .u-theme-expo #footer td, .u-theme-expo #header table, .u-theme-expo #header th, .u-theme-expo #header td, .u-theme-expo .popup table, .u-theme-expo .popup th, .u-theme-expo .popup td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content {
  padding-bottom: 69px;
  width: 100%;
  max-width: 1200px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  /*.content
    {
        padding-top: 65px;
        padding-bottom: 100px;
    }*/
}

#content h1 > a, #content h2 > a, #content h3 > a, #content h4 > a, #content .h1 > a, #content .h2 > a, #content .h3 > a, #content .h4 > a, #content .p1 > a, #content .p2 > a, #content .p3 > a, #content p > a {
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media only screen and (max-width: 1023px) {
  #content {
    z-index: 12;
  }
}

.u-theme-bbd #content {
  padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .u-theme-bbd #content {
    padding-top: 60px;
  }
}

#content > .row > .grid-12 > .row {
  margin-bottom: 38px;
  padding-left: 30px;
  padding-right: 30px;
}

#content a {
  color: #d82949;
  text-decoration: none;
}

.u-theme-expo #content a {
  color: #358371;
  text-decoration: none;
}

.u-theme-expo #content a:hover {
  color: #286053;
}

.u-theme-g2g #content a {
  color: #DA1F3C;
}

.u-theme-sea #content a {
  color: #1c8dcd;
}

#content a:hover {
  text-decoration: underline;
}

#content p {
  margin-bottom: 24px;
  color: #3e3e3e;
}

#content p:last-child {
  margin-bottom: 0 !important;
}

#content h4 {
  padding-top: 24px;
  margin-bottom: 30px;
}

#content .content-hr {
  margin-bottom: 0;
}

#content .content-hr.detail-hr {
  margin-top: 50px;
}

#content .content-hr hr {
  border-top: #000 1px solid;
  margin: 0;
}

#content .block-quote {
  display: block;
  border-left: 2px solid #3e3e3e;
  padding-left: 22px;
  margin-top: 56px;
  margin-bottom: 58px;
  font-family: "Roboto Medium";
  font-size: 21px;
  color: #3e3e3e;
  display: block;
}

#content strong,
#content h6,
#content .search-term {
  font-weight: bold;
}

#content .article-header img,
#content .profile-header img {
  margin-bottom: 0px !important;
  margin-top: 52px !important;
}

@media only screen and (max-width: 768px) {
  #content .field-content img {
    width: 100% !important;
    height: auto !important;
  }
}

#content .article-header {
  padding-top: 100px;
  padding-bottom: 0 !important;
}

#content .article-header img {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 8.51064% !important;
  margin-right: 8.51064% !important;
  width: 82.97872%;
}

@media (max-width: 768px) {
  #content .article-header img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .article-header h1,
#content .article-header h2,
#content .article-header h3,
#content .article-header h4,
#content .article-header h5,
#content .article-header h6,
#content .article-header ul,
#content .article-header ol {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
}

@media (max-width: 768px) {
  #content .article-header h1,
  #content .article-header h2,
  #content .article-header h3,
  #content .article-header h4,
  #content .article-header h5,
  #content .article-header h6,
  #content .article-header ul,
  #content .article-header ol {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .article-header .field-promotext2 {
  display: block;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #3e3e3e;
  margin-top: 38px;
}

@media (max-width: 768px) {
  #content .article-header .field-promotext2 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-theme-bbd #content .article-header .field-promotext2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .article-header .field-promotext2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .container {
  padding-left: 0;
  padding-right: 0;
}

.u-theme-expo #content .bg-blue {
  background-color: #D8EAF6 !important;
}

.u-theme-expo #content .bg-blue .feature-heading:after {
  color: #358371;
}

.u-theme-expo #content .bg-blue a {
  color: #358371;
}

#content .bg-grey {
  background-color: #e9ebed !important;
}

.u-theme-expo #content .bg-grey {
  background-color: #E6E7E8 !important;
}

.u-theme-expo #content .bg-grey .feature-heading:after {
  color: #358371;
}

.u-theme-expo #content .bg-grey a {
  color: #358371;
}

.u-theme-expo #content .bg-grey a:hover {
  color: #286053;
}

.u-theme-g2g #content .bg-grey {
  background-color: #dadada !important;
}

.u-theme-g2g #content .bg-grey .feature-heading:after {
  color: #DA1F3C;
}

.u-theme-g2g #content .bg-grey a {
  color: #DA1F3C;
}

.u-theme-sea #content .bg-grey {
  background-color: #e0e3e8 !important;
}

.u-theme-sea #content .bg-grey .feature-heading:after {
  color: #1c8dcd;
}

.u-theme-sea #content .bg-grey a {
  color: #1c8dcd;
}

#content .bg-yellow {
  background-color: #fcee21 !important;
}

#content .bg-yellow .feature-heading:after {
  color: #7b7b7b;
}

#content .bg-yellow a {
  color: #7b7b7b;
}

#content .bg-yellow p {
  color: #000;
}

#content .feature-heading {
  width: 100%;
  display: block;
  margin-top: 68px;
  margin-bottom: 40px;
}

#content .feature-heading:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  color: #d82949;
  display: inline-block;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 17.02128% !important;
  margin-right: 17.02128% !important;
  width: 65.95745%;
  font-size: 22px;
}

.u-theme-g2g #content .feature-heading:after {
  color: #DA1F3C !important;
}

.u-theme-sea #content .feature-heading:after {
  color: #1c8dcd !important;
}

@media (max-width: 768px) {
  #content .feature-heading:after {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #content .feature-heading:after {
    padding-left: 5%;
  }
}

.u-theme-expo #content .feature-heading:after {
  content: none;
}

#content .feature-link {
  position: relative;
}

.u-theme-expo #content .feature-link::after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA11";
  -webkit-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  transform-origin: 100% center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 5px;
  font-size: 28px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .u-theme-expo #content .feature-link::after {
    left: calc(5% + 5px);
  }
}

#content .field-promotext,
#content .field-content {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #3e3e3e;
}

.u-theme-bbd #content .field-promotext, .u-theme-bbd
#content .field-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .field-promotext, .u-theme-expo
#content .field-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .margin-bottom-none {
  margin-bottom: 0;
}

#content .margin-bottom-small {
  margin-bottom: 19px;
}

#content .margin-bottom {
  margin-bottom: 38px;
}

#content .margin-bottom-large {
  margin-bottom: 68px;
}

#content .margin-bottom-extra-large {
  margin-bottom: 154px;
}

#content .list-heading {
  color: #000;
  width: 100%;
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .list-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .list-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .article-content h1,
#content .toggle-content h1,
#content .rich-text h1,
#content .profile-header__copy h1 {
  margin-bottom: 24px;
}

#content .article-content h2,
#content .toggle-content h2,
#content .rich-text h2,
#content .profile-header__copy h2 {
  margin-bottom: 24px;
}

#content .article-content h3,
#content .toggle-content h3,
#content .rich-text h3,
#content .profile-header__copy h3 {
  margin-bottom: 24px;
}

#content .article-content h4,
#content .toggle-content h4,
#content .rich-text h4,
#content .profile-header__copy h4 {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

#content .article-content ol,
#content .article-content ul:not(.tabs-heading),
#content .toggle-content ol,
#content .toggle-content ul:not(.tabs-heading),
#content .rich-text ol,
#content .rich-text ul:not(.tabs-heading),
#content .profile-header__copy ol,
#content .profile-header__copy ul:not(.tabs-heading) {
  margin-left: 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .article-content ol, .u-theme-bbd
#content .article-content ul:not(.tabs-heading), .u-theme-bbd
#content .toggle-content ol, .u-theme-bbd
#content .toggle-content ul:not(.tabs-heading), .u-theme-bbd
#content .rich-text ol, .u-theme-bbd
#content .rich-text ul:not(.tabs-heading), .u-theme-bbd
#content .profile-header__copy ol, .u-theme-bbd
#content .profile-header__copy ul:not(.tabs-heading) {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .article-content ol, .u-theme-expo
#content .article-content ul:not(.tabs-heading), .u-theme-expo
#content .toggle-content ol, .u-theme-expo
#content .toggle-content ul:not(.tabs-heading), .u-theme-expo
#content .rich-text ol, .u-theme-expo
#content .rich-text ul:not(.tabs-heading), .u-theme-expo
#content .profile-header__copy ol, .u-theme-expo
#content .profile-header__copy ul:not(.tabs-heading) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .article-content li,
#content .toggle-content li,
#content .rich-text li,
#content .profile-header__copy li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  list-style-position: outside;
  list-style: disc;
}

.u-theme-bbd #content .article-content li, .u-theme-bbd
#content .toggle-content li, .u-theme-bbd
#content .rich-text li, .u-theme-bbd
#content .profile-header__copy li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .article-content li, .u-theme-expo
#content .toggle-content li, .u-theme-expo
#content .rich-text li, .u-theme-expo
#content .profile-header__copy li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .article-content ol li,
#content .toggle-content ol li,
#content .rich-text ol li,
#content .profile-header__copy ol li {
  list-style: decimal;
}

#content .article-content iframe,
#content .toggle-content iframe,
#content .rich-text iframe,
#content .profile-header__copy iframe {
  width: 100%;
}

#content .social-media-share .fb_iframe_widget > span {
  display: block;
}

#content .field-content:empty {
  display: none;
}

#content .field-content a.hash-anchor,
#content .component-content a.hash-anchor,
#content .article-content a.hash-anchor,
#content .field-content .hash-anchor a,
#content .component-content .hash-anchor a,
#content .article-content .hash-anchor a,
#content .field-content a .hash-anchor,
#content .component-content a .hash-anchor,
#content .article-content a .hash-anchor {
  pointer-events: none;
  color: #222;
}

#content .field-content a.hash-anchor:hover,
#content .component-content a.hash-anchor:hover,
#content .article-content a.hash-anchor:hover,
#content .field-content .hash-anchor a:hover,
#content .component-content .hash-anchor a:hover,
#content .article-content .hash-anchor a:hover,
#content .field-content a .hash-anchor:hover,
#content .component-content a .hash-anchor:hover,
#content .article-content a .hash-anchor:hover {
  text-decoration: none !important;
}

#content .u-extend {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  width: calc(100vw) !important;
}

#content .u-extend .component-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#content .u-extend-left {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  width: calc((((100vw - 100%) / 2)) + 100% + 30px) !important;
}

#content .u-extend-left .component-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
}

#content .u-extend-right {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  width: calc((((100vw - 100%) / 2)) + 100% + 30px) !important;
}

#content .u-extend-right .component-content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  #content .u-extend-image-right {
    margin-right: calc(((100vw - 1200px) / 2) * -1) !important;
  }
}

#content .u-extend-image-right .component-content {
  width: 100%;
  max-width: 100%;
}

#content .u-image-cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .u-image-cover .component-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#content .u-image-cover img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#content .js-compulsory-field {
  display: none;
}

@media only screen and (min-width: 481px) {
  #content .page-list .full-width.field-title {
    width: 100%;
  }
}

#content .print-button {
  color: transparent;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#content .print-button:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA08";
  color: #000;
  display: inline-block;
  font-size: 20px;
}

#content .cta--text {
  margin-top: 24px;
}

#content .cta--primary > a {
  border: 1px solid #e6e7e8;
  border-radius: 25px;
  font-family: 'Roboto Medium';
  font-size: 15px;
  color: black;
  padding: 10px 33px;
  background-image: none;
  background-color: transparent;
  display: inline-block;
}

#content .cta--primary > a:hover {
  border: 2px solid #e6e7e8;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  color: #d82949;
  text-decoration: none;
}

.u-theme-expo #content .cta--primary > a:hover {
  color: #358371 !important;
}

.u-theme-g2g #content .cta--primary > a:hover {
  color: #DA1F3C !important;
}

.u-theme-sea #content .cta--primary > a:hover {
  color: #1c8dcd !important;
}

#content .cta--secondary > a {
  border-radius: 25px;
  font-family: 'Roboto Medium';
  font-size: 15px;
  padding: 10px 33px;
  background-image: none;
  background-color: #d82949;
  color: #fff !important;
  display: inline-block;
}

.u-theme-expo #content .cta--secondary > a {
  background-color: #358371 !important;
}

.u-theme-g2g #content .cta--secondary > a {
  background-color: #DA1F3C;
}

.u-theme-sea #content .cta--secondary > a {
  background-color: #1c8dcd !important;
}

#content .cta--secondary > a:hover {
  background-color: #ae203a;
  color: #fff;
  text-decoration: none;
}

.u-theme-expo #content .cta--secondary > a:hover {
  background-color: #286053 !important;
}

.u-theme-g2g #content .cta--secondary > a:hover {
  background-color: #ad1930;
}

.u-theme-sea #content .cta--secondary > a:hover {
  background-color: #166ea0;
}

#content .cta--arrow > a:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  color: #d82949;
  display: inline-block;
}

.u-theme-expo #content .cta--arrow > a:before {
  color: #358371 !important;
}

.u-theme-g2g #content .cta--arrow > a:before {
  color: #DA1F3C !important;
}

.u-theme-sea #content .cta--arrow > a:before {
  color: #1c8dcd !important;
}

#content .cta--vcard a {
  border: 1px #e6e7e8 solid;
  padding: 10px 15px 10px 10px;
  border-radius: 30px/30px;
  position: relative;
  text-decoration: none;
  color: #7b7b7b;
  vertical-align: middle;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .cta--vcard a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .cta--vcard a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .cta--vcard a:before {
  content: "";
  background-color: #d82949;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 17.5' style='enable-background:new 0 0 21 17.5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M9,17.5h1.1c0-0.2-0.1-0.3-0.1-0.5v-7c0-1.1,0.9-2,2-2h0.6c0.6-1.5,0.7-3.3,0.4-4.8C12.7,1.3,10.9,0,9,0 S5.3,1.3,5,3.2C4.7,5.1,4.8,7.5,6.1,9.1c1.3,1.6,0.7,2.2,0.7,2.2c-1.5,2-3.9,1.4-5.5,2.5C-0.3,15,0,17.5,0,17.5H9z'/%3e%3crect x='12' y='10' class='st0' width='9' height='1'/%3e%3crect x='12' y='13' class='st0' width='9' height='1'/%3e%3crect x='12' y='16' class='st0' width='9' height='1'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.u-theme-expo #content .cta--vcard a:before {
  background-color: #358371 !important;
}

.u-theme-g2g #content .cta--vcard a:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .cta--vcard a:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 1024px) {
  #content .cta--vcard a:before {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1366px) {
  #content .cta--vcard a:before {
    width: 40px;
    height: 40px;
  }
}

#content .cta--download a {
  position: relative;
  bottom: 2px;
  border: 1px #e6e7e8 solid;
  padding: 0 21px 0 6px;
  border-radius: 30px/30px;
  position: relative;
  text-decoration: none;
  color: #7b7b7b;
  vertical-align: middle;
  display: inline-block;
  line-height: 3em !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .cta--download a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .cta--download a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .cta--download a:before {
  content: "";
  background-color: #d82949;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 18px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpolygon class='st0' points='0,14 0,16 12,16 12,14 '/%3e%3cpolygon class='st0' points='11,7.7 9.5,6.3 7,8.9 7,0 5,0 5,8.8 2.5,6.3 1.1,7.7 4.6,11.3 4.6,11.3 6,12.7 6,12.7 6,12.7 7.4,11.3 7.4,11.3 '/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31%;
}

.u-theme-expo #content .cta--download a:before {
  background-color: #358371 !important;
}

.u-theme-g2g #content .cta--download a:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .cta--download a:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 1024px) {
  #content .cta--download a:before {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1366px) {
  #content .cta--download a:before {
    width: 40px;
    height: 40px;
  }
}

#content .cta--download a:hover {
  border: 2px #e6e7e8 solid;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  color: #d82949;
}

.u-theme-expo #content .cta--download a:hover {
  color: #358371 !important;
}

.u-theme-g2g #content .cta--download a:hover {
  color: #DA1F3C !important;
}

.u-theme-sea #content .cta--download a:hover {
  color: #1c8dcd !important;
}

#content .cta--download a:hover span {
  color: #d82949;
}

.u-theme-expo #content .cta--download a:hover span {
  color: #358371 !important;
}

.u-theme-g2g #content .cta--download a:hover span {
  color: #DA1F3C !important;
}

.u-theme-sea #content .cta--download a:hover span {
  color: #1c8dcd !important;
}

#content .cta--download a span {
  color: #7b7b7b;
  vertical-align: middle;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .cta--download a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .cta--download a span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.addeventatc {
  cursor: pointer;
  position: relative;
  bottom: 2px;
  border: 1px #e6e7e8 solid;
  padding: 0 21px 0 6px;
  border-radius: 30px/30px;
  position: relative;
  text-decoration: none;
  color: #7b7b7b;
  vertical-align: middle;
  display: inline-block;
  line-height: 3em !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 3px;
  font-size: 16px;
}

.u-theme-bbd .addeventatc {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .addeventatc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.addeventatc:before {
  content: "";
  background-color: #d82949;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 18px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 16' style='enable-background:new 0 0 12 16;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpolygon class='st0' points='0,14 0,16 12,16 12,14 '/%3e%3cpolygon class='st0' points='11,7.7 9.5,6.3 7,8.9 7,0 5,0 5,8.8 2.5,6.3 1.1,7.7 4.6,11.3 4.6,11.3 6,12.7 6,12.7 6,12.7 7.4,11.3 7.4,11.3 '/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31%;
}

.u-theme-expo .addeventatc:before {
  background-color: #358371 !important;
}

.u-theme-g2g .addeventatc:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea .addeventatc:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 1024px) {
  .addeventatc:before {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1366px) {
  .addeventatc:before {
    width: 40px;
    height: 40px;
  }
}

.addeventatc:hover {
  border: 2px #e6e7e8 solid;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  color: #d82949;
}

.u-theme-expo .addeventatc:hover {
  color: #358371 !important;
}

.u-theme-g2g .addeventatc:hover {
  color: #DA1F3C !important;
}

.u-theme-sea .addeventatc:hover {
  color: #1c8dcd !important;
}

.addeventatc:hover span {
  color: #d82949;
}

.u-theme-expo .addeventatc:hover span {
  color: #358371 !important;
}

.u-theme-g2g .addeventatc:hover span {
  color: #DA1F3C !important;
}

.u-theme-sea .addeventatc:hover span {
  color: #1c8dcd !important;
}

.addeventatc span {
  color: #7b7b7b;
  vertical-align: middle;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd .addeventatc span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .addeventatc span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.addeventatc:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Ecalendar-add-1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='calendar-add-1' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.25,16.5 C8.66421356,16.5 9,16.8357864 9,17.25 C9,17.6642136 8.66421356,18 8.25,18 L2.25,18 C1.00735931,18 3.33066907e-16,16.9926407 0,15.75 L0,3.75 C-1.66533454e-16,2.50735931 1.00735931,1.5 2.25,1.5 L15.75,1.5 C16.9926407,1.5 18,2.50735931 18,3.75 L18,8.25 C18,8.66421356 17.6642136,9 17.25,9 C16.8357864,9 16.5,8.66421356 16.5,8.25 L16.5,3.75 C16.5,3.33578644 16.1642136,3 15.75,3 L2.25,3 C1.83578644,3 1.5,3.33578644 1.5,3.75 L1.5,15.75 C1.5,16.1642136 1.83578644,16.5 2.25,16.5 L8.25,16.5 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' points='0.75 7.5 0.75 6 17.25 6 17.25 7.5'%3E%3C/polygon%3E%3Cpath d='M6,3.75 C6,4.16421356 5.66421356,4.5 5.25,4.5 C4.83578644,4.5 4.5,4.16421356 4.5,3.75 L4.5,0.75 C4.5,0.335786438 4.83578644,0 5.25,0 C5.66421356,0 6,0.335786438 6,0.75 L6,3.75 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M13.5,3.75 C13.5,4.16421356 13.1642136,4.5 12.75,4.5 C12.3357864,4.5 12,4.16421356 12,3.75 L12,0.75 C12,0.335786438 12.3357864,0 12.75,0 C13.1642136,0 13.5,0.335786438 13.5,0.75 L13.5,3.75 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M17.25,24 C13.5220779,24 10.5,20.9779221 10.5,17.25 C10.5,13.5220779 13.5220779,10.5 17.25,10.5 C20.9779221,10.5 24,13.5220779 24,17.25 C24,20.9779221 20.9779221,24 17.25,24 Z M17.25,22.5 C20.1494949,22.5 22.5,20.1494949 22.5,17.25 C22.5,14.3505051 20.1494949,12 17.25,12 C14.3505051,12 12,14.3505051 12,17.25 C12,20.1494949 14.3505051,22.5 17.25,22.5 Z' id='Oval'%3E%3C/path%3E%3Cpath d='M16.5,14.25 C16.5,13.8357864 16.8357864,13.5 17.25,13.5 C17.6642136,13.5 18,13.8357864 18,14.25 L18,20.25 C18,20.6642136 17.6642136,21 17.25,21 C16.8357864,21 16.5,20.6642136 16.5,20.25 L16.5,14.25 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M14.25,18 C13.8357864,18 13.5,17.6642136 13.5,17.25 C13.5,16.8357864 13.8357864,16.5 14.25,16.5 L20.25,16.5 C20.6642136,16.5 21,16.8357864 21,17.25 C21,17.6642136 20.6642136,18 20.25,18 L14.25,18 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 50%;
}

.addeventatc > span {
  display: none;
}

.addeventatc .addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: 'Roboto';
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 26px;
  -webkit-transform: scale(0.98, 0.98) translateY(5px);
  -ms-transform: scale(0.98, 0.98) translateY(5px);
  transform: scale(0.98, 0.98) translateY(5px);
  opacity: 0.5;
  z-index: -1;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc .addeventatc_dropdown.addeventatc-selected {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
  -ms-transform: scale(1, 1) translateY(0px);
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999;
}

.addeventatc .addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  transition: background-color .3s;
}

.addeventatc .addeventatc_dropdown .ateappleical {
  background: url(https://www.addevent.com/gfx/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc .addeventatc_dropdown .ategoogle {
  background: url(https://www.addevent.com/gfx/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc .addeventatc_dropdown .ateoutlook {
  background: url(https://www.addevent.com/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc .addeventatc_dropdown .ateoutlookcom {
  background: url(https://www.addevent.com/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc .addeventatc_dropdown .ateyahoo {
  background: url(https://www.addevent.com/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc .addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc .addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}

.addeventatc .addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc .addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

#content form.inquiry-form .inquiry-form {
  padding-left: 0;
  padding-right: 0;
}

#content .form .validation-summary-errors,
#content .search-box .validation-summary-errors,
#footer form .validation-summary-errors,
.login .validation-summary-errors,
.popup .validation-summary-errors,
.c-styled-select__wrapper .validation-summary-errors {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #content .form .halfAvailableWidth,
  #content .search-box .halfAvailableWidth,
  #footer form .halfAvailableWidth,
  .login .halfAvailableWidth,
  .popup .halfAvailableWidth,
  .c-styled-select__wrapper .halfAvailableWidth {
    width: 50%;
    display: inline-block;
  }
}

#content .form .form-submit-border,
#content .search-box .form-submit-border,
#footer form .form-submit-border,
.login .form-submit-border,
.popup .form-submit-border,
.c-styled-select__wrapper .form-submit-border {
  margin-top: 20px;
}

#content .form .form-submit-border input,
#content .search-box .form-submit-border input,
#footer form .form-submit-border input,
.login .form-submit-border input,
.popup .form-submit-border input,
.c-styled-select__wrapper .form-submit-border input {
  border: 1px solid #e6e7e8;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: black;
  padding: 9px 64px;
  float: right;
}

#content .form .form-submit-border input[type="submit"],
#content .search-box .form-submit-border input[type="submit"],
#footer form .form-submit-border input[type="submit"],
.login .form-submit-border input[type="submit"],
.popup .form-submit-border input[type="submit"],
.c-styled-select__wrapper .form-submit-border input[type="submit"] {
  text-shadow: none;
}

#content .form .field-validation-error,
#content .search-box .field-validation-error,
#footer form .field-validation-error,
.login .field-validation-error,
.popup .field-validation-error,
.c-styled-select__wrapper .field-validation-error {
  color: red;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

#content .form .input-form-group .control-label,
#content .search-box .input-form-group .control-label,
#footer form .input-form-group .control-label,
.login .input-form-group .control-label,
.popup .input-form-group .control-label,
.c-styled-select__wrapper .input-form-group .control-label {
  position: absolute;
}

#content .form .control-label,
#content .search-box .control-label,
#footer form .control-label,
.login .control-label,
.popup .control-label,
.c-styled-select__wrapper .control-label {
  font-family: "Roboto", sans-serif;
  color: #3e3e3e;
  top: 0;
  font-size: 16px;
}

#content .form .form-group,
#content .search-box .form-group,
#footer form .form-group,
.login .form-group,
.popup .form-group,
.c-styled-select__wrapper .form-group {
  position: relative;
  padding-top: 17px;
  margin-bottom: 21px;
}

#content .form .form-group.textarea-form-group,
#content .search-box .form-group.textarea-form-group,
#footer form .form-group.textarea-form-group,
.login .form-group.textarea-form-group,
.popup .form-group.textarea-form-group,
.c-styled-select__wrapper .form-group.textarea-form-group {
  margin-top: 52px;
}

#content .form .form-group.textarea-form-group textarea,
#content .search-box .form-group.textarea-form-group textarea,
#footer form .form-group.textarea-form-group textarea,
.login .form-group.textarea-form-group textarea,
.popup .form-group.textarea-form-group textarea,
.c-styled-select__wrapper .form-group.textarea-form-group textarea {
  margin-top: 16px;
}

#content .form .form-group.textarea-form-group .control-label,
#content .search-box .form-group.textarea-form-group .control-label,
#footer form .form-group.textarea-form-group .control-label,
.login .form-group.textarea-form-group .control-label,
.popup .form-group.textarea-form-group .control-label,
.c-styled-select__wrapper .form-group.textarea-form-group .control-label {
  font-size: 16px;
  color: #3e3e3e;
}

#content .form .form-group.select-form-group,
#content .search-box .form-group.select-form-group,
#footer form .form-group.select-form-group,
.login .form-group.select-form-group,
.popup .form-group.select-form-group,
.c-styled-select__wrapper .form-group.select-form-group {
  margin-top: 55px;
}

#content .form .form-group.select-form-group .control-label,
#content .search-box .form-group.select-form-group .control-label,
#footer form .form-group.select-form-group .control-label,
.login .form-group.select-form-group .control-label,
.popup .form-group.select-form-group .control-label,
.c-styled-select__wrapper .form-group.select-form-group .control-label {
  color: #3e3e3e;
}

#content .form .form-group.input-form-group .control-label,
#content .search-box .form-group.input-form-group .control-label,
#footer form .form-group.input-form-group .control-label,
.login .form-group.input-form-group .control-label,
.popup .form-group.input-form-group .control-label,
.c-styled-select__wrapper .form-group.input-form-group .control-label {
  transition: color 0.5s, top 0.5s;
  font-size: 16px;
  color: #3e3e3e;
  top: 30px;
  z-index: 0;
}

#content .form .form-group.input-form-group.input-has-focus .control-label, #content .form .form-group.input-form-group.input-is-populated .control-label,
#content .search-box .form-group.input-form-group.input-has-focus .control-label,
#content .search-box .form-group.input-form-group.input-is-populated .control-label,
#footer form .form-group.input-form-group.input-has-focus .control-label,
#footer form .form-group.input-form-group.input-is-populated .control-label,
.login .form-group.input-form-group.input-has-focus .control-label,
.login .form-group.input-form-group.input-is-populated .control-label,
.popup .form-group.input-form-group.input-has-focus .control-label,
.popup .form-group.input-form-group.input-is-populated .control-label,
.c-styled-select__wrapper .form-group.input-form-group.input-has-focus .control-label,
.c-styled-select__wrapper .form-group.input-form-group.input-is-populated .control-label {
  color: #3e3e3e;
  top: 0;
  font-size: 16px;
}

#content .form .required-field .control-label:before,
#content .search-box .required-field .control-label:before,
#footer form .required-field .control-label:before,
.login .required-field .control-label:before,
.popup .required-field .control-label:before,
.c-styled-select__wrapper .required-field .control-label:before {
  content: "" !important;
  display: none !important;
}

#content .form .required-field .control-label:after,
#content .search-box .required-field .control-label:after,
#footer form .required-field .control-label:after,
.login .required-field .control-label:after,
.popup .required-field .control-label:after,
.c-styled-select__wrapper .required-field .control-label:after {
  content: "*";
}

#content .form .page-header > *,
#content .search-box .page-header > *,
#footer form .page-header > *,
.login .page-header > *,
.popup .page-header > *,
.c-styled-select__wrapper .page-header > * {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}

.u-theme-bbd #content .form .page-header > *, .u-theme-bbd
#content .search-box .page-header > *, .u-theme-bbd
#footer form .page-header > *, .u-theme-bbd
.login .page-header > *, .u-theme-bbd
.popup .page-header > *, .u-theme-bbd
.c-styled-select__wrapper .page-header > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .form .page-header > *, .u-theme-expo
#content .search-box .page-header > *, .u-theme-expo
#footer form .page-header > *, .u-theme-expo
.login .page-header > *, .u-theme-expo
.popup .page-header > *, .u-theme-expo
.c-styled-select__wrapper .page-header > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .form .page-header > *, .u-theme-expo
#content .search-box .page-header > *, .u-theme-expo
#footer form .page-header > *, .u-theme-expo
.login .page-header > *, .u-theme-expo
.popup .page-header > *, .u-theme-expo
.c-styled-select__wrapper .page-header > * {
  font-weight: 500 !important;
  letter-spacing: -2.9px;
}

#content .form legend,
#content .search-box legend,
#footer form legend,
.login legend,
.popup legend,
.c-styled-select__wrapper legend {
  display: none;
}

#content .form select,
#content .search-box select,
#footer form select,
.login select,
.popup select,
.c-styled-select__wrapper select {
  padding-left: 0;
  color: #3e3e3e;
  width: 282px;
  border: 0;
  font-weight: bold;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMy4zNDQiIHZpZXdCb3g9IjAgMCAyMCAxMy4zNDQiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IG5vbmU7c3Ryb2tlOiAjZDgyOTQ5O3N0cm9rZS13aWR0aDogMnB4O2ZpbGwtcnVsZTogZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlZlY3Rvcl9Bc3NldHNfZHJvcGRvd24uc3ZnIiBkYXRhLW5hbWU9IlZlY3Rvcl9Bc3NldHMvZHJvcGRvd24uc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik03MjUsNzc4LjE1bC05LDEwLjAwNy05LTEwLjAwNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcwNiAtNzc1LjgxMikiLz48L3N2Zz4=");
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.u-theme-expo #content .form select, .u-theme-expo
#content .search-box select, .u-theme-expo
#footer form select, .u-theme-expo
.login select, .u-theme-expo
.popup select, .u-theme-expo
.c-styled-select__wrapper select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDBMOSAxMC4wMDdMMCAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2U9IiMzNTgzNzEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
}

#content .form select::-ms-expand,
#content .search-box select::-ms-expand,
#footer form select::-ms-expand,
.login select::-ms-expand,
.popup select::-ms-expand,
.c-styled-select__wrapper select::-ms-expand {
  display: none;
}

#content .form input,
#content .search-box input,
#footer form input,
.login input,
.popup input,
.c-styled-select__wrapper input {
  color: #3e3e3e;
}

#content .form fieldset,
#content .search-box fieldset,
#footer form fieldset,
.login fieldset,
.popup fieldset,
.c-styled-select__wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#content .form input[type="text"],
#content .form input[type="email"],
#content .form input[type="tel"],
#content .form input[type="password"],
#content .form textarea,
#content .form input[type="file"],
#content .search-box input[type="text"],
#content .search-box input[type="email"],
#content .search-box input[type="tel"],
#content .search-box input[type="password"],
#content .search-box textarea,
#content .search-box input[type="file"],
#footer form input[type="text"],
#footer form input[type="email"],
#footer form input[type="tel"],
#footer form input[type="password"],
#footer form textarea,
#footer form input[type="file"],
.login input[type="text"],
.login input[type="email"],
.login input[type="tel"],
.login input[type="password"],
.login textarea,
.login input[type="file"],
.popup input[type="text"],
.popup input[type="email"],
.popup input[type="tel"],
.popup input[type="password"],
.popup textarea,
.popup input[type="file"],
.c-styled-select__wrapper input[type="text"],
.c-styled-select__wrapper input[type="email"],
.c-styled-select__wrapper input[type="tel"],
.c-styled-select__wrapper input[type="password"],
.c-styled-select__wrapper textarea,
.c-styled-select__wrapper input[type="file"] {
  border: 0;
}

#content .form input[type="text"],
#content .form input[type="password"],
#content .form input[type="tel"],
#content .form input[type="email"],
#content .search-box input[type="text"],
#content .search-box input[type="password"],
#content .search-box input[type="tel"],
#content .search-box input[type="email"],
#footer form input[type="text"],
#footer form input[type="password"],
#footer form input[type="tel"],
#footer form input[type="email"],
.login input[type="text"],
.login input[type="password"],
.login input[type="tel"],
.login input[type="email"],
.popup input[type="text"],
.popup input[type="password"],
.popup input[type="tel"],
.popup input[type="email"],
.c-styled-select__wrapper input[type="text"],
.c-styled-select__wrapper input[type="password"],
.c-styled-select__wrapper input[type="tel"],
.c-styled-select__wrapper input[type="email"] {
  line-height: 1.42857143;
  margin-top: 5px;
  margin-bottom: 5px;
}

#content .form select,
#content .form input[type="text"],
#content .form input[type="password"],
#content .form input[type="email"],
#content .form input[type="tel"],
#content .form textarea,
#content .search-box select,
#content .search-box input[type="text"],
#content .search-box input[type="password"],
#content .search-box input[type="email"],
#content .search-box input[type="tel"],
#content .search-box textarea,
#footer form select,
#footer form input[type="text"],
#footer form input[type="password"],
#footer form input[type="email"],
#footer form input[type="tel"],
#footer form textarea,
.login select,
.login input[type="text"],
.login input[type="password"],
.login input[type="email"],
.login input[type="tel"],
.login textarea,
.popup select,
.popup input[type="text"],
.popup input[type="password"],
.popup input[type="email"],
.popup input[type="tel"],
.popup textarea,
.c-styled-select__wrapper select,
.c-styled-select__wrapper input[type="text"],
.c-styled-select__wrapper input[type="password"],
.c-styled-select__wrapper input[type="email"],
.c-styled-select__wrapper input[type="tel"],
.c-styled-select__wrapper textarea {
  padding-top: 11px;
  padding-bottom: 11px;
  transition: border-bottom 0.5s;
  border-bottom: 1px solid #b8b8b8;
  display: block;
}

#content .form select.input-validation-error,
#content .form input[type="text"].input-validation-error,
#content .form input[type="password"].input-validation-error,
#content .form input[type="email"].input-validation-error,
#content .form input[type="tel"].input-validation-error,
#content .form textarea.input-validation-error,
#content .search-box select.input-validation-error,
#content .search-box input[type="text"].input-validation-error,
#content .search-box input[type="password"].input-validation-error,
#content .search-box input[type="email"].input-validation-error,
#content .search-box input[type="tel"].input-validation-error,
#content .search-box textarea.input-validation-error,
#footer form select.input-validation-error,
#footer form input[type="text"].input-validation-error,
#footer form input[type="password"].input-validation-error,
#footer form input[type="email"].input-validation-error,
#footer form input[type="tel"].input-validation-error,
#footer form textarea.input-validation-error,
.login select.input-validation-error,
.login input[type="text"].input-validation-error,
.login input[type="password"].input-validation-error,
.login input[type="email"].input-validation-error,
.login input[type="tel"].input-validation-error,
.login textarea.input-validation-error,
.popup select.input-validation-error,
.popup input[type="text"].input-validation-error,
.popup input[type="password"].input-validation-error,
.popup input[type="email"].input-validation-error,
.popup input[type="tel"].input-validation-error,
.popup textarea.input-validation-error,
.c-styled-select__wrapper select.input-validation-error,
.c-styled-select__wrapper input[type="text"].input-validation-error,
.c-styled-select__wrapper input[type="password"].input-validation-error,
.c-styled-select__wrapper input[type="email"].input-validation-error,
.c-styled-select__wrapper input[type="tel"].input-validation-error,
.c-styled-select__wrapper textarea.input-validation-error {
  border-bottom: 1px solid red;
}

#content .form select,
#content .form input[type="email"],
#content .form input[type="tel"],
#content .form input[type="text"],
#content .form input[type="password"],
#content .form textarea,
#content .form input[type="file"],
#content .search-box select,
#content .search-box input[type="email"],
#content .search-box input[type="tel"],
#content .search-box input[type="text"],
#content .search-box input[type="password"],
#content .search-box textarea,
#content .search-box input[type="file"],
#footer form select,
#footer form input[type="email"],
#footer form input[type="tel"],
#footer form input[type="text"],
#footer form input[type="password"],
#footer form textarea,
#footer form input[type="file"],
.login select,
.login input[type="email"],
.login input[type="tel"],
.login input[type="text"],
.login input[type="password"],
.login textarea,
.login input[type="file"],
.popup select,
.popup input[type="email"],
.popup input[type="tel"],
.popup input[type="text"],
.popup input[type="password"],
.popup textarea,
.popup input[type="file"],
.c-styled-select__wrapper select,
.c-styled-select__wrapper input[type="email"],
.c-styled-select__wrapper input[type="tel"],
.c-styled-select__wrapper input[type="text"],
.c-styled-select__wrapper input[type="password"],
.c-styled-select__wrapper textarea,
.c-styled-select__wrapper input[type="file"] {
  position: relative;
  z-index: 2;
  font-size: 16px;
  height: initial;
  max-height: none;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

@media only screen and (max-width: 1023px) {
  #content .form select,
  #content .form input[type="email"],
  #content .form input[type="tel"],
  #content .form input[type="text"],
  #content .form input[type="password"],
  #content .form textarea,
  #content .form input[type="file"],
  #content .search-box select,
  #content .search-box input[type="email"],
  #content .search-box input[type="tel"],
  #content .search-box input[type="text"],
  #content .search-box input[type="password"],
  #content .search-box textarea,
  #content .search-box input[type="file"],
  #footer form select,
  #footer form input[type="email"],
  #footer form input[type="tel"],
  #footer form input[type="text"],
  #footer form input[type="password"],
  #footer form textarea,
  #footer form input[type="file"],
  .login select,
  .login input[type="email"],
  .login input[type="tel"],
  .login input[type="text"],
  .login input[type="password"],
  .login textarea,
  .login input[type="file"],
  .popup select,
  .popup input[type="email"],
  .popup input[type="tel"],
  .popup input[type="text"],
  .popup input[type="password"],
  .popup textarea,
  .popup input[type="file"],
  .c-styled-select__wrapper select,
  .c-styled-select__wrapper input[type="email"],
  .c-styled-select__wrapper input[type="tel"],
  .c-styled-select__wrapper input[type="text"],
  .c-styled-select__wrapper input[type="password"],
  .c-styled-select__wrapper textarea,
  .c-styled-select__wrapper input[type="file"] {
    width: 100%;
    max-width: 100%;
  }
}

#content .form textarea,
#content .search-box textarea,
#footer form textarea,
.login textarea,
.popup textarea,
.c-styled-select__wrapper textarea {
  border: 1px solid #b8b8b8;
  display: block;
  min-height: 170px;
}

.c-styled-select {
  line-height: 1.3 !important;
  height: auto !important;
}

@media only screen and (min-width: 769px) {
  #content .search-box {
    padding-top: 24px;
  }
}

#content form.inquiry-form {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #content form.inquiry-form {
    padding-left: 25.5%;
    padding-right: 25.5%;
  }
}

@media only screen and (min-width: 1024px) {
  #content form.inquiry-form .page-header, #content form.inquiry-form .page-header + p {
    position: relative;
    left: -50%;
  }
}

#content form.inquiry-form fieldset {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#content form.inquiry-form fieldset .compulsory-field {
  content: "* Compulsory fields";
  display: block;
}

@media only screen and (min-width: 769px) {
  #content form.inquiry-form fieldset .compulsory-field {
    top: 55px;
    position: absolute;
    left: -50%;
  }
}

#footer form input {
  color: #fff !important;
}

#content .form select, #content .search-box-input {
  height: auto;
}

.required-field .control-label:before, .required-field .checkbox:after {
  display: none !important;
}

@media print {
  /* All your print styles go here */
  #header, #footer {
    display: none !important;
  }
  #content {
    padding-bottom: 69px;
    width: 100%;
    max-width: 700px;
    /*.content
        {
            padding-top: 65px;
            padding-bottom: 100px;
        }*/
  }
  #content h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .u-theme-bbd #content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .u-theme-bbd #content h2, .u-theme-bbd #content h3, .u-theme-bbd #content h4, .u-theme-bbd #content h5, .u-theme-bbd #content h6 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h2, .u-theme-expo #content h3, .u-theme-expo #content h4, .u-theme-expo #content h5, .u-theme-expo #content h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .content p, #content .rich-text p {
    padding-top: 0;
    padding-bottom: 0;
  }
  #content .p1 > p, #content .p1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .p1 > p, .u-theme-bbd #content .p1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p1 > p, .u-theme-expo #content .p1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .p1 > p a:not(.fa), #content .p1 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .p1 > p a:not(.fa), .u-theme-bbd #content .p1 a:not(.fa) {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p1 > p a:not(.fa), .u-theme-expo #content .p1 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .p2 > p, #content .p2, #content p, #content h6 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0 !important;
  }
  .u-theme-bbd #content .p2 > p, .u-theme-bbd #content .p2, .u-theme-bbd #content p, .u-theme-bbd #content h6 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p2 > p, .u-theme-expo #content .p2, .u-theme-expo #content p, .u-theme-expo #content h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .p2 > p a:not(.fa), #content .p2 a:not(.fa), #content p a:not(.fa), #content h6 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .p2 > p a:not(.fa), .u-theme-bbd #content .p2 a:not(.fa), .u-theme-bbd #content p a:not(.fa), .u-theme-bbd #content h6 a:not(.fa) {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p2 > p a:not(.fa), .u-theme-expo #content .p2 a:not(.fa), .u-theme-expo #content p a:not(.fa), .u-theme-expo #content h6 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .p3 > p, #content .p3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .p3 > p, .u-theme-bbd #content .p3 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p3 > p, .u-theme-expo #content .p3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .p3 > p a:not(.fa), #content .p3 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .p3 > p a:not(.fa), .u-theme-bbd #content .p3 a:not(.fa) {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .p3 > p a:not(.fa), .u-theme-expo #content .p3 a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 64px;
  }
  .u-theme-bbd #content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-g2g #content h1 {
    font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  .u-theme-expo #content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 53px;
    letter-spacing: -2.2px;
  }
  #content h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
  }
  .u-theme-bbd #content h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content h2 {
    font-weight: 500 !important;
    letter-spacing: -2.9px;
  }
  #content h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
  }
  .u-theme-bbd #content h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content h3 {
    font-weight: 500 !important;
    letter-spacing: -1.4px;
  }
  #content h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 32px;
    font-weight: normal;
  }
  .u-theme-bbd #content h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content h4 {
    font-weight: 500 !important;
    letter-spacing: -1.25px;
  }
  #content h5, #content h6 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content h5, .u-theme-bbd #content h6 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content h5, .u-theme-expo #content h6 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content h5, .u-theme-expo #content h6 {
    font-weight: 500 !important;
  }
  #content a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content a:not(.fa) {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content a:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content table, #content th, #content td {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
  }
  .u-theme-bbd #content table, .u-theme-bbd #content th, .u-theme-bbd #content td {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content table, .u-theme-expo #content th, .u-theme-expo #content td {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content a {
    color: #d82949;
    text-decoration: none;
  }
  .u-theme-g2g #content a {
    color: #DA1F3C !important;
  }
  .u-theme-sea #content a {
    color: #1c8dcd !important;
  }
  #content a:hover {
    text-decoration: underline;
  }
  #content p {
    margin-bottom: 24px;
    color: #3e3e3e;
  }
  #content h4 {
    padding-top: 24px;
    margin-bottom: 30px;
  }
  #content .block-quote {
    display: block;
    border-left: 2px solid #3e3e3e;
    padding-left: 22px;
    margin-top: 56px;
    margin-bottom: 58px;
    font-family: "Roboto Medium";
    font-size: 21px;
    color: #3e3e3e;
    display: block;
  }
  #content strong, #content h6 {
    font-weight: bold;
  }
  #content .article-header img,
  #content .profile-header img {
    margin-bottom: 60px !important;
    margin-top: 52px !important;
  }
  #content .article-header {
    padding-top: 100px;
    padding-bottom: 65px !important;
    border-bottom: 1px solid #d7d7d7 !important;
  }
  #content .article-header img {
    /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
    /*padding-left: $sitecore-gutter;*/
    /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
    /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
    margin-left: 8.51064% !important;
    margin-right: 8.51064% !important;
    width: 82.97872%;
  }
}

@media print and (max-width: 768px) {
  #content .article-header img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media print {
  #content .article-header h1,
  #content .article-header h2,
  #content .article-header h3,
  #content .article-header h4,
  #content .article-header h5,
  #content .article-header h6,
  #content .article-header ul,
  #content .article-header ol {
    /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
    /*padding-left: $sitecore-gutter;*/
    /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
    /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
    margin-left: 25.53192% !important;
    margin-right: 25.53192% !important;
    width: 48.93617%;
  }
}

@media print and (max-width: 768px) {
  #content .article-header h1,
  #content .article-header h2,
  #content .article-header h3,
  #content .article-header h4,
  #content .article-header h5,
  #content .article-header h6,
  #content .article-header ul,
  #content .article-header ol {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media print {
  #content .article-header .field-promotext2, #content .article-header .field-promotext2 {
    display: block;
    /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
    /*padding-left: $sitecore-gutter;*/
    /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
    /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
    margin-left: 25.53192% !important;
    margin-right: 25.53192% !important;
    width: 48.93617%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #3e3e3e;
  }
}

@media print and (max-width: 768px) {
  #content .article-header .field-promotext2, #content .article-header .field-promotext2 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media print {
  .u-theme-bbd #content .article-header .field-promotext2, .u-theme-bbd #content .article-header .field-promotext2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .article-header .field-promotext2, .u-theme-expo #content .article-header .field-promotext2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .container {
    padding-left: 0;
    padding-right: 0;
  }
  #content .bg-grey {
    background-color: #e9ebed !important;
  }
  #content .feature-heading {
    width: 100%;
    display: block;
    margin-top: 5vw;
  }
  #content .feature-heading:after {
    display: inline-block;
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA02";
    color: #d82949;
    display: inline-block;
    /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
    /*padding-left: $sitecore-gutter;*/
    /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
    /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
    /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
    margin-left: 17.02128% !important;
    margin-right: 17.02128% !important;
    width: 65.95745%;
    font-size: 22px;
  }
  .u-theme-g2g #content .feature-heading:after {
    color: #DA1F3C !important;
  }
  .u-theme-sea #content .feature-heading:after {
    color: #1c8dcd !important;
  }
}

@media print and (max-width: 768px) {
  #content .feature-heading:after {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media print and (max-width: 768px) {
  #content .feature-heading:after {
    padding-left: 5%;
  }
}

@media print {
  #content .field-promotext,
  #content .field-content {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
  }
  .u-theme-bbd #content .field-promotext, .u-theme-bbd
#content .field-content {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .field-promotext, .u-theme-expo
#content .field-content {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .margin-bottom-small {
    margin-bottom: 19px;
  }
  #content .margin-bottom {
    margin-bottom: 38px;
  }
  #content .margin-bottom-large {
    margin-bottom: 68px;
  }
  #content .margin-bottom-extra-large {
    margin-bottom: 154px;
  }
  #content .list-heading {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    display: block;
    padding-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .list-heading {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .list-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .article-content ol, #content .article-content ul:not(.tabs-heading), #content .toggle-content ol, #content .toggle-content ul:not(.tabs-heading) {
    margin-left: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .u-theme-bbd #content .article-content ol, .u-theme-bbd #content .article-content ul:not(.tabs-heading), .u-theme-bbd #content .toggle-content ol, .u-theme-bbd #content .toggle-content ul:not(.tabs-heading) {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .article-content ol, .u-theme-expo #content .article-content ul:not(.tabs-heading), .u-theme-expo #content .toggle-content ol, .u-theme-expo #content .toggle-content ul:not(.tabs-heading) {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .article-content li, #content .toggle-content li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    list-style-position: outside;
    list-style: disc;
  }
  .u-theme-bbd #content .article-content li, .u-theme-bbd #content .toggle-content li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .article-content li, .u-theme-expo #content .toggle-content li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  #content .article-content ol li, #content .toggle-content ol li {
    list-style: decimal;
  }
  #content .social-media-share .fb_iframe_widget > span {
    display: block;
  }
  #content .field-content a.hash-anchor {
    pointer-events: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 32px;
    font-weight: normal;
    color: #222;
  }
  .u-theme-bbd #content .field-content a.hash-anchor {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .field-content a.hash-anchor {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content .field-content a.hash-anchor {
    font-weight: 500 !important;
    letter-spacing: -1.25px;
  }
  #content .field-content a.hash-anchor:hover {
    text-decoration: none !important;
  }
  #content [class*="grid"] {
    width: 100% !important;
  }
}

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
  display: none !important;
}

.ud-carousel {
  width: 100%;
}

.ud-carousel__wrap {
  width: 100%;
  position: relative;
}

.ud-carousel__slides {
  transition: left 1s;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}

.ud-carousel__slides > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.ud-carousel__slides > *:first-child {
  margin-left: 0px;
}

.-wrap-reverse .ud-carousel__slides > *:first-child {
  margin-right: 0px;
  margin-left: 5px;
}

.ud-carousel__slides > *:last-child {
  margin-right: 0px;
}

.-wrap-reverse .ud-carousel__slides > *:last-child {
  margin-right: 5px;
  margin-left: 0px;
}

.-wrap-reverse .ud-carousel__slides {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (min-width: 769px) {
  .ud-carousel__slide {
    width: 100vw;
  }
}

.ud-carousel__controls {
  width: 100%;
  position: absolute;
}

.ud-carousel__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ud-carousel__list > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.-align-left > .ud-carousel__list {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.-align-right > .ud-carousel__list {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.-centered > .ud-carousel__list {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ud-carousel__item {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ud-carousel__item > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media only screen and (max-width: 768px) {
  .ud-carousel__item.ud-carousel__previous-next-slide {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .ud-carousel__item.ud-carousel__previous-next-slide {
    position: relative;
    top: 1rem;
  }
}

.ud-carousel__item:not(.ud-carousel__previous-next-slide):hover .ud-carousel__link-content {
  width: 10rem;
  height: 10rem;
}

.ud-carousel__item:not(.ud-carousel__previous-next-slide).-active:hover .ud-carousel__link-content {
  width: 8rem;
  height: 8rem;
}

.ud-carousel__item:not(.ud-carousel__previous-next-slide).-active .ud-carousel__link-content {
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #7b7b7b;
}

.ud-carousel__link {
  margin: 0;
  text-decoration: none;
  display: inline-block;
}

#content .component.title {
  padding-top: 11px;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
}

@media (max-width: 768px) {
  #content .component.title {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .component.title h1.-no-bottom-border {
  border-bottom: none !important;
}

#content .component.title, #content .component.title *, #content .component.title a {
  color: black !important;
  pointer-events: none !important;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 64px;
}

.u-theme-bbd #content .component.title, .u-theme-bbd #content .component.title *, .u-theme-bbd #content .component.title a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .component.title, .u-theme-expo #content .component.title *, .u-theme-expo #content .component.title a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-g2g #content .component.title, .u-theme-g2g #content .component.title *, .u-theme-g2g #content .component.title a {
  font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.u-theme-expo #content .component.title, .u-theme-expo #content .component.title *, .u-theme-expo #content .component.title a {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 53px;
  letter-spacing: -2.2px;
}

#content .content-table_heading h4 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  #content .content-table_heading {
    margin-bottom: -57px;
  }
  #content .content-table_heading h4 {
    margin-bottom: 11px;
  }
}

#content .content-table {
  border: none !important;
  margin: 10px 0;
}

#content .content-table tr:first-child th, #content .content-table tr:first-child td {
  padding-bottom: 6px;
  background-color: transparent !important;
  border: none !important;
  padding: 15px 0 !important;
}

#content .content-table td {
  margin: 0;
  padding: 13px 0;
  vertical-align: middle;
  border: none !important;
}

#content .content-table td:not(:first-child) {
  color: black;
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  width: 50px;
}

@media only screen and (min-width: 769px) {
  #content .content-table td:not(:first-child) {
    width: 60px;
  }
}

#content .content-table tr {
  border-bottom: #d7d7d7 solid 1px;
}

.table-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d82949;
  margin: auto auto;
}

.u-theme-g2g .table-dot {
  background-color: #DA1F3C !important;
}

#content .event-detail-table {
  margin-top: 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #content .event-detail-table {
    margin-top: 30px;
  }
}

#content .event-detail-table tr > td {
  padding-bottom: 40px;
}

#content .event-detail-table tr > td:first-child {
  padding-right: 50px;
}

#content .event-detail-table tr > td:nth-child(2) {
  width: 100%;
}

#content .event-detail-table p {
  margin-bottom: 16px;
}

#content .event-detail-table__footer {
  position: relative;
  text-align: center;
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
  #content .event-detail-table__footer {
    margin-bottom: 50px;
  }
}

#content .media-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

#content .media-item__image {
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}

#content .media-item__text {
  padding-left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#content .media-shadow__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#content .media-shadow__image {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#content .media-shadow__quote {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fcee21;
  border-left: 0;
  font-size: 24px;
  text-align: center;
  padding: 40px 30px;
  line-height: 30px;
}

#content .media-shadow__quote-cite {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

#content .media-shadow__wrap {
  position: relative;
}

#content .media-shadow__wrap--image {
  margin: 50px 50px 50px 30px;
}

@media only screen and (min-width: 1024px) {
  #content .media-shadow__wrap--image {
    margin: 80px 130px 110px 100px;
  }
}

#content .media-shadow__wrap--video {
  margin: 50px 60px 50px 30px;
}

#content .media-shadow__wrap--video:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 57.14286%;
}

@media only screen and (min-width: 1024px) {
  #content .media-shadow__wrap--video {
    margin: 80px 130px 110px 100px;
  }
}

#content .media-shadow__wrap--quote {
  margin: 40px 20px 40px 0;
}

@media only screen and (min-width: 1024px) {
  #content .media-shadow__wrap--quote {
    margin: 40px 20px 60px 0;
  }
}

.u-theme-bbd #content .media-shadow__shadow {
  display: block;
  margin: 20px 20px !important;
  background-image: url(/assets/CEOSummit/images/detail-shadow.svg);
  background-position: right bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media only screen and (min-width: 769px) {
  .u-theme-bbd #content .media-shadow__shadow {
    margin: 30px 30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-theme-bbd #content .media-shadow__shadow--quote {
    margin: 20px 0 0 20px !important;
  }
}

#content .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .social-links__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

@media only screen and (min-width: 769px) {
  #content .social-links__wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#content .social-links__text {
  font-family: "Gotham Bold", sans-serif !important;
  margin-right: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  #content .social-links__text {
    font-size: 14px;
    margin-right: 20px;
  }
}

#content .social-links__link {
  font-size: 22px;
  padding: 0 10px;
  color: black;
}

@media only screen and (min-width: 769px) {
  #content .social-links__link {
    padding: 0 15px;
  }
}

#content .social-links__link:hover {
  text-decoration: none;
  color: #d82949;
}

.u-theme-g2g #content .social-links__link:hover {
  color: #DA1F3C !important;
}

.u-theme-sea #content .social-links__link:hover {
  color: #1c8dcd !important;
}

.announcement {
  display: none;
}

.announcement--warning {
  background-color: #ae0002;
}

.announcement__wrapper {
  padding: 0 30px;
}

.announcement__wrapper.is-closed {
  display: none;
}

.announcement__copy {
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

.u-theme-bbd .announcement__copy {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .announcement__copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.announcement__link {
  color: white;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd .announcement__link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .announcement__link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.announcement__link i {
  font-size: 10px;
}

.announcement__link:hover {
  text-decoration: none;
  color: white;
}

.announcement__content {
  max-width: 1140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
}

.announcement__close-wrapper {
  margin-left: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.announcement__close {
  color: #fff;
  margin-top: 3px;
  cursor: pointer;
}

.announcement__close:hover {
  cursor: pointer;
}

.announcement__close i {
  font-size: 12px;
  display: block;
  line-height: 12px;
}

/*------------------------------------*\
    CUSTOM IMPORTS
\*------------------------------------*/
/**
 * Designed large UI blocks, Only using classes, explicitly named modular items, can be moved and re-used anywhere
 */
#header {
  position: relative;
  background-color: #000;
  transition: 1s max-height;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  #header {
    max-height: 85px;
    overflow: hidden;
    z-index: 10;
  }
}

@media only screen and (max-width: 768px) {
  #header.-search-active {
    max-height: 220px;
    transition: 0.3s max-height;
  }
  #header.-search-active .grid-12 > .component .plain-html {
    position: static;
    top: auto;
    right: auto;
  }
}

@media only screen and (min-width: 769px) {
  #header .global-top-nav {
    margin-top: 10px;
  }
}

#header.open-mobile-nav {
  max-height: 200vh;
  transition: 1.5s max-height;
}

#header.open-mobile-nav .top-nav {
  opacity: 1;
}

#header.open-mobile-nav .grid-12 > .component:first-child {
  display: block;
  opacity: 1;
}

#header.open-mobile-nav .grid-12 > .component:nth-child(2) .grid-10 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header.open-mobile-nav [data-module="hamburger"] .c-icon.c-icon--burger {
  display: none;
}

#header.open-mobile-nav [data-module="hamburger"] .c-icon.c-icon--close {
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  #header.open-mobile-nav [data-module="hamburger"] .c-icon.c-icon--close {
    display: none;
  }
}

#header > .row {
  margin: 0px auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  width: 100%;
}

#header .top-nav {
  text-align: right;
  opacity: 0;
  transition: 0.5s opacity;
  margin-right: 20px;
  z-index: 2;
}

.u-theme-expo #header .top-nav {
  margin-right: 0;
}

#header .top-nav .component-content {
  transition: 0.25s opacity;
  transition-delay: 0.5s;
  opacity: 1;
}

#header .top-nav .component-content.-nav-hide {
  transition: 0.25s opacity;
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  #header .top-nav {
    display: block;
    opacity: 1;
  }
}

#header .top-nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .top-nav .level1 {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #header .top-nav .level1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #header .top-nav .level1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  #header .top-nav .level1 {
    width: 100%;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;
  }
  .u-theme-bbd #header .top-nav .level1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #header .top-nav .level1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
}

#header .top-nav .level1 a {
  padding-bottom: 10px;
  padding-top: 10px;
}

#header .top-nav .level1 a:focus {
  text-decoration: none;
}

#header .top-nav .level1 a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

#header .top-nav .level1.active a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

#header .image img {
  width: 130px;
}

.u-theme-expo #header .image img {
  width: auto;
}

@media only screen and (min-width: 769px) {
  #header .image img {
    width: 160px;
  }
}

#header .grid-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 {
    padding-bottom: 2rem;
  }
}

#header .grid-12 > .component .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  #header .grid-12 > .component .row {
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#header .grid-12 > .component .plain-html {
  position: absolute;
  right: 2vw;
  top: -65px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  #header .grid-12 > .component .plain-html {
    top: -75px;
  }
}

@media only screen and (min-width: 1024px) {
  #header .grid-12 > .component .plain-html {
    position: relative;
    top: 0;
    right: 0;
  }
}

#header .grid-12 > .component:first-child {
  opacity: 1;
  transition: 0.5s opacity;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    opacity: 0;
  }
}

#header .grid-12 > .component:first-child .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#header .grid-12 > .component:first-child .row > .component {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row > .component {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row > .component:first-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#header .grid-12 > .component:first-child .row > .component:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row > .component:last-child {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row > .component:last-child li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

#header .grid-12 > .component:first-child .row > .component:last-child li:last-child a {
  padding-right: 0;
}

#header .grid-12 > .component:first-child .row > .component:last-child .link-list h3 {
  display: none;
}

#header .grid-12 > .component:first-child .row > .component:last-child .link-list li {
  margin-left: 0 !important;
}

#header .grid-12 > .component:first-child .row > .component a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.u-theme-bbd #header .grid-12 > .component:first-child .row > .component a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #header .grid-12 > .component:first-child .row > .component a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:first-child .row > .component a {
    font-size: 18px;
  }
}

#header .grid-12 > .component:first-child .row > .component a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#header .grid-12 > .component:nth-child(2):first-child {
  padding: 20px;
}

#header .grid-12 > .component:nth-child(2) .grid-2, #header .grid-12 > .component:nth-child(2) .grid-3 {
  padding: 0px;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:nth-child(2) .grid-2, #header .grid-12 > .component:nth-child(2) .grid-3 {
    padding: 20px 0;
    z-index: 1000;
    width: 130px !important;
  }
}

#header .grid-12 > .component:nth-child(2) .grid-10, #header .grid-12 > .component:nth-child(2) .grid-9 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:nth-child(2) .grid-10, #header .grid-12 > .component:nth-child(2) .grid-9 {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  #header .grid-12 > .component:nth-child(2) .grid-10, #header .grid-12 > .component:nth-child(2) .grid-9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#header .grid-12 > .component:nth-child(2) .grid-10 .level1 a, #header .grid-12 > .component:nth-child(2) .grid-9 .level1 a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #header .grid-12 > .component:nth-child(2) .grid-10 .level1 a, .u-theme-bbd #header .grid-12 > .component:nth-child(2) .grid-9 .level1 a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #header .grid-12 > .component:nth-child(2) .grid-10 .level1 a, .u-theme-expo #header .grid-12 > .component:nth-child(2) .grid-9 .level1 a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  #header .grid-12 > .component:nth-child(2) .grid-10 .level1 a, #header .grid-12 > .component:nth-child(2) .grid-9 .level1 a {
    font-size: 18px;
  }
}

#header .dropdown-link-list {
  height: 20px;
  padding-left: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  #header .dropdown-link-list {
    margin: 15px 0;
    margin-left: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list + .dropdown-link-list {
    margin-left: 24px;
  }
}

#header .dropdown-link-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  padding: 0 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  background-image: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA3IDUiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6ICM5YTlhOWE7ZmlsbC1ydWxlOiBldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iVmVjdG9yX0Fzc2V0c19sYW5ndWFnZV9kcm9wZG93bi5zdmciIGRhdGEtbmFtZT0iVmVjdG9yX0Fzc2V0cy9sYW5ndWFnZV9kcm9wZG93bi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1Ny4wMDksMzY4NWwtMy41MDgsNS4wMS0zLjUwOS01LjAxaDcuMDE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1MCAtMzY4NSkiLz48L3N2Zz4=");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
  border: none;
  border-radius: 0;
  /** Fixes an issue where the drop down was taking the colour of the select box natural state, so then the text in the drop down is invisible */
}

#header .dropdown-link-list select::-ms-expand {
  display: none;
}

.u-theme-bbd #header .dropdown-link-list select {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #header .dropdown-link-list select {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  #header .dropdown-link-list select {
    font-size: 18px;
  }
}

#header .dropdown-link-list select option {
  color: black;
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  #header .dropdown-link-list select {
    width: auto;
  }
}

#header .dropdown-link-list-region {
  padding-top: 10px;
  height: auto;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region {
    width: auto;
    z-index: 9;
    border: 1px solid #333333;
    border-bottom: none;
    position: absolute;
    background-color: black;
    padding-top: 0px;
    /*margin: 15px 0;
            margin-left: 18px;*/
  }
}

#header .dropdown-link-list-region__current {
  position: relative;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block !important;
  width: 100%;
}

#header .dropdown-link-list-region__current:after {
  content: "";
  width: 0;
  border: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  top: 50%;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region__current {
    border-bottom: 1px solid #333333;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region > .dropdown-link-list-region__wrapper {
    border-bottom: 1px solid #333333;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region {
  background-image: none;
  width: auto;
  border: 0;
  padding-top: 0;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region {
    width: 100%;
    display: block;
    position: relative;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 9px;
  content: "\EA04";
  right: 18px;
  top: 10px;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region:after {
    content: "\EA02";
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6b7b82;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region .dropdown-link-list-region__wrapper {
  width: 100%;
  padding-left: 15px;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region .dropdown-link-list-region__wrapper {
    left: 100%;
    position: absolute;
    background: black;
    border: 1px solid #333333;
    top: 0;
    padding-left: 0;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region:hover:after {
  content: "\EA03";
  font-size: 1px;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region > .dropdown-link-list-region__wrapper .dropdown-link-list-region:hover:after {
    content: "\EA02";
    font-size: 9px;
  }
}

#header .dropdown-link-list-region > .dropdown-link-list-region__wrapper li.-active a {
  color: #fff !important;
}

#header .dropdown-link-list-region:hover > .dropdown-link-list-region__wrapper {
  display: block;
}

#header .dropdown-link-list-region a {
  padding-right: 51px !important;
  display: block;
  margin-bottom: 9px;
}

#header .dropdown-link-list-region a:not(.dropdown-link-list-region__current):hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 1024px) {
  #header .dropdown-link-list-region a:not(.dropdown-link-list-region__current) {
    padding-top: 10px;
  }
}

#header .dropdown-link-list-region .dropdown-link-list-region > a {
  text-decoration: none !important;
}

#header .dropdown-link-list-region .dropdown-link-list-region > a:hover {
  text-decoration: none !important;
}

#header [data-module="hamburger"] {
  display: block;
  float: left;
  height: 100%;
  margin-top: 12px;
  margin-right: -18px;
}

@media only screen and (min-width: 1024px) {
  #header [data-module="hamburger"] {
    margin-top: 4px;
  }
}

#header [data-module="hamburger"] .c-icon {
  color: #fff;
  font-size: 13px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
  padding: 4px;
  margin-left: 25px;
}

@media only screen and (min-width: 1024px) {
  #header [data-module="hamburger"] .c-icon.c-icon--search {
    padding-right: 0;
  }
}

#header [data-module="hamburger"] .c-icon.c-icon--close {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #header [data-module="hamburger"] .c-icon.c-icon--close {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #header [data-module="hamburger"] .c-icon.c-icon--burger {
    display: none;
  }
}

#header {
  overflow: visible !important;
}

.inline-search {
  width: 385px;
  position: absolute;
  display: block;
  right: 30px;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .inline-search {
    right: 0;
    top: -23px;
  }
}

.inline-search.-is-visible {
  width: 385px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .inline-search.-is-visible {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 1px;
  }
}

.inline-search__wrapper {
  opacity: 0;
  width: 0;
  transition: opacity 1s, width 0.5s;
  border-bottom: 1px solid white;
  float: right;
}

@media only screen and (max-width: 768px) {
  .inline-search__wrapper {
    width: 100%;
    transition: none;
  }
}

.-is-visible .inline-search__wrapper {
  width: 100%;
  opacity: 1;
  transition: 0.5s width;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .-is-visible .inline-search__wrapper {
    transition: 0.5s opacity;
    transition-delay: 0.25s;
  }
}

.inline-search__label {
  font-weight: normal;
  color: #9a9a9a;
  font-size: 14px;
  opacity: 0;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .-is-visible .inline-search__label {
    position: relative;
    margin-bottom: 0;
    opacity: 1;
    transition: 0.5s opacity;
  }
}

.inline-search__input[type="text"] {
  border: none;
  border-radius: 0;
  font-size: 16px;
  color: white;
  width: 100%;
  margin: 10px 40px 0 0;
  position: relative;
  vertical-align: top;
  background-color: transparent;
}

.inline-search__input[type="text"]::-ms-clear {
  display: none;
}

.inline-search__input[type="text"].tt-hint {
  display: none !important;
}

.-is-visible .inline-search__input[type="text"] {
  padding-left: 35px;
}

@media only screen and (max-width: 768px) {
  .-is-visible .inline-search__input[type="text"] {
    padding-left: 0;
    margin: 5px 40px 5px 0;
  }
}

.inline-search__link {
  position: absolute;
  left: 370px;
  transition: 0.5s left;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .inline-search__link {
    transition: 0.25s opacity;
  }
}

.-is-visible .inline-search__link {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .-is-visible .inline-search__link {
    opacity: 0;
  }
}

.inline-search__link .c-icon {
  margin-left: 0 !important;
  color: white;
}

.inline-search__icon--close {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.25s opacity;
  color: white;
  cursor: Pointer;
}

.-is-visible .inline-search__icon--close {
  opacity: 1;
  transition-delay: 0.3s;
}

@media only screen and (max-width: 768px) {
  .-is-visible .inline-search__icon--close {
    top: -90px;
  }
}

.inline-search .twitter-typeahead {
  width: 100%;
}

.inline-search__result-link {
  display: block;
  padding: 4px 10px;
  overflow: hidden;
  color: #d82949;
  cursor: Pointer;
}

.u-theme-g2g .inline-search__result-link {
  color: #DA1F3C !important;
}

.u-theme-sea .inline-search__result-link {
  color: #1c8dcd !important;
}

.inline-search__result-link:hover {
  background-color: #dedede;
  color: #d82949;
  text-decoration: none;
}

.u-theme-g2g .inline-search__result-link:hover {
  color: #DA1F3C !important;
}

.u-theme-sea .inline-search__result-link:hover {
  color: #1c8dcd !important;
}

.inline-search__result-link.is-active {
  background-color: #dedede;
  color: #d82949;
}

.u-theme-g2g .inline-search__result-link.is-active {
  color: #DA1F3C !important;
}

.u-theme-sea .inline-search__result-link.is-active {
  color: #1c8dcd !important;
}

.inline-search .tt-menu {
  min-height: 30px;
  position: relative;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 4px 0;
}

.inline-search__empty-message {
  padding: 4px 10px;
  color: #b8b8b8;
}

.inline-search .tt-suggestion {
  padding: 4px 10px;
  overflow: hidden;
  color: #d82949;
}

.u-theme-g2g .inline-search .tt-suggestion {
  color: #DA1F3C !important;
}

.u-theme-sea .inline-search .tt-suggestion {
  color: #1c8dcd !important;
}

.inline-search .tt-suggestion:last-child {
  border: none;
}

.inline-search .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.inline-search .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.inline-search .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weigh: bold;
  width: 100%;
}

.inline-search .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  margin-top: -20px;
}

.inline-search .tt-suggestion.tt-cursor, .inline-search .inline-search .tt-suggestion:hover {
  color: #d82949;
  background-color: #dedede;
  cursor: Pointer;
}

.u-theme-g2g .inline-search .tt-suggestion.tt-cursor, .u-theme-g2g .inline-search .inline-search .tt-suggestion:hover {
  color: #DA1F3C !important;
}

.u-theme-sea .inline-search .tt-suggestion.tt-cursor, .u-theme-sea .inline-search .inline-search .tt-suggestion:hover {
  color: #1c8dcd !important;
}

.inline-search__predictive-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  min-height: 30px;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 4px 0;
  display: none;
}

#footer {
  background-color: #000;
  padding: 0 30px 30px 30px;
}

#footer .image img {
  width: 160px;
}

#footer .label {
  white-space: initial;
}

#footer > .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
}

#footer > .row > .grid-12 > .component .link-list {
  margin-top: 24px;
}

@media only screen and (min-width: 769px) {
  #footer > .row > .grid-12 > .component .link-list {
    text-align: right;
    margin-top: 0;
  }
}

#footer > .row > .grid-12 > .component .link-list a {
  text-decoration: none;
}

#footer > .row > .grid-12 > .component .link-list .fa {
  color: #9a9a9a;
  font-size: 25px;
  margin: 0 10px;
}

#footer > .row > .grid-12 > .component:last-child img {
  max-width: 170px;
  margin-top: 24px;
}

@media only screen and (min-width: 769px) {
  #footer > .row > .grid-12 > .component:last-child img {
    float: right;
    margin-top: 0;
  }
}

#footer .footer {
  width: 100%;
}

#footer .footer ul {
  border: none;
}

#footer .footer .level1 {
  width: 100%;
  margin: 0px;
  padding: 10px 24px 10px 0px;
}

@media only screen and (min-width: 769px) {
  #footer .footer .level1 {
    width: 19%;
  }
}

@media only screen and (min-width: 769px) {
  #footer .footer .level1 > .field-title {
    margin-bottom: 24px;
  }
}

#footer .footer .level2 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8em;
}

#footer .footer .level2 a {
  color: #9a9a9a;
}

#footer .footer .submenu {
  padding: 10px 10px 10px 0px;
}

#footer .footer .submenu ul {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  #footer .footer .submenu ul {
    display: none;
  }
}

#footer .global-footer ul {
  width: 100%;
}

#footer .global-footer li {
  border: none;
}

@media only screen and (max-width: 1023px) {
  #footer .global-footer li {
    width: 100%;
    margin-bottom: 24px;
  }
}

#footer .global-footer a {
  color: #9a9a9a;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #footer .global-footer a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #footer .global-footer a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#footer .global-footer a:hover {
  color: #9a9a9a;
}

#footer .accordion {
  color: #fff;
  padding: 0px;
  margin-top: 0px;
}

#footer .accordion h4 {
  color: #fff;
}

#footer .accordion .toggle-header h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  text-align: left;
  padding-right: 50px;
}

.u-theme-bbd #footer .accordion .toggle-header h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #footer .accordion .toggle-header h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #footer .accordion .toggle-header h4 {
  font-weight: 500 !important;
  letter-spacing: -1.4px;
}

#footer .accordion .toggle-header:after {
  color: #fff;
}

#footer form {
  padding-top: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #footer form {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #footer form {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#footer form .halfAvailableWidth {
  display: block;
}

#footer form input[type=submit] {
  float: left;
  margin-left: 0px;
  background-color: transparent !important;
}

@media only screen and (min-width: 1024px) {
  #footer form input[type=submit] {
    margin-top: 28px;
    float: right;
  }
}

#footer form .form-group {
  margin-top: 30px;
  display: block;
  width: 100%;
  margin: 0;
}

#footer form .form-group:not(.input-has-focus) .control-label {
  color: white;
}

@media only screen and (min-width: 1024px) {
  #footer form .form-group {
    float: left;
    max-width: calc((100% - 250px) / 3);
    padding-right: 25px;
  }
}

#content .hero-banner .hero {
  width: calc(100vw);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  position: relative;
}

@media (min-width: 1200px) {
  #content .hero-banner .hero {
    width: calc(100vw);
    margin-left: calc((((100vw - 1200px) + 60px) / 2) * -1);
  }
}

#content .hero-banner .hero__banner {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content .hero-banner .hero__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
}

#content .hero-banner .hero__heading-wrapper {
  width: 100%;
  z-index: 2;
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px 108px 30px;
}

@media only screen and (min-width: 769px) {
  #content .hero-banner .hero__heading-wrapper {
    padding: 0 30px 108px 30px;
  }
}

#content .hero-banner .hero__heading-wrapper h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.u-theme-bbd #content .hero-banner .hero__heading-wrapper h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .hero-banner .hero__heading-wrapper h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .hero-banner .hero__heading-wrapper h1 {
  font-weight: 500 !important;
  letter-spacing: -2.9px;
}

.u-theme-g2g #content .hero-banner .hero__heading-wrapper h1 {
  font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 64px;
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    max-width: 50%;
  }
  .u-theme-bbd #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-g2g #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  .u-theme-expo #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 53px;
    letter-spacing: -2.2px;
  }
  .u-theme-g2g #content .hero-banner .hero__heading-wrapper h1 {
    font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}

#content .hero-banner .hero__description {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 24px 0 0;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  width: 100%;
}

#content .hero-banner .hero__description-content {
  margin: 0px auto;
  width: 100%;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
  text-align: center;
}

@media (max-width: 768px) {
  #content .hero-banner .hero__description-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .hero-banner .hero__description-content > p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
}

.u-theme-bbd #content .hero-banner .hero__description-content > p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .hero-banner .hero__description-content > p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .hero-banner .hero__description-content > p {
  font-weight: 500 !important;
  letter-spacing: -1.25px;
}

#content .hero-banner .hero__description-content h1 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  #content .hero-banner .hero__description-content h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
  }
  .u-theme-bbd #content .hero-banner .hero__description-content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .hero-banner .hero__description-content h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content .hero-banner .hero__description-content h1 {
    font-weight: 500 !important;
    letter-spacing: -2.9px;
  }
}

#content .hero-banner .hero__description-content p {
  line-height: 1.5em;
  padding-top: 24px !important;
}

#content .hero-banner .hero__description-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1366px) {
  #content .hero-banner--home .hero:before {
    padding-top: 610px !important;
  }
}

#content .hero-banner--home .hero__banner:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

#content .hero-banner--home.hero-banner--no-overlay .hero__banner:before {
  background-color: transparent;
}

@media only screen and (min-width: 1366px) {
  #content .hero-banner--content .hero:before {
    padding-top: 500px !important;
  }
}

.u-theme-bbd #content .hero-banner--content .hero {
  margin-top: -60px;
}

#content .hero-banner--content .hero__description-content {
  text-align: left;
}

.accordion {
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  border: none;
  padding: 0 0px;
  margin: 30px 0px;
  /*
    .field-heading{
        @include text-font-size-p1;
    }*/
}

.accordion .toggle-header {
  background-color: transparent;
  padding: 30px 0px;
  position: relative;
}

.accordion .toggle-header .field-heading {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  text-align: left;
  padding-right: 50px;
}

.u-theme-bbd .accordion .toggle-header .field-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .accordion .toggle-header .field-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo .accordion .toggle-header .field-heading {
  font-weight: 500 !important;
  letter-spacing: -1.4px;
}

.accordion .toggle-header .faq-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
  padding-right: 50px;
}

.u-theme-bbd .accordion .toggle-header .faq-label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .accordion .toggle-header .faq-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.accordion .toggle-header .label {
  white-space: normal;
}

.accordion .toggle-header:hover {
  background-color: transparent;
}

.accordion .toggle-header:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA04";
  margin-right: 5px;
  transition: 0.2s margin-right ease-in-out;
  color: #d82949;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}

.u-theme-expo .accordion .toggle-header:after {
  color: #358371;
  font-family: "icon";
  content: "\EA12";
  font-size: 14px;
  -webkit-transform-origin: center 0px;
  -ms-transform-origin: center 0px;
  transform-origin: center 0px;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

.u-theme-g2g .accordion .toggle-header:after {
  color: #DA1F3C;
}

.u-theme-sea .accordion .toggle-header:after {
  color: #1c8dcd;
}

.accordion .item {
  border-bottom: 1px solid #000;
}

.accordion .item:last-child {
  border-bottom: 1px solid #000;
}

.accordion .item:first-child {
  border-top: 1px solid #000;
}

.accordion .item.active .toggle-header:after {
  content: "\EA03";
  font-size: 2px;
}

.u-theme-expo .accordion .item.active .toggle-header:after {
  font-family: "icon";
  content: "\EA12";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 14px;
}

.accordion .item .toggle-content {
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #3e3e3e;
}

.u-theme-bbd .accordion .item .toggle-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .accordion .item .toggle-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .link-list.quick-links {
  border-left: 4px solid #d82949;
  padding-left: 18px;
}

.u-theme-expo #content .link-list.quick-links {
  border-color: #358371 !important;
}

.u-theme-g2g #content .link-list.quick-links {
  border-color: #DA1F3C !important;
}

.u-theme-sea #content .link-list.quick-links {
  color: #1c8dcd !important;
  border-left: 4px solid #1c8dcd;
}

#content .link-list.quick-links.list-vertical h3 {
  background: transparent;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 15px;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.u-theme-bbd #content .link-list.quick-links.list-vertical h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .link-list.quick-links.list-vertical h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .link-list.quick-links.list-vertical li {
  margin-left: 0;
  padding-left: 0;
}

#content .link-list.quick-links.list-vertical li:last-child a {
  padding-bottom: 0;
}

#content .link-list.quick-links.list-vertical a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  color: #d82949;
  line-height: 1;
  padding: 15px 0;
  display: inline-block;
}

.u-theme-bbd #content .link-list.quick-links.list-vertical a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .link-list.quick-links.list-vertical a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .link-list.quick-links.list-vertical a {
  color: #358371 !important;
}

.u-theme-g2g #content .link-list.quick-links.list-vertical a {
  color: #DA1F3C !important;
}

.u-theme-sea #content .link-list.quick-links.list-vertical a {
  color: #1c8dcd !important;
}

#content .link-list.quick-links.list-vertical ul {
  margin-left: 0px;
}

#content .link-list-chevron.list-vertical h3 {
  background: transparent;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  width: 100%;
  margin-bottom: 90px;
}

.u-theme-bbd #content .link-list-chevron.list-vertical h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .link-list-chevron.list-vertical h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  #content .link-list-chevron.list-vertical h3 {
    width: 50%;
  }
}

#content .link-list-chevron.list-vertical li {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #000;
}

#content .link-list-chevron.list-vertical li:last-child {
  border-bottom: 1px solid #000;
}

#content .link-list-chevron.list-vertical a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
  text-decoration: none;
  color: #000;
  line-height: 1;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}

.u-theme-bbd #content .link-list-chevron.list-vertical a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .link-list-chevron.list-vertical a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .link-list-chevron.list-vertical a:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  float: right;
  margin-right: 5px;
  transition: 0.2s margin-right ease-in-out;
  color: #d82949;
}

.u-theme-g2g #content .link-list-chevron.list-vertical a:after {
  color: #DA1F3C !important;
}

.u-theme-sea #content .link-list-chevron.list-vertical a:after {
  color: #1c8dcd !important;
}

#content .link-list-chevron.list-vertical a:hover {
  color: #000;
}

#content .link-list-chevron.list-vertical a:hover:after {
  margin-right: 0px;
}

#content .link-list-chevron.list-vertical ul {
  margin-left: 0px;
}

#content .page-list {
  background: transparent;
  padding: 0px 0px;
}

#content .page-list--padding {
  padding: 0 30px;
}

#content .page-list .full-width.field-title {
  padding-right: 0px;
}

@media only screen and (min-width: 481px) {
  #content .page-list .full-width.field-title {
    width: 100%;
  }
}

#content .page-list .full-width.field-title a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
}

#content .page-list .full-width.field-title a:after {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

#content .page-list .items {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin-left: 0px !important;
}

#content .page-list .items--vertical {
  border: 0;
}

#content .page-list .items--vertical .item {
  padding: 14px 0;
  border-top: 1px solid #000;
}

#content .page-list .items--vertical .item:last-child {
  border-bottom: 1px solid #000;
}

#content .page-list .items--vertical .item a {
  position: relative;
  width: 100%;
}

#content .page-list .items--vertical .item a::after {
  position: absolute;
  right: 15px;
  top: 15px;
}

#content .page-list .items--vertical .field-name {
  font-weight: bold;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content .page-list .items--vertical .field-title,
#content .page-list .items--vertical .field-content {
  width: 100%;
}

#content .page-list .item {
  border: none;
  position: relative;
  padding: 30px 0;
}

#content .page-list .field-title {
  width: 100%;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  float: left;
  padding-right: 30px;
}

@media only screen and (min-width: 481px) {
  #content .page-list .field-title {
    width: 25%;
    margin-bottom: 0;
  }
}

.u-theme-bbd #content .page-list .field-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .page-list .field-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.u-theme-bbd #content .page-list .field-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .page-list .field-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#content .page-list .field-content, #content .page-list .field-description {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (min-width: 481px) {
  #content .page-list .field-content, #content .page-list .field-description {
    width: 65%;
  }
}

.u-theme-bbd #content .page-list .field-content, .u-theme-bbd #content .page-list .field-description {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .page-list .field-content, .u-theme-expo #content .page-list .field-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .page-list a {
  color: #000;
}

#content .page-list a:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  margin-right: 5px;
  transition: 0.2s margin-right ease-in-out;
  color: #d82949;
  margin-top: 24px;
}

.u-theme-g2g #content .page-list a:after {
  color: #DA1F3C !important;
}

.u-theme-sea #content .page-list a:after {
  color: #1c8dcd !important;
}

@media only screen and (min-width: 481px) {
  #content .page-list a:after {
    float: right;
    margin-top: 0;
  }
}

#content .page-list a:hover {
  color: #000;
  text-decoration: none;
}

#content .page-list a:hover * {
  text-decoration: none;
}

#content .page-list a:hover:after {
  margin-right: 0px;
}

#content .page-list-events .items {
  border-top: none;
  border-bottom: none;
  padding: 0 0;
}

#content .page-list-events .item {
  padding: 30px 0;
  border-top: 1px solid black;
}

#content .page-list-events .item:last-child {
  border-bottom: 1px solid black;
}

#content .page-list-events .field-image {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events .field-image {
    width: calc(100% / 3);
  }
}

#content .page-list-events .field-image > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#content .page-list-events .field-title {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events .field-title {
    margin-top: 0;
    width: calc((100% / 3) * 2);
  }
}

.u-theme-bbd #content .page-list-events .field-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .page-list-events .field-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .page-list-events .field-title {
  font-weight: 500 !important;
  letter-spacing: -1.25px;
}

.u-theme-bbd #content .page-list-events .field-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .page-list-events .field-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events .field-title {
    padding-right: 10%;
    padding-left: 18px;
  }
}

#content .page-list-events .field-content {
  width: 100%;
  float: right;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events .field-content {
    width: calc((100% / 3) * 2);
  }
}

.u-theme-bbd #content .page-list-events .field-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .page-list-events .field-content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events .field-content {
    padding-right: 10%;
    padding-left: 18px;
  }
}

#content .page-list-events a:after {
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .page-list-events a:after {
    position: absolute;
    right: 0px;
    top: 30px;
  }
}

#content .page-selector-list li {
  vertical-align: top;
}

#content .page-selector-item-first {
  display: none;
}

#content .page-selector-item-last {
  display: none;
}

#content .page-selector-item-previous a {
  width: 7px;
  height: 16px;
  overflow: hidden;
  margin-right: 26px;
  color: transparent !important;
  display: block;
}

#content .page-selector-item-previous a:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA06";
  color: #d82949;
}

.u-theme-g2g #content .page-selector-item-previous a:before {
  color: #DA1F3C !important;
}

#content .page-selector-item-next a {
  width: 7px;
  height: 16px;
  overflow: hidden;
  margin-left: 26px;
  display: block;
  color: transparent !important;
}

#content .page-selector-item-next a:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA07";
  color: #d82949;
}

.u-theme-g2g #content .page-selector-item-next a:before {
  color: #DA1F3C !important;
}

.u-theme-sea #content .page-selector-item-next a:before {
  color: #1c8dcd !important;
}

#content .page-selector-item-link {
  border: none;
  color: #333;
  padding: 0;
  padding-bottom: 5px;
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-left: 0;
  margin: 0 6px;
}

#content .page-selector-item-link.active {
  background: transparent;
  border-bottom: 1px #d82949 solid;
  text-decoration: none;
  color: #d82949;
}

.u-theme-g2g #content .page-selector-item-link.active {
  color: #DA1F3C !important;
  border-color: #DA1F3C !important;
}

.u-theme-sea #content .page-selector-item-link.active {
  border-color: #1c8dcd !important;
  color: #1c8dcd !important;
}

#content .page-selector-item-link:hover, #content .page-selector-item-link:focus {
  text-decoration: none;
  background: transparent;
  border-bottom: 1px #d82949 solid;
  color: #d82949;
}

.u-theme-g2g #content .page-selector-item-link:hover, .u-theme-g2g #content .page-selector-item-link:focus {
  color: #DA1F3C !important;
  border-color: #DA1F3C !important;
}

.u-theme-sea #content .page-selector-item-link:hover, .u-theme-sea #content .page-selector-item-link:focus {
  border-color: #1c8dcd !important;
  color: #1c8dcd !important;
}

#content .file-list h3 {
  color: #000;
  width: 100%;
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .file-list h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .file-list h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .file-list li {
  margin-top: 24px;
}

#content .file-list .field-linktext {
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .file-list .field-linktext {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .file-list .field-linktext {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .file-list.download-list .field-size {
  display: none;
}

#content .file-list.download-list-body .component-content > h3 {
  display: none;
}

#content .file-list.download-list-body .field-linktext {
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  padding: 12px 0;
}

.u-theme-bbd #content .file-list.download-list-body .field-linktext {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .file-list.download-list-body .field-linktext {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .file-list.download-list-body .field-linktext {
  font-weight: 500 !important;
  letter-spacing: -1.25px;
}

#content .file-list.download-list-body .field-description {
  padding: 12px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .file-list.download-list-body .field-description {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .file-list.download-list-body .field-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .file-list.download-list-body .cta {
  padding: 12px 0;
}

.addthis {
  margin-top: 60px;
}

.related-article img {
  margin: 12px 0px;
}

.related-article .promo__image-link img {
  margin: 0px !important;
}

#content .testimonial {
  background-color: #1c1948 !important;
  color: white;
  margin-right: -30px;
  margin-left: -30px;
  width: calc(100% + 60px);
}

.u-theme-expo #content .testimonial {
  background-color: #6F7672 !important;
}

.u-theme-g2g #content .testimonial {
  background-color: #363c60 !important;
}

.u-theme-sea #content .testimonial {
  background-color: #1c1848 !important;
}

#content .testimonial.bg-yellow {
  background-color: #fcee21 !important;
  color: #000 !important;
}

#content .testimonial.bg-yellow .field-promotext, #content .testimonial.bg-yellow .field-promotext * {
  color: #000 !important;
}

#content .testimonial.bg-yellow .testimonial-avatar-content *, #content .testimonial.bg-yellow .testimonial-avatar-content h1, #content .testimonial.bg-yellow .testimonial-avatar-content h2, #content .testimonial.bg-yellow .testimonial-avatar-content h3, #content .testimonial.bg-yellow .testimonial-avatar-content h4, #content .testimonial.bg-yellow .testimonial-avatar-content p {
  color: #000 !important;
}

#content .testimonial__info {
  padding-left: 30px;
  padding-right: 3%;
  padding-top: 97px;
  padding-bottom: 35px;
}

#content .testimonial__info h1, #content .testimonial__info h2, #content .testimonial__info h3, #content .testimonial__info h4, #content .testimonial__info h5, #content .testimonial__info h6 {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  #content .testimonial__info {
    float: left;
    padding-top: 60px;
    width: 55%;
    padding-left: 30px;
  }
}

#content .testimonial__info .field-promotext, #content .testimonial__info .field-promotext * {
  color: white;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  #content .testimonial__info .field-promotext {
    padding-right: 24%;
  }
}

@media only screen and (min-width: 1366px) {
  #content .testimonial__info .field-promotext {
    padding-right: 30%;
  }
}

@media only screen and (max-width: 768px) {
  #content .testimonial .field-promotext {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 769px) {
  #content .testimonial .field-promotext {
    height: 291px;
  }
}

#content .testimonial .field-promotext, #content .testimonial .field-promotext > * {
  font-weight: normal;
  font-size: 32px;
}

@media only screen and (min-width: 769px) {
  #content .testimonial .field-promotext, #content .testimonial .field-promotext > * {
    line-height: 47px;
  }
}

#content .testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  background-color: white;
  display: inline-block;
  position: relative;
  margin-right: 23px;
  float: left;
}

#content .testimonial-avatar > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#content .testimonial-avatar-content {
  position: relative;
  top: 16px;
  display: inline-block;
}

#content .testimonial-avatar-content *, #content .testimonial-avatar-content h1, #content .testimonial-avatar-content h2, #content .testimonial-avatar-content h3, #content .testimonial-avatar-content h4, #content .testimonial-avatar-content p {
  color: white;
  font-size: 16px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Roboto", sans-serif !important;
}

#content .testimonial .component-content > *:nth-last-child(1) {
  width: 100%;
  position: relative;
  margin-top: 38px;
}

@media only screen and (min-width: 769px) {
  #content .testimonial .component-content > *:nth-last-child(1) {
    float: right;
    width: 42%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }
}

#content .testimonial .component-content > *:nth-last-child(1):before {
  content: "";
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
}

#content .testimonial.promo .promo__image-link {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  #content .testimonial.promo .promo__image-link {
    overflow: hidden;
  }
}

#content .testimonial.promo .promo__image {
  border: none;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #content .testimonial.promo .promo__image {
    width: 100%;
    max-width: 100%;
  }
}

.tabs .tab {
  padding: 0;
  margin-top: 37px;
}

.tabs .tabs-heading {
  margin-bottom: 0;
  /*&:after*/
  /*{*/
  /*content:">";*/
  /*}*/
  width: auto !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: visible;
  /*padding-bottom:10px;*/
}

.tabs .tabs-heading__border {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.tabs .tabs-heading .ud-horizontal-slider__left-arrow,
.tabs .tabs-heading .ud-horizontal-slider__right-arrow {
  cursor: pointer;
  display: block;
  /*width:10px;*/
  /*height:10px;*/
  /*background-color:red;*/
  /*height:50px;*/
  background-color: white;
  width: 20px;
  height: 26px;
  font-size: 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  z-index: 10;
  text-decoration: none;
}

.tabs .tabs-heading .ud-horizontal-slider__left-arrow:before,
.tabs .tabs-heading .ud-horizontal-slider__right-arrow:before {
  color: #d82949;
}

.u-theme-g2g .tabs .tabs-heading .ud-horizontal-slider__left-arrow:before, .u-theme-g2g
.tabs .tabs-heading .ud-horizontal-slider__right-arrow:before {
  color: #DA1F3C !important;
}

@media only screen and (max-width: 768px) {
  .tabs .tabs-heading .ud-horizontal-slider__left-arrow,
  .tabs .tabs-heading .ud-horizontal-slider__right-arrow {
    display: none !important;
  }
}

.tabs .tabs-heading .ud-horizontal-slider__left-arrow:before {
  float: left;
  left: 0;
}

.tabs .tabs-heading .ud-horizontal-slider__right-arrow:before {
  float: right;
  right: 0;
}

.tabs .tabs-heading li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  float: none;
  overflow: visible;
  display: inline-block;
  margin-bottom: 0;
  background: none !important;
  border: none;
}

.tabs .tabs-heading li a {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 9px;
}

.tabs .tabs-heading li a:hover {
  text-decoration: none !important;
}

.tabs .tabs-heading li:nth-child(1) a {
  margin-left: 0;
}

.tabs .tabs-heading li.active .field-heading > * {
  color: #d82949;
}

.u-theme-g2g .tabs .tabs-heading li.active .field-heading > * {
  color: #DA1F3C !important;
}

.tabs .tabs-heading li.active a {
  border-bottom: 1px solid #d82949;
}

.u-theme-g2g .tabs .tabs-heading li.active a {
  border-color: #DA1F3C !important;
}

.no-touch .tabs .tabs-heading li:hover .field-heading > * {
  color: #000;
}

.no-touch .tabs .tabs-heading li:hover a {
  border-bottom: 1px solid #000;
}

.tabs .tabs-heading .field-heading > * {
  font-size: 16px;
  padding: 0 !important;
  margin: 0 !important;
}

.tabs-inner .tabs-container {
  border: none !important;
}

#content .section-feature {
  margin-right: -30px;
  margin-left: -30px;
  width: calc(100% + 60px);
  overflow: hidden;
}

#content .section-feature img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #content .section-feature .grid-6 .grid-3:first-child {
    padding-right: 2.5%;
  }
}

@media only screen and (min-width: 769px) {
  #content .section-feature .grid-6 .grid-3:last-child {
    padding-left: 2.5%;
  }
}

#content .section-feature .component-content > .row > .component:first-child,
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) {
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  #content .section-feature .component-content > .row > .component:first-child,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) {
    padding: 0 0 30px 30px;
  }
  #content .section-feature .component-content > .row > .component:first-child > .component.image,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) > .component.image {
    margin-bottom: -30px;
    margin-left: -30px;
  }
}

#content .section-feature .component-content > .row > .component:first-child p,
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) p {
  display: block;
  width: 100%;
}

#content .section-feature .component-content > .row > .component:first-child .p1,
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) .p1 {
  display: block;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 17.02128% !important;
  margin-right: 17.02128% !important;
  width: 65.95745%;
}

@media (max-width: 768px) {
  #content .section-feature .component-content > .row > .component:first-child .p1,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) .p1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #content .section-feature .component-content > .row > .component:first-child .p1,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) .p1 {
    padding-left: 5%;
  }
}

#content .section-feature .component-content > .row > .component:first-child a,
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) a {
  display: block;
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 17.02128% !important;
  margin-right: 17.02128% !important;
  width: 65.95745%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #content .section-feature .component-content > .row > .component:first-child a,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) a {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-theme-bbd #content .section-feature .component-content > .row > .component:first-child a, .u-theme-bbd
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .section-feature .component-content > .row > .component:first-child a, .u-theme-expo
#content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  #content .section-feature .component-content > .row > .component:first-child a,
  #content .section-feature.section-feature-right-text-indent .component-content > .row > .component:nth-child(2) a {
    padding-left: 5%;
  }
}

#content .section-feature .component-content > .row > .component:last-child > .row {
  padding: 0 30px;
}

#content .section-feature .component-content > .row > .component:last-child > .row:first-child {
  padding-top: 68px;
}

#content .section-feature .component-content > .row > .component:last-child > .row:last-child {
  padding-bottom: 68px;
}

#content .section-feature .component-content > .row > .component:last-child .image {
  margin-right: -1px;
}

#content .section-feature .component-content > .row > .component:last-child .image.u-image-cover {
  height: 350px;
}

@media (min-width: 768px) {
  #content .section-feature .component-content > .row > .component:last-child .image.u-image-cover {
    height: 500px;
  }
}

#content .section-feature .related-article .field-promotext p, #content .section-feature .related-article .field-promotext2 p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #7b7b7b;
  margin-bottom: 0;
}

.u-theme-bbd #content .section-feature .related-article .field-promotext p, .u-theme-bbd #content .section-feature .related-article .field-promotext2 p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .section-feature .related-article .field-promotext p, .u-theme-expo #content .section-feature .related-article .field-promotext2 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .promo {
  padding: 0 !important;
  border: none;
  background-color: transparent;
}

#content .promo.text-link .field-promotext > :nth-child(1) {
  margin-top: 0;
  padding-top: 0;
}

.u-theme-expo #content .promo.text-link {
  overflow: visible;
}

.u-theme-expo #content .promo.text-link .field-promotext a {
  position: relative;
}

.u-theme-expo #content .promo.text-link .field-promotext a::after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA11";
  -webkit-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  transform-origin: 100% center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 5px;
  font-size: 28px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .u-theme-expo #content .promo.text-link .field-promotext a::after {
    left: 5px;
  }
}

#content .promo a.promo__image-link:before {
  content: "";
  background-color: #d82949;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.u-theme-expo #content .promo a.promo__image-link:before {
  background-color: #358371 !important;
}

.u-theme-g2g #content .promo a.promo__image-link:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .promo a.promo__image-link:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 769px) {
  #content .promo a.promo__image-link:before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .promo a.promo__image-link:before {
    width: 80px;
    height: 80px;
  }
}

#content .promo a.promo__image-link:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 28px;
}

.u-theme-expo #content .promo a.promo__image-link:after {
  content: "\EA0E";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  bottom: 35px;
}

@media only screen and (min-width: 769px) {
  #content .promo a.promo__image-link:after {
    bottom: 20px;
    right: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .promo a.promo__image-link:after {
    bottom: 30px;
    right: 28px;
  }
}

#content .promo .promo__image-link {
  margin: 12px 0px;
  display: block;
  position: relative;
  display: block;
  line-height: 0;
}

#content .promo .promo__image-link img {
  width: 100%;
}

#content .promo .promo.hero-banner .field-promoicon img {
  text-align: center;
}

#content .profile {
  width: 100%;
}

#content .profile--event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-theme-bbd #content .profile--event.profile--no-image {
  background-color: #fcee21;
}

@media only screen and (min-width: 769px) {
  .u-theme-bbd #content .profile--event.profile--no-image {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .u-theme-bbd #content .profile--event.profile--no-image {
    background-color: #fcee21;
    padding-top: 9px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile--event.profile--no-image {
    padding-top: 29px;
  }
}

#content .profile--no-image {
  background-color: #e9ebed;
  margin-top: 12px;
  padding: 5px 0 0;
}

#content .profile--no-image .profile__title,
#content .profile--no-image .profile__subtitle,
#content .profile--no-image .profile__date,
#content .profile--no-image .profile__location,
#content .profile--no-image .profile__description {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 769px) {
  #content .profile--no-image {
    background-color: transparent;
  }
  #content .profile--no-image .profile__title,
  #content .profile--no-image .profile__subtitle,
  #content .profile--no-image .profile__date,
  #content .profile--no-image .profile__location,
  #content .profile--no-image .profile__description {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile--no-image {
    background-color: #e9ebed;
  }
  .u-theme-expo #content .profile--no-image {
    background-color: #F7EBC4;
  }
  #content .profile--no-image .profile__title,
  #content .profile--no-image .profile__subtitle,
  #content .profile--no-image .profile__date,
  #content .profile--no-image .profile__location,
  #content .profile--no-image .profile__description {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#content .profile--no-image .profile__content {
  padding-bottom: 100px;
}

#content .profile--no-image .profile__image-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

#content .profile--people {
  margin-bottom: 24px;
}

#content .profile--people .profile__title h4 {
  padding-top: 13px;
  margin-bottom: 0px;
}

.u-theme-bbd #content .profile--people .profile__title {
  margin-top: 35px;
  margin-bottom: 0px;
}

.u-theme-bbd #content .profile--people .profile__title h3 {
  margin-bottom: 0px;
}

.u-theme-bbd #content .profile--people .profile__sector {
  margin-bottom: 20px;
}

.u-theme-bbd #content .profile--people .profile__sector p {
  font-size: 13px;
}

#content .profile--speaker .profile__video-duration {
  color: white;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 13px;
}

.u-theme-bbd #content .profile--speaker .profile__title {
  margin-bottom: 0px;
}

.u-theme-bbd #content .profile--speaker .profile__title a:hover {
  color: #d82949;
  text-decoration: none;
}

.u-theme-g2g .u-theme-bbd #content .profile--speaker .profile__title a:hover {
  color: #DA1F3C !important;
}

.u-theme-sea .u-theme-bbd #content .profile--speaker .profile__title a:hover {
  color: #1c8dcd !important;
}

.u-theme-bbd #content .profile--speaker .profile__title a:hover h6 {
  color: #d82949;
  text-decoration: none;
}

.u-theme-g2g .u-theme-bbd #content .profile--speaker .profile__title a:hover h6 {
  color: #DA1F3C !important;
}

.u-theme-sea .u-theme-bbd #content .profile--speaker .profile__title a:hover h6 {
  color: #1c8dcd !important;
}

.u-theme-bbd #content .profile--speaker .profile__title h6 {
  color: black;
  font-weight: 700;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .u-theme-bbd #content .profile--speaker .profile__title h6:hover {
    color: #d82949;
  }
  .u-theme-g2g .u-theme-bbd #content .profile--speaker .profile__title h6:hover {
    color: #DA1F3C !important;
  }
  .u-theme-sea .u-theme-bbd #content .profile--speaker .profile__title h6:hover {
    color: #1c8dcd !important;
  }
}

.u-theme-bbd #content .profile--speaker .profile__person {
  margin-top: -10px;
}

.u-theme-bbd #content .profile--speaker .profile__video-duration {
  font-weight: 700;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#content .profile__title {
  margin-bottom: 14px;
  color: #000;
}

#content .profile__title h3 {
  margin-top: 0;
}

.u-theme-bbd #content .profile__title h3 {
  line-height: 30px;
}

#content .profile__title a h3, #content .profile__title a h4 {
  color: black;
}

#content .profile__title a:hover, #content .profile__title a:hover h3, #content .profile__title a:hover h4 {
  color: #d82949;
  text-decoration: none;
}

.u-theme-expo #content .profile__title a:hover, .u-theme-expo #content .profile__title a:hover h3, .u-theme-expo #content .profile__title a:hover h4 {
  color: #358371 !important;
}

.u-theme-g2g #content .profile__title a:hover, .u-theme-g2g #content .profile__title a:hover h3, .u-theme-g2g #content .profile__title a:hover h4 {
  color: #DA1F3C !important;
}

.u-theme-sea #content .profile__title a:hover, .u-theme-sea #content .profile__title a:hover h3, .u-theme-sea #content .profile__title a:hover h4 {
  color: #1c8dcd !important;
}

#content .profile__list p {
  margin-bottom: 0;
}

#content .profile__subtitle {
  width: 100%;
  margin-bottom: 0;
  margin-top: 29px;
}

#content .profile__subtitle p {
  color: #7b7b7b;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd #content .profile__subtitle p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .profile__subtitle p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.u-theme-bbd #content .profile__subtitle p {
  font-size: 13px;
}

#content .profile__date {
  margin-bottom: 15px;
}

#content .profile__date p {
  color: #7b7b7b;
}

.u-theme-bbd #content .profile__date p {
  font-size: 13px;
}

#content .profile__location {
  margin-bottom: 15px;
}

#content .profile__location p {
  color: #7b7b7b;
}

#content .profile__image {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

#content .profile__text-link {
  text-decoration: none;
}

#content .profile__text-link:hover {
  text-decoration: none;
}

#content .profile__link-spacer {
  display: block;
  height: 80px;
  width: 100%;
}

#content .profile__content {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}

@media only screen and (min-width: 769px) {
  #content .profile__content {
    padding-bottom: 5px;
  }
}

#content .profile__image-link {
  margin: 12px 0px;
  display: block;
  position: relative;
}

#content .profile__image-link img {
  display: block;
}

#content .profile__image-link:before {
  content: "";
  background-color: #d82949;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
}

.u-theme-expo #content .profile__image-link:before {
  background-color: #358371 !important;
}

.u-theme-g2g #content .profile__image-link:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .profile__image-link:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link:before {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile__image-link:before {
    width: 80px;
    height: 80px;
  }
}

#content .profile__image-link:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
  position: absolute;
  bottom: 30px;
  right: 28px;
}

.u-theme-expo #content .profile__image-link:after {
  content: "\EA0E";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link:after {
    bottom: 24px;
    right: 19px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile__image-link:after {
    bottom: 30px;
    right: 28px;
  }
}

#content .profile__image-link.profile__image-link--small:after {
  bottom: 24px;
  right: 19px;
}

#content .profile__image-link-plus {
  margin: 12px 0px 31px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link-plus {
    margin: 12px 0px 27px;
  }
}

#content .profile__image-link-plus:before {
  content: "";
  background-color: #d82949;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
}

.u-theme-expo #content .profile__image-link-plus:before {
  background-color: #358371 !important;
}

.u-theme-g2g #content .profile__image-link-plus:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .profile__image-link-plus:before {
  background-color: #1c8dcd !important;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link-plus:before {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile__image-link-plus:before {
    width: 80px;
    height: 80px;
  }
}

#content .profile__image-link-plus:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA04";
  color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  right: 23px;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link-plus:after {
    bottom: 24px;
    right: 23px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .profile__image-link-plus:after {
    bottom: 24px;
    right: 23px;
  }
}

#content .profile__image-link-plus.profile__image-link--small:after {
  bottom: 24px;
  right: 23px;
}

#content .profile__image-link--small {
  position: relative;
}

#content .profile__image-link--small:before {
  width: 65px;
  height: 65px;
}

#content .profile__image-link-no-icon {
  margin: 12px 0px 31px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link-no-icon {
    margin: 12px 0px 27px;
  }
}

#content .profile__image-link-play {
  margin: 12px 0px 31px;
  display: block;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #content .profile__image-link-play {
    margin: 12px 0px 27px;
  }
}

#content .profile__image-link-play:before {
  content: "";
  background-color: #d82949;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 65px;
  height: 65px;
}

.u-theme-g2g #content .profile__image-link-play:before {
  background-color: #DA1F3C !important;
}

.u-theme-sea #content .profile__image-link-play:before {
  background-color: #1c8dcd !important;
}

#content .profile__image-link-play:after {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA10";
  color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

#content .profile__image-link-play--small:after {
  bottom: 24px;
  right: 23px;
}

#content .event-feature, #content .news-feature {
  margin-bottom: 0;
}

#content .event-feature .profile__subtitle, #content .news-feature .profile__subtitle {
  margin-bottom: 10px;
  margin-top: 30px;
}

#content .event-feature .profile__subtitle p, #content .news-feature .profile__subtitle p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
}

.u-theme-bbd #content .event-feature .profile__subtitle p, .u-theme-bbd #content .news-feature .profile__subtitle p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .event-feature .profile__subtitle p, .u-theme-expo #content .news-feature .profile__subtitle p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.u-theme-bbd #content .event-feature .profile__subtitle, .u-theme-bbd #content .news-feature .profile__subtitle {
  margin-top: 43px;
}

.u-theme-bbd #content .event-feature .profile__subtitle p, .u-theme-bbd #content .news-feature .profile__subtitle p {
  font-size: 13px;
}

#content .event-feature .profile__title, #content .news-feature .profile__title {
  margin-bottom: 5px;
}

.u-theme-bbd #content .event-feature .profile__title, .u-theme-bbd #content .news-feature .profile__title {
  margin-top: 8px;
}

#content .event-feature .profile__date, #content .news-feature .profile__date {
  width: 100%;
}

.u-theme-bbd #content .event-feature .profile__date, .u-theme-bbd #content .news-feature .profile__date {
  margin-bottom: 7px;
}

#content .event-feature .profile__date p, #content .news-feature .profile__date p {
  color: #7b7b7b;
  margin-bottom: 18px;
}

#content .grid-6 > .event-item .profile__content:after {
  content: "";
  display: table;
  clear: both;
}

#content .grid-6 > .event-item .profile__image-link {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #content .grid-6 > .event-item .profile__image-link {
    width: calc(100% / 3) !important;
    float: left;
  }
}

#content .grid-6 > .event-item .profile__title {
  margin-bottom: 18px;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .grid-6 > .event-item .profile__title {
    width: calc((100% / 3) * 2) !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#content .grid-6 > .event-item .profile__description {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .grid-6 > .event-item .profile__description {
    width: calc((100% / 3) * 2) !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#content .grid-6 > .event-item .profile__description p {
  color: #7b7b7b;
  margin-bottom: 18px;
}

#content .profile-header__title {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
}

@media (max-width: 768px) {
  #content .profile-header__title {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .profile-header__title * {
  margin-top: 0;
}

.u-theme-bbd #content .profile-header__title h2 {
  margin-top: 4px;
}

.u-theme-bbd #content .profile-header__title p {
  color: #7b7b7b;
}

@media only screen and (max-width: 768px) {
  #content .profile-header__title h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    font-size: 40px;
  }
  .u-theme-bbd #content .profile-header__title h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
  }
  .u-theme-expo #content .profile-header__title h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
  }
  .u-theme-expo #content .profile-header__title h1 {
    font-weight: 500 !important;
    letter-spacing: -2.9px;
  }
}

#content .profile-header__image {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 8.51064% !important;
  margin-right: 8.51064% !important;
  width: 82.97872%;
}

@media (max-width: 768px) {
  #content .profile-header__image {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .profile-header__heading {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
  margin: 30px 0;
}

@media (max-width: 768px) {
  #content .profile-header__heading {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .profile-header__copy {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
}

@media (max-width: 768px) {
  #content .profile-header__copy {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .profile-list .profile--list-item {
  border-top: 1px solid #000;
  padding: 30px 0;
}

#content .profile-list .profile--list-item:after {
  content: "";
  display: table;
  clear: both;
}

#content .profile-list .profile--list-item:last-child {
  border-bottom: 1px solid #000;
}

#content .profile-list .profile--list-item:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  margin-right: 5px;
  transition: 0.2s margin-right ease-in-out;
  color: #d82949;
  margin-top: 24px;
}

.u-theme-g2g #content .profile-list .profile--list-item:before {
  color: #DA1F3C !important;
}

.u-theme-sea #content .profile-list .profile--list-item:before {
  color: #1c8dcd !important;
}

@media only screen and (min-width: 481px) {
  #content .profile-list .profile--list-item:before {
    float: right;
    margin-top: 0;
  }
}

#content .profile-list .profile--list-item:hover {
  color: #000;
}

#content .profile-list .profile--list-item:hover:before {
  margin-right: 0px;
}

#content .profile-list .profile-header__title {
  margin: 0 !important;
  width: 100% !important;
  float: left;
  padding-left: 20px;
  padding-right: 30px;
}

@media only screen and (min-width: 769px) {
  #content .profile-list .profile-header__title {
    width: calc((100% / 3) * 2) !important;
  }
}

#content .profile-list .profile-header__title * {
  margin-top: 0;
  line-height: 1.2em;
  color: #000;
}

#content .profile-list .profile-header__image {
  margin: 0 !important;
  width: 100% !important;
  float: left;
}

@media only screen and (min-width: 769px) {
  #content .profile-list .profile-header__image {
    width: calc(100% / 3) !important;
  }
}

#content .profile-list .profile-header__copy {
  margin: 0 !important;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 30px;
  float: left;
}

#content .profile-list .profile-header__copy * {
  margin-bottom: 0 !important;
}

#content .profile-list .profile-header__copy.p2 * {
  color: #7b7b7b;
}

#content .profile-list .profile-header__copy.p1 * {
  color: #000;
}

@media only screen and (min-width: 769px) {
  #content .profile-list .profile-header__copy {
    width: calc((100% / 3) * 2) !important;
  }
}

#content .profile-tile-layout .grid-3:nth-child(4n + 1) {
  margin-left: 0 !important;
}

#content .profile-tile-layout .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job--item {
  border-bottom: 1px solid #000;
}

.job--item:first-child {
  border-top: 1px solid #000;
}

.job__date {
  margin-top: 20px;
  display: block;
}

.job__title a {
  text-decoration: none !important;
}

.job__title h3 {
  display: inline-block;
  color: #000;
}

.job__title h3:hover {
  color: #d82949;
}

.job__secondment {
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border: 1px solid black;
  padding: 1px 4px;
  letter-spacing: -0.35px;
  margin-left: 4px;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  bottom: 2px;
}

.job-categories-list .job-category::after {
  content: '|';
  margin: 0 5px;
}

.job-categories-list .job-category:last-child::after {
  content: '';
}

.job-button {
  line-height: 1.8 !important;
}

.job-list__heading {
  font-weight: bold !important;
}

@media only screen and (min-width: 1024px) {
  .job-list__heading {
    margin-top: 80px;
  }
}

.job-lists {
  margin: 30px 0;
}

.job-lists ul {
  margin-bottom: 30px;
  margin-left: 0 !important;
}

.job-details-list {
  margin-left: 0 !important;
}

.job-details-item {
  list-style: none !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.job-details-item:first-child {
  border-top: 1px solid #000;
}

.job-details-item__label {
  min-width: 100px;
  display: inline-block;
}

.job-details-item__content {
  display: inline-block;
}

.job-details-buttons .cta--primary a,
.job-details-buttons .cta--secondary a {
  padding: 12px 15px !important;
}

.job-details-buttons .cta--secondary a {
  border: 1px solid transparent;
}

.job-details-buttons .cta {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

#content .breadcrumb {
  background-color: transparent;
  padding: 0;
  padding-top: 30px;
  margin-bottom: 17px;
}

#content .breadcrumb .component-content {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
}

@media (max-width: 768px) {
  #content .breadcrumb .component-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#content .breadcrumb ol {
  margin: 0px;
}

#content .breadcrumb li a:not(.fa):not(.hash-anchor) {
  font-size: 14px;
}

#content .breadcrumb li {
  float: initial;
}

#content .breadcrumb .field-title {
  display: inline;
}

#content .breadcrumb li:nth-last-child(1) a.active {
  color: #221;
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}

#content .breadcrumb .separator {
  width: initial;
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

#content .search-results {
  margin-top: 38px;
  margin-bottom: 68px;
}

#content .search-results .no-results {
  /*margin-left: ((100% / 12) * $num-columns) - ($sitecore-gutter / 2);*/
  /*padding-left: $sitecore-gutter;*/
  /*padding-left: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*padding-right: ((100% / 12) * $num-columns) + ($sitecore-gutter / 2);*/
  /*margin: 0 auto;
    $margin-either-side: (((100% / 12) * $num-columns) + ($sitecore-gutter / 2));
    width: 100% - ($margin-either-side  * 2 );
    margin-left: $margin-either-side !important; 
    margin-right: $margin-either-side  !important;*/
  /*margin-left: $sitecore-gutter !important;
    margin-right: $sitecore-gutter !important;*/
  margin-left: 25.53192% !important;
  margin-right: 25.53192% !important;
  width: 48.93617%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #content .search-results .no-results {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-theme-bbd #content .search-results .no-results {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .search-results .no-results {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .search-results .search-result-list li {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #b8b8b8;
}

#content .search-results .search-result-list li:first-child {
  margin-top: 0px;
}

#content .search-results .search-result-list li:last-child {
  border-bottom: none;
}

#content .search-results .search-result-list .field-title {
  padding-bottom: 15px;
}

#content .search-results .search-result-list .field-title a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
}

.u-theme-bbd #content .search-results .search-result-list .field-title a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .search-results .search-result-list .field-title a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .search-results .search-result-list .field-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.u-theme-bbd #content .search-results .search-result-list .field-description {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .search-results .search-result-list .field-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#content .search-results-people h3 {
  margin-top: 38px;
  margin-bottom: 28px;
}

#content .search-results-people li {
  margin: 0;
  margin-bottom: 5px;
}

#content .search-box {
  position: relative;
  padding: 5px 0 15px 0;
}

#content .search-box label {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}

.u-theme-bbd #content .search-box label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo #content .search-box label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo #content .search-box label {
  font-weight: 500 !important;
  letter-spacing: -2.9px;
}

#content .search-box__button {
  display: none;
}

#content .search-box__action-button {
  background-image: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  background-color: none;
}

#content .search-box__action-button--search {
  display: block;
}

#content .search-box__action-button--clear {
  display: none;
}

#content .search-box__input {
  padding-left: 32px;
  font-size: 24px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 2px solid black !important;
  margin-top: 20px;
}

#content .search-box__input::-ms-clear {
  display: none;
}

#content .search-box__input.tt-hint {
  display: none !important;
}

#content .search-box pre {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 20px;
  color: #adadad;
  right: auto;
  left: 0;
  text-align: left;
  white-space: nowrap !important;
}

#content .search-box__input-wrapper {
  position: relative;
}

#content .search-box__action-button {
  cursor: pointer;
  padding: 10px;
}

#content .search-box:not(.input-is-populated) .search-box-action-button.search-box-action-button--clear {
  display: none;
}

#content .search-box.input-is-populated .search-box__action-button.search-box__action-button--search {
  left: 0;
  right: auto;
}

#content .search-box.input-is-populated .search-box__action-button.search-box__action-button--clear {
  display: block;
}

#content .search-box .tt-menu {
  width: 100%;
  border: 1px solid #b8b8b8;
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: white;
  overflow-y: auto;
  padding: 4px 0;
}

.row [class*="custom-column"]:first-child {
  margin-left: 0;
}

.row [class*="custom-column"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}

@media only screen and (min-width: 769px) {
  .row [class*="custom-column"] {
    margin-left: 2.12766%;
  }
}

.row .custom-column-12 {
  width: 100%;
}

.row .custom-column--3 {
  width: 20%;
}

@media only screen and (min-width: 769px) {
  .row .custom-column--3 {
    width: 22.87234%;
  }
}

.row .custom-column--3:first-child {
  width: 25%;
}

.row .custom-column--4 {
  width: 28.333%;
}

@media only screen and (min-width: 769px) {
  .row .custom-column--4 {
    width: 31.20534%;
  }
}

.row .custom-column--4:first-child {
  width: 33.333%;
}

.row .custom-column--6 {
  width: 45%;
}

@media only screen and (min-width: 769px) {
  .row .custom-column--6 {
    width: 47.87234%;
  }
}

.row .custom-column--6:first-child {
  width: 50%;
}

@media (max-width: 768px) {
  .row .custom-column {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

#content .filter-bar {
  display: block;
  width: 100%;
  height: auto;
  margin: 5px 0 0;
}

#content .filter-bar__title {
  font-size: 13px;
  color: #7b7b7b;
  margin-bottom: 6px;
}

#content .filter-bar__title--sort {
  height: 27px;
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 400px) {
  #content .filter-bar__filter-col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

@media (max-width: 520px) {
  #content .filter-bar__filter-col--four-columns {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

#content .filter-bar__filter-btn {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  padding-bottom: 10px;
  font-size: 13px !important;
  cursor: pointer;
}

.u-theme-bbd #content .filter-bar__filter-btn {
  border-bottom: 1px solid black;
}

#content .filter-bar__filter-btn span {
  color: black;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 769px) {
  #content .filter-bar__filter-btn {
    font-size: 16px !important;
  }
}

#content .filter-bar__filter-btn--is-active {
  border-bottom: 1px solid #d82949;
}

.u-theme-expo #content .filter-bar__filter-btn--is-active {
  border-bottom: 1px solid black !important;
}

.u-theme-g2g #content .filter-bar__filter-btn--is-active {
  color: #DA1F3C !important;
}

#content .filter-bar__filter-btn--is-active span {
  color: #d82949;
}

.u-theme-expo #content .filter-bar__filter-btn--is-active span {
  color: black !important;
}

.u-theme-g2g #content .filter-bar__filter-btn--is-active span {
  color: #DA1F3C !important;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__filter-btn:hover {
    text-decoration: none;
  }
  #content .filter-bar__filter-btn:hover span {
    text-decoration: none;
    color: #d82949;
  }
  .u-theme-expo #content .filter-bar__filter-btn:hover span {
    color: black !important;
  }
  .u-theme-g2g #content .filter-bar__filter-btn:hover span {
    color: #DA1F3C !important;
  }
}

#content .filter-bar__dropdown-icon {
  font-size: 11px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 20px;
  height: 10px;
}

#content .filter-bar__dropdown-icon:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0E";
  color: #d82949;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  right: 0;
  z-index: 1;
}

.u-theme-expo #content .filter-bar__dropdown-icon:before {
  color: #358371 !important;
}

.filter-bar__filter-btn--is-active #content .filter-bar__dropdown-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content .filter-bar .filter-bar__filter-btn--is-active .filter-bar__dropdown-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content .filter-bar__mobile-sort {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
  height: 30px;
  height: 27px;
}

@media only screen and (min-width: 769px) {
  #content .filter-bar__mobile-sort {
    height: 30px;
  }
}

#content .filter-bar__tabs {
  border-bottom: 1px solid #dfdfdf;
  height: 27px;
}

@media only screen and (min-width: 769px) {
  #content .filter-bar__tabs {
    margin-top: 11px;
    height: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tabs {
    height: 35px;
    margin-top: 0;
  }
}

#content .filter-bar__tab {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 7px;
  color: black;
  font-size: 13px !important;
}

#content .filter-bar__tab:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  #content .filter-bar__tab {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tab {
    font-size: 16px !important;
    margin-right: 40px;
  }
}

#content .filter-bar__tab--is-active {
  border-bottom: 1px solid #d82949;
  color: #d82949;
}

.u-theme-expo #content .filter-bar__tab--is-active {
  border-bottom: 1px solid #358371;
}

.u-theme-g2g #content .filter-bar__tab--is-active {
  color: #DA1F3C !important;
  border-color: #DA1F3C !important;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tab:hover {
    border-bottom: 1px solid #d82949;
    text-decoration: none;
  }
  .u-theme-g2g #content .filter-bar__tab:hover {
    border-color: #DA1F3C !important;
  }
}

#content .filter-bar__tags {
  display: none;
  background-color: #e9ebed;
  padding: 10px;
  margin-top: 1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tags {
    padding: 25px;
  }
}

#content .filter-bar__tags--selected {
  padding: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tags--selected {
    padding: 11px 25px;
    margin-bottom: 0;
  }
}

#content .filter-bar__tags--is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .filter-bar__tags-title {
  height: 30px;
  width: 100%;
  color: black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 0 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tags-title {
    height: 70px;
    padding: 0 20px;
    width: auto;
  }
}

#content .filter-bar__tag {
  border: 1px solid #cccfd1;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: black;
  padding: 4px 20px;
  margin: 10px;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tag {
    margin: 15px;
    padding: 9px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #content .filter-bar__tag:hover {
    border: 1px solid #d82949;
    color: #d82949;
  }
  .u-theme-expo #content .filter-bar__tag:hover {
    border-color: #358371 !important;
    color: #358371 !important;
  }
  .u-theme-g2g #content .filter-bar__tag:hover {
    border-color: #DA1F3C !important;
    color: #DA1F3C !important;
  }
}

#content .filter-bar__tag--is-active {
  border: 1px solid #d82949;
  color: #d82949;
}

.u-theme-expo #content .filter-bar__tag--is-active {
  border-color: #358371 !important;
  color: #358371 !important;
}

.u-theme-g2g #content .filter-bar__tag--is-active {
  border-color: #DA1F3C !important;
  color: #DA1F3C !important;
}

#content .filter-bar__tag-icon {
  font-size: 11px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

#content .filter-bar__tag-icon:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0B";
  color: #d82949;
  display: inline-block;
  z-index: 1;
}

#content .media {
  margin-top: 20px;
}

#content > .row > .grid-12 > .row #content .media {
  padding-left: 30px;
  padding-right: 30px;
}

#content .media__hr {
  border-top: 1px solid black;
}

@media only screen and (min-width: 769px) {
  #content .media__cards {
    margin: 50px 0 0;
  }
  #content .media__cards .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .media__cards .grid-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #content .media__cards .grid-3:nth-child(4n+5) {
    margin-left: 0;
  }
  #content .media__cards .grid-3:nth-child(4n+4) {
    margin-left: 2%;
  }
}

#content .media .form .media__btn-wrap {
  text-align: center;
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#content .media .form .media__btn-wrap .media__btn {
  float: none;
}

#content .media__media-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
}

@media only screen and (min-width: 769px) {
  #content .media__media-item {
    margin-bottom: 60px;
  }
}

#content .events-list {
  margin-top: 20px;
}

#content .events-list__hr {
  border-top: 1px solid black;
}

#content .events-list__cards--carousel-row.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#content .events-list__cards--carousel-row.row .grid-3 {
  margin-left: 9.5px;
  margin-right: 9.5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  #content .events-list__cards .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .events-list__cards .grid-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #content .events-list__cards .grid-3:nth-child(4n+1) {
    margin-left: 0;
  }
  #content .events-list__cards .grid-3:nth-child(4n) {
    margin-left: 2%;
  }
}

#content .events-list .form .events-list__btn-wrap {
  text-align: center;
  padding-top: 20px;
}

#content .events-list .form .events-list__btn-wrap .events-list__btn {
  float: none;
}

.m-carousel {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .m-carousel {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 1366px) {
  .m-carousel {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}

@media only screen and (max-width: 768px) {
  .m-carousel {
    width: 100vw;
    overflow: hidden;
    margin-left: -30px;
    padding-left: 15px;
  }
}

.m-carousel__slider {
  margin: 0 30px;
  position: relative;
  left: -25px;
}

@media only screen and (min-width: 769px) {
  .m-carousel__slider {
    margin: 0 30px;
    overflow: hidden;
    left: auto;
  }
}

.m-carousel .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .m-carousel__slide {
    padding: 10px;
    margin: 0 !important;
  }
}

.m-carousel__slide.grid-3 {
  margin-left: 0.79% !important;
  margin-right: 0.79% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.404255319148934%;
  -webkit-flex-basis: 23.404255319148934%;
  -ms-flex-preferred-size: 23.404255319148934%;
  flex-basis: 23.404255319148934%;
}

@media only screen and (max-width: 768px) {
  .m-carousel__slide.grid-3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.m-carousel__slide.grid-3 > .profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-carousel__controls {
  display: none;
}

.-single .m-carousel__next-previous-controls {
  display: none;
}

@media only screen and (max-width: 768px) {
  .m-carousel__next-previous-controls {
    width: 100%;
    display: block;
    height: 60px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .m-carousel__next-previous-controls {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-carousel__next-previous-wrap {
    position: relative;
    width: 182px;
    margin: 0 auto;
    display: block;
  }
}

.m-carousel__btn-chev-right {
  fill: #d82949;
  fill-rule: evenodd;
}

.u-theme-expo .m-carousel__btn-chev-right {
  fill: #358371;
}

.u-theme-g2g .m-carousel__btn-chev-right {
  fill: #DA1F3C;
}

.u-theme-sea .m-carousel__btn-chev-right {
  fill: #1c8dcd;
}

.m-carousel__previous-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 15px;
  margin: 0 15px;
  position: relative;
  font-size: 59px;
  float: left;
}

@media only screen and (min-width: 769px) {
  .m-carousel__previous-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 10;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__previous-arrow {
    width: 61px;
    height: 61px;
    top: 130px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__previous-arrow:hover {
    background-color: #d82949;
    border-color: #d82949;
  }
  .u-theme-expo .m-carousel__previous-arrow:hover {
    background-color: #358371;
    border-color: #358371;
  }
  .u-theme-g2g .m-carousel__previous-arrow:hover {
    background-color: #DA1F3C;
    border-color: #DA1F3C;
  }
  .u-theme-sea .m-carousel__previous-arrow:hover {
    background-color: #1c8dcd;
    border-color: #1c8dcd;
  }
  .m-carousel__previous-arrow:hover .m-carousel__btn-chev-right {
    fill: white;
  }
}

@media only screen and (min-width: 769px) {
  .m-carousel__previous-arrow {
    left: -10px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__previous-arrow {
    left: -20px;
  }
}

.m-carousel__previous-arrow .m-carousel__btn-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.-first .m-carousel__previous-arrow {
  display: none;
}

.m-carousel__next-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 15px;
  margin: 0 15px;
  position: relative;
  font-size: 59px;
  float: right;
}

@media only screen and (min-width: 769px) {
  .m-carousel__next-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 10;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__next-arrow {
    width: 61px;
    height: 61px;
    top: 130px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__next-arrow:hover {
    background-color: #d82949;
    border-color: #d82949;
  }
  .u-theme-expo .m-carousel__next-arrow:hover {
    background-color: #358371;
    border-color: #358371;
  }
  .u-theme-g2g .m-carousel__next-arrow:hover {
    background-color: #DA1F3C;
    border-color: #DA1F3C;
  }
  .u-theme-sea .m-carousel__next-arrow:hover {
    background-color: #1c8dcd;
    border-color: #1c8dcd;
  }
  .m-carousel__next-arrow:hover .m-carousel__btn-chev-right {
    fill: white;
  }
}

@media only screen and (min-width: 769px) {
  .m-carousel__next-arrow {
    right: -10px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-carousel__next-arrow {
    right: -20px;
  }
}

.-last .m-carousel__next-arrow {
  display: none;
}

.m-upper-footer {
  background-color: black;
  color: #7b7b7b;
  padding: 20px 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 769px) {
  .m-upper-footer {
    height: 100px;
  }
}

.m-upper-footer__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 40px;
  max-width: 1200px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .m-upper-footer__row {
    padding-left: 40px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
  }
}

.m-upper-footer__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}

@media only screen and (min-width: 1024px) {
  .m-upper-footer__col {
    width: 25%;
  }
}

.m-upper-footer > .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .m-upper-footer .grid-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.m-upper-footer a.m-upper-footer__icon-card {
  text-decoration: none !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b7b7b;
  padding: 15px 5px;
}

@media only screen and (min-width: 1024px) {
  .m-upper-footer a.m-upper-footer__icon-card:hover {
    text-decoration: none !important;
    color: white;
  }
}

.m-upper-footer__icon {
  margin-right: 15px;
  font-size: 25px;
}

.m-upper-footer__icon-text {
  font-size: 16px;
  line-height: 20px;
}

.m-image-modal {
  position: fixed;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.m-image-modal__wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .m-image-modal__wrap {
    width: 80vw;
  }
}

.m-image-modal__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.m-image-modal__controls {
  position: absolute;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 15px;
  left: 0;
  height: 61px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .m-image-modal__controls {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 50%;
    left: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-image-modal__close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2001;
  cursor: pointer;
  font-size: 15px;
  font-size: 59px;
  margin-right: 30px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media only screen and (min-width: 769px) {
  .m-image-modal__close {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin-right: 0;
  }
}

.m-image-modal__close i {
  color: #d82949;
  font-size: 14px;
  height: 61px;
  display: block;
  line-height: 61px;
}

.u-theme-expo .m-image-modal__close i {
  color: #358371;
}

.u-theme-g2g .m-image-modal__close i {
  color: #DA1F3C;
}

.u-theme-sea .m-image-modal__close i {
  color: #1c8dcd;
}

.m-image-modal__close i:before {
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .m-image-modal__close:hover {
    background-color: #d82949;
    border-color: #d82949;
  }
  .u-theme-expo .m-image-modal__close:hover {
    border-color: #358371 !important;
    background-color: #358371 !important;
  }
  .u-theme-g2g .m-image-modal__close:hover {
    border-color: #DA1F3C !important;
    background-color: #DA1F3C !important;
  }
  .u-theme-sea .m-image-modal__close:hover {
    border-color: #1c8dcd !important;
    background-color: #1c8dcd !important;
  }
  .m-image-modal__close:hover i {
    color: white;
  }
}

.m-image-modal__control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  font-size: 59px;
}

@media only screen and (max-width: 1023px) {
  .m-image-modal__control {
    margin: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-image-modal__control:hover {
    background-color: #d82949;
    border-color: #d82949;
  }
  .u-theme-expo .m-image-modal__control:hover {
    border-color: #358371 !important;
    background-color: #358371 !important;
  }
  .u-theme-g2g .m-image-modal__control:hover {
    border-color: #DA1F3C !important;
    background-color: #DA1F3C !important;
  }
  .u-theme-sea .m-image-modal__control:hover {
    border-color: #1c8dcd !important;
    background-color: #1c8dcd !important;
  }
  .m-image-modal__control:hover .m-carousel__btn-chev-right {
    fill: white;
  }
}

.m-image-modal__control--prev {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1023px) {
  .m-image-modal__control--prev {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.m-image-modal__control--prev .m-carousel__btn-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-image-modal__control--next {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media only screen and (max-width: 1023px) {
  .m-image-modal__control--next {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#content .m-modal-tile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#content .m-modal-tile__image-container {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .m-modal-tile__image {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

#content .m-modal-tile__caption {
  text-align: center;
}

#content .m-modal-tile__caption p {
  color: #fff;
  padding-top: 40px;
}

@media only screen and (max-width: 1023px) {
  #content .m-modal-tile__caption {
    padding-bottom: 100px;
  }
}

.m-bbd-header {
  height: auto;
  min-height: 100px;
  width: 100%;
  background-color: black;
  position: relative;
}

@media only screen and (min-width: 1366px) {
  .m-bbd-header {
    height: 100px;
  }
}

.m-bbd-header__inner {
  display: block;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-header__inner {
    padding: 0;
    margin: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  .m-bbd-header__inner {
    margin: 0;
  }
}

.m-bbd-header__logo {
  display: block;
  margin-right: 20px;
  padding-top: 11px;
}

.u-theme-g2g .m-bbd-header__logo {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-theme-sea .m-bbd-header__logo {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-bbd-header__logo a:hover {
  text-decoration: none;
}

.m-bbd-header__logo-heading {
  color: white;
  font-size: 18px !important;
  line-height: 1.1 !important;
  margin-bottom: 7px;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}

.u-theme-bbd .m-bbd-header__logo-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo .m-bbd-header__logo-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.u-theme-g2g .m-bbd-header__logo-heading {
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "Knockout", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-size: 26px !important;
  -webkit-font-smoothing: antialiased;
}

.u-theme-sea .m-bbd-header__logo-heading {
  margin-top: 0px;
  margin-bottom: 0;
}

.m-bbd-header__logo-text {
  color: #fc136c;
  font-size: 12px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.m-bbd-header__nav {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 1s linear;
}

.open-mobile-nav .m-bbd-header__nav {
  opacity: 1;
  transition: opacity 1s linear;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-header__nav {
    opacity: 1;
    margin-top: 53px;
    width: auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-bbd-header__item {
  display: inline;
}

.m-bbd-header__link {
  display: inline-block;
  color: white;
  padding: 0;
  margin: 3px 0;
  white-space: nowrap;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px !important;
}

.u-theme-g2g .m-bbd-header__link {
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-header__link {
    margin: 0 33px;
    padding: 3px 0;
  }
}

.m-bbd-header__link.-is-active {
  border-bottom: 1px solid white;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-header__link:hover {
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
  }
}

.m-bbd-header__link:focus {
  color: white;
}

.m-bbd-header__mobile-menu[data-module="hamburger"] {
  position: absolute;
  right: 30px;
  top: 50px;
  height: auto !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}

.m-bbd-header__icon {
  color: white;
}

.m-bbd-header__icon--open {
  display: block;
}

.m-bbd-header__icon--open.active {
  display: none;
}

.m-bbd-header__icon--close {
  display: none;
}

.m-bbd-header__icon--close.active {
  display: block;
}

.m-bbd-header__sub-brand {
  margin-right: 20px;
}

.m-bbd-header__sub-brand img,
.m-bbd-header__sub-brand svg {
  width: auto;
  height: 50px;
}

.m-bbd-footer {
  width: 100%;
  background-color: black;
  padding: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-footer {
    padding: 50px 0;
  }
}

.m-bbd-footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

@media only screen and (min-width: 1366px) {
  .m-bbd-footer__inner {
    padding: 0;
  }
}

.m-bbd-footer__description {
  text-align: center;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
}

.u-theme-g2g .m-bbd-footer__description {
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 769px) {
  .m-bbd-footer__description {
    font-size: 16px;
    margin-top: 10px;
  }
}

.m-bbd-footer__logo {
  display: block;
}

@media (min-width: 768px) {
  .m-bbd-footer__logo {
    margin: 10px;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 11px;
    max-width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .m-bbd-footer__logo {
    max-width: 70%;
  }
}

.m-bbd-footer__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 460px;
  margin: 0 auto;
  height: 100%;
}

@media (min-width: 768px) {
  .m-bbd-footer__logos {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.m-bbd-footer__logo-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px 10px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-bbd-footer__logo-wrap:nth-child(odd) {
  padding-left: 0;
}

.m-bbd-footer__logo-wrap:nth-child(even) {
  padding-right: 0;
}

@media (min-width: 768px) {
  .m-bbd-footer__logo-wrap {
    width: 20%;
    padding: 0;
    margin: 0;
  }
}

.m-bbd-footer__nav {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-bbd-footer__item {
  display: inline;
}

.m-bbd-footer__link {
  text-align: center;
  color: #969696;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-top: 10px;
  padding: 0 10px;
}

.u-theme-g2g .m-bbd-footer__link {
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .m-bbd-footer__link {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-bbd-footer__link:hover {
    color: white;
  }
}

.m-bbd-footer__link:focus {
  opacity: 0.8;
}

.m-bbd-footer__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .m-bbd-footer__bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#footer.sea-footer {
  padding-top: 30px;
  padding-bottom: 0;
}

#footer.sea-footer .component.row {
  padding-bottom: 30px;
}

.sea-footer__upper {
  padding-top: 0;
}

.m-expo-footer {
  padding-top: 20px !important;
}

.m-expo-footer__title {
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.m-expo-footer__logo {
  display: block;
}

@media (min-width: 768px) {
  .m-expo-footer__logo {
    margin: 10px;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 11px;
    max-width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .m-expo-footer__logo {
    max-width: 70%;
  }
}

.m-expo-footer__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 460px;
  margin: 0 auto;
  height: 100%;
}

@media (min-width: 768px) {
  .m-expo-footer__logos {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.m-expo-footer__logos.margin-bottom {
  margin-bottom: 30px;
}

.m-expo-footer__logo-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px 10px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-expo-footer__logo-wrap:nth-child(odd) {
  padding-left: 0;
}

.m-expo-footer__logo-wrap:nth-child(even) {
  padding-right: 0;
}

@media (min-width: 768px) {
  .m-expo-footer__logo-wrap {
    width: 20%;
    padding: 0;
    margin: 0;
  }
}

.m-expo-footer__nav {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-expo-footer__item {
  display: inline;
}

.m-expo-footer__link {
  text-align: center;
  color: #969696;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-top: 10px;
  padding: 0 10px;
}

.u-theme-g2g .m-expo-footer__link {
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .m-expo-footer__link {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-expo-footer__link:hover {
    color: white;
  }
}

.m-expo-footer__link:focus {
  opacity: 0.8;
}

.m-expo-footer__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .m-expo-footer__bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.m-campaign-header {
  height: auto;
  min-height: 100px;
  width: 100%;
  background-color: black;
  position: relative;
}

@media only screen and (min-width: 1366px) {
  .m-campaign-header {
    height: 100px;
  }
}

.m-campaign-header__inner {
  display: block;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .m-campaign-header__inner {
    padding: 0;
    margin: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1366px) {
  .m-campaign-header__inner {
    margin: 0;
  }
}

.m-campaign-header__logo {
  display: block;
  margin-right: 20px;
  padding-top: 11px;
}

.m-campaign-header__logo a:hover {
  text-decoration: none;
}

.m-campaign-header__logo-heading {
  color: white;
  font-size: 18px !important;
  line-height: 1.1 !important;
  margin-bottom: 7px;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700 !important;
}

.u-theme-bbd .m-campaign-header__logo-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
}

.u-theme-expo .m-campaign-header__logo-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.m-campaign-header__logo-text {
  color: #fc136c;
  font-size: 12px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.m-campaign-header__nav {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 1s linear;
}

.open-mobile-nav .m-campaign-header__nav {
  opacity: 1;
  transition: opacity 1s linear;
}

@media only screen and (min-width: 1024px) {
  .m-campaign-header__nav {
    opacity: 1;
    margin-top: 53px;
    width: auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-campaign-header__item {
  display: inline;
}

.m-campaign-header__link {
  display: inline-block;
  color: white;
  padding: 0;
  margin: 3px 0;
  white-space: nowrap;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px !important;
}

@media only screen and (min-width: 1024px) {
  .m-campaign-header__link {
    margin: 0 33px;
    padding: 3px 0;
  }
}

.m-campaign-header__link.-is-active {
  border-bottom: 1px solid white;
}

@media only screen and (min-width: 1024px) {
  .m-campaign-header__link:hover {
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
  }
}

.m-campaign-header__link:focus {
  color: white;
}

.m-campaign-header__mobile-menu[data-module="hamburger"] {
  position: absolute;
  right: 30px;
  top: 50px;
  height: auto !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}

.m-campaign-header__icon {
  color: white;
}

.m-campaign-header__icon--open {
  display: block;
}

.m-campaign-header__icon--open.active {
  display: none;
}

.m-campaign-header__icon--close {
  display: none;
}

.m-campaign-header__icon--close.active {
  display: block;
}

#content .column-grid .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .column-grid .grid-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .column-grid .grid-3:nth-of-type(4n+5) {
  margin-left: 0;
}

@media only screen and (min-width: 769px) {
  #content .column-grid .grid-3:nth-of-type(4n+4) {
    margin-left: 2%;
  }
}

#content .language-variations__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .language-variations a.language-variations__link {
  background-color: #d82949;
  display: block;
  color: #fff;
  padding: 5px 10px;
  margin-left: 2px;
}

.u-theme-g2g #content .language-variations a.language-variations__link {
  background-color: #DA1F3C !important;
}

#content .language-variations a.language-variations__link:hover, #content .language-variations a.language-variations__link.is-active {
  text-decoration: none;
  background-color: #7b7b7b;
}

.popup {
  position: fixed;
  z-index: 2000;
  top: calc(100% + 31px);
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  transition: all 0.3s ease-in;
  transition-delay: 0;
}

.popup.do-popup {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 100%;
  transition-delay: 1s;
}

@media only screen and (min-width: 769px) {
  .popup {
    width: 50%;
    max-width: 600px;
  }
}

@media print {
  .popup {
    display: none;
  }
}

.popup__content {
  background-color: #fff;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0px 0px 120px -10px rgba(0, 0, 0, 0.3);
  padding: 35px 15px 15px;
}

@media only screen and (min-width: 769px) {
  .popup__content {
    padding: 60px 30px 30px;
  }
}

.popup__content p {
  width: 100%;
  text-align: center;
}

.popup__options {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup__option {
  margin-left: 5px;
  margin-right: 5px;
}

.popup__close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 2001;
  cursor: pointer;
  font-size: 15px;
  font-size: 59px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.popup__close i {
  color: #d82949;
  font-size: 14px;
  height: 16px;
  display: block;
  line-height: 16px;
}

.u-theme-g2g .popup__close i {
  color: #DA1F3C;
}

.u-theme-sea .popup__close i {
  color: #1c8dcd;
}

.popup__close i:before {
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .popup__close:hover {
    background-color: #d82949;
    border-color: #d82949;
  }
  .u-theme-g2g .popup__close:hover {
    background-color: #DA1F3C !important;
    border-color: #DA1F3C !important;
  }
  .u-theme-sea .popup__close:hover {
    border-color: #1c8dcd !important;
    color: #1c8dcd !important;
  }
  .popup__close:hover i {
    color: white;
  }
}

.gated-form__entry {
  display: block;
  width: 100%;
}

.gated-form__entry p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd .gated-form__entry p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .gated-form__entry p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.gated-form__entry h4 {
  padding: 0;
}

.gated-form__entry.is-success {
  display: none;
}

.gated-form__thankyou {
  display: none;
  width: 100%;
}

.gated-form__thankyou p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.u-theme-bbd .gated-form__thankyou p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .gated-form__thankyou p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.gated-form__thankyou h4 {
  padding: 0;
}

.gated-form__thankyou.is-success {
  display: block;
}

.gated-form__optin {
  margin-top: 15px;
}

.gated-form__optin input {
  height: 12px;
}

.gated-form__optin label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 10px;
}

.u-theme-bbd .gated-form__optin label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.u-theme-expo .gated-form__optin label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.gated-form.sending-request .gated-form__loading-message {
  display: block;
}

.gated-form.request-failed .gated-form__failed-message {
  display: block;
}

.gated-form__error-message {
  display: none;
}

.gated-form__loading-message {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.gated-form__failed-message {
  display: none;
  color: red;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

/**
 * Overrides, helpers, utilities, only affect one piece of DOM at a time, usually carry !important
 */
.u-centered {
  text-align: center !important;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-full-width {
  width: 100% !important;
}

.u-block {
  display: block !important;
}

.u-color-grey {
  color: #7b7b7b !important;
}

.u-color-red {
  color: #d82949 !important;
}

.u-theme-g2g .u-color-red {
  color: #DA1F3C !important;
}

.u-theme-sea .u-color-red {
  color: #1c8dcd !important;
}

.u-color-black {
  color: #000 !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-margin-top-md {
  margin-top: 14px !important;
}

.u-margin-bottom-md {
  margin-bottom: 14px !important;
}

.u-margin-top-0 {
  margin-top: 0 !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.u-margin-bottom-xl {
  margin-bottom: 48px !important;
}

.u-margin-top-xl {
  margin-top: 48px !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-aspect-home-hero {
  position: relative;
}

.u-aspect-home-hero:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 42.36111%;
}

.u-aspect-content-hero {
  position: relative;
}

.u-aspect-content-hero:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 34.72222%;
}

.u-aspect-home-hero-mobile, #content .hero-banner--home .hero {
  position: relative;
}

.u-aspect-home-hero-mobile:before, #content .hero-banner--home .hero:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 113.33333%;
}

.u-aspect-content-hero-mobile, #content .hero-banner--content .hero {
  position: relative;
}

.u-aspect-content-hero-mobile:before, #content .hero-banner--content .hero:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 68%;
}

.u-aspect-four-by-three {
  position: relative;
}

.u-aspect-four-by-three:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 75%;
}

.u-aspect-four-by-five {
  position: relative;
}

.u-aspect-four-by-five:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 130%;
}

.u-aspect-seven-by-four {
  position: relative;
}

.u-aspect-seven-by-four:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 57.14286%;
}

.u-aspect-one-by-one {
  position: relative;
}

.u-aspect-one-by-one:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 100%;
}

@media (min-width: 641px) {
  .u-aspect-home-hero-s, #content .hero-banner--home .hero {
    position: relative;
  }
  .u-aspect-home-hero-s:before, #content .hero-banner--home .hero:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 641px) {
  .u-aspect-content-hero-s {
    position: relative;
  }
  .u-aspect-content-hero-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 641px) {
  .u-aspect-home-hero-mobile-s {
    position: relative;
  }
  .u-aspect-home-hero-mobile-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 641px) {
  .u-aspect-content-hero-mobile-s {
    position: relative;
  }
  .u-aspect-content-hero-mobile-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 641px) {
  .u-aspect-four-by-three-s {
    position: relative;
  }
  .u-aspect-four-by-three-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 641px) {
  .u-aspect-four-by-five-s {
    position: relative;
  }
  .u-aspect-four-by-five-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 641px) {
  .u-aspect-seven-by-four-s {
    position: relative;
  }
  .u-aspect-seven-by-four-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 641px) {
  .u-aspect-one-by-one-s {
    position: relative;
  }
  .u-aspect-one-by-one-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  .u-aspect-home-hero-s-max {
    position: relative;
  }
  .u-aspect-home-hero-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 768px) {
  .u-aspect-content-hero-s-max {
    position: relative;
  }
  .u-aspect-content-hero-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 768px) {
  .u-aspect-home-hero-mobile-s-max {
    position: relative;
  }
  .u-aspect-home-hero-mobile-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 768px) {
  .u-aspect-content-hero-mobile-s-max {
    position: relative;
  }
  .u-aspect-content-hero-mobile-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 768px) {
  .u-aspect-four-by-three-s-max {
    position: relative;
  }
  .u-aspect-four-by-three-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 768px) {
  .u-aspect-four-by-five-s-max {
    position: relative;
  }
  .u-aspect-four-by-five-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 768px) {
  .u-aspect-seven-by-four-s-max {
    position: relative;
  }
  .u-aspect-seven-by-four-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 768px) {
  .u-aspect-one-by-one-s-max {
    position: relative;
  }
  .u-aspect-one-by-one-s-max:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

@media (min-width: 769px) {
  .u-aspect-home-hero-m {
    position: relative;
  }
  .u-aspect-home-hero-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 769px) {
  .u-aspect-content-hero-m, #content .hero-banner--content .hero {
    position: relative;
  }
  .u-aspect-content-hero-m:before, #content .hero-banner--content .hero:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 769px) {
  .u-aspect-home-hero-mobile-m {
    position: relative;
  }
  .u-aspect-home-hero-mobile-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 769px) {
  .u-aspect-content-hero-mobile-m {
    position: relative;
  }
  .u-aspect-content-hero-mobile-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 769px) {
  .u-aspect-four-by-three-m {
    position: relative;
  }
  .u-aspect-four-by-three-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 769px) {
  .u-aspect-four-by-five-m {
    position: relative;
  }
  .u-aspect-four-by-five-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 769px) {
  .u-aspect-seven-by-four-m {
    position: relative;
  }
  .u-aspect-seven-by-four-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 769px) {
  .u-aspect-one-by-one-m {
    position: relative;
  }
  .u-aspect-one-by-one-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-home-hero-l, #content .hero-banner--home .hero {
    position: relative;
  }
  .u-aspect-home-hero-l:before, #content .hero-banner--home .hero:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-content-hero-l {
    position: relative;
  }
  .u-aspect-content-hero-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-home-hero-mobile-l {
    position: relative;
  }
  .u-aspect-home-hero-mobile-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-content-hero-mobile-l {
    position: relative;
  }
  .u-aspect-content-hero-mobile-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-four-by-three-l {
    position: relative;
  }
  .u-aspect-four-by-three-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-four-by-five-l {
    position: relative;
  }
  .u-aspect-four-by-five-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-seven-by-four-l {
    position: relative;
  }
  .u-aspect-seven-by-four-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 1024px) {
  .u-aspect-one-by-one-l {
    position: relative;
  }
  .u-aspect-one-by-one-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-home-hero-xl {
    position: relative;
  }
  .u-aspect-home-hero-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-content-hero-xl {
    position: relative;
  }
  .u-aspect-content-hero-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-home-hero-mobile-xl {
    position: relative;
  }
  .u-aspect-home-hero-mobile-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-content-hero-mobile-xl {
    position: relative;
  }
  .u-aspect-content-hero-mobile-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-four-by-three-xl {
    position: relative;
  }
  .u-aspect-four-by-three-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-four-by-five-xl {
    position: relative;
  }
  .u-aspect-four-by-five-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-seven-by-four-xl {
    position: relative;
  }
  .u-aspect-seven-by-four-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 1366px) {
  .u-aspect-one-by-one-xl {
    position: relative;
  }
  .u-aspect-one-by-one-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-home-hero-xxl {
    position: relative;
  }
  .u-aspect-home-hero-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 42.36111%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-content-hero-xxl {
    position: relative;
  }
  .u-aspect-content-hero-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 34.72222%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-home-hero-mobile-xxl {
    position: relative;
  }
  .u-aspect-home-hero-mobile-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 113.33333%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-content-hero-mobile-xxl {
    position: relative;
  }
  .u-aspect-content-hero-mobile-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 68%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-four-by-three-xxl {
    position: relative;
  }
  .u-aspect-four-by-three-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 75%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-four-by-five-xxl {
    position: relative;
  }
  .u-aspect-four-by-five-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 130%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-seven-by-four-xxl {
    position: relative;
  }
  .u-aspect-seven-by-four-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 57.14286%;
  }
}

@media (min-width: 1441px) {
  .u-aspect-one-by-one-xxl {
    position: relative;
  }
  .u-aspect-one-by-one-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
  }
}

.u-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-flex-justify-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-flex-grow-1 {
  -webkit-flex-grow: 1  !important;
  -ms-flex-positive: 1  !important;
  flex-grow: 1  !important;
}

/**
  * Hide AT a certain breakpoint 
  */
/**
  * Hide FROM a certain breakpoint 
  */
@media (min-width: 641px) {
  .u-hide-up-s {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hide-up-s-max {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-hide-up-m {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hide-up-l {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .u-hide-up-xl {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  .u-hide-up-xxl {
    display: none !important;
  }
}

/**
  *
  * Hide TO a certain breakpoint 
  *
  */
@media (max-width: 640px) {
  .u-hide-down-s {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hide-down-s-max {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-hide-down-m {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-hide-down-l {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .u-hide-down-xl {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .u-hide-down-xxl {
    display: none !important;
  }
}

.u-theme-bbd {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
