a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    text-align: left;
}
button {
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
body {
    background-color: #fcfcfc;
    color: #241F21;
	font-family: 'Libre Franklin', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
}
.fonts-loaded body {
	font-family: 'Libre Franklin', sans-serif;
}
body.downloader-open {
    max-height: 100%;
    overflow: hidden;
}
.container {
    background-color: #fff;
    /* max-width: 150rem; */
    margin-left: auto;
    margin-right: auto;
}
a {
    color: #6B767F;
    text-decoration: underline;
}
.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-header--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-header--justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breakpoint-phone .page-header--justify,
.breakpoint-tablet .page-header--justify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-header__title {
    color: #241F21;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.2;
}
.breakpoint-phone .page-header__title,
.breakpoint-tablet .page-header__title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 0;
}
.page-header__title a {
    color: #241F21;
    text-decoration: none;
}
.page-header__title a:hover {
    color: #36A7E9;
    text-decoration: underline;
}

.f-mono {
    font-family: var(--font-mono);
}

.single-post .maincontent .feature,
.article {
    margin-bottom: 5rem;
}
.article__feature-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(32, 40, 44, 0.25)), to(#20282c));
    background: -webkit-linear-gradient(top, rgba(32, 40, 44, 0.25) 50%, #20282c);
    background: -o-linear-gradient(top, rgba(32, 40, 44, 0.25) 50%, #20282c 100%);
    background: linear-gradient(180deg, rgba(32, 40, 44, 0.25) 50%, #20282c);
}
.breakpoint-phone .article__feature-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(32, 40, 44, 0.5)), to(#20282c));
    background: -webkit-linear-gradient(top, rgba(32, 40, 44, 0.5) 25%, #20282c);
    background: -o-linear-gradient(top, rgba(32, 40, 44, 0.5) 25%, #20282c 100%);
    background: linear-gradient(180deg, rgba(32, 40, 44, 0.5) 25%, #20282c);
}
.article__feature-overlay .article__header {
    position: absolute;
    padding-left: 3rem;
    padding-right: 3rem;
    bottom: 0;
}
.breakpoint-phone .article__header--overlay,
.breakpoint-tablet .article__header--overlay {
    padding-left: 2rem;
    padding-right: 2rem;
}
.breakpoint-phone .article__header,
.breakpoint-tablet .article__header {
    font-size: 1.3rem;
}
.article__header-label {
    color: #666;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-right: 0.5rem;
}
.article__feature-overlay .article__date,
.article__feature-overlay .article__header-divider,
.article__feature-overlay .article__header-label {
    color: #eaebeb;
}
.article__feature-overlay .article__header-section,
.article__feature-overlay .article__title {
    color: #fff;
}
.article__header-divider {
    color: #b4b4b4;
    display: inline-block;
    margin-right: 0.5rem;
}
.article__header-section {
    color: #241F21;
    display: inline-block;
}
.article__title {
    font-size: 4.8rem;
    line-height: 5.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.breakpoint-tablet .article__title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}
.breakpoint-phone .article__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.article__date {
    color: #666;
    margin-bottom: 3rem;
    display: block;
    font-size: 1.4rem;
}
.article__date span {
    color: #999;
}
.article__feature-overlay .article__header .article__date a {
    color: #fff;
}
.breakpoint-phone .article__date,
.breakpoint-tablet .article__date {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.article__feature-image {
    position: relative;
}
.article__feature-image img {
    max-width: 100%;
}
.article__intro.copy p {
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
}
.breakpoint-phone .article__intro.copy p,
.breakpoint-tablet .article__intro.copy p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}
.article__share {
    padding-right: 3rem;
    margin-bottom: 4rem;
    margin-top: 2em;
}
.article-remix__copy {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.article-remix__copy a {
    color: #241F21;
}
.article-remix__button,
.article-report__button {
    background-color: #00aeef;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.1rem 2rem 1.3rem 1.6rem;
    text-align: center;
    text-decoration: none;
}
.article-remix__button:focus,
.article-remix__button:hover {
    background-color: #008bbf;
}
.article-report__button {
    background-color: #2d373e;
}
.article-report__button:focus,
.article-report__button:hover {
    background-color: #242c32;
}
.article-remix__button i {
    margin-right: 0.6rem;
}
.article-remix__images {
    height: 2.2rem;
    margin-right: 0.5rem;
    width: 2.2rem;
}
.article-remix__images:last-child {
    margin-right: 0;
}
.card {
    position: relative;
    height: 100%;
}
.card--no-image {
    background-color: #f8f8f8;
    padding: 3rem;
}
.breakpoint-phone .card--no-image,
.breakpoint-tablet .card--no-image {
    padding: 1.5rem;
}
.card__anchor {
    color: #241F21;
    text-decoration: none;
}
.card__image-wrapper {
    position: relative;
    padding-top: 66.66667%;
    margin-bottom: 1rem;
    background: #f7f7f7;
}
.card__image {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card__label,
.item__highlight-label {
    color: #6B767F;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    display: inline-block;
}
.breakpoint-phone .card__label,
.breakpoint-phone .item__highlight-label,
.breakpoint-tablet .card__label,
.breakpoint-tablet .item__highlight-label {
    font-size: 1.1rem;
}
.special-report-circle {
    outline: 1px solid;
    background-color: #36A7E9;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.card__title {
    font-size: 22px;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.breakpoint-phone .card__title,
.breakpoint-tablet .card__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}
.card__anchor:hover .card__title {
    text-decoration: underline;
}
.card__summary {
    color: #666;
}
.card__summary,
.card__summary p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.card__summary p {
    line-height: 2.2rem;
}
.card__summary p:last-child {
    margin-bottom: 0;
}
.breakpoint-phone .card__summary,
.breakpoint-tablet .card__summary {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.card--small .card__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.card__footer-section {
    color: #241f21 !important;
    font-size: 1.5rem;
    background: #afdced;
    padding: 3px 7px;
}
.breakpoint-phone .card__footer-section,
.breakpoint-tablet .card__footer-section {
    font-size: 1.1rem;
}
.card__footer-authors {
    margin-top: 2rem;
}
.card__remix {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00aeef;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: center;
    padding: 2rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 1;
}
.card--small .card__remix {
    font-size: 1.3rem;
}
.breakpoint-phone .card__remix,
.breakpoint-tablet .card__remix {
    font-size: 1.3rem;
    padding: 1rem;
}
.card__anchor:hover .card__remix {
    opacity: 0.98;
}
.card__overlay {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.card__overlay em {
    font-style: italic;
}
.card__overlay strong {
    font-weight: 700;
}
.card__overlay p {
    line-height: 1.2em;
    padding-bottom: 0.6em;
}
.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-wrapper--in-column {
    margin-right: -3rem;
}
.breakpoint-phone .card-wrapper--in-column,
.breakpoint-tablet .card-wrapper--in-column {
    margin-right: -2rem;
}
.card-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* padding-right: 3rem;
    margin-bottom: 3rem; */
}
.breakpoint-phone .card-cell,
.breakpoint-tablet .card-cell {
    /* padding-right: 2rem;
    padding-bottom: 2rem; */
}
.card-wrapper--4 .card-cell {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.card-wrapper--3 .card-cell {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}
.card-wrapper--2 .card-cell {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.card-wrapper--1 .card-cell {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.breakpoint-phone .card-wrapper--2 .card-cell {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: auto;
}
.breakpoint-tablet .card-wrapper--3 .card-cell {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.breakpoint-phone .card-wrapper--3 .card-cell {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.breakpoint-tablet .card-wrapper--4 .card-cell {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.breakpoint-phone .card-wrapper--4 .card-cell {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.card-cell--small {
    width: 12.5%;
}
.card-cell--medium {
    width: 25%;
}
.breakpoint-phone .card-cell--medium,
.card-cell--large {
    width: 50%;
}
.breakpoint-phone .card-cell--large {
    width: 100%;
}
[data-view-responsive-embed] iframe,
[data-view-responsive-embed] object,
[data-view-responsive-embed] video {
    max-width: 100%;
    width: 100%;
}
.responsive-embed {
    position: relative;
    padding-bottom: 61.25%;
    height: 0;
    z-index: 1;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.blue-box {
    background-color: #ede9df;
    margin-bottom: 3rem;
    padding: 3rem;
}
.blue-box__contributor-group {
    border-bottom: 1px solid #d8d4cb;
}
.blue-box__contributor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}
.blue-box__contributor img {
    height: 3rem;
}
.blue-box-list__author-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blue-box-list__author-image {
    margin-right: 2rem;
}
.blue-box-list__item {
    border-bottom: 1px solid #d8d4cb;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.blue-box-list__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blue-box-list__item--right {
    padding-left: 3rem;
    margin-left: -3rem;
}
.breakpoint-phone .blue-box-list__item--right,
.breakpoint-tablet .blue-box-list__item--right {
    padding-left: 0;
    margin-left: 0;
}
.blue-box__heading {
    color: #666;
    display: block;
    font-family: var(--font-sans-fallback);
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
}
.fonts-loaded .blue-box__heading {
    font-family: var(--font-sans);
}
.blue-box__header--underline {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1rem;
}
.blue-box__value {
    color: #241F21;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    word-wrap: break-word;
}
.blue-box__value p {
    margin-bottom: 1rem;
}
.blue-box__value p:last-child {
    margin-bottom: 0;
}
.blue-box__value a {
    color: #241F21;
    /*font-weight: 700;*/
    text-decoration: none;
}
.blue-box__value a:hover {
    text-decoration: underline;
}
.blue-box__value--small {
    word-wrap: break-word;
    font-size: 1.4rem;
}
.blue-box__explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blue-box__explore li form {
    display: inline-block;
}
.blue-box__explore li a,
.blue-box__explore li button {
    background-color: #d5d2c9;
    border-radius: 4px;
    color: #241F21;
    display: block;
    font-size: 1.3rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
}
.blue-box__explore li a:focus,
.blue-box__explore li a:hover,
.blue-box__explore li button:focus,
.blue-box__explore li button:hover {
    background-color: #bebab2;
}
.blue-box__person {
    color: #241F21;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.blue-box__person:last-child {
    margin-bottom: 0;
}
.blue-box__person a {
    text-decoration: none;
    display: block;
}
.blue-box__person a,
.copy h1,
.copy h2,
.copy h3 {
    color: #241F21;
    font-weight: 700;
}
.copy h1 {
    font-size: 3rem;
    line-height: 1.3;
    padding-bottom: 2rem;
}
.copy h2 {
    font-size: 2.6rem;
    line-height: 1.3;
}
.copy h2,
.copy h3 {
    padding-bottom: 1.6rem;
}
.copy h3 {
    font-size: 2.4rem;
}
.breakpoint-phone-small .copy h1,
.breakpoint-phone .copy h1 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
}
.breakpoint-phone-small .copy h2,
.breakpoint-phone-small .copy h3,
.breakpoint-phone .copy h2,
.breakpoint-phone .copy h3 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
}
.copy p + h1,
.copy p + h2,
.copy p + h3 {
    padding-top: 2rem;
}
.breakpoint-phone-small .copy p + h1,
.breakpoint-phone-small .copy p + h2,
.breakpoint-phone-small .copy p + h3,
.breakpoint-phone .copy p + h1,
.breakpoint-phone .copy p + h2,
.breakpoint-phone .copy p + h3 {
    padding-top: 1rem;
}
.copy p {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-bottom: 1.6rem;
}
.copy p:last-of-type {
    padding-bottom: 0;
}
.breakpoint-tablet-wide .copy p,
.breakpoint-tablet .copy p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.breakpoint-phone-small .copy p,
.breakpoint-phone .copy p {
    font-size: 1.4rem;
    line-height: 2rem;
}
.copy blockquote {
    padding-left: 5rem;
    padding-top: 2.6rem;
    padding-bottom: 4rem;
}
.copy blockquote.display-right {
    float: right;
    padding-bottom: 3rem;
    padding-left: 3.6rem;
    width: 30rem;
}
.copy blockquote.display-left {
    float: left;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 3.6rem;
    width: 30rem;
}
.breakpoint-phone-small .copy blockquote,
.breakpoint-phone .copy blockquote {
    float: none;
    padding: 1.2rem 0 2.6rem;
    width: 100%;
}
.copy blockquote p {
    color: #36A7E9;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
}
.breakpoint-phone-small .copy blockquote p,
.breakpoint-phone .copy blockquote p {
    font-size: 1.8rem;
}
.copy strong {
    font-weight: 900;
}
.copy em {
    font-style: italic;
}
.copy ol,
.copy ul {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 1.9rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.breakpoint-tablet-wide .copy ol,
.breakpoint-tablet-wide .copy ul,
.breakpoint-tablet .copy ol,
.breakpoint-tablet .copy ul {
    font-size: 1.6rem;
}
.breakpoint-phone-small .copy ol,
.breakpoint-phone-small .copy ul,
.breakpoint-phone .copy ol,
.breakpoint-phone .copy ul {
    font-size: 1.4rem;
}
.copy ul li {
    list-style: disc;
}
.copy ol li,
.copy ul li {
    display: list-item;
    padding-bottom: 1.8rem;
}
.copy ol li {
    list-style: decimal;
}
.copy a {
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none;
    -webkit-box-shadow: 0 -0.1em 0 #36A7E9 inset;
    box-shadow: inset 0 -0.1em 0 #36A7E9;
}
.copy img {
    display: block;
    height: auto;
    max-width: 100%;
}
.copy .figure {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.copy .figure:first-child {
    padding-top: 0;
}
.copy .figure--align-right {
    padding-top: 0.8rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
    max-width: 50%;
    float: right;
}
.copy .figure--align-left {
    padding-top: 0.8rem;
    padding-bottom: 3rem;
    padding-right: 4rem;
    max-width: 50%;
    float: left;
}
.breakpoint-phone-small .copy .figure {
    padding: 1.2rem 0 2.6rem;
    float: none;
    max-width: 100%;
    width: 100%;
}
.copy .figure__anchor {
    display: block;
}
.copy .figure img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.copy p.figure__caption,
.figure__caption {
    color: #241F21;
    font-size: 1.3rem;
    padding-top: 0.5rem;
}
.oembed {
    margin-bottom: 1em;
}
.feature__type {
    font-weight: 700;
    margin-bottom: 1rem;
}
.breakpoint-phone .feature__type,
.breakpoint-tablet .feature__type {
    font-size: 1.3rem;
}
.article-group {
    margin-bottom: 3rem;
}
.article-group__title {
    border-bottom: 2px solid #eaebeb;
    color: #666;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
    padding-bottom: 1.4rem;
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.filter__list-label {
    color: #666;
    font-family: var(--font-sans-fallback);
    font-size: 1.3rem;
    padding: 0.5rem 1rem 0.5rem 0;
}
.fonts-loaded .filter__list-label {
    font-family: var(--font-sans);
}
.filter__list li {
    display: inline-block;
    margin-right: 1rem;
}
.filter__list li:last-child {
    margin-right: 0;
}
.filter__list li a {
    background-color: #bceaff;
    border-radius: 4px;
    color: #241F21;
    display: block;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
}
.grid-wrapper {
    /* padding-left: 3rem; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.breakpoint-phone .grid-wrapper,
.breakpoint-tablet .grid-wrapper {
    /* padding-left: 2rem; */
}
.grid-wrapper .grid-wrapper {
    /* margin-left: -3rem;
    max-width: calc(100% + 6rem);
    width: calc(100% + 6rem); */
}
.breakpoint-phone .grid-wrapper .grid-wrapper,
.breakpoint-tablet .grid-wrapper .grid-wrapper {
    /* margin-left: -2rem;
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem); */
}
.grid-col {
    float: left;
    /* padding-right: 3rem; 
    margin-bottom: 3rem;*/
    width: 6.66667%;
}
.breakpoint-phone .grid-col,
.breakpoint-tablet .grid-col {
    /* padding-right: 2rem;
    margin-bottom: 2rem; */
}
.breakpoint-phone .grid-col--bottom-flush,
.breakpoint-tablet .grid-col--bottom-flush,
.grid-col--bottom-flush {
    margin-bottom: 0;
}
.grid-col--1 {
    width: 6.66667%;
}
.grid-col--2 {
    width: 13.33333%;
}
.grid-col--3 {
    width: 20%;
}
.grid-col--4 {
    width: 26.66667%;
}
.grid-col--5 {
    width: 33.33333%;
    max-width: 480px;
}

@media screen and (max-width: 768px) {
    .grid-col--5 {
        max-width: 100%;
    }
}

.grid-col--6 {
    width: 40%;
}
.grid-col--7 {
    width: 46.66667%;
}
.grid-col--8 {
    width: 53.33333%;
}
.grid-col--9 {
    width: 60%;
}
.grid-col--10 {
    width: 66.66667%;
}
.grid-col--11 {
    width: 73.33333%;
}
.grid-col--12 {
    width: 80%;
}
.grid-col--13 {
    width: 86.66667%;
}
.grid-col--14 {
    width: 93.33333%;
}
.grid-col--15 {
    width: 100%;
}
.grid-col--25 {
    width: 25%;
}
.grid-col--50 {
    width: 50%;
}
.grid-col--push-1 {
    margin-left: 6.66667%;
}
.grid-col--push-2 {
    margin-left: 13.33333%;
}
.grid-col--push-3 {
    margin-left: 20%;
}
.grid-col--push-4 {
    margin-left: 26.66667%;
}
.grid-col--push-5 {
    margin-left: 33.33333%;
}
.grid-col--push-6 {
    margin-left: 40%;
}
.grid-col--push-7 {
    margin-left: 46.66667%;
}
.grid-col--push-8 {
    margin-left: 53.33333%;
}
.grid-col--push-9 {
    margin-left: 60%;
}
.grid-col--push-10 {
    margin-left: 66.66667%;
}
.grid-col--push-11 {
    margin-left: 73.33333%;
}
.grid-col--push-12 {
    margin-left: 80%;
}
.grid-col--push-13 {
    margin-left: 86.66667%;
}
.grid-col--push-14 {
    margin-left: 93.33333%;
}
.breakpoint-tablet .tb-grid-col--push-0 {
    margin-left: 0;
}
.breakpoint-tablet .tb-grid-col--1 {
    width: 6.66667%;
}
.breakpoint-tablet .tb-grid-col--push-1 {
    margin-left: 6.66667%;
}
.breakpoint-tablet .tb-grid-col--2 {
    width: 13.33333%;
}
.breakpoint-tablet .tb-grid-col--push-2 {
    margin-left: 13.33333%;
}
.breakpoint-tablet .tb-grid-col--3 {
    width: 20%;
}
.breakpoint-tablet .tb-grid-col--push-3 {
    margin-left: 20%;
}
.breakpoint-tablet .tb-grid-col--4 {
    width: 26.66667%;
}
.breakpoint-tablet .tb-grid-col--push-4 {
    margin-left: 26.66667%;
}
.breakpoint-tablet .tb-grid-col--5 {
    width: 33.33333%;
}
.breakpoint-tablet .tb-grid-col--push-5 {
    margin-left: 33.33333%;
}
.breakpoint-tablet .tb-grid-col--6 {
    width: 40%;
}
.breakpoint-tablet .tb-grid-col--push-6 {
    margin-left: 40%;
}
.breakpoint-tablet .tb-grid-col--7 {
    width: 46.66667%;
}
.breakpoint-tablet .tb-grid-col--push-7 {
    margin-left: 46.66667%;
}
.breakpoint-tablet .tb-grid-col--8 {
    width: 53.33333%;
}
.breakpoint-tablet .tb-grid-col--push-8 {
    margin-left: 53.33333%;
}
.breakpoint-tablet .tb-grid-col--9 {
    width: 60%;
}
.breakpoint-tablet .tb-grid-col--push-9 {
    margin-left: 60%;
}
.breakpoint-tablet .tb-grid-col--10 {
    width: 66.66667%;
}
.breakpoint-tablet .tb-grid-col--push-10 {
    margin-left: 66.66667%;
}
.breakpoint-tablet .tb-grid-col--11 {
    width: 73.33333%;
}
.breakpoint-tablet .tb-grid-col--push-11 {
    margin-left: 73.33333%;
}
.breakpoint-tablet .tb-grid-col--push-12 {
    margin-left: 80%;
}
.breakpoint-tablet .tb-grid-col--push-13 {
    margin-left: 86.66667%;
}
.breakpoint-tablet .tb-grid-col--push-14 {
    margin-left: 93.33333%;
}
.breakpoint-tablet .tb-grid-col--15 {
    width: 100%;
}
.breakpoint-tablet .tb-grid-col--25,
.breakpoint-tablet .tb-grid-col--50 {
    width: 25%;
}
.breakpoint-phone .ph-grid-col--push-0 {
    margin-left: 0;
}
.breakpoint-phone .ph-grid-col--1 {
    width: 6.66667%;
}
.breakpoint-phone .ph-grid-col--push-1 {
    margin-left: 6.66667%;
}
.breakpoint-phone .ph-grid-col--2 {
    width: 13.33333%;
}
.breakpoint-phone .ph-grid-col--push-2 {
    margin-left: 13.33333%;
}
.breakpoint-phone .ph-grid-col--3 {
    width: 20%;
}
.breakpoint-phone .ph-grid-col--push-3 {
    margin-left: 20%;
}
.breakpoint-phone .ph-grid-col--4 {
    width: 26.66667%;
}
.breakpoint-phone .ph-grid-col--push-4 {
    margin-left: 26.66667%;
}
.breakpoint-phone .ph-grid-col--5 {
    width: 33.33333%;
}
.breakpoint-phone .ph-grid-col--push-5 {
    margin-left: 33.33333%;
}
.breakpoint-phone .ph-grid-col--6 {
    width: 40%;
}
.breakpoint-phone .ph-grid-col--push-6 {
    margin-left: 40%;
}
.breakpoint-phone .ph-grid-col--7 {
    width: 46.66667%;
}
.breakpoint-phone .ph-grid-col--push-7 {
    margin-left: 46.66667%;
}
.breakpoint-phone .ph-grid-col--8 {
    width: 53.33333%;
}
.breakpoint-phone .ph-grid-col--push-8 {
    margin-left: 53.33333%;
}
.breakpoint-phone .ph-grid-col--9 {
    width: 60%;
}
.breakpoint-phone .ph-grid-col--push-9 {
    margin-left: 60%;
}
.breakpoint-phone .ph-grid-col--10 {
    width: 66.66667%;
}
.breakpoint-phone .ph-grid-col--push-10 {
    margin-left: 66.66667%;
}
.breakpoint-phone .ph-grid-col--11 {
    width: 73.33333%;
}
.breakpoint-phone .ph-grid-col--push-11 {
    margin-left: 73.33333%;
}
.breakpoint-phone .ph-grid-col--12 {
    width: 80%;
}
.breakpoint-phone .ph-grid-col--push-12 {
    margin-left: 80%;
}
.breakpoint-phone .ph-grid-col--13 {
    width: 86.66667%;
}
.breakpoint-phone .ph-grid-col--push-13 {
    margin-left: 86.66667%;
}
.breakpoint-phone .ph-grid-col--14 {
    width: 93.33333%;
}
.breakpoint-phone .ph-grid-col--push-14 {
    margin-left: 93.33333%;
}
.breakpoint-phone .ph-grid-col--15 {
    width: 100%;
}
.breakpoint-phone .ph-grid-col--25 {
    width: 25%;
}
.breakpoint-phone .ph-grid-col--50 {
    width: 50%;
}
.section-heading {
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 3rem;
    text-align: center;
}
.breakpoint-phone .section-heading,
.breakpoint-tablet .section-heading {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 0;
}
.highlights {
    background-color: #414f58;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.highlights-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breakpoint-phone .highlights-nav,
.breakpoint-tablet .highlights-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.highlights-nav__label {
    color: #eaebeb;
    font-size: 1.4rem;
}
.breakpoint-phone .highlights-nav__label,
.breakpoint-tablet .highlights-nav__label {
    margin-bottom: 1rem;
}
.highlights-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5rem;
}
.breakpoint-phone .highlights-nav__list,
.breakpoint-tablet .highlights-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
}
.highlights-nav__list li {
    margin-right: 2rem;
}
.breakpoint-phone .highlights-nav__list li,
.breakpoint-tablet .highlights-nav__list li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.highlights-nav__list li:last-child {
    margin-right: 0;
}
.highlights-nav__list button {
    font-size: 1.6rem;
    font-weight: 700;
    outline: none;
    padding: 1rem 1.5rem;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.breakpoint-phone .highlights-nav__list button,
.breakpoint-tablet .highlights-nav__list button {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}
.highlights-nav__list button span {
    border-bottom: 2px solid #fff;
}
.highlights-active {
    background-color: #fff;
    border-radius: 3px;
    color: #414f58;
}
button.highlights-active span {
    border: none;
    color: #414f58;
}
.highlights-nav__inactive {
    display: block;
}
.highlights-nav__active,
button.highlights-active .highlights-nav__inactive {
    display: none;
}
button.highlights-active .highlights-nav__active {
    display: block;
}
.highlights__explore {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
    text-align: center;
}
.breakpoint-phone .highlights__explore,
.breakpoint-tablet .highlights__explore {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    margin-top: 0;
    margin-bottom: 3rem;
}
.highlights__explore-link {
    border-bottom: 2px solid #00aeef;
    color: #36A7E9;
    text-decoration: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../assets/public/icons/fontawesome-webfont.eot);
    src: url(../../assets/public/icons/fontawesome-webfont.eot) format("embedded-opentype"), url(../../assets/public/icons/fontawesome-webfont.woff2) format("woff2"),
        url(../../assets/public/icons/fontawesome-webfont.woff) format("woff"), url(../../assets/public/icons/fontawesome-webfont.ttf) format("truetype"),
        url(../../assets/public/icons/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\F000";
}
.fa-music:before {
    content: "\F001";
}
.fa-search:before {
    content: "\F002";
}
.fa-envelope-o:before {
    content: "\F003";
}
.fa-heart:before {
    content: "\F004";
}
.fa-star:before {
    content: "\F005";
}
.fa-star-o:before {
    content: "\F006";
}
.fa-user:before {
    content: "\F007";
}
.fa-film:before {
    content: "\F008";
}
.fa-th-large:before {
    content: "\F009";
}
.fa-th:before {
    content: "\F00A";
}
.fa-th-list:before {
    content: "\F00B";
}
.fa-check:before {
    content: "\F00C";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D";
}
.fa-search-plus:before {
    content: "\F00E";
}
.fa-search-minus:before {
    content: "\F010";
}
.fa-power-off:before {
    content: "\F011";
}
.fa-signal:before {
    content: "\F012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\F013";
}
.fa-trash-o:before {
    content: "\F014";
}
.fa-home:before {
    content: "\F015";
}
.fa-file-o:before {
    content: "\F016";
}
.fa-clock-o:before {
    content: "\F017";
}
.fa-road:before {
    content: "\F018";
}
.fa-download:before {
    content: "\F019";
}
.fa-arrow-circle-o-down:before {
    content: "\F01A";
}
.fa-arrow-circle-o-up:before {
    content: "\F01B";
}
.fa-inbox:before {
    content: "\F01C";
}
.fa-play-circle-o:before {
    content: "\F01D";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E";
}
.fa-refresh:before {
    content: "\F021";
}
.fa-list-alt:before {
    content: "\F022";
}
.fa-lock:before {
    content: "\F023";
}
.fa-flag:before {
    content: "\F024";
}
.fa-headphones:before {
    content: "\F025";
}
.fa-volume-off:before {
    content: "\F026";
}
.fa-volume-down:before {
    content: "\F027";
}
.fa-volume-up:before {
    content: "\F028";
}
.fa-qrcode:before {
    content: "\F029";
}
.fa-barcode:before {
    content: "\F02A";
}
.fa-tag:before {
    content: "\F02B";
}
.fa-tags:before {
    content: "\F02C";
}
.fa-book:before {
    content: "\F02D";
}
.fa-bookmark:before {
    content: "\F02E";
}
.fa-print:before {
    content: "\F02F";
}
.fa-camera:before {
    content: "\F030";
}
.fa-font:before {
    content: "\F031";
}
.fa-bold:before {
    content: "\F032";
}
.fa-italic:before {
    content: "\F033";
}
.fa-text-height:before {
    content: "\F034";
}
.fa-text-width:before {
    content: "\F035";
}
.fa-align-left:before {
    content: "\F036";
}
.fa-align-center:before {
    content: "\F037";
}
.fa-align-right:before {
    content: "\F038";
}
.fa-align-justify:before {
    content: "\F039";
}
.fa-list:before {
    content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}
.fa-indent:before {
    content: "\F03C";
}
.fa-video-camera:before {
    content: "\F03D";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E";
}
.fa-pencil:before {
    content: "\F040";
}
.fa-map-marker:before {
    content: "\F041";
}
.fa-adjust:before {
    content: "\F042";
}
.fa-tint:before {
    content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}
.fa-share-square-o:before {
    content: "\F045";
}
.fa-check-square-o:before {
    content: "\F046";
}
.fa-arrows:before {
    content: "\F047";
}
.fa-step-backward:before {
    content: "\F048";
}
.fa-fast-backward:before {
    content: "\F049";
}
.fa-backward:before {
    content: "\F04A";
}
.fa-play:before {
    content: "\F04B";
}
.fa-pause:before {
    content: "\F04C";
}
.fa-stop:before {
    content: "\F04D";
}
.fa-forward:before {
    content: "\F04E";
}
.fa-fast-forward:before {
    content: "\F050";
}
.fa-step-forward:before {
    content: "\F051";
}
.fa-eject:before {
    content: "\F052";
}
.fa-chevron-left:before {
    content: "\F053";
}
.fa-chevron-right:before {
    content: "\F054";
}
.fa-plus-circle:before {
    content: "\F055";
}
.fa-minus-circle:before {
    content: "\F056";
}
.fa-times-circle:before {
    content: "\F057";
}
.fa-check-circle:before {
    content: "\F058";
}
.fa-question-circle:before {
    content: "\F059";
}
.fa-info-circle:before {
    content: "\F05A";
}
.fa-crosshairs:before {
    content: "\F05B";
}
.fa-times-circle-o:before {
    content: "\F05C";
}
.fa-check-circle-o:before {
    content: "\F05D";
}
.fa-ban:before {
    content: "\F05E";
}
.fa-arrow-left:before {
    content: "\F060";
}
.fa-arrow-right:before {
    content: "\F061";
}
.fa-arrow-up:before {
    content: "\F062";
}
.fa-arrow-down:before {
    content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}
.fa-expand:before {
    content: "\F065";
}
.fa-compress:before {
    content: "\F066";
}
.fa-plus:before {
    content: "\F067";
}
.fa-minus:before {
    content: "\F068";
}
.fa-asterisk:before {
    content: "\F069";
}
.fa-exclamation-circle:before {
    content: "\F06A";
}
.fa-gift:before {
    content: "\F06B";
}
.fa-leaf:before {
    content: "\F06C";
}
.fa-fire:before {
    content: "\F06D";
}
.fa-eye:before {
    content: "\F06E";
}
.fa-eye-slash:before {
    content: "\F070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071";
}
.fa-plane:before {
    content: "\F072";
}
.fa-calendar:before {
    content: "\F073";
}
.fa-random:before {
    content: "\F074";
}
.fa-comment:before {
    content: "\F075";
}
.fa-magnet:before {
    content: "\F076";
}
.fa-chevron-up:before {
    content: "\F077";
}
.fa-chevron-down:before {
    content: "\F078";
}
.fa-retweet:before {
    content: "\F079";
}
.fa-shopping-cart:before {
    content: "\F07A";
}
.fa-folder:before {
    content: "\F07B";
}
.fa-folder-open:before {
    content: "\F07C";
}
.fa-arrows-v:before {
    content: "\F07D";
}
.fa-arrows-h:before {
    content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}
.fa-twitter-square:before {
    content: "\F081";
}
.fa-facebook-square:before {
    content: "\F082";
}
.fa-camera-retro:before {
    content: "\F083";
}
.fa-key:before {
    content: "\F084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\F085";
}
.fa-comments:before {
    content: "\F086";
}
.fa-thumbs-o-up:before {
    content: "\F087";
}
.fa-thumbs-o-down:before {
    content: "\F088";
}
.fa-star-half:before {
    content: "\F089";
}
.fa-heart-o:before {
    content: "\F08A";
}
.fa-sign-out:before {
    content: "\F08B";
}
.fa-linkedin-square:before {
    content: "\F08C";
}
.fa-thumb-tack:before {
    content: "\F08D";
}
.fa-external-link:before {
    content: "\F08E";
}
.fa-sign-in:before {
    content: "\F090";
}
.fa-trophy:before {
    content: "\F091";
}
.fa-github-square:before {
    content: "\F092";
}
.fa-upload:before {
    content: "\F093";
}
.fa-lemon-o:before {
    content: "\F094";
}
.fa-phone:before {
    content: "\F095";
}
.fa-square-o:before {
    content: "\F096";
}
.fa-bookmark-o:before {
    content: "\F097";
}
.fa-phone-square:before {
    content: "\F098";
}
.fa-twitter:before {
    content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}
.fa-github:before {
    content: "\F09B";
}
.fa-unlock:before {
    content: "\F09C";
}
.fa-credit-card:before {
    content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}
.fa-hdd-o:before {
    content: "\F0A0";
}
.fa-bullhorn:before {
    content: "\F0A1";
}
.fa-bell:before {
    content: "\F0F3";
}
.fa-certificate:before {
    content: "\F0A3";
}
.fa-hand-o-right:before {
    content: "\F0A4";
}
.fa-hand-o-left:before {
    content: "\F0A5";
}
.fa-hand-o-up:before {
    content: "\F0A6";
}
.fa-hand-o-down:before {
    content: "\F0A7";
}
.fa-arrow-circle-left:before {
    content: "\F0A8";
}
.fa-arrow-circle-right:before {
    content: "\F0A9";
}
.fa-arrow-circle-up:before {
    content: "\F0AA";
}
.fa-arrow-circle-down:before {
    content: "\F0AB";
}
.fa-globe:before {
    content: "\F0AC";
}
.fa-wrench:before {
    content: "\F0AD";
}
.fa-tasks:before {
    content: "\F0AE";
}
.fa-filter:before {
    content: "\F0B0";
}
.fa-briefcase:before {
    content: "\F0B1";
}
.fa-arrows-alt:before {
    content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}
.fa-cloud:before {
    content: "\F0C2";
}
.fa-flask:before {
    content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}
.fa-paperclip:before {
    content: "\F0C6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7";
}
.fa-square:before {
    content: "\F0C8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9";
}
.fa-list-ul:before {
    content: "\F0CA";
}
.fa-list-ol:before {
    content: "\F0CB";
}
.fa-strikethrough:before {
    content: "\F0CC";
}
.fa-underline:before {
    content: "\F0CD";
}
.fa-table:before {
    content: "\F0CE";
}
.fa-magic:before {
    content: "\F0D0";
}
.fa-truck:before {
    content: "\F0D1";
}
.fa-pinterest:before {
    content: "\F0D2";
}
.fa-pinterest-square:before {
    content: "\F0D3";
}
.fa-google-plus-square:before {
    content: "\F0D4";
}
.fa-google-plus:before {
    content: "\F0D5";
}
.fa-money:before {
    content: "\F0D6";
}
.fa-caret-down:before {
    content: "\F0D7";
}
.fa-caret-up:before {
    content: "\F0D8";
}
.fa-caret-left:before {
    content: "\F0D9";
}
.fa-caret-right:before {
    content: "\F0DA";
}
.fa-columns:before {
    content: "\F0DB";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE";
}
.fa-envelope:before {
    content: "\F0E0";
}
.fa-linkedin:before {
    content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}
.fa-comment-o:before {
    content: "\F0E5";
}
.fa-comments-o:before {
    content: "\F0E6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7";
}
.fa-sitemap:before {
    content: "\F0E8";
}
.fa-umbrella:before {
    content: "\F0E9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA";
}
.fa-lightbulb-o:before {
    content: "\F0EB";
}
.fa-exchange:before {
    content: "\F0EC";
}
.fa-cloud-download:before {
    content: "\F0ED";
}
.fa-cloud-upload:before {
    content: "\F0EE";
}
.fa-user-md:before {
    content: "\F0F0";
}
.fa-stethoscope:before {
    content: "\F0F1";
}
.fa-suitcase:before {
    content: "\F0F2";
}
.fa-bell-o:before {
    content: "\F0A2";
}
.fa-coffee:before {
    content: "\F0F4";
}
.fa-cutlery:before {
    content: "\F0F5";
}
.fa-file-text-o:before {
    content: "\F0F6";
}
.fa-building-o:before {
    content: "\F0F7";
}
.fa-hospital-o:before {
    content: "\F0F8";
}
.fa-ambulance:before {
    content: "\F0F9";
}
.fa-medkit:before {
    content: "\F0FA";
}
.fa-fighter-jet:before {
    content: "\F0FB";
}
.fa-beer:before {
    content: "\F0FC";
}
.fa-h-square:before {
    content: "\F0FD";
}
.fa-plus-square:before {
    content: "\F0FE";
}
.fa-angle-double-left:before {
    content: "\F100";
}
.fa-angle-double-right:before {
    content: "\F101";
}
.fa-angle-double-up:before {
    content: "\F102";
}
.fa-angle-double-down:before {
    content: "\F103";
}
.fa-angle-left:before {
    content: "\F104";
}
.fa-angle-right:before {
    content: "\F105";
}
.fa-angle-up:before {
    content: "\F106";
}
.fa-angle-down:before {
    content: "\F107";
}
.fa-desktop:before {
    content: "\F108";
}
.fa-laptop:before {
    content: "\F109";
}
.fa-tablet:before {
    content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}
.fa-circle-o:before {
    content: "\F10C";
}
.fa-quote-left:before {
    content: "\F10D";
}
.fa-quote-right:before {
    content: "\F10E";
}
.fa-spinner:before {
    content: "\F110";
}
.fa-circle:before {
    content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}
.fa-github-alt:before {
    content: "\F113";
}
.fa-folder-o:before {
    content: "\F114";
}
.fa-folder-open-o:before {
    content: "\F115";
}
.fa-smile-o:before {
    content: "\F118";
}
.fa-frown-o:before {
    content: "\F119";
}
.fa-meh-o:before {
    content: "\F11A";
}
.fa-gamepad:before {
    content: "\F11B";
}
.fa-keyboard-o:before {
    content: "\F11C";
}
.fa-flag-o:before {
    content: "\F11D";
}
.fa-flag-checkered:before {
    content: "\F11E";
}
.fa-terminal:before {
    content: "\F120";
}
.fa-code:before {
    content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}
.fa-location-arrow:before {
    content: "\F124";
}
.fa-crop:before {
    content: "\F125";
}
.fa-code-fork:before {
    content: "\F126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127";
}
.fa-question:before {
    content: "\F128";
}
.fa-info:before {
    content: "\F129";
}
.fa-exclamation:before {
    content: "\F12A";
}
.fa-superscript:before {
    content: "\F12B";
}
.fa-subscript:before {
    content: "\F12C";
}
.fa-eraser:before {
    content: "\F12D";
}
.fa-puzzle-piece:before {
    content: "\F12E";
}
.fa-microphone:before {
    content: "\F130";
}
.fa-microphone-slash:before {
    content: "\F131";
}
.fa-shield:before {
    content: "\F132";
}
.fa-calendar-o:before {
    content: "\F133";
}
.fa-fire-extinguisher:before {
    content: "\F134";
}
.fa-rocket:before {
    content: "\F135";
}
.fa-maxcdn:before {
    content: "\F136";
}
.fa-chevron-circle-left:before {
    content: "\F137";
}
.fa-chevron-circle-right:before {
    content: "\F138";
}
.fa-chevron-circle-up:before {
    content: "\F139";
}
.fa-chevron-circle-down:before {
    content: "\F13A";
}
.fa-html5:before {
    content: "\F13B";
}
.fa-css3:before {
    content: "\F13C";
}
.fa-anchor:before {
    content: "\F13D";
}
.fa-unlock-alt:before {
    content: "\F13E";
}
.fa-bullseye:before {
    content: "\F140";
}
.fa-ellipsis-h:before {
    content: "\F141";
}
.fa-ellipsis-v:before {
    content: "\F142";
}
.fa-rss-square:before {
    content: "\F143";
}
.fa-play-circle:before {
    content: "\F144";
}
.fa-ticket:before {
    content: "\F145";
}
.fa-minus-square:before {
    content: "\F146";
}
.fa-minus-square-o:before {
    content: "\F147";
}
.fa-level-up:before {
    content: "\F148";
}
.fa-level-down:before {
    content: "\F149";
}
.fa-check-square:before {
    content: "\F14A";
}
.fa-pencil-square:before {
    content: "\F14B";
}
.fa-external-link-square:before {
    content: "\F14C";
}
.fa-share-square:before {
    content: "\F14D";
}
.fa-compass:before {
    content: "\F14E";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\F153";
}
.fa-gbp:before {
    content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\F156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158";
}
.fa-krw:before,
.fa-won:before {
    content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}
.fa-file:before {
    content: "\F15B";
}
.fa-file-text:before {
    content: "\F15C";
}
.fa-sort-alpha-asc:before {
    content: "\F15D";
}
.fa-sort-alpha-desc:before {
    content: "\F15E";
}
.fa-sort-amount-asc:before {
    content: "\F160";
}
.fa-sort-amount-desc:before {
    content: "\F161";
}
.fa-sort-numeric-asc:before {
    content: "\F162";
}
.fa-sort-numeric-desc:before {
    content: "\F163";
}
.fa-thumbs-up:before {
    content: "\F164";
}
.fa-thumbs-down:before {
    content: "\F165";
}
.fa-youtube-square:before {
    content: "\F166";
}
.fa-youtube:before {
    content: "\F167";
}
.fa-xing:before {
    content: "\F168";
}
.fa-xing-square:before {
    content: "\F169";
}
.fa-youtube-play:before {
    content: "\F16A";
}
.fa-dropbox:before {
    content: "\F16B";
}
.fa-stack-overflow:before {
    content: "\F16C";
}
.fa-instagram:before {
    content: "\F16D";
}
.fa-flickr:before {
    content: "\F16E";
}
.fa-adn:before {
    content: "\F170";
}
.fa-bitbucket:before {
    content: "\F171";
}
.fa-bitbucket-square:before {
    content: "\F172";
}
.fa-tumblr:before {
    content: "\F173";
}
.fa-tumblr-square:before {
    content: "\F174";
}
.fa-long-arrow-down:before {
    content: "\F175";
}
.fa-long-arrow-up:before {
    content: "\F176";
}
.fa-long-arrow-left:before {
    content: "\F177";
}
.fa-long-arrow-right:before {
    content: "\F178";
}
.fa-apple:before {
    content: "\F179";
}
.fa-windows:before {
    content: "\F17A";
}
.fa-android:before {
    content: "\F17B";
}
.fa-linux:before {
    content: "\F17C";
}
.fa-dribbble:before {
    content: "\F17D";
}
.fa-skype:before {
    content: "\F17E";
}
.fa-foursquare:before {
    content: "\F180";
}
.fa-trello:before {
    content: "\F181";
}
.fa-female:before {
    content: "\F182";
}
.fa-male:before {
    content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}
.fa-sun-o:before {
    content: "\F185";
}
.fa-moon-o:before {
    content: "\F186";
}
.fa-archive:before {
    content: "\F187";
}
.fa-bug:before {
    content: "\F188";
}
.fa-vk:before {
    content: "\F189";
}
.fa-weibo:before {
    content: "\F18A";
}
.fa-renren:before {
    content: "\F18B";
}
.fa-pagelines:before {
    content: "\F18C";
}
.fa-stack-exchange:before {
    content: "\F18D";
}
.fa-arrow-circle-o-right:before {
    content: "\F18E";
}
.fa-arrow-circle-o-left:before {
    content: "\F190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191";
}
.fa-dot-circle-o:before {
    content: "\F192";
}
.fa-wheelchair:before {
    content: "\F193";
}
.fa-vimeo-square:before {
    content: "\F194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195";
}
.fa-plus-square-o:before {
    content: "\F196";
}
.fa-space-shuttle:before {
    content: "\F197";
}
.fa-slack:before {
    content: "\F198";
}
.fa-envelope-square:before {
    content: "\F199";
}
.fa-wordpress:before {
    content: "\F19A";
}
.fa-openid:before {
    content: "\F19B";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D";
}
.fa-yahoo:before {
    content: "\F19E";
}
.fa-google:before {
    content: "\F1A0";
}
.fa-reddit:before {
    content: "\F1A1";
}
.fa-reddit-square:before {
    content: "\F1A2";
}
.fa-stumbleupon-circle:before {
    content: "\F1A3";
}
.fa-stumbleupon:before {
    content: "\F1A4";
}
.fa-delicious:before {
    content: "\F1A5";
}
.fa-digg:before {
    content: "\F1A6";
}
.fa-pied-piper-pp:before {
    content: "\F1A7";
}
.fa-pied-piper-alt:before {
    content: "\F1A8";
}
.fa-drupal:before {
    content: "\F1A9";
}
.fa-joomla:before {
    content: "\F1AA";
}
.fa-language:before {
    content: "\F1AB";
}
.fa-fax:before {
    content: "\F1AC";
}
.fa-building:before {
    content: "\F1AD";
}
.fa-child:before {
    content: "\F1AE";
}
.fa-paw:before {
    content: "\F1B0";
}
.fa-spoon:before {
    content: "\F1B1";
}
.fa-cube:before {
    content: "\F1B2";
}
.fa-cubes:before {
    content: "\F1B3";
}
.fa-behance:before {
    content: "\F1B4";
}
.fa-behance-square:before {
    content: "\F1B5";
}
.fa-steam:before {
    content: "\F1B6";
}
.fa-steam-square:before {
    content: "\F1B7";
}
.fa-recycle:before {
    content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}
.fa-tree:before {
    content: "\F1BB";
}
.fa-spotify:before {
    content: "\F1BC";
}
.fa-deviantart:before {
    content: "\F1BD";
}
.fa-soundcloud:before {
    content: "\F1BE";
}
.fa-database:before {
    content: "\F1C0";
}
.fa-file-pdf-o:before {
    content: "\F1C1";
}
.fa-file-word-o:before {
    content: "\F1C2";
}
.fa-file-excel-o:before {
    content: "\F1C3";
}
.fa-file-powerpoint-o:before {
    content: "\F1C4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}
.fa-file-code-o:before {
    content: "\F1C9";
}
.fa-vine:before {
    content: "\F1CA";
}
.fa-codepen:before {
    content: "\F1CB";
}
.fa-jsfiddle:before {
    content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\F1CD";
}
.fa-circle-o-notch:before {
    content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\F1D1";
}
.fa-git-square:before {
    content: "\F1D2";
}
.fa-git:before {
    content: "\F1D3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\F1D4";
}
.fa-tencent-weibo:before {
    content: "\F1D5";
}
.fa-qq:before {
    content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9";
}
.fa-history:before {
    content: "\F1DA";
}
.fa-circle-thin:before {
    content: "\F1DB";
}
.fa-header:before {
    content: "\F1DC";
}
.fa-paragraph:before {
    content: "\F1DD";
}
.fa-sliders:before {
    content: "\F1DE";
}
.fa-share-alt:before {
    content: "\F1E0";
}
.fa-share-alt-square:before {
    content: "\F1E1";
}
.fa-bomb:before {
    content: "\F1E2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3";
}
.fa-tty:before {
    content: "\F1E4";
}
.fa-binoculars:before {
    content: "\F1E5";
}
.fa-plug:before {
    content: "\F1E6";
}
.fa-slideshare:before {
    content: "\F1E7";
}
.fa-twitch:before {
    content: "\F1E8";
}
.fa-yelp:before {
    content: "\F1E9";
}
.fa-newspaper-o:before {
    content: "\F1EA";
}
.fa-wifi:before {
    content: "\F1EB";
}
.fa-calculator:before {
    content: "\F1EC";
}
.fa-paypal:before {
    content: "\F1ED";
}
.fa-google-wallet:before {
    content: "\F1EE";
}
.fa-cc-visa:before {
    content: "\F1F0";
}
.fa-cc-mastercard:before {
    content: "\F1F1";
}
.fa-cc-discover:before {
    content: "\F1F2";
}
.fa-cc-amex:before {
    content: "\F1F3";
}
.fa-cc-paypal:before {
    content: "\F1F4";
}
.fa-cc-stripe:before {
    content: "\F1F5";
}
.fa-bell-slash:before {
    content: "\F1F6";
}
.fa-bell-slash-o:before {
    content: "\F1F7";
}
.fa-trash:before {
    content: "\F1F8";
}
.fa-copyright:before {
    content: "\F1F9";
}
.fa-at:before {
    content: "\F1FA";
}
.fa-eyedropper:before {
    content: "\F1FB";
}
.fa-paint-brush:before {
    content: "\F1FC";
}
.fa-birthday-cake:before {
    content: "\F1FD";
}
.fa-area-chart:before {
    content: "\F1FE";
}
.fa-pie-chart:before {
    content: "\F200";
}
.fa-line-chart:before {
    content: "\F201";
}
.fa-lastfm:before {
    content: "\F202";
}
.fa-lastfm-square:before {
    content: "\F203";
}
.fa-toggle-off:before {
    content: "\F204";
}
.fa-toggle-on:before {
    content: "\F205";
}
.fa-bicycle:before {
    content: "\F206";
}
.fa-bus:before {
    content: "\F207";
}
.fa-ioxhost:before {
    content: "\F208";
}
.fa-angellist:before {
    content: "\F209";
}
.fa-cc:before {
    content: "\F20A";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B";
}
.fa-meanpath:before {
    content: "\F20C";
}
.fa-buysellads:before {
    content: "\F20D";
}
.fa-connectdevelop:before {
    content: "\F20E";
}
.fa-dashcube:before {
    content: "\F210";
}
.fa-forumbee:before {
    content: "\F211";
}
.fa-leanpub:before {
    content: "\F212";
}
.fa-sellsy:before {
    content: "\F213";
}
.fa-shirtsinbulk:before {
    content: "\F214";
}
.fa-simplybuilt:before {
    content: "\F215";
}
.fa-skyatlas:before {
    content: "\F216";
}
.fa-cart-plus:before {
    content: "\F217";
}
.fa-cart-arrow-down:before {
    content: "\F218";
}
.fa-diamond:before {
    content: "\F219";
}
.fa-ship:before {
    content: "\F21A";
}
.fa-user-secret:before {
    content: "\F21B";
}
.fa-motorcycle:before {
    content: "\F21C";
}
.fa-street-view:before {
    content: "\F21D";
}
.fa-heartbeat:before {
    content: "\F21E";
}
.fa-venus:before {
    content: "\F221";
}
.fa-mars:before {
    content: "\F222";
}
.fa-mercury:before {
    content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}
.fa-transgender-alt:before {
    content: "\F225";
}
.fa-venus-double:before {
    content: "\F226";
}
.fa-mars-double:before {
    content: "\F227";
}
.fa-venus-mars:before {
    content: "\F228";
}
.fa-mars-stroke:before {
    content: "\F229";
}
.fa-mars-stroke-v:before {
    content: "\F22A";
}
.fa-mars-stroke-h:before {
    content: "\F22B";
}
.fa-neuter:before {
    content: "\F22C";
}
.fa-genderless:before {
    content: "\F22D";
}
.fa-facebook-official:before {
    content: "\F230";
}
.fa-pinterest-p:before {
    content: "\F231";
}
.fa-whatsapp:before {
    content: "\F232";
}
.fa-server:before {
    content: "\F233";
}
.fa-user-plus:before {
    content: "\F234";
}
.fa-user-times:before {
    content: "\F235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\F236";
}
.fa-viacoin:before {
    content: "\F237";
}
.fa-train:before {
    content: "\F238";
}
.fa-subway:before {
    content: "\F239";
}
.fa-medium:before {
    content: "\F23A";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B";
}
.fa-optin-monster:before {
    content: "\F23C";
}
.fa-opencart:before {
    content: "\F23D";
}
.fa-expeditedssl:before {
    content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}
.fa-mouse-pointer:before {
    content: "\F245";
}
.fa-i-cursor:before {
    content: "\F246";
}
.fa-object-group:before {
    content: "\F247";
}
.fa-object-ungroup:before {
    content: "\F248";
}
.fa-sticky-note:before {
    content: "\F249";
}
.fa-sticky-note-o:before {
    content: "\F24A";
}
.fa-cc-jcb:before {
    content: "\F24B";
}
.fa-cc-diners-club:before {
    content: "\F24C";
}
.fa-clone:before {
    content: "\F24D";
}
.fa-balance-scale:before {
    content: "\F24E";
}
.fa-hourglass-o:before {
    content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}
.fa-hourglass:before {
    content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256";
}
.fa-hand-scissors-o:before {
    content: "\F257";
}
.fa-hand-lizard-o:before {
    content: "\F258";
}
.fa-hand-spock-o:before {
    content: "\F259";
}
.fa-hand-pointer-o:before {
    content: "\F25A";
}
.fa-hand-peace-o:before {
    content: "\F25B";
}
.fa-trademark:before {
    content: "\F25C";
}
.fa-registered:before {
    content: "\F25D";
}
.fa-creative-commons:before {
    content: "\F25E";
}
.fa-gg:before {
    content: "\F260";
}
.fa-gg-circle:before {
    content: "\F261";
}
.fa-tripadvisor:before {
    content: "\F262";
}
.fa-odnoklassniki:before {
    content: "\F263";
}
.fa-odnoklassniki-square:before {
    content: "\F264";
}
.fa-get-pocket:before {
    content: "\F265";
}
.fa-wikipedia-w:before {
    content: "\F266";
}
.fa-safari:before {
    content: "\F267";
}
.fa-chrome:before {
    content: "\F268";
}
.fa-firefox:before {
    content: "\F269";
}
.fa-opera:before {
    content: "\F26A";
}
.fa-internet-explorer:before {
    content: "\F26B";
}
.fa-television:before,
.fa-tv:before {
    content: "\F26C";
}
.fa-contao:before {
    content: "\F26D";
}
.fa-500px:before {
    content: "\F26E";
}
.fa-amazon:before {
    content: "\F270";
}
.fa-calendar-plus-o:before {
    content: "\F271";
}
.fa-calendar-minus-o:before {
    content: "\F272";
}
.fa-calendar-times-o:before {
    content: "\F273";
}
.fa-calendar-check-o:before {
    content: "\F274";
}
.fa-industry:before {
    content: "\F275";
}
.fa-map-pin:before {
    content: "\F276";
}
.fa-map-signs:before {
    content: "\F277";
}
.fa-map-o:before {
    content: "\F278";
}
.fa-map:before {
    content: "\F279";
}
.fa-commenting:before {
    content: "\F27A";
}
.fa-commenting-o:before {
    content: "\F27B";
}
.fa-houzz:before {
    content: "\F27C";
}
.fa-vimeo:before {
    content: "\F27D";
}
.fa-black-tie:before {
    content: "\F27E";
}
.fa-fonticons:before {
    content: "\F280";
}
.fa-reddit-alien:before {
    content: "\F281";
}
.fa-edge:before {
    content: "\F282";
}
.fa-credit-card-alt:before {
    content: "\F283";
}
.fa-codiepie:before {
    content: "\F284";
}
.fa-modx:before {
    content: "\F285";
}
.fa-fort-awesome:before {
    content: "\F286";
}
.fa-usb:before {
    content: "\F287";
}
.fa-product-hunt:before {
    content: "\F288";
}
.fa-mixcloud:before {
    content: "\F289";
}
.fa-scribd:before {
    content: "\F28A";
}
.fa-pause-circle:before {
    content: "\F28B";
}
.fa-pause-circle-o:before {
    content: "\F28C";
}
.fa-stop-circle:before {
    content: "\F28D";
}
.fa-stop-circle-o:before {
    content: "\F28E";
}
.fa-shopping-bag:before {
    content: "\F290";
}
.fa-shopping-basket:before {
    content: "\F291";
}
.fa-hashtag:before {
    content: "\F292";
}
.fa-bluetooth:before {
    content: "\F293";
}
.fa-bluetooth-b:before {
    content: "\F294";
}
.fa-percent:before {
    content: "\F295";
}
.fa-gitlab:before {
    content: "\F296";
}
.fa-wpbeginner:before {
    content: "\F297";
}
.fa-wpforms:before {
    content: "\F298";
}
.fa-envira:before {
    content: "\F299";
}
.fa-universal-access:before {
    content: "\F29A";
}
.fa-wheelchair-alt:before {
    content: "\F29B";
}
.fa-question-circle-o:before {
    content: "\F29C";
}
.fa-blind:before {
    content: "\F29D";
}
.fa-audio-description:before {
    content: "\F29E";
}
.fa-volume-control-phone:before {
    content: "\F2A0";
}
.fa-braille:before {
    content: "\F2A1";
}
.fa-assistive-listening-systems:before {
    content: "\F2A2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4";
}
.fa-glide:before {
    content: "\F2A5";
}
.fa-glide-g:before {
    content: "\F2A6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7";
}
.fa-low-vision:before {
    content: "\F2A8";
}
.fa-viadeo:before {
    content: "\F2A9";
}
.fa-viadeo-square:before {
    content: "\F2AA";
}
.fa-snapchat:before {
    content: "\F2AB";
}
.fa-snapchat-ghost:before {
    content: "\F2AC";
}
.fa-snapchat-square:before {
    content: "\F2AD";
}
.fa-pied-piper:before {
    content: "\F2AE";
}
.fa-first-order:before {
    content: "\F2B0";
}
.fa-yoast:before {
    content: "\F2B1";
}
.fa-themeisle:before {
    content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}
.fa-handshake-o:before {
    content: "\F2B5";
}
.fa-envelope-open:before {
    content: "\F2B6";
}
.fa-envelope-open-o:before {
    content: "\F2B7";
}
.fa-linode:before {
    content: "\F2B8";
}
.fa-address-book:before {
    content: "\F2B9";
}
.fa-address-book-o:before {
    content: "\F2BA";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC";
}
.fa-user-circle:before {
    content: "\F2BD";
}
.fa-user-circle-o:before {
    content: "\F2BE";
}
.fa-user-o:before {
    content: "\F2C0";
}
.fa-id-badge:before {
    content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}
.fa-quora:before {
    content: "\F2C4";
}
.fa-free-code-camp:before {
    content: "\F2C5";
}
.fa-telegram:before {
    content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}
.fa-shower:before {
    content: "\F2CC";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD";
}
.fa-podcast:before {
    content: "\F2CE";
}
.fa-window-maximize:before {
    content: "\F2D0";
}
.fa-window-minimize:before {
    content: "\F2D1";
}
.fa-window-restore:before {
    content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}
.fa-bandcamp:before {
    content: "\F2D5";
}
.fa-grav:before {
    content: "\F2D6";
}
.fa-etsy:before {
    content: "\F2D7";
}
.fa-imdb:before {
    content: "\F2D8";
}
.fa-ravelry:before {
    content: "\F2D9";
}
.fa-eercast:before {
    content: "\F2DA";
}
.fa-microchip:before {
    content: "\F2DB";
}
.fa-snowflake-o:before {
    content: "\F2DC";
}
.fa-superpowers:before {
    content: "\F2DD";
}
.fa-wpexplorer:before {
    content: "\F2DE";
}
.fa-meetup:before {
    content: "\F2E0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.page-intro {
    margin-bottom: 3rem;
}
.page-intro.copy p {
    font-weight: 700;
}
.side-nav {
    font-size: 2rem;
}

.side-nav li {
    margin-bottom: 5px;
}

.side-nav li a {
    color: #000;
    text-decoration: none;
}

.side-nav li:hover a, 
.side-nav li.current-menu-item a {
    color: #36A7E9;
    text-decoration: underline;
}

.side-nav__item--level-1 > .side-nav__anchor {
    font-weight: 700;
}
.breakpoint-phone .side-nav__item,
.breakpoint-tablet .side-nav__item {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.side-nav__item:not(.side-nav__item--level-1) > ul {
    margin-left: 1.6rem;
}
.side-nav__anchor {
    color: #241F21;
    margin-bottom: 1.5rem;
    text-decoration: none;
    display: block;
}
.side-nav__anchor:hover {
    text-decoration: underline;
}
.side-nav__anchor--active {
    color: #36A7E9;
}
.pagination__number {
    display: inline-block;
    font-weight: 700;
    margin-right: 1.5rem;
}
.pagination__number a,
.pagination__number span {
    background-color: transparent;
    border-bottom: 3px solid #fff;
    color: #999;
    display: block;
    min-width: 3rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
}
.pagination__number span.current {
    border-bottom: 3px solid #36A7E9;
    color: #241F21;
}
.pagination__number a:hover {
    color: #36A7E9;
}
.person-listing {
    color: #241F21;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.person-listing__details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.person-listing a {
    color: #241F21;
    font-weight: 700;
    text-decoration: none;
}
.person-listing a:hover {
    text-decoration: underline;
}
.person-listing__image {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.4rem;
    margin-top: 0.4rem;
    max-width: 50px;
}
.blue-box__contributor-group--authors .person-listing__institution {
    display: none;
}
.person-listing__institution {
    margin-left: 1.4rem;
}
.person-listing__institution img {
    max-width: 100px;
    mix-blend-mode: multiply;
}
.red-circle {
    background-color: #36A7E9;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: var(--font-sans-fallback);
    font-size: 1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    width: 2.5rem;
}
.fonts-loaded .red-circle {
    font-family: var(--font-sans);
}
.section__feature-articles {
    /*border-bottom: 1px solid #eaebeb;*/
}

.divider {
    border-bottom: 1px solid #eaebeb;
    margin: 3em 0;
}

.home-slideshow-wrapper {
    background-color: #fff;
    color: #241F21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breakpoint-phone .home-slideshow-wrapper,
.breakpoint-tablet .home-slideshow-wrapper {
    padding-bottom: 0;
}
.home-slideshow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breakpoint-phone .home-slideshow,
.breakpoint-tablet .home-slideshow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
}
.home-slideshow__nav {
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: center;
    width: 100%;
}
.breakpoint-phone .home-slideshow__nav,
.breakpoint-tablet .home-slideshow__nav {
    width: auto;
    margin-top: 0;
    margin-bottom: 2rem;
}
.home-slideshow__nav-title {
    color: #241F21;
    text-align: center;
    margin-bottom: 2rem;
    display: inline-block;
}
.breakpoint-phone .home-slideshow__nav-title,
.breakpoint-tablet .home-slideshow__nav-title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.home-slideshow__nav-list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-slideshow__nav-item {
    display: inline-block;
    -webkit-transition: border 0.1s ease-in-out;
    -o-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
}
.breakpoint-phone .home-slideshow__nav-item {
    margin-bottom: 1rem;
}
.home-slideshow__nav-item button {
    font-size: 1.6rem;
    outline: none;
    padding: 0.9rem 1.5rem;
    border-bottom: 6px solid hsla(0, 0%, 93%, 0.8);
}
.breakpoint-phone .home-slideshow__nav-item button,
.breakpoint-tablet .home-slideshow__nav-item button {
    border-bottom: 3px solid hsla(0, 0%, 93%, 0.8);
    font-size: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.home-slideshow__nav-item button:hover {
    border-bottom: 6px solid #eee;
}
.breakpoint-phone .home-slideshow__nav-item button:hover,
.breakpoint-tablet .home-slideshow__nav-item button:hover {
    border-bottom: 3px solid hsla(0, 0%, 93%, 0.4);
}
.home-slideshow__nav-item--active button,
.home-slideshow__nav-item--active button:hover {
    border-bottom: 6px solid #00aeef;
}
.breakpoint-phone .home-slideshow__nav-item--active button,
.breakpoint-tablet .home-slideshow__nav-item--active button {
    border-bottom: 3px solid #00aeef;
}
.home-slideshow__block {
    margin-bottom: 3rem;
}
.breakpoint-phone .home-slideshow__block {
    margin-bottom: 1rem;
}
.home-slideshow__block-copy {
    font-size: 1.8rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.breakpoint-phone .home-slideshow__block-copy {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.home-slideshow__block-copy > * {
    margin-bottom: 1em;
}
.home-slideshow__block-link {
    border-bottom: 2px solid hsla(0, 0%, 93%, 0.8);
    color: #00aeef;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.012em;
    padding-bottom: 0.3rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 3rem;
}
.home-slideshow__panel {
    min-width: 70rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
    margin-bottom: 0;
}
.breakpoint-phone .home-slideshow__panel,
.breakpoint-tablet .home-slideshow__panel {
    min-width: auto;
}
.home-slideshow__panel video {
    width: 100%;
    max-width: 100%;
    display: block;
}
.home-slideshow__slides {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}
.home-slideshow__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home-slideshow__block,
.home-slideshow__panel {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.15, 0.265, 1.1);
    -o-transition-timing-function: cubic-bezier(0.68, -0.15, 0.265, 1.1);
    transition-timing-function: cubic-bezier(0.68, -0.15, 0.265, 1.1);
    will-change: auto;
}
.home-slideshow__panel img {
    max-width: 100%;
}
.breakpoint-phone .home-slideshow__block,
.breakpoint-tablet .home-slideshow__block {
    width: 100%;
    min-height: auto;
}
.home-slideshow__slide--visible {
    position: relative;
}
.home-slideshow__slide--visible .home-slideshow__block,
.home-slideshow__slide--visible .home-slideshow__panel {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.home-slideshow__slide--hidden {
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
}
.home-slideshow__slide--hidden .home-slideshow__block,
.home-slideshow__slide--hidden .home-slideshow__panel {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.hide-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.hide-visually.focusable:active,
.hide-visually.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.hide-text {
    color: transparent;
    display: block;
    font: 0/0 a;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.breakpoint-phone .ph-display-none {
    display: none;
}
.breakpoint-phone .ph-display-block {
    display: block;
}
.breakpoint-tablet .tb-display-none {
    display: none;
}
.breakpoint-tablet .tb-display-block {
    display: block;
}
.flush {
    margin: 0;
    padding: 0;
}
.m-xsmall {
    margin: 1rem;
}
.m-small {
    margin: 2rem;
}
.m-medium {
    margin: 3rem;
}
.m-large {
    margin: 4rem;
}
.breakpoint-phone .m-large,
.breakpoint-tablet .m-large {
    margin: 3rem;
}
.m-xlarge {
    margin: 6rem;
}
.breakpoint-phone .m-xlarge,
.breakpoint-tablet .m-xlarge {
    margin: 3rem;
}
.mt-flush {
    margin-top: 0;
}
.mt-xsmall {
    margin-top: 1rem;
}
.mt-small {
    margin-top: 2rem;
}
.mt-medium {
    margin-top: 3rem;
}
.mt-large {
    margin-top: 4rem;
}
.breakpoint-phone .mt-large,
.breakpoint-tablet .mt-large {
    margin-top: 3rem;
}
.mt-xlarge {
    margin-top: 6rem;
}
.breakpoint-phone .mt-xlarge,
.breakpoint-tablet .mt-xlarge {
    margin-top: 3rem;
}
.mr-flush {
    margin-right: 0;
}
.mr-xsmall {
    margin-right: 1rem;
}
.mr-small {
    margin-right: 2rem;
}
.mr-medium {
    margin-right: 3rem;
}
.mr-large {
    margin-right: 4rem;
}
.breakpoint-phone .mr-large,
.breakpoint-tablet .mr-large {
    margin-right: 3rem;
}
.mr-xlarge {
    margin-right: 6rem;
}
.breakpoint-phone .mr-xlarge,
.breakpoint-tablet .mr-xlarge {
    margin-right: 3rem;
}
.mb-flush {
    margin-bottom: 0;
}
.mb-xsmall {
    margin-bottom: 1rem;
}
.mb-small {
    margin-bottom: 2rem;
}
.mb-medium {
    margin-bottom: 3rem;
}
.mb-large {
    margin-bottom: 4rem;
}
.breakpoint-phone .mb-large,
.breakpoint-tablet .mb-large {
    margin-bottom: 3rem;
}
.mb-xlarge {
    margin-bottom: 6rem;
}
.breakpoint-phone .mb-xlarge,
.breakpoint-tablet .mb-xlarge {
    margin-bottom: 3rem;
}
.ml-flush {
    margin-left: 0;
}
.ml-xsmall {
    margin-left: 1rem;
}
.ml-small {
    margin-left: 2rem;
}
.ml-medium {
    margin-left: 3rem;
}
.ml-large {
    margin-left: 4rem;
}
.breakpoint-phone .ml-large,
.breakpoint-tablet .ml-large {
    margin-left: 3rem;
}
.ml-xlarge {
    margin-left: 6rem;
}
.breakpoint-phone .ml-xlarge,
.breakpoint-tablet .ml-xlarge {
    margin-left: 3rem;
}
.my-flush {
    margin-top: 0;
    margin-bottom: 0;
}
.my-xsmall {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-small {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-medium {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-large {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.breakpoint-phone .my-large,
.breakpoint-tablet .my-large {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-xlarge {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.breakpoint-phone .my-xlarge,
.breakpoint-tablet .my-xlarge {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mx-xsmall {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-flush {
    margin-left: 0;
    margin-right: 0;
}
.mx-small {
    margin-left: 2rem;
    margin-right: 2rem;
}
.mx-medium {
    margin-left: 3rem;
    margin-right: 3rem;
}
.mx-large {
    margin-left: 4rem;
    margin-right: 4rem;
}
.breakpoint-phone .mx-large,
.breakpoint-tablet .mx-large {
    margin-left: 3rem;
    margin-right: 3rem;
}
.mx-xlarge {
    margin-left: 6rem;
    margin-right: 6rem;
}
.breakpoint-phone .mx-xlarge,
.breakpoint-tablet .mx-xlarge {
    margin-left: 3rem;
    margin-right: 3rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p-xsmall {
    padding: 1rem;
}
.p-small {
    padding: 2rem;
}
.p-medium {
    padding: 3rem;
}
.p-large {
    padding: 4rem;
}
.breakpoint-phone .p-large,
.breakpoint-tablet .p-large {
    padding: 3rem;
}
.p-xlarge {
    padding: 6rem;
}
.breakpoint-phone .p-xlarge,
.breakpoint-tablet .p-xlarge {
    padding: 3rem;
}
.pt-xsmall {
    padding-top: 1rem;
}
.pt-flush {
    padding-top: 0;
}
.pt-small {
    padding-top: 2rem;
}
.pt-medium {
    padding-top: 3rem;
}
.pt-large {
    padding-top: 4rem;
}
.breakpoint-phone .pt-large,
.breakpoint-tablet .pt-large {
    padding-top: 3rem;
}
.pt-xlarge {
    padding-top: 6rem;
}
.breakpoint-phone .pt-xlarge,
.breakpoint-tablet .pt-xlarge {
    padding-top: 3rem;
}
.pr-flush {
    padding-right: 0;
}
.pr-xsmall {
    padding-right: 1rem;
}
.pr-small {
    padding-right: 2rem;
}
.pr-medium {
    padding-right: 3rem;
}
.pr-large {
    padding-right: 4rem;
}
.breakpoint-phone .pr-large,
.breakpoint-tablet .pr-large {
    padding-right: 3rem;
}
.pr-xlarge {
    padding-right: 6rem;
}
.breakpoint-phone .pr-xlarge,
.breakpoint-tablet .pr-xlarge {
    padding-right: 3rem;
}
.pb-flush {
    padding-bottom: 0;
}
.pb-xsmall {
    padding-bottom: 1rem;
}
.pb-small {
    padding-bottom: 2rem;
}
.pb-medium {
    padding-bottom: 3rem;
}
.pb-large {
    padding-bottom: 4rem;
}
.breakpoint-phone .pb-large,
.breakpoint-tablet .pb-large {
    padding-bottom: 3rem;
}
.pb-xlarge {
    padding-bottom: 6rem;
}
.breakpoint-phone .pb-xlarge,
.breakpoint-tablet .pb-xlarge {
    padding-bottom: 3rem;
}
.pl-flush {
    padding-left: 0;
}
.pl-xsmall {
    padding-left: 1rem;
}
.pl-small {
    padding-left: 2rem;
}
.pl-medium {
    padding-left: 3rem;
}
.pl-large {
    padding-left: 4rem;
}
.breakpoint-phone .pl-large,
.breakpoint-tablet .pl-large {
    padding-left: 3rem;
}
.pl-xlarge {
    padding-left: 6rem;
}
.breakpoint-phone .pl-xlarge,
.breakpoint-tablet .pl-xlarge {
    padding-left: 3rem;
}
.py-flush {
    padding-top: 0;
    padding-bottom: 0;
}
.py-xsmall {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.breakpoint-phone .py-large,
.breakpoint-tablet .py-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.breakpoint-phone .py-xlarge,
.breakpoint-tablet .py-xlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-flush {
    padding-left: 0;
    padding-right: 0;
}
.px-xsmall {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-small {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-medium {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-large {
    padding-left: 4rem;
    padding-right: 4rem;
}
.breakpoint-phone .px-large,
.breakpoint-tablet .px-large {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-xlarge {
    padding-left: 6rem;
    padding-right: 6rem;
}
.breakpoint-phone .px-xlarge,
.breakpoint-tablet .px-xlarge {
    padding-left: 3rem;
    padding-right: 3rem;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.flex-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.flex-left {
    margin-right: auto;
}
.flex-right {
    margin-left: auto;
}
.flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-wrap {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.ta-center {
    text-align: center;
}
.t-capitalize {
    text-transform: capitalize;
}
.t-uppercase {
    text-transform: uppercase;
}
.t-spaced {
    letter-spacing: 0.1em;
}
.f-small {
    font-size: 1.4rem;
}
.f-bold {
    font-weight: 700;
}
.d-block {
    display: block;
}
.d-inlineblock {
    display: inline-block;
}
.d-inline {
    display: inline;
}
.fl-right {
    float: right;
}
.fl-left {
    float: left;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #241F21;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
.gallery-slider {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: 10000;
}
.gallery-slider--closed {
    opacity: 0;
}
.gallery-slider__close {
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 1rem;
    top: 1rem;
    height: 4.4rem;
    width: 4.4rem;
    z-index: 1;
}
.gallery-slider__close svg {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 30%;
    top: 30%;
    height: 40%;
    width: 40%;
}
.gallery-slider__close path {
    fill: #333;
}
.gallery-slide {
    background-color: hsla(0, 0%, 100%, 0.9);
    height: 100vh;
    width: 100vw;
}
.gallery-slide:after {
    background-color: var(--red);
    content: "";
    height: 30px;
    height: 3rem;
    width: 30px;
    width: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-top: -15px;
    margin-top: -1.5rem;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.gallery-slide__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 10%;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 10%;
    top: 10%;
    z-index: 2;
}
.gallery-slide__content {
    max-width: 100%;
}
.gallery-slide__content--image,
.gallery-slide__content--image + .gallery-slide__caption {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.gallery-slide__content--image.flickity-lazyloaded,
.gallery-slide__content--image.flickity-lazyloaded + .gallery-slide__caption {
    opacity: 1;
}
.gallery-slide__content--html {
    width: 100%;
}
.copy .gallery,
.gallery {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
}
.copy .gallery li,
.gallery li {
    list-style: none;
    padding: 1rem;
    width: 50%;
}
.breakpoint-desktop .copy .gallery li {
    width: 33.33333333%;
}
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.header .search-container {
    display: flex;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 30px;
    justify-content: center;
}

.header .search-form {
    margin: 0 !important;
}

.header .search-form  a {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .header .search-container {
        margin-top: 30px;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1023px) {
    .search-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header .search-container  {
        padding-bottom: 0;
    }
}

.footer .search-form {
    margin-bottom: 1rem;
}
.breakpoint-phone .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-form__input {
    background-color: #6b767f14;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 2rem;
	font-family: 'Libre Franklin', sans-serif;
    height: 5.5rem;
    outline: none;
    padding: 1rem 2rem;
    width: 100%;
}
.breakpoint-phone .search-form__input {
    margin-bottom: 1rem;
}
.search-form__input::-webkit-input-placeholder {
    color: #241F21;
}
.search-form__input::-moz-placeholder {
    color: #241F21;
}
.search-form__input::-ms-input-placeholder {
    color: #241F21;
}
.search-form__input::placeholder {
    color: #241F21;
}
.search-form__input:focus::-webkit-input-placeholder {
    color: #999;
}
.search-form__input:focus::-moz-placeholder {
    color: #999;
}
.search-form__input:focus::-ms-input-placeholder {
    color: #999;
}
.search-form__input:focus::placeholder {
    color: #999;
}
.search-form__button {
    background-color: #00aeef;
    color: #fff;
    font-size: 2rem;
    height: 5.5rem;
    text-align: center;
    white-space: nowrap;
}
.breakpoint-phone .search-form__button,
.breakpoint-phone .search-form__input {
    font-size: 1.5rem;
    height: 4rem;
    line-height: 4rem;
    margin-left: 0;
}
.header .search-examples {
    margin-top: 1rem;
}
.breakpoint-phone .search-examples,
.breakpoint-tablet .search-examples,
.header .search-examples {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breakpoint-phone .search-examples {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-examples__label {
    color: #fff;
    font-size: 1.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
}
.breakpoint-phone .search-examples__label {
    margin-right: 0;
    padding-bottom: 1.5rem;
    text-align: center;
}
.search-examples__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breakpoint-phone .search-examples__list {
    text-align: center;
    display: block;
}
.search-examples__item {
    list-style-type: none;
    margin-right: 1rem;
    display: inline-block;
}
.breakpoint-phone .search-examples__item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.search-examples__link {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.breakpoint-phone .search-examples__link {
    font-size: 1.3rem;
}
.search-tag {
    cursor: pointer;
}
.search-tag span {
    background-color: #add8eb;
    border-radius: 4px;
    color: #241F21;
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
    padding: 0.4rem 0.8rem 0.5rem;
    text-align: center;
    text-decoration: none;
}
.search-tag:hover span {
    background-color: #9cc2d4;
}
.search-tag input {
    display: none;
}

.sf-field-submit input {
    border: 0;
}

.sf-field-submit input,
.search-filter__button,
.search-tag input:checked + span {
    background-color: #36A7E9;
    color: #fff;
}

.sf-field-submit input,
.search-filter__button {
    display: block;
    font-size: 1.5rem;
    margin-right: 1rem;
    padding: 0.9rem 1.8rem 1.1rem 1.4rem;
    text-align: center;
}

.sf-field-submit input:focus,
.sf-field-submit input:hover,
.search-filter__button:focus,
.search-filter__button:hover {
    background-color: #be171d;
}
.search-results__none {
    font-size: 1.6rem;
    margin-top: 3rem;
}
.search-filter {
    padding-right: 3rem;
    padding-top: 3rem;
}
.search-filter__heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.search-filter__group {
    margin-bottom: 3rem;
}
.search-filter__label {
    color: #666;
    display: block;
    font-size: 1.3rem;
    padding-bottom: 1rem;
}
.search-filter__label--underline {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1rem;
}

.sf-input-select,
.sf-field-search input,
.search-filter__input,
.search-filter__select {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    font-size: 1.5rem;
    height: 4rem;
    width: 100%;
}

.sf-field-search input {
    min-width: 264px;
}

.sf-field-search input,
.search-filter__input {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}
.search-results li {
   /* padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d4d4d4;*/
}
.search-results li:last-child {
    border-bottom: none;
}
.search-results-item {
    text-decoration: none;
}
.search-results-item__label {
    background-color: #36A7E9;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0.1rem 0.5rem 0.4rem;
    text-align: center;
    display: inline-block;
}
.search-results-item__title {
    color: #241F21;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.search-results-item__category {
    color: #999;
    font-size: 1.5rem;
}
.search-results-item:hover .search-results-item__title {
    text-decoration: underline;
}
.header-tagline {
    background-color: #00aeef;
    text-align: center;
    padding: 1.5rem;
}
.breakpoint-phone .header-tagline {
    padding: 0.6rem;
}
.header-tagline__copy {
    color: #000;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2rem;
}

.header-tagline__copy a {
    color: #fff;
}

.breakpoint-phone .header-tagline__copy {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.header {
    /* background-color: #231f20;
    background-position: 50%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; */
}
.header__content {
    background-color: #1c1c1c;
    overflow: visible;
    position: relative;
}
.breakpoint-tablet .header__content {
    min-height: auto;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding-top: 10px;
    line-height: 46px;
}

@media screen and (max-width: 768px) {
    .header__inner {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
}

.primary-nav__logo {
    position: absolute;
    left: 0;
}
/* .home-link {
    background-image: url(../../assets/public/header/global-academy-logo-updated.png);
    background-size: 18.8rem 14rem;
	background-size:cover;
	background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    font: 0/0 a;
    height: 14rem;
    /*width: 18.8rem;
	width:20rem;
    vertical-align: top;
} */
.breakpoint-phone .home-link {
    max-width: 100px;
    padding-top: 0;
}

.breakpoint-tablet .home-link {
    /*background-image: url(../../assets/public/header/global-academy-logo-updated.png);
    background-size: 9.6rem 4rem;
    height: 4rem;
    width: 9.6rem;
	background-size: cover;
	height: 7rem;
	width: 11.6rem;
	background-repeat: no-repeat;*/
    max-width: 150px;
}
.header__copy {
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    max-width: 76rem;
    padding-top: 5rem;
    text-shadow: 1px solid red;
}
.header__copy p {
    text-shadow: 0 1px 3px #222;
}
.breakpoint-phone .header__copy,
.breakpoint-tablet .header__copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.header__copy p:first-child {
    font-size: 2.4rem;
    line-height: 3rem;
}
.breakpoint-tablet .header__copy p:first-child {
    font-size: 2rem;
    line-height: 2.8rem;
}
.breakpoint-phone .header__copy p:first-child {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.header__copy ul {
    padding-bottom: 0;
    padding-top: 0;
}
.header-collapsed--collapsed .header-collapsed__aware {
    /*display: none;*/
}
[data-collapse],
[data-expand] {
    color: #fff;
    -webkit-box-shadow: 0 -0.1em 0 #00aeef inset;
    box-shadow: inset 0 -0.1em 0 #00aeef;
    font-size: 1.4rem;
    text-align: center;
}
.breakpoint-desktop [data-collapse],
.breakpoint-desktop [data-expand],
.breakpoint-widescreen [data-collapse],
.breakpoint-widescreen [data-expand] {
    position: absolute;
    right: 3rem;
    bottom: 2.5rem;
}
[data-collapse] {
    display: block;
}
.header-collapsed--collapsed [data-collapse],
[data-expand] {
    display: none;
}
.header-collapsed--collapsed [data-expand] {
    display: block;
}
.breakpoint-tablet .intro-toggle,
.header-search-form {
    display: none;
}
.header-collapsed--collapsed .header-search-form {
    display: block;
}
.download-cart {
    position: relative;
}
.download-cart:focus {
    outline: none;
}
.download-cart__icon {
    margin-right: 0.5rem;
}
.download-cart span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -0.8rem;
    right: -1.1rem;
    border-radius: 10rem;
    height: 1.4rem;
    width: 1.4rem;
    background-color: #00aeef;
    text-align: center;
}
.download-cart__count {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-right: 0;
}
.primary-nav {
    background-color: #1c1c1c;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}
.breakpoint-phone .primary-nav {
    display: none;
}
.primary-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}
.primary-nav__list li {
    position: relative;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
	flex: 0 0 6.333%;
}

.primary-nav__list li:hover > ul.sub-menu {
    display: block;
}

.primary-nav__list li > a,
.primary-nav__link {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 0.5rem;
    text-decoration: none;
    position: relative;
    font-weight: 900;
}

.primary-nav__list li:not(:last-child) > a:after,
.primary-nav__link:after {
    content: "|";
    color: hsla(0, 0%, 100%, 0.5);
    padding-left: 20px;
    padding-left: 2rem;
}
.breakpoint-tablet .primary-nav__link:after {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 15px;
    padding-left: 1.5rem;
}
.primary-nav__list li:last-child .primary-nav__link:after {
    display: none;
}

.primary-nav__list li > ul,
.masthead-dropdown__wrapper {
    display: none;
    position: absolute;
    left: -1rem;
    z-index: 999;
}
.masthead-dropdown__wrapper--right {
    right: 0;
    left: auto;
}
.masthead-dropdown:hover .masthead-dropdown__wrapper {
    display: block;
}
.breakpoint-phone .masthead-dropdown:hover .masthead-dropdown__wrapper,
.breakpoint-tablet .masthead-dropdown:hover .masthead-dropdown__wrapper {
    display: none;
}

.primary-nav__list li > ul.sub-menu,
.masthead-dropdown__content {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px 0 rgba(42, 51, 83, 0.12), 0 5px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 35px 0 rgba(42, 51, 83, 0.12), 0 5px 15px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    position: relative;
    text-align: left;
    min-width: 20rem;
    /****/
    position: absolute;
    left: -1rem;
    z-index: 999;
}
.masthead-dropdown__list {
    font-size: 1.8rem;
}
.masthead-dropdown__list li {
    margin-bottom: 0.5rem;
}
.masthead-dropdown__list li:last-child {
    margin-bottom: 0;
}

.primary-nav__list li.current-menu-item a,
.primary-nav__list li:hover a {
    color: #36A7E9;
    /*text-decoration: underline;*/
}

.primary-nav__list li > ul.sub-menu li a,
.masthead-dropdown__list li a {
    text-decoration: none;
    color: #241F21;
    display: inline-block;
}
.masthead-dropdown__list li a:hover {
    text-decoration: underline;
}
.secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breakpoint-tablet .secondary-nav {
    margin-top: 0.7rem;
}
.breakpoint-phone .secondary-nav {
    display: none;
}
.secondary-nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 3rem;
    margin-right: 14px;
    text-align: right;
}
.secondary-nav__list li {
    margin-right: 2rem;
    /* line-height: 1em; */
}
.secondary-nav__list li:last-child {
    margin-right: 0;
}
.secondary-nav__list li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
}
.header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.header__nav li {
    margin-right: 2rem;
}
.header__nav li:last-child {
    margin-right: 0;
}
.header__nav li a {
    color: #fff;
    text-decoration: none;
}
.mobile-nav__toggle {
    display: none;
}
.breakpoint-phone .mobile-nav__toggle {
    display: block;
}
.mobile-nav__toggle-close,
.mobile-nav__toggle-menu {
    display: none;
    padding: 0.5rem 1rem;
    color: #000;
    font-size: 2rem;
}
.breakpoint-phone .mobile-nav__toggle-menu {
    display: block;
    padding: 5px;
    /* width: 33px;
    height: 33px; */
}
.mobile-nav__toggle--active .mobile-nav__toggle-menu {
    display: none;
}
.mobile-nav__toggle--active .mobile-nav__toggle-close {
    display: block;
}
.mobile-nav {
    display: none;
    width: 100%;
    padding: 3rem 2rem;
    text-align: center;
    margin-top: 40px;
    background: #6B767F;
}
.mobile-nav__primary-list {
    margin-bottom: 1rem;
	border-bottom: 1px solid #666;
}
.mobile-nav__primary-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #666;
}
.mobile-nav__primary-list li:last-child {
    margin-bottom: 0;
    border: none;
}
.mobile-nav__primary-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    display: inline-block;
}
.mobile-nav__secondary-list {
    font-size: 2rem;
}
.mobile-nav__secondary-list li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #666;
}
.mobile-nav__secondary-list li:last-child {
    margin-bottom: 0;
    border: none;
}
.mobile-nav__secondary-list li a,
.mobile-nav__secondary-list li button {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.mobile-nav__secondary-list li a:hover,
.mobile-nav__secondary-list li button:hover {
    text-decoration: underline;
}
.mobile-nav--open {
    display: block;
}
.footer-top {
    background-color: #414f58;
}
.footer-cc__image {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-block;
}
.footer-cc__copy {
    font-size: 1.4rem;
    color: #666;
}
.footer-cc__copy a {
    color: #241F21;
}
.partnerships__label {
    font-size: 1.4rem;
    color: #666;
}
.partnerships-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breakpoint-tablet .partnerships-images img {
    height: auto;
    max-height: 7rem;
    max-width: 15rem;
    width: auto;
}
.breakpoint-phone .partnerships-images img {
    height: auto;
    max-height: 5rem;
    max-width: 12rem;
    width: auto;
}
.newsletter-signup {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breakpoint-phone .newsletter-signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.breakpoint-tablet .newsletter-signup {
    margin-bottom: 2rem;
}
.newsletter-signup:after {
    background-color: #00aeef;
    content: "";
    height: 6px;
    height: 0.6rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
    top: -0.6rem;
}
.breakpoint-phone .newsletter-signup:after,
.breakpoint-tablet .newsletter-signup:after {
    height: 10px;
    height: 1rem;
    top: 0;
}
.newsletter-signup__copy {
    width: 50%;
    padding-right: 3rem;
}
.newsletter-signup__subscribe {
    width: 50%;
}
.breakpoint-phone .newsletter-signup__copy,
.breakpoint-phone .newsletter-signup__subscribe {
    width: 100%;
    padding-right: 0;
}
.newsletter-signup__heading {
    color: #241F21;
    font-size: 2.4rem;
    font-weight: 700;
}
.breakpoint-phone .newsletter-signup__heading {
    text-align: center;
}
.newsletter-signup__copy span {
    color: #666;
    font-size: 2rem;
}
.breakpoint-phone .newsletter-signup__copy span,
.breakpoint-tablet .newsletter-signup__copy span {
    text-align: center;
}
.newsletter-signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.8rem;
}
.breakpoint-phone .newsletter-signup-form,
.breakpoint-tablet .newsletter-signup-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    margin-bottom: 1rem;
}

#gform_2 input[type="text"],
#gform_2 input[type="email"],
.newsletter-signup-form__input {
    border: none;
    border-bottom: 1px solid #b4b4b4;
    font-size: 1.8rem;
	font-family: 'Libre Franklin', sans-serif;
    height: 4rem;
    line-height: 4rem;
    outline: none;
    padding-right: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}
.breakpoint-phone .newsletter-signup-form__input {
    font-size: 1.5rem;
}

#gform_submit_button_2 {
	font-family: 'Libre Franklin', sans-serif;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

#gform_submit_button_2,
.newsletter-signup-form__button {
    color: #666;
    font-weight: 700;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
}

#gform_submit_button_2:hover,
.newsletter-signup-form__button:hover {
    color: #241F21;
}
.breakpoint-phone .newsletter-signup-form__button {
    font-size: 1.5rem;
}
.footer-search__heading {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.breakpoint-phone .footer-search__heading,
.breakpoint-tablet .footer-search__heading {
    margin-bottom: 2rem;
    text-align: center;
}
.breakpoint-phone .footer-search__heading {
    font-size: 1.8rem;
    text-align: center;
}
.footer-search-links {
    border-top: 1px solid hsla(0, 0%, 93%, 0.1);
    padding-top: 3rem;
}
.footer-search-links__item {
    list-style-type: none;
    display: inline-block;
}
.breakpoint-phone .footer-search-links__item {
    margin-bottom: 2rem;
}
.footer-search-link {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3rem;
}
.footer-search-link--button {
    background-color: #36A7E9;
    padding: 0.3rem 0.9rem;
}
.footer-search-link__label {
    font-size: 1.5rem;
}
.breakpoint-phone .footer-search-link__label {
    font-size: 1.3rem;
}
.downloader {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.downloader--open {
    opacity: 1;
    pointer-events: all;
}
.downloader__close-overlay {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.downloader__close-overlay span {
    display: none;
}
.downloader__close {
    color: #666;
    font-size: 1.3rem;
    margin-top: 1rem;
    display: inline-block;
    float: right;
    text-decoration: none;
}
.downloader__close:focus,
.downloader__close:hover {
    color: #000;
    text-decoration: underline;
}
.downloader__content {
    background: #fff;
    padding: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 50%;
    z-index: 3;
    overflow-y: scroll;
}
.breakpoint-tablet .downloader__content {
    width: 80%;
}
.breakpoint-phone .downloader__content {
    width: 100%;
}
.downloader__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.downloader-posts {
    border-top: 2px solid #eaebeb;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
}
.downloader-posts--none {
    color: #36A7E9;
    font-size: 1.6rem;
    padding-top: 1.8rem;
}
.downloader-post {
    border-bottom: 1px solid #eaebeb;
    padding-top: 1rem;
    padding-bottom: 1.4rem;
}
.downloader-post:last-child {
    border: none;
}
.downloader-post__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-decoration: none;
}
.downloader-post__title:hover {
    text-decoration: underline;
}
.downloader-post__remove {
    background-color: #36A7E9;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0.3rem;
    padding: 0.3rem 1rem 0.5rem;
    text-align: center;
    float: right;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.downloader-post__remove:focus,
.downloader-post__remove:hover {
    background-color: #be171d;
}
.downloader-post__summary {
    color: #666;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    white-space: nowrap;
    width: calc(100% - 8rem);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.downloader__details {
    background-color: #eaebeb;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: -3rem;
    padding: 3rem;
}
.downloader__terms {
    font-size: 1.5rem;
}
.downloader__terms p {
    margin-bottom: 1rem;
}
.downloader__terms strong {
    font-weight: 700;
}
.downloader__terms-label {
    display: inline-block;
    font-weight: 700;
    margin-left: 0.8rem;
}
.downloader-user {
    font-size: 1.5rem;
    border-top: 1px solid #bbbcbc;
    margin-top: 2rem;
    padding-top: 2rem;
}
.downloader-user label {
    display: block;
}
.downloader-user__label {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.downloader-user input {
    border: 1px solid #999;
    display: block;
    padding: 0.8rem 1rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
}
.downloader-user__field--error {
    color: #36A7E9;
}
.downloader-user__field--error input {
    border-color: #36A7E9;
    color: #36A7E9;
}
.downloader__button {
    background-color: #36A7E9;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.9rem 1.8rem 1.2rem;
    text-align: center;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.downloader__button:focus,
.downloader__button:hover {
    background-color: #be171d;
}
.downloader__button--disabled,
.downloader__button--disabled:focus,
.downloader__button--disabled:hover {
    background-color: #36A7E9;
    cursor: disabled;
    opacity: 0.2;
    cursor: default;
}
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}
.choices:focus {
    outline: none;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(../../assets/public/choices/cross-inverse.46980de8.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #241F21 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(../../assets/public/choices/cross.26f0a45f.svg);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}
.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 4px 10px 6px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00aeef;
    color: #fff;
    word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}
.choices__list--dropdown.is-active {
    display: block;
}
.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
.choices__button:focus {
    outline: none;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
.choices__input:focus {
    outline: 0;
}
[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}
.choices__placeholder {
    opacity: 0.5;
}
.chart-selectors {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.chart-selectors .entity-selector {
    margin-left: 1rem;
    margin-right: 1rem;
}
.chart-selectors .date-range-selector {
    margin-left: 1rem;
}
.chart-selector {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    font-size: 1.5rem;
    height: 4rem;
}

.mobile-nav ul.sub-menu {
    display: none;
}

.cartmenu .viewcart {
    position: relative;
}

.cartmenu .fa {
    color: #fff;
}

.person-listing__details strong {
    font-weight: bold;
}

.home .section-heading {
    text-align: left;
}

.home .card__text-wrapper h3 {
    font-weight: bold;
    margin-bottom: 1em;
}

.home .card__text-wrapper p {
    margin-bottom: 1em;
}

.copy p i {
    font-style: italic;
}

section.error-404 {
    padding: 0 0 5rem !important;
    text-align: center;
}

section.error-404 header {
    display: block;
}

section.error-404 header h1 {
    font-size: 2em;
}

.copy p a u {
    text-decoration: none !Important;
}

.article__body div.embed-block div > div {
    position: relative;
}

.article__body div.embed-block div > div iframe {
    position: absolute;
    top: 0;
    left: 0;
}

p.feat-image {
    background: rgb(248, 247, 247);
    margin-bottom: 1.6rem;
    padding-bottom: 0;
}


p.feat-image span {
    font-size: 15px;
    padding: 10px 1em;
    font-style: italic;
    text-align: center;
    display: block;
}

.home-section h3 {
    font-size: 21px;
}

.home-section .grid-col--5 {
    margin-bottom: 7rem;
}

.match-height {
    
}

.social-menu {
    margin-right: 10px !important;
}


.breakpoint-phone .home .card-cell--medium {
    width: 100%;
        margin-bottom: 1rem;
}

.breakpoint-tablet .home .card-cell--medium .card {
    height: auto !important;
}

h2.recent {
    text-align: center !important;
    margin: 0 0 1em;
}

footer strong {
    font-weight: bold;
}

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.breakpoint-phone .archive .divider {
    display: none;
}

.person-listing__details span:not(:last-of-type):after {
    content: ',';
}

.breakpoint-phone  .article-group .card-wrapper--2 .card-cell {
    max-width: 50%;
}

h2 a {
    text-decoration: none;
    color: #241F21;
    line-height: 1.25em;
}

h2 a:hover {
    text-decoration: underline;
}

h3.sidebar-header {
    margin-bottom: 1em;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
}

.article__share span.blue-box__heading {
    font-size: 18px;
}

.sr-side-title,
.article__share span.blue-box__heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #241F21;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    h3.sidebar-header {
        font-size: 24px;
    }
}

.article__related .card__title,
.article-group.sidebar .card__title {
    font-size: 1.75rem;
    line-height: auto;
    /* font-weight: normal; */
}

.home .article-group.sidebar {
    margin-bottom: 0;
}

.home-sr-rel {
    list-style-type: inherit;
    padding-left: 1em;
}

.home-sr-rel li a {
    text-decoration: none;
    color: #666;
    font-size: 1.5rem;
}

.home-sr-rel li a:hover {
    text-decoration: underline;
}

.home-sr-rel li img {
    float: left;
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}

.single .copy .feat-image + p {
    font-style: italic;
}

/*CSS UPDATES*/

.search-results .filters h4 {
    display: none;;
}

/* CSS UPDATES 02/06/2002 */
.footer{
	background-color:#6B767F;
}

.footer .grid-wrapper {
	/* padding-left:5rem;
	padding-right:5rem; 
	padding-top: 2rem;*/
    padding-left: 30px;
    padding-right: 30px;
}

.footer .grid-wrapper .grid-row {
    max-width: 1440px;
    margin: 0 auto;
}

.footer .grid-wrapper .grid-row .grid-col {
    float: none;
    margin-bottom: 0;
}

.breakpoint-phone .footer .grid-wrapper{
	/* padding-left:3rem; 
	padding-right:0rem;*/
}
.footer .footer-menu-label{
	color:#fff;
	font-size:1.7rem;
}
.footer .footer-menu-label h4{
	margin-bottom:10px;
	font-weight:700;
    font-size: 17px;
}
.footer .footer-menu-label h4.footer-title-md{
	margin-bottom:20px;
}
.footer .footer-menu-label a,
.footer .footer-cc__copy,
.footer .footer-cc__copy a{
	text-decoration:none;
	color:#d6d6d6;
}
.mb-xxsmall{
	margin-bottom:.5rem;
}
.footer .footer-menu-label a:hover,
.footer .footer-cc__copy a:hover,
.secondary-nav__list a:hover{
	color:#36A7E9;
}
.footer .footer-menu-label a i{
	margin-right:5px;
}
.footer .footer-menu-label p{
	margin-bottom:10px;
}
.footer .footer-cc .footer-cc__image{
	width:4rem;
	height:4rem
}
.footer .footer-cc .footer-cc__image.un-img{
		width:70px;
	height:auto;
}
.footer .footer-cc .footer-cc__image.newsguard-img{
	width: auto;
	height: 4rem;
	margin-left: 10px;
}
.breakpoint-phone .card-cell--medium{
	width:100%;
}
@media(min-width:1024px){
	.secondary-nav__list .text-menu a,
	.secondary-nav .secondary-nav__list li a{
		font-size:16px;
		font-weight:600;
        color: #000;
	}
}
@media(max-width:767px){
	.mobile-nav--open .mobile-nav__secondary-list .text-menu a{
	font-size:2rem;
}
	.mobile-nav--open .mobile-nav__secondary-list .social-menu, 
	.mobile-nav--open .mobile-nav__secondary-list li:last-child{
		border-bottom: none;
display: inline-block;
width: 10%;
margin-top: 2rem;
	}
	.mobile-nav--open .mobile-nav__secondary-list li i._mi{
		font-size:1.5em!important;
	}
}
.mobile-nav__toggle-menu i{
    display: block;
	font-size: 30px;
}
.single-post .copy p{
	font-size:1.6rem;
}
.card__label,
.card__footer-section{
	/* color:#6B767F!important; */
}

.all-posts {
    display: grid;
    width: 100%;
    /* grid-auto-rows: 1fr; */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* padding-right: 3rem; */
}

.all-posts .card-cell {
    padding: 0;
    margin: 0;
}

#ctis-loading,
#infinite-handle {
    grid-column: span 4;
    height: 100px;
}

@media screen and (max-width: 1023px) {
    .all-posts {
        grid-template-columns: repeat(2, 1fr);
    }

    #ctis-loading,
    #infinite-handle {
        grid-column: span 2;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .all-posts {
        grid-template-columns: repeat(1, 1fr);
    }

    #ctis-loading,
    #infinite-handle {
        grid-column: span 1;
        height: 100px;
    }
}

.btn-container {
    display: flex;
    justify-content: center;
    margin: 3rem auto 9rem;
}

.btn-container .btn-more {
    line-height: 50px;
    text-decoration: none !important;
}

.btn-container .btn-more,
#infinite-handle span.ctis-load-more button {
    background: #1c1c1c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 2em;
    border-radius: 2px;
    box-shadow: 0 0 5px 0px #00000040;
}

.btn-container .btn-more:hover,
#infinite-handle span.ctis-load-more button:hover {
    background: #00AEF0;
}

@media screen and (max-width: 1024px) {
    .page-template-default .default-content .grid-col--9 {
        width: 80%;
    }
}

.home-link {
    display: block;
    line-height: 0;
    padding-top: 14px;
}

.home-link img {
    width: 100%;
    max-width: 180px;
}

#menu-item-4666 {
    padding-left: 6px;
}

#menu-item-4666,
#menu-item-4667,
#menu-item-4668 {
    margin-right: 8px;
}

#masthead .header__content {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

#masthead .primary-nav {
    background-color: #6b767f;
    padding-left: 30px;
    padding-right: 30px;
}

#masthead .header__content .grid-wrapper,
#masthead .primary-nav .grid-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

body:not(.home) section.maincontent {
    padding-top: 5rem;
    padding-left: 30px;
    padding-right: 30px;
}


section.maincontent .grid-wrapper {
    max-width: 1440px;
}

section.maincontent .grid-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.single .maincontent .grid-row {
    display: flex;
    width: 100%;
    gap: 30px;
}

.home-featured .card__summary > p {
    line-height: 1.5em;
    font-size: 20px;
}

.feat-perspective {
    display: inline;
    margin-left: 5px;
    padding-left: 7px;
    border-left: 1px solid #ddd;
}

.feat-perspective p {
    display: inline;    
    font-size: 15px !important;
    color: #6b767f;
}

.feat-perspective p:not(:last-child) {
    display: none;
}

.blog ul.home-posts li .card__text-wrapper p:first-of-type,
.blog ul.home-posts li .card__text-wrapper p:last-of-type {
    display: none;
}

.blog ul.home-posts li .card__overlay p {
    display: none;
}

.blog ul.home-posts li .card__overlay p:first-child,
.blog ul.home-posts li .card__overlay p:last-child {
    display: block;
}

.section__feature-articles .card-container,
ul.home-posts {
    display: flex;
    width: 100%;
    gap: 30px;
}
6
ul.home-posts .card-cell {
    padding-right: 0;
}

.grid-row.home-featured {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #f3f4f5;
    margin-bottom: 30px;
}

.grid-row.home-featured .grid-col--5 {
    max-width: 460px;
}

.grid-row.home-featured .card__label {
    font-size: 22px;
    font-weight: 700;
}

.blog h2.section-heading {
    text-transform: uppercase;
}

.grid-row.home-featured h2 {
    font-size: 30px;
    font-weight: 900;
}

.grid-row.home-featured .card__summary p {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 80%;
}

@media screen and (max-width: 768px) {

    .grid-row.home-featured .card__summary,
    .grid-row.home-featured .grid-col--5 {
        max-width: 100%;
    }
    
}

.grid-wrapper .default-content {
    display: flex;
    gap: 30px;
}

.single .article__labels {
    font-weight: 900;
}

.article-group.sidebar .card-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.article__related .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.footer .partnerships  {
    /* display: flex;
    gap: 30px;
    flex-wrap: wrap; */
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 50px;
}

.footer .partnerships .footer-menu-label {
    /* flex-grow: 1;
    width: auto; */
}

.footer-cc {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-cc .grid-col {
    display: flex;
    align-items: center;
}

.footer-cc .grid-col.grid-col--9 {
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    /* body:not(.home) section.maincontent {
        margin-top: 0;
    } */

    ul.side-nav li a {
        font-size: 18px;
    } 

    .article-group.sidebar .card-wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .article__related .card-wrapper {
        grid-template-columns: repeat(1,1fr);
    }

    .footer .partnerships {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer .grid-wrapper .grid-row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .footer .grid-wrapper .grid-row .grid-col {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }   

    .footer-cc .grid-col {
        justify-content: center;
    }

    .footer-cc__copy {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header__inner {
        padding-top: 24px;
    }
    
    .section__feature-articles .card-container,
    ul.home-posts {
        flex-direction: column;
    }

    .article__related .card-wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .single .maincontent .grid-row {
        flex-direction: column;
    }

    .grid-row.home-featured {
        flex-direction: column;
    }

    .grid-wrapper .default-content {
        flex-direction: column;
    }

    .footer .partnerships {
        grid-template-columns: 1fr;
    }
}


.newsguard-element {
    display: flex;
}

.newsguard-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0px 4px 0px 0px;
}

.newsguard-label {
    font-size: 15px;
    font-family: Sora, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: rgb(51, 85, 221);
    border-radius: 0px 4px 4px 0px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 0px 3px;
    height: 16px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsguard-label.large {
    height: 131px;
    font-size: 60px;
    padding: 0 20px;
}

.menu-item i._mi, .menu-item img._mi {
    vertical-align: initial;
}

.single-main {
    display: flex;
    flex-direction: column;
}

.single-cta {
    display: flex;
    gap: 0 !important;
    margin-top: 3em;
}

.single-cta .grid-col {
    float: none;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
}

.single-cta .grid-col a {
    font-size: 18px;
    font-weight: bold;
}

.single-cta .grid-col-a {
    background: #00aeef;
    color: #fff;
}

.single-cta .grid-col-a a {
    color: #fff;
}

@media screen and (max-width: 390px) {
    .single-main {
        flex-direction: column-reverse;
    }

    .single-cta .grid-col {
        width: 100% !important;
    }
}