html, body, div, span, applet, object, iframe,
h1, h2, h3, .presenter-name, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.l-general__main {
  /* Mobile layout. */
}
@media (min-width: 555px) {
  .l-general__main {
    /* Tablet layout. */
  }
}
@media (min-width: 888px) {
  .l-general__main {
    /* Desktop layout. */
  }
}
@media (min-width: 1111px) {
  .l-general__main {
    /* Large desktop layout. */
  }
}

/* Borrowed from CSS-Tricks: http://css-tricks.com/responsive-data-tables/ */
table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 1.5em 0;
  line-height: 1.3;
  border: 1px solid #b9b9b9;
  font-size: 0.875em;
}

thead {
  background-color: #b9b9b9;
}
thead th {
  vertical-align: bottom;
  font-weight: 400;
  padding: 1em 0.5em;
}

tbody th, tbody td {
  border-right: 1px #b9b9b9 solid;
  vertical-align: top;
  font-weight: 300;
  line-height: 1.2;
}
tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

td, th {
  padding: 0.5em;
  text-align: left;
}

@media (max-width: 959px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  td {
    /* Behave  like a "row" */
    position: relative;
  }

  table.js-responsivized {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  table.js-responsivized thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.js-responsivized tr {
    padding-bottom: 0.5em;
    border-bottom: 0 none;
  }
  table.js-responsivized td {
    overflow: hidden;
    border-top: 1px solid #b9b9b9;
  }
  table.js-responsivized td:first-of-type {
    border-top: 0 none;
  }
  table.js-responsivized td span.th,
  table.js-responsivized td span.td {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.js-responsivized td span.th {
    padding-right: 2%;
    width: 58%;
  }
  table.js-responsivized td span.td {
    padding-left: 2%;
    width: 38%;
  }
  table.js-responsivized td span.th:before {
    content: attr(data-row-header) ":";
  }
  table.js-responsivized td span.empty:before {
    content: attr(data-row-header);
  }
  table.js-responsivized th {
    background-color: #35abe2;
    color: #fff;
    font-weight: 400;
  }
}
html {
  overflow-y: auto;
  overflow-x: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 568px) {
  .container {
    max-width: 538px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1370px;
  }
  .container-wide .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container-wide .row > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 2000px) {
  .container-wide {
    max-width: 1970px;
  }
}
@media (max-width: 767px) {
  .container_full-at-small {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.container iframe {
  width: 100%;
}

@media (min-width: 900px) {
  .sc-layout .container {
    max-width: 1080px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding > .col-12, .row.no-padding > .col-11, .row.no-padding > .col-10, .row.no-padding > .col-9, .row.no-padding > .col-8, .row.no-padding > .col-7, .row.no-padding > .col-6, .row.no-padding > .col-5, .row.no-padding > .col-4, .row.no-padding > .col-3, .row.no-padding > .col-2, .row.no-padding > .col-1 {
  padding-left: 0;
  padding-right: 0;
}
.row.no-padding > .col-sm-12, .row.no-padding > .col-sm-11, .row.no-padding > .col-sm-10, .row.no-padding > .col-sm-9, .row.no-padding > .col-sm-8, .row.no-padding > .col-sm-7, .row.no-padding > .col-sm-6, .row.no-padding > .col-sm-5, .row.no-padding > .col-sm-4, .row.no-padding > .col-sm-3, .row.no-padding > .col-sm-2, .row.no-padding > .col-sm-1, .row.no-padding > .col-md-12, .row.no-padding > .col-md-11, .row.no-padding > .col-md-10, .row.no-padding > .col-md-9, .row.no-padding > .col-md-8, .row.no-padding > .col-md-7, .row.no-padding > .col-md-6, .row.no-padding > .col-md-5, .row.no-padding > .col-md-4, .row.no-padding > .col-md-3, .row.no-padding > .col-md-2, .row.no-padding > .col-md-1, .row.no-padding > .col-lg-12, .row.no-padding > .col-lg-11, .row.no-padding > .col-lg-10, .row.no-padding > .col-lg-9, .row.no-padding > .col-lg-8, .row.no-padding > .col-lg-7, .row.no-padding > .col-lg-6, .row.no-padding > .col-lg-5, .row.no-padding > .col-lg-4, .row.no-padding > .col-lg-3, .row.no-padding > .col-lg-2, .row.no-padding > .col-lg-1, .row.no-padding > .col-xl-12, .row.no-padding > .col-xl-11, .row.no-padding > .col-xl-10, .row.no-padding > .col-xl-9, .row.no-padding > .col-xl-8, .row.no-padding > .col-xl-7, .row.no-padding > .col-xl-6, .row.no-padding > .col-xl-5, .row.no-padding > .col-xl-4, .row.no-padding > .col-xl-3, .row.no-padding > .col-xl-2, .row.no-padding > .col-xl-1 {
  padding-left: 0;
  padding-right: 0;
}
.row.wide-padding {
  margin-left: -30px;
  margin-right: -30px;
}
.row.wide-padding > .col-12, .row.wide-padding > .col-11, .row.wide-padding > .col-10, .row.wide-padding > .col-9, .row.wide-padding > .col-8, .row.wide-padding > .col-7, .row.wide-padding > .col-6, .row.wide-padding > .col-5, .row.wide-padding > .col-4, .row.wide-padding > .col-3, .row.wide-padding > .col-2, .row.wide-padding > .col-1 {
  padding-left: 30px;
  padding-right: 30px;
}
.row.wide-padding > .col-sm-12, .row.wide-padding > .col-sm-11, .row.wide-padding > .col-sm-10, .row.wide-padding > .col-sm-9, .row.wide-padding > .col-sm-8, .row.wide-padding > .col-sm-7, .row.wide-padding > .col-sm-6, .row.wide-padding > .col-sm-5, .row.wide-padding > .col-sm-4, .row.wide-padding > .col-sm-3, .row.wide-padding > .col-sm-2, .row.wide-padding > .col-sm-1, .row.wide-padding > .col-md-12, .row.wide-padding > .col-md-11, .row.wide-padding > .col-md-10, .row.wide-padding > .col-md-9, .row.wide-padding > .col-md-8, .row.wide-padding > .col-md-7, .row.wide-padding > .col-md-6, .row.wide-padding > .col-md-5, .row.wide-padding > .col-md-4, .row.wide-padding > .col-md-3, .row.wide-padding > .col-md-2, .row.wide-padding > .col-md-1, .row.wide-padding > .col-lg-12, .row.wide-padding > .col-lg-11, .row.wide-padding > .col-lg-10, .row.wide-padding > .col-lg-9, .row.wide-padding > .col-lg-8, .row.wide-padding > .col-lg-7, .row.wide-padding > .col-lg-6, .row.wide-padding > .col-lg-5, .row.wide-padding > .col-lg-4, .row.wide-padding > .col-lg-3, .row.wide-padding > .col-lg-2, .row.wide-padding > .col-lg-1, .row.wide-padding > .col-xl-12, .row.wide-padding > .col-xl-11, .row.wide-padding > .col-xl-10, .row.wide-padding > .col-xl-9, .row.wide-padding > .col-xl-8, .row.wide-padding > .col-xl-7, .row.wide-padding > .col-xl-6, .row.wide-padding > .col-xl-5, .row.wide-padding > .col-xl-4, .row.wide-padding > .col-xl-3, .row.wide-padding > .col-xl-2, .row.wide-padding > .col-xl-1 {
  padding-left: 30px;
  padding-right: 30px;
}
.row.extra-wide-padding {
  margin-left: -75px;
  margin-right: -75px;
}
.row.extra-wide-padding > .col-12, .row.extra-wide-padding > .col-11, .row.extra-wide-padding > .col-10, .row.extra-wide-padding > .col-9, .row.extra-wide-padding > .col-8, .row.extra-wide-padding > .col-7, .row.extra-wide-padding > .col-6, .row.extra-wide-padding > .col-5, .row.extra-wide-padding > .col-4, .row.extra-wide-padding > .col-3, .row.extra-wide-padding > .col-2, .row.extra-wide-padding > .col-1 {
  padding-left: 75px;
  padding-right: 75px;
}
.row.extra-wide-padding > .col-sm-12, .row.extra-wide-padding > .col-sm-11, .row.extra-wide-padding > .col-sm-10, .row.extra-wide-padding > .col-sm-9, .row.extra-wide-padding > .col-sm-8, .row.extra-wide-padding > .col-sm-7, .row.extra-wide-padding > .col-sm-6, .row.extra-wide-padding > .col-sm-5, .row.extra-wide-padding > .col-sm-4, .row.extra-wide-padding > .col-sm-3, .row.extra-wide-padding > .col-sm-2, .row.extra-wide-padding > .col-sm-1, .row.extra-wide-padding > .col-md-12, .row.extra-wide-padding > .col-md-11, .row.extra-wide-padding > .col-md-10, .row.extra-wide-padding > .col-md-9, .row.extra-wide-padding > .col-md-8, .row.extra-wide-padding > .col-md-7, .row.extra-wide-padding > .col-md-6, .row.extra-wide-padding > .col-md-5, .row.extra-wide-padding > .col-md-4, .row.extra-wide-padding > .col-md-3, .row.extra-wide-padding > .col-md-2, .row.extra-wide-padding > .col-md-1, .row.extra-wide-padding > .col-lg-12, .row.extra-wide-padding > .col-lg-11, .row.extra-wide-padding > .col-lg-10, .row.extra-wide-padding > .col-lg-9, .row.extra-wide-padding > .col-lg-8, .row.extra-wide-padding > .col-lg-7, .row.extra-wide-padding > .col-lg-6, .row.extra-wide-padding > .col-lg-5, .row.extra-wide-padding > .col-lg-4, .row.extra-wide-padding > .col-lg-3, .row.extra-wide-padding > .col-lg-2, .row.extra-wide-padding > .col-lg-1, .row.extra-wide-padding > .col-xl-12, .row.extra-wide-padding > .col-xl-11, .row.extra-wide-padding > .col-xl-10, .row.extra-wide-padding > .col-xl-9, .row.extra-wide-padding > .col-xl-8, .row.extra-wide-padding > .col-xl-7, .row.extra-wide-padding > .col-xl-6, .row.extra-wide-padding > .col-xl-5, .row.extra-wide-padding > .col-xl-4, .row.extra-wide-padding > .col-xl-3, .row.extra-wide-padding > .col-xl-2, .row.extra-wide-padding > .col-xl-1 {
  padding-left: 75px;
  padding-right: 75px;
}
.row:before {
  display: table;
  content: " ";
  clear: both;
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.sub-row .col-sub:nth-of-type(odd) {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .sub-row .col-sub:nth-of-type(odd) {
    padding-right: 15px;
    padding-left: 0px;
  }
}
.sub-row .col-sub:nth-of-type(even) {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .sub-row .col-sub:nth-of-type(even) {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.sub-row .col-sub .agenda-track {
  padding-right: 15px;
}

.no-col-padding.col-12, .no-col-padding.col-11, .no-col-padding.col-10, .no-col-padding.col-9, .no-col-padding.col-8, .no-col-padding.col-7, .no-col-padding.col-6, .no-col-padding.col-5, .no-col-padding.col-4, .no-col-padding.col-3, .no-col-padding.col-2, .no-col-padding.col-1 {
  padding-left: 0;
  padding-right: 0;
}
.no-col-padding.col-sm, .no-col-padding.col-md, .no-col-padding.col-lg, .no-col-padding.col-xl {
  padding-left: 0;
  padding-right: 0;
}
.no-col-padding.col-sm-12, .no-col-padding.col-sm-11, .no-col-padding.col-sm-10, .no-col-padding.col-sm-9, .no-col-padding.col-sm-8, .no-col-padding.col-sm-7, .no-col-padding.col-sm-6, .no-col-padding.col-sm-5, .no-col-padding.col-sm-4, .no-col-padding.col-sm-3, .no-col-padding.col-sm-2, .no-col-padding.col-sm-1, .no-col-padding.col-md-12, .no-col-padding.col-md-11, .no-col-padding.col-md-10, .no-col-padding.col-md-9, .no-col-padding.col-md-8, .no-col-padding.col-md-7, .no-col-padding.col-md-6, .no-col-padding.col-md-5, .no-col-padding.col-md-4, .no-col-padding.col-md-3, .no-col-padding.col-md-2, .no-col-padding.col-md-1, .no-col-padding.col-lg-12, .no-col-padding.col-lg-11, .no-col-padding.col-lg-10, .no-col-padding.col-lg-9, .no-col-padding.col-lg-8, .no-col-padding.col-lg-7, .no-col-padding.col-lg-6, .no-col-padding.col-lg-5, .no-col-padding.col-lg-4, .no-col-padding.col-lg-3, .no-col-padding.col-lg-2, .no-col-padding.col-lg-1, .no-col-padding.col-xl-12, .no-col-padding.col-xl-11, .no-col-padding.col-xl-10, .no-col-padding.col-xl-9, .no-col-padding.col-xl-8, .no-col-padding.col-xl-7, .no-col-padding.col-xl-6, .no-col-padding.col-xl-5, .no-col-padding.col-xl-4, .no-col-padding.col-xl-3, .no-col-padding.col-xl-2, .no-col-padding.col-xl-1 {
  padding-left: 0;
  padding-right: 0;
}

.events-drop.microsite-full-agenda .tab_container .tab_content .row {
  padding: 35px 10px;
  background-color: #fff;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper {
  display: none;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper .workshop-about ul, .events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper .workshop-about ol {
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper .workshop-about ul {
  list-style: disc;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper .workshop-about ol {
  list-style: decimal;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-detail-wrapper .workshop-speaker-section {
  font-size: 12px;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-items .workshop-item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px 0px;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row .workshop-items .workshop-item.last {
  border-bottom: 0;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row.odd-row {
  background-color: #f5f5f5;
}
.events-drop.microsite-full-agenda .tab_container .tab_content .row.even-row {
  background-color: #fff;
}

@media (min-width: 768px) {
  .workspaces-column:nth-of-type(odd) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .workspaces-column:nth-of-type(n+3) {
    margin-top: 15px;
  }
}

.col-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .col-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 0) {
  .col-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 0) {
  .col-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 0) {
  .col-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 0) {
  .col-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 0) {
  .col-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 0) {
  .col-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 0) {
  .col-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 0) {
  .col-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 0) {
  .col-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 0) {
  .col-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 0) {
  .col-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 0) {
  .col-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 0) {
  .col-pull-12 {
    right: 100%;
  }
}
@media (min-width: 0) {
  .col-push-12 {
    left: 100%;
  }
}
@media (min-width: 0) {
  .col-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 0) {
  .col-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 0) {
  .col-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 0) {
  .col-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 0) {
  .col-pull-9 {
    right: 75%;
  }
}
@media (min-width: 0) {
  .col-push-9 {
    left: 75%;
  }
}
@media (min-width: 0) {
  .col-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 0) {
  .col-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 0) {
  .col-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 0) {
  .col-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 0) {
  .col-pull-6 {
    right: 50%;
  }
}
@media (min-width: 0) {
  .col-push-6 {
    left: 50%;
  }
}
@media (min-width: 0) {
  .col-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 0) {
  .col-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 0) {
  .col-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 0) {
  .col-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 0) {
  .col-pull-3 {
    right: 25%;
  }
}
@media (min-width: 0) {
  .col-push-3 {
    left: 25%;
  }
}
@media (min-width: 0) {
  .col-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 0) {
  .col-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 0) {
  .col-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 0) {
  .col-push-1 {
    left: 8.33333%;
  }
}

.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-sm-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-sm-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-sm-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-sm-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-sm-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-sm-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-sm-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-sm-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-sm-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-9 {
    right: 75%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-9 {
    left: 75%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-6 {
    right: 50%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-6 {
    left: 50%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-3 {
    right: 25%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-3 {
    left: 25%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 568px) {
  .col-sm-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 568px) {
  .col-sm-push-1 {
    left: 8.33333%;
  }
}

.col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-md-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-md-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-md-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-md-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-md-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-md-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-md-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-md-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-12 {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-9 {
    right: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-push-9 {
    left: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-6 {
    right: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-push-6 {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-3 {
    right: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-push-3 {
    left: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 768px) {
  .col-md-push-1 {
    left: 8.33333%;
  }
}

.col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-lg-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-lg-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-lg-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-lg-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-lg-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-lg-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-lg-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-lg-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-lg-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 900px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-12 {
    right: 100%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-9 {
    right: 75%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-9 {
    left: 75%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-6 {
    right: 50%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-6 {
    left: 50%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-3 {
    right: 25%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-3 {
    left: 25%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 900px) {
  .col-lg-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 900px) {
  .col-lg-push-1 {
    left: 8.33333%;
  }
}

.col-ipad-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-ipad-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-ipad-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-ipad-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-ipad-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-ipad-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-ipad-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-ipad-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-ipad-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-ipad-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-ipad-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-ipad-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .col-ipad-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-12 {
    right: 100%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-12 {
    left: 100%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-9 {
    right: 75%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-9 {
    left: 75%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-6 {
    right: 50%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-6 {
    left: 50%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-3 {
    right: 25%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-3 {
    left: 25%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 960px) {
  .col-ipad-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 960px) {
  .col-ipad-push-1 {
    left: 8.33333%;
  }
}

.col-xl-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-12 {
    float: left;
    width: 100%;
    position: relative;
  }
}
.col-xl-11 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-11 {
    float: left;
    width: 91.66667%;
    position: relative;
  }
}
.col-xl-10 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-10 {
    float: left;
    width: 83.33333%;
    position: relative;
  }
}
.col-xl-9 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-9 {
    float: left;
    width: 75%;
    position: relative;
  }
}
.col-xl-8 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-8 {
    float: left;
    width: 66.66667%;
    position: relative;
  }
}
.col-xl-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-7 {
    float: left;
    width: 58.33333%;
    position: relative;
  }
}
.col-xl-6 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-6 {
    float: left;
    width: 50%;
    position: relative;
  }
}
.col-xl-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-5 {
    float: left;
    width: 41.66667%;
    position: relative;
  }
}
.col-xl-4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-4 {
    float: left;
    width: 33.33333%;
    position: relative;
  }
}
.col-xl-3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-3 {
    float: left;
    width: 25%;
    position: relative;
  }
}
.col-xl-2 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-2 {
    float: left;
    width: 16.66667%;
    position: relative;
  }
}
.col-xl-1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-12 {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-11 {
    right: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-11 {
    left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-10 {
    right: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-10 {
    left: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-9 {
    right: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-9 {
    left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-8 {
    right: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-8 {
    left: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-7 {
    right: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-7 {
    left: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-6 {
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-6 {
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-5 {
    right: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-5 {
    left: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-4 {
    right: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-4 {
    left: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-3 {
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-3 {
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-2 {
    right: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-2 {
    left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-pull-1 {
    right: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-push-1 {
    left: 8.33333%;
  }
}

.spacer-bottom {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 567px) {
  .hidden-sm {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-xl {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .visible-lg {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-md {
    display: none !important;
  }
}

@media (min-width: 568px) {
  .visible-sm {
    display: none !important;
  }
}

@media (min-width: 0) {
  .divide0 {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 0) {
  .divide2 {
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 0) {
  .divide3 {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 0) {
  .divide5 {
    width: 100%;
    height: 5px;
  }
}
@media (min-width: 0) {
  .divide10 {
    width: 100%;
    height: 10px;
  }
}
@media (min-width: 0) {
  .divide15 {
    width: 100%;
    height: 15px;
  }
}
@media (min-width: 0) {
  .divide20 {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 0) {
  .divide25 {
    width: 100%;
    height: 25px;
  }
}
@media (min-width: 0) {
  .divide30 {
    width: 100%;
    height: 30px;
  }
}
@media (min-width: 0) {
  .divide35 {
    width: 100%;
    height: 35px;
  }
}
@media (min-width: 0) {
  .divide40 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 0) {
  .divide45 {
    width: 100%;
    height: 45px;
  }
}
@media (min-width: 0) {
  .divide50 {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 0) {
  .divide55 {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 0) {
  .divide60 {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 0) {
  .divide65 {
    width: 100%;
    height: 65px;
  }
}
@media (min-width: 0) {
  .divide70 {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 0) {
  .divide75 {
    width: 100%;
    height: 75px;
  }
}
@media (min-width: 0) {
  .divide80 {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 568px) {
  .divide-sm-0 {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 568px) {
  .divide-sm-2 {
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 568px) {
  .divide-sm-3 {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 568px) {
  .divide-sm-5 {
    width: 100%;
    height: 5px;
  }
}
@media (min-width: 568px) {
  .divide-sm-10 {
    width: 100%;
    height: 10px;
  }
}
@media (min-width: 568px) {
  .divide-sm-15 {
    width: 100%;
    height: 15px;
  }
}
@media (min-width: 568px) {
  .divide-sm-20 {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 568px) {
  .divide-sm-25 {
    width: 100%;
    height: 25px;
  }
}
@media (min-width: 568px) {
  .divide-sm-30 {
    width: 100%;
    height: 30px;
  }
}
@media (min-width: 568px) {
  .divide-sm-35 {
    width: 100%;
    height: 35px;
  }
}
@media (min-width: 568px) {
  .divide-sm-40 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 568px) {
  .divide-sm-45 {
    width: 100%;
    height: 45px;
  }
}
@media (min-width: 568px) {
  .divide-sm-50 {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 568px) {
  .divide-sm-55 {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 568px) {
  .divide-sm-60 {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 568px) {
  .divide-sm-65 {
    width: 100%;
    height: 65px;
  }
}
@media (min-width: 568px) {
  .divide-sm-70 {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 568px) {
  .divide-sm-75 {
    width: 100%;
    height: 75px;
  }
}
@media (min-width: 568px) {
  .divide-sm-80 {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .divide-md-0 {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 768px) {
  .divide-md-2 {
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 768px) {
  .divide-md-3 {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 768px) {
  .divide-md-5 {
    width: 100%;
    height: 5px;
  }
}
@media (min-width: 768px) {
  .divide-md-10 {
    width: 100%;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .divide-md-15 {
    width: 100%;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .divide-md-20 {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .divide-md-25 {
    width: 100%;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .divide-md-30 {
    width: 100%;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .divide-md-35 {
    width: 100%;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .divide-md-40 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .divide-md-45 {
    width: 100%;
    height: 45px;
  }
}
@media (min-width: 768px) {
  .divide-md-50 {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .divide-md-55 {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .divide-md-60 {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .divide-md-65 {
    width: 100%;
    height: 65px;
  }
}
@media (min-width: 768px) {
  .divide-md-70 {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .divide-md-75 {
    width: 100%;
    height: 75px;
  }
}
@media (min-width: 768px) {
  .divide-md-80 {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 900px) {
  .divide-lg-0 {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 900px) {
  .divide-lg-2 {
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 900px) {
  .divide-lg-3 {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 900px) {
  .divide-lg-5 {
    width: 100%;
    height: 5px;
  }
}
@media (min-width: 900px) {
  .divide-lg-10 {
    width: 100%;
    height: 10px;
  }
}
@media (min-width: 900px) {
  .divide-lg-15 {
    width: 100%;
    height: 15px;
  }
}
@media (min-width: 900px) {
  .divide-lg-20 {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 900px) {
  .divide-lg-25 {
    width: 100%;
    height: 25px;
  }
}
@media (min-width: 900px) {
  .divide-lg-30 {
    width: 100%;
    height: 30px;
  }
}
@media (min-width: 900px) {
  .divide-lg-35 {
    width: 100%;
    height: 35px;
  }
}
@media (min-width: 900px) {
  .divide-lg-40 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 900px) {
  .divide-lg-45 {
    width: 100%;
    height: 45px;
  }
}
@media (min-width: 900px) {
  .divide-lg-50 {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 900px) {
  .divide-lg-55 {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 900px) {
  .divide-lg-60 {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 900px) {
  .divide-lg-65 {
    width: 100%;
    height: 65px;
  }
}
@media (min-width: 900px) {
  .divide-lg-70 {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 900px) {
  .divide-lg-75 {
    width: 100%;
    height: 75px;
  }
}
@media (min-width: 900px) {
  .divide-lg-80 {
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-0 {
    width: 100%;
    height: 0px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-2 {
    width: 100%;
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-3 {
    width: 100%;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-5 {
    width: 100%;
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-10 {
    width: 100%;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-15 {
    width: 100%;
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-20 {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-25 {
    width: 100%;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-30 {
    width: 100%;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-35 {
    width: 100%;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-40 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-45 {
    width: 100%;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-50 {
    width: 100%;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-55 {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-60 {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-65 {
    width: 100%;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-70 {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-75 {
    width: 100%;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .divide-xl-80 {
    width: 100%;
    height: 80px;
  }
}

body {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1, .h1 {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 30px;
}
@media (min-width: 900px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  h1.large, .h1.large {
    font-size: 45px;
  }
}

h2, .h2 {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 24px;
  line-height: 1.2;
}

h3, .presenter-name, .h3 {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

h4, .h4 {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
}

h5, .h5 {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}

p {
  margin-bottom: 10px;
}

.inline-h3 {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0;
}

p.no-bottom-margin {
  margin-bottom: 0;
}

.heading-font, .heading-copy {
  font-family: "Arimo", helvetica, arial, sans-serif;
}

.body-font, .body-copy {
  font-family: "Open Sans", helvetica, arial, sans-serif;
}

a {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #35abe2;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  color: #78c7ec;
}
a.blank {
  color: inherit;
  font-weight: inherit;
  pointer-events: none;
}
a.blank:hover, a.blank:focus {
  color: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.normalcase {
  text-transform: none;
}

.bold, strong, b {
  font-weight: 700;
}

.light-weight {
  font-weight: 200;
}

.italic, i {
  font-style: italic;
}

.semi-bold {
  font-weight: 600;
}

.large-bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .large-bold {
    font-size: 32px;
  }
}

.header-margin {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.sub-head {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 567px) {
  .sub-head {
    font-size: 21px;
    line-height: 1.3;
  }
}
.sub-head_xsmall {
  font-size: 12px;
}
.sub-head_small {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 567px) {
  .sub-head_small {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sub-head_med {
  font-size: 20px;
}
@media (max-width: 567px) {
  .sub-head_med {
    font-size: 18px;
  }
}
.sub-head_large {
  font-size: 36px;
}
@media (max-width: 567px) {
  .sub-head_large {
    font-size: 28px;
  }
}
.sub-head_large_bold {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 567px) {
  .sub-head_large_bold {
    font-size: 26px;
  }
}
.sub-head_xlarge_semi_bold {
  font-size: 42px;
  font-weight: 400;
}
@media (max-width: 567px) {
  .sub-head_xlarge_semi_bold {
    font-size: 26px;
  }
}
.sub-head_xlarge {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sub-head_xlarge {
    font-size: 28px;
  }
}
.sub-head_xlarge-bold {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sub-head_xlarge-bold {
    font-size: 28px;
  }
}
.sub-head_xxlarge {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sub-head_xxlarge {
    font-size: 90px;
  }
}
.sub-head_xlarge-home {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .sub-head_xlarge-home {
    font-size: 28px;
  }
}
.sub-head_llm {
  font-size: 30px;
}
@media (max-width: 567px) {
  .sub-head_llm {
    font-size: 26px;
  }
}
.sub-head_take-action {
  font-size: 45px;
}
@media (max-width: 567px) {
  .sub-head_take-action {
    font-size: 25px;
  }
}
.sub-head_semi-bold {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sub-head_semi-bold {
    font-size: 21px;
  }
}
.sub-head_bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sub-head_bold {
    font-size: 21px;
  }
}
.sub-head_no_margin {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Open Sans", helvetica, arial, sans-serif;
}
@media (max-width: 767px) {
  .sub-head_no_margin {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.sub-head em {
  font-style: italic;
}

.our-manifesto-box {
  font-size: 19px;
}

.disclaimer {
  font-size: 75%;
}

sup {
  font-size: 70%;
  font-weight: 600;
  vertical-align: super;
}

.h1 sup {
  font-weight: 300;
}

.presenter-name {
  margin-bottom: 0;
  width: 95%;
}

.presenter-title {
  font-size: 13px;
  width: 95%;
}

.smaller {
  font-size: 16px;
  line-height: 1.3;
}

.black-bg {
  background-color: #000;
}
.black-bg .btn-black:hover, .black-bg .btn-black:focus, .black-bg .btn-black:active {
  color: #35abe2;
}

.grey-bg {
  background-color: #f5f5f5;
}

.dk-grey-bg {
  background-color: #222;
}

.white-bg {
  background-color: #fff;
}

.purple-bg {
  background-color: #92278f;
}

.purple-gradient-bg {
  background-color: #92278f;
  background-image: linear-gradient(to right, #6a1c68, #ba32b6);
}

.green-bg {
  background-color: #8be9e6;
}

.green-2-bg {
  background-color: #11cdb9;
}

.text-black {
  color: #000;
}

.white-bg {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.blue-bg {
  background-color: #35abe2;
}

.text-blue {
  color: #35abe2;
}

a.text-blue {
  text-decoration: none;
}
a.text-blue:hover {
  color: #1981b1;
}

.text-yellow {
  color: #ffff00;
}

.text-green {
  color: #11cdb9;
}

.red-bg {
  background-color: #cf0c4a;
}

.text-red {
  color: #cf0c4a;
}

.text-grey {
  color: #808080;
}

.dk-blue-bg {
  background-color: #009ec9;
}

.dk-blue-alt-bg {
  background-color: #27224c;
}

.dk-green-bg {
  background-color: #00a39e;
}

.yellow-bg {
  background-color: #ffff00;
}

.purple-bg {
  background-color: #92278f;
}

.dk-purple-bg {
  background-color: #8f1879;
}

.dk-red-bg {
  background-color: #b30036;
}

.course-1-bg {
  background-color: #11cdb9;
}
.course-1-bg a {
  color: #fff;
}
.course-1-bg a:hover, .course-1-bg a:focus, .course-1-bg a:active {
  color: #35abe2;
}

.course-2-bg {
  background-color: #35abe2;
}
.course-2-bg .link-white:hover, .course-2-bg .link-white:focus, .course-2-bg .link-white:active {
  color: #000;
}
.course-2-bg a {
  color: #fff;
}
.course-2-bg a:hover, .course-2-bg a:focus, .course-2-bg a:active {
  color: #000;
}

.course-3-bg {
  background-color: #92278f;
}
.course-3-bg a {
  color: #fff;
}
.course-3-bg a:hover, .course-3-bg a:focus, .course-3-bg a:active {
  color: #35abe2;
}

.list-inline {
  padding-left: 0;
  margin-left: -8px;
  margin-right: -8px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .list-2col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
  }
  .list-2col > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .list-3col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 30px;
  }
  .list-3col > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
  }
}

.list-dividers li:not(:last-of-type):after {
  content: "|";
  margin-left: 20px;
}

.tall-list {
  list-style: none;
  margin: 0;
}
.tall-list > li {
  padding: 8px 0;
}

.medium-list {
  list-style: none;
  margin: 0;
}
.medium-list > li {
  padding: 4px 0;
}

.llm-list > li {
  font-weight: 700;
  padding: 8px 0;
  padding-left: 1.3em;
}
.llm-list > li:before {
  font-family: FontAwesome;
  color: #35abe2;
  content: "\f067";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
.llm-list .sub-list {
  margin-left: 15px;
}
.llm-list .sub-list > li {
  font-weight: 200;
  padding: 8px 0;
}

.faq-list ul {
  list-style-type: disc;
}
.faq-list ul li {
  margin-left: 50px;
}
.faq-list ol {
  list-style-type: decimal;
}
.faq-list ol li {
  margin-left: 35px;
}
.faq-list a {
  word-break: break-all;
}

.table-list li {
  border-top: solid 1px;
  padding: 12px 0;
}
.table-list li a span {
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
}

.highlighter {
  padding: 0 5px;
  margin: 0 -5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.highlighter_red {
  background-color: #fbc3fa;
}
.highlighter_blue {
  background-color: #85e2fb;
}
.highlighter_green {
  background-color: #8be9e6;
}
.highlighter_yellow {
  background-color: #ffff00;
}

.homepage-sub-head .highlighter {
  display: inline-block;
  margin-top: 10px;
}

.llm-title-wrapper .sub-head {
  font-weight: 600;
}

.llm-girl-1 {
  display: none;
}
@media (min-width: 960px) {
  .llm-girl-1 {
    display: block;
    position: relative;
    top: 550px;
  }
}
@media (min-width: 900px) {
  .llm-girl-1 {
    top: 348px;
  }
}
@media (min-width: 1200px) {
  .llm-girl-1 {
    top: 0;
  }
}

.llm-girl-2 {
  display: none;
}
@media (min-width: 960px) {
  .llm-girl-2 {
    display: block;
  }
}

.blue-bar-spacer {
  height: 25px;
  background-color: #35abe2;
}

.green-bar-spacer {
  height: 25px;
  background-color: #11cdb9;
}

.inline-spacer {
  display: inline-block;
  width: 1em;
}

.divider-bar {
  width: 103px;
  height: 8px;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.divider-bar_red {
  background-color: #cf0c4a;
}
.divider-bar_blue {
  background-color: #35abe2;
}
.divider-bar_green {
  background-color: #11cdb9;
}
.divider-bar_dkgreen {
  background-color: #00706d;
}
.divider-bar_yellow {
  background-color: #ffff00;
}
.divider-bar_purple {
  background-color: #c221a4;
}
.divider-bar_white {
  background-color: #fff;
}
.divider-bar_course-1 {
  background-color: #11cdb9;
}
.divider-bar_course-2 {
  background-color: #35abe2;
}
.divider-bar_course-3 {
  background-color: #92278f;
}

.overline {
  display: inline-block;
  border-top: 2px solid;
  padding-top: .25em;
}
.overline_red {
  border-color: #cf0c4a;
}
.overline_blue {
  border-color: #35abe2;
}
.overline_green {
  border-color: #11cdb9;
}
.overline_yellow {
  border-color: #ffff00;
}
.overline_purple {
  border-color: #c221a4;
}
.overline_course-1 {
  border-color: #11cdb9;
}
.overline_course-2 {
  border-color: #35abe2;
}
.overline_course-3 {
  border-color: #92278f;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(53, 171, 226, 0.8);
  z-index: 0;
}
.bg-overlay > * {
  position: relative;
  z-index: 1;
}
.bg-overlay_green:after {
  background: rgba(17, 205, 185, 0.8);
}
.bg-overlay_purple:after {
  background: rgba(146, 39, 143, 0.8);
}
.bg-overlay_blue:after {
  background: rgba(53, 171, 226, 0.8);
}
.bg-overlay_yellow:after {
  background: rgba(255, 255, 0, 0.8);
}
.bg-overlay_red:after {
  background: rgba(207, 12, 74, 0.8);
}
.bg-overlay_black:after {
  background: rgba(0, 0, 0, 0.8);
}
.bg-overlay_white:after {
  background: rgba(255, 255, 255, 0.8);
}

.angle-cta:before, .link:before, .link-tabs:before, .manifesto-tabs .link-tabs:before, .help-center .help-center-results .results-filters .FilterList .expand:before, .modal-content.modal-content-form .hc-contact .chat-btn:before, .custom-select .custom-selectInner:after {
  font-family: "cl_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .4em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
}

.link, .link-tabs, .manifesto-tabs .link-tabs, .help-center .help-center-results .results-filters .FilterList .expand, .modal-content.modal-content-form .hc-contact .chat-btn {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #000;
}
.link:hover, .link-tabs:hover, .help-center .help-center-results .results-filters .FilterList .expand:hover, .modal-content.modal-content-form .hc-contact .chat-btn:hover, .link:focus, .link-tabs:focus, .help-center .help-center-results .results-filters .FilterList .expand:focus, .modal-content.modal-content-form .hc-contact .chat-btn:focus {
  color: #35abe2;
}
.link-alt {
  display: inline;
  font-weight: 400;
}
.link-alt:before {
  font-family: 'cli_ui';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  content: '\e804';
  text-align: left;
  margin-right: 0;
  display: inline-block;
  flex: 0;
}
.link-black-before:before {
  color: #000;
}
.link-white {
  color: #fff;
}
.link-blue {
  color: #35abe2;
}
.link-blue:hover, .link-blue:focus {
  color: #1981b1;
}
.link-small {
  font-size: 16px;
}
.link-ex_small {
  font-size: 15px;
}
.link-purple {
  color: #92278f;
}
.link-purple:hover, .link-purple:focus {
  color: #561754;
}
.link-dark-blue {
  color: #27224c;
}
.link-dark-blue:hover, .link-dark-blue:focus {
  color: #0c0a17;
}
.link-dark-blue-light {
  color: #172669;
}
.link-dark-blue-light:hover, .link-dark-blue-light:focus {
  color: #090f2a;
}
.link-course-1 {
  color: #11cdb9;
}
.link-course-1:hover, .link-course-1:focus {
  color: #0b8679;
}
.link-course-2 {
  color: #35abe2;
}
.link-course-2:hover, .link-course-2:focus {
  color: #1981b1;
}
.link-course-3 {
  color: #92278f;
}
.link-course-3:hover, .link-course-3:focus {
  color: #561754;
}

.video-bullet-item:before {
  font-family: 'FontAwesome';
  content: '\f144';
  font-size: .9em;
  margin-right: 2px;
}

.coming-soon-text.sc-course-link {
  font-weight: 700;
}
.coming-soon-text.sc-course-link:before {
  content: "-";
  margin: 0 5px;
}

.link-tabs:before {
  position: absolute;
  bottom: 15px;
  left: 62px;
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
@media (min-width: 900px) {
  .link-tabs:before {
    left: 75px;
  }
}
@media (min-width: 1200px) {
  .link-tabs:before {
    left: 95px;
  }
}

.manifesto-tabs .link-tabs:before {
  content: none;
  position: absolute;
  bottom: 15px;
  left: 62px;
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
@media (min-width: 900px) {
  .manifesto-tabs .link-tabs:before {
    left: 75px;
  }
}
@media (min-width: 1200px) {
  .manifesto-tabs .link-tabs:before {
    left: 95px;
  }
}

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: #000;
}
.hover-blue:hover, .hover-blue:focus, .hover-blue:active {
  color: #35abe2;
}
.hover-yellow:hover, .hover-yellow:focus, .hover-yellow:active {
  color: #ffff00;
}
.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: #fff;
}

.btn, .modal-content.modal-content-form .hc-contact .chat-btn, .modal-content.modal-content-form .hc-contact .disabled-btn {
  padding: 11px 26px;
  border: 4px solid;
  line-height: 1;
  display: inline-block;
  width: auto;
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn:hover, .modal-content.modal-content-form .hc-contact .chat-btn:hover, .modal-content.modal-content-form .hc-contact .disabled-btn:hover, .btn:focus, .modal-content.modal-content-form .hc-contact .chat-btn:focus, .modal-content.modal-content-form .hc-contact .disabled-btn:focus {
  background-color: transparent;
  color: #000;
}
.btn-inline {
  margin-right: 10px;
  margin-top: 10px;
}
.btn-outline-black {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover, .btn-outline-black:focus {
  background-color: #000;
  color: #fff;
}
.btn-outline-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: #fff;
  color: #000;
}
.btn-white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  background-color: transparent;
  color: #fff;
}
.btn-green {
  background-color: #11cdb9;
  color: #fff;
  border-color: #11cdb9;
}
.btn-green:hover, .btn-green:focus {
  background-color: transparent;
  color: #11cdb9;
}
.btn-blue {
  background-color: #35abe2;
  color: #fff;
  border-color: #35abe2;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: transparent;
  color: #35abe2;
}
.btn-purple {
  background-color: #92278f;
  color: #fff;
  border-color: #92278f;
}
.btn-purple:hover, .btn-purple:focus {
  background-color: transparent;
  color: #92278f;
}
.btn-purple-alt {
  background-color: #c221a4;
  color: #fff;
  border-color: #c221a4;
}
.btn-purple-alt:hover, .btn-purple-alt:focus {
  background-color: transparent;
  color: #c221a4;
}
.btn-red {
  background-color: #cf0c4a;
  color: #fff;
  border-color: #cf0c4a;
}
.btn-red:hover, .btn-red:focus {
  background-color: transparent;
  color: #cf0c4a;
}
.btn-course-1 {
  background-color: #11cdb9;
  color: #fff;
  border-color: #11cdb9;
}
.btn-course-1:hover, .btn-course-1:focus {
  background-color: transparent;
  color: #11cdb9;
}
.btn-course-2 {
  background-color: #35abe2;
  color: #fff;
  border-color: #35abe2;
}
.btn-course-2:hover, .btn-course-2:focus {
  background-color: transparent;
  color: #35abe2;
}
.btn-course-3 {
  background-color: #92278f;
  color: #fff;
  border-color: #92278f;
}
.btn-course-3:hover, .btn-course-3:focus {
  background-color: transparent;
  color: #92278f;
}
.btn.btn-white-hover:hover, .modal-content.modal-content-form .hc-contact .btn-white-hover.chat-btn:hover, .modal-content.modal-content-form .hc-contact .btn-white-hover.disabled-btn:hover, .btn.btn-white-hover:focus, .modal-content.modal-content-form .hc-contact .btn-white-hover.chat-btn:focus, .modal-content.modal-content-form .hc-contact .btn-white-hover.disabled-btn:focus {
  background-color: #fff;
}

.btn.disabled, .modal-content.modal-content-form .hc-contact .disabled.chat-btn, .modal-content.modal-content-form .hc-contact .disabled.disabled-btn {
  background-color: #333333;
  border-color: #333333;
  cursor: default;
  opacity: .8;
}
.btn.disabled:hover, .modal-content.modal-content-form .hc-contact .disabled.chat-btn:hover, .modal-content.modal-content-form .hc-contact .disabled.disabled-btn:hover, .btn.disabled:focus, .modal-content.modal-content-form .hc-contact .disabled.chat-btn:focus, .modal-content.modal-content-form .hc-contact .disabled.disabled-btn:focus {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}

.no-hover-link {
  pointer-events: none;
}

.banner-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-padding_top {
  padding-top: 100px;
}
.banner-padding_bottom {
  padding-bottom: 100px;
}
@media (min-width: 900px) {
  .banner-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sub-banner-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .sub-banner-padding {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}

.sub-banner-padding-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .sub-banner-padding-lg {
    padding-top: 262.5px;
    padding-bottom: 262.5px;
  }
}

.sub-banner-padding-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .sub-banner-padding-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sub-banner-padding-llm-homepage {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-banner-careers-short {
  padding: 10% 0;
  display: block;
}

.sub-banner-padding-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 900px) {
  .sub-banner-padding-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sub-banner-padding-med {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .sub-banner-padding-med {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.sub-banner-padding-xsm {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
@media (min-width: 900px) {
  .sub-banner-padding-xsm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.sub-banner-padding-llm {
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .sub-banner-padding-llm {
    padding-top: 50px;
    padding-bottom: 175px;
  }
}
@media (min-width: 900px) {
  .sub-banner-padding-llm {
    padding-top: 75px;
    padding-bottom: 325px;
  }
}

.sub-banner-title-wrapper {
  width: 75%;
  max-width: 1170px;
  margin: 0 auto;
}
.sub-banner-title-wrapper img {
  width: 100%;
}
.sub-banner-title-wrapper .page-by-line {
  text-align: right;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 900px) {
  .sub-banner-title-wrapper .page-by-line {
    font-size: 30px;
  }
}
.sub-banner-title-wrapper .page-by-line-center {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
}
@media (min-width: 900px) {
  .sub-banner-title-wrapper .page-by-line-center {
    font-size: 36px;
  }
}

.tni-header-table {
  display: table;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tni-header-table {
    height: 400px;
  }
}
.tni-header-table .tni-header-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.tni-pricing-callout {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 0 0;
  display: inline-block;
  color: #fe3c00;
}

.tni-faqs-block {
  background-color: #35abe2;
  width: 100%;
}
.tni-faqs-block .toggle-tni-faqs {
  cursor: pointer;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.tni-faqs-block .toggle-tni-faqs:before {
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
}
.tni-faqs-block .toggle-tni-faqs:focus {
  color: #000;
}
.tni-faqs-block .toggle-tni-faqs:hover {
  color: #000;
}
.tni-faqs-block .toggle-tni-faqs.active:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.title-small {
  max-width: 420px;
}

.flex-row, .input-group {
  display: flex;
  clear: both;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.row:after, .row.input-group:after {
  content: normal;
}
.flex-row.row:before, .row.input-group:before {
  content: normal;
}
@media (min-width: 568px) {
  .flex-row-sm {
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row-sm.row:after {
    content: normal;
  }
  .flex-row-sm.row:before {
    content: normal;
  }
}
@media (min-width: 768px) {
  .flex-row-md {
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row-md.row:after {
    content: normal;
  }
  .flex-row-md.row:before {
    content: normal;
  }
}
@media (min-width: 900px) {
  .flex-row-lg {
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row-lg.row:after {
    content: normal;
  }
  .flex-row-lg.row:before {
    content: normal;
  }
}
@media (min-width: 1200px) {
  .flex-row-xl {
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row-xl.row:after {
    content: normal;
  }
  .flex-row-xl.row:before {
    content: normal;
  }
}

.flex-center {
  display: flex;
  align-items: center;
}
@media (min-width: 568px) {
  .flex-center-sm {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flex-center-md {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 900px) {
  .flex-center-lg {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-center-xl {
    display: flex;
    align-items: center;
  }
}

.flex-1 {
  flex: 1;
}

.flex-0 {
  flex: 0;
}

.justify-content {
  justify-content: center;
}

.flex-direction-reverse-sm {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 568px) {
  .flex-direction-reverse-sm {
    display: flex;
    flex-direction: inherit;
  }
}
.flex-direction-reverse-md {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .flex-direction-reverse-md {
    display: flex;
    flex-direction: inherit;
  }
}
.flex-direction-reverse-lg {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 900px) {
  .flex-direction-reverse-lg {
    display: flex;
    flex-direction: inherit;
  }
}
.flex-direction-reverse-xl {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .flex-direction-reverse-xl {
    display: flex;
    flex-direction: inherit;
  }
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.margin-center_md-break {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 767px) {
  .margin-center_md-break {
    margin: inherit;
  }
}

.margin-center-table {
  margin: 0 auto;
  display: table;
}
@media (max-width: 1199px) {
  .margin-center-table_xl-break {
    margin: 0 auto;
    display: table;
  }
}

.nowrap {
  white-space: nowrap;
}

.max-width {
  max-width: 100%;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.float-right {
  float: right;
}
@media (min-width: 900px) {
  .float-right-lg {
    float: right;
  }
}

.float-left {
  float: left;
}
@media (min-width: 900px) {
  .float-left-lg {
    float: left;
  }
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.table {
  display: table;
}

.text_2col {
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (min-width: 568px) {
  .text_2col-sm {
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .text_2col-md {
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .text_2col-lg {
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input, .custom-select, textarea {
  color: #fff;
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  padding: 14px 0;
  font-size: 18px;
  border: 0;
  width: 100%;
  background-color: transparent;
  outline: 0;
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
input:focus, .custom-select:focus, textarea:focus {
  border-color: #fff;
}
input:-moz-placeholder, .custom-select:-moz-placeholder, textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: .7;
}
input::-moz-placeholder, .custom-select::-moz-placeholder, textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: .7;
}
input:-ms-input-placeholder, .custom-select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: .7;
}
input::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: .7;
}

button[type="submit"] {
  cursor: pointer;
}

select {
  display: block;
  width: 100%;
}

.hasCustomSelect {
  z-index: 30;
}

.custom-select {
  border: 3px solid #808080;
  padding: 10px 13px;
}
.custom-select.custom-selectFocus {
  border-color: #fff;
}
.custom-select .custom-selectInner:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 4px 0;
  margin: 0;
  float: right;
  display: block;
}

.select-box_light {
  border: 3px solid #f5f5f5;
}

.custom-select.disabled {
  color: #737373;
  border: 3px solid rgba(128, 128, 128, 0.6);
}

.blue-bg .custom-select, .blue-bg input, .blue-bg .custom-select {
  border-color: #3095cc;
}

label {
  margin-bottom: 10px;
  display: block;
}

.input-group {
  border-bottom: 3px solid #fff;
  position: relative;
}
.input-group input, .input-group .custom-select {
  width: auto;
  border-bottom: 0;
}
.input-group input:-moz-placeholder, .input-group .custom-select:-moz-placeholder {
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}
.input-group input::-moz-placeholder, .input-group .custom-select::-moz-placeholder {
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}
.input-group input:-ms-input-placeholder, .input-group .custom-select:-ms-input-placeholder {
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}
.input-group input::-webkit-input-placeholder, .input-group .custom-select::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}

.additional-access input, .additional-access .custom-select {
  color: #000;
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  padding: 14px 0;
  font-size: 18px;
  border: 0;
  width: 50%;
  background-color: transparent;
  outline: 0;
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.additional-access input:focus, .additional-access .custom-select:focus {
  border-color: #000;
}
.additional-access input:-moz-placeholder, .additional-access .custom-select:-moz-placeholder {
  color: #000;
  opacity: .7;
}
.additional-access input::-moz-placeholder, .additional-access .custom-select::-moz-placeholder {
  color: #000;
  opacity: .7;
}
.additional-access input:-ms-input-placeholder, .additional-access .custom-select:-ms-input-placeholder {
  color: #000;
  opacity: .7;
}
.additional-access input::-webkit-input-placeholder, .additional-access .custom-select::-webkit-input-placeholder {
  color: #000;
  opacity: .7;
}
.additional-access .btn-wrapper {
  display: block;
  width: 100%;
}
.additional-access .btn-wrapper .btn, .additional-access .btn-wrapper .modal-content.modal-content-form .hc-contact .chat-btn, .modal-content.modal-content-form .hc-contact .additional-access .btn-wrapper .chat-btn, .additional-access .btn-wrapper .modal-content.modal-content-form .hc-contact .disabled-btn, .modal-content.modal-content-form .hc-contact .additional-access .btn-wrapper .disabled-btn {
  margin-top: 30px;
}
.additional-access .form-error {
  width: 100%;
}
.additional-access .form-error p {
  position: relative;
  height: 1em;
  font-size: 1.25em;
  color: #ff426a;
  float: left;
}

.next-step-mobile {
  overflow-x: visible !important;
  overflow-y: visible !important;
  padding: 3em 0em;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}

.sharethis-wrapper .st-custom-button {
  display: inline-block;
  cursor: pointer;
  font-size: 2em;
  padding: 0 5px;
  color: #35abe2;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sharethis-wrapper .st-custom-button:hover, .sharethis-wrapper .st-custom-button:focus, .sharethis-wrapper .st-custom-button:active {
  color: #00c6fc;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.tni-sharethis-wrapper {
  display: inline-block;
}
.tni-sharethis-wrapper .st-custom-button {
  display: inline-block;
  cursor: pointer;
  font-size: 2em;
  padding: 0 5px;
  color: #000;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.tni-sharethis-wrapper .st-custom-button:hover, .tni-sharethis-wrapper .st-custom-button:focus, .tni-sharethis-wrapper .st-custom-button:active {
  color: gray;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.llm-sharethis-wrapper {
  display: inline-block;
}
.llm-sharethis-wrapper .st-custom-button {
  display: inline-block;
  cursor: pointer;
  font-size: 2em;
  padding: 0 5px;
  color: #fff;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .llm-sharethis-wrapper .st-custom-button {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .llm-sharethis-wrapper .st-custom-button {
    font-size: 3em;
    padding: 0 15px;
  }
}
.llm-sharethis-wrapper .st-custom-button:hover, .llm-sharethis-wrapper .st-custom-button:focus, .llm-sharethis-wrapper .st-custom-button:active {
  color: #000;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.spread-the-word {
  min-height: 50px;
}
.spread-the-word .container {
  padding-top: 5px;
  font-size: 80%;
}
.spread-the-word .container p {
  margin-right: 10px;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  width: calc(100% + 15px);
}
@media (min-width: 568px) {
  .blocks {
    display: flex;
    flex-wrap: wrap;
  }
}
.blocks a {
  cursor: pointer;
}
.blocks li {
  flex: 1;
  text-align: center;
  position: relative;
  overflow: visible;
}
.blocks li .block {
  color: #fff;
  font-size: 16.5px;
  padding: 8px 0;
}
.blocks .green-block {
  background-color: #11cdb9;
}
.blocks .green-block:hover, .blocks .green-block:focus, .blocks .green-block:active {
  background-color: #13e5ce;
}
.blocks .blue-block {
  background-color: #27224c;
}
.blocks .blue-block:hover, .blocks .blue-block:focus, .blocks .blue-block:active {
  background-color: #302a5e;
}
.blocks .purple-block {
  background-color: #92278f;
}
.blocks .purple-block:hover, .blocks .purple-block:focus, .blocks .purple-block:active {
  background-color: #a62ca3;
}
.blocks .red-block {
  background-color: #cf0c4a;
}
.blocks .red-block:hover, .blocks .red-block:focus, .blocks .red-block:active {
  background-color: #e70d53;
}

.version-icon-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  display: inline-block;
  margin: 1.25em 0em;
  background-color: #35abe2;
  padding: 25px 10px;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.version-icon-wrapper:hover, .version-icon-wrapper:active {
  background-color: #78c7ec;
}
.version-icon-wrapper .version-icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
}
@media (min-width: 900px) {
  .version-icon-wrapper .version-icon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
  }
}
.version-icon-wrapper .v1-icon:before {
  content: " ";
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/version-1.svg?1549474671');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.version-icon-wrapper .v2-icon:before {
  content: " ";
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/version-2.svg?1549474671');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.version-icon-wrapper .ms-icon:before {
  content: " ";
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/ms-icon.svg?1549474670');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.version-icon-wrapper .hs-icon:before {
  content: " ";
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/hs-icon.svg?1549474670');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.version-icon-wrapper .item-title-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin: 0 auto;
  vertical-align: middle;
  height: 125px;
  line-height: 95px;
  text-align: center;
}
@media (min-width: 900px) {
  .version-icon-wrapper .item-title-wrapper {
    height: 95px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 74.125%;
    margin-right: 3.5%;
    margin-left: 0;
    text-align: left;
  }
  .version-icon-wrapper .item-title-wrapper:nth-of-type(n) {
    margin-right: 3.5%;
    float: left;
    clear: none;
  }
  .version-icon-wrapper .item-title-wrapper:nth-of-type(2n+2) {
    margin-right: 0;
    float: right;
  }
  .version-icon-wrapper .item-title-wrapper:nth-of-type(2n+3) {
    clear: both;
  }
}
.version-icon-wrapper .item-title-wrapper .item-title {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}

.image-responsive {
  max-width: 100%;
  display: inline-block;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.margin-0 {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.background-bottom-right {
  background-position: right bottom !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-top {
  background-position: center top;
}

.background-right {
  background-position: right center;
  background-repeat: no-repeat;
}

.image-box {
  border: 3px solid #000;
  position: relative;
}
.image-box img {
  position: absolute;
  max-width: 28%;
  float: left;
  top: 50%;
  transform: translate(0, -50%);
}
.image-box_content {
  width: 72%;
  padding: 0.9375em;
  margin: 0;
}
.image-box_left img {
  left: -9%;
}
.image-box_left .image-box_content {
  margin-left: 18%;
}
.image-box_right img {
  right: -9%;
}
.image-box_right .image-box_content {
  margin-right: 18%;
}

.small {
  font-size: .888em;
}

.ex-small {
  font-size: .8em;
}

.embed-responsive, .fr-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9, .fr-video {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video, .fr-video iframe, .fr-video embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.absolute-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hard-shadow {
  box-shadow: -40px 40px 0 -20px #35abe2;
}
.hard-shadow.hard-shadow_dark {
  box-shadow: -40px 40px 0 -20px rgba(0, 0, 0, 0.25);
}

.hard-shadow_right {
  box-shadow: 40px 40px 0 -20px #35abe2;
}
.hard-shadow_right.hard-shadow_dark {
  box-shadow: 40px 40px 0 -20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 568px) {
  .col-padding:first-of-type {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .col-padding {
    padding-top: 50px;
  }
}

.loading {
  display: none;
}

.materials-group-padding .standard-content-block .content.hidden-item, .faq-group-padding .standard-content-block .content.hidden-item {
  display: none;
}
.materials-group-padding .standard-content-block .content.visible-item, .faq-group-padding .standard-content-block .content.visible-item {
  display: block;
}
@media (min-width: 900px) {
  .materials-group-padding, .faq-group-padding {
    padding: 0 0 0 30px;
  }
}
.materials-group-padding .no-materials, .faq-group-padding .no-materials {
  display: none;
}
.materials-group-padding .material-group, .materials-group-padding .faq-group, .faq-group-padding .material-group, .faq-group-padding .faq-group {
  margin-bottom: 0;
}
.materials-group-padding .vbs-materials-group, .faq-group-padding .vbs-materials-group {
  margin-bottom: 25px;
}
.materials-group-padding .material-group-title, .materials-group-padding .faq-group-title, .faq-group-padding .material-group-title, .faq-group-padding .faq-group-title {
  font-family: "Arimo", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 14px;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #35abe2;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
}
@media (min-width: 900px) {
  .materials-group-padding .material-group-title, .materials-group-padding .faq-group-title, .faq-group-padding .material-group-title, .faq-group-padding .faq-group-title {
    padding: 10px 20px 10px 40px;
  }
}
.materials-group-padding .material-group-title:hover, .materials-group-padding .faq-group-title:hover, .faq-group-padding .material-group-title:hover, .faq-group-padding .faq-group-title:hover {
  background-color: #009ec9;
}
.materials-group-padding .material-group-title:after, .materials-group-padding .faq-group-title:after, .faq-group-padding .material-group-title:after, .faq-group-padding .faq-group-title:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  position: relative;
  float: right;
  pointer-events: none;
  padding: 0 0 5px 0;
  text-indent: 14px;
  margin-top: -3px;
}
.materials-group-padding .material-group-title.is-active, .materials-group-padding .faq-group-title.is-active, .faq-group-padding .material-group-title.is-active, .faq-group-padding .faq-group-title.is-active {
  background-color: #009ec9;
}
.materials-group-padding .material-group-title.is-active:after, .materials-group-padding .faq-group-title.is-active:after, .faq-group-padding .material-group-title.is-active:after, .faq-group-padding .faq-group-title.is-active:after {
  content: '\f106';
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  position: relative;
  float: right;
  pointer-events: none;
  padding: 0 0 5px 0;
  text-indent: 14px;
  margin-top: -3px;
}
.materials-group-padding .faq-group-title, .faq-group-padding .faq-group-title {
  padding: 15px 20px 15px 40px;
}
.materials-group-padding .material-list, .materials-group-padding .faq-list, .faq-group-padding .material-list, .faq-group-padding .faq-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  margin: 0 0 1em 0;
  padding: 1.5em 0;
  min-width: 100%;
}
.materials-group-padding .material-list:after, .materials-group-padding .faq-list:after, .faq-group-padding .material-list:after, .faq-group-padding .faq-list:after {
  content: "";
  display: table;
  clear: both;
}
.materials-group-padding .material-list .material-item, .materials-group-padding .material-list .faq-item, .materials-group-padding .faq-list .material-item, .materials-group-padding .faq-list .faq-item, .faq-group-padding .material-list .material-item, .faq-group-padding .material-list .faq-item, .faq-group-padding .faq-list .material-item, .faq-group-padding .faq-list .faq-item {
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (min-width: 900px) {
  .materials-group-padding .material-list .material-item, .materials-group-padding .material-list .faq-item, .materials-group-padding .faq-list .material-item, .materials-group-padding .faq-list .faq-item, .faq-group-padding .material-list .material-item, .faq-group-padding .material-list .faq-item, .faq-group-padding .faq-list .material-item, .faq-group-padding .faq-list .faq-item {
    padding-left: 40px;
  }
}
.materials-group-padding .material-list .material-item .material-title, .materials-group-padding .material-list .material-item .faq-title, .materials-group-padding .material-list .faq-item .material-title, .materials-group-padding .material-list .faq-item .faq-title, .materials-group-padding .faq-list .material-item .material-title, .materials-group-padding .faq-list .material-item .faq-title, .materials-group-padding .faq-list .faq-item .material-title, .materials-group-padding .faq-list .faq-item .faq-title, .faq-group-padding .material-list .material-item .material-title, .faq-group-padding .material-list .material-item .faq-title, .faq-group-padding .material-list .faq-item .material-title, .faq-group-padding .material-list .faq-item .faq-title, .faq-group-padding .faq-list .material-item .material-title, .faq-group-padding .faq-list .material-item .faq-title, .faq-group-padding .faq-list .faq-item .material-title, .faq-group-padding .faq-list .faq-item .faq-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.materials-group-padding .material-list .material-item .material-subtitle, .materials-group-padding .material-list .material-item .faq-subtitle, .materials-group-padding .material-list .faq-item .material-subtitle, .materials-group-padding .material-list .faq-item .faq-subtitle, .materials-group-padding .faq-list .material-item .material-subtitle, .materials-group-padding .faq-list .material-item .faq-subtitle, .materials-group-padding .faq-list .faq-item .material-subtitle, .materials-group-padding .faq-list .faq-item .faq-subtitle, .faq-group-padding .material-list .material-item .material-subtitle, .faq-group-padding .material-list .material-item .faq-subtitle, .faq-group-padding .material-list .faq-item .material-subtitle, .faq-group-padding .material-list .faq-item .faq-subtitle, .faq-group-padding .faq-list .material-item .material-subtitle, .faq-group-padding .faq-list .material-item .faq-subtitle, .faq-group-padding .faq-list .faq-item .material-subtitle, .faq-group-padding .faq-list .faq-item .faq-subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
  text-decoration: underline;
}
.materials-group-padding .material-list .material-item .material-subtitle:before, .materials-group-padding .material-list .material-item .faq-subtitle:before, .materials-group-padding .material-list .faq-item .material-subtitle:before, .materials-group-padding .material-list .faq-item .faq-subtitle:before, .materials-group-padding .faq-list .material-item .material-subtitle:before, .materials-group-padding .faq-list .material-item .faq-subtitle:before, .materials-group-padding .faq-list .faq-item .material-subtitle:before, .materials-group-padding .faq-list .faq-item .faq-subtitle:before, .faq-group-padding .material-list .material-item .material-subtitle:before, .faq-group-padding .material-list .material-item .faq-subtitle:before, .faq-group-padding .material-list .faq-item .material-subtitle:before, .faq-group-padding .material-list .faq-item .faq-subtitle:before, .faq-group-padding .faq-list .material-item .material-subtitle:before, .faq-group-padding .faq-list .material-item .faq-subtitle:before, .faq-group-padding .faq-list .faq-item .material-subtitle:before, .faq-group-padding .faq-list .faq-item .faq-subtitle:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  color: #000;
  pointer-events: none;
  padding: 0 0 5px 0;
  display: inline-block;
}
.materials-group-padding .material-list .material-item .material-subtitle:hover, .materials-group-padding .material-list .material-item .material-subtitle:focus, .materials-group-padding .material-list .material-item .material-subtitle:active, .materials-group-padding .material-list .material-item .faq-subtitle:hover, .materials-group-padding .material-list .material-item .faq-subtitle:focus, .materials-group-padding .material-list .material-item .faq-subtitle:active, .materials-group-padding .material-list .faq-item .material-subtitle:hover, .materials-group-padding .material-list .faq-item .material-subtitle:focus, .materials-group-padding .material-list .faq-item .material-subtitle:active, .materials-group-padding .material-list .faq-item .faq-subtitle:hover, .materials-group-padding .material-list .faq-item .faq-subtitle:focus, .materials-group-padding .material-list .faq-item .faq-subtitle:active, .materials-group-padding .faq-list .material-item .material-subtitle:hover, .materials-group-padding .faq-list .material-item .material-subtitle:focus, .materials-group-padding .faq-list .material-item .material-subtitle:active, .materials-group-padding .faq-list .material-item .faq-subtitle:hover, .materials-group-padding .faq-list .material-item .faq-subtitle:focus, .materials-group-padding .faq-list .material-item .faq-subtitle:active, .materials-group-padding .faq-list .faq-item .material-subtitle:hover, .materials-group-padding .faq-list .faq-item .material-subtitle:focus, .materials-group-padding .faq-list .faq-item .material-subtitle:active, .materials-group-padding .faq-list .faq-item .faq-subtitle:hover, .materials-group-padding .faq-list .faq-item .faq-subtitle:focus, .materials-group-padding .faq-list .faq-item .faq-subtitle:active, .faq-group-padding .material-list .material-item .material-subtitle:hover, .faq-group-padding .material-list .material-item .material-subtitle:focus, .faq-group-padding .material-list .material-item .material-subtitle:active, .faq-group-padding .material-list .material-item .faq-subtitle:hover, .faq-group-padding .material-list .material-item .faq-subtitle:focus, .faq-group-padding .material-list .material-item .faq-subtitle:active, .faq-group-padding .material-list .faq-item .material-subtitle:hover, .faq-group-padding .material-list .faq-item .material-subtitle:focus, .faq-group-padding .material-list .faq-item .material-subtitle:active, .faq-group-padding .material-list .faq-item .faq-subtitle:hover, .faq-group-padding .material-list .faq-item .faq-subtitle:focus, .faq-group-padding .material-list .faq-item .faq-subtitle:active, .faq-group-padding .faq-list .material-item .material-subtitle:hover, .faq-group-padding .faq-list .material-item .material-subtitle:focus, .faq-group-padding .faq-list .material-item .material-subtitle:active, .faq-group-padding .faq-list .material-item .faq-subtitle:hover, .faq-group-padding .faq-list .material-item .faq-subtitle:focus, .faq-group-padding .faq-list .material-item .faq-subtitle:active, .faq-group-padding .faq-list .faq-item .material-subtitle:hover, .faq-group-padding .faq-list .faq-item .material-subtitle:focus, .faq-group-padding .faq-list .faq-item .material-subtitle:active, .faq-group-padding .faq-list .faq-item .faq-subtitle:hover, .faq-group-padding .faq-list .faq-item .faq-subtitle:focus, .faq-group-padding .faq-list .faq-item .faq-subtitle:active {
  color: #35abe2;
}
.materials-group-padding .material-list .material-item .material-math-title, .materials-group-padding .material-list .faq-item .material-math-title, .materials-group-padding .faq-list .material-item .material-math-title, .materials-group-padding .faq-list .faq-item .material-math-title, .faq-group-padding .material-list .material-item .material-math-title, .faq-group-padding .material-list .faq-item .material-math-title, .faq-group-padding .faq-list .material-item .material-math-title, .faq-group-padding .faq-list .faq-item .material-math-title {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
  margin-left: 15px;
}
.materials-group-padding .material-list .material-item .material-workspace, .materials-group-padding .material-list .material-item .material-skills-practice, .materials-group-padding .material-list .faq-item .material-workspace, .materials-group-padding .material-list .faq-item .material-skills-practice, .materials-group-padding .faq-list .material-item .material-workspace, .materials-group-padding .faq-list .material-item .material-skills-practice, .materials-group-padding .faq-list .faq-item .material-workspace, .materials-group-padding .faq-list .faq-item .material-skills-practice, .faq-group-padding .material-list .material-item .material-workspace, .faq-group-padding .material-list .material-item .material-skills-practice, .faq-group-padding .material-list .faq-item .material-workspace, .faq-group-padding .material-list .faq-item .material-skills-practice, .faq-group-padding .faq-list .material-item .material-workspace, .faq-group-padding .faq-list .material-item .material-skills-practice, .faq-group-padding .faq-list .faq-item .material-workspace, .faq-group-padding .faq-list .faq-item .material-skills-practice {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 5px;
  color: #000;
}
.materials-group-padding .material-list .material-item .material-workspace:hover, .materials-group-padding .material-list .material-item .material-workspace:focus, .materials-group-padding .material-list .material-item .material-workspace:active, .materials-group-padding .material-list .material-item .material-skills-practice:hover, .materials-group-padding .material-list .material-item .material-skills-practice:focus, .materials-group-padding .material-list .material-item .material-skills-practice:active, .materials-group-padding .material-list .faq-item .material-workspace:hover, .materials-group-padding .material-list .faq-item .material-workspace:focus, .materials-group-padding .material-list .faq-item .material-workspace:active, .materials-group-padding .material-list .faq-item .material-skills-practice:hover, .materials-group-padding .material-list .faq-item .material-skills-practice:focus, .materials-group-padding .material-list .faq-item .material-skills-practice:active, .materials-group-padding .faq-list .material-item .material-workspace:hover, .materials-group-padding .faq-list .material-item .material-workspace:focus, .materials-group-padding .faq-list .material-item .material-workspace:active, .materials-group-padding .faq-list .material-item .material-skills-practice:hover, .materials-group-padding .faq-list .material-item .material-skills-practice:focus, .materials-group-padding .faq-list .material-item .material-skills-practice:active, .materials-group-padding .faq-list .faq-item .material-workspace:hover, .materials-group-padding .faq-list .faq-item .material-workspace:focus, .materials-group-padding .faq-list .faq-item .material-workspace:active, .materials-group-padding .faq-list .faq-item .material-skills-practice:hover, .materials-group-padding .faq-list .faq-item .material-skills-practice:focus, .materials-group-padding .faq-list .faq-item .material-skills-practice:active, .faq-group-padding .material-list .material-item .material-workspace:hover, .faq-group-padding .material-list .material-item .material-workspace:focus, .faq-group-padding .material-list .material-item .material-workspace:active, .faq-group-padding .material-list .material-item .material-skills-practice:hover, .faq-group-padding .material-list .material-item .material-skills-practice:focus, .faq-group-padding .material-list .material-item .material-skills-practice:active, .faq-group-padding .material-list .faq-item .material-workspace:hover, .faq-group-padding .material-list .faq-item .material-workspace:focus, .faq-group-padding .material-list .faq-item .material-workspace:active, .faq-group-padding .material-list .faq-item .material-skills-practice:hover, .faq-group-padding .material-list .faq-item .material-skills-practice:focus, .faq-group-padding .material-list .faq-item .material-skills-practice:active, .faq-group-padding .faq-list .material-item .material-workspace:hover, .faq-group-padding .faq-list .material-item .material-workspace:focus, .faq-group-padding .faq-list .material-item .material-workspace:active, .faq-group-padding .faq-list .material-item .material-skills-practice:hover, .faq-group-padding .faq-list .material-item .material-skills-practice:focus, .faq-group-padding .faq-list .material-item .material-skills-practice:active, .faq-group-padding .faq-list .faq-item .material-workspace:hover, .faq-group-padding .faq-list .faq-item .material-workspace:focus, .faq-group-padding .faq-list .faq-item .material-workspace:active, .faq-group-padding .faq-list .faq-item .material-skills-practice:hover, .faq-group-padding .faq-list .faq-item .material-skills-practice:focus, .faq-group-padding .faq-list .faq-item .material-skills-practice:active {
  color: #35abe2;
}
.materials-group-padding .material-list .material-item .material-sp-title, .materials-group-padding .material-list .faq-item .material-sp-title, .materials-group-padding .faq-list .material-item .material-sp-title, .materials-group-padding .faq-list .faq-item .material-sp-title, .faq-group-padding .material-list .material-item .material-sp-title, .faq-group-padding .material-list .faq-item .material-sp-title, .faq-group-padding .faq-list .material-item .material-sp-title, .faq-group-padding .faq-list .faq-item .material-sp-title {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
  color: #000;
}
.materials-group-padding .material-list .material-item .link-wrapper, .materials-group-padding .material-list .faq-item .link-wrapper, .materials-group-padding .faq-list .material-item .link-wrapper, .materials-group-padding .faq-list .faq-item .link-wrapper, .faq-group-padding .material-list .material-item .link-wrapper, .faq-group-padding .material-list .faq-item .link-wrapper, .faq-group-padding .faq-list .material-item .link-wrapper, .faq-group-padding .faq-list .faq-item .link-wrapper {
  margin-bottom: 0;
}
.js .materials-group-padding .material-list, .js .materials-group-padding .faq-list, .js .faq-group-padding .material-list, .js .faq-group-padding .faq-list {
  display: none;
}
.materials-group-padding .vbs-resources, .faq-group-padding .vbs-resources {
  padding: 1.5em 2em;
}
.materials-group-padding .vbs-resources .course-title, .faq-group-padding .vbs-resources .course-title {
  margin-top: 1.5em;
}
.materials-group-padding .vbs-resources .course-title:nth-of-type(1), .faq-group-padding .vbs-resources .course-title:nth-of-type(1) {
  margin-top: 0;
}
.materials-group-padding .vbs-resources .module, .faq-group-padding .vbs-resources .module {
  margin-bottom: 15px;
}
.materials-group-padding .vbs-resources .module .topic .files, .faq-group-padding .vbs-resources .module .topic .files {
  width: 50%;
  display: inline-block;
  margin: 10px 0;
}
.materials-group-padding .vbs-resources .module .topic .files:nth-of-type(odd), .faq-group-padding .vbs-resources .module .topic .files:nth-of-type(odd) {
  padding-right: 25px;
}
.materials-group-padding .vbs-resources .module .topic .lesson, .faq-group-padding .vbs-resources .module .topic .lesson {
  margin: 10px 0;
}
.materials-group-padding .vbs-resources .module .topic .lesson .files, .faq-group-padding .vbs-resources .module .topic .lesson .files {
  margin: 0;
}
.materials-group-padding .vbs-resources .module:last-of-type, .faq-group-padding .vbs-resources .module:last-of-type {
  margin-bottom: 0px;
}
.materials-group-padding .vbs-resources .mathia_workspaces .mathia-course-title, .faq-group-padding .vbs-resources .mathia_workspaces .mathia-course-title {
  margin-bottom: -1.5em;
}
.materials-group-padding .vbs-resources .mathia_workspaces .ws-section-title, .faq-group-padding .vbs-resources .mathia_workspaces .ws-section-title {
  margin-top: 1.5em;
}
.materials-group-padding .vbs-resources .mathia_workspaces .ws-section-title:nth-of-type(1), .faq-group-padding .vbs-resources .mathia_workspaces .ws-section-title:nth-of-type(1) {
  margin-top: 0;
}
.materials-group-padding .vbs-resources a, .faq-group-padding .vbs-resources a {
  color: #00558C;
  margin-left: 15px;
}
.materials-group-padding .vbs-resources a.digital-link:before, .materials-group-padding .vbs-resources a.workspace-link:before, .faq-group-padding .vbs-resources a.digital-link:before, .faq-group-padding .vbs-resources a.workspace-link:before {
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  margin-left: -15px;
}
.materials-group-padding .vbs-resources a.download-link:before, .faq-group-padding .vbs-resources a.download-link:before {
  content: '\f063';
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  margin-left: -15px;
  margin-top: 4px;
  font-size: 12px;
}
.materials-group-padding .vbs-resources a:hover, .materials-group-padding .vbs-resources a:focus, .materials-group-padding .vbs-resources a:active, .faq-group-padding .vbs-resources a:hover, .faq-group-padding .vbs-resources a:focus, .faq-group-padding .vbs-resources a:active {
  color: #0083d9;
}
.materials-group-padding .vbs-resources .resource-title, .materials-group-padding .vbs-resources .lesson-title, .faq-group-padding .vbs-resources .resource-title, .faq-group-padding .vbs-resources .lesson-title {
  color: #3E3E3E;
  font-weight: 600;
}
.materials-group-padding .is-expanded, .faq-group-padding .is-expanded {
  min-width: 100%;
  border: 1px solid #bbbbbb;
  border-top: none;
}
.materials-group-padding .vbs-loader, .faq-group-padding .vbs-loader {
  background: url('../gif/vbs-loaderc480.gif?1626201949');
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 200px;
  background-position-y: -50px;
}

.faq-group {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 900px) {
  .faq-group {
    width: 80%;
  }
}
.faq-group .faq-group-title {
  margin-bottom: 0;
}
.faq-group .faq-list {
  padding: 5px 35px;
}

.filter-col {
  border: 1px solid #bbbbbb;
  border-top: none;
  margin-bottom: 50px;
  height: 100%;
}
.filter-col .filter-divider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #bbbbbb;
}
.filter-col .search-input-wrapper {
  margin-top: 20px;
}
.filter-col .filters-content-padding {
  padding: 10px 15px;
}
@media (min-width: 900px) {
  .filter-col .filters-content-padding {
    padding: 0 15px;
  }
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper {
  position: relative;
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper .filter {
  padding: 10px 42px 10px 10px;
  background: #fff;
  color: #000;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper .filter:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper .filter::-ms-expand {
  display: none;
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper:before {
  content: '';
  right: 5px;
  top: -7px;
  width: 30px;
  height: 33px;
  position: absolute;
  pointer-events: none;
  display: block;
}
.filter-col .filters-content-padding .filter-selects .filter-wrapper:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  color: #000;
  right: 8px;
  top: 6px;
  position: absolute;
  pointer-events: none;
  padding: 0 0 5px 0;
  text-indent: 14px;
}
@media screen\0 {
  .filter-col .filters-content-padding .filter-selects .filter-wrapper:after {
    width: 38px;
    text-indent: 15px;
    right: 0;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .filter-col .filters-content-padding .filter-selects .filter-wrapper .filter {
    padding-right: 40px;
  }
  .filter-col .filters-content-padding .filter-selects .filter-wrapper:before {
    right: 6px;
  }
  .filter-col .filters-content-padding .filter-selects .filter-wrapper:after {
    text-indent: 14px;
    right: 6px;
    top: 7px;
    width: 36px;
  }
}
.filter-col .filters-content-padding .search {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
}
.filter-col .filters-content-padding .search i {
  color: #bbbbbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 5.125%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-top: 7px;
}
.filter-col .filters-content-padding .search input, .filter-col .filters-content-padding .search .custom-select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 82.75%;
  margin-right: 3.5%;
  margin-left: 0;
  border-bottom: none;
  color: #000;
  padding: 6px 0;
}
.filter-col .filters-content-padding .search input:nth-of-type(n), .filter-col .filters-content-padding .search .custom-select:nth-of-type(n) {
  margin-right: 3.5%;
  float: left;
  clear: none;
}
.filter-col .filters-content-padding .search input:nth-of-type(2n+2), .filter-col .filters-content-padding .search .custom-select:nth-of-type(2n+2) {
  margin-right: 0;
  float: right;
}
.filter-col .filters-content-padding .search input:nth-of-type(2n+3), .filter-col .filters-content-padding .search .custom-select:nth-of-type(2n+3) {
  clear: both;
}
.filter-col .filters-content-padding .search input:-moz-placeholder, .filter-col .filters-content-padding .search .custom-select:-moz-placeholder {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #262626;
  text-transform: none;
  font-size: 14px;
}
.filter-col .filters-content-padding .search input::-moz-placeholder, .filter-col .filters-content-padding .search .custom-select::-moz-placeholder {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #262626;
  text-transform: none;
  font-size: 14px;
}
.filter-col .filters-content-padding .search input:-ms-input-placeholder, .filter-col .filters-content-padding .search .custom-select:-ms-input-placeholder {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #262626;
  text-transform: none;
  font-size: 14px;
}
.filter-col .filters-content-padding .search input::-webkit-input-placeholder, .filter-col .filters-content-padding .search .custom-select::-webkit-input-placeholder {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #262626;
  text-transform: none;
  font-size: 14px;
}
.filter-col .standards-list-wrapper {
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  height: 300px;
}
@media (min-width: 900px) {
  .filter-col .standards-list-wrapper {
    height: 800px;
  }
}
.filter-col .standards-list-wrapper:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.filter-col .standards-list-wrapper:-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.filter-col .standards-list-wrapper:-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.filter-col .standards-list-wrapper .standards-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  min-height: 300px;
}
@media (min-width: 900px) {
  .filter-col .standards-list-wrapper .standards-list {
    min-height: 800px;
  }
}
.filter-col .standards-list-wrapper .standards-list .standard {
  text-decoration: underline;
}
.filter-col .standards-list-wrapper .standards-list .standard a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 8px 15px;
  text-decoration: underline;
}
.filter-col .standards-list-wrapper .standards-list .standard a i {
  display: none;
}
.filter-col .standards-list-wrapper .standards-list .standard.active {
  background-color: #35abe2;
}
.filter-col .standards-list-wrapper .standards-list .standard.active a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.filter-col .standards-list-wrapper .standards-list .standard.active a i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
  pointer-events: none;
  text-decoration: none;
  float: right;
  margin-top: 2px;
}

.at-home-resource-teaser {
  position: relative;
}
.at-home-resource-teaser .resource-flag {
  position: absolute;
  top: 35px;
  left: 0px;
  padding: 5px 12px;
  color: #fff;
}
.at-home-resource-teaser .resource-flag.customer-flag {
  background-color: #11cdb9;
}
.at-home-resource-teaser .resource-flag.educator-flag {
  background-color: #92278f;
}
.at-home-resource-teaser .resource-flag.family-flag {
  background-color: #35abe2;
}

.at-home-resources-blog.blog-content {
  float: none;
  padding: 0;
}

.coach-on-call .fa {
  width: 25px;
}
.coach-on-call .email span, .coach-on-call .email a, .coach-on-call .phone span, .coach-on-call .phone a {
  font-weight: 100;
}
.coach-on-call .email a, .coach-on-call .phone a {
  color: #009ec9;
}
.coach-on-call .email a:hover, .coach-on-call .email a:focus, .coach-on-call .email a:active, .coach-on-call .phone a:hover, .coach-on-call .phone a:focus, .coach-on-call .phone a:active {
  color: #35abe2;
}

.at-home-resources-support .fa, .virtual-pd .fa {
  width: 30px;
}
.at-home-resources-support .email a, .virtual-pd .email a {
  font-weight: 100;
}
.at-home-resources-support .phone, .virtual-pd .phone {
  margin-left: -30px;
}
.at-home-resources-support .offline-chat, .virtual-pd .offline-chat {
  background-color: transparent;
  color: #000;
}

.help-center {
  background-color: #FDFDFD;
  /* The height needs to be set to a fixed value for the parralax effect to work.
  * 100vh is the full height of the viewport. */
  height: 100vh;
  min-height: calc(100vh - 192px);
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.help-center .category-wrap {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 950px;
  padding-top: 30px;
  color: #fff;
}
@media (min-width: 900px) {
  .help-center .category-wrap {
    padding-top: 140px;
  }
}
.help-center .category-wrap:after {
  background-image: url('../jpg/hc-math197a.jpg?1595951601');
  background-repeat: no-repeat;
  background-position: center;
  /* Needs !important to work for some reason  */
  background-size: cover !important;
}
.help-center .category-wrap .h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.help-center .categories {
  position: relative;
  width: 75%;
  max-width: 850px;
  display: block;
  margin: -725px auto 0 auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .help-center .categories {
    margin: -610px auto 0 auto;
    display: flex;
  }
}
.help-center .categories .container {
  width: 100%;
}
.help-center .categories .container .category {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  visibility: visible;
  opacity: 1;
  height: 250px;
  text-align: center;
  margin-bottom: 45px;
  -moz-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  -webkit-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 568px) {
  .help-center .categories .container .category {
    height: 325px;
  }
}
@media (min-width: 768px) {
  .help-center .categories .container .category {
    height: 215px;
  }
}
@media (min-width: 900px) {
  .help-center .categories .container .category {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .help-center .categories .container .category {
    height: 215px;
  }
}
@media (min-width: 768px) {
  .help-center .categories .container .category {
    flex: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
  }
  .help-center .categories .container .category:nth-of-type(n) {
    margin-right: 3.5%;
    float: left;
    clear: none;
  }
  .help-center .categories .container .category:nth-of-type(2n+2) {
    margin-right: 0;
    float: right;
  }
  .help-center .categories .container .category:nth-of-type(2n+3) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .help-center .categories .container .category {
    flex: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0;
  }
  .help-center .categories .container .category:nth-of-type(n) {
    margin-right: 3.5%;
    float: left;
    clear: none;
  }
  .help-center .categories .container .category:nth-of-type(3n+3) {
    margin-right: 0;
    float: right;
  }
  .help-center .categories .container .category:nth-of-type(3n+4) {
    clear: both;
  }
}
.help-center .categories .container .category .category-bg {
  width: 90%;
  display: inline-block;
  background-color: #fff;
  -moz-box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  -webkit-box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  border: 1.5px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.help-center .categories .container .category .category-bg img {
  width: 50%;
  margin-top: 35px;
  margin-bottom: 5px;
}
.help-center .categories .container .category .category-bg .title {
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
}
.help-center .categories .container .category:hover, .help-center .categories .container .category:focus, .help-center .categories .container .category:active {
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.help-center .categories .container .category:hover .category-bg, .help-center .categories .container .category:focus .category-bg, .help-center .categories .container .category:active .category-bg {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1.5px solid #35abe2;
}
.help-center .categories .container .category:hover, .help-center .categories .container .category:focus, .help-center .categories .container .category:active {
  color: #35abe2;
}
.help-center .parallax:after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: -1px;
  /* Move the pseudo-element back away from the camera,
  * then scale it back up to fill the viewport.
  * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  height: 1450px;
  -moz-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  -webkit-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}
@media (min-width: 900px) {
  .help-center .parallax:after {
    height: 1160px;
  }
}
.help-center .toggle-wrapper {
  display: block;
  position: relative;
  padding: 10px 0 50px 0;
  clear: both;
  overflow: visible;
  width: 100%;
  text-align: center;
}
.help-center .toggle-wrapper .category-toggle {
  position: relative;
  z-index: 100;
  color: #35abe2;
  background-color: #fff;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 7px 45px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 6px;
}
.help-center .toggle-wrapper .category-toggle:hover, .help-center .toggle-wrapper .category-toggle:focus, .help-center .toggle-wrapper .category-toggle:active {
  color: #1981b1;
}
.help-center .toggle-wrapper .world-languages-category-toggle {
  color: #ff7c00;
}
.help-center .toggle-wrapper .world-languages-category-toggle:hover, .help-center .toggle-wrapper .world-languages-category-toggle:focus, .help-center .toggle-wrapper .world-languages-category-toggle:active {
  color: #b35700;
}
.help-center .toggle-wrapper .english-language-arts-category-toggle {
  color: #11cdb9;
}
.help-center .toggle-wrapper .english-language-arts-category-toggle:hover, .help-center .toggle-wrapper .english-language-arts-category-toggle:focus, .help-center .toggle-wrapper .english-language-arts-category-toggle:active {
  color: #0b8679;
}
.help-center .toggle-wrapper .computer-science-category-toggle {
  color: #92278f;
}
.help-center .toggle-wrapper .computer-science-category-toggle:hover, .help-center .toggle-wrapper .computer-science-category-toggle:focus, .help-center .toggle-wrapper .computer-science-category-toggle:active {
  color: #561754;
}
.help-center .world-languages-categories .container .category .category-bg .title {
  color: #ff7c00;
}
.help-center .world-languages-categories .container .category:hover, .help-center .world-languages-categories .container .category:focus, .help-center .world-languages-categories .container .category:active {
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.help-center .world-languages-categories .container .category:hover .category-bg, .help-center .world-languages-categories .container .category:focus .category-bg, .help-center .world-languages-categories .container .category:active .category-bg {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1.5px solid #ff7c00;
}
.help-center .english-language-arts-categories .container .category .category-bg .title {
  color: #11cdb9;
}
.help-center .english-language-arts-categories .container .category:hover, .help-center .english-language-arts-categories .container .category:focus, .help-center .english-language-arts-categories .container .category:active {
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.help-center .english-language-arts-categories .container .category:hover .category-bg, .help-center .english-language-arts-categories .container .category:focus .category-bg, .help-center .english-language-arts-categories .container .category:active .category-bg {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1.5px solid #11cdb9;
}
.help-center .computer-science-categories .container .category .category-bg .title {
  color: #92278f;
}
.help-center .computer-science-categories .container .category:hover, .help-center .computer-science-categories .container .category:focus, .help-center .computer-science-categories .container .category:active {
  -moz-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.help-center .computer-science-categories .container .category:hover .category-bg, .help-center .computer-science-categories .container .category:focus .category-bg, .help-center .computer-science-categories .container .category:active .category-bg {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1.5px solid #92278f;
}
.help-center .featured {
  padding: 95px 0px;
  position: relative;
  clear: both;
}
.help-center .featured .featured-articles {
  position: relative;
  display: block;
}
@media (min-width: 900px) {
  .help-center .featured .featured-articles {
    display: flex;
    flex-wrap: wrap;
  }
}
.help-center .featured .featured-articles .article {
  color: #000;
  background-color: #fff;
  -moz-box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  -webkit-box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding: 30px 25px;
  min-height: 116px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
}
.help-center .featured .featured-articles .article .title {
  display: block;
  font-size: 16px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.help-center .featured .featured-articles .article .blurb {
  display: block;
  font-size: 14px;
  font-weight: 200;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.help-center .featured .featured-articles .article:hover .title, .help-center .featured .featured-articles .article:hover .blurb, .help-center .featured .featured-articles .article:focus .title, .help-center .featured .featured-articles .article:focus .blurb, .help-center .featured .featured-articles .article:active .title, .help-center .featured .featured-articles .article:active .blurb {
  color: #35abe2;
}
@media (min-width: 900px) {
  .help-center .featured .featured-articles .article {
    flex: 0 0 30%;
    margin: 0 1.5% 30px 1.5%;
  }
}
.help-center .featured .featured-links {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .help-center .featured .featured-links {
    display: flex;
    flex-wrap: wrap;
  }
}
.help-center .featured .featured-links .link-cell {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.help-center .featured .featured-links .link-cell a {
  display: inline-block;
  position: relative;
}
.help-center .featured .featured-links .link-cell .video {
  display: inline-block;
  position: relative;
}
.help-center .featured .featured-links .link-cell .video:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  top: 97px;
  left: 140px;
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/connected-play.svg?1563558588') no-repeat;
  opacity: 1;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.help-center .featured .featured-links .link-cell .video:hover:after, .help-center .featured .featured-links .link-cell .video:focus:after, .help-center .featured .featured-links .link-cell .video:active:after {
  opacity: 0.8;
}
.help-center .featured .featured-links .link-cell img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}
.help-center .featured .featured-links .link-cell .featured-link-wrapper {
  display: inline-block;
  width: 100%;
}
.help-center .featured .featured-links .link-cell .featured-link-wrapper .featured-link {
  font-size: 15px;
  color: #35abe2;
  background-color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 15px 55px 15px 30px;
  display: inline-block;
  margin: 15px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}
.help-center .featured .featured-links .link-cell .featured-link-wrapper .featured-link:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  margin-top: 5px;
  margin-left: 11px;
  background: url('http://cdn.carnegielearning.com/cli_theme/_img/connected-arrow.svg?1563558588') no-repeat;
}
.help-center .featured .featured-links .link-cell .featured-link-wrapper .featured-link:hover, .help-center .featured .featured-links .link-cell .featured-link-wrapper .featured-link:focus, .help-center .featured .featured-links .link-cell .featured-link-wrapper .featured-link:active {
  color: #1981b1;
}
@media (min-width: 768px) {
  .help-center .featured .featured-links .link-cell {
    flex: 0 0 47%;
    margin: 0 1.5% 30px 1.5%;
  }
}
@media (min-width: 1200px) {
  .help-center .featured .featured-links .link-cell {
    flex: 0 0 30%;
    margin: 0 1.5% 30px 1.5%;
  }
}
.help-center .featured-one {
  background-color: #FDFDFD;
}
.help-center .featured-two {
  background-color: #F5F8FA;
}
.help-center .featured-connected {
  background-color: #FDFDFD;
}
.help-center .subtle-btn {
  color: #fff;
  background-color: #000;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border: 1px solid;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 7px 13px;
  border-color: #fff;
}
.help-center .subtle-btn:hover {
  background-color: #fff;
  color: #000;
}
.help-center .search {
  position: relative;
  width: 550px;
  max-width: 100%;
  height: 45px;
  margin: 15px auto 0 auto;
}
.help-center .search .input {
  width: 100%;
  border-radius: 25px;
  border: none;
  background-color: #fff;
  padding: 15px 45px 15px 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 4px;
}
.help-center .search .input:-moz-placeholder {
  color: #000;
  opacity: .25;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.help-center .search .input::-moz-placeholder {
  color: #000;
  opacity: .25;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.help-center .search .input:-ms-input-placeholder {
  color: #000;
  opacity: .25;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.help-center .search .input::-webkit-input-placeholder {
  color: #000;
  opacity: .25;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.help-center .search .submit-wrapper {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 5;
}
.help-center .search .submit-wrapper .submit {
  cursor: pointer;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 10;
  border-radius: 10px;
  border: none;
}
.help-center .search .submit-wrapper:after {
  font-family: FontAwesome;
  content: "\f002";
  left: 0px;
  top: 1px;
  position: absolute;
  color: #000;
}
.help-center .help-center-top-banner {
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  height: 70px;
  display: table;
  width: 100%;
}
@media (min-width: 900px) {
  .help-center .help-center-top-banner {
    height: 35px;
  }
}
.help-center .help-center-top-banner a {
  color: #000;
  text-decoration: underline;
  font-weight: 100;
}
.help-center .help-center-top-banner a:hover, .help-center .help-center-top-banner a:focus, .help-center .help-center-top-banner a:active {
  color: #35abe2;
}
.help-center .help-center-top-banner p {
  margin-bottom: 0;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
}
.help-center .lets-talk {
  clear: both;
  text-align: center;
  background-color: #fff;
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmZiMyIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzVhYmUyIiBzdG9wLW9wYWNpdHk9IjAuNzgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 191, 179, 0.78)), color-stop(100%, rgba(53, 171, 226, 0.78)));
  background-image: -moz-linear-gradient(rgba(0, 191, 179, 0.78), rgba(53, 171, 226, 0.78));
  background-image: -webkit-linear-gradient(rgba(0, 191, 179, 0.78), rgba(53, 171, 226, 0.78));
  background-image: linear-gradient(rgba(0, 191, 179, 0.78), rgba(53, 171, 226, 0.78));
  padding: 75px 0;
}
.help-center .lets-talk .button {
  display: block;
  max-width: 80%;
  margin: 0 auto 15px auto;
  background-color: #fff;
  color: #35abe2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 70px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (min-width: 768px) {
  .help-center .lets-talk .button {
    display: inline-block;
    margin: 0 15px 15px 0;
    min-width: 270px;
    max-width: 100%;
  }
  .help-center .lets-talk .button:last-of-type {
    margin-right: 0;
  }
}
.help-center .lets-talk .button:hover, .help-center .lets-talk .button:focus, .help-center .lets-talk .button:active {
  color: #1981b1;
}
.help-center footer {
  clear: both;
  padding: 50px 0px;
  border-top: 15px solid #35abe2;
}
.help-center .breadcrumb {
  padding: 20px 16px 20px 0px;
  list-style: none;
  width: 70%;
  display: inline-block;
}
.help-center .breadcrumb li {
  display: inline;
}
.help-center .breadcrumb li:before {
  font-family: FontAwesome;
  padding: 8px;
  color: #35abe2;
  content: "\f105";
}
.help-center .breadcrumb li a {
  color: #35abe2;
  text-decoration: none;
}
.help-center .breadcrumb li a:hover {
  color: #1981b1;
}
.help-center .breadcrumb li a:hover:before {
  color: #1981b1;
}
.help-center .breadcrumb li:first-child:before {
  content: "";
  padding: 0;
}
.help-center .breadcrumb li:first-child a:hover:before {
  color: #1981b1;
}
.help-center .breadcrumb li:first-child a:before {
  font-weight: 100;
  font-family: FontAwesome;
  padding: 3px;
  position: relative;
  top: 1px;
  font-size: 20px;
  color: #35abe2;
  content: "\f015";
}
.help-center .breadcrumb .here {
  font-weight: 600;
}
.help-center .search-interior {
  width: 100%;
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .help-center .search-interior {
    width: 30%;
    display: inline-block;
    float: right;
  }
}
.help-center .search-interior .search {
  margin: 20px auto 0 auto;
  height: 35px;
}
.help-center .search-interior .search .input {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 45px 8px 25px;
}
.help-center .search-interior .search .submit-wrapper {
  top: 4px;
}
.help-center .category-articles {
  margin-bottom: 120px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.help-center .category-articles .category-header {
  border-bottom: 2px solid #000;
  margin: 60px 0;
}
.help-center .category-articles .articles-wrapper {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .help-center .category-articles .articles-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.help-center .category-articles .articles-wrapper .article {
  color: #000;
  background-color: #fff;
  -moz-box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  -webkit-box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  box-shadow: rgba(162, 174, 204, 0.21) 6px 12px 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding: 30px 25px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
}
.help-center .category-articles .articles-wrapper .article .title {
  display: table;
  height: 100%;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto;
}
.help-center .category-articles .articles-wrapper .article .title .title-cell {
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.help-center .category-articles .articles-wrapper .article:hover .title, .help-center .category-articles .articles-wrapper .article:hover .blurb, .help-center .category-articles .articles-wrapper .article:focus .title, .help-center .category-articles .articles-wrapper .article:focus .blurb, .help-center .category-articles .articles-wrapper .article:active .title, .help-center .category-articles .articles-wrapper .article:active .blurb {
  color: #35abe2;
}
@media (min-width: 900px) {
  .help-center .category-articles .articles-wrapper .article {
    flex: 0 0 30%;
    margin: 0 1.5% 30px 1.5%;
  }
}
.help-center .article-listings-wrapper .article-listings-header {
  margin: 60px 0;
}
.help-center .article-listings-wrapper .article-listings-header p {
  margin: 10px 0;
}
.help-center .article-listings-wrapper .article-listings {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media (min-width: 900px) {
  .help-center .article-listings-wrapper .article-listings {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.help-center .article-listings-wrapper .article-listings .article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #000;
  margin: 0 0 50px 0;
}
@media (min-width: 900px) {
  .help-center .article-listings-wrapper .article-listings .article:nth-child(odd) {
    flex: 0 0 45%;
    margin: 0 5% 30px 0;
  }
}
@media (min-width: 900px) {
  .help-center .article-listings-wrapper .article-listings .article:nth-child(even) {
    flex: 0 0 45%;
    margin: 0 0 30px 5%;
  }
}
.help-center .article-listings-wrapper .article-listings .article p {
  margin: 10px 0 30px 0;
}
.help-center .help-center-results {
  width: 100%;
  float: left;
  margin: 40px 0;
  clear: both;
}
@media (min-width: 768px) {
  .help-center .help-center-results {
    margin: 120px 0;
  }
}
.help-center .help-center-results .no-results p {
  font-size: 18px;
}
.help-center .help-center-results .no-results ul {
  list-style: initial;
}
.help-center .help-center-results .no-results ul li {
  font-size: 18px;
  margin-left: 30px;
}
.help-center .help-center-results .results-info .sub-head {
  margin-bottom: 0;
  font-size: 32px;
}
.help-center .help-center-results .results-info .sub-head_small {
  font-size: 14px;
}
.help-center .help-center-results .results-wrapper {
  width: 85%;
}
.help-center .help-center-results .results-wrapper .result {
  line-height: 1.8em;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 60px;
  color: #000;
  border-bottom: 1px solid #000;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.help-center .help-center-results .results-wrapper .result:hover, .help-center .help-center-results .results-wrapper .result:focus, .help-center .help-center-results .results-wrapper .result:active {
  color: #35abe2;
}
.help-center .help-center-results .results-wrapper .result .result-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.help-center .help-center-results .results-wrapper .result .result-description {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.help-center .help-center-results .results-filters {
  overflow: hidden;
  -moz-transition: visibility 0s linear, max-height 0.25s linear, opacity 0.25s linear;
  -o-transition: visibility 0s linear, max-height 0.25s linear, opacity 0.25s linear;
  -webkit-transition: visibility 0s linear, max-height 0.25s linear, opacity 0.25s linear;
  transition: visibility 0s linear, max-height 0.25s linear, opacity 0.25s linear;
}
.help-center .help-center-results .results-filters .FilterList {
  padding-bottom: 1.5625em;
  padding-right: .625em;
  list-style-type: none;
}
.help-center .help-center-results .results-filters .FilterList a {
  display: block;
  position: relative;
  padding: .25em .75em .25em 2em;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-size: 14px;
}
.help-center .help-center-results .results-filters .FilterList a:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.help-center .help-center-results .results-filters .FilterList .active:before {
  background-color: #000;
  border: 1px solid #000;
}
.help-center .help-center-results .results-filters .FilterList .clear-all a {
  padding-left: 0;
}
.help-center .help-center-results .results-filters .FilterList .clear-all a:before {
  border: none;
}
.help-center .help-center-results .results-filters .FilterList .expand {
  padding-top: 3px;
  padding-left: 20px;
  font-size: 14px;
}
.help-center .help-center-results .results-filters .FilterList .expand:before {
  border: none;
  left: 4px;
  transform: rotate(-270deg);
}
.help-center .help-center-results .results-filters .FilterList .expand:hover, .help-center .help-center-results .results-filters .FilterList .expand:active, .help-center .help-center-results .results-filters .FilterList .expand:focus {
  color: #000;
}
.help-center .help-center-results .results-filters .FilterList .reset {
  font-size: 85%;
  color: #808080;
}
.help-center .help-center-results .results-filters .FilterList li {
  position: relative;
  margin-bottom: 10px;
}
.help-center .help-center-results .results-filters .FilterList li label {
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 15px;
  cursor: pointer;
  font-size: 85%;
  line-height: 1.3;
}
.help-center .help-center-results .results-filters .FilterList li .checkmark {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 30%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  left: 0;
  position: absolute;
  top: 0;
}
.help-center .help-center-results .results-filters .FilterList li .checkmark:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}
.help-center .help-center-results .results-filters .FilterList li input[type="checkbox"], .help-center .help-center-results .results-filters .FilterList li [type="checkbox"].custom-select {
  display: none;
}
.help-center .help-center-results .results-filters .FilterList li input[type="checkbox"]:checked + .checkmark, .help-center .help-center-results .results-filters .FilterList li [type="checkbox"].custom-select:checked + .checkmark {
  background-color: #000;
  border-color: #000;
}
.help-center .help-center-results .results-filters .FilterList li input[type="checkbox"]:checked + .checkmark:after, .help-center .help-center-results .results-filters .FilterList li [type="checkbox"].custom-select:checked + .checkmark:after {
  opacity: 1;
}
.help-center .help-center-results .results-filters .expanded .expand:before {
  transform: rotate(-90deg);
  left: 0px;
}
.help-center .help-center-results .mobile-hidden {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .help-center .help-center-results .mobile-hidden {
    visibility: visible;
    max-height: 1000000000px;
    opacity: 1;
  }
}
.help-center .help-center-results .show-filters {
  display: block;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.help-center .help-center-results .show-filters .fa {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .help-center .help-center-results .show-filters {
    display: none;
  }
}
.help-center .full-height {
  min-height: calc(100vh - 328px);
}
.help-center .article-title {
  margin: 75px 0 25px 0;
  width: 80%;
}
.help-center .hc-article {
  display: block;
  width: 80%;
  margin-bottom: 125px;
}
.help-center .hc-article iframe {
  max-width: 640px;
}
@media (min-width: 768px) {
  .help-center .hc-article iframe {
    margin: 50px 0;
  }
}
.help-center .hc-article ul {
  list-style-type: disc;
}
.help-center .hc-article ul li {
  margin: 0 0 10px 18px;
}
.help-center .hc-article ol {
  list-style-type: decimal;
}
.help-center .hc-article ol li {
  margin: 0 0 10px 18px;
}
.help-center .hc-article ol li ol {
  list-style-type: lower-alpha;
  margin: 15px 0;
}
.help-center .hc-article img {
  max-width: 100%;
  height: auto !important;
}
.help-center .hc-article table {
  width: 100% !important;
}
.help-center .hc-article table thead {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.help-center .hc-article table tr {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 0;
}
.help-center .hc-article table .th {
  font-weight: bold;
}
@media (max-width: 959px) {
  .help-center .hc-article table td {
    text-align: left !important;
  }
}

.help-center.collapsed .parallax:after {
  height: 1200px;
  -moz-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  -webkit-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
}
@media (min-width: 900px) {
  .help-center.collapsed .parallax:after {
    height: 910px;
  }
}
.help-center.collapsed .categories .category:nth-child(n+7) {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  margin-bottom: 0px;
  -moz-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  -webkit-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
}

.hc-related .featured .featured-articles {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .hc-related .featured .featured-articles {
    margin-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .hc-related .featured .featured-articles .article:nth-child(3n-2), .hc-related .featured .featured-articles .article:nth-child(3n+3) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 900px) {
  .hc-related .featured .featured-articles .article:nth-child(3n+2) {
    margin: 0 5% 30px 5%;
  }
}

.site-header {
  position: relative;
  z-index: 10;
}
.site-header .logo-wrap {
  padding: 9px 0;
  display: block;
}
@media (min-width: 768px) {
  .site-header .logo-wrap {
    padding: 10px 0;
  }
}
.site-header .logo-wrap .logo {
  width: 100%;
  display: inline-block;
  padding: 3px 0px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .site-header .logo-wrap .logo {
    width: 35%;
  }
}
@media (min-width: 900px) {
  .site-header .logo-wrap .logo {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .site-header .logo-wrap .logo {
    width: 20%;
  }
}
.site-header .logo-wrap .logo img {
  display: block;
  width: 100%;
}
.site-header .hc-utility-nav {
  float: left;
}
@media (min-width: 900px) {
  .site-header .hc-utility-nav {
    float: right;
  }
}
.site-header .hc-utility-nav .btn-wrap {
  padding: 12px 0;
  display: inline-block;
}
.site-header .hc-utility-nav .btn-wrap .subtle-btn {
  display: none;
}
@media (min-width: 900px) {
  .site-header .hc-utility-nav .btn-wrap .subtle-btn {
    display: block;
  }
}
.site-header .hc-utility-nav .btn-wrap .mobile-btn {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin-top: -8px;
  position: relative;
  top: 2px;
}
@media (min-width: 900px) {
  .site-header .hc-utility-nav .btn-wrap .mobile-btn {
    display: none;
  }
}
.site-header .hc-utility-nav .dropdown-wrap {
  padding: 10px 20px;
  display: inline-block;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select {
  padding: 0;
  position: relative;
  display: block;
  text-align: left;
  z-index: 200;
  transition: all .2s;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > .btn, .site-header .hc-utility-nav .dropdown-wrap .modal-content.modal-content-form .hc-contact .dropdown-select > .chat-btn, .modal-content.modal-content-form .hc-contact .site-header .hc-utility-nav .dropdown-wrap .dropdown-select > .chat-btn, .site-header .hc-utility-nav .dropdown-wrap .modal-content.modal-content-form .hc-contact .dropdown-select > .disabled-btn, .modal-content.modal-content-form .hc-contact .site-header .hc-utility-nav .dropdown-wrap .dropdown-select > .disabled-btn {
  padding: 6px 0 6px 11px;
  text-align: left;
  border-radius: 0;
  font-size: 14px;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select .dropdown-select_toggle:after {
  font-family: "cl_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  transform: rotate(90deg);
  margin: 0 14px 0 20px;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  z-index: 25;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 215px;
  overflow-y: scroll;
  opacity: 0;
  transition: all .2s;
  pointer-events: none;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul::-webkit-scrollbar {
  width: 8px;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul::-webkit-scrollbar-track {
  background-color: #3d3d3d;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul::-webkit-scrollbar-thumb {
  background: #6e6d6b;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul > li {
  color: #fff;
  display: block;
  padding: 0;
  height: auto;
  width: 100%;
  white-space: normal;
  margin: 0;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul > li > a {
  padding: 8px 21px;
  color: #fff;
  background-color: #222;
  border-bottom: 1px solid #626262;
  display: block;
  transition: all .15s;
  font-size: 14px;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select > ul > li > a:hover {
  background-color: #35abe2;
  color: #151515;
  text-decoration: none;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select.active > ul {
  opacity: 1;
  pointer-events: all;
}
.site-header .hc-utility-nav .dropdown-wrap .dropdown-select.posTop > ul {
  bottom: 100%;
  top: unset;
}

.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  margin-bottom: -100vh;
  overflow: hidden;
  display: none;
  background-color: transparent;
  z-index: -1;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal.active {
  display: block;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
}
.modal.active .modal-content {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal .modal-content {
  background: none;
  margin: 150px auto;
  max-width: 640px;
  height: auto;
  opacity: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
@media (max-width: 767px) {
  .modal .modal-content {
    margin: 50px auto;
  }
}
.modal .modal-content a.close-modal {
  color: #666666;
  font-weight: 700;
  font-size: 1.3rem;
  background: #fff;
  line-height: 1;
  padding: 2px 8px 7px;
  border-radius: 50px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1050;
}
@media (max-width: 767px) {
  .modal .modal-content a.close-modal {
    right: 15px;
    top: -15px;
  }
}
.modal .modal-content a.close-modal:hover {
  color: #000;
}
.modal .modal-content .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.modal .modal-content .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.modal .modal-content .embed-responsive-16by9 .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-content.modal-content-form {
  max-width: 1170px;
  margin: 93px auto;
}
.modal-content.modal-content-form .hc-contact p {
  margin-bottom: 25px;
}
.modal-content.modal-content-form .hc-contact .chat-btn {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  border-color: #fff;
  border-width: 2px;
  margin-right: 15px;
}
.modal-content.modal-content-form .hc-contact .chat-btn:before {
  font-family: FontAwesome;
  content: "\f086";
}
.modal-content.modal-content-form .hc-contact .chat-btn:hover, .modal-content.modal-content-form .hc-contact .chat-btn:focus, .modal-content.modal-content-form .hc-contact .chat-btn:active {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.modal-content.modal-content-form .hc-contact .disabled-btn {
  border-color: #fff;
  border-width: 2px;
  cursor: default;
  margin-right: 15px;
}
.modal-content.modal-content-form .hc-contact .disabled-btn:hover, .modal-content.modal-content-form .hc-contact .disabled-btn:focus, .modal-content.modal-content-form .hc-contact .disabled-btn:active {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.modal-content.modal-content-form .hc-contact .phone {
  top: 5px;
  display: inline-block;
  position: relative;
}
.modal-content.modal-content-form .hc-contact .phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .modal-content.modal-content-form a {
    right: 15px;
    top: -15px;
  }
}
.modal-content.modal-content-form form a, .modal-content.modal-content-form form button {
  display: inline-block;
}
.modal-content.modal-content-form form .col-md-6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .modal-content.modal-content-form form .col-md-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    float: left;
    clear: left;
  }
  .modal-content.modal-content-form form .col-md-6:nth-of-type(even) {
    float: right;
    clear: right;
  }
}
.modal-content.modal-content-form form .col-md-6.last {
  float: left;
  clear: left;
}
.modal-content.modal-content-form form .modal-error {
  color: #ff426a;
  position: relative;
  padding: 0.25em;
  top: -1em;
  margin-bottom: -1em;
  width: 100%;
  font-size: 1.25em;
  display: inline-block;
}
@media (min-width: 768px) {
  .modal-content.modal-content-form form .modal-error {
    top: -2.25em;
    margin-bottom: -1.85em;
  }
}
.modal-content.modal-content-form form .accept_terms input, .modal-content.modal-content-form form .accept_terms .custom-select {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -2px;
  width: 15px;
}
.modal-content.modal-content-form form .accept_terms label {
  display: inline-block;
  margin-bottom: 0px;
}
.modal-content.modal-content-form form .accept_terms .modal-error {
  top: 0;
  margin-bottom: -1.85em;
}
.modal-content.modal-content-form form .custom-selectInner {
  max-width: 100%;
}
.modal-content.modal-content-form form select {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.modal-content.modal-content-form form textarea {
  border: 3px solid #808080;
}
.modal-content.modal-content-form form .title {
  color: #fff;
}
.modal-content.modal-content-form .embed-responsive {
  height: inherit;
  padding: 0 30px;
}

.help-center.modal-active {
  -moz-perspective: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
}
.help-center.modal-active .categories {
  top: -125px;
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -webkit-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
}

.touch .help-center .categories .category:hover, .touch .help-center .categories .category:focus, .touch .help-center .categories .category:active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.help-center-homepage .sub-banner_hc .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
}
.help-center-homepage .sub-banner_hc .bg .hc-headline .sub-head {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.help-center-homepage .hc-products .product-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .help-center-homepage .hc-products .product-wrapper {
    margin-bottom: 30px;
  }
}
.help-center-homepage .hc-products .product-wrapper .hc-product {
  display: block;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  .help-center-homepage .hc-products .product-wrapper .hc-product {
    min-height: 160px;
  }
}
.help-center-homepage .hc-products .product-wrapper .hc-product:hover, .help-center-homepage .hc-products .product-wrapper .hc-product:focus, .help-center-homepage .hc-products .product-wrapper .hc-product:active {
  opacity: .6;
}
.help-center-homepage .hc-products .product-wrapper .product-title {
  font-size: 20px;
  font-weight: 600;
}
.help-center-homepage .hc-products .product-wrapper .product-btn {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  padding: 8px 21px;
}
.help-center-homepage .featured .featured-articles .hp-article {
  position: relative;
  padding: 30px 20px;
  text-align: center;
}
.help-center-homepage .featured .featured-articles .hp-article .title {
  margin: 25px auto -5px auto;
}
.help-center-homepage .featured .featured-articles .hp-article .product {
  position: absolute;
  display: inline-block;
  padding: 6px 15px 6px 10px;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  right: 0;
  top: 10px;
}
.help-center-homepage .featured .featured-articles .hp-article .product:before, .help-center-homepage .featured .featured-articles .hp-article .product:after {
  content: '';
  position: absolute;
  left: -9px;
  border-left: 10px solid transparent;
}
.help-center-homepage .featured .featured-articles .hp-article .product:before {
  top: 0;
}
.help-center-homepage .featured .featured-articles .hp-article .product:after {
  bottom: 0;
}
.help-center-homepage .featured .featured-articles .hp-article .math {
  background-color: #00558C;
}
.help-center-homepage .featured .featured-articles .hp-article .math:before {
  border-top: 22px solid #00558C;
}
.help-center-homepage .featured .featured-articles .hp-article .math:after {
  border-bottom: 22px solid #00558C;
}
.help-center-homepage .featured .featured-articles .hp-article .cs {
  background-color: #92278F;
}
.help-center-homepage .featured .featured-articles .hp-article .cs:before {
  border-top: 22px solid #92278F;
}
.help-center-homepage .featured .featured-articles .hp-article .cs:after {
  border-bottom: 22px solid #92278F;
}
.help-center-homepage .featured .featured-articles .hp-article .ela {
  background-color: #00635B;
}
.help-center-homepage .featured .featured-articles .hp-article .ela:before {
  border-top: 22px solid #00635B;
}
.help-center-homepage .featured .featured-articles .hp-article .ela:after {
  border-bottom: 22px solid #00635B;
}
.help-center-homepage .featured .featured-articles .hp-article .wl {
  background-color: #FC7C26;
}
.help-center-homepage .featured .featured-articles .hp-article .wl:before {
  border-top: 22px solid #FC7C26;
}
.help-center-homepage .featured .featured-articles .hp-article .wl:after {
  border-bottom: 22px solid #FC7C26;
}

.tx-hc.help-center .site-header .logo-wrap .logo.tx-logo {
  width: 100%;
  display: inline-block;
  padding: 3px 0px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .tx-hc.help-center .site-header .logo-wrap .logo.tx-logo {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .tx-hc.help-center .site-header .logo-wrap .logo.tx-logo {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .tx-hc.help-center .site-header .logo-wrap .logo.tx-logo {
    width: 35%;
  }
}
.tx-hc.help-center .site-header .logo-wrap .logo.tx-logo img {
  display: block;
  width: 100%;
}
.tx-hc.help-center .content-wrapper {
  padding: 30px 0;
  min-height: calc(100vh - 370px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .tx-hc.help-center .content-wrapper {
    padding: 60px 0;
  }
}
.tx-hc.help-center .content-wrapper .texas-help-headline, .tx-hc.help-center .content-wrapper .tx-article-title {
  display: inline-block;
  border-bottom: 1px solid #35abe2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-right: 30px;
}
.tx-hc.help-center .content-wrapper .parent-categories .category-bg {
  height: 100%;
  position: relative;
  padding: 30px 40px 30px;
  display: block;
  color: inherit;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  -moz-box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  -webkit-box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  box-shadow: rgba(162, 174, 204, 0.21) 6px 28px 40px;
  border: 1.5px solid #fff;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.tx-hc.help-center .content-wrapper .parent-categories .category-bg:hover, .tx-hc.help-center .content-wrapper .parent-categories .category-bg:focus, .tx-hc.help-center .content-wrapper .parent-categories .category-bg:active {
  transform: scale(1.125);
  border: 1.5px solid #009ec9;
}
.tx-hc.help-center .content-wrapper .parent-categories .parent-category-title {
  display: block;
  margin-bottom: 5px;
  color: #009ec9;
}
.tx-hc.help-center .content-wrapper .parent-categories p {
  font-weight: 300;
}
.tx-hc.help-center .content-wrapper .category-list li {
  margin-bottom: 5px;
}
.tx-hc.help-center .content-wrapper .category-list li a {
  color: #009ec9;
  font-weight: 400;
  font-size: 18px;
}
.tx-hc.help-center .content-wrapper .category-list li a:hover, .tx-hc.help-center .content-wrapper .category-list li a:focus, .tx-hc.help-center .content-wrapper .category-list li a:active {
  color: #00c6fc;
}
.tx-hc.help-center .content-wrapper .category-article {
  color: #009ec9;
}
.tx-hc.help-center .content-wrapper .category-article:hover, .tx-hc.help-center .content-wrapper .category-article:focus, .tx-hc.help-center .content-wrapper .category-article:active {
  color: #00c6fc;
}

.help-center .site-header.tx-site-header .logo-wrap .logo.tx-logo {
  width: 100%;
  display: inline-block;
  padding: 3px 0px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .help-center .site-header.tx-site-header .logo-wrap .logo.tx-logo {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .help-center .site-header.tx-site-header .logo-wrap .logo.tx-logo {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .help-center .site-header.tx-site-header .logo-wrap .logo.tx-logo {
    width: 35%;
  }
}
.help-center .site-header.tx-site-header .logo-wrap .logo.tx-logo img {
  display: block;
  width: 100%;
}
.help-center .categories.tx-categories {
  margin-top: -730px;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .help-center .categories.tx-categories {
    margin-top: -710px;
  }
}
@media (min-width: 900px) {
  .help-center .categories.tx-categories {
    margin-top: -610px;
  }
}
.help-center .categories.tx-categories .container.tx-container {
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .help-center .categories.tx-categories .container.tx-container .tx-category.category {
    height: initial;
    margin: 25px 0;
  }
}
@media (min-width: 768px) {
  .help-center .categories.tx-categories .container.tx-container .tx-category.category {
    flex: none;
    width: 50%;
    margin: initial;
    margin-bottom: 45px;
  }
}
@media (min-width: 900px) {
  .help-center .categories.tx-categories .container.tx-container .tx-category.category {
    width: 33%;
  }
}
.help-center .categories.tx-categories .container.tx-container .tx-category.category .category-bg .tx-category-block-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  padding: 10px;
}
.help-center .categories.tx-categories .container.tx-container .tx-category.category .category-bg .tx-category-block-wrapper .title {
  color: #009ec9;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.help-center .categories.tx-categories .container.tx-container .tx-category.category .category-bg .tx-category-block-wrapper p {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.help-center.short .parallax:after {
  height: 650px;
}
.help-center .category-articles.tx-articles {
  margin-bottom: 0;
}
.help-center .category-list.tx-list li {
  margin: 15px 0;
}
.help-center .category-list.tx-list li i {
  color: #808080;
}
.help-center .category-list.tx-list li a {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: 700;
}
.help-center .category-list.tx-list li a:hover, .help-center .category-list.tx-list li a:focus {
  color: #009ec9;
}
.help-center .tx-breadcrumb ul {
  padding: 0 0 30px 0;
  list-style: none;
  display: inline-block;
}
.help-center .tx-breadcrumb ul li {
  display: inline;
}
.help-center .tx-breadcrumb ul li:before {
  font-family: FontAwesome;
  padding: 8px;
  content: "\f105";
  color: #808080;
}
.help-center .tx-breadcrumb ul li:first-child:before {
  content: "";
  padding: 0;
}
.help-center .tx-breadcrumb ul li a {
  color: #009ec9;
}
.help-center .tx-breadcrumb ul li a:hover, .help-center .tx-breadcrumb ul li a:focus, .help-center .tx-breadcrumb ul li a:active {
  color: #00c6fc;
}
.help-center .tx-breadcrumb ul li a i {
  font-size: 20px;
  padding-right: 5px;
}
.help-center .category-header.tx-category-header {
  margin-top: 0;
}

.primary.mathia-form {
  margin: 0 auto;
}
.primary.mathia-form form {
  overflow: hidden;
}
.primary.mathia-form .col-md-6.last {
  float: left;
  clear: left;
}
.primary.mathia-form input, .primary.mathia-form .custom-select, .primary.mathia-form .custom-select, .primary.mathia-form textarea {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .primary.mathia-form input, .primary.mathia-form .custom-select, .primary.mathia-form .custom-select, .primary.mathia-form textarea {
    margin-bottom: 45px;
  }
}
.primary.mathia-form .custom-selectFocus {
  border-color: #5a5a5a;
}
.primary.mathia-form input:focus, .primary.mathia-form .custom-select:focus, .primary.mathia-form input:active, .primary.mathia-form .custom-select:active, .primary.mathia-form textarea:focus, .primary.mathia-form textarea:active {
  border-color: #5a5a5a;
}
.primary.mathia-form input:-moz-placeholder, .primary.mathia-form .custom-select:-moz-placeholder, .primary.mathia-form textarea:-moz-placeholder {
  opacity: .7;
  text-transform: uppercase;
}
.primary.mathia-form input::-moz-placeholder, .primary.mathia-form .custom-select::-moz-placeholder, .primary.mathia-form textarea::-moz-placeholder {
  opacity: .7;
  text-transform: uppercase;
}
.primary.mathia-form input:-ms-input-placeholder, .primary.mathia-form .custom-select:-ms-input-placeholder, .primary.mathia-form textarea:-ms-input-placeholder {
  opacity: .7;
  text-transform: uppercase;
}
.primary.mathia-form input::-webkit-input-placeholder, .primary.mathia-form .custom-select::-webkit-input-placeholder, .primary.mathia-form textarea::-webkit-input-placeholder {
  opacity: .7;
  text-transform: uppercase;
}
.primary.mathia-form .btn-white {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.primary.mathia-form .waiting .btn-white:hover, .primary.mathia-form .waiting .btn-white:focus {
  background-color: #000;
  border-color: #fff;
  color: #fff;
  cursor: wait;
}
.primary.mathia-form .custom-select.mktoField .custom-selectInner {
  text-transform: uppercase;
}
.primary.mathia-form .form-error {
  position: relative;
  height: 1em;
  font-size: 1.25em;
  margin-bottom: -1em;
  top: -2.25em;
  color: #ff426a;
  float: left;
}
.primary.mathia-form .fa {
  color: #fff;
  padding: 0 .25em;
  font-size: 1.5em;
}
.primary.mathia-form .fa:hover, .primary.mathia-form .fa:active {
  color: #35abe2;
}

.sticky-alert {
  display: none;
  z-index: 1000000;
  background-color: #92278f;
  color: #fff;
  position: fixed;
  bottom: 0;
  padding: 0 .25em;
  margin: 0;
  width: 98%;
}
@media (min-width: 960px) {
  .sticky-alert {
    margin-left: 3em;
    width: 625px;
  }
}
.sticky-alert .title {
  display: inline-block;
  width: 80%;
  height: 30%;
  padding-left: 1em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-weight: bold;
}
.sticky-alert .close-alert {
  cursor: pointer;
}
.sticky-alert .close-alert:after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  float: right;
  margin-top: 0.5em;
  margin-right: .5em;
  margin-bottom: 0.25em;
  font-size: 1.25em;
}
.sticky-alert .body-wrapper {
  display: block;
  background-color: #fff;
  width: 100%;
  padding-bottom: 5%;
  color: #000;
}
.sticky-alert .body-wrapper .body {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: .25em;
  display: block;
}
.sticky-alert .body-wrapper .body a {
  font-weight: bold;
}

/*# sourceMappingURL=screen-hc.css.map */
