/*==================================
 ------------ RESET CSS -----------
==================================*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
}

nav ol,
nav ul:not(.list),
.list--reset ol,
.list--reset ul:not(.list) {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

small {
  font-size: 70%;
  line-height: normal;
}

select:empty {
  display: none;
}

*::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

*::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*---------- Animations ----------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*==================================
 -------- Q4 Modules Icons ---------
==================================*/
.q4icons .q4icons_icon:before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eecd";
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  padding-right: 5px;
}
.q4icons .module_rss-link .q4icons_icon:before,
.q4icons .module_link-rss .q4icons_icon:before {
  content: "\eefa";
}
.q4icons .module_add-to-calendar-reveal .q4icons_icon:before {
  content: "\ea5f";
  padding-right: 5px;
}
.q4icons [href$=".mp3"] .q4icons_icon:before,
.q4icons [href$=".wmv"] .q4icons_icon:before,
.q4icons [href$=".MP3"] .q4icons_icon:before,
.q4icons [href$=".WMV"] .q4icons_icon:before {
  content: "\e952";
}
.q4icons [href$=".xls"] .q4icons_icon:before,
.q4icons [href$=".xlsx"] .q4icons_icon:before,
.q4icons [href$=".csv"] .q4icons_icon:before,
.q4icons [href$=".XLS"] .q4icons_icon:before,
.q4icons [href$=".XLSX"] .q4icons_icon:before,
.q4icons [href$=".CSV"] .q4icons_icon:before {
  content: "\eeae";
}
.q4icons [href$=".mp4"] .q4icons_icon:before,
.q4icons [href$=".flv"] .q4icons_icon:before,
.q4icons [href$=".avi"] .q4icons_icon:before,
.q4icons [href$=".MP4"] .q4icons_icon:before,
.q4icons [href$=".FLV"] .q4icons_icon:before,
.q4icons [href$=".AVI"] .q4icons_icon:before {
  content: "\e95e";
}
.q4icons [href$=".pdf"] .q4icons_icon:before,
.q4icons [href$=".PDF"] .q4icons_icon:before {
  content: "\e900";
}
.q4icons .module_link-webcast .q4icons_icon:before,
.q4icons .module_webcast-link .q4icons_icon:before {
  content: "\e989";
}
.q4icons .module_link-news .q4icons_icon:before,
.q4icons .module_link-transcript .q4icons_icon:before {
  content: "\e99b";
}
.q4icons .module_link-presentation .q4icons_icon:before {
  content: "\e95c";
}
.q4icons .module_link-file .q4icons_icon:before {
  content: "\eb81";
}
.q4icons .module_link-sec .q4icons_icon:before {
  content: "\e9bb";
}
.q4icons .module_link-sec[href$=".pdf"] .q4icons_icon:before {
  content: "\ef3e";
}
.q4icons .module_link-sec[href$=".rtf"] .q4icons_icon:before {
  content: "\ef40";
}
.q4icons .module_link-sec[href$=".xls"] .q4icons_icon:before {
  content: "\ef41";
}
.q4icons .module_link-sec[href$=".zip"] .q4icons_icon:before {
  content: "\e9b9";
}
.q4icons [href^="tel:"] .q4icons_icon:before {
  font-size: 1.6rem;
  vertical-align: text-bottom;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1d";
}
.q4icons [href^="mailto:"] .q4icons_icon:before {
  font-size: 1.6rem;
  vertical-align: text-bottom;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea32";
}

/*==================================
 ----------- TOAST GRID -----------
==================================*/
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid--flex {
  margin-left: -20px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--flex_column {
  flex-direction: column;
}
.grid--flex_row-reverse {
  flex-direction: row-reverse;
}
.grid--flex_column-reverse {
  flex-direction: column-reverse;
}
.grid--flex_justify-start {
  justify-content: flex-start;
  text-align: start;
}
.grid--flex_justify-center {
  justify-content: center;
  text-align: center;
}
.grid--flex_justify-end {
  justify-content: flex-end;
  text-align: end;
}
.grid--flex_align-top {
  align-items: flex-start;
}
.grid--flex_align-middle {
  align-items: center;
}
.grid--flex_align-bottom {
  align-items: flex-end;
}
.grid--flex_space-around {
  justify-content: space-around;
}
.grid--flex_space-between {
  justify-content: space-between;
}

.grid--flex .grid_col {
  display: block;
  margin-right: 0;
  flex: 0 0 auto;
}

.grid_col--12-of-12, .grid_col--8-of-8, .grid_col--7-of-7, .grid_col--6-of-6, .grid_col--5-of-5, .grid_col--4-of-4, .grid_col--3-of-3, .grid_col--2-of-2, .grid_col--1-of-1 {
  width: 100%;
}

.grid_col--6-of-12, .grid_col--4-of-8, .grid_col--3-of-6, .grid_col--2-of-4, .grid_col--1-of-2 {
  width: 50%;
}

.grid_col--4-of-12, .grid_col--2-of-6, .grid_col--1-of-3 {
  width: 33.3333333333%;
}

.grid_col--8-of-12, .grid_col--4-of-6, .grid_col--2-of-3 {
  width: 66.6666666667%;
}

.grid_col--3-of-12, .grid_col--2-of-8, .grid_col--1-of-4 {
  width: 25%;
}

.grid_col--9-of-12, .grid_col--6-of-8, .grid_col--3-of-4 {
  width: 75%;
}

.grid--flex .grid_col--12-of-12, .grid--flex .grid_col--8-of-8, .grid--flex .grid_col--7-of-7, .grid--flex .grid_col--6-of-6, .grid--flex .grid_col--5-of-5, .grid--flex .grid_col--4-of-4, .grid--flex .grid_col--3-of-3, .grid--flex .grid_col--2-of-2, .grid--flex .grid_col--1-of-1 {
  width: auto;
  flex-basis: 100%;
  max-width: 100%;
}

.grid--flex .grid_col--6-of-12, .grid--flex .grid_col--4-of-8, .grid--flex .grid_col--3-of-6, .grid--flex .grid_col--2-of-4, .grid--flex .grid_col--1-of-2 {
  width: auto;
  flex-basis: 50%;
  max-width: 50%;
}

.grid--flex .grid_col--4-of-12, .grid--flex .grid_col--2-of-6, .grid--flex .grid_col--1-of-3 {
  width: auto;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid--flex .grid_col--8-of-12, .grid--flex .grid_col--4-of-6, .grid--flex .grid_col--2-of-3 {
  width: auto;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid--flex .grid_col--3-of-12, .grid--flex .grid_col--2-of-8, .grid--flex .grid_col--1-of-4 {
  width: auto;
  flex-basis: 25%;
  max-width: 25%;
}

.grid--flex .grid_col--9-of-12, .grid--flex .grid_col--6-of-8, .grid--flex .grid_col--3-of-4 {
  width: auto;
  flex-basis: 75%;
  max-width: 75%;
}

.grid_col--push-12-of-12, .grid_col--push-8-of-8, .grid_col--push-7-of-7, .grid_col--push-6-of-6, .grid_col--push-5-of-5, .grid_col--push-4-of-4, .grid_col--push-3-of-3, .grid_col--push-2-of-2, .grid_col--push-1-of-1 {
  margin-left: 100%;
}

.grid_col--push-6-of-12, .grid_col--push-4-of-8, .grid_col--push-3-of-6, .grid_col--push-2-of-4, .grid_col--push-1-of-2 {
  margin-left: 50%;
}

.grid_col--push-4-of-12, .grid_col--push-2-of-6, .grid_col--push-1-of-3 {
  margin-left: 33.3333333333%;
}

.grid_col--push-8-of-12, .grid_col--push-4-of-6, .grid_col--push-2-of-3 {
  margin-left: 66.6666666667%;
}

.grid_col--push-3-of-12, .grid_col--push-2-of-8, .grid_col--push-1-of-4 {
  margin-left: 25%;
}

.grid_col--push-9-of-12, .grid_col--push-6-of-8, .grid_col--push-3-of-4 {
  margin-left: 75%;
}

.grid_col--pull-12-of-12, .grid_col--pull-8-of-8, .grid_col--pull-7-of-7, .grid_col--pull-6-of-6, .grid_col--pull-5-of-5, .grid_col--pull-4-of-4, .grid_col--pull-3-of-3, .grid_col--pull-2-of-2, .grid_col--pull-1-of-1 {
  margin-left: -100%;
}

.grid_col--pull-6-of-12, .grid_col--pull-4-of-8, .grid_col--pull-3-of-6, .grid_col--pull-2-of-4, .grid_col--pull-1-of-2 {
  margin-left: -50%;
}

.grid_col--pull-4-of-12, .grid_col--pull-2-of-6, .grid_col--pull-1-of-3 {
  margin-left: -33.3333333333%;
}

.grid_col--pull-8-of-12, .grid_col--pull-4-of-6, .grid_col--pull-2-of-3 {
  margin-left: -66.6666666667%;
}

.grid_col--pull-3-of-12, .grid_col--pull-2-of-8, .grid_col--pull-1-of-4 {
  margin-left: -25%;
}

.grid_col--pull-9-of-12, .grid_col--pull-6-of-8, .grid_col--pull-3-of-4 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid--flex .grid_col--1-of-5 {
  width: auto;
  flex-basis: 20%;
  max-width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid--flex .grid_col--2-of-5 {
  width: auto;
  flex-basis: 40%;
  max-width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid--flex .grid_col--3-of-5 {
  width: auto;
  flex-basis: 60%;
  max-width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid--flex .grid_col--4-of-5 {
  width: auto;
  flex-basis: 80%;
  max-width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--1-of-6 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--5-of-6 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}

.grid_col--1-of-7 {
  width: 14.2857142857%;
}

.grid--flex .grid_col--1-of-7 {
  width: auto;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.grid_col--push-1-of-7 {
  margin-left: 14.2857142857%;
}

.grid_col--pull-1-of-7 {
  margin-left: -14.2857142857%;
}

.grid_col--2-of-7 {
  width: 28.5714285714%;
}

.grid--flex .grid_col--2-of-7 {
  width: auto;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%;
}

.grid_col--push-2-of-7 {
  margin-left: 28.5714285714%;
}

.grid_col--pull-2-of-7 {
  margin-left: -28.5714285714%;
}

.grid_col--3-of-7 {
  width: 42.8571428571%;
}

.grid--flex .grid_col--3-of-7 {
  width: auto;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%;
}

.grid_col--push-3-of-7 {
  margin-left: 42.8571428571%;
}

.grid_col--pull-3-of-7 {
  margin-left: -42.8571428571%;
}

.grid_col--4-of-7 {
  width: 57.1428571429%;
}

.grid--flex .grid_col--4-of-7 {
  width: auto;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%;
}

.grid_col--push-4-of-7 {
  margin-left: 57.1428571429%;
}

.grid_col--pull-4-of-7 {
  margin-left: -57.1428571429%;
}

.grid_col--5-of-7 {
  width: 71.4285714286%;
}

.grid--flex .grid_col--5-of-7 {
  width: auto;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%;
}

.grid_col--push-5-of-7 {
  margin-left: 71.4285714286%;
}

.grid_col--pull-5-of-7 {
  margin-left: -71.4285714286%;
}

.grid_col--6-of-7 {
  width: 85.7142857143%;
}

.grid--flex .grid_col--6-of-7 {
  width: auto;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%;
}

.grid_col--push-6-of-7 {
  margin-left: 85.7142857143%;
}

.grid_col--pull-6-of-7 {
  margin-left: -85.7142857143%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
  width: auto;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
  width: auto;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
  width: auto;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
  width: auto;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.3333333333%;
}

.grid--flex .grid_col--1-of-12 {
  width: auto;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--2-of-12 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
  width: 41.6666666667%;
}

.grid--flex .grid_col--5-of-12 {
  width: auto;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
  width: 58.3333333333%;
}

.grid--flex .grid_col--7-of-12 {
  width: auto;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--10-of-12 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
  width: 91.6666666667%;
}

.grid--flex .grid_col--11-of-12 {
  width: auto;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .grid_col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1131px) {
  .grid_col[class*=grid_col--lg-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lg-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--lg-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--lg-1-of-2, .grid_col.grid_col--lg-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-2, .grid--flex .grid_col.grid_col--lg-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--lg-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--lg-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lg-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--lg-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--lg-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lg-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1130px) and (min-width: 769px) {
  .grid_col[class*=grid_col--lc-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lc-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--lc-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--lc-1-of-2, .grid_col.grid_col--lc-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-2, .grid--flex .grid_col.grid_col--lc-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--lc-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--lc-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lc-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--lc-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--lc-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lc-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .grid_col[class*=grid_col--md-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--md-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--md-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--md-1-of-2, .grid_col.grid_col--md-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-2, .grid--flex .grid_col.grid_col--md-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--md-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--md-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--md-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--md-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--md-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--md-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .grid_col[class*=grid_col--sm-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--sm-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-2, .grid--flex .grid_col.grid_col--sm-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--sm-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--sm-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--sm-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--sm-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--sm-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--sm-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid--flex .grid_col {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}
.grid--flex .grid_col--d-first {
  float: none;
  order: -1;
}

.grid_col--d-last {
  float: right;
}
.grid--flex .grid_col--d-last {
  float: none;
  order: 1;
}

.grid--no-gutter {
  margin-left: 0;
}
.grid--no-gutter .grid_col {
  padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--gutter {
  margin-left: -20px;
}
.grid--gutter .grid_col {
  padding-left: 20px;
}
.grid--gutter-40 {
  margin-left: -40px;
}
.grid--gutter-40 .grid_col {
  padding-left: 40px;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}

/*==================================
 --------- UTILITY CLASSES --------
==================================*/
.hidden:not([role=tabpanel]) {
  display: none !important;
}
.hidden[role=tabpanel] {
  display: none;
}

.disabled {
  opacity: 0.1;
  border-color: #000;
  color: #000;
  transition: none;
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.background--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background--brand {
  background-color: #2A3035;
}

.background--alt-brand {
  background-color: #35DBFF;
}

.background--dark {
  background-color: #222;
}

.background--light {
  background-color: #fff;
}

.background--grey {
  background-color: #f6f6f6;
}

.background--success {
  background-color: #23a217;
}

.background--error {
  background-color: #b72121;
}

.color--brand {
  color: #2A3035;
}

.color--dark {
  color: #222;
}

.color--grey {
  color: #f6f6f6;
}

.color--success {
  color: #23a217;
}

.color--error {
  color: #b72121;
}

.dark {
  color: #fff;
}
.dark a {
  color: #fff;
}
.dark .button--cta {
  color: #fff;
}

/*---------- Javascript ----------*/
.js--loading:after {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 16px 0 16px -25px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb27";
  font-size: 5rem;
  animation: spin 0.8s infinite linear;
}
.js--hidden:not([data-accordion]) {
  display: none !important;
}
.js--hidden[data-accordion] {
  display: none;
}
.js--visible {
  display: block;
}
.js--disabled {
  opacity: 0.3;
  transition: none;
  pointer-events: none;
}
.js--invalid input[type=text],
.js--invalid select {
  border: 1px solid #b72121 !important;
}
.js--invalid input[type=checkbox] {
  border-color: #b72121 !important;
}

/*==================================
 --------- DEFAULT STYLES ---------
==================================*/
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 42.19px;
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin: 24px 0 16px 0;
  color: #2A3035;
}

h4,
.h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}

h5,
.h5 {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 12.8px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #000;
  /*&:focus {
      outline: initial;
  }*/
}
a:hover {
  color: #1367b2;
  text-decoration: underline;
  cursor: pointer;
}

/*------------ COMMON ------------*/
img {
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label, input[type=radio] + label {
  user-select: none;
  cursor: pointer;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #222;
  margin-right: 8px;
  line-height: 1;
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  width: 12px;
  height: 12px;
  border-width: 4px;
}
input[type=radio] + label:before {
  border-radius: 100%;
}
input::-ms-clear {
  display: none;
}

iframe {
  width: 100%;
}

/*------- HACKS AND FIXES -------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*------------ LISTS ------------*/
.list {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.list--ordered {
  list-style-type: decimal;
}
.list--alpha {
  list-style-type: lower-alpha;
}
.list--roman {
  list-style-type: lower-roman;
}
.list--inside {
  list-style-position: inside;
}

/*------- BUTTONS / INPUTS -------*/
.input,
.textarea,
.dropdown,
.upload,
.submit {
  display: inline-block;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 20px;
  border: 2px solid white;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear {
  display: none;
}
.input:after,
.textarea:after,
.dropdown:after,
.upload:after,
.submit:after {
  font-family: "q4-icons" !important;
  content: "?";
}

.submit,
.upload,
.dropdown {
  cursor: pointer;
}

.submit {
  background: white;
  text-transform: uppercase;
}

.textarea {
  width: 100%;
  resize: vertical;
}

.upload {
  line-height: 0;
}

.dropdown {
  padding: 15px;
  background: transparent url("https://q4inc2021conferenceresourcetemplate.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
  background-size: 14px 14px;
  min-width: 130px;
}
.dropdown::-ms-expand {
  display: none;
}

.tabs-link:hover {
  cursor: pointer;
}

/*------------ TABLES ------------*/
.table {
  width: 100%;
  margin: 16px 0;
}
.table thead {
  background-color: #2A3035;
}
.table thead th {
  text-align: left;
}
.table tr:nth-child(even) {
  background-color: #f6f6f6;
}
.table th,
.table td,
.table tr > .grid_col {
  margin: 0;
  padding: 10px 8px;
}
.table th {
  color: #fff;
}
.table-wrapper {
  overflow-x: auto;
}
.table--headless tr:nth-child(even) {
  background-color: transparent;
}
.table--headless tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.table--headless tr:first-child {
  background-color: #2A3035;
  text-align: left;
}
.table--headless tr:first-child td {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tbody {
    border-top: 2px solid #2A3035;
    border-bottom: 2px solid #2A3035;
  }
  .table--responsive td {
    display: block;
  }
  .table--responsive td:before {
    content: attr(data-heading) ": ";
    font-weight: 700;
  }
}

/*--------- SPECIAL BOXES --------*/
.code {
  margin: 32px 0;
  padding: 20px 15px;
  background: #f6f6f6;
  border-left: 3px solid rgba(42, 48, 53, 0.5);
  font-family: monospace, serif;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  overflow: hidden;
}
.code_comment {
  opacity: 0.5;
}

.quote {
  margin: 32px 0;
  padding: 20px 15px;
  background: #f6f6f6;
  border-left: 3px solid rgba(53, 219, 255, 0.5);
  font-size: 1.4rem;
  font-style: italic;
}
.quote p:before {
  margin-right: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1b";
}
.quote p:after {
  margin-left: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1c";
}

/* --------- OTHER -----------*/
.green-period {
  width: 10px;
  height: 10px;
  display: inline-flex;
  content: "";
  background-color: #1ABC9C;
}

.paging-info {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.slick-prev,
.slick-next,
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  padding: 7px 10px;
  border: 1px solid;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
  cursor: pointer;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media (min-width: 768px) {
  .padding-l-40 {
    padding-left: 40px !important;
  }

  .padding-t-0 {
    padding-top: 0 !important;
  }

  .module_options--mobile {
    display: none;
  }
}
/*==================================
 --------- ACCESSIBILITY ----------
==================================*/
[disabled],
[aria-disabled=true],
[tabindex="-1"] {
  outline: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

#maincontent:focus {
  outline: 0px;
}

.tooltip {
  position: absolute;
  padding: 5px;
  font-family: Arial;
  color: black;
  background: white;
  line-height: normal;
  transform: translate(0, -50%);
  z-index: 200;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 5px;
}
.tooltip[data-position=left] {
  transform: translate(-100%, -50%);
  margin-left: -5px;
}
.tooltip[aria-hidden=true] {
  display: none;
}
.tooltip[aria-hidden=false] {
  display: block;
}

.button {
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 600;
  color: #fff;
  background-color: #E41C23;
  display: inline-block;
  border-radius: 4px;
  padding: 15px;
  transition: all 0.3s ease-out;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #bb171c;
}
.button--secondary {
  color: #fff;
  background-color: #1367b2;
}
.button--secondary:hover {
  color: #fff;
  background-color: #004684;
}
.button--tertiary {
  color: #004684;
  background-color: #e3e3e3;
}

.current-conference h1 {
  margin-top: 16px;
}
.current-conference_prefix {
  font-size: 18px;
}
.current-conference_datetime {
  font-size: 24px;
  margin-top: 16px;
}
.current-conference_wrap {
  max-width: 731px;
}
.current-conference .button {
  width: 100%;
  max-width: 240px;
  margin: 0 14px;
}
.current-conference .button:first-child {
  margin-left: 0;
}
.current-conference .button:last-child {
  margin-right: 0;
}
.current-conference .button_wrap {
  margin-top: 36px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .current-conference .button_wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .current-conference .button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 28px;
    max-width: 100%;
  }
}

.faq {
  padding-top: 70px;
  padding-bottom: 95px;
}
.faq_wrap {
  max-width: 1062px;
  margin: 20px auto 0;
}
.faq_item {
  border-bottom: 1px solid #C4C4C4;
  transition: all 0.3s ease-out;
}
.faq_item_header {
  font-size: 24px;
  font-weight: 700;
}
.faq_item_question {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  transition: all ease-out 0.3s;
}
.faq_item_question:hover {
  text-decoration: none;
  color: inherit;
}
.faq_item_question_icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: 20px;
  align-self: center;
  transition: all 0.3s ease-out;
}
.faq_item_body {
  padding: 0 25px 25px;
}
.faq_item_body p:first-child {
  margin-top: 0;
}
.faq_item_body p:last-child {
  margin-bottom: 0;
}
.faq_item.open {
  box-shadow: 0px 4px 16px 0px #00000029;
  border-bottom: 0;
}
.faq_item.open .faq_item_question {
  color: #004684;
}
.faq_item.open .faq_item_question_icon {
  transform: rotate(180deg);
}
.faq_item.open .faq_item_question_icon > path {
  fill: #004684;
}
.faq_toggle {
  margin-top: 30px;
}
.faq_toggle_link_text {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.grid {
  margin-left: -28px;
}
.grid_col {
  padding-left: 28px;
}

.other-conferences {
  background-color: #00396b;
  color: #fff;
  text-align: center;
  padding: 72px 0 95px;
}
@media only screen and (max-width: 768px) {
  .other-conferences {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
.other-conferences_wrap {
  max-width: 1093px;
  margin: 56px auto 0;
}
@media only screen and (max-width: 768px) {
  .other-conferences_wrap {
    margin-top: 40px;
  }
}
.other-conferences_item {
  padding: 16px;
  align-self: start;
  margin: 10px 10px;
  max-width: 339px;
  box-sizing: content-box;
  transition: all 0.3s ease-out;
}
.other-conferences_item_photo {
  width: 100%;
}
.other-conferences_item_title, .other-conferences_item_datetime {
  text-align: left;
}
.other-conferences_item_title {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.2;
}
.other-conferences_item_datetime {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.2;
}
.other-conferences_item .button {
  margin: 12px 0;
}
.other-conferences_item .button_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.other-conferences_item:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .other-conferences_item {
    margin-left: auto;
    margin-right: auto;
  }
}
.other-conferences .slick-next {
  right: 0;
  bottom: -24px;
  top: auto;
}
.other-conferences .slick-prev {
  left: 0;
  bottom: -24px;
  top: auto;
}
.other-conferences .slick-slider {
  padding-left: 0;
  padding-right: 0;
}

.page--conference .pane--banner {
  min-height: 871px;
  display: flex;
  flex-direction: column;
  padding-top: 91px;
  padding-bottom: 94px;
}
.page--conference .pane--banner .pane_inner {
  max-width: calc(845px + 24px * 2);
}
@media only screen and (max-width: 768px) {
  .page--conference .pane--banner {
    min-height: 0;
  }
}
.page--resource .pane--banner {
  min-height: 871px;
  display: flex;
  flex-direction: column;
  padding-top: 91px;
  padding-bottom: 94px;
}
.page--resource .pane--banner .pane_inner {
  max-width: 1272px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--resource .pane--banner {
    min-height: 0;
    padding-top: 155px;
    padding-bottom: 80px;
  }
}
.page--resource .pane--banner .company-logo {
  margin: 16px 0 0;
}
.page--resource .pane--banner .company-logo_wrap {
  position: absolute;
  top: 0;
}
.page--resource .pane--content .module_container--inner {
  max-width: 1272px;
  width: 100%;
  margin: auto;
}
.page--resource .pane--footer2 {
  background: #F2F2F2;
}

.pane--banner {
  background: url("../design/banner/Splash-Image.png") no-repeat center center;
  background-color: #BBDDE6;
  background-size: cover;
  color: #00324D;
}
.pane--banner .company-logo {
display: block;
    margin: auto;
    width: 535px;
    position: relative;
    padding: 0px 9px;
        padding-bottom: 10px;
}
.pane--banner .pane_inner {
  padding: 0 24px;
}
.pane--content .module_container--inner {
  padding: 0 24px;
}
.pane .pane_inner {
  margin: auto;
}
.pane--footer2 {
  padding: 16px 0;
}
.pane--footer2 .copyright {
  font-size: 16px;
  line-height: 2;
}
.pane--footer2 .powered-by-q4 {
  font-size: 13px;
  line-height: 1.2;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
  margin: 0;
  background-position: 0;
}
body.PreviewBody .PreviewToolBar {
  position: fixed;
  top: 100%;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 35px 20px;
  border: 0;
  background: #222;
  font-size: 0;
  text-align: left;
  color: #fff;
  z-index: 100;
}
body.PreviewBody .PreviewToolBar.js--open {
  top: auto;
  bottom: 0;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 20px;
  background: #222;
  transform: translate(0, -100%);
  font-size: 2.4rem;
  cursor: pointer;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
  content: "\ed6d";
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  display: inline-block;
  vertical-align: middle;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  font-size: 1.6rem;
  margin-right: 15px;
  line-height: 50px;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
  float: none;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
  content: "Select Preview Type:";
}
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  float: right;
}
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  content: "Select Preview Date:";
}
body.PreviewBody .PreviewToolBar img {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type=radio],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
  display: inline-block;
  margin-right: 5px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  vertical-align: baseline;
}
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
}
body.PreviewBody .PreviewToolBar label + input[type=radio] {
  margin-left: 15px;
}
body.PreviewBody .PreviewToolBar input[type=text] {
  min-width: 110px;
}
body.PreviewBody .PreviewToolBar select {
  padding: 15px 35px 15px 20px;
  background: #fff url("https://q4inc2021conferenceresourcetemplate.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
  background-size: 14px 14px;
}
body.PreviewBody .PreviewToolBar select::-ms-expand {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type=submit] {
  background: #2A3035;
  color: #fff !important;
}
@media only screen and (max-width: 1130px) {
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.PreviewBody .PreviewToolBar input[type=radio],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
    margin-bottom: 5px;
  }
}

.resources {
  background-color: #00396b;
  color: #fff;
  padding: 72px 0 95px;
}
.resources_item {
  margin-top: 21px;
}
.resources_item_photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.resources_item_photo_wrap {
  overflow: hidden;
  background-color: white;
  height: auto;
}
.resources_item_content-wrap {
  color: #000;
  padding: 24px 16px;
}
.resources_item_title {
  font-size: 18px;
  font-weight: 700;
}
.resources_item_link {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.resources_item_link > * {
  align-self: center;
}
.resources_item_link_wrap {
  padding: 5px 0;
}
.resources_item_link_wrap:first-child {
  padding-top: 0px;
}
.resources_item_link_wrap:last-child {
  padding-bottom: 0px;
}
.resources_item_link:hover .resources_item_link_icon > path {
  fill: #1367b2;
}
.resources_item_links {
  margin-top: 16px;
}
.resources_item_wrap {
  background-color: white;
  position: relative;
  position: relative;
}
.resources_item_wrap:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.36);
}
.resources_item_wrap:hover .resources_item_photo {
  transform: scale(1.05);
}
.resources_item_wrap:hover .resources_item_back {
  opacity: 1;
}
.resources_item_wrap:hover .resources_item_front {
  opacity: 0;
}
.resources_item_wrap:hover:after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #1367b2;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .resources_item_wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.resources_item_back {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-out;
}
.resources_item_front {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .resources_item.grid_col {
    padding-left: 0;
  }
}
.resources_wrap {
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .resources_wrap.grid {
    margin-left: 0;
  }
  .resources_wrap.slick-slider {
    padding-bottom: 34px;
  }
}
.resources .slick-dots {
  bottom: -34px;
  top: auto;
  display: block;
  position: relative;
  text-align: center;
}
.resources .slick-next {
  right: 0;
  bottom: -34px;
  top: auto;
}
.resources .slick-prev {
  left: 0;
  bottom: -34px;
  top: auto;
}
/*---- Accessibility Skip Link ---*/
.module-skip_link {
  position: absolute;
  top: -100px;
  left: 50%;
  padding: 15px 20px;
  background: transparent;
  color: white;
  transform: translate(-50%, 0);
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.module-skip_link:focus, .module-skip_link:active, .module-skip_link:hover {
  top: 0;
  background: #2A3035;
  outline: 0;
}
.module-skip_link:visited {
  color: #fff;
}

.page-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-toggle a {
  margin: 10px 2px;
  display: block;
}

.pane--banner .upcoming-conference {
  text-align: center;
}
.pane--banner .upcoming-conference_title {
  font-weight: 300;
  margin-top: 18.84px;
}
.pane--banner .upcoming-conference_datetime {
  font-size: 26px;
  line-height: 35.16px;
  font-weight: 700;
  margin-top: 16px;
}
.pane--banner .upcoming-conference_timer {
  margin: 10px;
  border: 1px solid white;
  border-radius: 3.39px;
  max-width: 88.25px;
  width: 100%;
  height: 88.25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pane--banner .upcoming-conference_timer_wrap {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.pane--banner .upcoming-conference_timer_number {
  font-size: 32.58px;
  line-height: 38.18px;
  display: block;
}
.pane--banner .upcoming-conference_timer_text {
  font-size: 10.86px;
  line-height: 12.73px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 768px) {
  .pane--banner .upcoming-conference_timer {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pane--banner .upcoming-conference_timer:first-child {
    margin-left: 0;
  }
  .pane--banner .upcoming-conference_timer:last-child {
    margin-right: 0;
  }
}
.pane--banner .upcoming-conference .button {
  width: 100%;
  max-width: 240px;
  margin: 0 10px;
        margin-right: 24px;
}
.pane--banner .upcoming-conference .button:first-child {
  margin-left: 0;
}
.pane--banner .upcoming-conference .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .pane--banner .upcoming-conference .button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 28px;
    max-width: 100%;
  }
}
.pane--banner .upcoming-conference .button_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pane--banner .upcoming-conference .button_wrap {
    flex-direction: column;
  }
}

.layout_footer .grid {
    margin-left: 0px;
}

/*==================================
 ----------- LAYOUT CSS -----------
==================================*/
/*------- iframe layout CSS ------*/
.layout--iframe .pane--content .module {
  padding: 40px 0;
}
.layout--iframe .pane--content .module_container--outer {
  max-width: none;
}

.upcoming-conference-contact {
    display: flex;
    justify-content: center;
}

.upcoming-conference-contact p {
        font-size: 20px;
    line-height: 35.16px;
    font-weight: 700;
    margin-top: 16px;
}