html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

*:focus {
  outline: none;
}

input[type=button] {
  -webkit-appearance: none;
}

img:not([alt]) {
  border: 4px red dashed !important;
}

section.table #rwd-table {
  display: block;
}
section.table #rwd-table tbody {
  border: none;
}
section.table #rwd-table tbody, section.table #rwd-table th, section.table #rwd-table td, section.table #rwd-table tr, section.table #rwd-table tfoot {
  display: block;
}
section.table #rwd-table thead {
  display: none;
}
section.table #rwd-table tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 5px 0px #ddd;
          box-shadow: 0px 2px 5px 0px #ddd;
  border-radius: 4px;
  border-top: 5px solid #008cba;
}
section.table #rwd-table tr td {
  padding: 0.5em 0.5em 0.5em 50%;
  float: left;
  width: 100%;
}
section.table #rwd-table tr td:before {
  width: 100%;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
  clear: both;
  margin: -0.5em 0 0 -100%;
  font-size: 1.125em;
}
@media screen and (min-width: 600px) {
  section.table #rwd-table {
    display: table;
    border: none;
  }
  section.table #rwd-table tbody {
    border-bottom: 3px solid #008cba;
  }
  section.table #rwd-table th, section.table #rwd-table td {
    display: table-cell;
  }
  section.table #rwd-table tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.table #rwd-table tr td {
    padding: 0.75em 0 0.75em 0.25em;
    float: none;
    width: auto;
  }
  section.table #rwd-table tr td:before {
    padding: 0 !important;
  }
  section.table #rwd-table thead {
    display: table-header-group;
  }
  section.table #rwd-table tbody, section.table #rwd-table tfoot {
    display: table-row-group;
  }
  section.table #rwd-table tr:nth-of-type(even) {
    background: none;
  }
}

section.table #rwd-table-large {
  display: block;
}
section.table #rwd-table-large tbody {
  border: none;
}
section.table #rwd-table-large tbody, section.table #rwd-table-large th, section.table #rwd-table-large td, section.table #rwd-table-large tr, section.table #rwd-table-large tfoot {
  display: block;
}
section.table #rwd-table-large thead {
  display: none;
}
section.table #rwd-table-large tr {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 5px 0px #ddd;
          box-shadow: 0px 2px 5px 0px #ddd;
  border-radius: 4px;
  border-top: 5px solid #008cba;
}
section.table #rwd-table-large tr td {
  padding: 0.5em 0.5em 0.5em 50%;
  float: left;
  width: 100%;
}
section.table #rwd-table-large tr td:before {
  width: 100%;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
  clear: both;
  margin: -0.5em 0 0 -100%;
  font-size: 1.125em;
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large {
    display: table;
    border: none;
  }
  section.table #rwd-table-large tbody {
    border-bottom: 3px solid #008cba;
  }
  section.table #rwd-table-large th, section.table #rwd-table-large td {
    display: table-cell;
  }
  section.table #rwd-table-large tr {
    display: table-row;
    border: none;
    border-bottom: 1px solid #eee;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.table #rwd-table-large tr td {
    padding: 0.75em 0 0.75em 0.25em;
    float: none;
    width: auto;
  }
  section.table #rwd-table-large tr td:before {
    padding: 0 !important;
  }
  section.table #rwd-table-large thead {
    display: table-header-group;
  }
  section.table #rwd-table-large tbody, section.table #rwd-table-large tfoot {
    display: table-row-group;
  }
  section.table #rwd-table-large tr:nth-of-type(even) {
    background: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
}
body h1 {
  font-size: 38px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
body h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
body h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
body h4 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}
body h5 {
  font-size: 13.28px;
  line-height: 1em;
  margin-bottom: 22px;
}
body h6 {
  font-size: 10.72px;
  line-height: 1em;
  margin-bottom: 37px;
}
body p {
  line-height: 1.6em;
  margin-bottom: 15px;
}
body p strong, body p b {
  font-weight: 600;
}
body p em, body p i {
  font-style: italic;
}
body *, body *:before, body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.locked {
  overflow: hidden;
}
body .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
body .header-calc {
  width: 100%;
  max-width: 1200px;
}
body .text_align-left {
  text-align: left;
}
body .text_align-center {
  text-align: center;
}
body .text_align-right {
  text-align: right;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media only screen and (min-width: 576px) {
  .offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-xs {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xs {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-xs {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xs {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-xs {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xs {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-xs {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-sm {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-sm {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-sm {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-sm {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-sm {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-sm {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-sm {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-md {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-md {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-md {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-md {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-md {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-md {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-md {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-lg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-lg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-lg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-lg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-lg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-lg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-lg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-11-xlg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-xlg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xlg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-xlg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xlg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-xlg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xlg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-xlg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}
.page-content {
  padding: 50px 0;
}

.cookies-notice {
  display: none;
  padding: 20px 0;
}
.cookies-notice .container {
  position: relative;
}
.cookies-notice .container p {
  color: #fff;
  margin-right: 35px;
}
.cookies-notice .container a {
  color: #fff;
  font-weight: 700;
}
.cookies-notice .container a.accept-cookies {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form input:not([type=submit]), form textarea {
  width: 100%;
}
form input[type=submit] {
  padding: 10px 15px;
  color: white;
  background-color: #018280;
  border: 1px solid #018280;
  border-radius: 3px;
}
form input[type=submit]:hover {
  color: #018280;
  background-color: white;
}
form .wpcf7-not-valid {
  border-color: #D0021B;
}

header {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  header {
    margin-bottom: 30px;
  }
}
header .grid {
  margin: 0 !important;
}
header .col-md-6 {
  padding: 0;
}
header img {
  width: 220px;
  max-width: 220px;
  height: auto;
  display: block;
}
header .platform-logo {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 80px;
  padding-right: 30px;
}
header .platform-logo img {
  max-height: 50px;
  width: unset;
  max-width: unset;
  height: unset;
}
header .platform-logo p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
}
header .platform-logo:after {
  width: 0;
  height: 100%;
  border-top: 103.5px solid transparent;
  border-bottom: 103.5px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
}
@media screen and (max-width: 992px) {
  header .platform-logo {
    margin-right: 0;
  }
  header .platform-logo:after {
    display: none;
  }
}
header .brand-logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .brand-logo img {
  width: 220px;
  height: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  header .brand-logo {
    padding-top: 30px;
  }
}

footer {
  padding: 50px 0;
  background: #EEEEEE;
  color: #878787;
}
footer h3 {
  font-size: 20px;
}
footer p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
footer ul {
  list-style: none;
}
footer ul li {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
footer ul li a {
  color: #878787;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
  text-decoration: underline;
}

section.table {
  padding: 50px 0;
}
section.table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 2em;
  text-align: center;
  background-color: white;
}
section.table table thead {
  border-bottom: 3px solid #008cba;
}
section.table table thead th {
  padding: 0.35em 0 0.35em;
  font-weight: 400;
  font-size: 1.25em;
}
section.table table tbody {
  border-bottom: 3px solid #008cba;
}
section.table table tbody tr {
  border-bottom: 2px solid #ddd;
}
section.table table tbody tr td {
  padding: 0.75em 0;
}
section.table table tbody tr td a {
  color: #008cba;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
section.table table tbody tr td a:hover, section.table table tbody tr td a:active, section.table table tbody tr td a:focus {
  color: #006687;
  border: none;
}
section.table table tfoot td {
  padding: 0.35em 0 0.35em;
  font-size: 1.25em;
}
@media screen and (min-width: 1000px) {
  section.table table {
    width: 100%;
  }
  section.table table thead {
    border-bottom: 3px solid #008cba;
  }
  section.table table tbody tr {
    border-bottom: 1px solid #ddd;
  }
}
section.table #rwd-table tbody tr td:nth-of-type(1):before {
  content: "Heading Col 1";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(1):before {
    content: "";
  }
}
section.table #rwd-table tbody tr td:nth-of-type(2):before {
  content: "Heading Col 2";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(2):before {
    content: "";
  }
}
section.table #rwd-table tbody tr td:nth-of-type(3):before {
  content: "Heading Col 3";
}
@media screen and (min-width: 600px) {
  section.table #rwd-table tbody tr td:nth-of-type(3):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(1):before {
  content: "Heading Col 1";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(1):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(2):before {
  content: "Heading Col 2";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(2):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(3):before {
  content: "Heading Col 3";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(3):before {
    content: "";
  }
}
section.table #rwd-table-large tbody tr td:nth-of-type(4):before {
  content: "Heading Col 4";
}
@media screen and (min-width: 1000px) {
  section.table #rwd-table-large tbody tr td:nth-of-type(4):before {
    content: "";
  }
}

section.full_width_text_panel {
  padding: 40px 0;
}
section.full_width_text_panel ul, section.full_width_text_panel ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
section.full_width_text_panel ul li, section.full_width_text_panel ol li {
  margin-bottom: 10px;
}
section.full_width_text_panel ul ol, section.full_width_text_panel ol ol {
  margin-left: 0;
  margin-bottom: 0;
}
section.full_width_text_panel ul ol ol, section.full_width_text_panel ol ol ol {
  margin-left: 0;
  margin-bottom: 0;
}

section.featured-slider {
  padding: 40px 0;
  margin-bottom: 40px;
}
section.featured-slider .slide {
  position: relative;
}
section.featured-slider .slide .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.featured-slider .slide .video-wrapper iframe, section.featured-slider .slide .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.featured-slider .slide img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.featured-slider .slide .content {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
section.featured-slider .slide .content p {
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  margin: 0;
}
section.featured-slider .slide .cta {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.featured-slider .slide .cta a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 40px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
}
section.featured-slider .owl-dots {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.featured-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  section.featured-slider .owl-dots {
    margin: 0;
  }
}
section.featured-slider .container {
  position: relative;
}
section.featured-slider .owl-nav {
  display: none;
}
section.featured-slider .custom-nav a {
  text-decoration: none;
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translate-y(-50%);
      -ms-transform: translate-y(-50%);
          transform: translate-y(-50%);
}
section.featured-slider .custom-nav a.feature-slide-next {
  right: -60px;
}
section.featured-slider .custom-nav a.feature-slide-prev {
  left: -60px;
}
@media screen and (max-width: 600px) {
  section.featured-slider .slide .content {
    position: relative;
    margin: 30px 0;
    width: 100%;
    bottom: 0;
  }
  section.featured-slider .slide .content p {
    font-size: 24px;
    line-height: 32px;
  }
  section.featured-slider .custom-nav {
    display: none;
  }
  section.featured-slider .cta {
    width: auto !important;
    bottom: auto !important;
    top: 150px;
  }
}

section.text-img-panel {
  padding: 40px 0;
}
section.text-img-panel .grid.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.text-img-panel .inner-col.img img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 992px) {
  section.text-img-panel .inner-col.img img {
    margin-top: 30px;
  }
}
section.text-img-panel .inner-col.content p {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  color: #545454;
}
section.text-img-panel .inner-col.content ul {
  padding-left: 20px;
}
section.text-img-panel .inner-col.content ul li {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  color: #545454;
  margin-bottom: 10px;
}
section.text-img-panel .inner-col.content ul li:last-of-type {
  margin-bottom: 0;
}

section.cta {
  padding: 40px 0;
}
section.cta .inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.cta .inner-col.centre {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cta .inner-col.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.cta .inner-col a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 40px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  section.cta .inner-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.cta .inner-col a {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

section.featured-sponsor {
  padding: 40px 0;
}
section.featured-sponsor .inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #707070;
}
section.featured-sponsor .inner-col .logo-wrapper img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}
section.featured-sponsor .inner-col img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}
section.featured-sponsor .inner-col .content {
  padding-left: 15px;
  color: #878787;
}
section.featured-sponsor .inner-col .content p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
  section.featured-sponsor .inner-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.featured-sponsor .inner-col .content {
    padding: 0;
  }
  section.featured-sponsor .inner-col img {
    margin: 0 auto 30px auto;
  }
}

section.video_panel {
  padding: 40px 0;
}
section.video_panel .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.video_panel .video-wrapper iframe, section.video_panel .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.image_panel {
  padding: 40px 0;
}
section.image_panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section.speaker-grid {
  padding: 40px 0;
}
section.speaker-grid .speakers-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
section.speaker-grid .speakers-container .single-speaker {
  width: calc(16.66% - 2px);
  background-color: #878787;
  margin: 0 1px 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: calc(20% - 2px);
  }
}
@media screen and (max-width: 991px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: calc(25% - 2px);
  }
}
@media screen and (max-width: 768px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: calc(33% - 2px);
  }
}
@media screen and (max-width: 650px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 768px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: calc(33% - 2px);
  }
}
@media screen and (max-width: 425px) {
  section.speaker-grid .speakers-container .single-speaker {
    width: 100%;
  }
}
section.speaker-grid .speakers-container .single-speaker a {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-content {
  border-top: 2px solid white;
  text-align: center;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-content .speaker-content-inner p {
  color: #fff;
  margin: 0 0 5px 0;
}
section.speaker-grid .speakers-container .single-speaker a .speaker-content .speaker-content-inner p:last-of-type {
  margin-bottom: 0;
}
section.speaker-grid .speakers-container .single-speaker a:hover .speaker-content {
  background-color: #47D0C2;
}
section.speaker-grid .speakers-container .single-speaker a:hover .speaker-img {
  background-color: #545454;
}
section.speaker-grid .speakers-container .single-speaker a.active .speaker-content {
  background-color: #47D0C2;
}
section.speaker-grid .speakers-container .single-speaker a.active .speaker-img {
  background-color: #545454;
}
section.speaker-grid .speaker-dropdown {
  display: none;
  padding: 30px;
  background-image: url(../images/bg-dropdown.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
section.speaker-grid .speaker-dropdown .name {
  font-size: 32px;
  line-height: 1.4em;
  color: #47D0C2;
  margin: 0 0 5px;
  font-weight: 700;
}
section.speaker-grid .speaker-dropdown .location {
  font-size: 20px;
  line-height: 1.2em;
  color: #47D0C2;
}
section.speaker-grid .speaker-dropdown p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
}

section.double_video_panel {
  padding: 0 0 40px;
}
section.double_video_panel .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.double_video_panel .video-wrapper iframe, section.double_video_panel .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  section.double_video_panel .video-wrapper {
    margin-bottom: 30px;
  }
}

.menu-icon {
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-icon span:nth-child(1) {
  top: 0px;
}
.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 15px;
}
.menu-icon span:nth-child(4) {
  top: 30px;
}
.menu-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav.mobile {
  display: none;
  background: #000;
  padding: 15px;
  text-align: center;
}
nav.mobile a {
  color: #fff;
}

@media screen and (max-width: 920px) {
  header .menu-icon {
    display: inline-block;
  }
  header nav {
    display: none;
  }
}