@charset "UTF-8";
/* 
	# EB8 THEME - ASIA RISK CONGRESS
*/
/**************************************************************************************************************/
/* SASS VARIABLES - START */
/**************************************************************************************************************/
/* -------------- IMPORTS -------------- */
/* -------------- FUNCTIONS AND MIXINS -------------- */
/**************************************************************************************************************/
/* SASS FUNCTIONS/MIXINS - START */
/**************************************************************************************************************/
/* -------------- FUNCTIONS AND MIXINS -------------- */
/* TINT & SHADE -------------- */
/* Z INDEX -------------- */
/* -------------- MIXINS -------------- */
/* SPRITE POSITION -------------- */
/* 
	@include sprite-pos-sml(-2, 4, -4, 4); = Grid count * 2
	@include sprite-pos(-2, 2, -4, 2); = Grid count
	@include sprite-pos-lrg(-2, 1, -4, 1); = Grid count / 2
	@include sprite-pos-icn(-17, 6, -19, 6); = Grid count (provided calc for background-size is used)
*/
/* ASPECT RATIO -------------- */
/**************************************************************************************************************/
/* SASS FUNCTIONS/MIXINS - END */
/**************************************************************************************************************/
/* -------------- VARIABLES -------------- */
/* IMAGE PATHS -------------- */
/* SVG */
/* PNG */
/* LOADING */
/* FONTS -------------- */
/* BASE COLOURS -------------- */
/* BRAND COLOURS -------------- */
/* BRANDING */
/* BACKGROUNDS */
/* BUTTONS*/
/**************************************************************************************************************/
/* SASS VARIABLES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* FONT CONTROL - START */
/**************************************************************************************************************/
/* line 71, styles.scss */
body {
  font-family: "Arimo", Arial, sans-serif;
}

/**************************************************************************************************************/
/* FONT CONTROL - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* STRUCTURE - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* HTML5 normalize -- normalize.css v3.0.2 | MIT License | git.io/normalize -- START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_normalize-reset.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 9, ../../global/styles/_normalize-reset.scss */
body {
  margin: 0;
}

/* line 12, ../../global/styles/_normalize-reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 27, ../../global/styles/_normalize-reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, ../../global/styles/_normalize-reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 38, ../../global/styles/_normalize-reset.scss */
[hidden],
template {
  display: none;
}

/* line 42, ../../global/styles/_normalize-reset.scss */
a {
  background-color: transparent;
}

/* line 45, ../../global/styles/_normalize-reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 49, ../../global/styles/_normalize-reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 52, ../../global/styles/_normalize-reset.scss */
b,
strong {
  font-weight: 700;
}

/* line 56, ../../global/styles/_normalize-reset.scss */
dfn {
  font-style: italic;
}

/* line 59, ../../global/styles/_normalize-reset.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 63, ../../global/styles/_normalize-reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 67, ../../global/styles/_normalize-reset.scss */
small {
  font-size: 80%;
}

/* line 70, ../../global/styles/_normalize-reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 77, ../../global/styles/_normalize-reset.scss */
sup {
  top: -.5em;
}

/* line 80, ../../global/styles/_normalize-reset.scss */
sub {
  bottom: -.25em;
}

/* line 83, ../../global/styles/_normalize-reset.scss */
img {
  border: 0;
}

/* line 86, ../../global/styles/_normalize-reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 89, ../../global/styles/_normalize-reset.scss */
figure {
  margin: 1em 40px;
}

/* line 92, ../../global/styles/_normalize-reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 97, ../../global/styles/_normalize-reset.scss */
pre {
  overflow: auto;
}

/* line 100, ../../global/styles/_normalize-reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 107, ../../global/styles/_normalize-reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 116, ../../global/styles/_normalize-reset.scss */
button {
  overflow: visible;
}

/* line 119, ../../global/styles/_normalize-reset.scss */
button,
select {
  text-transform: none;
}

/* line 123, ../../global/styles/_normalize-reset.scss */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 130, ../../global/styles/_normalize-reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 134, ../../global/styles/_normalize-reset.scss */
button:-moz-focus-inner,
input:-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 139, ../../global/styles/_normalize-reset.scss */
input {
  line-height: normal;
}

/* line 142, ../../global/styles/_normalize-reset.scss */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 147, ../../global/styles/_normalize-reset.scss */
input[type=number]:-webkit-inner-spin-button,
input[type=number]:-webkit-outer-spin-button {
  height: auto;
}

/* line 151, ../../global/styles/_normalize-reset.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 157, ../../global/styles/_normalize-reset.scss */
input[type=search]:-webkit-search-cancel-button,
input[type=search]:-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 161, ../../global/styles/_normalize-reset.scss */
fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 166, ../../global/styles/_normalize-reset.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 170, ../../global/styles/_normalize-reset.scss */
textarea {
  overflow: auto;
}

/* line 173, ../../global/styles/_normalize-reset.scss */
optgroup {
  font-weight: 700;
}

/* line 176, ../../global/styles/_normalize-reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 180, ../../global/styles/_normalize-reset.scss */
td,
th {
  padding: 0;
}

/**************************************************************************************************************/
/* HTML5 normalize -- normalize.css v3.0.2 | MIT License | git.io/normalize -- END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SYSTEM STRUCTURE - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_site-structure.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 10, ../../global/styles/_site-structure.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 13, ../../global/styles/_site-structure.scss */
html,
body {
  height: 100%;
}

/* line 17, ../../global/styles/_site-structure.scss */
.no-flexbox,
.no-flexbox > body {
  height: 100%;
}

/* line 21, ../../global/styles/_site-structure.scss */
body {
  font-size: 100%;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

/* line 26, ../../global/styles/_site-structure.scss */
.container {
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  clear: both;
}

/* line 32, ../../global/styles/_site-structure.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/* line 37, ../../global/styles/_site-structure.scss */
.content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em 0.8em 0.8em 0.8em;
  background-color: transparent;
  z-index: 1;
}

/* line 45, ../../global/styles/_site-structure.scss */
aside.commercial .content {
  padding: 0;
  margin: 0;
}

/* line 50, ../../global/styles/_site-structure.scss */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 55, ../../global/styles/_site-structure.scss */
.page-content {
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 62, ../../global/styles/_site-structure.scss */
.no-flexbox .page-content {
  display: block;
}

/* FIXED FOOTER POSITION - Page spacer div for short page lengths */
/* line 66, ../../global/styles/_site-structure.scss */
.proxy-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}

/* line 72, ../../global/styles/_site-structure.scss */
.proxy-nav.show {
  display: block;
}

/* line 75, ../../global/styles/_site-structure.scss */
aside.content .content-inner {
  padding: 0;
}

/**************************************************************************************************************/
/* SYSTEM STRUCTURE - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PAGE STRUCTURE - START */
/**************************************************************************************************************/
/* line 86, ../../global/styles/_site-structure.scss */
.content-inner {
  margin: 0;
  padding: 0.8em;
}

/* line 90, ../../global/styles/_site-structure.scss */
.main-content {
  float: left;
  width: 100%;
}

/* line 94, ../../global/styles/_site-structure.scss */
.content-fixed {
  position: fixed;
  top: initial;
}

/**************************************************************************************************************/
/* PAGE STRUCTURE - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COLUMN GRID STRUCTURE - START */
/**************************************************************************************************************/
/* -------------- LARGE COLUMNS -------------- */
/* line 107, ../../global/styles/_site-structure.scss */
.col-lrg {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

/* line 112, ../../global/styles/_site-structure.scss */
.span-lrg_5_of_5,
.span-lrg_4_of_4,
.span-lrg_3_of_3,
.span_5_of_5,
.span_4_of_4,
.span_3_of_3,
.span_full {
  width: 100%;
}

/* line 121, ../../global/styles/_site-structure.scss */
.span-lrg_4_of_5 {
  width: 79.4%;
}

/* line 122, ../../global/styles/_site-structure.scss */
.span-lrg_3_of_5 {
  width: 58.8%;
}

/* line 123, ../../global/styles/_site-structure.scss */
.span-lrg_2_of_5 {
  width: 38.2%;
}

/* line 124, ../../global/styles/_site-structure.scss */
.span-lrg_1_of_5 {
  width: 17.6%;
}

/* line 125, ../../global/styles/_site-structure.scss */
.span-lrg_3_of_4 {
  width: 74.25%;
}

/* line 126, ../../global/styles/_site-structure.scss */
.span-lrg_2_of_4 {
  width: 48.5%;
}

/* line 127, ../../global/styles/_site-structure.scss */
.span-lrg_1_of_4 {
  width: 22.75%;
}

/* line 128, ../../global/styles/_site-structure.scss */
.span-lrg_2_of_3 {
  width: 65.66%;
}

/* line 129, ../../global/styles/_site-structure.scss */
.span-lrg_1_of_3 {
  width: 31.33%;
}

/* -------------- STANDARD COLUMNS -------------- */
/* line 131, ../../global/styles/_site-structure.scss */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.5%;
}

/* line 136, ../../global/styles/_site-structure.scss */
.span_4_of_5 {
  width: 79.68%;
}

/* line 137, ../../global/styles/_site-structure.scss */
.span_3_of_5 {
  width: 59.36%;
}

/* line 138, ../../global/styles/_site-structure.scss */
.span_2_of_5 {
  width: 39.04%;
}

/* line 139, ../../global/styles/_site-structure.scss */
.span_1_of_5 {
  width: 18.72%;
}

/* line 140, ../../global/styles/_site-structure.scss */
.span_3_of_4 {
  width: 74.6%;
}

/* line 141, ../../global/styles/_site-structure.scss */
.span_2_of_4 {
  width: 49.2%;
}

/* line 142, ../../global/styles/_site-structure.scss */
.span_1_of_4 {
  width: 23.8%;
}

/* line 143, ../../global/styles/_site-structure.scss */
.span_2_of_3 {
  width: 66.13%;
}

/* line 144, ../../global/styles/_site-structure.scss */
.span_1_of_3 {
  width: 32.26%;
}

/* line 145, ../../global/styles/_site-structure.scss */
.col:first-child,
.col-lrg:first-child {
  margin-left: 0;
}

/* line 149, ../../global/styles/_site-structure.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 154, ../../global/styles/_site-structure.scss */
.group:after {
  clear: both;
}

/* line 157, ../../global/styles/_site-structure.scss */
.group {
  /* For IE 6/7 */
  zoom: 1;
}

/* line 161, ../../global/styles/_site-structure.scss */
.col-inner {
  margin: 0;
  padding: 8px;
}

/**************************************************************************************************************/
/* COLUMN GRID STRUCTURE - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* LISTING BLOCKS AND IMAGE DEFAULTS - START */
/**************************************************************************************************************/
/* LISTING BLOCKS -------------- */
/* line 174, ../../global/styles/_site-structure.scss */
.image-text-group-a {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 30%;
}

/* line 180, ../../global/styles/_site-structure.scss */
.image-text-group-a.hide-element {
  display: none;
  width: 0;
  max-width: 0;
}

/* line 185, ../../global/styles/_site-structure.scss */
.image-text-group-a.hide-element + .image-text-group-b.no-article-image,
.image-text-group-a.hide-element + .image-text-group-b,
.image-text-group-b.no-article-image,
.image-text-group-b.no-article-image,
.image-text-group-b,
.text-group {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

/* line 195, ../../global/styles/_site-structure.scss */
.text-group {
  width: auto;
}

/* line 198, ../../global/styles/_site-structure.scss */
.image-text-group-a + .image-text-group-b {
  float: left;
  margin: 0 0 0 4%;
  padding: 0;
  max-width: 66%;
}

/* line 205, ../../global/styles/_site-structure.scss */
.image-text-group-b .article-title {
  font-size: 1.4em;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.1;
}
/* line 211, ../../global/styles/_site-structure.scss */
.image-text-group-b h5.article-title,
.image-text-group-b h6.article-title {
  margin: 0 0 1em 0;
}

/* IMAGE DEFAULTS -------------- */
/* line 218, ../../global/styles/_site-structure.scss */
.page-content img {
  background-color: #fff;
}

/* line 223, ../../global/styles/_site-structure.scss */
.image-text-group-a a {
  display: block;
}

/* line 230, ../../global/styles/_site-structure.scss */
.image-text-group-a img,
.col img,
.col-lrg img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

/**************************************************************************************************************/
/* LISTING BLOCKS AND IMAGE DEFAULTS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ALL STRUCTURE - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 248, ../../global/styles/_site-structure.scss */
  .image-text-group-b .article-title {
    font-size: 1.25em;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* CORE STRUTURE -------------- */
  /* line 256, ../../global/styles/_site-structure.scss */
  .content-inner {
    margin: 0;
    padding: 0.8em;
    margin-right: 0px;
  }

  /* line 261, ../../global/styles/_site-structure.scss */
  .sidebar {
    min-width: 300px;
    width: 100%;
    margin-right: 0;
  }

  /* line 266, ../../global/styles/_site-structure.scss */
  .page-content {
    width: 100%;
  }

  /* FLEX FIXES -------------- */
  /* line 272, ../../global/styles/_site-structure.scss */
  main.content-inner.content-full-width .main-content section.group {
    display: -webkit-flex;
    display: flex;
    -webkit-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 279, ../../global/styles/_site-structure.scss */
  main.content-inner.content-full-width .main-content section.group .col-lrg.span-lrg_2_of_4 {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  /* line 287, ../../global/styles/_site-structure.scss */
  main.content-inner.content-full-width .main-content section.group:before {
    content: none;
    flex: none;
  }

  /* LEGACY FIXES -------------- */
  /* line 295, ../../global/styles/_site-structure.scss */
  .no-js .page-content {
    float: left;
  }
}
@media only screen and (max-width: 568px) {
  /* line 302, ../../global/styles/_site-structure.scss */
  .image-text-group-b .article-title {
    font-size: 1.05em;
    margin-bottom: 25px;
  }
}
/**************************************************************************************************************/
/* ALL STRUCTURE - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* TYPE DEFAULTS - START */
/**************************************************************************************************************/
/* -------------- TYPE FAMILY SIZE AND GENERIC COLOUR CONTROLS -------------- */
/* line 5, ../../global/styles/_type-defaults.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* line 13, ../../global/styles/_type-defaults.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
  letter-spacing: -0.02em;
  line-height: 1.1em;
}

/* line 19, ../../global/styles/_type-defaults.scss */
h2 {
  font-size: 1.4em;
  letter-spacing: -0.010em;
}

/* line 23, ../../global/styles/_type-defaults.scss */
h3 {
  font-size: 1.8em;
  letter-spacing: -0.025em;
}

/* line 27, ../../global/styles/_type-defaults.scss */
h4 {
  line-height: 1.5;
  font-size: 1.4em;
  margin: 0;
  padding: 3px 0 3px;
  letter-spacing: -0.025em;
}

/* line 34, ../../global/styles/_type-defaults.scss */
h5 {
  line-height: 1.2;
  font-size: 1.1em;
  letter-spacing: -0.025em;
}

/* line 39, ../../global/styles/_type-defaults.scss */
p {
  padding: 0;
  margin: 0 0 1em;
}

/* line 43, ../../global/styles/_type-defaults.scss */
a,
p {
  word-wrap: break-word;
}

/* -------------- SECTION HEADERS -------------- */
/* GENERIC SET UP -------------- */
/* line 50, ../../global/styles/_type-defaults.scss */
header.component-header h4 {
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  padding: 0;
  margin: 0.25em 0 0 0;
  line-height: 1;
}
/* line 59, ../../global/styles/_type-defaults.scss */
header.component-header .section-title-link {
  position: relative;
  display: inline-block;
  width: auto;
}

/* -------------- LINKS -------------- */
/* line 66, ../../global/styles/_type-defaults.scss */
a:link {
  text-decoration: none;
}

/* line 69, ../../global/styles/_type-defaults.scss */
a:visited {
  text-decoration: none;
}

/* line 72, ../../global/styles/_type-defaults.scss */
a:hover {
  cursor: pointer;
}

/* -------------- BUTTON AND BTN LINKS -------------- */
/* line 76, ../../global/styles/_type-defaults.scss */
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1em;
  cursor: pointer;
}

/* line 85, ../../global/styles/_type-defaults.scss */
button:-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 89, ../../global/styles/_type-defaults.scss */
.btn {
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin: 0 0 5px;
  padding: 16px 20px;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

/* line 104, ../../global/styles/_type-defaults.scss */
.btn.full-article-link {
  box-sizing: border-box;
  clear: both;
}

/* line 108, ../../global/styles/_type-defaults.scss */
.btn.full-article-link:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-position: -78px -258px;
  vertical-align: bottom;
  margin-left: 7px;
}

/* line 118, ../../global/styles/_type-defaults.scss */
p .btn {
  font-size: 14px;
}

/* -------------- MORE LINKS -------------- */
/* line 122, ../../global/styles/_type-defaults.scss */
.more-holder {
  width: auto;
  margin: 0;
  padding: 0;
}
/* line 126, ../../global/styles/_type-defaults.scss */
.more-holder a {
  display: block;
}
/* line 129, ../../global/styles/_type-defaults.scss */
.more-holder .arrow-right {
  transition: fill 0.5s ease;
  margin: 4px 0 0 5px;
  float: right;
}

/* line 135, ../../global/styles/_type-defaults.scss */
.more-icon {
  width: 10px;
  height: 20px;
  margin: 0.4em 0 0;
  background-position: 100% -324px;
  background-repeat: no-repeat;
}

/* line 142, ../../global/styles/_type-defaults.scss */
.more-link {
  font-size: 0.75em;
  text-align: right;
  margin: 0.4em 0 0.8em;
  padding: 0;
}

/* -------------- HR -------------- */
/* line 149, ../../global/styles/_type-defaults.scss */
hr {
  position: relative;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  margin: 28px 0;
}

/* -------------- TABLES -------------- */
/* line 160, ../../global/styles/_type-defaults.scss */
table {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 164, ../../global/styles/_type-defaults.scss */
table thead {
  font-size: 0.85em;
}
/* line 166, ../../global/styles/_type-defaults.scss */
table thead th {
  padding: 10px 20px;
}
/* line 170, ../../global/styles/_type-defaults.scss */
table td {
  padding: 10px 20px;
}

/**************************************************************************************************************/
/* TYPE DEFAULTS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ADESTRA FORM DEFAULTS - START */
/**************************************************************************************************************/
/* -------------- HEADINGS AND LABELS -------------- */
/* line 183, ../../global/styles/_type-defaults.scss */
.amf-type-textblock {
  margin: 2em 0;
}

/* line 186, ../../global/styles/_type-defaults.scss */
.amf-type-subheading {
  margin: 2em 0 0 0;
}

/* line 189, ../../global/styles/_type-defaults.scss */
.amf-form-header + form label {
  color: #444;
}

/* -------------- FORM CONTENT WIDTH CONTROL -------------- */
/* line 195, ../../global/styles/_type-defaults.scss */
.amf-form-header + form .amf-type-textbox,
.amf-form-header + form .amf-type-email,
.amf-form-header + form .amf-type-select,
.amf-form-header + form .amf-type-textarea,
.amf-form-header + form .amf-type-country,
.amf-form-header + form .amf-type-list,
.amf-form-header + form .amf-type-radio,
.amf-form-header + form .amf-type-checkbox:not([id*="3rd_parties"]),
.amf-form-header + form .amf-type-textblock,
form .amf-type-textbox,
form .amf-type-email,
form .amf-type-select,
form .amf-type-textarea,
form .amf-type-country,
form .amf-type-list,
form .amf-type-radio,
form .amf-type-checkbox:not([id*="3rd_parties"]),
form .amf-type-textblock {
  width: 60%;
  max-width: 60%;
  margin: 1em auto;
}

/* -------------- FORM CONTENT FIELD STYLES -------------- */
/* line 212, ../../global/styles/_type-defaults.scss */
.amf-form-header + form .amf-type-textbox input,
.amf-form-header + form .amf-type-email input,
.amf-form-header + form .amf-type-select select,
.amf-form-header + form .amf-type-textarea textarea,
.amf-form-header + form .amf-type-country select,
form .amf-type-textbox input,
form .amf-type-email input,
form .amf-type-select select,
form .amf-type-textarea textarea,
form .amf-type-country select {
  width: 100%;
  color: #444;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 222, ../../global/styles/_type-defaults.scss */
.amf-form-header + form input.checkbox,
.amf-form-header + form input.radio,
form input.checkbox,
form input.radio {
  color: #444;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 0.7em;
}

/* -------------- FORM NOTES, DATA NOTICE AND CAPTCHA STYLES -------------- */
/* line 231, ../../global/styles/_type-defaults.scss */
div[name*=mandatory].text-block p {
  font-size: 0.9em;
  font-style: italic;
  color: #c21b1e;
}

/* line 236, ../../global/styles/_type-defaults.scss */
.amf-type-subheading[id*="data"],
.amf-type-subheading[id*="data"] + .amf-type-textblock {
  width: 60%;
  max-width: 60%;
  margin: 0 auto;
  background-color: #f4f5f4;
  padding: 1em;
  border: 1px solid #dedede;
  border-bottom: none;
}

/* line 246, ../../global/styles/_type-defaults.scss */
.amf-type-subheading[id*="data"] + .amf-type-textblock {
  border-top: none;
}

/* line 249, ../../global/styles/_type-defaults.scss */
.amf-type-subheading[id*="data"] h4 {
  font-size: 1.35em;
  color: #555;
}

/* line 253, ../../global/styles/_type-defaults.scss */
.amf-type-subheading[id*="data"] + .amf-type-textblock {
  padding-top: 0;
}

/* line 256, ../../global/styles/_type-defaults.scss */
.amf-type-subheading[id*="data"] + .amf-type-textblock p {
  font-size: 0.9em;
  color: #555;
}

/* line 260, ../../global/styles/_type-defaults.scss */
.amf-type-checkbox[id*="contact"],
.amf-type-htmlblock[id*="privacy"],
.amf-type-checkbox[id*="email"],
.amf-type-checkbox[id*="phone"],
.amf-type-htmlblock[id*="phone"] {
  width: 60%;
  max-width: 60%;
  margin: 0 auto;
  background-color: #f4f5f4;
  padding: 0.25em 1em;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

/* line 273, ../../global/styles/_type-defaults.scss */
.amf-type-htmlblock[id*="privacy"] {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
}
/* line 277, ../../global/styles/_type-defaults.scss */
.amf-type-htmlblock[id*="privacy"] p a,
.amf-type-htmlblock[id*="privacy"] p a:link,
.amf-type-htmlblock[id*="privacy"] p a:visited {
  font-size: 0.85em;
  color: #444;
  border-bottom: 1px solid #999;
}
/* line 284, ../../global/styles/_type-defaults.scss */
.amf-type-htmlblock[id*="privacy"] p a:focus,
.amf-type-htmlblock[id*="privacy"] p a:active,
.amf-type-htmlblock[id*="privacy"] p a:hover {
  color: #1560b9;
  border-bottom: 1px solid #1560b9;
}

/* line 292, ../../global/styles/_type-defaults.scss */
.amf-type-checkbox[id*="contact"] .checkbox,
.amf-type-checkbox[id*="phone"] .checkbox,
.amf-type-checkbox[id*="email"] .checkbox {
  color: #444;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 0.7em;
}

/* line 300, ../../global/styles/_type-defaults.scss */
.amf-type-checkbox[id*="contact"] .checkbox + label,
.amf-type-checkbox[id*="phone"] .checkbox + label,
.amf-type-checkbox[id*="email"] .checkbox + label {
  font-size: 0.9em;
}

/* line 305, ../../global/styles/_type-defaults.scss */
.amf-type-htmlblock[id*="captcha"] {
  width: 63.5%;
  max-width: 63.5%;
  margin: 1em auto;
}

/* -------------- SUBMIT -------------- */
/* line 313, ../../global/styles/_type-defaults.scss */
.component-text .component-inner form div[id*="amf-html-block-captcha"] > p {
  font-size: 0;
}
/* line 317, ../../global/styles/_type-defaults.scss */
.component-text .component-inner .captcha-validator p {
  font-size: 0.85em;
  font-style: italic;
  color: #c21b1e;
  display: none;
}

/* line 326, ../../global/styles/_type-defaults.scss */
.amf-type-button {
  width: 63.5%;
  max-width: 63.5%;
  margin: 2em auto 1em auto;
}
/* line 330, ../../global/styles/_type-defaults.scss */
.amf-type-button .button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin: 0;
  padding: 16px 20px;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: all 0.5s ease;
  color: #fff;
  background-color: #f26424;
}
/* line 347, ../../global/styles/_type-defaults.scss */
.amf-type-button .button:hover,
.amf-type-button .button:active,
.amf-type-button .button:focus {
  background-color: #449144;
}

/* -------------- DATA PROTECTION MESSAGE BOX -------------- */
/* line 357, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message h4:first-child {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5em;
}
/* line 362, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message p {
  font-size: 0.9em;
  line-height: 1.4;
}
/* line 365, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message p a {
  font-size: 1em;
}
/* line 369, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message .amf-type-checkbox[id*="3rd_parties"] {
  margin-bottom: 1em;
}
/* line 371, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message .amf-type-checkbox[id*="3rd_parties"] input[id*="3rd_parties"].checkbox {
  margin-right: 0.3em;
}
/* line 374, ../../global/styles/_type-defaults.scss */
.component-text .col-inner .data-protection-message .amf-type-checkbox[id*="3rd_parties"] label[for*="3rd_parties"] {
  font-size: 0.9em;
}

/* line 381, ../../global/styles/_type-defaults.scss */
.amf-type-htmlblock[id*="privacy"] {
  border-top: 1px solid #dedede;
}

/**************************************************************************************************************/
/* ADESTRA FORM DEFAULTS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ALL CONTENT DEFAULTS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- SITE TYPE SIZE RENDER -------------- */
@media only screen and (max-width: 1024px) {
  /* line 395, ../../global/styles/_type-defaults.scss */
  header.component-header h4 {
    font-size: 2.1em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 402, ../../global/styles/_type-defaults.scss */
  header.component-header h4 {
    font-size: 1.9em;
  }
}
/* -------------- ADESTRA FORMS -------------- */
@media only screen and (max-width: 1024px) {
  /* line 409, ../../global/styles/_type-defaults.scss */
  .amf-form-header + form .amf-type-textbox,
  .amf-form-header + form .amf-type-email,
  .amf-form-header + form .amf-type-select,
  .amf-form-header + form .amf-type-textarea,
  .amf-form-header + form .amf-type-country,
  .amf-form-header + form .amf-type-list,
  .amf-form-header + form .amf-type-radio,
  .amf-form-header + form .amf-type-checkbox:not([id*="3rd_parties"]),
  .amf-type-textblock,
  .amf-type-subheading[id*="data"],
  .amf-type-subheading[id*="data"] + .amf-type-textblock,
  .amf-type-checkbox[id*="contact"],
  .amf-type-htmlblock[id*="privacy"],
  .amf-type-checkbox[id*="email"],
  .amf-type-checkbox[id*="phone"],
  .amf-type-htmlblock[id*="phone"] {
    width: 80%;
    max-width: 80%;
  }

  /* line 428, ../../global/styles/_type-defaults.scss */
  .amf-type-button {
    width: 73.5%;
    max-width: 73.5%;
  }

  /* line 432, ../../global/styles/_type-defaults.scss */
  .amf-type-htmlblock[id*="captcha"] {
    width: 85%;
    max-width: 85%;
  }

  /* line 436, ../../global/styles/_type-defaults.scss */
  .amf-type-htmlblock[id*="privacy"] + .amf-type-button,
  .amf-type-htmlblock[id*="captcha"] + .amf-type-button {
    width: 85%;
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 444, ../../global/styles/_type-defaults.scss */
  .amf-form-header + form .amf-type-textbox,
  .amf-form-header + form .amf-type-email,
  .amf-form-header + form .amf-type-select,
  .amf-form-header + form .amf-type-textarea,
  .amf-form-header + form .amf-type-country,
  .amf-form-header + form .amf-type-list,
  .amf-form-header + form .amf-type-radio,
  .amf-form-header + form .amf-type-checkbox:not([id*="3rd_parties"]),
  .amf-type-textblock,
  .amf-type-captcha,
  .amf-type-htmlblock[id*="captcha"],
  .amf-type-button,
  .amf-type-htmlblock[id*="privacy"] + .amf-type-button,
  .amf-type-htmlblock[id*="captcha"] + .amf-type-button {
    width: 100%;
    max-width: 100%;
  }

  /* line 461, ../../global/styles/_type-defaults.scss */
  .amf-type-subheading[id*="data"],
  .amf-type-subheading[id*="data"] + .amf-type-textblock,
  .amf-type-checkbox[id*="contact"],
  .amf-type-htmlblock[id*="privacy"],
  .amf-type-checkbox[id*="email"],
  .amf-type-checkbox[id*="phone"],
  .amf-type-htmlblock[id*="phone"] {
    width: 92%;
    max-width: 92%;
    padding-left: 4%;
    padding-right: 3%;
  }
}
/**************************************************************************************************************/
/* ALL CONTENT DEFAULTS - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* INPUTS START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_inputs.scss */
input {
  font-weight: normal;
}

/* line 7, ../../global/styles/_inputs.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  padding: 5px;
  margin: 0;
  outline: none;
  border: none;
  font-size: 100%;
  background-repeat: no-repeat;
}

/* line 18, ../../global/styles/_inputs.scss */
input[type=text],
input[type=email],
input[type=password] {
  box-sizing: border-box;
  margin: 4px 0;
  font-size: 0.9em;
}

/* line 25, ../../global/styles/_inputs.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 30, ../../global/styles/_inputs.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 35, ../../global/styles/_inputs.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 41, ../../global/styles/_inputs.scss */
fieldset {
  border: none;
  margin: 0 2px;
  padding: 0;
}

/* line 46, ../../global/styles/_inputs.scss */
.header-search-holder span,
.footer-search-holder span,
.more-holder span,
span.read_more {
  display: block;
  overflow: hidden;
  padding: 0 6px 0 4px;
}

/* -------------- SEARCH -------------- */
/* line 55, ../../global/styles/_inputs.scss */
.header-search-holder input[type=submit] {
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  float: right;
  box-shadow: none;
  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;
}

/* line 64, ../../global/styles/_inputs.scss */
.header-search-holder {
  float: left;
}

/* SEARCH-1 -------------- */
/* line 68, ../../global/styles/_inputs.scss */
.search-1 {
  position: absolute;
  right: 12px;
  top: 0;
  margin-top: 12px;
}

/* line 74, ../../global/styles/_inputs.scss */
::-moz-placeholder {
  opacity: 1;
}

/* SEARCH-3 -------------- */
/* line 78, ../../global/styles/_inputs.scss */
.search-3 {
  float: right;
  margin-top: 8px;
  margin-right: 12px;
  font-size: 0.8em;
  margin-bottom: 0;
  width: 150px;
}

/* line 86, ../../global/styles/_inputs.scss */
.search-3 input[type=search],
.sticky .search-3 input[type=search] {
  font-size: 1.2em;
}

/* line 90, ../../global/styles/_inputs.scss */
.article-nav .search-3 {
  margin-top: 12px;
  margin-left: 12px;
}

/* line 94, ../../global/styles/_inputs.scss */
.search-3 input[type=submit] {
  background-position: -367px -760px;
}

/* line 97, ../../global/styles/_inputs.scss */
.search-3 input[type=submit]:active,
.search-3 input[type=submit]:focus {
  border: none;
  outline: none;
}

/* line 102, ../../global/styles/_inputs.scss */
.search-3 input[type=search]:focus {
  width: 200px;
}

/* MOBILE PUSH MENU SEARCH -------------- */
/* line 106, ../../global/styles/_inputs.scss */
.menu-sidebar-inner {
  padding: 6px 12px;
}

/* line 109, ../../global/styles/_inputs.scss */
.menu-sidebar-inner .search-3 {
  width: 100%;
  float: none;
  margin: 2px 0;
}

/* line 114, ../../global/styles/_inputs.scss */
.menu-sidebar-inner .search-3 input[type=search] {
  width: 95%;
  padding: 7px 0;
  padding-left: 12px;
  transition: background-color 0.7s ease;
}

/* line 120, ../../global/styles/_inputs.scss */
.menu-sidebar-inner .search-3 input[type=search]:focus {
  transition: background-color 0.7s ease;
}

/* line 123, ../../global/styles/_inputs.scss */
.menu-sidebar-inner .search-3 input[type=submit] {
  width: 24px;
  height: 24px;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  width: 36px;
  height: 36px;
  background-position: 0px -720px;
}

/**************************************************************************************************************/
/* INPUTS END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* LOGIN INPUTS START */
/**************************************************************************************************************/
/* line 139, ../../global/styles/_inputs.scss */
#login input[type=email],
#login input[type=password] {
  width: 100%;
  margin-left: 0;
  border-radius: 3px;
  color: #000;
  padding: 8px;
  margin: 8px 0;
  font-size: 1em;
}

/* line 149, ../../global/styles/_inputs.scss */
.main-top-login fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}

/* line 156, ../../global/styles/_inputs.scss */
.actions-holder {
  font-size: 0.9em;
  margin-bottom: 12px;
  margin-top: 4px;
}

/* line 161, ../../global/styles/_inputs.scss */
.main-top-login .header-tools-content {
  margin: 0px;
  padding: 0;
}

/* line 165, ../../global/styles/_inputs.scss */
#login #actions a {
  display: block;
  margin: 0.4em 8px 0 0;
  font-size: 0.9em;
  font-weight: bold;
}

/**************************************************************************************************************/
/* LOGIN INPUTS END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ALL INPUTS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 180, ../../global/styles/_inputs.scss */
.lt-ie9 #login #inputs input {
  width: 100%;
}

/**************************************************************************************************************/
/* ALL INPUTS - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEXT - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-login.scss */
.component-login .component-inner {
  max-width: 75%;
  padding: 1em;
  margin: 0 auto;
}
/* line 10, ../../global/styles/_component-login.scss */
.component-login .col-inner {
  text-align: center;
  background-color: #f4f5f4;
  border: 1px solid #dedede;
}
/* line 14, ../../global/styles/_component-login.scss */
.component-login .col-inner h2 {
  margin-bottom: 22px;
  font-size: 1.8em;
  margin-top: 2px;
}
/* line 19, ../../global/styles/_component-login.scss */
.component-login .col-inner form {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
/* line 25, ../../global/styles/_component-login.scss */
.component-login .col-inner form input {
  max-width: 100%;
}
/* line 28, ../../global/styles/_component-login.scss */
.component-login .col-inner form .remember-actions-holder {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 2% 0 3% 2%;
  padding: 0.3em 0 0 0;
  font-size: 0.9em;
  float: none;
  clear: right;
  color: #444;
}
/* line 39, ../../global/styles/_component-login.scss */
.component-login .col-inner form .form-actions {
  width: auto;
  float: right;
}
/* line 42, ../../global/styles/_component-login.scss */
.component-login .col-inner form .form-actions .form-submit.btn {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  margin: 0 0 0.5em 0;
  clear: left;
}
/* line 51, ../../global/styles/_component-login.scss */
.component-login .col-inner form .submit-loader {
  width: auto;
  height: auto;
  margin: 1.1em;
  float: right;
}
/* line 58, ../../global/styles/_component-login.scss */
.component-login .col-inner .login-details {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 0.9em;
}
/* line 63, ../../global/styles/_component-login.scss */
.component-login .col-inner .login-details p {
  color: #666;
}
/* line 65, ../../global/styles/_component-login.scss */
.component-login .col-inner .login-details p a {
  color: #c42529;
}
/* line 67, ../../global/styles/_component-login.scss */
.component-login .col-inner .login-details p a:hover {
  color: #505456;
}

/**************************************************************************************************************/
/* COMPONENT TEXT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEXT - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 87, ../../global/styles/_component-login.scss */
  .component-text .content {
    padding: 0;
  }
}
/**************************************************************************************************************/
/* COMPONENT TEXT - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ICONS - START */
/**************************************************************************************************************/
/* -------------- TOOLS CONTAINER ICON SETUP -------------- */
/* line 6, ../../global/styles/_icons.scss */
.tools-container .icons {
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
}

/* -------------- SITE HEADER CALENDAR ICON SETUP -------------- */
/* line 15, ../../global/styles/_icons.scss */
header.main-head .main-head-content .site-header .site-meta-holder .icon-font:before {
  position: absolute;
  width: 20px;
  height: 18px;
  margin-top: 3px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
}
/* line 24, ../../global/styles/_icons.scss */
header.main-head .main-head-content .site-header .site-meta-holder .icon-font-calendar-plus:before {
  background-position: -152px -225px;
}

/* -------------- NAV TOOLS ICON SETUP -------------- */
/* NOTE: 
	This is used in the top navigation and the footer.
	If separate positions for different colour icons are required please add a nested section here.
*/
/* line 38, ../../global/styles/_icons.scss */
.nav-tools-content .nav-tools,
.footer-tools-content .nav-tools {
  margin: 18px;
  padding-left: 0;
  line-height: 1.2;
  text-indent: 0;
  cursor: pointer;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
/* line 48, ../../global/styles/_icons.scss */
.nav-tools-content .nav-tools a,
.footer-tools-content .nav-tools a {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
}
/* line 57, ../../global/styles/_icons.scss */
.nav-tools-content .twitter-icon,
.footer-tools-content .twitter-icon {
  background-position: -6px -6px;
}
/* line 60, ../../global/styles/_icons.scss */
.nav-tools-content .facebook-icon,
.footer-tools-content .facebook-icon {
  background-position: -6px -42px;
}
/* line 63, ../../global/styles/_icons.scss */
.nav-tools-content .linkedin-icon,
.footer-tools-content .linkedin-icon {
  background-position: -6px -80px;
}
/* line 66, ../../global/styles/_icons.scss */
.nav-tools-content .instagram-icon,
.footer-tools-content .instagram-icon {
  background-position: -6px -186px;
}
/* line 69, ../../global/styles/_icons.scss */
.nav-tools-content .newsletters-icon,
.footer-tools-content .newsletters-icon {
  background-position: -150px -42px;
}
/* line 73, ../../global/styles/_icons.scss */
.nav-tools-content .flickr-icon,
.footer-tools-content .flickr-icon {
  background-position: -6px -114px;
}
/* line 76, ../../global/styles/_icons.scss */
.nav-tools-content .youtube-icon,
.footer-tools-content .youtube-icon {
  background-position: -6px -150px;
}
/* line 80, ../../global/styles/_icons.scss */
.nav-tools-content .home-icon,
.footer-tools-content .home-icon {
  background-position: -180px 0px;
}

/* -------------- FILE TYPE LINKS -------------- */
/* line 85, ../../global/styles/_icons.scss */
a[class$="-file"] {
  position: relative;
  display: inline-block;
  text-indent: 24px;
  font-weight: bold;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  color: #1560b9;
  border-bottom: 0.0625em solid #dedede;
}
/* line 95, ../../global/styles/_icons.scss */
a[class$="-file"]:hover {
  border-bottom: 0.0625em solid #1560b9;
}

/* line 99, ../../global/styles/_icons.scss */
a[class$="-file"]:before {
  content: " ";
  top: 0;
  position: absolute;
  font-size: 0.65em;
  margin-left: -24px;
  width: 24px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
}

/* line 111, ../../global/styles/_icons.scss */
a.pdf-file:before {
  background-position: -9px -223px;
}

/* line 114, ../../global/styles/_icons.scss */
a.txt-file:before {
  background-position: -9px -259px;
}

/* line 117, ../../global/styles/_icons.scss */
a.rtf-file:before {
  background-position: -9px -295px;
}

/* line 120, ../../global/styles/_icons.scss */
a.xls-file:before {
  background-position: -9px -331px;
}

/* line 123, ../../global/styles/_icons.scss */
a.doc-file:before {
  background-position: -9px -367px;
}

/* line 126, ../../global/styles/_icons.scss */
a.ppt-file:before {
  background-position: -9px -403px;
}

/* -------------- ICON BLOCK -------------- */
/* line 131, ../../global/styles/_icons.scss */
.icon-block .icon-sprite {
  position: relative;
  display: inline-block;
}
/* line 134, ../../global/styles/_icons.scss */
.icon-block .icon-sprite:before {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-size: calc(100% * 10);
}
/* line 149, ../../global/styles/_icons.scss */
.icon-block .icon-twitter:before {
  background-position: -101px -6px;
}
/* line 152, ../../global/styles/_icons.scss */
.icon-block .icon-facebook:before {
  background-position: -101px -97px;
}
/* line 155, ../../global/styles/_icons.scss */
.icon-block .icon-linkedin:before {
  background-position: -98px -191px;
}
/* line 158, ../../global/styles/_icons.scss */
.icon-block .icon-flickr:before {
  background-position: -99px -279px;
}
/* line 161, ../../global/styles/_icons.scss */
.icon-block .icon-youtube:before {
  background-position: -99px -370px;
}
/* line 164, ../../global/styles/_icons.scss */
.icon-block .icon-instagram:before {
  background-position: -99px -461px;
}
/* line 167, ../../global/styles/_icons.scss */
.icon-block .icon-pdf-file:before {
  background-position: -100px -551px;
}
/* line 170, ../../global/styles/_icons.scss */
.icon-block .icon-text-file:before {
  background-position: -100px -641px;
}
/* line 173, ../../global/styles/_icons.scss */
.icon-block .icon-rtf-file:before {
  background-position: -100px -732px;
}
/* line 176, ../../global/styles/_icons.scss */
.icon-block .icon-excel:before {
  background-position: -100px -821px;
}
/* line 179, ../../global/styles/_icons.scss */
.icon-block .icon-word:before {
  background-position: -100px -912px;
}
/* line 182, ../../global/styles/_icons.scss */
.icon-block .icon-powerpoint:before {
  background-position: -100px -1001px;
}
/* line 185, ../../global/styles/_icons.scss */
.icon-block .icon-program:before {
  background-position: -98px -1090px;
}
/* line 188, ../../global/styles/_icons.scss */
.icon-block .icon-book:before {
  background-position: -96px -1180px;
}
/* line 191, ../../global/styles/_icons.scss */
.icon-block .icon-book-details:before {
  background-position: -97px -1269px;
}
/* line 194, ../../global/styles/_icons.scss */
.icon-block .icon-list:before {
  background-position: -99px -1361px;
}
/* line 197, ../../global/styles/_icons.scss */
.icon-block .icon-agenda:before {
  background-position: -98px -1451px;
}
/* line 200, ../../global/styles/_icons.scss */
.icon-block .icon-registration-form:before {
  background-position: -99px -1541px;
}
/* line 203, ../../global/styles/_icons.scss */
.icon-block .icon-pencil:before {
  background-position: -101px -1632px;
}
/* line 207, ../../global/styles/_icons.scss */
.icon-block .icon-tick:before {
  background-position: -277px -9px;
}
/* line 210, ../../global/styles/_icons.scss */
.icon-block .icon-cross:before {
  background-position: -278px -100px;
}
/* line 213, ../../global/styles/_icons.scss */
.icon-block .icon-plus:before {
  background-position: -278px -189px;
}
/* line 216, ../../global/styles/_icons.scss */
.icon-block .icon-minus:before {
  background-position: -278px -280px;
}
/* line 219, ../../global/styles/_icons.scss */
.icon-block .icon-hash:before {
  background-position: -278px -369px;
}
/* line 222, ../../global/styles/_icons.scss */
.icon-block .icon-arrow-left:before {
  background-position: -279px -459px;
}
/* line 225, ../../global/styles/_icons.scss */
.icon-block .icon-arrow-right:before {
  background-position: -277px -550px;
}
/* line 228, ../../global/styles/_icons.scss */
.icon-block .icon-arrow-up:before {
  background-position: -278px -637px;
}
/* line 231, ../../global/styles/_icons.scss */
.icon-block .icon-arrow-down:before {
  background-position: -278px -728px;
}
/* line 234, ../../global/styles/_icons.scss */
.icon-block .icon-arrow-down-double:before {
  background-position: -278px -819px;
}
/* line 237, ../../global/styles/_icons.scss */
.icon-block .icon-download:before {
  background-position: -279px -910px;
}
/* line 240, ../../global/styles/_icons.scss */
.icon-block .icon-entry:before {
  background-position: -277px -1000px;
}
/* line 243, ../../global/styles/_icons.scss */
.icon-block .icon-padlock:before {
  background-position: -278px -1091px;
}
/* line 246, ../../global/styles/_icons.scss */
.icon-block .icon-categories:before {
  background-position: -278px -1179px;
}
/* line 249, ../../global/styles/_icons.scss */
.icon-block .icon-image:before {
  background-position: -277px -1269px;
}
/* line 252, ../../global/styles/_icons.scss */
.icon-block .icon-gallery:before {
  background-position: -278px -1360px;
}
/* line 255, ../../global/styles/_icons.scss */
.icon-block .icon-presentation:before {
  background-position: -278px -1449px;
}
/* line 258, ../../global/styles/_icons.scss */
.icon-block .icon-chart:before {
  background-position: -279px -1540px;
}
/* line 261, ../../global/styles/_icons.scss */
.icon-block .icon-training:before {
  background-position: -278px -1630px;
}
/* line 265, ../../global/styles/_icons.scss */
.icon-block .icon-home:before {
  background-position: -458px -9px;
}
/* line 268, ../../global/styles/_icons.scss */
.icon-block .icon-email:before {
  background-position: -458px -95px;
}
/* line 271, ../../global/styles/_icons.scss */
.icon-block .icon-phone:before {
  background-position: -461px -188px;
}
/* line 274, ../../global/styles/_icons.scss */
.icon-block .icon-reminder:before {
  background-position: -458px -278px;
}
/* line 277, ../../global/styles/_icons.scss */
.icon-block .icon-time:before {
  background-position: -459px -369px;
}
/* line 280, ../../global/styles/_icons.scss */
.icon-block .icon-hourglass:before {
  background-position: -459px -459px;
}
/* line 283, ../../global/styles/_icons.scss */
.icon-block .icon-calendar-add:before {
  background-position: -459px -548px;
}
/* line 286, ../../global/styles/_icons.scss */
.icon-block .icon-calendar:before {
  background-position: -459px -637px;
}
/* line 289, ../../global/styles/_icons.scss */
.icon-block .icon-location:before {
  background-position: -459px -728px;
}
/* line 292, ../../global/styles/_icons.scss */
.icon-block .icon-map-marker:before {
  background-position: -460px -819px;
}
/* line 295, ../../global/styles/_icons.scss */
.icon-block .icon-building:before {
  background-position: -458px -910px;
}
/* line 298, ../../global/styles/_icons.scss */
.icon-block .icon-institution:before {
  background-position: -459px -999px;
}
/* line 301, ../../global/styles/_icons.scss */
.icon-block .icon-legal:before {
  background-position: -459px -1090px;
}
/* line 304, ../../global/styles/_icons.scss */
.icon-block .icon-judge:before {
  background-position: -458px -1179px;
}
/* line 307, ../../global/styles/_icons.scss */
.icon-block .icon-star:before {
  background-position: -459px -1270px;
}
/* line 310, ../../global/styles/_icons.scss */
.icon-block .icon-award:before {
  background-position: -459px -1360px;
}
/* line 313, ../../global/styles/_icons.scss */
.icon-block .icon-rosette:before {
  background-position: -458px -1450px;
}
/* line 316, ../../global/styles/_icons.scss */
.icon-block .icon-trophy:before {
  background-position: -460px -1541px;
}
/* line 319, ../../global/styles/_icons.scss */
.icon-block .icon-wine:before {
  background-position: -458px -1631px;
}
/* line 323, ../../global/styles/_icons.scss */
.icon-block .icon-user:before {
  background-position: -637px -8px;
}
/* line 326, ../../global/styles/_icons.scss */
.icon-block .icon-user-group:before {
  background-position: -638px -96px;
}
/* line 329, ../../global/styles/_icons.scss */
.icon-block .icon-add-user:before {
  background-position: -637px -187px;
}
/* line 332, ../../global/styles/_icons.scss */
.icon-block .icon-user-who:before {
  background-position: -637px -277px;
}
/* line 335, ../../global/styles/_icons.scss */
.icon-block .icon-user-id:before {
  background-position: -637px -370px;
}
/* line 338, ../../global/styles/_icons.scss */
.icon-block .icon-sponsor:before {
  background-position: -639px -458px;
}
/* line 341, ../../global/styles/_icons.scss */
.icon-block .icon-speaker:before {
  background-position: -638px -550px;
}
/* line 344, ../../global/styles/_icons.scss */
.icon-block .icon-quote:before {
  background-position: -639px -640px;
}
/* line 347, ../../global/styles/_icons.scss */
.icon-block .icon-comment:before {
  background-position: -639px -731px;
}
/* line 350, ../../global/styles/_icons.scss */
.icon-block .icon-important-announcement:before {
  background-position: -639px -822px;
}
/* line 353, ../../global/styles/_icons.scss */
.icon-block .icon-info:before {
  background-position: -637px -910px;
}
/* line 356, ../../global/styles/_icons.scss */
.icon-block .icon-question:before {
  background-position: -637px -1001px;
}
/* line 359, ../../global/styles/_icons.scss */
.icon-block .icon-ticket:before {
  background-position: -638px -1090px;
}
/* line 362, ../../global/styles/_icons.scss */
.icon-block .icon-credit-card:before {
  background-position: -638px -1180px;
}
/* line 365, ../../global/styles/_icons.scss */
.icon-block .icon-briefcase:before {
  background-position: -638px -1270px;
}
/* line 368, ../../global/styles/_icons.scss */
.icon-block .icon-travel:before {
  background-position: -638px -1361px;
}
/* line 371, ../../global/styles/_icons.scss */
.icon-block .icon-accomodation:before {
  background-position: -639px -1451px;
}
/* line 374, ../../global/styles/_icons.scss */
.icon-block .icon-glass:before {
  background-position: -639px -1540px;
}
/* line 377, ../../global/styles/_icons.scss */
.icon-block .icon-drinks:before {
  background-position: -640px -1630px;
}

/* 
	Thefollowing brand-set icon positions are included for easy reference.
	They are not used on the site as the brand-set class is not called anywhere
	If these are required for certain themes or custom set up please copy the positioning and nest as required
*/
/* line 387, ../../global/styles/_icons.scss */
.brand-set .icon-block {
  background-color: #ccc !important;
}
/* line 390, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-twitter:before {
  background-position: -10px -6px;
}
/* line 393, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-facebook:before {
  background-position: -10px -97px;
}
/* line 396, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-linkedin:before {
  background-position: -7px -191px;
}
/* line 399, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-flickr:before {
  background-position: -8px -279px;
}
/* line 402, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-youtube:before {
  background-position: -8px -370px;
}
/* line 405, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-instagram:before {
  background-position: -8px -461px;
}
/* line 408, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-pdf-file:before {
  background-position: -9px -551px;
}
/* line 411, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-text-file:before {
  background-position: -9px -641px;
}
/* line 414, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-rtf-file:before {
  background-position: -9px -732px;
}
/* line 417, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-excel:before {
  background-position: -9px -821px;
}
/* line 420, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-word:before {
  background-position: -9px -912px;
}
/* line 423, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-powerpoint:before {
  background-position: -9px -1001px;
}
/* line 426, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-program:before {
  background-position: -7px -1090px;
}
/* line 429, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-book:before {
  background-position: -5px -1180px;
}
/* line 432, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-book-details:before {
  background-position: -6px -1269px;
}
/* line 435, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-list:before {
  background-position: -8px -1361px;
}
/* line 438, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-agenda:before {
  background-position: -7px -1451px;
}
/* line 441, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-registration-form:before {
  background-position: -8px -1541px;
}
/* line 444, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-pencil:before {
  background-position: -10px -1632px;
}
/* line 448, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-tick:before {
  background-position: -186px -9px;
}
/* line 451, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-cross:before {
  background-position: -187px -100px;
}
/* line 454, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-plus:before {
  background-position: -187px -189px;
}
/* line 457, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-minus:before {
  background-position: -187px -280px;
}
/* line 460, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-hash:before {
  background-position: -187px -369px;
}
/* line 463, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-arrow-left:before {
  background-position: -188px -459px;
}
/* line 466, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-arrow-right:before {
  background-position: -186px -550px;
}
/* line 469, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-arrow-up:before {
  background-position: -187px -637px;
}
/* line 472, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-arrow-down:before {
  background-position: -187px -728px;
}
/* line 475, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-arrow-down-double:before {
  background-position: -187px -819px;
}
/* line 478, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-download:before {
  background-position: -188px -910px;
}
/* line 481, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-entry:before {
  background-position: -186px -1000px;
}
/* line 484, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-padlock:before {
  background-position: -187px -1091px;
}
/* line 487, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-categories:before {
  background-position: -187px -1179px;
}
/* line 490, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-image:before {
  background-position: -186px -1269px;
}
/* line 493, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-gallery:before {
  background-position: -187px -1360px;
}
/* line 496, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-presentation:before {
  background-position: -187px -1449px;
}
/* line 499, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-chart:before {
  background-position: -188px -1540px;
}
/* line 502, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-training:before {
  background-position: -187px -1630px;
}
/* line 506, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-home:before {
  background-position: -367px -9px;
}
/* line 509, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-email:before {
  background-position: -367px -95px;
}
/* line 512, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-phone:before {
  background-position: -370px -188px;
}
/* line 515, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-reminder:before {
  background-position: -367px -278px;
}
/* line 518, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-time:before {
  background-position: -368px -369px;
}
/* line 521, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-hourglass:before {
  background-position: -368px -459px;
}
/* line 524, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-calendar-add:before {
  background-position: -368px -548px;
}
/* line 527, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-calendar:before {
  background-position: -368px -637px;
}
/* line 530, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-location:before {
  background-position: -368px -728px;
}
/* line 533, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-map-marker:before {
  background-position: -369px -819px;
}
/* line 536, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-building:before {
  background-position: -367px -910px;
}
/* line 539, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-institution:before {
  background-position: -368px -999px;
}
/* line 542, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-legal:before {
  background-position: -368px -1090px;
}
/* line 545, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-judge:before {
  background-position: -367px -1179px;
}
/* line 548, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-star:before {
  background-position: -368px -1270px;
}
/* line 551, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-award:before {
  background-position: -368px -1360px;
}
/* line 554, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-rosette:before {
  background-position: -367px -1450px;
}
/* line 557, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-trophy:before {
  background-position: -369px -1541px;
}
/* line 560, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-wine:before {
  background-position: -367px -1631px;
}
/* line 564, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-user:before {
  background-position: -546px -8px;
}
/* line 567, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-user-group:before {
  background-position: -547px -96px;
}
/* line 570, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-add-user:before {
  background-position: -546px -187px;
}
/* line 573, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-user-who:before {
  background-position: -546px -277px;
}
/* line 576, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-user-id:before {
  background-position: -546px -370px;
}
/* line 579, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-sponsor:before {
  background-position: -548px -458px;
}
/* line 582, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-speaker:before {
  background-position: -547px -550px;
}
/* line 585, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-quote:before {
  background-position: -548px -640px;
}
/* line 588, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-comment:before {
  background-position: -548px -731px;
}
/* line 591, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-important-announcement:before {
  background-position: -548px -822px;
}
/* line 594, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-info:before {
  background-position: -546px -910px;
}
/* line 597, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-question:before {
  background-position: -546px -1001px;
}
/* line 600, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-ticket:before {
  background-position: -547px -1090px;
}
/* line 603, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-credit-card:before {
  background-position: -547px -1180px;
}
/* line 606, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-briefcase:before {
  background-position: -547px -1270px;
}
/* line 609, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-travel:before {
  background-position: -547px -1361px;
}
/* line 612, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-accomodation:before {
  background-position: -548px -1451px;
}
/* line 615, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-glass:before {
  background-position: -548px -1540px;
}
/* line 618, ../../global/styles/_icons.scss */
.brand-set .icon-block .icon-drinks:before {
  background-position: -549px -1630px;
}

/* -------------- JWP LOGO FIX -------------- */
/* line 625, ../../global/styles/_icons.scss */
.jwplayer .jwlogo {
  width: initial !important;
}

/**************************************************************************************************************/
/* ICONS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ICONS - LEGACY AND MEDIA QUERIES - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* NO SVG -------------- */
/* line 638, ../../global/styles/_icons.scss */
.no-svg {
  /* TOOLS CONTAINER ICON SETUP -------------- */
  /* -------------- SITE HEADER CALENDAR ICON SETUP -------------- */
  /* -------------- NAV TOOLS ICON SETUP -------------- */
  /* -------------- FILE TYPE LINKS -------------- */
  /* -------------- ICON BLOCK -------------- */
}
/* line 641, ../../global/styles/_icons.scss */
.no-svg .tools-container .icons {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 650, ../../global/styles/_icons.scss */
.no-svg header.main-head .main-head-content .site-header .site-meta-holder .icon-font:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 660, ../../global/styles/_icons.scss */
.no-svg .nav-tools-content .nav-tools,
.no-svg .footer-tools-content .nav-tools {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 665, ../../global/styles/_icons.scss */
.no-svg a[class$="-file"]:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 671, ../../global/styles/_icons.scss */
.no-svg .icon-block .icon-sprite:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/**************************************************************************************************************/
/* ICONS - LEGACY AND MEDIA QUERIES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* LIGHTBOX - START */
/**************************************************************************************************************/
/* -------------- LIGHTBOX STRUCTURE -------------- */
/* line 5, ../../global/styles/_lightbox.scss */
.lightbox {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  z-index: 7;
  cursor: pointer;
}
/* line 15, ../../global/styles/_lightbox.scss */
.lightbox .content.lightbox-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
/* line 25, ../../global/styles/_lightbox.scss */
.lightbox .close-lightbox {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  color: #333;
  background-color: #dedede;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-position: -73px -37px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 38, ../../global/styles/_lightbox.scss */
.lightbox .lightbox-content {
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 10%;
  background-color: #fff;
  height: 100%;
  display: block;
  min-height: 150px;
  padding: 2em 4em;
  cursor: default;
  *zoom: 1;
}
/* line 50, ../../global/styles/_lightbox.scss */
.lightbox .lightbox-content:before, .lightbox .lightbox-content:after {
  content: " ";
  display: table;
}
/* line 55, ../../global/styles/_lightbox.scss */
.lightbox .lightbox-content:after {
  clear: both;
}

/* FIXES - to overwrite Drupal CSS */
/* line 62, ../../global/styles/_lightbox.scss */
.toolbar-fixed.toolbar-horizontal .lightbox .lightbox-wrapper {
  margin-top: 100px;
}

/* -------------- LIGHTBOX CONTENT -------------- */
/* line 67, ../../global/styles/_lightbox.scss */
.lightbox-image {
  width: auto;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
/* line 72, ../../global/styles/_lightbox.scss */
.lightbox-image img {
  width: auto;
  max-width: 200px;
  height: auto;
  padding: 8px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
}

/* line 82, ../../global/styles/_lightbox.scss */
.lightbox-title {
  width: auto;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
/* line 87, ../../global/styles/_lightbox.scss */
.lightbox-title h5.name {
  margin: 0.3em 0 0.15em 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
/* line 93, ../../global/styles/_lightbox.scss */
.lightbox-title h5.name a {
  color: #333;
}
/* line 95, ../../global/styles/_lightbox.scss */
.lightbox-title h5.name a:visited, .lightbox-title h5.name a:hover, .lightbox-title h5.name a:active {
  color: #333;
}
/* line 102, ../../global/styles/_lightbox.scss */
.lightbox-title p.title,
.lightbox-title p.company {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 0.15em 0;
}
/* line 108, ../../global/styles/_lightbox.scss */
.lightbox-title p.title {
  font-weight: 800;
}

/* line 112, ../../global/styles/_lightbox.scss */
.lightbox-description {
  width: 100%;
  clear: both;
}
/* line 115, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content {
  width: auto;
  max-width: 90%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 123, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content li {
  display: inline-block;
}
/* line 126, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content .social-tools {
  text-indent: 0;
  margin: 8px;
  padding-left: 0;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
/* line 133, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content .social-tools a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
}
/* line 142, ../../global/styles/_lightbox.scss */
.lightbox-description .biography {
  margin-top: 0.75em;
}
/* line 144, ../../global/styles/_lightbox.scss */
.lightbox-description .biography p {
  font-size: 0.96em;
  line-height: 1.5;
}
/* line 149, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content + .biography {
  margin-top: 0.25em;
}

/* PERSON SPECIFIC STYLES -------------- */
/* line 155, ../../global/styles/_lightbox.scss */
.lightbox-image.person-image img {
  border-radius: 50%;
  padding: 0;
}

/* SPONSOR SPECIFIC STYLES -------------- */
/* line 161, ../../global/styles/_lightbox.scss */
.lightbox-image.sponsor-image {
  margin-bottom: 20px;
}

/* -------------- MODAL CONTROLS -------------- */
/* line 166, ../../global/styles/_lightbox.scss */
.modal-open-blur .site-top-nav,
.modal-open-blur header,
.modal-open-blur nav.nav,
.modal-open-blur nav.mobile-nav,
.modal-open-blur main,
.modal-open-blur footer {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  transition: filter 0.3s ease-out;
}

/**************************************************************************************************************/
/* LIGHTBOX - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* LIGHTBOX - LEGACY & MEDIA QUERIES - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* LIGHTBOX STRUCTURE -------------- */
/* line 191, ../../global/styles/_lightbox.scss */
.lightbox .close-lightbox {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* LIGHTBOX CONTENT -------------- */
/* line 198, ../../global/styles/_lightbox.scss */
.lightbox-description ul.social-tools-content .social-tools {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* -------------- MEDIA QUERIES -------------- */
/**************************************************************************************************************/
/* LIGHTBOX - LEGACY & MEDIA QUERIES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* VIDEO EMBED SETTINGS - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_video-embed.scss */
.media-iframe-holder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

/* line 10, ../../global/styles/_video-embed.scss */
iframe.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************************************************************************************************************/
/* VIDEO EMBED SETTINGS -  END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* FOOTER - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_footer.scss */
footer {
  margin-top: 5em;
}

/* -------------- SITE INFO FOOTER - SETUP -------------- */
/* line 8, ../../global/styles/_footer.scss */
.site-info-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #f4f5f4;
  color: #666;
  border-top: 1px solid #dedede;
}
/* line 17, ../../global/styles/_footer.scss */
.site-info-footer .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0 0.8em;
}
/* line 23, ../../global/styles/_footer.scss */
.site-info-footer .content .block-ipe-common-footer-links {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 30, ../../global/styles/_footer.scss */
.site-info-footer .content .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 35, ../../global/styles/_footer.scss */
.site-info-footer .content .col .col-inner {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
/* line 42, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-left {
  float: left;
}
/* line 44, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-brand {
  position: absolute;
  bottom: 0;
  text-align: left;
}
/* line 48, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-brand p {
  display: inline-block;
  float: left;
  margin: 13px 0 0 0;
  font-size: 0.8em;
  color: #666;
}
/* line 55, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-brand img {
  display: inline-block;
  width: auto;
  max-width: 130px;
  max-height: 20px;
  margin: 10px 0 0 5px;
}
/* line 65, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links {
  width: auto;
  margin: 0 auto;
  clear: both;
  display: block;
}
/* line 70, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav {
  font-size: 0.9em;
  margin: 12px auto;
  padding: 0;
  list-style: none;
  max-width: 100%;
  width: auto;
}
/* line 77, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title {
  display: inline-block;
  padding: 0 15px;
}
/* line 80, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a {
  font-family: "Arimo", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.030em;
  transition: color 0.5s ease;
  text-decoration: none;
}
/* line 87, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a,
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a:link,
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a:visited {
  color: #444;
}
/* line 92, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a:hover,
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a:focus,
.site-info-footer .content .col.span_3_of_5 .info-footer-main-links ul.site-footer-nav li.menu-title a:active {
  color: #333;
}
/* line 100, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-social-links {
  width: auto;
  margin: 0 auto;
  clear: both;
  display: block;
}
/* line 105, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-social-links ul.footer-tools-content {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: auto;
  max-width: 300px;
}
/* line 111, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-social-links ul.footer-tools-content li {
  display: inline-block;
}
/* line 115, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_3_of_5 .info-footer-social-links ul.footer-tools-content .nav-tools {
  margin: 8px;
}
/* line 121, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-right {
  float: right;
}
/* line 123, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-right .info-footer-btn {
  position: absolute;
  bottom: 0;
}
/* line 126, ../../global/styles/_footer.scss */
.site-info-footer .content .col.span_1_of_5.info-footer-right .info-footer-btn .btn {
  font-size: 15px;
  letter-spacing: 0.1em;
}

/* -------------- MAIN FOOTER SETUP -------------- */
/* line 135, ../../global/styles/_footer.scss */
.main-footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f5f4;
  color: #666;
  border-top: 1px solid #dedede;
}
/* line 143, ../../global/styles/_footer.scss */
.main-footer .main-footer-content {
  padding: 0;
  font-size: 0.85em;
  /* COPYRIGHT AND LOGO -------------- */
  /* ACCREDITATIONS -------------- */
}
/* line 147, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-footer {
  width: 65%;
  float: left;
  margin-top: 10px;
}
/* line 151, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-footer .logo {
  float: left;
  margin: 1.3em 0 1.2em 0;
  padding: 0;
  background-image: url("../../global/images/company-logos.svgz?v=1.0.1");
  width: 140px;
  height: 50px;
  background-position: 5px 0;
  background-repeat: no-repeat;
}
/* line 161, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-footer .copyright-logo {
  float: left;
}
/* line 164, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-footer p.copyright-full {
  float: left;
  margin: 16px 16px 0 16px;
  width: 70%;
  color: #666;
}
/* line 172, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-accreditation {
  width: 300px;
  margin: 1em 1% 1.5em 0;
  float: right;
  font-size: 0.85em;
  text-align: right;
}
/* line 178, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-accreditation .accreditation-logos {
  width: 160px;
  height: 55px;
  margin: 0;
  padding: 0;
  background-image: url("../../global/images/accreditations-logos.svgz?v=2.0");
  background-position: 0 -55px;
  background-repeat: no-repeat;
  float: right;
  clear: both;
}
/* line 189, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-accreditation .accreditation-text {
  width: auto;
  margin-top: 5px;
  margin-bottom: 0;
  float: right;
  clear: both;
}
/* line 195, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a,
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a:link,
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a:visited {
  color: #666;
}
/* line 200, ../../global/styles/_footer.scss */
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a:hover,
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a:focus,
.main-footer .main-footer-content .publisher-accreditation .accreditation-text a:active {
  color: #555;
}

/* -------------- HIDE DATA DIV -------------- */
/* line 210, ../../global/styles/_footer.scss */
#exchange_div {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/**************************************************************************************************************/
/* FOOTER - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* FOOTER - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 228, ../../global/styles/_footer.scss */
.no-svg .main-footer .main-footer-content .publisher-footer .logo {
  background-image: url("../../global/images/company-logos.png?v=1.0.1");
}
/* line 233, ../../global/styles/_footer.scss */
.no-svg .main-footer .main-footer-content .publisher-accreditation .accreditation-logos {
  background-image: url("../../global/images/accreditations-logos.png?v=2.0");
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1090px) {
  /* line 243, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content {
    float: left;
    clear: both;
  }
  /* line 246, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .main-footer-content-inner {
    width: 100%;
    font-size: 0.85em;
    clear: both;
  }
  /* line 251, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer {
    float: none;
    width: 79%;
    clear: both;
    margin: 10px auto 0 auto;
  }
  /* line 256, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer .logo {
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0;
  }
  /* line 261, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer p.copyright-full {
    float: none;
    width: 95%;
  }
  /* line 266, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-accreditation {
    width: 100%;
    margin: 0.5em 0;
  }
  /* line 269, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-accreditation .accreditation-logos {
    float: none;
    clear: both;
    margin: 0 auto 0;
    padding: 0;
  }
  /* line 275, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-accreditation .accreditation-text {
    float: none;
    text-align: center;
    width: auto;
  }
}
@media only screen and (max-width: 850px) {
  /* line 286, ../../global/styles/_footer.scss */
  .site-info-footer .content {
    display: block;
  }
  /* line 288, ../../global/styles/_footer.scss */
  .site-info-footer .content .block-ipe-common-footer-links,
  .site-info-footer .content .col {
    display: block;
  }
  /* line 292, ../../global/styles/_footer.scss */
  .site-info-footer .content .col.span_1_of_5.info-footer-left,
  .site-info-footer .content .col.span_3_of_5,
  .site-info-footer .content .col.span_1_of_5.info-footer-right {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
    clear: both;
    display: block;
  }
  /* line 301, ../../global/styles/_footer.scss */
  .site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-brand,
  .site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-btn,
  .site-info-footer .content .col.span_3_of_5 .info-footer-brand,
  .site-info-footer .content .col.span_3_of_5 .info-footer-btn,
  .site-info-footer .content .col.span_1_of_5.info-footer-right .info-footer-brand,
  .site-info-footer .content .col.span_1_of_5.info-footer-right .info-footer-btn {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 12px auto;
    text-align: center;
  }
  /* line 309, ../../global/styles/_footer.scss */
  .site-info-footer .content .col.span_1_of_5.info-footer-left .info-footer-brand,
  .site-info-footer .content .col.span_3_of_5 .info-footer-brand,
  .site-info-footer .content .col.span_1_of_5.info-footer-right .info-footer-brand {
    margin-bottom: 0;
  }

  /* line 317, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer {
    width: 96%;
    margin: 10px auto 0 auto;
  }
  /* line 320, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer p.copyright-full {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 329, ../../global/styles/_footer.scss */
  .container footer {
    position: relative;
    bottom: 70px;
    margin-top: 70px;
  }
  /* line 334, ../../global/styles/_footer.scss */
  .container .main-footer {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 40.75em) {
  /* line 346, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer .logo {
    float: none;
    margin: 0 auto;
    padding: 0;
    clear: both;
  }
  /* line 352, ../../global/styles/_footer.scss */
  .main-footer .main-footer-content .publisher-footer p.copyright-full {
    margin: 0;
    text-align: center;
  }
}
/**************************************************************************************************************/
/* FOOTER - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PRINT - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_print.scss */
.article-header img.print-branding {
  display: none;
}

@media print {
  /* line 8, ../../global/styles/_print.scss */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* line 12, ../../global/styles/_print.scss */
  body {
    color: #000;
    background-color: #fff;
  }

  /* line 17, ../../global/styles/_print.scss */
  body[class*="toolbar-"] #environment-indicator,
  body[class*="toolbar-"] #block-im-common-local-tasks,
  body[class*="toolbar-"] .messages.messages--status {
    display: none;
  }

  /* line 23, ../../global/styles/_print.scss */
  h1 {
    color: #000;
    background: none;
  }

  /* line 27, ../../global/styles/_print.scss */
  nav,
  aside {
    display: none;
  }

  /* line 31, ../../global/styles/_print.scss */
  body,
  article {
    width: 98%;
    margin: 0;
    padding: 0;
  }

  /* line 37, ../../global/styles/_print.scss */
  .container {
    position: absolute;
    top: 0;
    left: 20px;
  }

  /* line 42, ../../global/styles/_print.scss */
  .col {
    display: block;
    float: left;
    margin-top: 1%;
    margin-right: 0px;
    margin-bottom: 1%;
    margin-left: 1.5%;
    color: #444;
  }

  /* line 51, ../../global/styles/_print.scss */
  .content-inner {
    margin-right: 0;
  }

  /* line 54, ../../global/styles/_print.scss */
  .block-im-common-local-tasks,
  .main-top-nav,
  .main-head,
  .holder,
  .sidebar,
  #loading,
  .tools-meta-outer,
  .article-page-body-content .tools-container,
  #rdm-related,
  .component-article-listings.article-series,
  .component-article-listings.further-reading,
  .about-author,
  .after-article-content,
  .main-footer,
  .barrier-block .barrier-message .barrier-anonymous-user,
  .popover.tour,
  .author-dateline li.author-dateline-image .author-pic,
  .meta-taxonomy-list.related-links {
    display: none;
  }

  /* line 74, ../../global/styles/_print.scss */
  .article-header img.print-branding {
    display: block;
    max-width: 200px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
  }

  /* line 81, ../../global/styles/_print.scss */
  .container,
  .main-content,
  .content-inner,
  .article-page-body-content {
    display: block;
    float: none;
  }

  /* line 88, ../../global/styles/_print.scss */
  .article-header .col.span_1_of_5,
  .article-header .col.span_4_of_5,
  .article-col {
    width: 100%;
  }

  /* line 93, ../../global/styles/_print.scss */
  .article-header .span_1_of_5 nav {
    margin-top: 5px;
    margin-left: 0;
  }

  /* line 97, ../../global/styles/_print.scss */
  .article-content .col.span_1_of_5,
  .article-content .col.span_4_of_5.article-col {
    margin: 0;
  }

  /* line 101, ../../global/styles/_print.scss */
  .container .page-content .article-header,
  .container .page-content .article-meta-container,
  .container .page-content .article-anchor-links {
    position: static;
    display: block;
    float: none;
    clear: both;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
  }

  /* line 112, ../../global/styles/_print.scss */
  .container .page-content .main {
    float: none;
    clear: both;
    height: auto;
    position: static;
    display: block;
  }

  /* line 119, ../../global/styles/_print.scss */
  .container .page-content .main img {
    position: static;
    display: block;
    float: none;
    clear: both;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: auto;
  }

  /* line 128, ../../global/styles/_print.scss */
  .container .page-content .main figcaption {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 134, ../../global/styles/_print.scss */
  .container .page-content .main .caption-text,
  .container .page-content .main .figure-meta {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 141, ../../global/styles/_print.scss */
  .container .page-content .main .figure-meta .credit-text {
    text-align: left;
  }

  /* line 144, ../../global/styles/_print.scss */
  .sponsor-holder.group {
    max-width: 150px;
    margin: 0;
    float: left;
  }

  /* line 149, ../../global/styles/_print.scss */
  .sponsor-holder.group + .meta-taxonomy-list {
    max-width: 75%;
    margin-left: 2em;
  }

  /* line 153, ../../global/styles/_print.scss */
  .article-page-body-content p {
    width: 98%;
  }

  /* line 156, ../../global/styles/_print.scss */
  .article-anchor-links ul li {
    color: #000;
  }
}
/* Print page margin  */
@page {
  margin: 2.2cm;
}
/**************************************************************************************************************/
/* PRINT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* STRUCTURE  - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* NAVIGATION AND SITE HEADER  - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* TOP NAVIGATION - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_navigation-top.scss */
.site-top-nav {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px dotted #aaa;
  clear: both;
}
/* line 10, ../../global/styles/_navigation-top.scss */
.site-top-nav .content {
  padding: 0;
}
/* line 13, ../../global/styles/_navigation-top.scss */
.site-top-nav .hosted-logo-holder {
  display: block;
  height: 40px;
  margin: 0 10px;
  float: left;
}
/* line 18, ../../global/styles/_navigation-top.scss */
.site-top-nav .hosted-logo-holder .hosted-logo {
  width: 200px;
}
/* line 20, ../../global/styles/_navigation-top.scss */
.site-top-nav .hosted-logo-holder .hosted-logo .hosted-text {
  display: inline-block;
  float: left;
  margin: 13px 0 0 0;
  font-size: 0.8em;
  color: #333;
}
/* line 27, ../../global/styles/_navigation-top.scss */
.site-top-nav .hosted-logo-holder .hosted-logo img {
  display: inline-block;
  width: auto;
  max-width: 130px;
  max-height: 20px;
  margin: 10px 0 0 5px;
}
/* line 36, ../../global/styles/_navigation-top.scss */
.site-top-nav .nav-social-links {
  display: block;
  width: auto;
  height: 40px;
  margin-top: 0;
  float: left;
  border-left: 1px dotted #aaa;
}
/* line 43, ../../global/styles/_navigation-top.scss */
.site-top-nav .nav-social-links ul.nav-tools-content {
  padding: 0;
  list-style: none;
  margin: 7px 0 0 7px;
  width: auto;
  max-width: 300px;
}
/* line 49, ../../global/styles/_navigation-top.scss */
.site-top-nav .nav-social-links ul.nav-tools-content li {
  float: left;
}
/* line 53, ../../global/styles/_navigation-top.scss */
.site-top-nav .nav-social-links ul.nav-tools-content .nav-tools {
  margin: 3px 5px;
}

/**************************************************************************************************************/
/* TOP NAVIGATION - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE HEADER - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 768px) {
  /* line 70, ../../global/styles/_navigation-top.scss */
  .site-top-nav {
    height: 33px;
  }
  /* line 72, ../../global/styles/_navigation-top.scss */
  .site-top-nav .hosted-logo-holder,
  .site-top-nav .nav-social-links {
    height: 33px;
  }
  /* line 78, ../../global/styles/_navigation-top.scss */
  .site-top-nav .hosted-logo-holder .hosted-logo .hosted-text {
    margin-top: 9px;
  }
  /* line 81, ../../global/styles/_navigation-top.scss */
  .site-top-nav .hosted-logo-holder .hosted-logo img {
    max-height: 15px;
  }
  /* line 87, ../../global/styles/_navigation-top.scss */
  .site-top-nav .nav-social-links ul.nav-tools-content {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 94, ../../global/styles/_navigation-top.scss */
  .site-top-nav {
    display: none;
  }
}
/**************************************************************************************************************/
/* SITE HEADER - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE HEADER START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_site-header.scss */
header.main-head {
  width: 100%;
  height: 130px;
  margin: 0;
  padding: 0;
}
/* line 9, ../../global/styles/_site-header.scss */
header.main-head .main-head-content {
  height: 130px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
/* line 14, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header {
  position: relative;
}
/* line 16, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-logo-holder {
  position: relative;
  width: 405px;
  height: 125px;
  margin: 5px 17px;
  display: inline-block;
  float: left;
}
/* line 23, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-logo-holder .site-logo {
  width: 405px;
  height: 125px;
  margin: 0;
}
/* line 27, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-logo-holder .site-logo img {
  width: auto;
  max-width: 405px;
  height: auto;
  max-height: 121px;
  margin: 4px 0 0 0;
}
/* line 36, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-meta-holder {
  position: relative;
  width: auto;
  height: 60px;
  margin: 15px 17px 0 17px;
  padding: 20px;
  display: inline-block;
  float: right;
  text-align: center;
}
/* line 45, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-meta-holder p {
  position: relative;
  display: block;
  margin: 0 0 0 30px;
  font-size: 1.85em;
  font-weight: 400;
  line-height: 1.2;
}
/* line 53, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-meta-holder .icon-font {
  position: relative;
  padding-top: 5px;
  float: left;
}
/* line 59, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p {
  margin: 14px 0 0 0;
  font-size: 1.05em;
  text-transform: uppercase;
  font-weight: 800;
}
/* line 64, ../../global/styles/_site-header.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 7px;
  margin: 0;
  content: "";
}

/**************************************************************************************************************/
/* SITE HEADER END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE HEADER - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 768px) {
  /* line 91, ../../global/styles/_site-header.scss */
  .container .content {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  /* line 98, ../../global/styles/_site-header.scss */
  header.main-head {
    height: 75px;
  }
  /* line 100, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content {
    height: 75px;
  }
  /* line 103, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-logo-holder {
    width: 250px;
    height: 70px;
    margin: 5px 10px 0 10px;
  }
  /* line 107, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-logo-holder .site-logo {
    width: 250px;
    height: auto;
    max-height: 70px;
  }
  /* line 111, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-logo-holder .site-logo img {
    max-width: 250px;
    height: auto;
    max-height: 66px;
    margin-top: 4px;
  }
  /* line 119, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder {
    height: 75px;
    margin: 8px 17px 0 10px;
    padding: 0;
  }
  /* line 124, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date .icon-font {
    font-size: 1em;
    padding-top: 2px;
  }
  /* line 128, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date p {
    margin-left: 27px;
    font-size: 1.15em;
    line-height: 1.6;
  }
  /* line 135, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p {
    font-size: 0.85em;
  }
  /* line 137, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p:before {
    height: 4px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 148, ../../global/styles/_site-header.scss */
  header.main-head {
    height: 111px;
  }
  /* line 150, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content {
    height: 111px;
  }
  /* line 153, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder {
    width: auto;
    height: 30px;
    margin: 0 10px;
    padding: 3px 0;
    display: block;
    clear: both;
    float: none;
    text-align: right;
    border-top: 1px dotted #dedede;
  }
  /* line 163, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder p {
    display: inline-block;
    margin: 0;
  }
  /* line 167, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date,
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location {
    width: auto;
    display: inline-block;
  }
  /* line 172, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date {
    padding-right: 7px;
    border-right: 4px solid #7d8386;
  }
  /* line 176, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location {
    padding-left: 3px;
  }
  /* line 178, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p {
    margin: 0;
  }
  /* line 180, ../../global/styles/_site-header.scss */
  header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p:before {
    content: none;
  }
}
/**************************************************************************************************************/
/* SITE HEADER - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - START */
/**************************************************************************************************************/
/* -------------- NAV SETUP -------------- */
/* line 6, ../../global/styles/_navigation-primary.scss */
.container nav.nav {
  position: relative;
  z-index: 2;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
}
/* line 18, ../../global/styles/_navigation-primary.scss */
.container nav.nav .holder {
  position: relative;
  z-index: 2;
  height: 64px;
  min-width: 320px;
  width: 100%;
  padding: 0;
}
/* line 25, ../../global/styles/_navigation-primary.scss */
.container nav.nav .holder nav {
  width: 100%;
  position: absolute;
}
/* line 31, ../../global/styles/_navigation-primary.scss */
.container nav.nav.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}

/* -------------- PRIMARY NAV MENU -------------- */
/* line 38, ../../global/styles/_navigation-primary.scss */
.main-menu {
  width: auto;
  display: block;
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  float: right;
}
/* line 45, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 1.05em;
  line-height: 1.8;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 54, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title a {
  width: auto;
  display: inline-block;
  padding: 17px 20px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.030em;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  clear: both;
}
/* line 65, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title ul.sub-menu {
  position: absolute;
  top: 35px;
  z-index: -1;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
/* line 79, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title ul.sub-menu li.sub-menu-title {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0.95em;
  line-height: 1.8;
  text-align: left;
  float: none;
  clear: both;
}
/* line 88, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title ul.sub-menu li.sub-menu-title a {
  width: 100%;
  display: block;
  padding: 12px;
}
/* line 96, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title:hover ul.sub-menu {
  top: 64px;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
/* line 110, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title.home-title {
  font-size: 0;
  color: transparent;
}
/* line 113, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title.home-title a.home-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
/* line 118, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title.home-title a.home-icon:before {
  position: relative;
  display: block;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  content: '';
  float: left;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-position: -180px 0px;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  pointer-events: none;
  /*!important do not remove pointerevents*/
}
/* line 137, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  margin: 0;
}
/* line 145, ../../global/styles/_navigation-primary.scss */
.main-menu .menu-title.current-page:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  margin: 0;
  content: "";
}

/**************************************************************************************************************/
/* PRIMARY NAVIGATION - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* NO SVG -------------- */
/* line 168, ../../global/styles/_navigation-primary.scss */
.no-svg .main-menu .menu-title.home-title a.home-icon:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* IE SPECIFIC -------------- */
/* line 180, ../../global/styles/_navigation-primary.scss */
.lt-ie9 .main-menu .menu-title.home-title a.home-icon,
.ie9 .main-menu .menu-title.home-title a.home-icon,
.ie10 .main-menu .menu-title.home-title a.home-icon {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 768px) {
  /* line 189, ../../global/styles/_navigation-primary.scss */
  .container nav.nav {
    display: none;
  }

  /* -------------- LEGACY -------------- */
  /* line 200, ../../global/styles/_navigation-primary.scss */
  .no-svg .container nav.nav .main-menu .menu-title a:before {
    background-image: url("../images/site-sprite.png?v=1.0.1");
  }
}
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* MOBILE PRIMARY NAVIGATION - START */
/**************************************************************************************************************/
/* -------------- NAV SETUP -------------- */
/* line 5, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav {
  position: fixed;
  bottom: -68px;
  width: 100%;
  height: 68px;
  transition: visibility 0s ease-in .4s, opacity .4s ease-in, bottom .3s ease-in;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.080em;
  float: left;
  visibility: hidden;
  opacity: 0;
  /* NAV CAROUSEL -------------- */
}
/* line 17, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav ul {
  width: 100%;
}
/* line 20, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav ul,
nav.mobile-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 26, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav li {
  text-align: center;
}
/* line 29, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav a,
nav.mobile-nav a:link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 36, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a {
  display: block;
  width: 100%;
  height: 68px;
  float: left;
  font-size: 1.15em;
  letter-spacing: 0.01em;
  line-height: 1;
}
/* line 44, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a:before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 10px auto 2px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-position: -4px -5px;
  text-align: center;
  opacity: 1;
}
/* line 59, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.twitter-icon:before {
  background-position: -38px -2px;
}
/* line 62, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.facebook-icon:before {
  background-position: -38px -39px;
}
/* line 65, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.linkedin-icon:before {
  background-position: -38px -76px;
}
/* line 68, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.flickr-icon:before {
  background-position: -38px -110px;
}
/* line 71, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.youtube-icon:before {
  background-position: -38px -147px;
}
/* line 74, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.instagram-icon:before {
  background-position: -38px -182px;
}
/* line 77, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.pdf-file-icon:before {
  background-position: -38px -218px;
}
/* line 80, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.text-file-icon:before {
  background-position: -38px -254px;
}
/* line 83, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.rtf-file-icon:before {
  background-position: -38px -290px;
}
/* line 86, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.excel-icon:before {
  background-position: -38px -326px;
}
/* line 89, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.word-icon:before {
  background-position: -38px -363px;
}
/* line 92, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.powerpoint-icon:before {
  background-position: -38px -397px;
}
/* line 95, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.program-icon:before {
  background-position: -38px -433px;
}
/* line 98, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.book-icon:before {
  background-position: -38px -470px;
}
/* line 101, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.book-details-icon:before {
  background-position: -38px -506px;
}
/* line 104, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.list-icon:before {
  background-position: -38px -542px;
}
/* line 107, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.agenda-icon:before {
  background-position: -38px -578px;
}
/* line 110, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.registration-form-icon:before {
  background-position: -37px -614px;
}
/* line 113, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.pencil-icon:before {
  background-position: -38px -650px;
}
/* line 117, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.tick-icon:before {
  background-position: -108px -3px;
}
/* line 120, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.cross-icon:before {
  background-position: -110px -40px;
}
/* line 123, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.plus-icon:before {
  background-position: -110px -75px;
}
/* line 126, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.minus-icon:before {
  background-position: -110px -111px;
}
/* line 129, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.hash-icon:before {
  background-position: -110px -147px;
}
/* line 132, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.arrow-left-icon:before {
  background-position: -110px -183px;
}
/* line 135, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.arrow-right-icon:before {
  background-position: -110px -219px;
}
/* line 138, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.arrow-up-icon:before {
  background-position: -110px -254px;
}
/* line 141, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.arrow-down-icon:before {
  background-position: -110px -290px;
}
/* line 144, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.arrow-down-double-icon:before {
  background-position: -110px -326px;
}
/* line 147, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.download-icon:before {
  background-position: -111px -364px;
}
/* line 150, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.entry-icon:before {
  background-position: -110px -398px;
}
/* line 153, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.padlock-icon:before {
  background-position: -110px -434px;
}
/* line 156, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.categories-icon:before {
  background-position: -110px -471px;
}
/* line 159, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.image-icon:before {
  background-position: -110px -506px;
}
/* line 162, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.gallery-icon:before {
  background-position: -110px -542px;
}
/* line 165, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.presentation-icon:before {
  background-position: -110px -577px;
}
/* line 168, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.chart-icon:before {
  background-position: -111px -614px;
}
/* line 171, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.training-icon:before {
  background-position: -110px -650px;
}
/* line 175, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.home-icon:before {
  background-position: -183px -4px;
}
/* line 178, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.email-icon:before {
  background-position: -182px -37px;
}
/* line 181, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.phone-icon:before {
  background-position: -183px -74px;
}
/* line 184, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.reminder-icon:before {
  background-position: -182px -110px;
}
/* line 187, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.time-icon:before {
  background-position: -182px -147px;
}
/* line 190, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.hourglass-icon:before {
  background-position: -182px -182px;
}
/* line 193, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.calendar-add-icon:before {
  background-position: -182px -218px;
}
/* line 196, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.calendar-icon:before {
  background-position: -182px -254px;
}
/* line 199, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.location-icon:before {
  background-position: -182px -291px;
}
/* line 202, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.map-marker-icon:before {
  background-position: -183px -326px;
}
/* line 205, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.building-icon:before {
  background-position: -182px -362px;
}
/* line 208, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.institution-icon:before {
  background-position: -182px -398px;
}
/* line 211, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.legal-icon:before {
  background-position: -182px -435px;
}
/* line 214, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.judge-icon:before {
  background-position: -182px -470px;
}
/* line 217, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.star-icon:before {
  background-position: -182px -507px;
}
/* line 220, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.award-icon:before {
  background-position: -182px -542px;
}
/* line 223, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.rosette-icon:before {
  background-position: -182px -577px;
}
/* line 226, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.trophy-icon:before {
  background-position: -183px -614px;
}
/* line 229, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.wine-icon:before {
  background-position: -182px -650px;
}
/* line 233, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.user-icon:before {
  background-position: -253px -3px;
}
/* line 236, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.user-group-icon:before {
  background-position: -254px -39px;
}
/* line 239, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.add-user-icon:before {
  background-position: -253px -74px;
}
/* line 242, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.user-who-icon:before {
  background-position: -252px -111px;
}
/* line 245, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.user-id-icon:before {
  background-position: -253px -148px;
}
/* line 248, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.sponsor-icon:before {
  background-position: -254px -182px;
}
/* line 251, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.speaker-icon:before {
  background-position: -254px -219px;
}
/* line 254, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.quote-icon:before {
  background-position: -254px -255px;
}
/* line 257, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.comment-icon:before {
  background-position: -254px -291px;
}
/* line 260, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.important-announcement-icon:before {
  background-position: -254px -327px;
}
/* line 263, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.info-icon:before {
  background-position: -253px -363px;
}
/* line 266, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.question-icon:before {
  background-position: -253px -399px;
}
/* line 269, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.ticket-icon:before {
  background-position: -255px -435px;
}
/* line 272, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.credit-card-icon:before {
  background-position: -254px -472px;
}
/* line 275, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.briefcase-icon:before {
  background-position: -254px -507px;
}
/* line 278, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.travel-icon:before {
  background-position: -254px -543px;
}
/* line 281, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.accomodation-icon:before {
  background-position: -254px -580px;
}
/* line 284, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.glass-icon:before {
  background-position: -254px -616px;
}
/* line 287, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu > a.drinks-icon:before {
  background-position: -254px -651px;
}
/* line 291, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .icon-menu.action-title > a:before {
  background-position: -255px -435px;
}
/* line 295, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel {
  position: relative;
}
/* line 298, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  /* PREV NEXT ------- */
}
/* line 304, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item {
  display: inline-block;
}
/* line 307, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu {
  position: absolute;
  bottom: 38px;
  z-index: -1;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
/* line 321, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title {
  display: block;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.8;
  text-align: left;
  float: none;
  clear: both;
}
/* line 329, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a {
  width: auto;
  display: block;
  padding: 15px;
}
/* line 336, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu.sub-menu-active {
  bottom: 71px;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
/* line 351, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present.sub-menu-active > a:before {
  opacity: 1;
}
/* line 358, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav {
  width: auto;
  z-index: -1;
  position: absolute;
  top: -28px;
  right: 25px;
  margin: 0;
  padding: 0;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.5s ease-in 1.4s,  opacity .4s ease-in, right .4s ease-in;
}
/* line 373, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
/* line 383, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav [class*='owl-'].disabled {
  background: rgba(0, 0, 0, 0.15);
  transition: background-color 0.8s linear;
}
/* line 387, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-next:before,
nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-prev:before {
  content: "";
  display: block;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
/* line 396, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-next:before {
  background-position: -114px -224px;
}
/* line 399, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-prev:before {
  background-position: -116px -188px;
}
/* line 403, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-nav.show-prev-next {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  right: 0;
  transition-delay: 0.5s;
}

/* line 412, ../../global/styles/_navigation-mobile.scss */
nav.mobile-nav.show {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  transition-delay: 0.2s;
  z-index: 3;
}

/**************************************************************************************************************/
/* MOBILE PRIMARY NAVIGATION - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* NO SVG -------------- */
/* line 432, ../../global/styles/_navigation-mobile.scss */
.no-svg nav.mobile-nav .icons a:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 438, ../../global/styles/_navigation-mobile.scss */
.no-svg nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-next:before,
.no-svg nav.mobile-nav .owl-carousel.owl-theme .owl-nav .owl-prev:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* IE SPECIFIC -------------- */
/* -------------- MEDIA QUERIES -------------- */
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* NAVIGATION AND SITE HEADER  - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENTS - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT BOOKING - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-booking.scss */
.component-booking {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-booking.scss */
.component-booking .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
/* line 13, ../../global/styles/_component-booking.scss */
.component-booking .col {
  margin: 0;
}
/* line 16, ../../global/styles/_component-booking.scss */
.component-booking .span_2_of_4 {
  width: 50%;
}
/* line 19, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header {
  max-width: 87%;
  margin: 1.1em auto 0 auto;
  padding: 0 1%;
  font-size: 1.7em;
  min-height: 2em;
  clear: both;
}
/* line 26, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block {
  float: left;
  width: 40px;
}
/* line 29, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-sprite:before {
  top: 10px;
  left: 0;
  width: 36px;
  height: 36px;
  background-size: auto;
}
/* line 37, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-twitter:before {
  background-position: -36px 0px;
}
/* line 40, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-facebook:before {
  background-position: -36px -36px;
}
/* line 43, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-linkedin:before {
  background-position: -36px -72px;
}
/* line 46, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-flickr:before {
  background-position: -36px -108px;
}
/* line 49, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-youtube:before {
  background-position: -36px -144px;
}
/* line 52, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-instagram:before {
  background-position: -36px -180px;
}
/* line 55, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-pdf-file:before {
  background-position: -36px -216px;
}
/* line 58, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-text-file:before {
  background-position: -36px -252px;
}
/* line 61, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-rtf-file:before {
  background-position: -36px -288px;
}
/* line 64, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-excel:before {
  background-position: -36px -324px;
}
/* line 67, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-word:before {
  background-position: -36px -360px;
}
/* line 70, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-powerpoint:before {
  background-position: -36px -396px;
}
/* line 73, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-program:before {
  background-position: -36px -432px;
}
/* line 76, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-book:before {
  background-position: -36px -468px;
}
/* line 79, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-book-details:before {
  background-position: -36px -504px;
}
/* line 82, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-list:before {
  background-position: -36px -540px;
}
/* line 85, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-agenda:before {
  background-position: -36px -576px;
}
/* line 88, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-registration-form:before {
  background-position: -36px -612px;
}
/* line 91, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-pencil:before {
  background-position: -36px -648px;
}
/* line 95, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-tick:before {
  background-position: -108px 0px;
}
/* line 98, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-cross:before {
  background-position: -108px -36px;
}
/* line 101, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-plus:before {
  background-position: -108px -72px;
}
/* line 104, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-minus:before {
  background-position: -108px -108px;
}
/* line 107, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-hash:before {
  background-position: -108px -144px;
}
/* line 110, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-arrow-left:before {
  background-position: -108px -180px;
}
/* line 113, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-arrow-right:before {
  background-position: -108px -216px;
}
/* line 116, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-arrow-up:before {
  background-position: -108px -252px;
}
/* line 119, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-arrow-down:before {
  background-position: -108px -288px;
}
/* line 122, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-arrow-down-double:before {
  background-position: -108px -324px;
}
/* line 125, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-download:before {
  background-position: -108px -360px;
}
/* line 128, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-entry:before {
  background-position: -108px -396px;
}
/* line 131, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-padlock:before {
  background-position: -108px -432px;
}
/* line 134, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-categories:before {
  background-position: -108px -468px;
}
/* line 137, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-image:before {
  background-position: -108px -504px;
}
/* line 140, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-gallery:before {
  background-position: -108px -540px;
}
/* line 143, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-presentation:before {
  background-position: -108px -576px;
}
/* line 146, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-chart:before {
  background-position: -108px -612px;
}
/* line 149, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-training:before {
  background-position: -108px -648px;
}
/* line 153, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-home:before {
  background-position: -180px 0px;
}
/* line 156, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-email:before {
  background-position: -180px -36px;
}
/* line 159, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-phone:before {
  background-position: -180px -72px;
}
/* line 162, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-reminder:before {
  background-position: -180px -108px;
}
/* line 165, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-time:before {
  background-position: -180px -144px;
}
/* line 168, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-hourglass:before {
  background-position: -180px -180px;
}
/* line 171, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-calendar-add:before {
  background-position: -180px -216px;
}
/* line 174, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-calendar:before {
  background-position: -180px -252px;
}
/* line 177, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-location:before {
  background-position: -180px -288px;
}
/* line 180, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-map-marker:before {
  background-position: -180px -324px;
}
/* line 183, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-building:before {
  background-position: -180px -360px;
}
/* line 186, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-institution:before {
  background-position: -180px -396px;
}
/* line 189, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-legal:before {
  background-position: -180px -432px;
}
/* line 192, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-judge:before {
  background-position: -180px -468px;
}
/* line 195, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-star:before {
  background-position: -180px -504px;
}
/* line 198, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-award:before {
  background-position: -180px -540px;
}
/* line 201, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-rosette:before {
  background-position: -180px -576px;
}
/* line 204, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-trophy:before {
  background-position: -180px -612px;
}
/* line 207, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-wine:before {
  background-position: -180px -648px;
}
/* line 211, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-user:before {
  background-position: -252px 0px;
}
/* line 214, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-user-group:before {
  background-position: -252px -36px;
}
/* line 217, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-add-user:before {
  background-position: -252px -72px;
}
/* line 220, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-user-who:before {
  background-position: -252px -108px;
}
/* line 223, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-user-id:before {
  background-position: -252px -144px;
}
/* line 226, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-sponsor:before {
  background-position: -252px -180px;
}
/* line 229, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-speaker:before {
  background-position: -252px -216px;
}
/* line 232, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-quote:before {
  background-position: -252px -252px;
}
/* line 235, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-comment:before {
  background-position: -252px -288px;
}
/* line 238, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-important-announcement:before {
  background-position: -252px -324px;
}
/* line 241, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-info:before {
  background-position: -252px -360px;
}
/* line 244, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-question:before {
  background-position: -252px -396px;
}
/* line 247, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-ticket:before {
  background-position: -252px -432px;
}
/* line 250, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-credit-card:before {
  background-position: -252px -468px;
}
/* line 253, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-briefcase:before {
  background-position: -252px -504px;
}
/* line 256, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-travel:before {
  background-position: -252px -540px;
}
/* line 259, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-accomodation:before {
  background-position: -252px -576px;
}
/* line 262, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-glass:before {
  background-position: -252px -612px;
}
/* line 265, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header .icon-block .icon-drinks:before {
  background-position: -252px -648px;
}
/* line 269, ../../global/styles/_component-booking.scss */
.component-booking header.booking-header h5 {
  width: 90%;
  margin: 0.37em 0 0 45px;
}
/* line 274, ../../global/styles/_component-booking.scss */
.component-booking .col-inner {
  max-width: 85%;
  margin: 0 auto 2em auto;
  padding: 2%;
  /* -------------- LISTS -------------- */
}
/* line 278, ../../global/styles/_component-booking.scss */
.component-booking .col-inner h2, .component-booking .col-inner h3, .component-booking .col-inner h4, .component-booking .col-inner h5, .component-booking .col-inner h6 {
  margin: 0 0 0.25em 0;
  font-weight: bold;
}
/* line 282, ../../global/styles/_component-booking.scss */
.component-booking .col-inner h2, .component-booking .col-inner h3 {
  font-size: 1.6em;
}
/* line 285, ../../global/styles/_component-booking.scss */
.component-booking .col-inner h4, .component-booking .col-inner h5, .component-booking .col-inner h6 {
  font-size: 1.4em;
}
/* line 288, ../../global/styles/_component-booking.scss */
.component-booking .col-inner p {
  font-size: 1.2em;
  line-height: 1.3;
}
/* line 292, ../../global/styles/_component-booking.scss */
.component-booking .col-inner p:last-child {
  margin-bottom: 0;
}
/* line 295, ../../global/styles/_component-booking.scss */
.component-booking .col-inner img {
  margin: 0 0 1em;
}
/* line 299, ../../global/styles/_component-booking.scss */
.component-booking .col-inner ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 303, ../../global/styles/_component-booking.scss */
.component-booking .col-inner ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
}
/* line 306, ../../global/styles/_component-booking.scss */
.component-booking .col-inner ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 316, ../../global/styles/_component-booking.scss */
.component-booking .col-inner ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 320, ../../global/styles/_component-booking.scss */
.component-booking .col-inner ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 327, ../../global/styles/_component-booking.scss */
.component-booking iframe {
  border: none;
  margin: 2em 5%;
  max-width: 90%;
}

/**************************************************************************************************************/
/* COMPONENT BOOKING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT BOOKING - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 345, ../../global/styles/_component-booking.scss */
  .component-booking .section.group {
    display: block;
  }
  /* line 348, ../../global/styles/_component-booking.scss */
  .component-booking .span_2_of_4 {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 353, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header {
    min-height: 1.7em;
  }
  /* line 356, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header .icon-block .icon-sprite:before {
    top: 5px;
  }
  /* line 360, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header h5 {
    font-size: 0.9em;
  }
  /* line 365, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner h2, .component-booking .col-inner h3 {
    font-size: 1.4em;
  }
  /* line 368, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner h4, .component-booking .col-inner h5, .component-booking .col-inner h6 {
    font-size: 1.2em;
  }
  /* line 371, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner p {
    font-size: 1.05em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 568px) {
  /* line 380, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header {
    min-height: 1.5em;
    max-width: 100%;
  }
  /* line 384, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header .icon-block .icon-sprite:before {
    top: 3px;
  }
  /* line 388, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header h5 {
    font-size: 0.8em;
  }
  /* line 392, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner {
    max-width: 100%;
  }
  /* line 394, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner h2, .component-booking .col-inner h3 {
    font-size: 1.25em;
  }
  /* line 397, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner h4, .component-booking .col-inner h5, .component-booking .col-inner h6 {
    font-size: 1.1em;
  }
  /* line 400, ../../global/styles/_component-booking.scss */
  .component-booking .col-inner p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 500px) {
  /* line 409, ../../global/styles/_component-booking.scss */
  .component-booking header.booking-header h5 {
    width: 80%;
  }
}
/**************************************************************************************************************/
/* COMPONENT BOOKING - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - ARTICLES - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-carousel-images.scss */
.images-carousel header.component-header.images-carousel-header {
  position: relative;
  z-index: 1;
}
/* line 9, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder {
  margin: 2.5em 0;
  box-sizing: border-box;
  /* -------------- SLICK SETTINGS -------------- */
  /* SLIDER NAVIGATION -------------- */
}
/* line 12, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev {
  left: -0.02%;
}
/* line 15, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-track {
  display: flex;
}
/* line 18, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article {
  position: relative;
  max-width: 250px;
  margin: 15px;
  padding: 0;
  float: left;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 31, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article .col-inner {
  position: relative;
  text-align: center;
  width: 96%;
  max-width: 96%;
  height: auto;
  padding: 8px 2%;
}
/* line 38, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article .col-inner a:focus {
  outline: none;
}
/* line 41, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article .col-inner .image-wrapper {
  max-width: 100%;
}
/* line 43, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article .col-inner .image-wrapper img {
  display: inline-block;
  width: auto;
  max-width: 86%;
  height: auto;
  margin: auto;
  padding: 0;
  vertical-align: middle;
}
/* line 54, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article .image-text-group-c {
  display: none;
}
/* line 58, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder article.image-block {
  cursor: pointer;
}
/* line 63, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev,
.images-carousel .images-carousel-holder .slick-next {
  width: 38px;
  height: 38px;
  opacity: 0.7;
}
/* line 68, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev:hover, .images-carousel .images-carousel-holder .slick-prev:active,
.images-carousel .images-carousel-holder .slick-next:hover,
.images-carousel .images-carousel-holder .slick-next:active {
  opacity: 1;
}
/* line 73, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev:before,
.images-carousel .images-carousel-holder .slick-next:before {
  position: absolute;
  margin-top: -20px;
  width: 38px;
  height: 38px;
}
/* line 80, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev:before {
  background-position: -108px -180px;
}
/* line 83, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-next:before {
  background-position: -108px -216px;
}
/* line 86, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev.slick-disabled,
.images-carousel .images-carousel-holder .slick-next.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 90, ../../global/styles/_component-carousel-images.scss */
.images-carousel .images-carousel-holder .slick-prev.slick-disabled:hover, .images-carousel .images-carousel-holder .slick-prev.slick-disabled:active,
.images-carousel .images-carousel-holder .slick-next.slick-disabled:hover,
.images-carousel .images-carousel-holder .slick-next.slick-disabled:active {
  opacity: 0.1;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - ARTICLES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - ARTICLES - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* NO JS -------------- */
/* line 110, ../../global/styles/_component-carousel-images.scss */
.no-js .images-carousel .images-carousel-holder article {
  min-width: 250px;
  width: 250px;
}

/* OLD IE -------------- */
/* line 121, ../../global/styles/_component-carousel-images.scss */
.lt-ie9 .images-carousel .images-carousel-holder article {
  min-width: 250px;
  width: 250px;
}
/* line 124, ../../global/styles/_component-carousel-images.scss */
.lt-ie9 .images-carousel .images-carousel-holder article .col-inner {
  max-width: 250px;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - ARTICLES - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel {
  padding: 0.5em 0;
}
/* line 6, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder {
  position: relative;
  margin: 1em 1.5em;
  border: 1px solid #000;
  background-color: #2f2f2f;
  /* -------------- QUOTE CONTENT SETUP -------------- */
}
/* line 11, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder figure[class*="quote-slide"] {
  min-height: 230px;
  margin: 9px 2.45em;
}
/* line 16, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote {
  padding: 0;
  margin: 1.5em 5.5em;
  text-align: center;
}
/* line 20, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote:before {
  position: relative;
  top: 10px;
  width: 135px;
  height: 110px;
  display: block;
  padding-right: 25px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-position: -144px -1023px;
  float: left;
}
/* line 32, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote h5 {
  position: relative;
  font-size: 1.65em;
  line-height: 1.3;
  margin: 0 0 10px 0;
  padding: 20px 50px 35px 50px;
  color: #eee;
}
/* line 39, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote h5:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  height: 7px;
  margin: 0 0 0 -75px;
  content: "";
}
/* line 49, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote cite {
  display: block;
  width: auto;
  min-height: 50px;
  margin: 15px auto 0 auto;
  text-align: center;
  color: #bbb;
  clear: both;
}
/* line 57, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote cite img {
  display: inline-block;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 0 0 0 90px;
}
/* line 66, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote cite h6 {
  width: auto;
  display: inline-block;
  margin: 0 0 0 90px;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #bbb;
}
/* line 76, ../../global/styles/_component-carousel-quotes.scss */
.quotes-carousel .quotes-carousel-holder blockquote cite img + h6 {
  position: relative;
  top: -20px;
  margin: 0 0 0 15px;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1099px) {
  /* line 97, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote {
    margin: 1em 3em;
  }
  /* line 99, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote h5:after {
    margin-left: -125px;
  }
  /* line 103, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote cite img {
    margin-left: -20px;
  }
  /* line 106, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote cite h6 {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 118, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote:before {
    padding-right: 15px;
  }
  /* line 121, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote h5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 132, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote {
    margin: 0.5em 1.5em;
  }
  /* line 134, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote:before {
    background-size: calc(100% * 2);
    background-position: -99px -678px;
    width: 75px;
    height: 70px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 148, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder .slick-prev,
  .quotes-carousel .quotes-carousel-holder .slick-next {
    top: auto;
    bottom: 0;
    width: 36px;
    height: 36px;
  }
  /* line 154, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder .slick-prev:before,
  .quotes-carousel .quotes-carousel-holder .slick-next:before {
    width: 36px;
    height: 36px;
  }
  /* line 159, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder .slick-prev:before {
    background-position: -110px -180px;
  }
  /* line 162, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder .slick-next:before {
    background-position: -105px -216px;
  }
  /* line 165, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder figure[class*="quote-slide"] {
    margin: 9px 0 36px 0;
  }
  /* line 168, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote {
    padding: 0.5em 1.5em 0.5em 1em;
    margin: 0;
  }
  /* line 171, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote h5 {
    font-size: 1.4em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450px) {
  /* line 182, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote {
    padding: 0 0.5em 0.5em 0.5em;
  }
  /* line 184, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote:before {
    left: 10px;
    width: 71px;
    height: 57px;
    padding-right: 0;
    background-size: calc(100% * 1.5);
    background-position: -50px -2235px;
  }
  /* line 192, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote h5 {
    font-size: 1.25em;
    line-height: 1.3;
  }
  /* line 195, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote h5:after {
    width: 200px;
    margin-left: -100px;
  }
  /* line 201, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote cite img {
    display: none;
  }
  /* line 204, ../../global/styles/_component-carousel-quotes.scss */
  .quotes-carousel .quotes-carousel-holder blockquote cite img + h6,
  .quotes-carousel .quotes-carousel-holder blockquote cite h6 {
    top: 0;
    margin-left: 0;
  }
}
/* -------------- LEGACY -------------- */
/* NO SVG -------------- */
/* line 219, ../../global/styles/_component-carousel-quotes.scss */
.no-svg .quotes-carousel .quotes-carousel-holder blockquote h5:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* NO JS -------------- */
/* line 229, ../../global/styles/_component-carousel-quotes.scss */
.no-js .quotes-carousel .quotes-carousel-holder figure {
  display: none;
}
/* line 232, ../../global/styles/_component-carousel-quotes.scss */
.no-js .quotes-carousel .quotes-carousel-holder figure:first-child {
  display: block;
}

/* OLD IE -------------- */
/* line 242, ../../global/styles/_component-carousel-quotes.scss */
.lt-ie9 .quotes-carousel .quotes-carousel-holder figure {
  display: none;
}
/* line 245, ../../global/styles/_component-carousel-quotes.scss */
.lt-ie9 .quotes-carousel .quotes-carousel-holder figure.quote-slide-0 {
  display: block;
}
/* line 250, ../../global/styles/_component-carousel-quotes.scss */
.lt-ie9 .quotes-carousel .quotes-carousel-holder.slick-initialized figure {
  display: block;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PARTNER GRID - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-holder {
  margin: 0 auto;
}
/* line 8, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner {
  max-width: 75%;
  margin: 2.5em auto 1em auto;
}
/* line 11, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro {
  /* -------------- LISTS -------------- */
}
/* line 12, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro p {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
/* line 18, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 22, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 26, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 36, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 40, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 44, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 51, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 59, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner article.col-lrg {
  position: relative;
  margin-top: 0;
  margin-bottom: 7px;
  text-align: center;
}
/* line 65, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner article.col-lrg .col-inner img {
  margin: 1em auto;
  width: auto;
  max-width: 90%;
}
/* line 71, ../../global/styles/_component-companies-grid.scss */
.component-companies-grid .component-inner article.col-lrg .image-text-group-c {
  display: none;
}

/**************************************************************************************************************/
/* COMPONENT PARTNER GRID - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PARTNER GRID - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 88, ../../global/styles/_component-companies-grid.scss */
.no-flexbox .component-companies-grid .component-inner .section.group {
  display: block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 98, ../../global/styles/_component-companies-grid.scss */
  .component-companies-grid .component-inner .component-intro p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 108, ../../global/styles/_component-companies-grid.scss */
  .component-companies-grid .component-inner .section.group {
    display: block;
  }
  /* line 110, ../../global/styles/_component-companies-grid.scss */
  .component-companies-grid .component-inner .section.group article.col-lrg.span-lrg_1_of_5 {
    width: 45%;
  }
  /* line 113, ../../global/styles/_component-companies-grid.scss */
  .component-companies-grid .component-inner .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(5) {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 568px) {
  /* line 126, ../../global/styles/_component-companies-grid.scss */
  .component-companies-grid .component-inner .component-intro p {
    font-size: 1em;
  }
}
/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-countdown.scss */
.component-countdown {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder {
  display: block;
  margin: 2em 0 0 0;
  clear: both;
}
/* line 10, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown {
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  clear: both;
  /* DYNAMIC TIMER DISPLAY */
  /* PAST DATE */
}
/* line 20, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section {
  display: block;
  width: 130px;
  height: 130px;
  max-width: 23.8%;
  margin: 1% 0 1% 1.5%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  float: left;
  clear: none;
}
/* line 32, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section:after {
  display: table;
  content: "";
  clear: both;
}
/* line 37, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section .timer-value {
  display: block;
  margin: 20px auto 0 auto;
  font-size: 2.75em;
}
/* line 42, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section .timer-unit {
  display: block;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  font-size: 1.25em;
  text-align: center;
}
/* line 51, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section:first-child {
  margin-left: 0;
}
/* line 55, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .timer-countdown .date {
  display: block;
  width: auto;
  height: 100px;
  max-width: 90%;
  margin: 1% auto;
  padding: 50px;
  line-height: 0.1;
  font-size: 2.5em;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
}
/* line 69, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-holder .date-format {
  display: none;
}
/* line 73, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details {
  display: block;
  width: 80%;
  margin: 1em auto;
  text-align: center;
  clear: both;
  /* -------------- LISTS -------------- */
}
/* line 79, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details h3, .component-countdown .countdown-details h4, .component-countdown .countdown-details h5, .component-countdown .countdown-details h6 {
  line-height: 1;
  margin: 0 0 0.5em 0;
}
/* line 83, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details h3,
.component-countdown .countdown-details h4 {
  font-size: 1.7em;
}
/* line 87, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details h5,
.component-countdown .countdown-details h6 {
  font-size: 1.4em;
}
/* line 91, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details p {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
/* line 97, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 101, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 105, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 115, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 119, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 123, ../../global/styles/_component-countdown.scss */
.component-countdown .countdown-details ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/* line 132, ../../global/styles/_component-countdown.scss */
.component-countdown.countdown-full .component-inner {
  max-width: 80%;
  margin: 0 auto;
}
/* line 136, ../../global/styles/_component-countdown.scss */
.component-countdown.countdown-full .col.span_3_of_5,
.component-countdown.countdown-full .col.span_2_of_5 {
  width: 100%;
  clear: both;
  margin: 0;
}
/* line 142, ../../global/styles/_component-countdown.scss */
.component-countdown.countdown-full .countdown-holder {
  position: relative;
  padding-bottom: 30px;
}
/* line 145, ../../global/styles/_component-countdown.scss */
.component-countdown.countdown-full .countdown-holder:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  height: 7px;
  margin: 0 0 0 -125px;
  content: "";
}

/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 168, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details h3,
  .component-countdown .countdown-details h4 {
    font-size: 1.5em;
  }
  /* line 172, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details h5,
  .component-countdown .countdown-details h6 {
    font-size: 1.2em;
  }
  /* line 176, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 184, ../../global/styles/_component-countdown.scss */
  .component-countdown .component-inner {
    max-width: 80%;
    margin: 0 auto;
  }
  /* line 188, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder {
    position: relative;
    padding-bottom: 30px;
  }
  /* line 191, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 250px;
    height: 7px;
    margin: 0 0 0 -125px;
    content: "";
  }
  /* line 201, ../../global/styles/_component-countdown.scss */
  .component-countdown .col.span_3_of_5,
  .component-countdown .col.span_2_of_5 {
    width: 100%;
    clear: both;
    margin: 0;
  }
}
@media only screen and (max-width: 710px) {
  /* line 213, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder .timer-countdown .date {
    height: 186px;
    border-radius: 93px;
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  /* line 225, ../../global/styles/_component-countdown.scss */
  .component-countdown .component-inner,
  .component-countdown.countdown-full .component-inner {
    max-width: 96%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 233, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details h3,
  .component-countdown .countdown-details h4 {
    font-size: 1.4em;
  }
  /* line 237, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details h5,
  .component-countdown .countdown-details h6 {
    font-size: 1.1em;
  }
  /* line 241, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-details p {
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 551px) {
  /* line 251, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder .timer-countdown .date {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 261, ../../global/styles/_component-countdown.scss */
  .component-countdown .component-inner,
  .component-countdown.countdown-full .component-inner {
    max-width: 100%;
  }
  /* line 266, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder .timer-countdown .timer-section,
  .component-countdown.countdown-full .countdown-holder .timer-countdown .timer-section {
    height: 80px;
    width: 80px;
  }
  /* line 269, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder .timer-countdown .timer-section .timer-value,
  .component-countdown.countdown-full .countdown-holder .timer-countdown .timer-section .timer-value {
    line-height: 0.8;
    margin-top: 22px;
    font-size: 1.7em;
  }
  /* line 274, ../../global/styles/_component-countdown.scss */
  .component-countdown .countdown-holder .timer-countdown .timer-section .timer-unit,
  .component-countdown.countdown-full .countdown-holder .timer-countdown .timer-section .timer-unit {
    font-size: 0.8em;
  }
}
/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTER - START */
/**************************************************************************************************************/
/* line 6, ../../global/styles/_component-counter.scss */
.component-counter header.component-header h4 {
  margin-top: 0.5em;
}
/* line 10, ../../global/styles/_component-counter.scss */
.component-counter .component-intro {
  /* -------------- LISTS -------------- */
}
/* line 11, ../../global/styles/_component-counter.scss */
.component-counter .component-intro p {
  margin-top: 0.5em;
  font-size: 1.4em;
  line-height: 1.25;
  text-align: center;
}
/* line 18, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 22, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 26, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 36, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 40, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 44, ../../global/styles/_component-counter.scss */
.component-counter .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 51, ../../global/styles/_component-counter.scss */
.component-counter .section.group {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto 1em auto;
}
/* line 57, ../../global/styles/_component-counter.scss */
.component-counter .col {
  text-align: center;
}
/* line 59, ../../global/styles/_component-counter.scss */
.component-counter .col h3 {
  display: inline-block;
  margin: 0.2em 0;
  padding: 10px 30px;
  font-size: 5.5em;
  line-height: 1;
  clear: both;
}
/* line 67, ../../global/styles/_component-counter.scss */
.component-counter .col p {
  font-size: 1.05em;
  line-height: 1.2;
  margin: 0;
  clear: both;
  display: block;
}
/* line 74, ../../global/styles/_component-counter.scss */
.component-counter .col p.counter-header {
  font-size: 1.55em;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.2em;
  letter-spacing: -0.025em;
}

/* line 83, ../../global/styles/_component-counter.scss */
.component-counter.counter-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 30em;
  margin: 0;
  overflow: hidden;
}
/* line 91, ../../global/styles/_component-counter.scss */
.component-counter.counter-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30em;
  margin: 0;
  opacity: 0.2;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="contrastfilter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" intercept="-0.5" /><feFuncG type="linear" slope="2" intercept="-0.5" /><feFuncB type="linear" slope="2" intercept="-0.5" /></feComponentTransfer></filter></svg>#contrastfilter');
  -moz-filter: contrast(200%);
  -o-filter: contrast(200%);
  -ms-filter: contrast(200%);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}
/* line 106, ../../global/styles/_component-counter.scss */
.component-counter.counter-image .content {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 2em 0;
}
/* line 113, ../../global/styles/_component-counter.scss */
.component-counter.counter-image .content .component-holder {
  max-width: 1300px;
  margin: 0 auto;
}

/**************************************************************************************************************/
/* COMPONENT COUNTER - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTER - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (min-width: 1200px) {
  /* line 129, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image {
    height: 32em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 136, ../../global/styles/_component-counter.scss */
  .component-counter .col p {
    font-size: 0.95em;
  }
  /* line 139, ../../global/styles/_component-counter.scss */
  .component-counter .col p.counter-header {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 147, ../../global/styles/_component-counter.scss */
  .component-counter .component-holder {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
  }
  /* line 153, ../../global/styles/_component-counter.scss */
  .component-counter .component-intro p {
    font-size: 1.25em;
  }
  /* line 157, ../../global/styles/_component-counter.scss */
  .component-counter .section.group {
    display: block;
  }
  /* line 160, ../../global/styles/_component-counter.scss */
  .component-counter .col.span_1_of_4 {
    width: 49%;
    float: left;
  }
  /* line 164, ../../global/styles/_component-counter.scss */
  .component-counter .col.span_1_of_4:nth-of-type(odd) {
    margin-left: auto;
    clear: left;
  }
  /* line 169, ../../global/styles/_component-counter.scss */
  .component-counter .col h3 {
    font-size: 4.5em;
  }

  /* line 174, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image {
    max-height: 44em;
    min-height: 44em;
    height: 100%;
    overflow: auto;
  }
  /* line 179, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image img {
    min-height: 44em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 187, ../../global/styles/_component-counter.scss */
  .component-counter .component-intro p {
    font-size: 1.12em;
  }
  /* line 192, ../../global/styles/_component-counter.scss */
  .component-counter .col h3 {
    font-size: 4em;
  }
  /* line 195, ../../global/styles/_component-counter.scss */
  .component-counter .col p.counter-header {
    font-size: 1.2em;
  }
  /* line 198, ../../global/styles/_component-counter.scss */
  .component-counter .col p {
    font-size: 0.85em;
  }

  /* line 203, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image {
    max-height: 40em;
    min-height: 40em;
  }
  /* line 206, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image img {
    min-height: 40em;
  }
}
@media only screen and (max-width: 450px) {
  /* line 214, ../../global/styles/_component-counter.scss */
  .component-counter .component-intro p {
    font-size: 1.15em;
  }
  /* line 218, ../../global/styles/_component-counter.scss */
  .component-counter .col.span_1_of_4 {
    width: 90%;
    float: none;
    clear: both;
    margin: auto;
  }
  /* line 225, ../../global/styles/_component-counter.scss */
  .component-counter .col h3 {
    font-size: 3em;
    padding: 7px 20px;
  }

  /* line 231, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image {
    max-height: none;
    min-height: none;
  }
  /* line 234, ../../global/styles/_component-counter.scss */
  .component-counter.counter-image img {
    display: none;
  }
}
/**************************************************************************************************************/
/* COMPONENT COUNTER - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT EVENTS - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-events.scss */
.component-events {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-events.scss */
.component-events .component-inner {
  margin: 2em 0 0 0;
}
/* line 8, ../../global/styles/_component-events.scss */
.component-events .component-inner .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 16, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-top: 0;
  margin-bottom: 7px;
}
/* line 22, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .col-inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 8px 12px;
  background-color: #fff;
}
/* line 31, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-a {
  max-width: 100%;
  width: 100%;
  margin: 0;
  float: none;
}
/* line 36, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 42, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
  width: auto;
  margin: 0;
  padding: 8px 8px 0 8px;
  text-align: center;
  float: none;
  border-top: 1px dotted #555;
  /* -------------- LISTS -------------- */
}
/* line 54, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b p {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}
/* line 59, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 63, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 67, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 77, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 81, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 85, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 91, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .article-title {
  margin-bottom: 0.5em;
}
/* line 95, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .event-meta-details .dateline {
  font-size: 0.85em;
}
/* line 97, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .event-meta-details .dateline:before {
  top: 5px;
}
/* line 101, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .event-meta-details .location {
  font-size: 0.92em;
}
/* line 105, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .event-cta-holder {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
/* line 111, ../../global/styles/_component-events.scss */
.component-events .component-inner article.col .image-text-group-b .event-cta-holder a.btn {
  margin: 0 auto;
}

/**************************************************************************************************************/
/* COMPONENT EVENTS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT EVENTS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 129, ../../global/styles/_component-events.scss */
.no-flexbox .component-events .component-inner .section.group {
  display: block;
}
/* line 132, ../../global/styles/_component-events.scss */
.no-flexbox .component-events .col {
  display: inline-block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1125px) {
  /* line 141, ../../global/styles/_component-events.scss */
  .component-events .component-inner .section.group {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 146, ../../global/styles/_component-events.scss */
  .component-events .component-inner article.col {
    width: 49.2%;
  }
  /* line 149, ../../global/styles/_component-events.scss */
  .component-events .component-inner article.col:nth-of-type(odd) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 161, ../../global/styles/_component-events.scss */
  .component-events .component-inner article.col .image-text-group-b p {
    font-size: 0.92em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 172, ../../global/styles/_component-events.scss */
  .component-events .component-inner article.col {
    width: 100%;
    margin-left: 0;
    clear: both;
  }
  /* line 177, ../../global/styles/_component-events.scss */
  .component-events .component-inner article.col .image-text-group-b p {
    font-size: 0.87em;
  }
}
/**************************************************************************************************************/
/* COMPONENT EVENTS - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* EVENTS META DETAILS - START */
/**************************************************************************************************************/
/* line 193, ../../global/styles/_component-events.scss */
.event-meta-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 198, ../../global/styles/_component-events.scss */
.event-meta-details li {
  position: relative;
  display: block;
  width: auto;
  background: none;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 207, ../../global/styles/_component-events.scss */
.event-meta-details li p {
  display: inline-block;
  margin: 0 0 0.5em 0.35em;
  padding: 0.2em 0 0 0;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3em;
  color: #333;
}
/* line 216, ../../global/styles/_component-events.scss */
.event-meta-details li time {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.97em;
  font-weight: normal;
  letter-spacing: -0.028em;
}
/* line 224, ../../global/styles/_component-events.scss */
.event-meta-details li:before {
  position: relative;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 19px;
  height: 17px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
}
/* line 237, ../../global/styles/_component-events.scss */
.event-meta-details .dateline:before,
.event-meta-details li.dateline:before {
  background-position: -153px -261px;
}
/* line 241, ../../global/styles/_component-events.scss */
.event-meta-details .location,
.event-meta-details li.location {
  font-size: 1.05em;
}
/* line 244, ../../global/styles/_component-events.scss */
.event-meta-details .location p,
.event-meta-details li.location p {
  margin-left: 0;
}
/* line 247, ../../global/styles/_component-events.scss */
.event-meta-details .location:before,
.event-meta-details li.location:before {
  width: 13px;
  background-position: -155px -298px;
}

/**************************************************************************************************************/
/* EVENTS META DETAILS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* EVENTS META DETAILS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 263, ../../global/styles/_component-events.scss */
.no-svg .event-meta-details li:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/**************************************************************************************************************/
/* EVENTS META DETAILS - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT HERO - START */
/**************************************************************************************************************/
/* COMPONENT SET UP -------------- */
/* line 5, ../../global/styles/_component-hero.scss */
.component-hero {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0;
  background-color: #333;
  overflow: hidden;
}
/* line 14, ../../global/styles/_component-hero.scss */
.component-hero > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0;
  opacity: 0.4;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="contrastfilter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" intercept="-0.5" /><feFuncG type="linear" slope="2" intercept="-0.5" /><feFuncB type="linear" slope="2" intercept="-0.5" /></feComponentTransfer></filter></svg>#contrastfilter');
  -moz-filter: contrast(200%);
  -o-filter: contrast(200%);
  -ms-filter: contrast(200%);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}
/* line 29, ../../global/styles/_component-hero.scss */
.component-hero video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 500px;
  margin: 0;
  opacity: 0.35;
}
/* line 39, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder {
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* line 45, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder h1, .component-hero figcaption.hero-details-holder h2, .component-hero figcaption.hero-details-holder h3,
.component-hero figcaption.hero-details-holder h4, .component-hero figcaption.hero-details-holder h5, .component-hero figcaption.hero-details-holder h6,
.component-hero figcaption.hero-details-holder .hero-info {
  width: 100%;
  text-align: center;
  line-height: 1.1;
}
/* line 52, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder h1, .component-hero figcaption.hero-details-holder h2, .component-hero figcaption.hero-details-holder h3 {
  font-size: 3.25em;
  margin: 14px auto;
}
/* line 56, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder h4, .component-hero figcaption.hero-details-holder h5, .component-hero figcaption.hero-details-holder h6 {
  font-size: 2em;
  margin: 10px auto;
}
/* line 60, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info {
  /* -------------- LISTS -------------- */
  /* -------------- SPEAKER GRID RENDER -------------- */
  /* -------------- BUTTON CENTERING -------------- */
}
/* line 61, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info img {
  background-color: transparent;
  filter: none;
  opacity: 1;
  max-width: 95%;
  width: auto;
  height: auto;
}
/* line 69, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info p {
  font-size: 1.5em;
  margin: 0 0 0.35em 0;
  clear: both;
}
/* line 73, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info p a {
  display: inline-block;
}
/* line 77, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info a.btn {
  display: inline-block;
  width: auto;
}
/* line 81, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info p + a.btn {
  margin: 1em 0 0 0;
}
/* line 84, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info a.btn + a.btn {
  margin-left: 0.5em;
}
/* line 88, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 92, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 96, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 106, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 110, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 114, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 122, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-speakers .col {
  text-align: center;
}
/* line 124, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-speakers .col img {
  width: auto;
  max-width: 80%;
  margin: 0 auto 0.5em auto;
  border-radius: 50%;
}
/* line 130, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-speakers .col p {
  font-size: 1.15em;
}
/* line 134, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3 {
  width: 23.8%;
}
/* line 137, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:first-child {
  margin-left: 12.69%;
}
/* line 142, ../../global/styles/_component-hero.scss */
.component-hero figcaption.hero-details-holder .hero-info .hero-buttons {
  max-width: 75%;
  margin: 0 auto;
}

/* VIDEO BACKGROUND -------------- */
/* line 150, ../../global/styles/_component-hero.scss */
.component-hero.hero-video {
  max-height: 700px;
}

/* IMAGE BACKGROUND w/ Carousel content -------------- */
/* line 154, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel {
  /* SLIDER DOTS ------- */
}
/* line 155, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .hero-carousel-holder {
  position: absolute;
  top: 10%;
  width: 90%;
  max-width: 90%;
  margin: 0 5%;
  background-color: transparent;
}
/* line 163, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel figcaption.hero-details-holder {
  display: none;
}
/* line 165, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel figcaption.hero-details-holder .content {
  padding: 0;
}
/* line 169, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel figcaption.hero-details-holder:nth-of-type(1) {
  display: block;
}
/* line 172, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel figcaption.hero-details-holder.slick-slide {
  max-width: 90%;
  margin: 0 5%;
  display: block;
}
/* line 178, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 187, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 195, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 207, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 223, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li button:hover, .component-hero.hero-carousel .slick-dots li button:focus {
  outline: none;
}
/* line 228, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li button:hover:before,
.component-hero.hero-carousel .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 233, ../../global/styles/_component-hero.scss */
.component-hero.hero-carousel .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}

/* COMPONENT SCROLLDOWN -------------- */
/* line 240, ../../global/styles/_component-hero.scss */
.component-hero-scrolldown {
  position: absolute;
  width: 100%;
  height: 77px;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 249, ../../global/styles/_component-hero.scss */
.component-hero-scrolldown .icon-arrow-down-double:before {
  background-position: -278px -826px;
}

/* line 253, ../../global/styles/_component-hero.scss */
.component-hero-scrolldown {
  display: none;
}

/**************************************************************************************************************/
/* COMPONENT HERO - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT HERO - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 266, ../../global/styles/_component-hero.scss */
.no-js .component-hero-scrolldown {
  display: none;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1130px) {
  /* line 272, ../../global/styles/_component-hero.scss */
  .component-hero,
  .component-hero.hero-video {
    min-height: 0;
    max-height: 400px;
    overflow: hidden;
  }
  /* line 277, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder,
  .component-hero.hero-video figcaption.hero-details-holder {
    top: 2%;
  }
  /* line 279, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h1, .component-hero figcaption.hero-details-holder h2, .component-hero figcaption.hero-details-holder h3,
  .component-hero.hero-video figcaption.hero-details-holder h1,
  .component-hero.hero-video figcaption.hero-details-holder h2,
  .component-hero.hero-video figcaption.hero-details-holder h3 {
    font-size: 2.85em;
  }
  /* line 282, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h4, .component-hero figcaption.hero-details-holder h5, .component-hero figcaption.hero-details-holder h6,
  .component-hero.hero-video figcaption.hero-details-holder h4,
  .component-hero.hero-video figcaption.hero-details-holder h5,
  .component-hero.hero-video figcaption.hero-details-holder h6 {
    font-size: 1.7em;
  }
  /* line 286, ../../global/styles/_component-hero.scss */
  .component-hero video,
  .component-hero.hero-video video {
    overflow: hidden;
  }

  /* line 291, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel .hero-carousel-holder {
    top: 2%;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 299, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder,
  .component-hero .hero-carousel-holder,
  .component-hero.hero-carousel figcaption.hero-details-holder,
  .component-hero.hero-carousel .hero-carousel-holder {
    top: 0;
  }
}
@media only screen and (max-width: 900px) {
  /* line 309, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h1, .component-hero figcaption.hero-details-holder h2, .component-hero figcaption.hero-details-holder h3,
  .component-hero.hero-video figcaption.hero-details-holder h1,
  .component-hero.hero-video figcaption.hero-details-holder h2,
  .component-hero.hero-video figcaption.hero-details-holder h3 {
    font-size: 2.5em;
  }
  /* line 312, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h4, .component-hero figcaption.hero-details-holder h5, .component-hero figcaption.hero-details-holder h6,
  .component-hero.hero-video figcaption.hero-details-holder h4,
  .component-hero.hero-video figcaption.hero-details-holder h5,
  .component-hero.hero-video figcaption.hero-details-holder h6 {
    font-size: 1.5em;
  }
  /* line 315, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info p,
  .component-hero.hero-video figcaption.hero-details-holder .hero-info p {
    font-size: 1.1em;
  }

  /* line 320, ../../global/styles/_component-hero.scss */
  .component-hero.hero-image,
  .component-hero.hero-carousel {
    min-height: 300px;
  }
  /* line 324, ../../global/styles/_component-hero.scss */
  .component-hero.hero-image > img,
  .component-hero.hero-carousel > img {
    min-height: 300px;
  }

  /* line 330, ../../global/styles/_component-hero.scss */
  .component-hero.hero-video video {
    min-height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 340, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3 {
    width: 32.26%;
  }
  /* line 343, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:first-child {
    margin-left: 16.13%;
  }
  /* line 346, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:last-child {
    clear: both;
    margin-left: 32.26%;
  }
}
@media only screen and (max-width: 750px) {
  /* line 359, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-buttons .col.span_2_of_4 {
    width: 100%;
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 715px) {
  /* line 372, ../../global/styles/_component-hero.scss */
  .component-hero video,
  .component-hero.hero-video video {
    max-width: 710px;
    width: auto;
  }
}
@media only screen and (max-width: 568px) {
  /* line 382, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h1, .component-hero figcaption.hero-details-holder h2, .component-hero figcaption.hero-details-holder h3,
  .component-hero.hero-video figcaption.hero-details-holder h1,
  .component-hero.hero-video figcaption.hero-details-holder h2,
  .component-hero.hero-video figcaption.hero-details-holder h3 {
    font-size: 2.15em;
    margin: 0;
  }
  /* line 386, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder h4, .component-hero figcaption.hero-details-holder h5, .component-hero figcaption.hero-details-holder h6,
  .component-hero.hero-video figcaption.hero-details-holder h4,
  .component-hero.hero-video figcaption.hero-details-holder h5,
  .component-hero.hero-video figcaption.hero-details-holder h6 {
    font-size: 1.3em;
  }
  /* line 389, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info p,
  .component-hero.hero-video figcaption.hero-details-holder .hero-info p {
    font-size: 1em;
  }
  /* line 394, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3,
  .component-hero.hero-video figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3 {
    width: 48.26%;
  }
  /* line 397, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:first-child,
  .component-hero.hero-video figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:first-child {
    margin-left: 0;
  }
  /* line 400, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:last-child,
  .component-hero.hero-video figcaption.hero-details-holder .hero-info .hero-speakers .span_1_of_3:last-child {
    clear: both;
    margin-left: 24.13%;
  }

  /* line 410, ../../global/styles/_component-hero.scss */
  .component-hero figcaption.hero-details-holder,
  .component-hero .hero-carousel-holder,
  .component-hero.hero-carousel figcaption.hero-details-holder,
  .component-hero.hero-carousel .hero-carousel-holder {
    top: 2%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  /* line 419, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel figcaption.hero-details-holder.slick-slide {
    max-width: 92%;
    margin: 0 4%;
  }
}
@media only screen and (max-width: 450px) {
  /* line 427, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel .slick-prev,
  .component-hero.hero-carousel .slick-next {
    top: 50%;
    width: 42px;
  }
  /* line 431, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel .slick-prev:before,
  .component-hero.hero-carousel .slick-next:before {
    width: 42px;
  }
  /* line 435, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel .slick-prev:before {
    background-position: -19px -792px;
  }
  /* line 438, ../../global/styles/_component-hero.scss */
  .component-hero.hero-carousel .slick-next:before {
    background-position: -87px -792px;
  }
}
/**************************************************************************************************************/
/* COMPONENT HERO - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT ICONSET - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-iconset.scss */
.component-iconset {
  padding: 2em 0;
  /* SPRITE VERSION -------------- */
}
/* line 6, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner {
  position: relative;
  max-width: 75%;
  margin: 1em auto 0 auto;
}
/* line 10, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro {
  /* -------------- LISTS -------------- */
}
/* line 11, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro p {
  font-size: 1.5em;
}
/* line 15, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 19, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 23, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 33, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 37, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 41, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 48, ../../global/styles/_component-iconset.scss */
.component-iconset .component-inner:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  height: 7px;
  margin: 0 0 0 -125px;
  content: "";
}
/* line 58, ../../global/styles/_component-iconset.scss */
.component-iconset .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 66, ../../global/styles/_component-iconset.scss */
.component-iconset .section.group:last-child {
  padding-top: 0;
  border-bottom: none;
}
/* line 70, ../../global/styles/_component-iconset.scss */
.component-iconset .col {
  word-wrap: break-word;
  text-align: center;
  font-size: 1.7em;
  clear: none;
  margin-bottom: 1em;
}
/* line 77, ../../global/styles/_component-iconset.scss */
.component-iconset .col:nth-of-type(5) {
  margin-right: 0;
}
/* line 81, ../../global/styles/_component-iconset.scss */
.component-iconset .icon-block {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 0.5em auto;
  border-radius: 50%;
}
/* line 89, ../../global/styles/_component-iconset.scss */
.component-iconset .icon-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: color .3s ease;
  clear: both;
  text-align: center;
  font-size: 0.67em;
  line-height: 1;
}
/* line 100, ../../global/styles/_component-iconset.scss */
.component-iconset .icon-sprite {
  margin-top: 0.18em;
}
/* line 102, ../../global/styles/_component-iconset.scss */
.component-iconset .icon-sprite:before {
  top: 10px;
  width: 72px;
  height: 72px;
}

/* line 111, ../../global/styles/_component-iconset.scss */
.component-iconset.align-center .section.group {
  justify-content: center;
}

/**************************************************************************************************************/
/* COMPONENT ICONSET - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT ICONSET - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 126, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 131, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner .component-intro p {
    font-size: 1.2em;
  }
  /* line 136, ../../global/styles/_component-iconset.scss */
  .component-iconset .icon-title {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 143, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 620px) and (min-width: 451px) {
  /* line 150, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner {
    max-width: 75%;
  }
  /* line 153, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group {
    display: block;
  }
  /* line 155, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group .col {
    width: 32.26%;
  }
  /* line 158, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group .col:nth-of-type(4) {
    margin-left: 17%;
    clear: left;
  }
}
@media only screen and (max-width: 568px) {
  /* line 169, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner .component-intro p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 450px) {
  /* line 178, ../../global/styles/_component-iconset.scss */
  .component-iconset .component-inner {
    max-width: 96%;
  }
  /* line 181, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group {
    display: block;
  }
  /* line 183, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group .col {
    width: 49.2%;
  }
  /* line 186, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group .col:nth-of-type(3) {
    margin-left: 0;
    clear: left;
  }
  /* line 190, ../../global/styles/_component-iconset.scss */
  .component-iconset .section.group .col:nth-of-type(5) {
    margin-left: 24%;
    clear: left;
  }
}
/**************************************************************************************************************/
/* COMPONENT ICONSET - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-image-text.scss */
.component-image-text .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 11, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
/* line 19, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 > img {
  width: 100%;
}
/* line 22, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner {
  max-width: 82%;
  margin: 0 auto;
  padding: 2%;
  /* -------------- LISTS -------------- */
}
/* line 26, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner h2, .component-image-text .col.span_2_of_4 .col-inner h3, .component-image-text .col.span_2_of_4 .col-inner h4, .component-image-text .col.span_2_of_4 .col-inner h5, .component-image-text .col.span_2_of_4 .col-inner h6 {
  margin: 0.35em 0;
  font-size: 2.3em;
  line-height: 1.1;
}
/* line 31, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul li, .component-image-text .col.span_2_of_4 .col-inner p {
  font-size: 1.35em;
  line-height: 1.3;
}
/* line 35, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner p:last-child {
  margin-bottom: 0;
}
/* line 38, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner img {
  margin: 0 0 1em;
}
/* line 42, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 46, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 50, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 60, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 64, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 68, ../../global/styles/_component-image-text.scss */
.component-image-text .col.span_2_of_4 .col-inner ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  /* line 89, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4:nth-of-type(1) {
    width: 43%;
  }
  /* line 92, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4:nth-of-type(2) {
    width: 57%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 101, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner h2, .component-image-text .col.span_2_of_4 .col-inner h3, .component-image-text .col.span_2_of_4 .col-inner h4, .component-image-text .col.span_2_of_4 .col-inner h5, .component-image-text .col.span_2_of_4 .col-inner h6 {
    font-size: 2em;
    line-height: 1.1;
  }
  /* line 105, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner ul li, .component-image-text .col.span_2_of_4 .col-inner p {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  /* line 115, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4:nth-of-type(1) {
    width: 50%;
  }
  /* line 118, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4:nth-of-type(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  /* line 127, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner h2, .component-image-text .col.span_2_of_4 .col-inner h3, .component-image-text .col.span_2_of_4 .col-inner h4, .component-image-text .col.span_2_of_4 .col-inner h4, .component-image-text .col.span_2_of_4 .col-inner h6 {
    font-size: 2.35em;
  }
  /* line 130, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner ul li, .component-image-text .col.span_2_of_4 .col-inner p {
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 850px) {
  /* line 139, ../../global/styles/_component-image-text.scss */
  .component-image-text .section.group {
    display: block;
  }
  /* line 142, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 {
    display: block;
  }
  /* line 144, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4:nth-of-type(1), .component-image-text .col.span_2_of_4:nth-of-type(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 155, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner h2, .component-image-text .col.span_2_of_4 .col-inner h3, .component-image-text .col.span_2_of_4 .col-inner h4, .component-image-text .col.span_2_of_4 .col-inner h5, .component-image-text .col.span_2_of_4 .col-inner h6 {
    font-size: 1.7em;
  }
  /* line 158, ../../global/styles/_component-image-text.scss */
  .component-image-text .col.span_2_of_4 .col-inner ul li, .component-image-text .col.span_2_of_4 .col-inner p {
    font-size: 1em;
  }
}
/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE - START */
/**************************************************************************************************************/
/* COMPONENT SET UP -------------- */
/* line 5, ../../global/styles/_component-image.scss */
.component-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  background-color: #333;
  overflow: hidden;
}
/* line 13, ../../global/styles/_component-image.scss */
.component-image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 0.4;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="contrastfilter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" intercept="-0.5" /><feFuncG type="linear" slope="2" intercept="-0.5" /><feFuncB type="linear" slope="2" intercept="-0.5" /></feComponentTransfer></filter></svg>#contrastfilter');
  -moz-filter: contrast(200%);
  -o-filter: contrast(200%);
  -ms-filter: contrast(200%);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}
/* line 27, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
/* line 34, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .content:after {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 250px;
  height: 7px;
  margin: 0 0 0 -125px;
  content: "";
}
/* line 43, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder h3,
.component-image figcaption.image-details-holder h4,
.component-image figcaption.image-details-holder .image-info {
  width: 100%;
  text-align: center;
}
/* line 49, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder h3 {
  font-size: 3em;
  margin: 0.27em auto;
  letter-spacing: -0.025em;
  line-height: 1;
}
/* line 55, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder h4 {
  font-size: 1.9em;
  margin: 0.2em auto;
  line-height: 1.2;
}
/* line 61, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .image-info p {
  font-size: 1.5em;
  margin: 0 0 0.35em 0;
  clear: both;
}
/* line 65, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .image-info p a {
  display: inline-block;
}
/* line 69, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .image-info a.btn {
  display: inline-block;
  width: auto;
}
/* line 73, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .image-info p + a.btn {
  margin: 1em 0 0 0;
}
/* line 76, ../../global/styles/_component-image.scss */
.component-image figcaption.image-details-holder .image-info a.btn + a.btn {
  margin-left: 0.5em;
}

/* COMPONENT SCROLLDOWN -------------- */
/* line 83, ../../global/styles/_component-image.scss */
.component-image-scrolldown {
  position: absolute;
  width: 100%;
  height: 77px;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/**************************************************************************************************************/
/* COMPONENT IMAGE - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 103, ../../global/styles/_component-image.scss */
.no-js .component-image-scrolldown {
  display: none;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (min-width: 1100px) {
  /* line 109, ../../global/styles/_component-image.scss */
  .component-image {
    max-height: 450px;
  }
  /* line 111, ../../global/styles/_component-image.scss */
  .component-image img {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 118, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 126, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder h3 {
    font-size: 2.5em;
  }
  /* line 129, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder h4 {
    font-size: 1.4em;
  }
  /* line 133, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder .image-info p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  /* line 141, ../../global/styles/_component-image.scss */
  .component-image {
    min-height: 350px;
  }
  /* line 143, ../../global/styles/_component-image.scss */
  .component-image img {
    min-height: 350px;
  }
}
@media only screen and (max-width: 568px) {
  /* line 150, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder {
    top: 2%;
    width: 96%;
    max-width: 96%;
    margin: 0 2%;
  }
  /* line 155, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder h3 {
    font-size: 2em;
  }
  /* line 158, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder h4 {
    font-size: 1.15em;
  }
  /* line 162, ../../global/styles/_component-image.scss */
  .component-image figcaption.image-details-holder .image-info p {
    font-size: 1.05em;
  }
}
/**************************************************************************************************************/
/* COMPONENT IMAGE - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-list-column.scss */
.component-list-column {
  padding: 2em 0 0 0;
}
/* line 6, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner {
  padding-top: 1.5em;
}
/* line 8, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .component-intro {
  padding: 1em 2em;
}
/* line 10, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .component-intro h2, .component-list-column .component-inner .component-intro h3, .component-list-column .component-inner .component-intro h4, .component-list-column .component-inner .component-intro h5, .component-list-column .component-inner .component-intro h6 {
  margin: 0 0 0.5em 0;
}
/* line 13, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .component-intro h2, .component-list-column .component-inner .component-intro h3, .component-list-column .component-inner .component-intro h4 {
  font-size: 1.5em;
}
/* line 16, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .component-intro h5, .component-list-column .component-inner .component-intro h6 {
  font-size: 1.25em;
}
/* line 19, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .component-intro p {
  margin: 0 0 0.5em 0;
  font-size: 1.05em;
}
/* line 24, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  padding: 0 2em;
  margin-bottom: 0;
}
/* line 33, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs {
  float: left;
  width: 100%;
  margin: 0;
  /* TAB RENDER -------------- */
  /* TAB CONTENT RENDER -------------- */
}
/* line 38, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-toggle {
  display: block;
  width: 97%;
  min-height: 21px;
  padding: 10px 0 10px 3%;
  margin: 0 0 1em 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  clear: both;
  float: none;
  cursor: pointer;
}
/* line 51, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-toggle p {
  margin: 0;
  width: auto;
  max-width: 80%;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.1;
}
/* line 59, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-toggle span.toggle-control {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-position: -78px -78px;
  float: right;
}
/* line 69, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-toggle.active {
  margin: 0;
}
/* line 71, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-toggle.active span.toggle-control {
  background-position: -78px -114px;
}
/* line 76, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content {
  visibility: hidden;
  opacity: 0;
  width: 94%;
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
  transition: visibility ease 0.2s, height ease 0.75s, opacity ease 0.2s;
}
/* line 85, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content > *,
.component-list-column .component-inner .section.group .col .tabs .tab-content .tab-content-inner > * {
  visibility: hidden;
  height: 0;
  transition: height ease 0.2s, visibility ease 0s;
}
/* line 92, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1em 3%;
  margin: 0 0 1em 0;
}
/* line 98, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active > *,
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner > * {
  visibility: visible;
  height: auto;
}
/* line 103, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner {
  /* -------------- LISTS -------------- */
}
/* line 104, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner h6 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
/* line 108, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner p {
  font-size: 1em;
}
/* line 111, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner .btn {
  width: auto;
  display: inline-block;
}
/* line 116, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 120, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 124, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 134, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 138, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 142, ../../global/styles/_component-list-column.scss */
.component-list-column .component-inner .section.group .col .tabs .tab-content.active .tab-content-inner ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/* line 155, ../../global/styles/_component-list-column.scss */
.component-list-column + .component-list-column {
  padding-top: 0;
}
/* line 157, ../../global/styles/_component-list-column.scss */
.component-list-column + .component-list-column .content,
.component-list-column + .component-list-column .component-inner {
  padding-top: 0;
}

/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 176, ../../global/styles/_component-list-column.scss */
.no-svg .component-list-column .component-inner .section.group .col .tabs {
  /* TAB RENDER -------------- */
}
/* line 179, ../../global/styles/_component-list-column.scss */
.no-svg .component-list-column .component-inner .section.group .col .tabs .tab-toggle span.toggle-control {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 195, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro h2, .component-list-column .component-inner .component-intro h3, .component-list-column .component-inner .component-intro h4 {
    font-size: 1.3em;
  }
  /* line 198, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro h5, .component-list-column .component-inner .component-intro h6 {
    font-size: 1.1em;
  }
  /* line 201, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro p {
    font-size: 0.95em;
  }
  /* line 209, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .section.group .col .tabs .tab-toggle p {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 970px) {
  /* line 222, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .section.group {
    display: block;
  }
  /* line 224, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .section.group .col.span_3_of_4,
  .component-list-column .component-inner .section.group .col.span_2_of_4,
  .component-list-column .component-inner .section.group .col.span_1_of_3 {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 568px) {
  /* line 239, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro {
    padding: 1em;
  }
  /* line 241, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro h2, .component-list-column .component-inner .component-intro h3, .component-list-column .component-inner .component-intro h4 {
    font-size: 1.15em;
  }
  /* line 244, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro h5, .component-list-column .component-inner .component-intro h6 {
    font-size: 0.95em;
  }
  /* line 247, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .component-intro p {
    font-size: 0.85em;
  }
  /* line 251, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .section.group {
    padding: 0 1em;
  }
  /* line 256, ../../global/styles/_component-list-column.scss */
  .component-list-column .component-inner .section.group .col .tabs .tab-toggle p {
    font-size: 0.95em;
  }
}
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - INNER COLUMNS - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 {
  border-right: 1px solid #dedede;
}
/* line 8, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:last-child {
  border: none;
}
/* line 11, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 {
  padding: 0 1em 0 0;
}
/* line 13, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 .option-details {
  text-align: center;
}
/* line 15, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 .option-details h4, .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 .option-details h5 {
  color: #c42529;
  margin: 0;
}
/* line 19, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 .option-details .icon-block {
  display: block;
  background-color: #c42529;
  width: 72px;
  height: 72px;
  margin: 0 auto 1em auto;
  padding: 14px;
  border-radius: 50%;
}
/* line 27, ../../global/styles/_component-list-inner.scss */
.tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 .option-details .icon-block .icon-sprite:before {
  -webkit-transform: rotate(310deg);
  -moz-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  -o-transform: rotate(310deg);
  transform: rotate(310deg);
}

/* line 41, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-platinum"].col-lrg.span-lrg_1_of_3 .option-details .icon-block {
  background-color: #ccc;
  background: -webkit-linear-gradient(top left, #ccc, #f4f5f4, #ccc, #fff);
  background: linear-gradient(to bottom right, #ccc, #f4f5f4, #ccc, #fff);
}
/* line 47, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-platinum"].col-lrg.span-lrg_1_of_3 .btn {
  color: #c42529;
  background-color: #ccc;
  background: -webkit-linear-gradient(top left, #ccc, #f4f5f4, #ccc, #fff);
  background: linear-gradient(to bottom right, #ccc, #f4f5f4, #ccc, #fff);
}
/* line 56, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-gold"].col-lrg.span-lrg_1_of_3 .option-details .icon-block {
  background-color: #b4922e;
}
/* line 60, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-gold"].col-lrg.span-lrg_1_of_3 .btn {
  color: #c42529;
  background-color: #b4922e;
  border: 1px solid #ccc;
}
/* line 68, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-silver"].col-lrg.span-lrg_1_of_3 .option-details .icon-block {
  background-color: #ccc;
}
/* line 72, ../../global/styles/_component-list-inner.scss */
.tab-content .table-options [class*="option-silver"].col-lrg.span-lrg_1_of_3 .btn {
  color: #c42529;
  background-color: #dedede;
  border: 1px solid #ccc;
}

/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - INNER COLUMNS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - INNER COLUMNS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 970px) {
  /* line 90, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3 {
    width: 48.2%;
  }
  /* line 92, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:first-child {
    margin: 0 auto;
    clear: both;
    float: none;
    border-right: none;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  /* line 100, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(2) {
    margin-left: 0;
    padding-right: 0;
    padding-top: 15px;
    border-top: 1px solid #dedede;
  }
  /* line 106, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(3) {
    border-top: 1px solid #dedede;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 3.4%;
  }
}
@media only screen and (max-width: 620px) {
  /* line 118, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3,
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:first-child,
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(2),
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(3) {
    width: 80%;
    margin: 0 auto;
    clear: both;
    float: none;
    border-right: none;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 450px) {
  /* line 134, ../../global/styles/_component-list-inner.scss */
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3,
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:first-child,
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(2),
  .tab-content.active .table-options [class*="option-"].col-lrg.span-lrg_1_of_3:nth-of-type(3) {
    width: 92%;
  }
}
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - INNER COLUMNS - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PROTECTED - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-protected.scss */
.component-protected .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 11, ../../global/styles/_component-protected.scss */
.component-protected .col {
  margin: 0;
}
/* line 14, ../../global/styles/_component-protected.scss */
.component-protected .span_2_of_4 {
  width: 50%;
  min-height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
/* line 24, ../../global/styles/_component-protected.scss */
.component-protected .icon-block {
  width: 240px;
  height: 240px;
  margin: 2em auto;
  border-radius: 50%;
}
/* line 29, ../../global/styles/_component-protected.scss */
.component-protected .icon-block .icon-protected {
  position: relative;
  display: inline-block;
}
/* line 32, ../../global/styles/_component-protected.scss */
.component-protected .icon-block .icon-protected:before {
  position: relative;
  display: inline-block;
  top: 38px;
  left: 0;
  width: 145px;
  height: 150px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-position: 0px -864px;
}
/* line 46, ../../global/styles/_component-protected.scss */
.component-protected .col-inner {
  max-width: 75%;
  margin: 2em auto;
  padding: 2%;
}
/* line 50, ../../global/styles/_component-protected.scss */
.component-protected .col-inner h3 {
  margin: 0.7em 0 0 0;
  font-size: 2em;
}
/* line 54, ../../global/styles/_component-protected.scss */
.component-protected .col-inner p {
  font-size: 1.3em;
  line-height: 1.2;
}
/* line 58, ../../global/styles/_component-protected.scss */
.component-protected .col-inner p:last-child {
  margin-bottom: 0;
}
/* line 61, ../../global/styles/_component-protected.scss */
.component-protected .col-inner img {
  margin: 0 0 1em;
}
/* line 64, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form {
  text-align: center;
}
/* line 66, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form .error-holder {
  width: 90%;
  max-width: 90%;
  margin: 0.5em auto;
  padding: 0.75em;
  background-color: #fff;
  border: 1px solid #c21b1e;
  clear: both;
  display: none;
}
/* line 75, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form .error-holder .error-message p {
  font-size: 1em;
  color: #c21b1e;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 82, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form .error-holder.show-error {
  display: block;
}
/* line 85, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form .field-holder {
  margin: 0.5em auto;
  max-width: 90%;
  width: 90%;
}
/* line 89, ../../global/styles/_component-protected.scss */
.component-protected .col-inner form .field-holder label {
  font-size: 1.15em;
}

/**************************************************************************************************************/
/* COMPONENT PROTECTED - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PROTECTED - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 768px) {
  /* line 111, ../../global/styles/_component-protected.scss */
  .component-protected .section.group {
    display: block;
  }
  /* line 114, ../../global/styles/_component-protected.scss */
  .component-protected .span_2_of_4 {
    display: block;
    width: 100%;
    min-height: 20px;
  }
  /* line 120, ../../global/styles/_component-protected.scss */
  .component-protected .icon-block .icon-protected {
    margin: 1.25em 0;
  }
  /* line 122, ../../global/styles/_component-protected.scss */
  .component-protected .icon-block .icon-protected:before {
    top: 0;
  }
}
/**************************************************************************************************************/
/* COMPONENT PROTECTED - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SINGLE GROUP - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-people.scss */
.component-people {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-people.scss */
.component-people .component-inner {
  max-width: 85%;
  margin: 1.5em auto 0 auto;
}
/* line 9, ../../global/styles/_component-people.scss */
.component-people .component-inner header.component-header.group-header {
  margin-bottom: 0.5em;
}
/* line 12, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro {
  font-size: 1.5em;
  margin-bottom: 2em;
  text-align: center;
  /* -------------- LISTS -------------- */
}
/* line 17, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 21, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 25, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 35, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 39, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 43, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 50, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.85em;
  justify-content: center;
}
/* line 57, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg {
  position: relative;
  margin-top: 0;
  margin-bottom: 7px;
}
/* line 61, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-a,
.component-people .component-inner .section.group article.col-lrg .image-text-group-b {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
/* line 68, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-a img {
  margin: 0 auto;
  max-width: 70%;
  width: auto;
  border: 1px solid #dedede;
}
/* line 75, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-b {
  margin-top: 0;
}
/* line 77, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-b h5.name {
  font-size: 1.4em;
  margin: 0.3em 0 0.15em 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
}
/* line 84, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-b p.title,
.component-people .component-inner .section.group article.col-lrg .image-text-group-b p.company {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 0.15em 0;
}
/* line 90, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-b p.title {
  font-weight: bold;
}
/* line 94, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.col-lrg .image-text-group-c {
  display: none;
}
/* line 98, ../../global/styles/_component-people.scss */
.component-people .component-inner .section.group article.person-block {
  cursor: pointer;
}
/* line 102, ../../global/styles/_component-people.scss */
.component-people .component-inner .component-button-holder {
  text-align: center;
}

/**************************************************************************************************************/
/* COMPONENT PEOPLE - SINGLE GROUP - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SINGLE GROUP - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 118, ../../global/styles/_component-people.scss */
.no-flexbox .component-people .section.group {
  display: block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 130, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b h5.name {
    font-size: 1.25em;
  }
  /* line 133, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b p.title,
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b p.company {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 900px) {
  /* line 146, ../../global/styles/_component-people.scss */
  .component-people .component-inner {
    max-width: 100%;
  }
  /* line 148, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group {
    display: block;
  }
}
@media only screen and (max-width: 900px) and (min-width: 569px) {
  /* line 158, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg {
    width: 31.33%;
  }
  /* line 161, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg:nth-of-type(3) {
    margin-right: 0;
  }
  /* line 164, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg:nth-of-type(4) {
    clear: both;
    margin-left: 17.5%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 176, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg {
    width: 48.5%;
  }
  /* line 179, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b h5.name {
    font-size: 1.1em;
  }
  /* line 182, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b p.title,
  .component-people .component-inner .section.group article.col-lrg .image-text-group-b p.company {
    font-size: 0.72em;
  }
  /* line 188, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg:nth-of-type(odd) {
    clear: both;
    margin-left: 0;
  }
  /* line 192, ../../global/styles/_component-people.scss */
  .component-people .component-inner .section.group article.col-lrg:nth-of-type(5) {
    clear: both;
    margin: 0.5em auto;
    float: none;
  }
}
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SINGLE GROUP - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SECTION GRID - START */
/**************************************************************************************************************/
/* line 210, ../../global/styles/_component-people.scss */
.component-people-grid {
  padding: 2em 0;
}
/* line 212, ../../global/styles/_component-people.scss */
.component-people-grid header.component-header {
  margin-bottom: 1em;
}
/* line 215, ../../global/styles/_component-people.scss */
.component-people-grid .component-holder {
  margin: 0 auto;
}
/* line 218, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner {
  padding-top: 2em;
}
/* line 220, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .component-intro {
  font-size: 1.5em;
  margin-bottom: 2em;
}
/* line 224, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner header.component-header {
  margin-bottom: 2.5em;
}
/* line 226, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner header.component-header h4 {
  text-align: center;
}
/* line 229, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner header.component-header a.section-title-link {
  padding: 0;
}
/* line 233, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 240, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group article.col-lrg {
  position: relative;
  margin-top: 0;
  margin-bottom: 7px;
  text-align: center;
}
/* line 246, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-a,
.component-people-grid .component-inner .section.group .image-text-group-b,
.component-people-grid .component-inner .section.group .image-text-group-c {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
/* line 254, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-a img {
  margin: 0 auto;
  width: auto;
  max-width: 80%;
  border: 1px solid #dedede;
}
/* line 261, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-b {
  margin-top: 1em;
}
/* line 263, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-b h5.name {
  font-size: 1.4em;
  margin: 0.3em 0 0.15em 0;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
/* line 270, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-b p.title,
.component-people-grid .component-inner .section.group .image-text-group-b p.company {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 0.15em 0;
}
/* line 276, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-b p.title {
  font-weight: 800;
}
/* line 280, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group .image-text-group-c {
  display: none;
}
/* line 284, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .section.group:last-child {
  padding-top: 0;
  border-bottom: none;
}
/* line 288, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner article.image-block,
.component-people-grid .component-inner article.person-block {
  cursor: pointer;
}
/* line 292, ../../global/styles/_component-people.scss */
.component-people-grid .component-inner .component-button-holder {
  text-align: center;
}

/**************************************************************************************************************/
/* COMPONENT PEOPLE - SECTION GRID - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SECTION GRID - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 308, ../../global/styles/_component-people.scss */
.no-flexbox .component-people-grid .component-inner .section.group {
  display: block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1000px) {
  /* line 320, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-1 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-2 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-3 article.col-lrg.span-lrg_1_of_5 {
    width: 25%;
  }
  /* line 324, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 {
    display: block;
    margin: 0 auto;
    max-width: 60%;
  }
  /* line 328, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 article.col-lrg.span-lrg_1_of_5 {
    width: 48.5%;
    margin-bottom: 0.75em;
  }
  /* line 332, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 article.col-lrg.span-lrg_1_of_5:nth-of-type(3) {
    clear: left;
    margin-left: 0;
  }
  /* line 337, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
  /* line 341, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 article.col-lrg.span-lrg_1_of_5 {
    width: 31%;
    margin-bottom: 0.75em;
  }
  /* line 345, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    clear: left;
    margin-left: 15.5%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 359, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-1 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-2 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-3 article.col-lrg.span-lrg_1_of_5 {
    width: 31%;
  }
  /* line 363, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 {
    max-width: 70%;
  }
  /* line 366, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 {
    max-width: 90%;
  }
  /* line 368, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    margin-left: 18.5%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 378, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-1,
  .component-people-grid .component-inner .section.group.component-group-2,
  .component-people-grid .component-inner .section.group.component-group-3 {
    display: block;
  }
  /* line 382, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-1 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-2 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-3 article.col-lrg.span-lrg_1_of_5 {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
  /* line 389, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 {
    display: block;
    max-width: 100%;
  }
  /* line 392, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-4 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-4 article.col-lrg.span-lrg_1_of_5:nth-of-type(3) {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
  /* line 400, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 {
    display: block;
    max-width: 100%;
  }
  /* line 403, ../../global/styles/_component-people.scss */
  .component-people-grid .component-inner .section.group.component-group-5 article.col-lrg.span-lrg_1_of_5,
  .component-people-grid .component-inner .section.group.component-group-5 article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
}
/**************************************************************************************************************/
/* COMPONENT PEOPLE - SECTION GRID - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-holder {
  margin: 0 auto;
}
/* line 9, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner {
  margin: 1.5em 0;
  padding: 1.5em 0.8em;
  border-bottom: 1px solid #ccc;
}
/* line 13, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro {
  font-size: 1.5em;
  margin-bottom: 2.5em;
  text-align: center;
  /* -------------- LISTS -------------- */
}
/* line 17, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro p {
  font-size: 1em;
}
/* line 21, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 25, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 29, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 39, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 43, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 47, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 54, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner header.component-header.group-header {
  margin-bottom: 1em;
}
/* line 56, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner header.component-header.group-header .section-title-link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:visited {
  font-size: 0.65em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 64, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner header.component-header.group-header h4 {
  margin: 0;
}
/* line 68, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .section.group {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 76, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner .section.group:last-child {
  padding-top: 0;
  border-bottom: none;
}
/* line 80, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.col-lrg {
  position: relative;
  margin-top: 0;
  margin-bottom: 7px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 88, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.col-lrg .col-inner {
  /*
  position:relative;
  width:100%;
  height:0;
  padding:0;
  padding-bottom:86%;
  overflow:hidden;
  */
  text-align: center;
}
/* line 98, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.col-lrg .col-inner .image-wrapper {
  /*
  position:absolute;
  height:92%;
  width:92%;
  margin:4%;
  font-size:0;
  &:before {
  	content:"";
  	display:inline-block;
  	height:100%;
  	vertical-align:middle;
  }
  */
}
/* line 112, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.col-lrg .col-inner .image-wrapper img {
  display: inline;
  width: auto;
  max-width: 94%;
  height: auto;
  margin: auto;
  padding: 0;
  vertical-align: middle;
}
/* line 123, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.col-lrg .image-text-group-c {
  display: none;
}
/* line 127, ../../global/styles/_component-sponsor-grid.scss */
.component-sponsor-grid .component-inner article.image-block {
  cursor: pointer;
}

/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 143, ../../global/styles/_component-sponsor-grid.scss */
.no-flexbox .component-sponsor-grid .component-inner .section.group {
  display: block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 153, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner .component-intro p {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 165, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-1 article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-2 article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-3 article.col-lrg.span-lrg_1_of_5 {
    width: 25%;
  }
  /* line 170, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group {
    display: block;
    margin: 0 auto;
    max-width: 60%;
  }
  /* line 174, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group article.col-lrg.span-lrg_1_of_5 {
    width: 48%;
    margin-bottom: 0.75em;
  }
  /* line 178, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(3) {
    clear: left;
    margin-left: 0;
  }
  /* line 185, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
  /* line 189, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group article.col-lrg.span-lrg_1_of_5 {
    width: 31%;
    margin-bottom: 0.75em;
  }
  /* line 193, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    clear: left;
    margin-left: 15.5%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 206, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-1 article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-2 article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-3 article.col-lrg.span-lrg_1_of_5 {
    width: 31%;
  }
  /* line 211, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group {
    max-width: 70%;
  }
  /* line 216, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group {
    max-width: 90%;
  }
  /* line 218, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    margin-left: 18.5%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 229, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner .component-intro p {
    font-size: 0.67em;
  }
  /* line 237, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-1 .section.group,
  .component-sponsor-grid .component-inner.component-group-2 .section.group,
  .component-sponsor-grid .component-inner.component-group-3 .section.group {
    display: block;
  }
  /* line 239, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-1 .section.group article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-2 .section.group article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-3 .section.group article.col-lrg.span-lrg_1_of_5 {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
  /* line 248, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group {
    display: block;
    max-width: 100%;
  }
  /* line 251, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-4 .section.group article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-4 .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(3) {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
  /* line 261, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group {
    display: block;
    max-width: 100%;
  }
  /* line 264, ../../global/styles/_component-sponsor-grid.scss */
  .component-sponsor-grid .component-inner.component-group-5 .section.group article.col-lrg.span-lrg_1_of_5,
  .component-sponsor-grid .component-inner.component-group-5 .section.group article.col-lrg.span-lrg_1_of_5:nth-of-type(4) {
    display: inline-block;
    width: 80%;
    margin: 0.5em 10% 0 10%;
    float: none;
  }
}
/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEAM - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-team.scss */
.component-team {
  padding: 0;
  text-align: center;
}
/* line 7, ../../global/styles/_component-team.scss */
.component-team header.component-header.group-header {
  margin-bottom: 0.5em;
}
/* line 10, ../../global/styles/_component-team.scss */
.component-team .component-holder {
  padding-top: 1em;
}
/* line 12, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner {
  margin: 0 auto;
}
/* line 14, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro {
  margin: 0.5em auto;
  padding-bottom: 1em;
  /* -------------- LISTS -------------- */
}
/* line 17, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro p {
  font-size: 1.5em;
}
/* line 21, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 25, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 29, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 39, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 43, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 47, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 54, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0;
  justify-content: center;
}
/* line 61, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg {
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 65, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.063em;
  margin-left: 6.5%;
  float: left;
  content: "";
}
/* line 74, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-a {
  max-width: 40%;
  text-align: center;
}
/* line 77, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-a .team-image {
  padding: 0.75em 0;
}
/* line 79, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-a .team-image img {
  border-radius: 50%;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
/* line 87, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b {
  max-width: 100%;
  text-align: left;
  float: left;
}
/* line 91, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h5.team-responsibilty {
  font-size: 1.35em;
  line-height: 1.2;
  margin: 0 0 0.65em 0;
}
/* line 96, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h6.team-name {
  font-size: 1.47em;
  margin: 0.3em 0 0.15em 0;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
/* line 103, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b p.team-detail {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 0.15em 0;
}
/* line 108, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b .contact-details {
  position: relative;
  margin-top: 10px;
}
/* line 111, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b .contact-details p.tel,
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b .contact-details p.email {
  font-size: 0.75em;
  line-height: 1.3;
  margin: 0 0 0.15em 0;
}
/* line 116, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b .contact-details p.tel a,
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b .contact-details p.email a {
  display: inline-block;
  text-decoration: none;
}
/* line 123, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-a + .image-text-group-b {
  max-width: 56%;
}
/* line 128, ../../global/styles/_component-team.scss */
.component-team .component-holder .component-inner .section.group article.col-lrg:last-child:after {
  content: none;
}

/**************************************************************************************************************/
/* COMPONENT TEAM - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEAM - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 147, ../../global/styles/_component-team.scss */
.no-flexbox .component-team .section.group {
  display: block;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1200px) {
  /* line 156, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner {
    max-width: 70%;
  }
  /* line 158, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group {
    display: block;
  }
  /* line 160, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.25em;
  }
  /* line 164, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg:after {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 178, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .component-intro p {
    font-size: 1.2em;
  }
  /* line 185, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h5.team-responsibilty {
    font-size: 1.15em;
    margin: 0.6em 0;
  }
  /* line 189, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h6.team-name {
    font-size: 1.25em;
  }
  /* line 192, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b p.team-detail {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 205, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner {
    max-width: 85%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 216, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .component-intro p {
    font-size: 1em;
  }
  /* line 223, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h5.team-responsibilty {
    font-size: 0.95em;
    margin: 1.2em 0 0.6em 0;
  }
  /* line 227, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg .image-text-group-b h6.team-name {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 500px) {
  /* line 242, ../../global/styles/_component-team.scss */
  .component-team .component-holder .component-inner .section.group article.col-lrg,
  .component-team .component-holder .component-inner .section.group article.col-lrg:nth-of-type(3) {
    width: 95%;
  }
}
/**************************************************************************************************************/
/* COMPONENT TEAM - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEXT - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-text.scss */
.component-text {
  overflow: hidden;
  padding: 2em 0;
}
/* line 7, ../../global/styles/_component-text.scss */
.component-text .component-inner {
  max-width: 75%;
  padding: 1em;
  margin: 0 auto;
}
/* line 12, ../../global/styles/_component-text.scss */
.component-text .col-inner {
  /* -------------- LISTS -------------- */
}
/* line 13, ../../global/styles/_component-text.scss */
.component-text .col-inner h1, .component-text .col-inner h2, .component-text .col-inner h3, .component-text .col-inner h4, .component-text .col-inner h5, .component-text .col-inner h6 {
  margin: 0 0 0.7em 0;
  font-size: 2.3em;
}
/* line 16, ../../global/styles/_component-text.scss */
.component-text .col-inner h1:first-child, .component-text .col-inner h2:first-child, .component-text .col-inner h3:first-child, .component-text .col-inner h4:first-child, .component-text .col-inner h5:first-child, .component-text .col-inner h6:first-child {
  text-align: center;
}
/* line 20, ../../global/styles/_component-text.scss */
.component-text .col-inner h4, .component-text .col-inner h5, .component-text .col-inner h6 {
  font-size: 1.7em;
}
/* line 23, ../../global/styles/_component-text.scss */
.component-text .col-inner p {
  font-size: 1.15em;
  line-height: 1.3;
}
/* line 27, ../../global/styles/_component-text.scss */
.component-text .col-inner p:last-child {
  margin-bottom: 0;
}
/* line 30, ../../global/styles/_component-text.scss */
.component-text .col-inner img {
  margin: 0 0 1em;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 37, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 41, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 45, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 55, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 59, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 63, ../../global/styles/_component-text.scss */
.component-text .col-inner ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/* -------------- TEXT ALIGNMENT OPTIONS -------------- */
/* line 73, ../../global/styles/_component-text.scss */
.component-text.align-left .col-inner {
  text-align: left;
}

/* line 78, ../../global/styles/_component-text.scss */
.component-text.align-center .col-inner {
  text-align: center;
}

/* line 84, ../../global/styles/_component-text.scss */
.component-text .col-inner .align-center {
  text-align: center;
}
/* line 87, ../../global/styles/_component-text.scss */
.component-text .col-inner .align-left {
  text-align: left;
}
/* line 90, ../../global/styles/_component-text.scss */
.component-text .col-inner .align-right {
  text-align: right;
}

/**************************************************************************************************************/
/* COMPONENT TEXT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEXT - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 107, ../../global/styles/_component-text.scss */
  .component-text .content {
    padding: 0;
  }
  /* line 110, ../../global/styles/_component-text.scss */
  .component-text .col-inner {
    text-align: center;
  }
  /* line 112, ../../global/styles/_component-text.scss */
  .component-text .col-inner h3 {
    margin: 0 0 0.7em 0;
    font-size: 2em;
  }
  /* line 116, ../../global/styles/_component-text.scss */
  .component-text .col-inner p {
    font-size: 1.1em;
    line-height: 1.2;
  }
  /* line 122, ../../global/styles/_component-text.scss */
  .component-text .col-inner ul:not([class]) li,
  .component-text .col-inner ol:not([class]) li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 132, ../../global/styles/_component-text.scss */
  .component-text .col-inner h3 {
    font-size: 1.7em;
  }
  /* line 137, ../../global/styles/_component-text.scss */
  .component-text .col-inner ul:not([class]) li,
  .component-text .col-inner ol:not([class]) li {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 146, ../../global/styles/_component-text.scss */
  .component-text .component-inner {
    max-width: 92%;
  }
  /* line 150, ../../global/styles/_component-text.scss */
  .component-text .col-inner p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  /* line 159, ../../global/styles/_component-text.scss */
  .component-text .col-inner h3 {
    font-size: 1.3em;
  }
  /* line 164, ../../global/styles/_component-text.scss */
  .component-text .col-inner ul:not([class]) li,
  .component-text .col-inner ol:not([class]) li {
    font-size: 0.75em;
  }
}
/**************************************************************************************************************/
/* COMPONENT TEXT - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TILES - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner {
  position: relative;
  max-width: 75%;
  margin: 1em auto 0 auto;
}
/* line 9, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .component-intro p {
  font-size: 1.2em;
  text-align: center;
}
/* line 13, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group {
  display: flex;
}
/* line 15, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 {
  display: flex;
}
/* line 17, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block {
  padding: 10px;
}
/* line 19, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-a,
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 25, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-a {
  max-width: 30%;
}
/* line 27, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-a img {
  padding-bottom: 10px;
}
/* line 31, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b {
  max-width: 66%;
  margin: 0 0 0 4%;
  /* -------------- LISTS -------------- */
}
/* line 34, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h4.title,
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h5.sub-title {
  line-height: 1.1;
  margin: 0;
  text-align: left;
}
/* line 40, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h4.title {
  font-size: 1.5em;
}
/* line 43, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h5.sub-title {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
/* line 47, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b p {
  font-size: 1em;
}
/* line 51, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 55, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 59, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 69, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 73, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 77, ../../global/styles/_component-tiles.scss */
.component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/* OVERWRITES FOR INCLUSION INSIDE COMPONENT TEXT */
/* line 92, ../../global/styles/_component-tiles.scss */
.component-text .component-tiles .content {
  padding: 0;
}
/* line 95, ../../global/styles/_component-tiles.scss */
.component-text .component-tiles .component-inner {
  max-width: 100%;
}

/**************************************************************************************************************/
/* COMPONENT TILES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TILES - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 900px) {
  /* line 113, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .section.group {
    display: block;
  }
  /* line 115, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .section.group .span_2_of_4 {
    display: block;
    width: 100%;
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 126, ../../global/styles/_component-tiles.scss */
  .component-tiles header.component-header h4 {
    font-size: 2em;
  }
  /* line 131, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .component-intro p {
    font-size: 1em;
  }
  /* line 139, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h4.title {
    font-size: 1.3em;
  }
  /* line 142, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b h5.sub-title {
    font-size: 1em;
    margin-bottom: 0.35em;
  }
  /* line 146, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner .section.group .span_2_of_4 .tile-block .image-text-group-b p {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 568px) {
  /* line 158, ../../global/styles/_component-tiles.scss */
  .component-tiles .component-inner {
    position: relative;
    max-width: 94%;
    margin: 1em auto 0 auto;
  }
}
/**************************************************************************************************************/
/* COMPONENT TILES - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid {
  padding: 2em 0;
}
/* line 6, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid header.component-header {
  margin-bottom: 1em;
}
/* line 9, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-description {
  margin: 1.5em 3em 1em 3em;
}
/* line 11, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-description p {
  font-size: 1.4em;
  line-height: 1.3;
}
/* line 16, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-holder {
  margin: 0 auto;
}
/* line 20, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner header.component-header.group-header {
  margin-bottom: 0.5em;
}
/* line 23, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .section.group {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
}
/* line 31, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col {
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: left;
  /* -------------- LISTS -------------- */
}
/* line 35, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col .col-inner {
  padding: 0;
}
/* line 38, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col .image-text-group-a {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/* line 42, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col .image-text-group-a img {
  width: 100%;
}
/* line 46, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col .image-text-group-b,
.component-triple-grid .component-inner .col .image-text-group-a + .image-text-group-b {
  width: 92%;
  max-width: 92%;
  margin: 0.8em 0;
  padding: 0 4%;
}
/* line 53, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col h5 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
/* line 57, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col p {
  font-size: 1.05em;
}
/* line 59, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col p:last-child {
  margin-bottom: 0;
}
/* line 64, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 68, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 72, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 82, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 86, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 90, ../../global/styles/_component-triple-grid.scss */
.component-triple-grid .component-inner .col ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}

/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 111, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .col h5 {
    font-size: 1.15em;
  }
  /* line 114, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .col p {
    font-size: 0.87em;
  }
}
@media only screen and (max-width: 900px) and (min-width: 651px) {
  /* line 124, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group {
    display: block;
  }
  /* line 126, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col {
    text-align: left;
  }
  /* line 128, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col h5 {
    margin: 0.5em 0;
  }
  /* line 132, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 {
    width: 100%;
    margin-left: 0;
    clear: both;
  }
  /* line 136, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 .image-text-group-a {
    max-width: 35%;
  }
  /* line 139, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 .image-text-group-a + .image-text-group-b {
    margin: 0 0 0 4%;
    max-width: 61%;
    padding: 0;
  }
}
@media only screen and (max-width: 650px) {
  /* line 152, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group {
    display: block;
  }
  /* line 154, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 {
    width: 80%;
    margin: 1.5% 10%;
    clear: both;
  }
  /* line 158, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 .image-text-group-a {
    max-width: 100%;
  }
  /* line 161, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 .image-text-group-a + .image-text-group-b {
    max-width: 100%;
    margin: 0.8em 0;
  }
  /* line 164, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 .image-text-group-a + .image-text-group-b img {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  /* line 177, ../../global/styles/_component-triple-grid.scss */
  .component-triple-grid .component-inner .section.group .col.span_1_of_3 {
    width: 100%;
    margin: 1.5% 0;
  }
}
/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map {
  padding: 3em 0 0 0;
}
/* line 6, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map header.component-header {
  margin-bottom: 1.5em;
}
/* line 9, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner {
  margin: 0;
}
/* line 11, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro {
  max-width: 70%;
  margin: 0 auto 3.5em auto;
  /* -------------- LISTS -------------- */
}
/* line 14, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro p {
  font-size: 1.5em;
}
/* line 18, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 22, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 26, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
  background-color: #c42529;
}
/* line 36, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) li p {
  margin-left: 20px;
  margin-bottom: 0.5em;
}
/* line 40, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 44, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .component-intro ul:not([class]) li ul:not([class]) li:before {
  background-color: #7d8386;
}
/* line 51, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 56, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 {
  width: 33.33%;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
}
/* line 65, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
/* line 72, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner {
  padding: 4em 2em;
  text-align: center;
  margin: 0 auto;
}
/* line 76, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h2, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h3, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h4, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h5, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h6 {
  margin: 0 0 0.75em 0;
  width: 100%;
  max-width: 100%;
}
/* line 81, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h2, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h3 {
  font-size: 1.6em;
}
/* line 84, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h4, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h5, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h6 {
  font-size: 1.4em;
}
/* line 87, ../../global/styles/_component-venue-image-map.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner p {
  font-size: 1.2em;
  width: 100%;
  max-width: 100%;
}

/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1300px) and (min-width: 1025px) {
  /* line 111, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
    min-width: inherit;
    max-width: none;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 125, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .component-intro p {
    font-size: 1.2em;
  }
  /* line 129, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group {
    display: block;
  }
  /* line 131, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 {
    display: block;
  }
  /* line 133, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
    height: auto;
  }
  /* line 137, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h2, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h3 {
    font-size: 1.45em;
  }
  /* line 140, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h4, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h5, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h6 {
    font-size: 1.25em;
  }
  /* line 143, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner p {
    font-size: 1.05em;
  }
  /* line 148, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) {
    width: 60%;
  }
  /* line 150, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner {
    padding: 2em;
  }
  /* line 154, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) {
    width: 40%;
  }
  /* line 157, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(3) {
    width: 100%;
    clear: both;
    float: none;
    height: 220px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 172, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 568px) {
  /* line 186, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .component-intro p {
    font-size: 1em;
  }
  /* line 191, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1),
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) {
    width: 100%;
    clear: both;
    float: none;
  }
  /* line 197, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) img,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) img {
    width: auto;
    max-width: none;
    max-height: 420px;
  }
  /* line 203, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h2, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h3,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h2,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h3,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner h2,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner h3 {
    font-size: 1.3em;
  }
  /* line 206, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h4, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h5, .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner h6,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h4,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h5,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h6,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner h4,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner h5,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner h6 {
    font-size: 1.1em;
  }
  /* line 209, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 .col-inner p,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner p,
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(2) .col-inner p {
    font-size: 0.95em;
  }
  /* line 214, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) {
    height: auto !important;
  }
}
@media only screen and (max-width: 450px) {
  /* line 226, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
    max-height: 330px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 239, ../../global/styles/_component-venue-image-map.scss */
  .component-venue-image-map .component-inner .section.group .col.span_1_of_3 img {
    max-height: 280px;
  }
}
/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VIDEO - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_component-video.scss */
.component-video {
  padding: 2em 0;
  /* -------------- COMPONENT SET UP -------------- */
  /* -------------- MAIN PLAYER -------------- */
}
/* line 7, ../../global/styles/_component-video.scss */
.component-video .component-holder {
  position: relative;
  margin-top: 1em;
}
/* line 10, ../../global/styles/_component-video.scss */
.component-video .component-holder header.component-header {
  margin: -1em 0 2em 0;
}
/* line 13, ../../global/styles/_component-video.scss */
.component-video .component-holder .component-inner {
  max-width: 75%;
  margin: 0.5em auto 1.5em auto;
  padding: 0;
  text-align: center;
}
/* line 18, ../../global/styles/_component-video.scss */
.component-video .component-holder .component-inner .component-intro {
  padding-bottom: 1em;
}
/* line 20, ../../global/styles/_component-video.scss */
.component-video .component-holder .component-inner .component-intro p {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}
/* line 28, ../../global/styles/_component-video.scss */
.component-video .homepage-player .homepage-player-holder .jwplayer .jwlogo {
  width: initial !important;
}
/* line 31, ../../global/styles/_component-video.scss */
.component-video .homepage-player-holder {
  width: 100%;
}
/* line 34, ../../global/styles/_component-video.scss */
.component-video .homepage-iframe-holder {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 39, ../../global/styles/_component-video.scss */
.component-video .homepage-iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 47, ../../global/styles/_component-video.scss */
.component-video .homepage-iframe-holder.iframe-hidden {
  padding-bottom: 0;
  padding-top: 0;
  height: 0;
}
/* line 52, ../../global/styles/_component-video.scss */
.component-video h5 {
  font-size: 1.5em;
  margin: 0.25em 0 0.5em 0;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
/* line 58, ../../global/styles/_component-video.scss */
.component-video p {
  margin-bottom: 1.5em;
  font-size: 1.35em;
}

/**************************************************************************************************************/
/* COMPONENT VIDEO - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VIDEO - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1024px) {
  /* line 77, ../../global/styles/_component-video.scss */
  .component-video .component-holder .component-inner .component-intro p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 88, ../../global/styles/_component-video.scss */
  .component-video .component-holder .component-inner {
    max-width: 85%;
  }
}
@media only screen and (max-width: 40.75em) {
  /* line 97, ../../global/styles/_component-video.scss */
  .component-video .component-holder .component-inner {
    max-width: 95%;
  }
}
@media only screen and (max-width: 568px) {
  /* line 108, ../../global/styles/_component-video.scss */
  .component-video .component-holder .component-inner .component-intro p {
    font-size: 1em;
  }
}
/**************************************************************************************************************/
/* COMPONENT VIDEO - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENTS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* TEMPLATES - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - GENERAL - START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .collapse {
  height: 0px;
  overflow: hidden;
}
/* line 9, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .section-fade {
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 14, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .expand {
  height: inherit;
}
/* line 17, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .hide {
  display: none;
}
/* line 20, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .show {
  display: block;
}
/* line 23, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] .mobile-only {
  display: none;
}
/* line 26, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
/* line 31, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table td,
[class*="component-agenda"] table th,
[class*="component-agenda"] table caption {
  padding: 0;
}
/* line 36, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table th {
  text-align: left;
}
/* line 39, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table td,
[class*="component-agenda"] table th,
[class*="component-agenda"] table caption {
  vertical-align: top;
  padding: 15px;
  border: none;
}
/* line 47, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table td p.time {
  margin-top: 7px;
  font-size: 0.95em;
  line-height: 1.5;
}
/* line 52, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] table td:last-child {
  border-right: none;
}
/* line 57, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] ul.tabs {
  padding: 0;
  margin: 0;
}
/* line 60, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] ul.tabs li {
  display: inline-block;
  margin: 0;
}
/* line 63, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] ul.tabs li:before {
  content: none;
}
/* line 66, ../../global/styles/_agenda-migrated.scss */
[class*="component-agenda"] ul.tabs li a {
  padding: 12px 18px;
  border: 0;
  box-sizing: border-box;
  white-space: pre;
  white-space: -moz-pre;
  white-space: -pre;
  white-space: -o-pre;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  font-weight: 800;
  line-height: 3em;
  text-decoration: none;
  word-wrap: break-word;
  transition: color 0.2s, background-color 0.2s;
}

/* line 91, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] h1:first-child, .component-text .col-inner [class*="component-agenda"] h2:first-child, .component-text .col-inner [class*="component-agenda"] h3:first-child, .component-text .col-inner [class*="component-agenda"] h4:first-child, .component-text .col-inner [class*="component-agenda"] h5:first-child, .component-text .col-inner [class*="component-agenda"] h6:first-child {
  text-align: left;
}
/* line 96, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td {
  /* -------------- LISTS -------------- */
}
/* line 97, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td h4 {
  margin-bottom: 0.2em;
  line-height: 1.1;
}
/* line 102, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td ul:not(.tabs) {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 106, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td ul:not(.tabs) li {
  list-style: none;
  padding: 0.25em 0;
  clear: both;
}
/* line 110, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td ul:not(.tabs) li:before {
  margin-top: 5px;
}
/* line 113, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td ul:not(.tabs) li p {
  margin-left: 20px;
}
/* line 116, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] table td ul:not(.tabs) li ul:not(.tabs) {
  margin-left: 23px !important;
  margin-top: 0;
  padding: 0;
}
/* line 128, ../../global/styles/_agenda-migrated.scss */
.component-text .col-inner [class*="component-agenda"] [class*="agenda-stream-"] table th h4 {
  margin-bottom: 0;
  line-height: 1.1;
}

/**************************************************************************************************************/
/* AGENDA COMPONENT - GENERAL - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES - START */
/**************************************************************************************************************/
/* line 146, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table {
  *zoom: 1;
  padding-top: 30px;
  box-sizing: border-box;
}
/* line 150, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table:before, .component-agenda-table:after {
  content: " ";
  display: table;
}
/* line 155, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table:after {
  clear: both;
}
/* line 158, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table .section-header {
  margin: 20px auto;
}
/* line 161, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table th,
.component-agenda-table td {
  vertical-align: top;
  padding: 15px;
  border: none;
}
/* line 167, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table .agenda-stream-toggle {
  width: 25%;
  float: left;
}
/* line 171, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table .agenda-stream-content {
  width: 74%;
  float: right;
}
/* line 175, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table ul.tabs.agenda-day-toggle {
  margin: 0.5em auto;
  text-align: center;
}
/* line 179, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table td:nth-of-type(1):not([colspan]) {
  width: 100px;
  box-sizing: border-box;
}
/* line 183, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table td[colspan="2"],
.component-agenda-table td[colspan="3"] {
  padding: 10px;
}
/* line 187, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table td:nth-of-type(n+2) {
  position: relative;
}
/* line 190, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table h1,
.component-agenda-table h2,
.component-agenda-table h3,
.component-agenda-table h4,
.component-agenda-table h5,
.component-agenda-table .agenda-stream-title {
  padding-top: 0;
  width: 85%;
}
/* line 199, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table .agenda-stream-description {
  width: 90%;
}
/* line 202, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table .agenda-well {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  margin: 20px 0;
}
/* line 209, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table ul.tabs.stream-buttons li {
  display: block;
}
/* line 211, ../../global/styles/_agenda-migrated.scss */
.component-agenda-table ul.tabs.stream-buttons li a {
  display: block;
  white-space: normal;
  word-wrap: normal;
  line-height: 1.5;
}

/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - ACCORDION - START */
/**************************************************************************************************************/
/* line 228, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion {
  position: relative;
  width: 100%;
}
/* line 231, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder {
  position: relative;
  padding: 15px 0 0 0;
  cursor: pointer;
}
/* line 235, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-title {
  height: 36px;
  margin-bottom: 15px;
  padding: 0 1em;
}
/* line 239, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-title h4 {
  margin-right: 15%;
}
/* line 243, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder [class*="icon-"].accordion-title {
  position: relative;
  text-indent: 24px;
}
/* line 246, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder [class*="icon-"].accordion-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 36px;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
}
/* line 258, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-twitter:before {
  background-position: -10px 0px;
}
/* line 261, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-facebook:before {
  background-position: -10px -36px;
}
/* line 264, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-linkedin:before {
  background-position: -7px -72px;
}
/* line 267, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-flickr:before {
  background-position: -8px -108px;
}
/* line 270, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-youtube:before {
  background-position: -8px -144px;
}
/* line 273, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-instagram:before {
  background-position: -8px -180px;
}
/* line 276, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-pdf-file:before {
  background-position: -9px -216px;
}
/* line 279, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-text-file:before {
  background-position: -9px -252px;
}
/* line 282, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-rtf-file:before {
  background-position: -9px -288px;
}
/* line 285, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-excel:before {
  background-position: -9px -324px;
}
/* line 288, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-word:before {
  background-position: -9px -360px;
}
/* line 291, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-powerpoint:before {
  background-position: -9px -396px;
}
/* line 294, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-program:before {
  background-position: -7px -432px;
}
/* line 297, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-book:before {
  background-position: -5px -468px;
}
/* line 300, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-book-details:before {
  background-position: -6px -504px;
}
/* line 303, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-list:before {
  background-position: -8px -540px;
}
/* line 306, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-agenda:before {
  background-position: -7px -576px;
}
/* line 309, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-registration-form:before {
  background-position: -8px -612px;
}
/* line 312, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-pencil:before {
  background-position: -10px -648px;
}
/* line 316, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-tick:before {
  background-position: -76px 0px;
}
/* line 319, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-cross:before {
  background-position: -77px -36px;
}
/* line 322, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-plus:before {
  background-position: -77px -72px;
}
/* line 325, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-minus:before {
  background-position: -77px -108px;
}
/* line 328, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-hash:before {
  background-position: -77px -144px;
}
/* line 331, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-arrow-left:before {
  background-position: -78px -180px;
}
/* line 334, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-arrow-right:before {
  background-position: -76px -216px;
}
/* line 337, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-arrow-up:before {
  background-position: -77px -252px;
}
/* line 340, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-arrow-down:before {
  background-position: -77px -288px;
}
/* line 343, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-arrow-down-double:before {
  background-position: -77px -324px;
}
/* line 346, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-download:before {
  background-position: -78px -360px;
}
/* line 349, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-entry:before {
  background-position: -76px -396px;
}
/* line 352, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-padlock:before {
  background-position: -77px -432px;
}
/* line 355, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-categories:before {
  background-position: -77px -468px;
}
/* line 358, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-image:before {
  background-position: -76px -504px;
}
/* line 361, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-gallery:before {
  background-position: -77px -540px;
}
/* line 364, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-presentation:before {
  background-position: -77px -576px;
}
/* line 367, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-chart:before {
  background-position: -78px -612px;
}
/* line 370, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-training:before {
  background-position: -77px -648px;
}
/* line 374, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-home:before {
  background-position: -147px 0px;
}
/* line 377, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-email:before {
  background-position: -147px -36px;
}
/* line 380, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-phone:before {
  background-position: -150px -72px;
}
/* line 383, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-reminder:before {
  background-position: -147px -108px;
}
/* line 386, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-time:before {
  background-position: -148px -144px;
}
/* line 389, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-hourglass:before {
  background-position: -148px -180px;
}
/* line 392, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-calendar-add:before {
  background-position: -148px -216px;
}
/* line 395, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-calendar:before {
  background-position: -148px -252px;
}
/* line 398, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-location:before {
  background-position: -148px -288px;
}
/* line 401, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-map-marker:before {
  background-position: -149px -324px;
}
/* line 404, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-building:before {
  background-position: -147px -360px;
}
/* line 407, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-institution:before {
  background-position: -148px -396px;
}
/* line 410, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-legal:before {
  background-position: -148px -432px;
}
/* line 413, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-judge:before {
  background-position: -147px -468px;
}
/* line 416, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-star:before {
  background-position: -148px -504px;
}
/* line 419, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-award:before {
  background-position: -148px -540px;
}
/* line 422, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-rosette:before {
  background-position: -147px -576px;
}
/* line 425, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-trophy:before {
  background-position: -149px -612px;
}
/* line 428, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-wine:before {
  background-position: -147px -648px;
}
/* line 432, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-user:before {
  background-position: -216px 0px;
}
/* line 435, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-user-group:before {
  background-position: -217px -36px;
}
/* line 438, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-add-user:before {
  background-position: -216px -72px;
}
/* line 441, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-user-who:before {
  background-position: -216px -108px;
}
/* line 444, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-user-id:before {
  background-position: -216px -144px;
}
/* line 447, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-sponsor:before {
  background-position: -218px -180px;
}
/* line 450, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-speaker:before {
  background-position: -217px -216px;
}
/* line 453, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-quote:before {
  background-position: -218px -252px;
}
/* line 456, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-comment:before {
  background-position: -218px -288px;
}
/* line 459, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-important-announcement:before {
  background-position: -218px -324px;
}
/* line 462, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-info:before {
  background-position: -216px -360px;
}
/* line 465, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-question:before {
  background-position: -216px -396px;
}
/* line 468, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-ticket:before {
  background-position: -217px -432px;
}
/* line 471, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-credit-card:before {
  background-position: -217px -468px;
}
/* line 474, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-briefcase:before {
  background-position: -217px -504px;
}
/* line 477, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-travel:before {
  background-position: -217px -540px;
}
/* line 480, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-accomodation:before {
  background-position: -218px -576px;
}
/* line 483, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-glass:before {
  background-position: -218px -612px;
}
/* line 486, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .icon-drinks:before {
  background-position: -219px -648px;
}
/* line 489, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section {
  width: 85%;
  position: relative;
  /* -------------- LISTS -------------- */
}
/* line 492, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section p.award-details {
  margin: 0;
  color: #333;
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
}
/* line 500, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 504, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section ul li {
  list-style: none;
  padding-left: 0;
}
/* line 507, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section ul li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
}
/* line 516, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section ul li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 524, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-icon {
  position: absolute;
  right: 9px;
  top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 14%;
  font-size: 0;
}
/* line 532, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-icon:after {
  position: absolute;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-position: -108px -288px;
}
/* line 542, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder .accordion-section.expand {
  padding: 1em 1.5em;
}
/* line 547, ../../global/styles/_agenda-migrated.scss */
.component-agenda-accordion .accordion-holder.active .accordion-title {
  margin-bottom: 0;
}

/**************************************************************************************************************/
/* AGENDA COMPONENT - ACCORDION - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - TABS - START */
/**************************************************************************************************************/
/* line 561, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels {
  margin-bottom: 30px;
}
/* line 563, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] {
  width: 100%;
  box-sizing: border-box;
  background-color: #f4f4f4;
  /* -------------- LISTS -------------- */
}
/* line 568, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 572, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] ul li {
  list-style: none;
  padding-left: 0;
}
/* line 575, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] ul li:before {
  content: "";
  margin-top: 8px;
  margin-left: 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  width: 10px;
}
/* line 584, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] ul li ul:not([class]) {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
/* line 592, ../../global/styles/_agenda-migrated.scss */
.component-agenda-tabs .tabpanels [data-tabcontent].expand {
  padding: 15px;
}

/**************************************************************************************************************/
/* AGENDA COMPONENT - TABS - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES ACCORDION TABS - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 609, ../../global/styles/_agenda-migrated.scss */
.no-svg .component-agenda-accordion .accordion-holder [class*="icon-"].accordion-title:before,
.no-svg .component-agenda-accordion .accordion-holder .accordion-icon:after {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* -------------- MEDIA QUERIES -------------- */
/* AGENDA TABLES -------------- */
@media only screen and (max-width: 768px) {
  /* line 620, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table .agenda-stream-toggle {
    width: 100%;
    float: left;
    margin-right: -5px;
    margin-bottom: 5px;
  }
  /* line 626, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table .agenda-stream-toggle .tabs li {
    margin-bottom: 0;
  }
  /* line 631, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table .agenda-stream-content {
    margin-top: 0px;
    float: left;
    width: 100%;
    padding: 0;
    clear: both;
  }
}
@media only screen and (max-width: 576px) {
  /* line 641, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table {
    padding: 0px;
  }
  /* line 643, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table table {
    font-size: 0.9em;
  }
  /* line 645, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table table td:nth-of-type(1):not([colspan]) {
    padding: 5px 10px;
    width: auto;
  }
  /* line 649, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table table td,
  .component-agenda-table table td[colspan="2"],
  .component-agenda-table table td[colspan="3"] {
    padding: 5px 10px;
  }
  /* line 654, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table table td.multistream-agenda {
    padding: 0;
  }
  /* line 658, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-table .agenda-collapse-toggle {
    right: 0px;
    top: 0px;
  }
}
/* AGENDA ACCORDIONS -------------- */
@media (max-width: 576px) {
  /* line 667, ../../global/styles/_agenda-migrated.scss */
  .component-agenda-accordion .accordion-trigger {
    right: 0px;
    top: 0px;
  }
}
/* OVERRIDES FOR COMPONENT TEXT SETTINGS -------------- */
@media only screen and (max-width: 1024px) {
  /* line 678, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td {
    /* -------------- LISTS -------------- */
  }
  /* line 679, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td h4 {
    font-size: 1.3em;
  }
  /* line 682, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td p {
    font-size: 1em;
  }
  /* line 687, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td ul:not(.tabs) li:before {
    margin-top: 4px;
  }
  /* line 693, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table [class*="agenda-stream-"] table th h4 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 705, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td {
    /* -------------- LISTS -------------- */
  }
  /* line 706, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td h4 {
    font-size: 1.1em;
  }
  /* line 709, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td p {
    font-size: 0.8em;
  }
  /* line 714, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td ul:not(.tabs) li:before {
    margin-top: 2px;
  }
  /* line 720, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table [class*="agenda-stream-"] table th h4 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 576px) {
  /* line 733, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td ul:not(.tabs) li:before {
    margin-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  /* line 746, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td h4 {
    font-size: 1em;
  }
  /* line 749, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table table td p {
    font-size: 0.75em;
  }
  /* line 754, ../../global/styles/_agenda-migrated.scss */
  .component-text .col-inner .component-agenda-table [class*="agenda-stream-"] table th h4 {
    font-size: 1em;
  }
}
/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES TABS ACCORDION - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AWARDS COMPONENT - GENERAL - START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_awards-migrated.scss */
.component-awards {
  margin-bottom: 1em;
}
/* line 6, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner {
  padding: 1em;
}
/* line 9, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .award-title {
  position: relative;
  min-height: 40px;
  height: auto;
  padding: 0 0.5em 0.5em 0.5em;
}
/* line 14, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .award-title .title-icon {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 5px 0 0 0;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-position: -186px -508px;
}
/* line 25, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .award-title h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.1;
}
/* line 32, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .award-title .title-icon + h4 {
  top: 5px;
  left: 30px;
  max-width: 90%;
}
/* line 38, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner {
  padding: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.75em;
}
/* line 42, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner > p {
  padding: 0.5em 0.5em 0 0.5em;
}
/* line 45, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details {
  background-color: #f4f5f4;
  padding: 1em;
  margin-bottom: 1em;
}
/* line 49, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type {
  position: relative;
  height: 70px;
  clear: both;
  margin-bottom: 0.5em;
  /*
  .award-icon.icon-winner {
  	@include sprite-pos-icn(-5, 4, 6, 17);
  }
  .award-icon.icon-runnerup {
  	@include sprite-pos-icn(-3, 4, 6, 16);
  }
  .award-icon.icon-commended {
  	@include sprite-pos-icn(-4, 4, 5, 15);
  }
  .award-icon.icon-mention {
  	@include sprite-pos-icn(-4, 4, 4, 14);
  }
  */
}
/* line 54, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type .award-icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 55px;
  height: 72px;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-repeat: no-repeat;
  background-size: calc(100% * 16);
}
/* line 80, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type .award-icon.icon-winner {
  background-position: -468px -1890px;
}
/* line 83, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type .award-icon.icon-runnerup {
  background-position: -467px -1780px;
}
/* line 86, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type .award-icon.icon-commended {
  background-position: -466px -1670px;
}
/* line 89, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type .award-icon.icon-mention {
  background-position: -467px -1560px;
}
/* line 92, ../../global/styles/_awards-migrated.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type h5 {
  position: absolute;
  display: inline-block;
  top: 1em;
  left: 72px;
  font-size: 1.35em;
  color: #444;
}

/* line 113, ../../global/styles/_awards-migrated.scss */
.component-text .col-inner .component-awards .col-inner h1:first-child, .component-text .col-inner .component-awards .col-inner h2:first-child, .component-text .col-inner .component-awards .col-inner h3:first-child, .component-text .col-inner .component-awards .col-inner h4:first-child, .component-text .col-inner .component-awards .col-inner h5:first-child, .component-text .col-inner .component-awards .col-inner h6:first-child {
  text-align: left;
}
/* line 117, ../../global/styles/_awards-migrated.scss */
.component-text .col-inner .component-awards .col-inner p:last-child {
  margin: 0 0 1em;
}
/* line 124, ../../global/styles/_awards-migrated.scss */
.component-text .col-inner .col.span_2_of_4 .component-awards .component-inner {
  max-width: 100%;
  padding: 0;
}

/**************************************************************************************************************/
/* AWARDS COMPONENT - GENERAL - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AWARDS COMPONENT - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* line 146, ../../global/styles/_awards-migrated.scss */
.no-svg .component-awards .component-inner .award-section .award-title .title-icon {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 152, ../../global/styles/_awards-migrated.scss */
.no-svg .component-awards .component-inner .award-section .col-inner .award-details .award-icon {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* -------------- MEDIA QUERIES -------------- */
/**************************************************************************************************************/
/* AWARDS COMPONENT - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* TEMPLATES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PLUGIN RENDERED CONTENT - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SLICK START */
/**************************************************************************************************************/
/* -------------- GLOBAL SLIDER SET UP -------------- */
/* STRUCTURE -------------- */
/* line 6, ../../global/styles/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
}

/* line 22, ../../global/styles/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 29, ../../global/styles/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 32, ../../global/styles/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 37, ../../global/styles/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 46, ../../global/styles/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 52, ../../global/styles/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

/* line 57, ../../global/styles/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 61, ../../global/styles/_slick.scss */
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}

/* INDIVIDUAL SLIDE SET UP -------------- */
/* line 67, ../../global/styles/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
  height: initial;
}

/* line 75, ../../global/styles/_slick.scss */
.slick-slide:hover {
  outline: none;
}

/* line 78, ../../global/styles/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 82, ../../global/styles/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 87, ../../global/styles/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* IMAGES */
/* line 94, ../../global/styles/_slick.scss */
.slick-slide.slick-loading img,
.slick-slide img.slick-loading {
  display: none;
}

/* line 98, ../../global/styles/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* SLIDER NAVIGATION -------------- */
/* line 102, ../../global/styles/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 105, ../../global/styles/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  width: 72px;
  height: 72px;
  margin: 0;
  transition: all 0.15s;
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  z-index: 1;
  opacity: 0.3;
}
/* line 121, ../../global/styles/_slick.scss */
.slick-prev:hover, .slick-prev:active,
.slick-next:hover,
.slick-next:active {
  opacity: 0.5;
}

/* line 126, ../../global/styles/_slick.scss */
.slick-prev {
  left: 0px;
}

/* line 129, ../../global/styles/_slick.scss */
.slick-next {
  right: 0px;
}

/* line 132, ../../global/styles/_slick.scss */
.slick-prev:before,
.slick-next:before {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  margin-top: 0;
  padding: 0;
  content: "";
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
}

/* line 143, ../../global/styles/_slick.scss */
.slick-prev:before {
  background-position: 0px -792px;
}

/* line 146, ../../global/styles/_slick.scss */
.slick-next:before {
  background-position: -72px -792px;
}

/* line 149, ../../global/styles/_slick.scss */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
/* line 153, ../../global/styles/_slick.scss */
.slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:active,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:active {
  opacity: 0.1;
}

/* SLIDE CAPTION -------------- */
/* line 160, ../../global/styles/_slick.scss */
.gallery-carousel-container .gallery-figure-caption p {
  text-align: left;
  color: #444;
  margin: 0;
  padding: 0.5em;
  display: none;
}
/* line 167, ../../global/styles/_slick.scss */
.gallery-carousel-container .slick-active .gallery-figure-caption p {
  display: block;
}

/* OPEN LIGHTBOX -------------- */
/* line 172, ../../global/styles/_slick.scss */
.open-lightbox {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  height: 72px;
  width: 72px;
  overflow: hidden;
  border-radius: 50%;
  background-image: url("../images/site-sprite.svgz?v=1.0.1");
  background-position: 0px -792px;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: all 0.3s;
}

/* line 189, ../../global/styles/_slick.scss */
.gallery-figure:hover .open-lightbox,
.open-lightbox:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/* -------------- THUMBNAIL SLIDER -------------- */
/* line 195, ../../global/styles/_slick.scss */
.thumb-slider.slick-slider {
  border-top: 1px solid #dedede;
  background-color: #eee;
}

/* line 199, ../../global/styles/_slick.scss */
.slider-thumbnail,
.thumb-slider .slick-slide {
  margin: 10px;
  height: initial;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 5px;
}

/* line 206, ../../global/styles/_slick.scss */
.slider-thumbnail img {
  cursor: pointer;
}

/* -------------- GALLERY SLIDER SET UP -------------- */
/* line 210, ../../global/styles/_slick.scss */
.gallery-carousel-container.slick-slider {
  margin: 1em auto;
  width: 100%;
  max-width: 580px;
}

/* line 215, ../../global/styles/_slick.scss */
figure.gallery-figure {
  margin: 0;
}

/* line 219, ../../global/styles/_slick.scss */
figure.gallery-figure figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 224, ../../global/styles/_slick.scss */
figure.gallery-figure figcaption .caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92%;
  padding: 6px 4%;
  margin: 0px;
  color: #fff;
  font-size: 0.82em;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
/* line 237, ../../global/styles/_slick.scss */
figure.gallery-figure .figure-meta {
  display: block;
  min-height: 40px;
}
/* line 241, ../../global/styles/_slick.scss */
figure.gallery-figure .figure-meta .credit-text {
  margin: 0.25em 0.5em 0 0;
  width: auto;
}
/* line 245, ../../global/styles/_slick.scss */
figure.gallery-figure figcaption,
figure.gallery-figure .figure-meta {
  transition: all 0.5s ease;
  display: none;
}

/* line 252, ../../global/styles/_slick.scss */
figure.gallery-figure.slick-active figcaption,
figure.gallery-figure.slick-active .figure-meta {
  display: block;
}

/* -------------- LIGHTBOX FOR GALLERY -------------- */
/* LIGHTBOX STRUCTURE -------------- */
/* line 259, ../../global/styles/_slick.scss */
.modal-open-noscroll {
  margin-right: 0 !important;
  overflow: hidden;
  transition: margin 0.3s;
  transition-delay: 0.4s;
}
/* line 264, ../../global/styles/_slick.scss */
.modal-open-noscroll nav.main-top-nav {
  z-index: 1;
}

/* line 270, ../../global/styles/_slick.scss */
.lightbox .lightbox-wrapper .lightbox-slider-wrapper {
  float: left;
  width: 69%;
  margin: 0 0 0.5em 0.5em;
}
/* line 274, ../../global/styles/_slick.scss */
.lightbox .lightbox-wrapper .lightbox-slider-wrapper .lightbox-slider {
  background-color: #000;
  max-height: 70%;
  overflow: hidden;
}
/* line 280, ../../global/styles/_slick.scss */
.lightbox .lightbox-wrapper .lightbox-aside-wrapper {
  float: right;
  width: 28%;
  margin-right: 1%;
}
/* line 286, ../../global/styles/_slick.scss */
.lightbox .slick-prev,
.lightbox .slick-next {
  margin: 22% 0;
}

/* LIGHTBOX SLIDE CONTENT -------------- */
/* line 293, ../../global/styles/_slick.scss */
.lightbox-wrapper h1 {
  font-size: 1.1em;
  width: 75%;
  float: left;
  color: #fff;
  margin: 1.1em;
}

/* line 301, ../../global/styles/_slick.scss */
.lightbox-figure {
  position: relative;
  text-align: center;
}
/* line 304, ../../global/styles/_slick.scss */
.lightbox-figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* IMAGE CAPTION ------- */
/* line 312, ../../global/styles/_slick.scss */
.lightbox-figure figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 317, ../../global/styles/_slick.scss */
.lightbox-figure figcaption .caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92%;
  padding: 6px 4.01%;
  margin: 0px;
  color: #fff;
  font-size: 0.82em;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  text-align: left;
}

/* line 335, ../../global/styles/_slick.scss */
.slick-active .lightbox-figure figcaption {
  opacity: 1;
  display: block;
}
/* line 339, ../../global/styles/_slick.scss */
.slick-active .lightbox-figure figcaption:empty {
  opacity: 0;
  display: none;
}

/* IMAGE CREDIT ------- */
/* line 347, ../../global/styles/_slick.scss */
.lightbox-figure .figure-meta {
  display: block;
  min-height: 40px;
}
/* line 350, ../../global/styles/_slick.scss */
.lightbox-figure .figure-meta .credit-text {
  margin: 0.25em 0.5em 0 0;
  width: auto;
  color: #fff;
}

/* line 359, ../../global/styles/_slick.scss */
.slick-active .lightbox-figure .figure-meta {
  opacity: 1;
  display: block;
}
/* line 363, ../../global/styles/_slick.scss */
.slick-active .lightbox-figure .figure-meta:empty {
  opacity: 0;
  display: none;
}

/* LIGHTBOX ASIDE CONTENT -------------- */
/* line 370, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper {
  /* SET UP ------- */
  /* SLIDE DATA WRAPPER ------- */
  /* PREV/NEXT */
  /* SLIDE NUMBER INDICATOR */
  /* DATA CONTENT ------- */
  /* SOCIAL TOOLS ------- */
  /* ADVERT ------- */
}
/* line 372, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-content {
  float: right;
  height: 290px;
  position: relative;
  width: 98%;
  background-color: #222;
  padding: 15px;
  box-sizing: border-box;
}
/* line 382, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-nav-wrapper {
  border-bottom: 1px solid #fff;
  height: 40px;
  display: block;
}
/* line 388, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-nav {
  float: left;
}
/* line 390, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-nav button {
  padding: 3px 10px;
  margin: 4px;
  background-color: #c42529;
  color: #fff;
  font-size: 0.85em;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
/* line 400, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-nav button:hover,
.lightbox-aside-wrapper .lightbox-aside-nav button:active,
.lightbox-aside-wrapper .lightbox-aside-nav button:focus {
  background-color: #fff;
}
/* line 407, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .position-index {
  text-align: right;
  float: right;
  color: #ddd;
  font-size: 0.85em;
  padding: 0.5em 0;
  margin: 0 0 0.5em 0;
}
/* line 416, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-data {
  /* CAPTION RENDER ------- */
  /* CREDIT RENDER ------- */
}
/* line 418, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-data p.lightbox-aside-caption {
  font-size: 1em;
  border-top: none;
  margin: 0 0 0.5em 0;
  padding-top: 10px;
  float: left;
  width: 100%;
  color: #fff;
}
/* line 427, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-data p.lightbox-aside-caption:empty {
  margin: 0;
  padding: 0;
}
/* line 432, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-data p.lightbox-aside-credit {
  font-size: 0.75em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0 0;
  clear: both;
  width: 100%;
  color: #bbb;
}
/* line 440, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-aside-data p.lightbox-aside-caption:empty + p.lightbox-aside-credit {
  padding: 10px 0 0 0;
}
/* line 445, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .social-share {
  position: absolute;
  bottom: 0;
  width: 90%;
  color: #fff;
  text-align: left;
  border-top: 1px solid #444;
}
/* line 454, ../../global/styles/_slick.scss */
.lightbox-aside-wrapper .lightbox-ad-wrapper {
  margin: 1em 0;
  text-align: center;
  float: left;
  width: 98%;
  padding: 2%;
}

/* LIGHTBOX THUMBNAIL SLIDER -------------- */
/* line 464, ../../global/styles/_slick.scss */
.lightbox-thumb-slider .slider-thumbnail,
.lightbox-thumb-slider .thumb-slider .slick-slide {
  margin: 10px;
  height: initial;
  background-color: transparent;
  min-height: 5px;
}
/* line 471, ../../global/styles/_slick.scss */
.lightbox-thumb-slider .slider-thumbnail img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

/* line 477, ../../global/styles/_slick.scss */
.lightbox-thumb-slider.slick-slider {
  background-color: #eee;
}

/**************************************************************************************************************/
/* SLICK END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SLICK - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- LEGACY -------------- */
/* NO SVG -------------- */
/* line 491, ../../global/styles/_slick.scss */
.no-svg .slick-prev:before,
.no-svg .slick-next:before {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 495, ../../global/styles/_slick.scss */
.no-svg .open-lightbox {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}
/* line 498, ../../global/styles/_slick.scss */
.no-svg .close-lightbox .close-lightbox-icon {
  background-image: url("../images/site-sprite.png?v=1.0.1");
}

/* NO JS -------------- */
/* line 505, ../../global/styles/_slick.scss */
.no-js .gallery-carousel-container figure.gallery-figure {
  margin-bottom: 20px;
}
/* line 507, ../../global/styles/_slick.scss */
.no-js .gallery-carousel-container figure.gallery-figure figcaption {
  display: block;
}
/* line 511, ../../global/styles/_slick.scss */
.no-js .gallery-carousel-container .figure-meta {
  position: absolute;
}

/* OLD IE -------------- */
/* line 519, ../../global/styles/_slick.scss */
.ie9 .modal-open-noscroll .article-col .gallery-carousel-container {
  display: none;
}
/* line 523, ../../global/styles/_slick.scss */
.ie9 .slick-slide {
  z-index: 1 !important;
}
/* line 526, ../../global/styles/_slick.scss */
.ie9 .slick-prev,
.ie9 .slick-next {
  z-index: 2 !important;
}

/* line 533, ../../global/styles/_slick.scss */
.lt-ie9 .gallery-carousel-container figure.gallery-figure {
  margin-bottom: 20px;
}
/* line 536, ../../global/styles/_slick.scss */
.lt-ie9 .gallery-carousel-container figure.gallery-figure figcaption {
  display: block;
}
/* line 539, ../../global/styles/_slick.scss */
.lt-ie9 .gallery-carousel-container .figure-meta {
  position: absolute;
}

/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 900px) {
  /* line 547, ../../global/styles/_slick.scss */
  .lightbox .lightbox-wrapper {
    max-height: 100%;
    height: 100%;
    overflow: auto;
    margin: 50px auto;
  }
  /* line 552, ../../global/styles/_slick.scss */
  .lightbox .lightbox-wrapper .lightbox-slider-wrapper,
  .lightbox .lightbox-wrapper .lightbox-aside-wrapper {
    width: 95%;
    clear: both;
    margin: 0.5em auto;
    float: none;
  }
  /* line 558, ../../global/styles/_slick.scss */
  .lightbox .lightbox-wrapper .lightbox-slider-wrapper .lightbox-aside-content,
  .lightbox .lightbox-wrapper .lightbox-aside-wrapper .lightbox-aside-content {
    width: 100%;
    margin-bottom: 1em;
    float: none;
  }
}
/**************************************************************************************************************/
/* SLICK - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PLUGIN RENDERED CONTENT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* USER DATA-CONTENT - START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* ERROR MESSAGES START */
/**************************************************************************************************************/
/* line 5, ../../global/styles/_error-messages.scss */
.content .error,
.content .erro-message,
.content .error-message[class*="-error"] p {
  color: #800;
}
/* line 10, ../../global/styles/_error-messages.scss */
.content .error-message {
  margin: 2em 0;
  padding: 0em;
}
/* line 14, ../../global/styles/_error-messages.scss */
.content .error-message.login-error,
.content .error-message.password-error {
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #800;
}
/* line 20, ../../global/styles/_error-messages.scss */
.content .error-message.issue-error {
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #800;
  position: absolute;
  right: 0;
  max-width: 55%;
  font-size: 0.9em;
  margin: -3px 0 0 0;
}
/* line 30, ../../global/styles/_error-messages.scss */
.content .error-message[class*="-error"] p {
  margin: 0 0 0.25em 0;
}
/* line 32, ../../global/styles/_error-messages.scss */
.content .error-message[class*="-error"] p:before {
  content: "!";
  display: inline-block;
  background-color: #800;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-style: normal;
  margin-right: 7px;
}
/* line 47, ../../global/styles/_error-messages.scss */
.content .barrier-msg-block .error-message {
  margin: 0;
}

/**************************************************************************************************************/
/* ERROR MESSAGES END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COOKIE MESSAGING START */
/**************************************************************************************************************/
/* line 4, ../../global/styles/_cookie-message.scss */
.cookie-consent-content {
  background-color: #eee;
  max-width: 100%;
  position: fixed;
  width: 100%;
  margin: 0;
  bottom: 0px;
  border-top: 1px solid #ccc;
  z-index: 7;
}

/* line 14, ../../global/styles/_cookie-message.scss */
.cookie-consent-content .main-content {
  max-width: 80%;
  margin: 0 10%;
}

/* line 18, ../../global/styles/_cookie-message.scss */
.cookie-consent-content .cookie-message {
  width: 78%;
  float: left;
  color: #444;
  font-size: 0.9em;
}

/* line 24, ../../global/styles/_cookie-message.scss */
.cookie-consent-content .cookie-message a {
  color: #444;
  text-decoration: underline;
}

/* line 28, ../../global/styles/_cookie-message.scss */
.cookie-consent-content .cookie-button {
  width: auto;
  float: right;
}

/* line 32, ../../global/styles/_cookie-message.scss */
.btn.cookie-close {
  background-color: #aaa;
  color: #444;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 8px 12px;
  font-size: 12px;
}

/* line 41, ../../global/styles/_cookie-message.scss */
.btn.cookie-close:hover {
  background-color: #555;
  color: #eee;
}

/**************************************************************************************************************/
/* COOKIE MESSAGING START */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COOKIE MESSAGING - MEDIA QUERIES AND LEGACY - START */
/**************************************************************************************************************/
/* -------------- MEDIA QUERIES -------------- */
@media only screen and (max-width: 1130px) {
  /* line 55, ../../global/styles/_cookie-message.scss */
  .cookie-consent-content .cookie-message {
    width: 72%;
  }
}
@media only screen and (max-width: 900px) {
  /* line 60, ../../global/styles/_cookie-message.scss */
  .cookie-consent-content .cookie-message {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 65, ../../global/styles/_cookie-message.scss */
  .cookie-consent-content .main-content {
    max-width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 71, ../../global/styles/_cookie-message.scss */
  .cookie-consent-content .cookie-message {
    width: 100%;
  }

  /* line 74, ../../global/styles/_cookie-message.scss */
  .btn.cookie-close {
    margin-top: 0;
  }
}
/**************************************************************************************************************/
/* COOKIE MESSAGING - MEDIA QUERIES AND LEGACY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* USER DATA-CONTENT - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE SPECIFIC FILE IMPORTS - START */
/**************************************************************************************************************/
/* SITE STYLING */
/**************************************************************************************************************/
/* TYPE DEFAULTS - STYLING - START */
/**************************************************************************************************************/
/* -------------- TYPE FAMILY SIZE AND GENERIC COLOUR CONTROLS -------------- */
/* line 5, _site-styling.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", Arial, sans-serif;
}

/* line 13, _site-styling.scss */
h4 {
  color: #444;
}

/* line 16, _site-styling.scss */
p {
  color: #444;
}

/* line 19, _site-styling.scss */
.col {
  color: #444;
}

/* -------------- SECTION HEADERS -------------- */
/* line 25, _site-styling.scss */
header.component-header .section-title-link,
header.component-header a.section-title-link {
  color: #444;
}
/* line 29, _site-styling.scss */
header.component-header a.section-title-link:hover {
  color: #c42529;
}

/* -------------- LINKS -------------- */
/* line 34, _site-styling.scss */
a {
  color: #444;
}
/* line 36, _site-styling.scss */
a:link, a:visited {
  color: #444;
}
/* line 40, _site-styling.scss */
a:hover, a:active {
  color: #c42529;
}

/* line 45, _site-styling.scss */
h4 a:hover {
  color: #c42529;
}

/* line 49, _site-styling.scss */
.component-inner a {
  color: #c42529;
}
/* line 51, _site-styling.scss */
.component-inner a:link, .component-inner a:visited, .component-inner a:active {
  color: #c42529;
}
/* line 56, _site-styling.scss */
.component-inner a:hover, .component-inner a:focus {
  color: #444;
}

/* -------------- BUTTON AND BTN LINKS -------------- */
/* line 63, _site-styling.scss */
.btn,
a.btn,
.amf-type-button .button {
  color: #fff;
  background-color: #c42529;
  outline: 1px solid #c42529;
}
/* line 69, _site-styling.scss */
.btn:link, .btn:visited,
a.btn:link,
a.btn:visited,
.amf-type-button .button:link,
.amf-type-button .button:visited {
  color: #fff;
  background-color: #c42529;
}
/* line 74, _site-styling.scss */
.btn:hover,
a.btn:hover,
.amf-type-button .button:hover {
  color: #c42529;
  background-color: #fff;
}
/* line 78, _site-styling.scss */
.btn:active, .btn:focus,
a.btn:active,
a.btn:focus,
.amf-type-button .button:active,
.amf-type-button .button:focus {
  color: #fff;
  background-color: #c42529;
}

/* -------------- MORE LINKS -------------- */
/* line 86, _site-styling.scss */
.more-holder .arrow-right {
  fill: #666;
}
/* line 89, _site-styling.scss */
.more-holder a:hover .arrow-right {
  fill: #505456;
}

/* -------------- HR -------------- */
/* line 94, _site-styling.scss */
hr {
  border-bottom: 2px solid #7d8386;
}

/* -------------- TABLES -------------- */
/* line 98, _site-styling.scss */
table {
  border: 1px solid #c42529;
}
/* line 100, _site-styling.scss */
table thead {
  background-color: #c42529;
  color: #fff;
}
/* line 103, _site-styling.scss */
table thead th {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 105, _site-styling.scss */
table thead th:last-child {
  border: none;
}
/* line 110, _site-styling.scss */
table td {
  border-right: 1px solid #dedede;
}
/* line 112, _site-styling.scss */
table td:last-child {
  border-right: 1px solid #c42529;
}
/* line 116, _site-styling.scss */
table tr {
  border-bottom: 1px solid #dedede;
}
/* line 118, _site-styling.scss */
table tr:last-child {
  border-bottom: 1px solid #c42529;
}

/**************************************************************************************************************/
/* TYPE DEFAULTS - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* OVERLAY - START */
/**************************************************************************************************************/
/* line 132, _site-styling.scss */
.lightbox-title p.title {
  color: #c42529;
}

/**************************************************************************************************************/
/* OVERLAY - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* INPUTS - STYLING - START */
/**************************************************************************************************************/
/* line 144, _site-styling.scss */
input {
  font-family: "Arimo", Arial, sans-serif;
}

/* line 147, _site-styling.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  color: #666;
}

/* line 153, _site-styling.scss */
input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #dedede;
}

/**************************************************************************************************************/
/* INPUTS - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE HEADER - STYLING - START */
/**************************************************************************************************************/
/* line 166, _site-styling.scss */
header.main-head {
  background-color: #fff;
}
/* line 170, _site-styling.scss */
header.main-head .main-head-content .site-header .site-meta-holder {
  background-color: #fff;
}
/* line 173, _site-styling.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date i, header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date p, header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date a {
  color: #c42529;
}
/* line 176, _site-styling.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-date a:hover {
  color: #c42529;
}
/* line 181, _site-styling.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location i, header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p, header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location a {
  color: #c42529;
}
/* line 184, _site-styling.scss */
header.main-head .main-head-content .site-header .site-meta-holder .site-meta-location p:before {
  height: 4px;
  background-color: #7d8386;
}
/* line 190, _site-styling.scss */
header.main-head .main-head-content .site-header .hosted-logo-holder {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  /* line 197, _site-styling.scss */
  header.main-head {
    height: 80px;
    border-bottom: 1px solid #dedede;
  }
}
/**************************************************************************************************************/
/* SITE HEADER - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* PRIMARY NAVIGATION - STYLING - START */
/**************************************************************************************************************/
/* -------------- NAV SETUP -------------- */
/* line 211, _site-styling.scss */
nav.nav {
  background-color: #f4f5f4;
  border-bottom: 1px solid #dedede;
}

/* line 217, _site-styling.scss */
.main-menu .menu-title a {
  font-family: "source_sans_probold", Arial, sans-serif;
}
/* line 219, _site-styling.scss */
.main-menu .menu-title a:link, .main-menu .menu-title a:visited {
  color: #444;
  background-color: #f4f5f4;
}
/* line 224, _site-styling.scss */
.main-menu .menu-title a:hover, .main-menu .menu-title a:focus, .main-menu .menu-title a:active {
  color: #c42529;
  background-color: #fff;
}
/* line 231, _site-styling.scss */
.main-menu .menu-title:hover {
  background-color: #fff;
}
/* line 233, _site-styling.scss */
.main-menu .menu-title:hover:after {
  content: "";
  background-color: #7d8386;
}
/* line 239, _site-styling.scss */
.main-menu .menu-title ul.sub-menu li {
  background-color: #f4f5f4;
}
/* line 241, _site-styling.scss */
.main-menu .menu-title ul.sub-menu li a {
  color: #444;
  background-color: #f4f5f4;
  border-bottom: 1px solid #dedede;
}
/* line 245, _site-styling.scss */
.main-menu .menu-title ul.sub-menu li a:link, .main-menu .menu-title ul.sub-menu li a:visited {
  color: #444;
}
/* line 249, _site-styling.scss */
.main-menu .menu-title ul.sub-menu li a:hover, .main-menu .menu-title ul.sub-menu li a:focus, .main-menu .menu-title ul.sub-menu li a:active {
  color: #c42529;
  background-color: #fff;
  border-bottom: 1px solid #c42529;
}
/* line 261, _site-styling.scss */
.main-menu .menu-title.home-title a.home-icon:before {
  background-position: -144px 0px;
}
/* line 265, _site-styling.scss */
.main-menu .menu-title.current-page:after {
  background-color: #7d8386;
}
/* line 268, _site-styling.scss */
.main-menu .menu-title.action-title {
  color: #fff;
  background-color: #c42529;
}
/* line 271, _site-styling.scss */
.main-menu .menu-title.action-title a {
  color: #fff;
  background-color: #c42529;
}
/* line 274, _site-styling.scss */
.main-menu .menu-title.action-title a:link, .main-menu .menu-title.action-title a:visited {
  color: #fff;
  background-color: #c42529;
}
/* line 279, _site-styling.scss */
.main-menu .menu-title.action-title a:hover, .main-menu .menu-title.action-title a:active, .main-menu .menu-title.action-title a:focus {
  color: #c42529;
  background-color: #fff;
}

/* FALLBACK - OLD IE -------------- */
/* line 291, _site-styling.scss */
.lt-ie9 .main-menu .menu-title {
  padding: 13px 11px 12px;
}

/**************************************************************************************************************/
/* PRIMARY NAVIGATION - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* MOBILE PRIMARY NAVIGATION - STYLING - START */
/**************************************************************************************************************/
/* -------------- NAV SETUP -------------- */
/* line 306, _site-styling.scss */
nav.mobile-nav ul,
nav.mobile-nav nav.mobile-nav .icon-menu > a {
  background-color: #c42529;
}
/* line 314, _site-styling.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title {
  background-color: #c42529;
}
/* line 316, _site-styling.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a {
  background-color: #c42529;
  border-bottom: 1px solid #dedede;
}
/* line 319, _site-styling.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a:link, nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a:visited {
  background-color: #c42529;
}
/* line 323, _site-styling.scss */
nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a:hover, nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a:focus, nav.mobile-nav .owl-carousel.owl-theme .owl-item .icon-menu.sub-present ul.sub-menu li.sub-menu-title a:active {
  color: #fff;
  background-color: #505456;
}
/* line 336, _site-styling.scss */
nav.mobile-nav .icon-menu > a {
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
}
/* line 341, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title > a {
  background-color: #7d8386;
}
/* line 345, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title {
  color: #fff;
  background-color: #505456;
}
/* line 348, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title > a {
  color: #fff;
  background-color: #505456;
}
/* line 351, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title > a:link, nav.mobile-nav .icon-menu.action-title > a:visited {
  color: #fff;
  background-color: #505456;
}
/* line 356, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title > a:hover, nav.mobile-nav .icon-menu.action-title > a:active, nav.mobile-nav .icon-menu.action-title > a:focus {
  color: #fff;
  background-color: #c42529;
}
/* line 363, _site-styling.scss */
nav.mobile-nav .icon-menu.action-title:hover, nav.mobile-nav .icon-menu.action-title:active, nav.mobile-nav .icon-menu.action-title:focus {
  color: #fff;
  background-color: #c42529;
}
/* line 371, _site-styling.scss */
nav.mobile-nav .icon-menu.sub-present.sub-menu-active a {
  background-color: #505456;
}

/**************************************************************************************************************/
/* MOBILE PRIMARY NAVIGATION - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* FOOTER - STYLING - START */
/**************************************************************************************************************/
/* -------------- SITE INFO FOOTER - SETUP -------------- */
/**************************************************************************************************************/
/* FOOTER - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT BOOKING - STYLING - START */
/**************************************************************************************************************/
/* line 4, _components-styling.scss */
.component-booking {
  background-color: #fff;
}
/* line 7, _components-styling.scss */
.component-booking .component-inner header.booking-header {
  background-color: #c42529;
  border: 1px solid #c42529;
}
/* line 10, _components-styling.scss */
.component-booking .component-inner header.booking-header h5, .component-booking .component-inner header.booking-header a, .component-booking .component-inner header.booking-header .icon-font-block {
  color: #fff;
}
/* line 14, _components-styling.scss */
.component-booking .component-inner .col-inner {
  border: 1px solid #ccc;
  border-top: none;
}
/* line 17, _components-styling.scss */
.component-booking .component-inner .col-inner h2, .component-booking .component-inner .col-inner h3, .component-booking .component-inner .col-inner h4, .component-booking .component-inner .col-inner h5, .component-booking .component-inner .col-inner h6,
.component-booking .component-inner .col-inner p, .component-booking .component-inner .col-inner ul li {
  color: #444;
}

/**************************************************************************************************************/
/* COMPONENT BOOKING - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - IMAGES - STYLING - START */
/**************************************************************************************************************/
/* line 32, _components-styling.scss */
.images-carousel .images-carousel-holder {
  outline: 1px solid #444;
  padding: 20px 0;
  background-color: #fff;
  border: 20px solid #f4f5f4;
}
/* line 37, _components-styling.scss */
.images-carousel .images-carousel-holder .slick-prev:before,
.images-carousel .images-carousel-holder .slick-next:before {
  background-color: #c42529;
}
/* line 41, _components-styling.scss */
.images-carousel .images-carousel-holder article {
  background-color: #fff;
  text-align: center;
}
/* line 45, _components-styling.scss */
.images-carousel .images-carousel-holder article .article-title a {
  color: #444;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - IMAGES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES CAROUSEL - STYLING - START */
/**************************************************************************************************************/
/* line 60, _components-styling.scss */
.quotes-carousel header.component-header.quotes-carousel-header {
  margin-bottom: 1.1em;
}
/* line 63, _components-styling.scss */
.quotes-carousel .quotes-carousel-holder {
  background-color: #7d8386;
}
/* line 65, _components-styling.scss */
.quotes-carousel .quotes-carousel-holder figure.slick-slide {
  background-color: transparent;
}
/* line 70, _components-styling.scss */
.quotes-carousel .quotes-carousel-holder blockquote h5:after {
  background-color: #505456;
}
/* line 75, _components-styling.scss */
.quotes-carousel .quotes-carousel-holder blockquote cite h6 {
  color: #f4f5f4;
}

/**************************************************************************************************************/
/* COMPONENT CAROUSEL - QUOTES CAROUSEL - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COMPANIES GRID - STYLING - START */
/**************************************************************************************************************/
/* line 90, _components-styling.scss */
.component-companies-grid header.component-header {
  margin-bottom: 0.25em;
}

/**************************************************************************************************************/
/* COMPONENT COMPANIES GRID - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - STYLING - START */
/**************************************************************************************************************/
/* line 101, _components-styling.scss */
.component-countdown {
  background-color: #f4f5f4;
}
/* line 105, _components-styling.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section {
  background-color: #c42529;
}
/* line 107, _components-styling.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section .timer-value {
  color: #fff;
}
/* line 110, _components-styling.scss */
.component-countdown .countdown-holder .timer-countdown .timer-section .timer-unit {
  color: #dedede;
}
/* line 114, _components-styling.scss */
.component-countdown .countdown-holder .timer-countdown .date {
  color: #fff;
  background-color: #c42529;
}
/* line 120, _components-styling.scss */
.component-countdown .countdown-details {
  text-align: center;
  clear: both;
}
/* line 123, _components-styling.scss */
.component-countdown .countdown-details h2, .component-countdown .countdown-details h3, .component-countdown .countdown-details h4, .component-countdown .countdown-details h5, .component-countdown .countdown-details h6,
.component-countdown .countdown-details p, .component-countdown .countdown-details ul li {
  color: #444;
}

/**************************************************************************************************************/
/* COMPONENT COUNTDOWN - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT COUNTER - STYLING - START */
/**************************************************************************************************************/
/* line 136, _components-styling.scss */
.component-counter {
  background-color: #7d8386;
}
/* line 139, _components-styling.scss */
.component-counter header.component-header .section-title-link,
.component-counter header.component-header a.section-title-link,
.component-counter header.component-header a.section-title-link:link,
.component-counter header.component-header a.section-title-link:visited {
  color: #f4f5f4;
}
/* line 144, _components-styling.scss */
.component-counter header.component-header .section-title-link:active, .component-counter header.component-header .section-title-link:focus, .component-counter header.component-header .section-title-link:hover,
.component-counter header.component-header a.section-title-link:active,
.component-counter header.component-header a.section-title-link:focus,
.component-counter header.component-header a.section-title-link:hover,
.component-counter header.component-header a.section-title-link:link:active,
.component-counter header.component-header a.section-title-link:link:focus,
.component-counter header.component-header a.section-title-link:link:hover,
.component-counter header.component-header a.section-title-link:visited:active,
.component-counter header.component-header a.section-title-link:visited:focus,
.component-counter header.component-header a.section-title-link:visited:hover {
  color: #fff;
}
/* line 152, _components-styling.scss */
.component-counter .component-intro p {
  color: #fff;
}
/* line 157, _components-styling.scss */
.component-counter .col h3 {
  background-color: #c42529;
}
/* line 159, _components-styling.scss */
.component-counter .col h3 span.counter {
  color: #fff;
}
/* line 163, _components-styling.scss */
.component-counter .col p {
  color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT COUNTER - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT EVENTS - STYLING - START */
/**************************************************************************************************************/
/* line 178, _components-styling.scss */
.component-events {
  background-color: #f4f5f4;
  /*
  background-image:$png-abstract-bg; 
  background-size:100%; 
  background-repeat:repeat; 
  */
}

/**************************************************************************************************************/
/* COMPONENT EVENTS - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT HERO - STYLING - START */
/**************************************************************************************************************/
/* line 193, _components-styling.scss */
.component-hero {
  background-color: #505456;
}
/* line 195, _components-styling.scss */
.component-hero > img {
  opacity: 0.3;
}
/* line 199, _components-styling.scss */
.component-hero .hero-details-holder h1, .component-hero .hero-details-holder h2, .component-hero .hero-details-holder h3, .component-hero .hero-details-holder h4, .component-hero .hero-details-holder h5, .component-hero .hero-details-holder h6,
.component-hero .hero-details-holder p, .component-hero .hero-details-holder ul, .component-hero .hero-details-holder li, .component-hero .hero-details-holder a:not(.btn),
.component-hero .hero-details-holder .hero-info p {
  color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT HERO - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT ICONSET - STYLING - START */
/**************************************************************************************************************/
/* line 213, _components-styling.scss */
.component-iconset {
  background-color: #f4f5f4;
  /* SPRITE VERSION -------------- */
}
/* line 217, _components-styling.scss */
.component-iconset .component-inner .component-intro p {
  text-align: center;
}
/* line 221, _components-styling.scss */
.component-iconset .component-inner:after {
  background-color: #7d8386;
}
/* line 226, _components-styling.scss */
.component-iconset .icon-block {
  color: #fff;
  background-color: #c42529;
}
/* line 230, _components-styling.scss */
.component-iconset .icon-title {
  color: #444;
}
/* line 234, _components-styling.scss */
.component-iconset a .icon-block {
  color: #fff;
  background-color: #c42529;
  border: 1px solid #c42529;
}
/* line 239, _components-styling.scss */
.component-iconset a .icon-title {
  color: #444;
}
/* line 245, _components-styling.scss */
.component-iconset a:hover .icon-block, .component-iconset a:active .icon-block, .component-iconset a:focus .icon-block {
  background-color: #fff;
}
/* line 248, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-twitter:before, .component-iconset a:active .icon-block .icon-twitter:before, .component-iconset a:focus .icon-block .icon-twitter:before {
  background-position: -10px -6px;
}
/* line 251, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-facebook:before, .component-iconset a:active .icon-block .icon-facebook:before, .component-iconset a:focus .icon-block .icon-facebook:before {
  background-position: -10px -97px;
}
/* line 254, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-linkedin:before, .component-iconset a:active .icon-block .icon-linkedin:before, .component-iconset a:focus .icon-block .icon-linkedin:before {
  background-position: -7px -191px;
}
/* line 257, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-flickr:before, .component-iconset a:active .icon-block .icon-flickr:before, .component-iconset a:focus .icon-block .icon-flickr:before {
  background-position: -8px -279px;
}
/* line 260, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-youtube:before, .component-iconset a:active .icon-block .icon-youtube:before, .component-iconset a:focus .icon-block .icon-youtube:before {
  background-position: -8px -370px;
}
/* line 263, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-instagram:before, .component-iconset a:active .icon-block .icon-instagram:before, .component-iconset a:focus .icon-block .icon-instagram:before {
  background-position: -8px -461px;
}
/* line 266, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-pdf-file:before, .component-iconset a:active .icon-block .icon-pdf-file:before, .component-iconset a:focus .icon-block .icon-pdf-file:before {
  background-position: -9px -551px;
}
/* line 269, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-text-file:before, .component-iconset a:active .icon-block .icon-text-file:before, .component-iconset a:focus .icon-block .icon-text-file:before {
  background-position: -9px -641px;
}
/* line 272, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-rtf-file:before, .component-iconset a:active .icon-block .icon-rtf-file:before, .component-iconset a:focus .icon-block .icon-rtf-file:before {
  background-position: -9px -732px;
}
/* line 275, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-excel:before, .component-iconset a:active .icon-block .icon-excel:before, .component-iconset a:focus .icon-block .icon-excel:before {
  background-position: -9px -821px;
}
/* line 278, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-word:before, .component-iconset a:active .icon-block .icon-word:before, .component-iconset a:focus .icon-block .icon-word:before {
  background-position: -9px -912px;
}
/* line 281, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-powerpoint:before, .component-iconset a:active .icon-block .icon-powerpoint:before, .component-iconset a:focus .icon-block .icon-powerpoint:before {
  background-position: -9px -1001px;
}
/* line 284, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-program:before, .component-iconset a:active .icon-block .icon-program:before, .component-iconset a:focus .icon-block .icon-program:before {
  background-position: -7px -1090px;
}
/* line 287, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-book:before, .component-iconset a:active .icon-block .icon-book:before, .component-iconset a:focus .icon-block .icon-book:before {
  background-position: -5px -1180px;
}
/* line 290, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-book-details:before, .component-iconset a:active .icon-block .icon-book-details:before, .component-iconset a:focus .icon-block .icon-book-details:before {
  background-position: -6px -1269px;
}
/* line 293, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-list:before, .component-iconset a:active .icon-block .icon-list:before, .component-iconset a:focus .icon-block .icon-list:before {
  background-position: -8px -1361px;
}
/* line 296, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-agenda:before, .component-iconset a:active .icon-block .icon-agenda:before, .component-iconset a:focus .icon-block .icon-agenda:before {
  background-position: -7px -1451px;
}
/* line 299, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-registration-form:before, .component-iconset a:active .icon-block .icon-registration-form:before, .component-iconset a:focus .icon-block .icon-registration-form:before {
  background-position: -8px -1541px;
}
/* line 302, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-pencil:before, .component-iconset a:active .icon-block .icon-pencil:before, .component-iconset a:focus .icon-block .icon-pencil:before {
  background-position: -10px -1632px;
}
/* line 306, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-tick:before, .component-iconset a:active .icon-block .icon-tick:before, .component-iconset a:focus .icon-block .icon-tick:before {
  background-position: -186px -9px;
}
/* line 309, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-cross:before, .component-iconset a:active .icon-block .icon-cross:before, .component-iconset a:focus .icon-block .icon-cross:before {
  background-position: -187px -100px;
}
/* line 312, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-plus:before, .component-iconset a:active .icon-block .icon-plus:before, .component-iconset a:focus .icon-block .icon-plus:before {
  background-position: -187px -189px;
}
/* line 315, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-minus:before, .component-iconset a:active .icon-block .icon-minus:before, .component-iconset a:focus .icon-block .icon-minus:before {
  background-position: -187px -280px;
}
/* line 318, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-hash:before, .component-iconset a:active .icon-block .icon-hash:before, .component-iconset a:focus .icon-block .icon-hash:before {
  background-position: -187px -369px;
}
/* line 321, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-arrow-left:before, .component-iconset a:active .icon-block .icon-arrow-left:before, .component-iconset a:focus .icon-block .icon-arrow-left:before {
  background-position: -188px -459px;
}
/* line 324, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-arrow-right:before, .component-iconset a:active .icon-block .icon-arrow-right:before, .component-iconset a:focus .icon-block .icon-arrow-right:before {
  background-position: -186px -550px;
}
/* line 327, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-arrow-up:before, .component-iconset a:active .icon-block .icon-arrow-up:before, .component-iconset a:focus .icon-block .icon-arrow-up:before {
  background-position: -187px -637px;
}
/* line 330, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-arrow-down:before, .component-iconset a:active .icon-block .icon-arrow-down:before, .component-iconset a:focus .icon-block .icon-arrow-down:before {
  background-position: -187px -728px;
}
/* line 333, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-arrow-down-double:before, .component-iconset a:active .icon-block .icon-arrow-down-double:before, .component-iconset a:focus .icon-block .icon-arrow-down-double:before {
  background-position: -187px -819px;
}
/* line 336, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-download:before, .component-iconset a:active .icon-block .icon-download:before, .component-iconset a:focus .icon-block .icon-download:before {
  background-position: -188px -910px;
}
/* line 339, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-entry:before, .component-iconset a:active .icon-block .icon-entry:before, .component-iconset a:focus .icon-block .icon-entry:before {
  background-position: -186px -1000px;
}
/* line 342, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-padlock:before, .component-iconset a:active .icon-block .icon-padlock:before, .component-iconset a:focus .icon-block .icon-padlock:before {
  background-position: -187px -1091px;
}
/* line 345, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-categories:before, .component-iconset a:active .icon-block .icon-categories:before, .component-iconset a:focus .icon-block .icon-categories:before {
  background-position: -187px -1179px;
}
/* line 348, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-image:before, .component-iconset a:active .icon-block .icon-image:before, .component-iconset a:focus .icon-block .icon-image:before {
  background-position: -186px -1269px;
}
/* line 351, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-gallery:before, .component-iconset a:active .icon-block .icon-gallery:before, .component-iconset a:focus .icon-block .icon-gallery:before {
  background-position: -187px -1360px;
}
/* line 354, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-presentation:before, .component-iconset a:active .icon-block .icon-presentation:before, .component-iconset a:focus .icon-block .icon-presentation:before {
  background-position: -187px -1449px;
}
/* line 357, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-chart:before, .component-iconset a:active .icon-block .icon-chart:before, .component-iconset a:focus .icon-block .icon-chart:before {
  background-position: -188px -1540px;
}
/* line 360, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-training:before, .component-iconset a:active .icon-block .icon-training:before, .component-iconset a:focus .icon-block .icon-training:before {
  background-position: -187px -1630px;
}
/* line 364, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-home:before, .component-iconset a:active .icon-block .icon-home:before, .component-iconset a:focus .icon-block .icon-home:before {
  background-position: -367px -9px;
}
/* line 367, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-email:before, .component-iconset a:active .icon-block .icon-email:before, .component-iconset a:focus .icon-block .icon-email:before {
  background-position: -367px -95px;
}
/* line 370, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-phone:before, .component-iconset a:active .icon-block .icon-phone:before, .component-iconset a:focus .icon-block .icon-phone:before {
  background-position: -370px -188px;
}
/* line 373, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-reminder:before, .component-iconset a:active .icon-block .icon-reminder:before, .component-iconset a:focus .icon-block .icon-reminder:before {
  background-position: -367px -278px;
}
/* line 376, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-time:before, .component-iconset a:active .icon-block .icon-time:before, .component-iconset a:focus .icon-block .icon-time:before {
  background-position: -368px -369px;
}
/* line 379, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-hourglass:before, .component-iconset a:active .icon-block .icon-hourglass:before, .component-iconset a:focus .icon-block .icon-hourglass:before {
  background-position: -368px -459px;
}
/* line 382, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-calendar-add:before, .component-iconset a:active .icon-block .icon-calendar-add:before, .component-iconset a:focus .icon-block .icon-calendar-add:before {
  background-position: -368px -548px;
}
/* line 385, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-calendar:before, .component-iconset a:active .icon-block .icon-calendar:before, .component-iconset a:focus .icon-block .icon-calendar:before {
  background-position: -368px -637px;
}
/* line 388, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-location:before, .component-iconset a:active .icon-block .icon-location:before, .component-iconset a:focus .icon-block .icon-location:before {
  background-position: -368px -728px;
}
/* line 391, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-map-marker:before, .component-iconset a:active .icon-block .icon-map-marker:before, .component-iconset a:focus .icon-block .icon-map-marker:before {
  background-position: -369px -819px;
}
/* line 394, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-building:before, .component-iconset a:active .icon-block .icon-building:before, .component-iconset a:focus .icon-block .icon-building:before {
  background-position: -367px -910px;
}
/* line 397, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-institution:before, .component-iconset a:active .icon-block .icon-institution:before, .component-iconset a:focus .icon-block .icon-institution:before {
  background-position: -368px -999px;
}
/* line 400, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-legal:before, .component-iconset a:active .icon-block .icon-legal:before, .component-iconset a:focus .icon-block .icon-legal:before {
  background-position: -368px -1090px;
}
/* line 403, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-judge:before, .component-iconset a:active .icon-block .icon-judge:before, .component-iconset a:focus .icon-block .icon-judge:before {
  background-position: -367px -1179px;
}
/* line 406, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-star:before, .component-iconset a:active .icon-block .icon-star:before, .component-iconset a:focus .icon-block .icon-star:before {
  background-position: -368px -1270px;
}
/* line 409, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-award:before, .component-iconset a:active .icon-block .icon-award:before, .component-iconset a:focus .icon-block .icon-award:before {
  background-position: -368px -1360px;
}
/* line 412, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-rosette:before, .component-iconset a:active .icon-block .icon-rosette:before, .component-iconset a:focus .icon-block .icon-rosette:before {
  background-position: -367px -1450px;
}
/* line 415, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-trophy:before, .component-iconset a:active .icon-block .icon-trophy:before, .component-iconset a:focus .icon-block .icon-trophy:before {
  background-position: -369px -1541px;
}
/* line 418, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-wine:before, .component-iconset a:active .icon-block .icon-wine:before, .component-iconset a:focus .icon-block .icon-wine:before {
  background-position: -367px -1631px;
}
/* line 422, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-user:before, .component-iconset a:active .icon-block .icon-user:before, .component-iconset a:focus .icon-block .icon-user:before {
  background-position: -546px -8px;
}
/* line 425, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-user-group:before, .component-iconset a:active .icon-block .icon-user-group:before, .component-iconset a:focus .icon-block .icon-user-group:before {
  background-position: -547px -96px;
}
/* line 428, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-add-user:before, .component-iconset a:active .icon-block .icon-add-user:before, .component-iconset a:focus .icon-block .icon-add-user:before {
  background-position: -546px -187px;
}
/* line 431, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-user-who:before, .component-iconset a:active .icon-block .icon-user-who:before, .component-iconset a:focus .icon-block .icon-user-who:before {
  background-position: -546px -277px;
}
/* line 434, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-user-id:before, .component-iconset a:active .icon-block .icon-user-id:before, .component-iconset a:focus .icon-block .icon-user-id:before {
  background-position: -546px -370px;
}
/* line 437, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-sponsor:before, .component-iconset a:active .icon-block .icon-sponsor:before, .component-iconset a:focus .icon-block .icon-sponsor:before {
  background-position: -548px -458px;
}
/* line 440, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-speaker:before, .component-iconset a:active .icon-block .icon-speaker:before, .component-iconset a:focus .icon-block .icon-speaker:before {
  background-position: -547px -550px;
}
/* line 443, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-quote:before, .component-iconset a:active .icon-block .icon-quote:before, .component-iconset a:focus .icon-block .icon-quote:before {
  background-position: -548px -640px;
}
/* line 446, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-comment:before, .component-iconset a:active .icon-block .icon-comment:before, .component-iconset a:focus .icon-block .icon-comment:before {
  background-position: -548px -731px;
}
/* line 449, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-important-announcement:before, .component-iconset a:active .icon-block .icon-important-announcement:before, .component-iconset a:focus .icon-block .icon-important-announcement:before {
  background-position: -548px -822px;
}
/* line 452, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-info:before, .component-iconset a:active .icon-block .icon-info:before, .component-iconset a:focus .icon-block .icon-info:before {
  background-position: -546px -910px;
}
/* line 455, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-question:before, .component-iconset a:active .icon-block .icon-question:before, .component-iconset a:focus .icon-block .icon-question:before {
  background-position: -546px -1001px;
}
/* line 458, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-ticket:before, .component-iconset a:active .icon-block .icon-ticket:before, .component-iconset a:focus .icon-block .icon-ticket:before {
  background-position: -547px -1090px;
}
/* line 461, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-credit-card:before, .component-iconset a:active .icon-block .icon-credit-card:before, .component-iconset a:focus .icon-block .icon-credit-card:before {
  background-position: -547px -1180px;
}
/* line 464, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-briefcase:before, .component-iconset a:active .icon-block .icon-briefcase:before, .component-iconset a:focus .icon-block .icon-briefcase:before {
  background-position: -547px -1270px;
}
/* line 467, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-travel:before, .component-iconset a:active .icon-block .icon-travel:before, .component-iconset a:focus .icon-block .icon-travel:before {
  background-position: -547px -1361px;
}
/* line 470, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-accomodation:before, .component-iconset a:active .icon-block .icon-accomodation:before, .component-iconset a:focus .icon-block .icon-accomodation:before {
  background-position: -548px -1451px;
}
/* line 473, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-glass:before, .component-iconset a:active .icon-block .icon-glass:before, .component-iconset a:focus .icon-block .icon-glass:before {
  background-position: -548px -1540px;
}
/* line 476, _components-styling.scss */
.component-iconset a:hover .icon-block .icon-drinks:before, .component-iconset a:active .icon-block .icon-drinks:before, .component-iconset a:focus .icon-block .icon-drinks:before {
  background-position: -549px -1630px;
}
/* line 480, _components-styling.scss */
.component-iconset a:hover .icon-title, .component-iconset a:active .icon-title, .component-iconset a:focus .icon-title {
  color: #c42529;
}

/**************************************************************************************************************/
/* COMPONENT ICONSET - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE - STYLING - START */
/**************************************************************************************************************/
/* line 494, _components-styling.scss */
.component-image {
  background-color: #505456;
}
/* line 496, _components-styling.scss */
.component-image img {
  opacity: 0.3;
}
/* line 500, _components-styling.scss */
.component-image .image-details-holder .content:after {
  height: 4px;
  background-color: #c42529;
}
/* line 504, _components-styling.scss */
.component-image .image-details-holder h2, .component-image .image-details-holder h3, .component-image .image-details-holder h4, .component-image .image-details-holder h5, .component-image .image-details-holder h6,
.component-image .image-details-holder p, .component-image .image-details-holder ul li,
.component-image .image-details-holder .image-info p {
  color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT IMAGE - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - STYLING - START */
/**************************************************************************************************************/
/* line 518, _components-styling.scss */
.component-image-text {
  background-color: #7d8386;
}
/* line 522, _components-styling.scss */
.component-image-text .component-inner .col-inner h2, .component-image-text .component-inner .col-inner h3, .component-image-text .component-inner .col-inner h4, .component-image-text .component-inner .col-inner h5, .component-image-text .component-inner .col-inner h6,
.component-image-text .component-inner .col-inner p, .component-image-text .component-inner .col-inner ul li {
  color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT IMAGE TEXT - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* LIGHTBOX CONTENT - STYLING - START */
/**************************************************************************************************************/
/* line 540, _components-styling.scss */
.container .lightbox .lightbox-content .lightbox-title h5.name {
  color: #c42529;
}
/* line 543, _components-styling.scss */
.container .lightbox .lightbox-content .lightbox-title p.title {
  color: #c42529;
}

/**************************************************************************************************************/
/* LIGHTBOX CONTENT - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - STYLING - START */
/**************************************************************************************************************/
/* line 557, _components-styling.scss */
.component-list-column {
  background-color: #fff;
}
/* line 562, _components-styling.scss */
.component-list-column .col.span_2_of_4 .tabs .tab-toggle,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle {
  background-color: #fff;
  border-top: 1px solid #505456;
}
/* line 565, _components-styling.scss */
.component-list-column .col.span_2_of_4 .tabs .tab-toggle:hover,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle:hover {
  border-top: 1px solid #c42529;
}
/* line 568, _components-styling.scss */
.component-list-column .col.span_2_of_4 .tabs .tab-toggle h2, .component-list-column .col.span_2_of_4 .tabs .tab-toggle h3, .component-list-column .col.span_2_of_4 .tabs .tab-toggle h4, .component-list-column .col.span_2_of_4 .tabs .tab-toggle h5, .component-list-column .col.span_2_of_4 .tabs .tab-toggle h6,
.component-list-column .col.span_2_of_4 .tabs .tab-toggle p, .component-list-column .col.span_2_of_4 .tabs .tab-toggle ul li,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle h2,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle h3,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle h4,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle h5,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle h6,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle p,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle ul li {
  color: #444;
}
/* line 573, _components-styling.scss */
.component-list-column .col.span_2_of_4 .tabs .tab-toggle.active,
.component-list-column .col.span_1_of_3 .tabs .tab-toggle.active {
  border-top: 1px solid #c42529;
}

/**************************************************************************************************************/
/* COMPONENT LIST COLUMN - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PEOPLE - STYLING - START */
/**************************************************************************************************************/
/* line 586, _components-styling.scss */
.component-people {
  /*
  background-image:$png-abstract-bg; 
  background-size:100%; 
  background-repeat:repeat; 
  */
}
/* line 595, _components-styling.scss */
.component-people .component-inner article.col-lrg .image-text-group-a img {
  border-radius: 50%;
}
/* line 599, _components-styling.scss */
.component-people .component-inner article.col-lrg .image-text-group-b {
  text-align: center;
}
/* line 602, _components-styling.scss */
.component-people .component-inner article.col-lrg .image-text-group-b a:link, .component-people .component-inner article.col-lrg .image-text-group-b a:visited {
  color: #c42529;
}
/* line 606, _components-styling.scss */
.component-people .component-inner article.col-lrg .image-text-group-b a:hover, .component-people .component-inner article.col-lrg .image-text-group-b a:focus, .component-people .component-inner article.col-lrg .image-text-group-b a:active {
  color: #c42529;
}
/* line 612, _components-styling.scss */
.component-people .component-inner article.col-lrg .image-text-group-b p.title {
  color: #505456;
}

/* line 623, _components-styling.scss */
.component-people-grid .component-inner article.col-lrg .image-text-group-a img {
  border-radius: 50%;
}
/* line 627, _components-styling.scss */
.component-people-grid .component-inner article.col-lrg .image-text-group-b {
  text-align: center;
}
/* line 630, _components-styling.scss */
.component-people-grid .component-inner article.col-lrg .image-text-group-b a:link, .component-people-grid .component-inner article.col-lrg .image-text-group-b a:visited {
  color: #c42529;
}
/* line 634, _components-styling.scss */
.component-people-grid .component-inner article.col-lrg .image-text-group-b a:hover, .component-people-grid .component-inner article.col-lrg .image-text-group-b a:focus, .component-people-grid .component-inner article.col-lrg .image-text-group-b a:active {
  color: #c42529;
}
/* line 640, _components-styling.scss */
.component-people-grid .component-inner article.col-lrg .image-text-group-b p.title {
  color: #505456;
}

/**************************************************************************************************************/
/* COMPONENT PEOPLE - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT PROTECTED - STYLING - START */
/**************************************************************************************************************/
/* line 656, _components-styling.scss */
.component-protected .component-inner .span_2_of_4:nth-of-type(1) {
  background-color: #444;
}
/* line 659, _components-styling.scss */
.component-protected .component-inner .span_2_of_4:nth-of-type(2) {
  background-color: #c42529;
}
/* line 663, _components-styling.scss */
.component-protected .component-inner .col-inner h2, .component-protected .component-inner .col-inner h3, .component-protected .component-inner .col-inner h4, .component-protected .component-inner .col-inner h5, .component-protected .component-inner .col-inner h6,
.component-protected .component-inner .col-inner p, .component-protected .component-inner .col-inner ul li,
.component-protected .component-inner .col-inner label {
  color: #fff;
}
/* line 668, _components-styling.scss */
.component-protected .component-inner .col-inner .btn {
  color: #444;
  background-color: #f4f5f4;
}
/* line 671, _components-styling.scss */
.component-protected .component-inner .col-inner .btn:hover {
  color: #c42529;
  background-color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT PROTECTED - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - STYLING - START */
/**************************************************************************************************************/
/* line 689, _components-styling.scss */
.component-sponsor-grid .component-inner header.component-header.group-header .section-title-link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:link,
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:visited {
  color: #505456;
}
/* line 696, _components-styling.scss */
.component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:active, .component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:focus, .component-sponsor-grid .component-inner header.component-header.group-header a.section-title-link:hover {
  color: #c42529;
}
/* line 703, _components-styling.scss */
.component-sponsor-grid .component-inner article.col-lrg {
  border: 1px solid #dedede;
}

/**************************************************************************************************************/
/* COMPONENT SPONSOR GRID - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEAM - STYLING - START */
/**************************************************************************************************************/
/* line 715, _components-styling.scss */
.component-team {
  background-color: #fff;
}
/* line 718, _components-styling.scss */
.component-team .component-inner article.col-lrg {
  border-bottom: 4px solid #c42529;
}
/* line 720, _components-styling.scss */
.component-team .component-inner article.col-lrg:after {
  background-color: #dedede;
}
/* line 724, _components-styling.scss */
.component-team .component-inner article.col-lrg .image-text-group-b h5.team-responsibilty {
  color: #666;
}
/* line 727, _components-styling.scss */
.component-team .component-inner article.col-lrg .image-text-group-b p.team-detail {
  color: #c42529;
}

/**************************************************************************************************************/
/* COMPONENT TEAM - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TEXT - STYLING - START */
/**************************************************************************************************************/
/* line 741, _components-styling.scss */
.component-text {
  background-color: #fff;
}
/* line 744, _components-styling.scss */
.component-text .component-inner h2, .component-text .component-inner h3, .component-text .component-inner h4, .component-text .component-inner h5, .component-text .component-inner h6,
.component-text .component-inner p, .component-text .component-inner ul li {
  color: #444;
}

/**************************************************************************************************************/
/* COMPONENT TEXT - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TILES - START */
/**************************************************************************************************************/
/* line 758, _components-styling.scss */
.component-tiles {
  background-color: #f4f5f4;
}
/* line 762, _components-styling.scss */
.component-tiles .component-inner .section.group .span_2_of_4 {
  background-color: #fff;
  box-shadow: 0px 2px 10px #dedede;
  border-top: 1px solid #c42529;
}

/**************************************************************************************************************/
/* COMPONENT TILES - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - STYLING - START */
/**************************************************************************************************************/
/* line 778, _components-styling.scss */
.component-triple-grid {
  background-color: #f4f5f4;
}
/* line 780, _components-styling.scss */
.component-triple-grid .col {
  background-color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT TRIPLE GRID - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - START */
/**************************************************************************************************************/
/* line 791, _components-styling.scss */
.component-venue-image-map {
  border-top: 1px solid #ccc;
}
/* line 795, _components-styling.scss */
.component-venue-image-map .component-inner .component-intro p {
  text-align: left;
}
/* line 800, _components-styling.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) {
  background-color: #7d8386;
}
/* line 802, _components-styling.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner {
  /*padding-top:7.5em; */
}
/* line 804, _components-styling.scss */
.component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h2, .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h3, .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h4, .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h5, .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner h6,
.component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner p, .component-venue-image-map .component-inner .section.group .col.span_1_of_3:nth-of-type(1) .col-inner ul li {
  color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT VENUE IMAGE MAP - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* COMPONENT VIDEO - STYLING - START */
/**************************************************************************************************************/
/* line 820, _components-styling.scss */
.component-video {
  background-color: #fff;
}

/**************************************************************************************************************/
/* COMPONENT VIDEO - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES TABS ACCORDION - STYLING - START */
/**************************************************************************************************************/
/* -------------- GENERAL -------------- */
/* line 5, _agenda-awards-styling.scss */
[class*="component-agenda"] {
  /* TABS */
}
/* line 7, _agenda-awards-styling.scss */
[class*="component-agenda"] table td {
  /* -------------- LISTS -------------- */
}
/* line 8, _agenda-awards-styling.scss */
[class*="component-agenda"] table td p.time {
  color: #666;
}
/* line 13, _agenda-awards-styling.scss */
[class*="component-agenda"] table td ul:not(.tabs) li:before {
  background-color: #c42529;
}
/* line 22, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a {
  background-color: #c42529;
  color: #fff;
}
/* line 25, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a:hover {
  background-color: #505456;
  color: #fff;
}
/* line 30, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a.active {
  background-color: #505456;
  color: #fff;
}
/* line 34, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a[class*="stream-button-"] {
  border: 1px solid #c42529;
  color: #c42529;
  background-color: transparent;
}
/* line 38, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a[class*="stream-button-"]:hover {
  background-color: #c42529;
  color: #fff;
}
/* line 43, _agenda-awards-styling.scss */
[class*="component-agenda"] .tabs li a[class*="stream-button-"].active {
  border: 1px solid #c42529;
  background-color: #c42529;
  color: #fff;
}

/* -------------- TABLES -------------- */
/* line 54, _agenda-awards-styling.scss */
.component-agenda-table table tr {
  border-top: 1px solid #ccc;
}
/* line 57, _agenda-awards-styling.scss */
.component-agenda-table table td:nth-of-type(1):not([colspan]) {
  color: #c42529;
}
/* line 60, _agenda-awards-styling.scss */
.component-agenda-table table h1,
.component-agenda-table table h2,
.component-agenda-table table h3,
.component-agenda-table table h4,
.component-agenda-table table h5 {
  color: #c42529;
}
/* line 70, _agenda-awards-styling.scss */
.component-agenda-table .agenda-day-toggle li a {
  background-color: #505456;
  color: #fff;
}
/* line 73, _agenda-awards-styling.scss */
.component-agenda-table .agenda-day-toggle li a:hover {
  background-color: #c42529;
}
/* line 77, _agenda-awards-styling.scss */
.component-agenda-table .agenda-day-toggle li a.active {
  background-color: #c42529;
}
/* line 84, _agenda-awards-styling.scss */
.component-agenda-table .agenda-stream-content table tr {
  border-top: none;
  border-bottom: 1px solid #ccc;
}
/* line 88, _agenda-awards-styling.scss */
.component-agenda-table .agenda-stream-content table tr:last-child {
  border-bottom: none;
}
/* line 93, _agenda-awards-styling.scss */
.component-agenda-table .agenda-break {
  background-color: #f4f5f4;
}
/* line 96, _agenda-awards-styling.scss */
.component-agenda-table .agenda-well {
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 101, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table {
  border: 1px solid #c42529;
  border-top: none;
}
/* line 104, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table th {
  background-color: #c42529;
  color: #fff;
}
/* line 107, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table th h1,
.component-agenda-table [class*="agenda-stream-"] table th h2,
.component-agenda-table [class*="agenda-stream-"] table th h3,
.component-agenda-table [class*="agenda-stream-"] table th h4,
.component-agenda-table [class*="agenda-stream-"] table th h5,
.component-agenda-table [class*="agenda-stream-"] table th h6 {
  color: #fff;
}
/* line 116, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table td {
  border: none;
  color: #000;
}
/* line 119, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table td h1,
.component-agenda-table [class*="agenda-stream-"] table td h2,
.component-agenda-table [class*="agenda-stream-"] table td h3,
.component-agenda-table [class*="agenda-stream-"] table td h4,
.component-agenda-table [class*="agenda-stream-"] table td h5,
.component-agenda-table [class*="agenda-stream-"] table td h6 {
  color: #c42529;
}
/* line 128, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table .agenda-break {
  background-color: #f4f5f4;
}
/* line 131, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] table .agenda-well {
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 136, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.linkbtn,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn.active,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.active.linkbtn {
  border: 1px solid #c42529;
  background-color: transparent;
  color: #c42529;
}
/* line 143, _agenda-awards-styling.scss */
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn:focus, .component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn:hover,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.linkbtn:focus,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.linkbtn:hover,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn.active:focus,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.btn.active:hover,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.active.linkbtn:focus,
.component-agenda-table [class*="agenda-stream-"] .agenda-collapse-toggle.active.linkbtn:hover {
  color: #fff;
  background-color: #c42529;
}

/* -------------- ACCORDIONS -------------- */
/* line 153, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder {
  border-bottom: 1px solid #ccc;
}
/* line 156, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder .accordion-title h4 {
  color: #c42529;
}
/* line 160, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder .accordion-section {
  /* -------------- LISTS -------------- */
}
/* line 163, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder .accordion-section ul li:before {
  background-color: #c42529;
}
/* line 168, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder .accordion-icon {
  background-color: #c42529;
}
/* line 171, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder:hover {
  background-color: #f4f5f4;
}
/* line 174, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder:hover .accordion-title h4 {
  color: #505456;
}
/* line 178, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder:hover .accordion-icon {
  background-color: #505456;
}
/* line 183, _agenda-awards-styling.scss */
.component-agenda-accordion .accordion-holder.active {
  background-color: #f4f5f4;
}

/* -------------- TABS -------------- */
/* line 190, _agenda-awards-styling.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] {
  /* -------------- LISTS -------------- */
}
/* line 193, _agenda-awards-styling.scss */
.component-agenda-tabs .tabpanels [data-tabcontent] ul li:before {
  background-color: #c42529;
}

/**************************************************************************************************************/
/* AGENDA COMPONENT - TABLES TABS ACCORDION - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* AWARDS COMPONENT - STYLING - START */
/**************************************************************************************************************/
/* line 211, _agenda-awards-styling.scss */
.component-awards .component-inner .award-section .award-title {
  background-color: #c42529;
}
/* line 213, _agenda-awards-styling.scss */
.component-awards .component-inner .award-section .award-title h4 {
  color: #f4f5f4;
}
/* line 220, _agenda-awards-styling.scss */
.component-awards .component-inner .award-section .col-inner .award-details .award-type h5 {
  color: #444;
}

/**************************************************************************************************************/
/* AWARDS COMPONENT - STYLING - END */
/**************************************************************************************************************/
/**************************************************************************************************************/
/* SITE SPECIFIC FILE IMPORTS - END */
/**************************************************************************************************************/

/*# sourceMappingURL=styles.css.map */
