@charset "UTF-8";

/***** Base *****/

* {
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    body > main {
        min-height: 65vh;
        margin-bottom: 60px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

a {
    color: rgba(0, 95, 185, 1);
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

input,
textarea {
    color: #000;
    font-size: 14px;
}

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

input:focus {
    border: 1px solid rgba(0, 95, 185, 1);
}

input[disabled] {
    background-color: #ddd;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(//theme.zdassets.com/theme_assets/617758/27f536d448438fdd88b4004a3223bcc153fb621d.svg) no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid rgba(0, 95, 185, 1);
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid rgba(0, 95, 185, 1);
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 90%;
    }
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

.error-page h1 {
    margin-bottom: 24px;
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle::after {
    color: inherit;
}


/***** Buttons *****/

.button,
[role="button"] {
    border: 1px solid rgba(0, 95, 185, 1);
    border-radius: 2px;
    color: rgba(0, 95, 185, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button,
    [role="button"] {
        width: auto;
    }
}

.button::after,
[role="button"]::after {
    color: rgba(0, 95, 185, 1);
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected="true"],
[role="button"]:hover,
[role="button"]:active,
[role="button"]:focus,
[role="button"][aria-selected="true"] {
    background-color: rgba(0, 95, 185, 1);
    color: #FFFFFF;
    text-decoration: none;
}

.button[aria-selected="true"]:hover,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:active,
[role="button"][aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:active {
    background-color: #002b53;
    border-color: #002b53;
}

.button[data-disabled],
[role="button"][data-disabled] {
    cursor: default;
}

.button-large,
input[type="submit"] {
    background-color: rgba(0, 95, 185, 1);
    border: 0;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 768px) {
    .button-large,
    input[type="submit"] {
        width: auto;
    }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #002b53;
}

.button-large[disabled],
input[type="submit"][disabled] {
    background-color: #ddd;
}

.button-secondary {
    color: #666;
    border: 1px solid #ddd;
    background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    color: #333333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.button-primary {
    color: #ffffff !important;
    min-width: min-content;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 0.25rem;
    border-width: 0;
    box-shadow: inset 0 0 0 1px #008255;
    padding: 0.5rem 1rem;
    font-family: Gotham-Bold, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    background-color: #008255;
    text-decoration: none;
    width: 182px;
    height: 44px;
    border-radius: 2px;
}

.button-primary:hover {
background-color: #40ad87; 
  text-decoration: none!important;
  box-shadow:none;
}

.question-submit {
    text-align: left;
    margin: 32px 0;
    color: #000000;
}

.question-submit h1 {
    font: normal 22px/32px ChronicleDisplay-Semi;
}

.question-submit p {
    font: normal 16px/24px Gotham-Book;
}

.question-submit .button-primary {
    margin: 12px 0;
}

@media (min-width: 768px) {
    .question-submit {
        text-align: center;
        margin: 48px 0 32px 0;
    }
    .question-submit h1 {
        font: normal 32px/42px ChronicleDisplay-Semi;
    }
    .question-submit p {
        font: normal 18px/24px Gotham-Book;
    }
    .question-submit .button-primary {
        margin: 24px 0;
    }
}


/***** Tables *****/

.table {
    width: 100%;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th,
.table th a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td,
    .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td,
    .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

h1.submit-title {
    font: normal 32px/42px GothamBody;
}


/***** Forms *****/

.form {
    max-width: 650px;
}

.form-field ~ .form-field {
    margin-top: 25px;
}

.form-field label {
    display: block;
    font: normal 16px/24px GothamBody;
    margin-bottom: 5px;
}

.form-field input {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
}

.form-field input:focus {
    border: 1px solid rgba(0, 95, 185, 1);
}

.form-field input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.form-field input[type="text"]:focus {
    border: 1px solid rgba(0, 95, 185, 1);
}

.form-field input[type="checkbox"] {
    width: auto;
}

.form-field .nesty-input {
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}

.form-field .nesty-input:focus {
    border: 1px solid rgba(0, 95, 185, 1);
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px;
}

.form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

.form-field p {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
    background: transparent url(//theme.zdassets.com/theme_assets/617758/6aae8ce36967837f706ac36deff4b753e43977a4.gif) 99% 50% no-repeat;
    background-size: 16px 16px;
}

.form footer {
    margin-top: 40px;
    padding-top: 30px;
}

.form footer a {
    color: #666;
    cursor: pointer;
    margin-right: 15px;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #002b53;
}


/***** Header *****/


/*
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(0, 95, 185, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 95, 185, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(0, 95, 185, 1);
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}
*/


/***** User info in header *****/


/*
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(0, 95, 185, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(0, 95, 185, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(0, 95, 185, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/

.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.avatar .icon-agent::before {
    background-color: rgba(0, 95, 185, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: #FFFFFF;
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

.h2-heading {
    font: normal 36px/45px ChronicleDisplay-Semi;
    padding: 12px 0 24px;
    color: #000000;
}

@media (min-width: 768px) {
    .h2-heading {
        text-align: center;
    }
}


/**** Accordion Simple ****/


/* all */

.qa > * {
    margin: 0;
    padding: 8px 16px;
    font: normal 16px/24px GothamBody;
    color: #000000;
}


/* questions */

.qa > h3 {
    cursor: pointer;
    border-top: 1px solid #eee;
    color: #000000;
    position: relative;
    font-weight: bold;
}

.qa > h3:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    color: #000000;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
}

.qa > h3:first-of-type {
    border: none;
}


/* Hide all answers */

.qa > div {
    display: none;
}

.qa > div > p {
    margin-bottom: 12px;
}


/***** Breadcrumbs *****/

.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li {
    color: #666;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
}

.breadcrumbs li a:visited {
    color: rgba(0, 95, 185, 1);
}


/***** Search field *****/

.search {
    position: relative;
}

.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    color: #999;
    height: 44px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #dcdcde;
}

[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.search input[type="search"]:focus {
    border: 1px solid rgba(0, 95, 185, 1);
    color: #555;
}

.search::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #ddd;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 15px;
}

[dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}

.search-full input[type="search"] {
    border: 1px solid #fff;
}


/***** Hero component *****/

.hero {
    width: 1280px;
    height: 284px;
    background-color: #eef7ff;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.hero-text {
    color: #000000;
    position: relative;
    top: 10%;
    max-width: 710px;
    margin: 0 auto;
}

.hero .search #query {
    border-color: #8b8c8f;
    height: 48px;
    font: normal 15px/18px GothamBody;
}

.hero .search {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}

.hero-text h1 {
    font: normal 24px/28px Gotham-Bold;
    padding-top: 4vw;
}

.hero-text p {
    font: normal 16px/31px Gotham-Book;
    padding-top: 5px;
}

.hero-inner {
    position: relative;
    top: 15%;
    max-width: 710px;
    border: Inside, 1px;
    margin: 0 auto;
}

@media (min-width: 1440px) {
    .hero-text h1 {
        padding-top: 2.75vw;
    }
}

@media (max-width: 768px) {
    .hero {
        height: 225px;
        text-align: left;
    }
    .hero-text {
        top: 10%;
    }
    .hero-text p {
        font: normal 16px/24px GothamBody;
    }
}


/** Instant Answers **/

.instant-answers {
    text-align: center;
    color: #000000;
}

.instant-answers h2 {
    font: normal 42px/54px ChronicleDisplay-Semi;
}

.instant-answers p.sub-heading {
    font: normal 24px/32px Gotham-Book;
}

.flex-grid {
    display: flex;
    margin: 30px 0 20px 0;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.flex-grid-single {
    display: flex;
    margin: 30px 0 20px 0;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.col {
    justify-content: center;
    padding: 20px;
    margin-right: 20px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 0 calc(25% - 20px);
}

@media (max-width: 768px) {
    .flex-grid {
        flex-direction: column;
        flex-basis: 100%;
    }
    .flex-grid-single {
        margin: 0px 0 20px 0;
        flex-direction: column;
        flex-basis: 100%;
    }
    .col {
        flex-basis: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .col:last-child {
        margin-bottom: 0px;
    }
}

.teal-light {
    width: 285px;
    background-color: #fff7ea;
}

h3.column-header {
    font: normal 16px/28px Gotham-Book;
    margin-bottom: 12px;
    text-align: left;
}

p.column-text {
    font: normal 13px/24px Gotham-Book;
    color: #000000;
    text-align: left;
}

a.see-more {
    padding-top: 24px;
    margin-top: auto;
    text-align: left;
    color: #005fb9;
}

a.see-more:after {
    content: '\27A1';
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    position: absolute;
    color: #005fb9;
    margin: 2px 0 0 4px;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 10px 0 24px 0;
        text-align: center;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
    .page-header h1 {
        font: normal 54px/62px GothamBody;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}

.page-header-description {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px 0;
    word-break: break-word;
    font: normal 24px/32px GothamBody;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}

.sub-nav input[type="search"]::after {
    font-size: 15px;
}


/***** Blocks *****/


/* Used in Homepage#categories and Community#topics */

.block-container {
    top: 25%;
    position: relative;
}

@media (max-width: 768px) {
    .block-container {
        display: none;
    }
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 780px;
    margin: 0 auto;
}

.blocks-item {
    border: 1px solid white;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    flex-basis: auto;
    justify-content: center;
    margin: 0 0 24px;
    width: auto;
    text-align: center;
}

.blocks-item:hover {
    border-color: #005fb9;
}

@media (min-width: 768px) {
    .blocks-item {
        margin: 0 15px 12px;
    }
}

.blocks-item h4 {
    font-size: 13px;
}

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: #333333;
}

a.blocks-item-link {
    color: white!important;
    padding: 12px;
}

a.blocks-item-link:hover,
a.blocks-item-link:focus {
    text-decoration: none!important;
    color: #005fb9!important;
}

.blocks-item-title {
    margin-bottom: 0;
}

.blocks-item-description {
    font-weight: 300;
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
}


/***** Homepage *****/

.section {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 32px;
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center;
}


/***** Promoted articles *****/

.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }
    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    border-bottom: 1px solid #ddd;
    color: #333333;
    display: block;
    padding: 15px 0;
}

.promoted-articles-item:last-child a {
    border: 0;
}

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
}


/***** Community section in homepage *****/

.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(//theme.zdassets.com/theme_assets/617758/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.community,
.activity {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}


/***** Recent activity *****/

.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
    font: normal 33px/52px GothamBody;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
}

.recent-activity-item-parent,
.recent-activity-item-link {
    margin: 6px 0;
    color: #333333;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .recent-activity-item-parent,
    .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}

.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }
    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time,
.recent-activity-item-comment {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    color: rgba(0, 95, 185, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}


/***** Category pages *****/

.category-container {
    display: flex;
    justify-content: flex-end;
}

.category-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 100%;
    }
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-tree .section {
    flex: initial;
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree .icon-lock::before {
    vertical-align: baseline;
}

.section-tree-title {
    margin: 12px 0;
    font: normal 24px/32px GothamBody;
}

.section-tree-title a {
    color: #464646!important;
}

.section-tree-title a:hover {
    text-decoration: none!important;
}

@media (min-width: 768px) {
    .section-tree-title {
        margin: 12px 0;
        text-align: center;
        font: normal 33px/52px GothamBody;
    }
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.article-list-item a {
    color: #333333;
}

.article-list-link:before {
    content: '\25BB';
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    color: #005fb9;
    float: right;
    font-size: 18px;
    margin: 3px 5px 0 0;
}

.icon-star::before {
    color: rgba(0, 95, 185, 1);
    font-size: 18px;
}


/***** Section pages *****/

.section-container {
    display: flex;
    justify-content: flex-end;
}

.section-content {
    flex: 1;
}

.section-subscribe .dropdown-toggle::after {
    display: none;
}


/***** Article *****/

.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        flex: 1 0 100%;
        max-width: 1024px;
        min-width: 640px;
        padding: 0 30px;
    }
}

.article-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .article-container {
        flex-direction: row;
    }
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: 12px;
}

.article-header h1 {
    margin-bottom: 6px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

.article-author {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.article [role="button"] {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role="button"] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    vertical-align: middle;
}

.article-body p {
    margin-bottom: 12px;
}

.article-body img {
    height: auto;
    max-width: 100%;
}

.article-body ul,
.article-body ol {
    list-style-type: decimal;
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body a:visited {
    color: #002b53;
}

.article-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.article-body > p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.8;
    margin: 12px 0;
    word-wrap: break-word;
    font-size: 16px;
}

.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-comment-count {
    color: #666;
    font-weight: 300;
}

.article-comment-count:hover {
    text-decoration: none;
}

.article-comment-count .icon-comments {
    color: rgba(0, 95, 185, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        flex: 0 0 17%;
        height: auto;
    }
}

.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .article-relatives {
        flex-direction: row;
    }
}

.article-relatives > * {
    margin-right: 0;
}

.article-relatives > *:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .article-relatives > * {
        margin-right: 20px;
    }
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid #005fb9;
    color: #005fb9;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    color: #005fb9;
    /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
    background-color: transparent;
    color: #005fb9;
}

.article-vote:hover {
    background-color: #005fb9;
    text-decoration: none !important;
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
    color: #FFFFFF;
}

.article-vote-up::before {
    content: "\2713";
}

.article-vote-down::before {
    content: "\2715";
}

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}

.article-return-to-top {
    border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    color: #333333;
    display: block;
    padding: 20px 0;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
    text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}

.article-unsubscribe {
    background-color: rgba(0, 95, 185, 1);
    color: #FFFFFF;
    text-decoration: none;
}

.article-unsubscribe:hover {
    background-color: #002b53;
    border-color: #002b53;
}

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.sidenav-item {
    border-radius: 2px;
    color: #333333;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
    background-color: rgba(0, 95, 185, 1);
    color: #FFFFFF;
    text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}

.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
}


/***** Attachments *****/


/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
    margin-bottom: 0;
}

.attachments .attachment-item::before {
    color: #333333;
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
    left: auto;
    right: 0;
}

.upload-dropzone span {
    color: #666;
}


/***** Social share links *****/

.share {
    padding: 0;
    white-space: nowrap;
}

.share li,
.share a {
    display: inline-block;
}

.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
}

.share a::before {
    color: #666;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

.share a:hover {
    text-decoration: none;
}

.share a:hover::before {
    color: #005fb9;
}

.share-twitter::before {
    content: "\e901";
}

.share-facebook::before {
    content: "\e903";
}

.share-linkedin::before {
    content: "\e900";
}

.share-googleplus::before {
    content: "\e902";
}


/***** Comments *****/


/* Styles comments inside articles, posts and requests */

.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    color: #666;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: rgba(0, 95, 185, 1);
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter a {
    color: #666;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}

[dir="rtl"] .comment-sorter {
    float: left;
}

.comment-wrapper {
    display: flex;
    position: relative;
}

.comment-wrapper.comment-official {
    border: 1px solid rgba(0, 95, 185, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    flex: 1 0 auto;
}

.comment-labels {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir="ltr"] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type="submit"] {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type="submit"] {
        margin-left: 15px;
    }
    [dir="rtl"] .comment-form-controls input[type="submit"] {
        margin-left: 0;
        margin-right: 15px;
    }
}

.comment-form-controls input[type="checkbox"] {
    margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs + textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: rgba(0, 95, 185, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

.comment-body img {
    height: auto;
    max-width: 100%;
}

.comment-body ul,
.comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body a:visited {
    color: #002b53;
}

.comment-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.comment-mark-as-solved {
    display: inline-block;
}


/***** Vote *****/


/* Used in article comments, post comments and post */

.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}

.vote a {
    outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
    text-decoration: none;
}

.vote-sum {
    color: #666;
    display: block;
    margin: 3px 0;
}

[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
    color: rgba(0, 95, 185, 1);
}

.vote-up::before,
.vote-down::before {
    color: #666;
    font-size: 24px;
}

.vote-up::before {
    content: "\2B06";
}

.vote-down::before {
    content: "\2B07";
}

.vote-voted::before {
    color: rgba(0, 95, 185, 1);
}

.vote-voted:hover::before {
    color: #002b53;
}


/***** Actions *****/


/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
    text-align: center;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
    background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
    background-color: transparent;
    border-radius: 50%;
    color: #666;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}


/***** Community *****/

.community-hero {
    background-image: url(//theme.zdassets.com/theme_assets/617758/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-featured-posts,
.community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

.community-header h4 {
    margin-bottom: 0;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}


/* Community topics grid */

.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}


/* Community topic page */

.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 10px;
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

.posts-list {
    margin-bottom: 30px;
}


/* Topic, post and user follow button */

.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: rgba(0, 95, 185, 1);
}

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(0, 95, 185, 1);
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
    background-color: #002b53;
    border-color: #002b53;
}

.community-follow [role="button"]::after {
    border-left: 1px solid rgba(0, 95, 185, 1);
    content: attr(data-follower-count);
    color: rgba(0, 95, 185, 1);
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(0, 95, 185, 1);
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}


/***** Striped list *****/


/* Used in community posts list and requests list */

.striped-list {
    padding: 0;
}

.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    color: rgba(0, 95, 185, 1);
    margin-bottom: 10px;
    margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #002b53;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: #666;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: "·";
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: #333333;
        display: block;
        font-weight: 400;
    }
}


/***** Status labels *****/


/* Styles labels used in posts, articles and requests */

.status-label {
    background-color: #1eb848;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
    text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: rgba(0, 95, 185, 1);
}

.status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
}

[dir="rtl"] .status-label-official {
    left: 30px;
    right: auto;
}

.status-label-pending,
.status-label-not-planned {
    background-color: #eee;
    color: #666;
}

.status-label-pending {
    text-align: center;
}

.status-label-open {
    background-color: #e03b30;
}

.status-label-closed {
    background-color: #ddd;
}

.status-label-solved {
    background-color: #999;
}

.status-label-new {
    background-color: #ffd12a;
}

.status-label-hold {
    background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
    text-transform: lowercase;
}


/***** Post *****/


/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}

.post-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: flex;
    margin-bottom: 40px;
}

.post-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .post-info {
    padding-right: 0;
    padding-left: 20px;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir="rtl"] .post-meta {
    margin-left: 0;
    margin-right: 10px;
}

.post-body img {
    height: auto;
    max-width: 100%;
}

.post-body ul,
.post-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body a:visited {
    color: #002b53;
}

.post-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.post-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.post-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    color: #666;
    font-weight: 300;
}

.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    color: rgba(0, 95, 185, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.post-sidebar {
    border-top: 1px solid #ddd;
    flex: 1;
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .post-sidebar {
        border: 0;
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
    }
    [dir="rtl"] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar h5 {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .post-sidebar h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}


/* Navigation element that collapses on mobile */

.collapsible-nav {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-direction: column;
    max-height: 45px;
    overflow: hidden;
    font-size: 14px;
}

.collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
}

.collapsible-nav-list {
    display: flex;
    flex-direction: row;
}

.collapsible-nav-list li {
    color: #333333;
    line-height: 45px;
    order: 1;
}

.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
}

[dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
}

.collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
    color: #333333;
    display: block;
}

.collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
}

.collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
}

.collapsible-nav-list li[aria-selected="true"] {
    position: relative;
    border-bottom: 4px solid rgba(0, 95, 185, 1);
    order: 1;
    padding: 15px 0 11px 0;
}

.collapsible-nav-list li[aria-selected="true"] a {
    color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 0;
}

.collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
    left: 0;
    right: auto;
}

.collapsible-nav[aria-expanded="true"] {
    max-height: none;
}


/*.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}*/


/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
    flex: 1;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 1024px) {
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
}

.collapsible-sidebar[aria-expanded="true"] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    content: "\2715";
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
        display: none;
    }
}

.collapsible-sidebar-title {
    margin-top: 0;
}

.collapsible-sidebar-title::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 10px;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-title::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-sidebar-title::after {
    left: 10px;
    right: auto;
}


/***** My activities *****/

.my-activities-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }
}

.my-activities-sub-nav li[aria-selected="true"] {
    border-color: rgba(0, 95, 185, 1);
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {
    .my-activities-table th:first-child,
    .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(: first-child) {
        display: table-cell;
    }
}


/* Requests table */

.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }
    [dir="rtl"] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    max-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .organization-subscribe,
    .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }
    [dir="rtl"] .requests-table-toolbar .organization-subscribe,
    [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-unsubscribe {
    background-color: rgba(0, 95, 185, 1);
    color: #FFFFFF;
}

.requests-table-toolbar + .requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
    content: "";
    margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
    margin-top: 20px;
}

.requests-table-toolbar + .requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-meta {
        display: none;
    }
}

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    font-size: 10px;
}


/* Following table */

.subscriptions-unsubscribe a {
    background: rgba(0, 95, 185, 1);
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

.subscriptions-unsubscribe a:hover {
    background-color: #002b53;
    text-decoration: none;
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: flex;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}


/* Contributions table */

.contributions-table td:last-child {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: #666;
}


/***** Request *****/

.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

.request-breadcrumbs {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.request-main {
    flex: 1 0 auto;
    order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    padding: 8px 15px;
    width: 100%;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .comment-show-container-content {
    align-self: center;
    color: #666;
    margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
    border: 1px solid rgba(0, 95, 185, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .comment-ccs + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
    border-top: 1px solid rgba(0, 95, 185, 1);
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}

.request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    order: 0;
}

@media (min-width: 1024px) {
    .request-sidebar {
        background-color: #f7f7f7;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
}

.request-sidebar h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h5 {
        display: none;
    }
}

.request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
}

.request-details:last-child {
    border: 0;
}

.request-details dt,
.request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.request-details dd {
    padding: 0 10px;
    width: 60%;
}

.request-details dd::after {
    content: "\A";
    white-space: pre;
}

.request-details dt {
    color: #666;
    font-weight: 300;
    width: 40%;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
    width: 100%;
}

.request-attachments dd {
    margin: 10px 0 0 0;
}

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}


/***** Pagination *****/

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    border-radius: 50%;
    height: 40px;
    float: left;
    margin-left: 5px;
    width: 40px;
}

@media (min-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
    }
}

[dir="rtl"] .pagination li {
    float: right;
}

.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
    color: #333333;
    text-decoration: none;
}

.pagination a,
.pagination span {
    font-size: 15px;
    color: #666;
    padding: 10px 12px;
}

@media (min-width: 768px) {
    .pagination a,
    .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.pagination-current {
    background-color: rgba(0, 95, 185, 1);
}

.pagination-current a,
.pagination-current span {
    color: #FFFFFF;
}

.pagination-first {
    border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}

.pagination-last {
    border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}


/***** Metadata *****/

.meta-group {
    display: block;
}

.meta-group * {
    display: inline;
}

.meta-data {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}


/***** Icons *****/

[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
    content: "\1F512";
}

.icon-star::before {
    content: "\2605";
}

.icon-linkedin::before {
    content: "\e900";
}

.icon-twitter::before {
    content: "\e901";
}

.icon-googleplus-::before {
    content: "\e902";
}

.icon-facebook::before {
    content: "\e903";
}

.icon-agent::before {
    content: "\1F464";
}

.icon-close::before {
    content: "\2715";
}

.icon-arrow-up::before {
    content: "\2B06";
}

.icon-arrow-down::before {
    content: "\2B07";
}

.icon-attachments::before {
    content: "\1F4CE";
}

.icon-comments::before {
    content: "\1F4AC";
}

.icon-search::before {
    content: "\1F50D";
}

.icon-vote::before {
    content: "\1F44D";
}

.icon-handle::before {
    content: "\25BE";
}

.icon-check::before {
    content: "\2713";
}

.icon-gear::before {
    content: "\2699";
}

.icon-menu::before {
    content: "\2630";
}

.icon-article::before {
    content: "\1F4C4";
}

.icon-post::before {
    content: "\1F4D4";
}

.icon-notification-alert::before {
    content: "\26A0";
}

.icon-notification-error::before {
    content: "\00D7";
}

.icon-notification-info::before {
    content: "\2139";
}

.icon-notification-success::before {
    content: "\2714";
}


/* User Profiles */

.profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}

.profile-avatar .icon-agent::before {
    bottom: 0;
    right: 0;
}

.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }
    [dir="rtl"] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }
    .profile-header .options >:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
    [dir="rtl"] .profile-header .options >:not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}

.profile-header .options [data-action="edit-profile"] {
    background-color: rgba(0, 95, 185, 1);
    border: 0;
    color: #FFFFFF;
    line-height: normal;
    padding: 8px 20px;
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 15px 0;
    flex-basis: 100%;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    color: #666;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(: last-child) {
        margin-right: 40px;
    }
    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(: last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(0, 95, 185, 1);
    border-radius: 2px;
    color: rgba(0, 95, 185, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}

.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    vertical-align: middle;
    line-height: 15px;
}

@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}

.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 37px;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #666;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }
    [dir="rtl"] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}

.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    padding: 20px 0;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }
    [dir="rtl"] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }
    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(: last-child) {
        border-left: 1px solid #ddd;
    }
    [dir="rtl"] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}

.profile-activity::before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity::before {
        left: -14px;
    }
    [dir="rtl"] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}


/***** Search results *****/

.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}

.no-results-img {
    display: block;
    margin: 16px auto;
}

.search-results-column {
    flex: 1;
}

.search-results-list {
    margin-bottom: 25px;
    font-size: 16px;
}

.search-results-list > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.search-result-link:after {
    content: '\25BB';
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    color: #005fb9;
    float: right;
    font-size: 18px;
    margin: 3px 5px 0 0;
}

.search-result-description {
    margin-top: 10px;
}

.search-result-votes,
.search-result-meta-count {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
    color: rgba(0, 95, 185, 1);
}

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
    content: "·";
    display: inline-block;
    margin: 0 5px;
}


/* NDS.CSS */

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.e724de4fc1.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.7f1c060ce9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.42724694dc.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e0ba4e7a5d.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e1ff8d2caa.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.a3ec3a1b00.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.4acbe39a07.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.7109cf1497.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.1b92743fa9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.c038114ea7.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.15f207a438.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.7109cf1497.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.1b92743fa9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.c038114ea7.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.15f207a438.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.e724de4fc1.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.7f1c060ce9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.42724694dc.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.e724de4fc1.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.7f1c060ce9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.42724694dc.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e0ba4e7a5d.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e1ff8d2caa.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.a3ec3a1b00.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.4acbe39a07.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--critical.290b41e2b5.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--critical.8d064482cd.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--full.7a6c05c892.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--full.8eeef1bca6.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.7109cf1497.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.1b92743fa9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamDisplay;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.c038114ea7.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--full.15f207a438.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.e724de4fc1.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.7f1c060ce9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.42724694dc.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.e724de4fc1.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.7f1c060ce9.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.42724694dc.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e0ba4e7a5d.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--critical.e1ff8d2caa.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.a3ec3a1b00.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-BookItalic--full.4acbe39a07.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--critical.290b41e2b5.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--critical.8d064482cd.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamBody;
    src: url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--full.7a6c05c892.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--full.8eeef1bca6.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Roman--critical.780f30b88c.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Roman--critical.5b57fca314.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Roman--full.50e7c9ca9f.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Roman--full.25d0b22ecb.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--critical.8bdedace18.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--critical.44c36a0bc5.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--full.10de1da8ef.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--full.c3aec4fda5.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--critical.8bdedace18.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--critical.44c36a0bc5.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Chronicle;
    src: url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--full.10de1da8ef.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/Chronicle-Semibold--full.c3aec4fda5.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Roman--critical.6753eee13a.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Roman--critical.2a17e7b73c.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Roman--full.3046626d73.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Roman--full.2fa24717bb.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--critical.1f37f0a668.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--critical.5c039bb622.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--full.fb754be919.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--full.0cff30dae1.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--critical.1f37f0a668.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--critical.5c039bb622.woff) format("woff");
    unicode-range: u+00-a0, u+a9, u+ae, u+b2-b3, u+b7, u+b9, u+bb, u+bd, u+200b, u+2013-2014, u+2018-2019, u+201c-201d, u+2022, u+2026, u+2120, u+2122, u+25b6, u+2696, u+2713, u+272d, u+1f???;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Chronicle Display;
    src: url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--full.fb754be919.woff2) format("woff2"), url(https://www.nerdwallet.com/cdn/fonts/ChronicleDisplay-Semibold--full.0cff30dae1.woff) format("woff");
    unicode-range: u+a1-a8, u+aa-ad, u+af-b1, u+b4-b6, u+b8, u+ba, u+bc, u+be-200a, u+200c-2012, u+2015-2017, u+201a-201b, u+201e-2021, u+2023-2025, u+2027-211f, u+2121, u+2123-25b5, u+25b7-2695, u+2697-2712, u+2714-272c, u+272e-1efff, u+20000-fffff;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(https://www.nerdwallet.com/cdn/fonts/fontawesome-webfont.eot);
    src: url(https://www.nerdwallet.com/cdn/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(https://www.nerdwallet.com/cdn/fonts/fontawesome-webfont.woff) format("woff"), url(https://www.nerdwallet.com/cdn/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://www.nerdwallet.com/cdn/fonts/fontawesome-webfont.svg#tisa) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SSSocialCircle;
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-social-circle.eot);
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-social-circle.eot?#iefix) format("embedded-opentype"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-circle.woff) format("woff"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-circle.ttf) format("truetype"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-circle.svg#SSSocialCircle) format("svg");
    font-weight: 400;
    font-style: normal
}

.ss-icon,
.ss-icon.ss-social-circle,
[class*=" ss-"].right:after,
[class*=" ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle:before,
[class*=" ss-"]:before,
[class^=ss-].right:after,
[class^=ss-].ss-social-circle.right:after,
[class^=ss-].ss-social-circle:before,
[class^=ss-]:before {
    font-family: SSSocialCircle;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: SSSocialRegular;
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-social-regular.eot);
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-social-regular.eot?#iefix) format("embedded-opentype"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-regular.woff) format("woff"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-regular.ttf) format("truetype"), url(https://www.nerdwallet.com/cdn/fonts/ss-social-regular.svg#SSSocialRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

.ss-icon,
.ss-icon.ss-social-regular,
[class*=" ss-"].right:after,
[class*=" ss-"].ss-social-regular.right:after,
[class*=" ss-"].ss-social-regular:before,
[class*=" ss-"]:before,
[class^=ss-].right:after,
[class^=ss-].ss-social-regular.right:after,
[class^=ss-].ss-social-regular:before,
[class^=ss-]:before {
    font-family: SSSocialRegular;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.ss-facebook.right:after,
.ss-facebook:before {
    content: "\F610"
}

.ss-twitter.right:after,
.ss-twitter:before {
    content: "\F611"
}

.ss-linkedin.right:after,
.ss-linkedin:before {
    content: "\F612"
}

.ss-googleplus.right:after,
.ss-googleplus:before {
    content: "\F613"
}

.ss-appdotnet.right:after,
.ss-appdotnet:before {
    content: "\F614"
}

.ss-zerply.right:after,
.ss-zerply:before {
    content: "\F615"
}

.ss-reddit.right:after,
.ss-reddit:before {
    content: "\F616"
}

.ss-steam.right:after,
.ss-steam:before {
    content: "\F617"
}

.ss-tumblr.right:after,
.ss-tumblr:before {
    content: "\F620"
}

.ss-wordpress.right:after,
.ss-wordpress:before {
    content: "\F621"
}

.ss-blogger.right:after,
.ss-blogger:before {
    content: "\F622"
}

.ss-posterous.right:after,
.ss-posterous:before {
    content: "\F623"
}

.ss-quora.right:after,
.ss-quora:before {
    content: "\F624"
}

.ss-youtube.right:after,
.ss-youtube:before {
    content: "\F630"
}

.ss-vimeo.right:after,
.ss-vimeo:before {
    content: "\F631"
}

.ss-vine.right:after,
.ss-vine:before {
    content: "\F633"
}

.ss-letterboxd.right:after,
.ss-letterboxd:before {
    content: "\F632"
}

.ss-flickr.right:after,
.ss-flickr:before {
    content: "\F640"
}

.ss-instagram.right:after,
.ss-instagram:before {
    content: "\F641"
}

.ss-500px.right:after,
.ss-500px:before {
    content: "\F642"
}

.ss-etsy.right:after,
.ss-etsy:before {
    content: "\F682"
}

.ss-pinterest.right:after,
.ss-pinterest:before {
    content: "\F650"
}

.ss-svpply.right:after,
.ss-svpply:before {
    content: "\F651"
}

.ss-readmill.right:after,
.ss-readmill:before {
    content: "\F652"
}

.ss-dropbox.right:after,
.ss-dropbox:before {
    content: "\F653"
}

.ss-pinboard.right:after,
.ss-pinboard:before {
    content: "\F654"
}

.ss-delicious.right:after,
.ss-delicious:before {
    content: "\F655"
}

.ss-dribbble.right:after,
.ss-dribbble:before {
    content: "\F660"
}

.ss-behance.right:after,
.ss-behance:before {
    content: "\F661"
}

.ss-github.right:after,
.ss-github:before {
    content: "\F670"
}

.ss-octocat.right:after,
.ss-octocat:before {
    content: "\F671"
}

.ss-stackoverflow.right:after,
.ss-stackoverflow:before {
    content: "\F672"
}

.ss-paypal.right:after,
.ss-paypal:before {
    content: "\F680"
}

.ss-kickstarter.right:after,
.ss-kickstarter:before {
    content: "\F681"
}

.ss-foursquare.right:after,
.ss-foursquare:before {
    content: "\F690"
}

.ss-yelp.right:after,
.ss-yelp:before {
    content: "\F691"
}

.ss-skype.right:after,
.ss-skype:before {
    content: "\F6A0"
}

.ss-rdio.right:after,
.ss-rdio:before {
    content: "\F6B0"
}

.ss-spotify.right:after,
.ss-spotify:before {
    content: "\F6B1"
}

.ss-lastfm.right:after,
.ss-lastfm:before {
    content: "\F6B2"
}

.ss-soundcloud.right:after,
.ss-soundcloud:before {
    content: "\F6B3"
}

.ss-apple.right:after,
.ss-apple:before {
    content: "\F8FF"
}

.ss-microsoft.right:after,
.ss-microsoft:before {
    content: "\F6F1"
}

.ss-windows.right:after,
.ss-windows:before {
    content: "\F6F2"
}

.ss-android.right:after,
.ss-android:before {
    content: "\F6F3"
}

.ss-blackberry.right:after,
.ss-blackberry:before {
    content: "\F6F4"
}

.ss-fivehundredpx.right:after,
.ss-fivehundredpx:before {
    content: "\F642"
}

@font-face {
    font-family: SSStandard;
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-standard.eot);
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-standard.eot?#iefix) format("embedded-opentype"), url(https://www.nerdwallet.com/cdn/fonts/ss-standard.woff) format("woff"), url(https://www.nerdwallet.com/cdn/fonts/ss-standard.ttf) format("truetype"), url(https://www.nerdwallet.com/cdn/fonts/ss-standard.svg#SSStandard) format("svg");
    font-weight: 400;
    font-style: normal
}

html:hover [class^=ss-] {
    -ms-zoom: 1
}

.ss-icon,
.ss-icon.ss-standard,
[class*=" ss-"].right:after,
[class*=" ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard:before,
[class*=" ss-"]:before,
[class^=ss-].right:after,
[class^=ss-].ss-standard.right:after,
[class^=ss-].ss-standard:before,
[class^=ss-]:before {
    font-family: SSStandard;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

[class*=" ss-"].right:before,
[class^=ss-].right:before {
    display: none;
    content: ""
}

.ss-halfheart.right:after,
.ss-halfheart:before {
    content: "\E1A0"
}

.ss-halfstar.right:after,
.ss-halfstar:before {
    content: "\E1A1"
}

.ss-fill.right:after,
.ss-fill:before {
    content: "\E240"
}

.ss-stroke.right:after,
.ss-stroke:before {
    content: "\E241"
}

.ss-rss.right:after,
.ss-rss:before {
    content: "\E310"
}

.ss-facetime.right:after,
.ss-facetime:before {
    content: "\E320"
}

.ss-reply.right:after,
.ss-reply:before {
    content: "\21A9"
}

.ss-send.right:after,
.ss-send:before {
    content: "\E350"
}

.ss-ellipsischat.right:after,
.ss-ellipsischat:before {
    content: "\E399"
}

.ss-ellipsis.right:after,
.ss-ellipsis:before {
    content: "\2026"
}

.ss-femaleuser.right:after,
.ss-femaleuser:before {
    content: "\1F467"
}

.ss-dollarsign.right:after,
.ss-dollarsign:before {
    content: "\1F4B2"
}

.ss-buildings.right:after,
.ss-buildings:before {
    content: "\1F3E2"
}

.ss-warehouse.right:after,
.ss-warehouse:before {
    content: "\E602"
}

.ss-map.right:after,
.ss-map:before {
    content: "\E673"
}

.ss-pin.right:after,
.ss-pin:before {
    content: "\1F4CD"
}

.ss-mic.right:after,
.ss-mic:before {
    content: "\1F3A4"
}

.ss-openbook.right:after,
.ss-openbook:before {
    content: "\1F4D6"
}

.ss-grid.right:after,
.ss-grid:before {
    content: "\E9A0"
}

.ss-filter.right:after,
.ss-filter:before {
    content: "\E9B0"
}

.ss-emptybattery.right:after,
.ss-emptybattery:before {
    content: "\EA13"
}

.ss-transfer.right:after,
.ss-transfer:before {
    content: "\21C6"
}

.ss-wifi.right:after,
.ss-wifi:before {
    content: "\EB84"
}

.ss-connection.right:after,
.ss-connection:before {
    content: "\EB85"
}

.ss-text.right:after,
.ss-text:before {
    content: "\ED00"
}

.ss-font.right:after,
.ss-font:before {
    content: "\ED01"
}

.ss-list.right:after,
.ss-list:before {
    content: "\ED50"
}

.ss-layout.right:after,
.ss-layout:before {
    content: "\EDA0"
}

.ss-action.right:after,
.ss-action:before {
    content: "\EE00"
}

.ss-redirect.right:after,
.ss-redirect:before {
    content: "\21AA"
}

.ss-settings.right:after,
.ss-settings:before {
    content: "\2699"
}

.ss-dashboard.right:after,
.ss-dashboard:before {
    content: "\F000"
}

.ss-calendar.right:after,
.ss-calendar:before {
    content: "\1F4C5"
}

.ss-addcalendar.right:after,
.ss-addcalendar:before {
    content: "\F070"
}

.ss-removecalendar.right:after,
.ss-removecalendar:before {
    content: "\F071"
}

.ss-checkcalendar.right:after,
.ss-checkcalendar:before {
    content: "\F072"
}

.ss-deletecalendar.right:after,
.ss-deletecalendar:before {
    content: "\F073"
}

.ss-flask.right:after,
.ss-flask:before {
    content: "\F4C0"
}

.ss-directup.right:after,
.ss-directup:before {
    content: "\25B4"
}

.ss-directright.right:after,
.ss-directright:before {
    content: "\25B9"
}

.ss-dropdown.right:after,
.ss-dropdown:before {
    content: "\25BE"
}

.ss-directleft.right:after,
.ss-directleft:before {
    content: "\25C3"
}

.ss-volumelow.right:after,
.ss-volumelow:before {
    content: "\1F509"
}

.ss-volumehigh.right:after,
.ss-volumehigh:before {
    content: "\1F50A"
}

.ss-batteryhigh.right:after,
.ss-batteryhigh:before {
    content: "\EA10"
}

.ss-batterymedium.right:after,
.ss-batterymedium:before {
    content: "\EA11"
}

.ss-batterylow.right:after,
.ss-batterylow:before {
    content: "\EA12"
}

.ss-batteryempty.right:after,
.ss-batteryempty:before {
    content: "\EA13"
}

.ss-clouddownload.right:after,
.ss-clouddownload:before {
    content: "\EB00"
}

.ss-cloudupload.right:after,
.ss-cloudupload:before {
    content: "\EB40"
}

.ss-calendaradd.right:after,
.ss-calendaradd:before {
    content: "\F070"
}

.ss-calendarremove.right:after,
.ss-calendarremove:before {
    content: "\F071"
}

.ss-calendarcheck.right:after,
.ss-calendarcheck:before {
    content: "\F072"
}

.ss-calendardelete.right:after,
.ss-calendardelete:before {
    content: "\F073"
}

@font-face {
    font-family: SSGizmo;
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-gizmo.eot);
    src: url(https://www.nerdwallet.com/cdn/fonts/ss-gizmo.eot?#iefix) format("embedded-opentype"), url(https://www.nerdwallet.com/cdn/fonts/ss-gizmo.woff) format("woff"), url(https://www.nerdwallet.com/cdn/fonts/ss-gizmo.ttf) format("truetype"), url(https://www.nerdwallet.com/cdn/fonts/ss-gizmo.svg#SSGizmo) format("svg");
    font-weight: 400;
    font-style: normal
}

.ss-icon,
.ss-icon.ss-gizmo,
[class*=" ss-"].right:after,
[class*=" ss-"].ss-gizmo.right:after,
[class*=" ss-"].ss-gizmo:before,
[class*=" ss-"]:before,
[class^=ss-].right:after,
[class^=ss-].ss-gizmo.right:after,
[class^=ss-].ss-gizmo:before,
[class^=ss-]:before {
    font-family: SSGizmo;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

[class*=" ss-"].right:before,
[class*=" ss-"].ss-gizmo.right:before,
[class^=ss-].right:before {
    display: none;
    content: ""
}

.ss-cursor.right:after,
.ss-cursor:before {
    content: "\E001"
}

.ss-crosshair.right:after,
.ss-crosshair:before {
    content: "\2316"
}

.ss-search.right:after,
.ss-search:before {
    content: "\1F50E"
}

.ss-zoomin.right:after,
.ss-zoomin:before {
    content: "\E002"
}

.ss-zoomout.right:after,
.ss-zoomout:before {
    content: "\E003"
}

.ss-view.right:after,
.ss-view:before {
    content: "\1F440"
}

.ss-attach.right:after,
.ss-attach:before {
    content: "\1F4CE"
}

.ss-link.right:after,
.ss-link:before {
    content: "\1F517"
}

.ss-unlink.right:after,
.ss-unlink:before {
    content: "\E011"
}

.ss-move.right:after,
.ss-move:before {
    content: "\E070"
}

.ss-write.right:after,
.ss-write:before {
    content: "\270E"
}

.ss-writingdisabled.right:after,
.ss-writingdisabled:before {
    content: "\E071"
}

.ss-erase.right:after,
.ss-erase:before {
    content: "\2710"
}

.ss-compose.right:after,
.ss-compose:before {
    content: "\1F4DD"
}

.ss-lock.right:after,
.ss-lock:before {
    content: "\1F512"
}

.ss-unlock.right:after,
.ss-unlock:before {
    content: "\1F513"
}

.ss-key.right:after,
.ss-key:before {
    content: "\1F511"
}

.ss-backspace.right:after,
.ss-backspace:before {
    content: "\232B"
}

.ss-ban.right:after,
.ss-ban:before {
    content: "\1F6AB"
}

.ss-smoking.right:after,
.ss-smoking:before {
    content: "\1F6AC"
}

.ss-nosmoking.right:after,
.ss-nosmoking:before {
    content: "\1F6AD"
}

.ss-trash.right:after,
.ss-trash:before {
    content: "\E0D0"
}

.ss-target.right:after,
.ss-target:before {
    content: "\25CE"
}

.ss-tag.right:after,
.ss-tag:before {
    content: "\E100"
}

.ss-bookmark.right:after,
.ss-bookmark:before {
    content: "\1F516"
}

.ss-flag.right:after,
.ss-flag:before {
    content: "\2691"
}

.ss-like.right:after,
.ss-like:before {
    content: "\1F44D"
}

.ss-dislike.right:after,
.ss-dislike:before {
    content: "\1F44E"
}

.ss-heart.right:after,
.ss-heart:before {
    content: "\2665"
}

.ss-star.right:after,
.ss-star:before {
    content: "\22C6"
}

.ss-sample.right:after,
.ss-sample:before {
    content: "\E200"
}

.ss-crop.right:after,
.ss-crop:before {
    content: "\E201"
}

.ss-layers.right:after,
.ss-layers:before {
    content: "\E202"
}

.ss-layergroup.right:after,
.ss-layergroup:before {
    content: "\E207"
}

.ss-pen.right:after,
.ss-pen:before {
    content: "\2712"
}

.ss-bezier.right:after,
.ss-bezier:before {
    content: "\E2A0"
}

.ss-pixels.right:after,
.ss-pixels:before {
    content: "\E2A1"
}

.ss-phone.right:after,
.ss-phone:before {
    content: "\1F4DE"
}

.ss-phonedisabled.right:after,
.ss-phonedisabled:before {
    content: "\E300"
}

.ss-touchtonephone.right:after,
.ss-touchtonephone:before {
    content: "\260F"
}

.ss-mail.right:after,
.ss-mail:before {
    content: "\2709"
}

.ss-inbox.right:after,
.ss-inbox:before {
    content: "\1F4E5"
}

.ss-outbox.right:after,
.ss-outbox:before {
    content: "\1F4E4"
}

.ss-chat.right:after,
.ss-chat:before {
    content: "\1F4AC"
}

.ss-user.right:after,
.ss-user:before {
    content: "\1F464"
}

.ss-users.right:after,
.ss-users:before {
    content: "\1F465"
}

.ss-usergroup.right:after,
.ss-usergroup:before {
    content: "\E400"
}

.ss-businessuser.right:after,
.ss-businessuser:before {
    content: "\E407"
}

.ss-man.right:after,
.ss-man:before {
    content: "\1F468"
}

.ss-male.right:after,
.ss-male:before {
    content: "\E450"
}

.ss-woman.right:after,
.ss-woman:before {
    content: "\1F469"
}

.ss-female.right:after,
.ss-female:before {
    content: "\E451"
}

.ss-raisedhand.right:after,
.ss-raisedhand:before {
    content: "\270B"
}

.ss-hand.right:after,
.ss-hand:before {
    content: "\E410"
}

.ss-pointup.right:after,
.ss-pointup:before {
    content: "\1F446"
}

.ss-pointupright.right:after,
.ss-pointupright:before {
    content: "\F510"
}

.ss-pointright.right:after,
.ss-pointright:before {
    content: "\1F449"
}

.ss-pointdownright.right:after,
.ss-pointdownright:before {
    content: "\F511"
}

.ss-pointdown.right:after,
.ss-pointdown:before {
    content: "\1F447"
}

.ss-pointdownleft.right:after,
.ss-pointdownleft:before {
    content: "\F512"
}

.ss-pointleft.right:after,
.ss-pointleft:before {
    content: "\1F448"
}

.ss-pointupleft.right:after,
.ss-pointupleft:before {
    content: "\F513"
}

.ss-cart.right:after,
.ss-cart:before {
    content: "\E500"
}

.ss-creditcard.right:after,
.ss-creditcard:before {
    content: "\1F4B3"
}

.ss-calculator.right:after,
.ss-calculator:before {
    content: "\E551"
}

.ss-barchart.right:after,
.ss-barchart:before {
    content: "\1F4CA"
}

.ss-piechart.right:after,
.ss-piechart:before {
    content: "\E570"
}

.ss-box.right:after,
.ss-box:before {
    content: "\1F4E6"
}

.ss-home.right:after,
.ss-home:before {
    content: "\2302"
}

.ss-globe.right:after,
.ss-globe:before {
    content: "\1F30E"
}

.ss-navigate.right:after,
.ss-navigate:before {
    content: "\E670"
}

.ss-compass.right:after,
.ss-compass:before {
    content: "\E671"
}

.ss-signpost.right:after,
.ss-signpost:before {
    content: "\E672"
}

.ss-location.right:after,
.ss-location:before {
    content: "\E6D0"
}

.ss-floppydisk.right:after,
.ss-floppydisk:before {
    content: "\1F4BE"
}

.ss-database.right:after,
.ss-database:before {
    content: "\E7A0"
}

.ss-hdd.right:after,
.ss-hdd:before {
    content: "\E7B0"
}

.ss-microchip.right:after,
.ss-microchip:before {
    content: "\E7C0"
}

.ss-music.right:after,
.ss-music:before {
    content: "\266B"
}

.ss-headphones.right:after,
.ss-headphones:before {
    content: "\1F3A7"
}

.ss-discdrive.right:after,
.ss-discdrive:before {
    content: "\EA42"
}

.ss-volume.right:after,
.ss-volume:before {
    content: "\1F508"
}

.ss-lowvolume.right:after,
.ss-lowvolume:before {
    content: "\1F509"
}

.ss-mediumvolume.right:after,
.ss-mediumvolume:before {
    content: "\E803"
}

.ss-highvolume.right:after,
.ss-highvolume:before {
    content: "\1F50A"
}

.ss-airplay.right:after,
.ss-airplay:before {
    content: "\E800"
}

.ss-camera.right:after,
.ss-camera:before {
    content: "\1F4F7"
}

.ss-picture.right:after,
.ss-picture:before {
    content: "\1F304"
}

.ss-video.right:after,
.ss-video:before {
    content: "\1F4F9"
}

.ss-webcam.right:after,
.ss-webcam:before {
    content: "\EA41"
}

.ss-film.right:after,
.ss-film:before {
    content: "\E8B0"
}

.ss-playvideo.right:after,
.ss-playvideo:before {
    content: "\E8A1"
}

.ss-videogame.right:after,
.ss-videogame:before {
    content: "\1F3AE"
}

.ss-play.right:after,
.ss-play:before {
    content: "\25B6"
}

.ss-pause.right:after,
.ss-pause:before {
    content: "\E8A0"
}

.ss-stop.right:after,
.ss-stop:before {
    content: "\25A0"
}

.ss-record.right:after,
.ss-record:before {
    content: "\25CF"
}

.ss-rewind.right:after,
.ss-rewind:before {
    content: "\23EA"
}

.ss-fastforward.right:after,
.ss-fastforward:before {
    content: "\23E9"
}

.ss-skipback.right:after,
.ss-skipback:before {
    content: "\23EE"
}

.ss-skipforward.right:after,
.ss-skipforward:before {
    content: "\23ED"
}

.ss-eject.right:after,
.ss-eject:before {
    content: "\23CF"
}

.ss-repeat.right:after,
.ss-repeat:before {
    content: "\1F501"
}

.ss-replay.right:after,
.ss-replay:before {
    content: "\21BA"
}

.ss-shuffle.right:after,
.ss-shuffle:before {
    content: "\1F500"
}

.ss-index.right:after,
.ss-index:before {
    content: "\E902"
}

.ss-storagebox.right:after,
.ss-storagebox:before {
    content: "\E901"
}

.ss-book.right:after,
.ss-book:before {
    content: "\1F4D5"
}

.ss-notebook.right:after,
.ss-notebook:before {
    content: "\1F4D3"
}

.ss-newspaper.right:after,
.ss-newspaper:before {
    content: "\1F4F0"
}

.ss-gridlines.right:after,
.ss-gridlines:before {
    content: "\E206"
}

.ss-rows.right:after,
.ss-rows:before {
    content: "\E9A1"
}

.ss-columns.right:after,
.ss-columns:before {
    content: "\E9A2"
}

.ss-thumbnails.right:after,
.ss-thumbnails:before {
    content: "\E9A3"
}

.ss-mouse.right:after,
.ss-mouse:before {
    content: "\EA40"
}

.ss-usb.right:after,
.ss-usb:before {
    content: "\EB86"
}

.ss-desktop.right:after,
.ss-desktop:before {
    content: "\1F4BB"
}

.ss-laptop.right:after,
.ss-laptop:before {
    content: "\EA00"
}

.ss-tablet.right:after,
.ss-tablet:before {
    content: "\EA01"
}

.ss-smartphone.right:after,
.ss-smartphone:before {
    content: "\EA02"
}

.ss-cell.right:after,
.ss-cell:before {
    content: "\1F4F1"
}

.ss-battery.right:after,
.ss-battery:before {
    content: "\1F50B"
}

.ss-highbattery.right:after,
.ss-highbattery:before {
    content: "\EA10"
}

.ss-mediumbattery.right:after,
.ss-mediumbattery:before {
    content: "\EA11"
}

.ss-lowbattery.right:after,
.ss-lowbattery:before {
    content: "\EA12"
}

.ss-chargingbattery.right:after,
.ss-chargingbattery:before {
    content: "\EA14"
}

.ss-lightbulb.right:after,
.ss-lightbulb:before {
    content: "\1F4A1"
}

.ss-washer.right:after,
.ss-washer:before {
    content: "\EA80"
}

.ss-downloadcloud.right:after,
.ss-downloadcloud:before {
    content: "\EB00"
}

.ss-download.right:after,
.ss-download:before {
    content: "\EB01"
}

.ss-downloadbox.right:after,
.ss-downloadbox:before {
    content: "\EB02"
}

.ss-uploadcloud.right:after,
.ss-uploadcloud:before {
    content: "\EB40"
}

.ss-upload.right:after,
.ss-upload:before {
    content: "\EB41"
}

.ss-uploadbox.right:after,
.ss-uploadbox:before {
    content: "\EB42"
}

.ss-fork.right:after,
.ss-fork:before {
    content: "\EB80"
}

.ss-merge.right:after,
.ss-merge:before {
    content: "\EB81"
}

.ss-refresh.right:after,
.ss-refresh:before {
    content: "\21BB"
}

.ss-sync.right:after,
.ss-sync:before {
    content: "\EB82"
}

.ss-loading.right:after,
.ss-loading:before {
    content: "\EB83"
}

.ss-file.right:after,
.ss-file:before {
    content: "\1F4C4"
}

.ss-files.right:after,
.ss-files:before {
    content: "\EC00"
}

.ss-addfile.right:after,
.ss-addfile:before {
    content: "\EC01"
}

.ss-removefile.right:after,
.ss-removefile:before {
    content: "\EC02"
}

.ss-checkfile.right:after,
.ss-checkfile:before {
    content: "\EC03"
}

.ss-deletefile.right:after,
.ss-deletefile:before {
    content: "\EC04"
}

.ss-exe.right:after,
.ss-exe:before {
    content: "\EC30"
}

.ss-zip.right:after,
.ss-zip:before {
    content: "\EC31"
}

.ss-doc.right:after,
.ss-doc:before {
    content: "\EC32"
}

.ss-pdf.right:after,
.ss-pdf:before {
    content: "\EC34"
}

.ss-jpg.right:after,
.ss-jpg:before {
    content: "\EC35"
}

.ss-png.right:after,
.ss-png:before {
    content: "\EC36"
}

.ss-mp3.right:after,
.ss-mp3:before {
    content: "\EC37"
}

.ss-rar.right:after,
.ss-rar:before {
    content: "\EC38"
}

.ss-gif.right:after,
.ss-gif:before {
    content: "\EC39"
}

.ss-folder.right:after,
.ss-folder:before {
    content: "\1F4C1"
}

.ss-openfolder.right:after,
.ss-openfolder:before {
    content: "\1F4C2"
}

.ss-downloadfolder.right:after,
.ss-downloadfolder:before {
    content: "\EC76"
}

.ss-uploadfolder.right:after,
.ss-uploadfolder:before {
    content: "\EC77"
}

.ss-quote.right:after,
.ss-quote:before {
    content: "\201C"
}

.ss-unquote.right:after,
.ss-unquote:before {
    content: "\201D"
}

.ss-print.right:after,
.ss-print:before {
    content: "\2399"
}

.ss-copier.right:after,
.ss-copier:before {
    content: "\ED42"
}

.ss-fax.right:after,
.ss-fax:before {
    content: "\1F4E0"
}

.ss-scanner.right:after,
.ss-scanner:before {
    content: "\ED43"
}

.ss-printregistration.right:after,
.ss-printregistration:before {
    content: "\ED44"
}

.ss-shredder.right:after,
.ss-shredder:before {
    content: "\ED40"
}

.ss-expand.right:after,
.ss-expand:before {
    content: "\2922"
}

.ss-contract.right:after,
.ss-contract:before {
    content: "\EE01"
}

.ss-help.right:after,
.ss-help:before {
    content: "\2753"
}

.ss-info.right:after,
.ss-info:before {
    content: "\2139"
}

.ss-alert.right:after,
.ss-alert:before {
    content: "\26A0"
}

.ss-caution.right:after,
.ss-caution:before {
    content: "\26D4"
}

.ss-logout.right:after,
.ss-logout:before {
    content: "\EE02"
}

.ss-login.right:after,
.ss-login:before {
    content: "\EE03"
}

.ss-scaleup.right:after,
.ss-scaleup:before {
    content: "\EE04"
}

.ss-scaledown.right:after,
.ss-scaledown:before {
    content: "\EE05"
}

.ss-plus.right:after,
.ss-plus:before {
    content: "+"
}

.ss-hyphen.right:after,
.ss-hyphen:before {
    content: "-"
}

.ss-check.right:after,
.ss-check:before {
    content: "\2713"
}

.ss-delete.right:after,
.ss-delete:before {
    content: "\2421"
}

.ss-notifications.right:after,
.ss-notifications:before {
    content: "\1F514"
}

.ss-notificationsdisabled.right:after,
.ss-notificationsdisabled:before {
    content: "\1F515"
}

.ss-clock.right:after,
.ss-clock:before {
    content: "\23F2"
}

.ss-stopwatch.right:after,
.ss-stopwatch:before {
    content: "\23F1"
}

.ss-alarmclock.right:after,
.ss-alarmclock:before {
    content: "\23F0"
}

.ss-egg.right:after,
.ss-egg:before {
    content: "\F100"
}

.ss-eggs.right:after,
.ss-eggs:before {
    content: "\F107"
}

.ss-cheese.right:after,
.ss-cheese:before {
    content: "\F101"
}

.ss-chickenleg.right:after,
.ss-chickenleg:before {
    content: "\1F357"
}

.ss-pizzapie.right:after,
.ss-pizzapie:before {
    content: "\EFE0"
}

.ss-pizza.right:after,
.ss-pizza:before {
    content: "\1F355"
}

.ss-cheesepizza.right:after,
.ss-cheesepizza:before {
    content: "\EFE1"
}

.ss-frenchfries.right:after,
.ss-frenchfries:before {
    content: "\1F35F"
}

.ss-apple.right:after,
.ss-apple:before {
    content: "\1F34F"
}

.ss-carrot.right:after,
.ss-carrot:before {
    content: "\F111"
}

.ss-broccoli.right:after,
.ss-broccoli:before {
    content: "\F117"
}

.ss-cucumber.right:after,
.ss-cucumber:before {
    content: "\F116"
}

.ss-orange.right:after,
.ss-orange:before {
    content: "\1F34A"
}

.ss-lemon.right:after,
.ss-lemon:before {
    content: "\1F34B"
}

.ss-onion.right:after,
.ss-onion:before {
    content: "\F115"
}

.ss-bellpepper.right:after,
.ss-bellpepper:before {
    content: "\F114"
}

.ss-peas.right:after,
.ss-peas:before {
    content: "\F112"
}

.ss-grapes.right:after,
.ss-grapes:before {
    content: "\1F347"
}

.ss-strawberry.right:after,
.ss-strawberry:before {
    content: "\1F353"
}

.ss-bread.right:after,
.ss-bread:before {
    content: "\1F35E"
}

.ss-mug.right:after,
.ss-mug:before {
    content: "\2615"
}

.ss-mugs.right:after,
.ss-mugs:before {
    content: "\F12B"
}

.ss-espresso.right:after,
.ss-espresso:before {
    content: "\EFF0"
}

.ss-macchiato.right:after,
.ss-macchiato:before {
    content: "\EFF1"
}

.ss-cappucino.right:after,
.ss-cappucino:before {
    content: "\EFF2"
}

.ss-latte.right:after,
.ss-latte:before {
    content: "\EFF3"
}

.ss-icedcoffee.right:after,
.ss-icedcoffee:before {
    content: "\EFF4"
}

.ss-coffeebean.right:after,
.ss-coffeebean:before {
    content: "\EFF5"
}

.ss-coffeemilk.right:after,
.ss-coffeemilk:before {
    content: "\EFF6"
}

.ss-coffeefoam.right:after,
.ss-coffeefoam:before {
    content: "\EFF7"
}

.ss-coffeesugar.right:after,
.ss-coffeesugar:before {
    content: "\EFF8"
}

.ss-sugarpackets.right:after,
.ss-sugarpackets:before {
    content: "\F135"
}

.ss-capsule.right:after,
.ss-capsule:before {
    content: "\EFF9"
}

.ss-capsulerecycling.right:after,
.ss-capsulerecycling:before {
    content: "\EFFA"
}

.ss-insertcapsule.right:after,
.ss-insertcapsule:before {
    content: "\EFFB"
}

.ss-tea.right:after,
.ss-tea:before {
    content: "\1F375"
}

.ss-teabag.right:after,
.ss-teabag:before {
    content: "\EFFC"
}

.ss-jug.right:after,
.ss-jug:before {
    content: "\F126"
}

.ss-pitcher.right:after,
.ss-pitcher:before {
    content: "\F19B"
}

.ss-kettle.right:after,
.ss-kettle:before {
    content: "\F19C"
}

.ss-wineglass.right:after,
.ss-wineglass:before {
    content: "\1F377"
}

.ss-sugar.right:after,
.ss-sugar:before {
    content: "\F134"
}

.ss-oven.right:after,
.ss-oven:before {
    content: "\F140"
}

.ss-stove.right:after,
.ss-stove:before {
    content: "\F141"
}

.ss-vent.right:after,
.ss-vent:before {
    content: "\F143"
}

.ss-exhaust.right:after,
.ss-exhaust:before {
    content: "\F144"
}

.ss-steam.right:after,
.ss-steam:before {
    content: "\2668"
}

.ss-dishwasher.right:after,
.ss-dishwasher:before {
    content: "\F192"
}

.ss-toaster.right:after,
.ss-toaster:before {
    content: "\F193"
}

.ss-microwave.right:after,
.ss-microwave:before {
    content: "\F194"
}

.ss-electrickettle.right:after,
.ss-electrickettle:before {
    content: "\F195"
}

.ss-refrigerator.right:after,
.ss-refrigerator:before {
    content: "\F196"
}

.ss-freezer.right:after,
.ss-freezer:before {
    content: "\F197"
}

.ss-utensils.right:after,
.ss-utensils:before {
    content: "\1F374"
}

.ss-cookingutensils.right:after,
.ss-cookingutensils:before {
    content: "\F151"
}

.ss-whisk.right:after,
.ss-whisk:before {
    content: "\F152"
}

.ss-pizzacutter.right:after,
.ss-pizzacutter:before {
    content: "\F153"
}

.ss-measuringcup.right:after,
.ss-measuringcup:before {
    content: "\F162"
}

.ss-colander.right:after,
.ss-colander:before {
    content: "\F163"
}

.ss-eggtimer.right:after,
.ss-eggtimer:before {
    content: "\F165"
}

.ss-platter.right:after,
.ss-platter:before {
    content: "\F166"
}

.ss-plates.right:after,
.ss-plates:before {
    content: "\F167"
}

.ss-steamplate.right:after,
.ss-steamplate:before {
    content: "\F198"
}

.ss-cups.right:after,
.ss-cups:before {
    content: "\F12A"
}

.ss-steamglass.right:after,
.ss-steamglass:before {
    content: "\F199"
}

.ss-pot.right:after,
.ss-pot:before {
    content: "\F168"
}

.ss-steampot.right:after,
.ss-steampot:before {
    content: "\F19A"
}

.ss-chef.right:after,
.ss-chef:before {
    content: "\F172"
}

.ss-weathervane.right:after,
.ss-weathervane:before {
    content: "\F200"
}

.ss-thermometer.right:after,
.ss-thermometer:before {
    content: "\F201"
}

.ss-thermometerup.right:after,
.ss-thermometerup:before {
    content: "\F203"
}

.ss-thermometerdown.right:after,
.ss-thermometerdown:before {
    content: "\F204"
}

.ss-droplet.right:after,
.ss-droplet:before {
    content: "\1F4A7"
}

.ss-sunrise.right:after,
.ss-sunrise:before {
    content: "\1F305"
}

.ss-sunset.right:after,
.ss-sunset:before {
    content: "\1F307"
}

.ss-sun.right:after,
.ss-sun:before {
    content: "\2600"
}

.ss-cloud.right:after,
.ss-cloud:before {
    content: "\2601"
}

.ss-clouds.right:after,
.ss-clouds:before {
    content: "\F220"
}

.ss-partlycloudy.right:after,
.ss-partlycloudy:before {
    content: "\26C5"
}

.ss-rain.right:after,
.ss-rain:before {
    content: "\2614"
}

.ss-rainheavy.right:after,
.ss-rainheavy:before {
    content: "\F224"
}

.ss-lightning.right:after,
.ss-lightning:before {
    content: "\2607"
}

.ss-thunderstorm.right:after,
.ss-thunderstorm:before {
    content: "\26C8"
}

.ss-umbrella.right:after,
.ss-umbrella:before {
    content: "\2602"
}

.ss-rainumbrella.right:after,
.ss-rainumbrella:before {
    content: "\F270"
}

.ss-rainbow.right:after,
.ss-rainbow:before {
    content: "\1F308"
}

.ss-rainbowclouds.right:after,
.ss-rainbowclouds:before {
    content: "\F214"
}

.ss-fog.right:after,
.ss-fog:before {
    content: "\F211"
}

.ss-wind.right:after,
.ss-wind:before {
    content: "\F212"
}

.ss-tornado.right:after,
.ss-tornado:before {
    content: "\F213"
}

.ss-snowflake.right:after,
.ss-snowflake:before {
    content: "\2744"
}

.ss-snowcrystal.right:after,
.ss-snowcrystal:before {
    content: "\2746"
}

.ss-lightsnow.right:after,
.ss-lightsnow:before {
    content: "\F230"
}

.ss-snow.right:after,
.ss-snow:before {
    content: "\F231"
}

.ss-heavysnow.right:after,
.ss-heavysnow:before {
    content: "\F232"
}

.ss-hail.right:after,
.ss-hail:before {
    content: "\F244"
}

.ss-crescentmoon.right:after,
.ss-crescentmoon:before {
    content: "\1F319"
}

.ss-waxingcrescentmoon.right:after,
.ss-waxingcrescentmoon:before {
    content: "\1F312"
}

.ss-firstquartermoon.right:after,
.ss-firstquartermoon:before {
    content: "\1F313"
}

.ss-waxinggibbousmoon.right:after,
.ss-waxinggibbousmoon:before {
    content: "\1F314"
}

.ss-waninggibbousmoon.right:after,
.ss-waninggibbousmoon:before {
    content: "\1F316"
}

.ss-lastquartermoon.right:after,
.ss-lastquartermoon:before {
    content: "\1F317"
}

.ss-waningcrescentmoon.right:after,
.ss-waningcrescentmoon:before {
    content: "\1F318"
}

.ss-fan.right:after,
.ss-fan:before {
    content: "\F280"
}

.ss-bike.right:after,
.ss-bike:before {
    content: "\1F6B2"
}

.ss-wheelchair.right:after,
.ss-wheelchair:before {
    content: "\267F"
}

.ss-briefcase.right:after,
.ss-briefcase:before {
    content: "\1F4BC"
}

.ss-hanger.right:after,
.ss-hanger:before {
    content: "\F1A0"
}

.ss-comb.right:after,
.ss-comb:before {
    content: "\F1A1"
}

.ss-medicalcross.right:after,
.ss-medicalcross:before {
    content: "\F4B0"
}

.ss-up.right:after,
.ss-up:before {
    content: "\2B06"
}

.ss-upright.right:after,
.ss-upright:before {
    content: "\2B08"
}

.ss-right.right:after,
.ss-right:before {
    content: "\27A1"
}

.ss-downright.right:after,
.ss-downright:before {
    content: "\2B0A"
}

.ss-down.right:after,
.ss-down:before {
    content: "\2B07"
}

.ss-downleft.right:after,
.ss-downleft:before {
    content: "\2B0B"
}

.ss-left.right:after,
.ss-left:before {
    content: "\2B05"
}

.ss-upleft.right:after,
.ss-upleft:before {
    content: "\2B09"
}

.ss-navigateup.right:after,
.ss-navigateup:before {
    content: "\F500"
}

.ss-navigateright.right:after,
.ss-navigateright:before {
    content: "\25BB"
}

.ss-navigatedown.right:after,
.ss-navigatedown:before {
    content: "\F501"
}

.ss-navigateleft.right:after,
.ss-navigateleft:before {
    content: "\25C5"
}

.ss-retweet.right:after,
.ss-retweet:before {
    content: "\F600"
}

.ss-share.right:after,
.ss-share:before {
    content: "\F601"
}

._1Esi1 {
    color: transparent
}

._1bbjE {
    color: #008255
}

._2Mg69 {
    color: #40ad87
}

._3RMuQ {
    color: #81d6b8
}

._2xf6u {
    color: #e3faf2
}

.r-EAZ {
    color: #006642
}

._3o4mD {
    color: #8ccb32
}

._2jjrN {
    color: #005fb9
}

._-4SpM {
    color: #54a0e8
}

._3Kgqw {
    color: #9dcdfa
}

._3FjAu {
    color: #deefff
}

._30EG3 {
    color: #02427e
}

._1rWgg {
    color: #de2828
}

._2jy7C {
    color: #ff5c5c
}

._3_AG0 {
    color: #f99
}

._15kYX {
    color: #fae3e3
}

.T7SYi {
    color: #ab0303
}

.oLmV0 {
    color: #f8bb32
}

.Da1sc {
    color: #ffcf7a
}

._3AI2X {
    color: #ffe4b3
}

._2ykmQ {
    color: #fff8e8
}

.Zdzfo {
    color: #d97809
}

._3Pjj2 {
    color: #fff
}

._2RO5c {
    color: #000
}

._1M15D {
    color: #6c7f87
}

.AODmB {
    color: #94a2a8
}

._3h1mz {
    color: #bdc6ca
}

._1595a {
    color: #d2d7dc
}

._15T5D {
    color: #f5f6f7
}

._2IFEg {
    color: #005fb9
}

.B8zGx {
    color: #deefff
}

.UsApX {
    background-color: transparent
}

._1FKxd {
    background-color: #008255
}

._2LWrA {
    background-color: #40ad87
}

._8HC3j {
    background-color: #81d6b8
}

._28caN {
    background-color: #e3faf2
}

._3MJWE {
    background-color: #006642
}

._1UcVS {
    background-color: #8ccb32
}

._388kd {
    background-color: #005fb9
}

._3tJhI {
    background-color: #54a0e8
}

._3_-i9 {
    background-color: #9dcdfa
}

._1-D2o {
    background-color: #deefff
}

._1f16f {
    background-color: #02427e
}

._37L6Y {
    background-color: #de2828
}

._2emQz {
    background-color: #ff5c5c
}

._3O7TR {
    background-color: #f99
}

._3b5vy {
    background-color: #fae3e3
}

.U15iH {
    background-color: #ab0303
}

._3xGUv {
    background-color: #f8bb32
}

._3niQd {
    background-color: #ffcf7a
}

._3vKFC {
    background-color: #ffe4b3
}

._3fE5j {
    background-color: #fff8e8
}

._37m6m {
    background-color: #d97809
}

.Asa9f {
    background-color: #fff
}

._2T7JF {
    background-color: #000
}

.-VCe2 {
    background-color: #6c7f87
}

.EHc7S {
    background-color: #94a2a8
}

._3aY5W {
    background-color: #bdc6ca
}

._3eO5I {
    background-color: #d2d7dc
}

._2hq2C {
    background-color: #f5f6f7
}

.a5jc2 {
    background-color: #005fb9
}

._1ahDd {
    background-color: #deefff
}

._4N3LO {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: 700
}

@media (min-width:27.5rem) {
    ._4N3LO {
        font-size: calc(1.30619rem + 2.52294vw)
    }
}

@media (min-width:82rem) {
    ._4N3LO {
        font-size: 3.375rem;
        line-height: 1.1111111111111112
    }
}

._3swBZ {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700
}

@media (min-width:27.5rem) {
    ._3swBZ {
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._3swBZ {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

._2pytW {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700
}

@media (min-width:27.5rem) {
    ._2pytW {
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._2pytW {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

.Z57By {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700
}

@media (min-width:27.5rem) {
    .Z57By {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .Z57By {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

._3vGB0 {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700
}

@media (min-width:27.5rem) {
    ._3vGB0 {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._3vGB0 {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

.nJuVu {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

.nJuVu,
.TpnO5 {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400
}

.TpnO5 {
    font-size: 13px;
    font-size: .8125rem
}

._2ghFC,
.TpnO5 {
    line-height: 1.5384615384615385
}

._2ghFC {
    font-family: Chronicle, serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400
}

@media (min-width:27.5rem) {
    ._2ghFC {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2ghFC {
        font-size: 1.5rem;
        line-height: 1.5384615384615385
    }
}

.Yxwp5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

._24Buo,
.Yxwp5 {
    font-family: Chronicle, serif;
    font-weight: 400
}

._24Buo,
.ngIK7 {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5384615384615385
}

._382hp {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

._6KF_4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3
}

@media (min-width:27.5rem) {
    ._6KF_4 {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._6KF_4 {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

._1WcFV {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25
}

@media (min-width:27.5rem) {
    ._1WcFV {
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._1WcFV {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

._2Tqid {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875
}

@media (min-width:27.5rem) {
    ._2Tqid {
        font-size: calc(1.30619rem + 2.52294vw)
    }
}

@media (min-width:82rem) {
    ._2Tqid {
        font-size: 3.375rem;
        line-height: 1.1111111111111112
    }
}

._2hAhN {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif
}

._1bhZ9 {
    font-family: Chronicle, serif
}

._1GXoi {
    font-family: Chronicle Display, serif
}

.PGvCS {
    text-transform: uppercase;
    letter-spacing: .0625em
}

._38a65 {
    font-weight: 400
}

._2zdGG {
    font-weight: 700
}

._3QEaf {
    font-style: italic
}

._1LnGW {
    text-decoration: underline
}

._3xSKD {
    margin: 0
}

._2Fv_k {
    margin: 4px;
    margin: .25rem
}

._1MYvY {
    margin: 8px;
    margin: .5rem
}

._347EY {
    margin: 16px;
    margin: 1rem
}

._2E-ec {
    margin: 28px;
    margin: 1.75rem
}

@media (min-width:27.5rem) {
    ._2E-ec {
        margin: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2E-ec {
        margin: 2rem
    }
}

._2L5rM {
    margin: 44px;
    margin: 2.75rem
}

@media (min-width:27.5rem) {
    ._2L5rM {
        margin: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2L5rM {
        margin: 4rem
    }
}

._1ClR0 {
    margin-bottom: 0;
    margin-top: 0
}

._34M-T {
    margin-bottom: 4px;
    margin-bottom: .25rem;
    margin-top: 4px;
    margin-top: .25rem
}

._3e9ne {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    margin-top: 8px;
    margin-top: .5rem
}

._2-82e {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem
}

._3-e2_ {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    margin-top: 28px;
    margin-top: 1.75rem
}

@media (min-width:27.5rem) {
    ._3-e2_ {
        margin-bottom: calc(1.62385rem + .45872vw);
        margin-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._3-e2_ {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

._3VUEs {
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
    margin-top: 44px;
    margin-top: 2.75rem
}

@media (min-width:27.5rem) {
    ._3VUEs {
        margin-bottom: calc(2.11927rem + 2.29358vw);
        margin-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3VUEs {
        margin-bottom: 4rem;
        margin-top: 4rem
    }
}

.WQvMG {
    margin-left: 0;
    margin-right: 0
}

._3jHlr {
    margin-left: 4px;
    margin-left: .25rem;
    margin-right: 4px;
    margin-right: .25rem
}

._2mzQo {
    margin-left: 8px;
    margin-left: .5rem;
    margin-right: 8px;
    margin-right: .5rem
}

._1dkYK {
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 16px;
    margin-right: 1rem
}

._3jpkQ {
    margin-left: 28px;
    margin-left: 1.75rem;
    margin-right: 28px;
    margin-right: 1.75rem
}

@media (min-width:27.5rem) {
    ._3jpkQ {
        margin-left: calc(1.62385rem + .45872vw);
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._3jpkQ {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

._2_HVc {
    margin-left: 44px;
    margin-left: 2.75rem;
    margin-right: 44px;
    margin-right: 2.75rem
}

@media (min-width:27.5rem) {
    ._2_HVc {
        margin-left: calc(2.11927rem + 2.29358vw);
        margin-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2_HVc {
        margin-left: 4rem;
        margin-right: 4rem
    }
}

.tKlLq {
    margin-top: 0
}

.mi8nc {
    margin-top: 4px;
    margin-top: .25rem
}

._1vZmR {
    margin-top: 8px;
    margin-top: .5rem
}

._1y7_p {
    margin-top: 16px;
    margin-top: 1rem
}

.dq4Hb {
    margin-top: 28px;
    margin-top: 1.75rem
}

@media (min-width:27.5rem) {
    .dq4Hb {
        margin-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .dq4Hb {
        margin-top: 2rem
    }
}

._1Tbrq {
    margin-top: 44px;
    margin-top: 2.75rem
}

@media (min-width:27.5rem) {
    ._1Tbrq {
        margin-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._1Tbrq {
        margin-top: 4rem
    }
}

._3ymId {
    margin-bottom: 0
}

._1_Wbj {
    margin-bottom: 4px;
    margin-bottom: .25rem
}

._3oVvy {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

._3-uuV {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

._2_HEq {
    margin-bottom: 28px;
    margin-bottom: 1.75rem
}

@media (min-width:27.5rem) {
    ._2_HEq {
        margin-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2_HEq {
        margin-bottom: 2rem
    }
}

._3asle {
    margin-bottom: 44px;
    margin-bottom: 2.75rem
}

@media (min-width:27.5rem) {
    ._3asle {
        margin-bottom: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3asle {
        margin-bottom: 4rem
    }
}

._36NA_ {
    margin-left: 0
}

.MJcRc {
    margin-left: 4px;
    margin-left: .25rem
}

.WLz3C {
    margin-left: 8px;
    margin-left: .5rem
}

._14r1Z {
    margin-left: 16px;
    margin-left: 1rem
}

._1RO1Z {
    margin-left: 28px;
    margin-left: 1.75rem
}

@media (min-width:27.5rem) {
    ._1RO1Z {
        margin-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._1RO1Z {
        margin-left: 2rem
    }
}

._3cerB {
    margin-left: 44px;
    margin-left: 2.75rem
}

@media (min-width:27.5rem) {
    ._3cerB {
        margin-left: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3cerB {
        margin-left: 4rem
    }
}

._1tj0x {
    margin-right: 0
}

._3TCla {
    margin-right: 4px;
    margin-right: .25rem
}

._1SEen {
    margin-right: 8px;
    margin-right: .5rem
}

._2oqC9 {
    margin-right: 16px;
    margin-right: 1rem
}

.DpaPe {
    margin-right: 28px;
    margin-right: 1.75rem
}

@media (min-width:27.5rem) {
    .DpaPe {
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .DpaPe {
        margin-right: 2rem
    }
}

._3vV1p {
    margin-right: 44px;
    margin-right: 2.75rem
}

@media (min-width:27.5rem) {
    ._3vV1p {
        margin-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3vV1p {
        margin-right: 4rem
    }
}

._1HT4Z {
    padding: 0
}

.WfS4P {
    padding: 4px;
    padding: .25rem
}

.TNIZW {
    padding: 8px;
    padding: .5rem
}

._1YKPQ {
    padding: 16px;
    padding: 1rem
}

._1Lu2C {
    padding: 28px;
    padding: 1.75rem
}

@media (min-width:27.5rem) {
    ._1Lu2C {
        padding: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._1Lu2C {
        padding: 2rem
    }
}

._2btgx {
    padding: 44px;
    padding: 2.75rem
}

@media (min-width:27.5rem) {
    ._2btgx {
        padding: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2btgx {
        padding: 4rem
    }
}

.qjElR {
    padding-bottom: 0;
    padding-top: 0
}

._3kuhm {
    padding-bottom: 4px;
    padding-bottom: .25rem;
    padding-top: 4px;
    padding-top: .25rem
}

._3Hp18 {
    padding-bottom: 8px;
    padding-bottom: .5rem;
    padding-top: 8px;
    padding-top: .5rem
}

._13U8O {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem
}

._32Qoo {
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 28px;
    padding-top: 1.75rem
}

@media (min-width:27.5rem) {
    ._32Qoo {
        padding-bottom: calc(1.62385rem + .45872vw);
        padding-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._32Qoo {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

._2DYwE {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
    padding-top: 44px;
    padding-top: 2.75rem
}

@media (min-width:27.5rem) {
    ._2DYwE {
        padding-bottom: calc(2.11927rem + 2.29358vw);
        padding-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2DYwE {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

._3Wi2m {
    padding-left: 0;
    padding-right: 0
}

._2mw41 {
    padding-left: 4px;
    padding-left: .25rem;
    padding-right: 4px;
    padding-right: .25rem
}

.KkMSa {
    padding-left: 8px;
    padding-left: .5rem;
    padding-right: 8px;
    padding-right: .5rem
}

._2Z-wZ {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem
}

.ffgwp {
    padding-left: 28px;
    padding-left: 1.75rem;
    padding-right: 28px;
    padding-right: 1.75rem
}

@media (min-width:27.5rem) {
    .ffgwp {
        padding-left: calc(1.62385rem + .45872vw);
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .ffgwp {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

._3rqlj {
    padding-left: 44px;
    padding-left: 2.75rem;
    padding-right: 44px;
    padding-right: 2.75rem
}

@media (min-width:27.5rem) {
    ._3rqlj {
        padding-left: calc(2.11927rem + 2.29358vw);
        padding-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3rqlj {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

._1qy9F {
    padding-top: 0
}

._1McL0 {
    padding-top: 4px;
    padding-top: .25rem
}

._1jPUu {
    padding-top: 8px;
    padding-top: .5rem
}

._26HwC {
    padding-top: 16px;
    padding-top: 1rem
}

._2hTwl {
    padding-top: 28px;
    padding-top: 1.75rem
}

@media (min-width:27.5rem) {
    ._2hTwl {
        padding-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2hTwl {
        padding-top: 2rem
    }
}

.qN1kE {
    padding-top: 44px;
    padding-top: 2.75rem
}

@media (min-width:27.5rem) {
    .qN1kE {
        padding-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .qN1kE {
        padding-top: 4rem
    }
}

._2c8zt {
    padding-bottom: 0
}

._3POPH {
    padding-bottom: 4px;
    padding-bottom: .25rem
}

._2PyKf {
    padding-bottom: 8px;
    padding-bottom: .5rem
}

.WJXwX {
    padding-bottom: 16px;
    padding-bottom: 1rem
}

._2z6Jq {
    padding-bottom: 28px;
    padding-bottom: 1.75rem
}

@media (min-width:27.5rem) {
    ._2z6Jq {
        padding-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2z6Jq {
        padding-bottom: 2rem
    }
}

._2O-45 {
    padding-bottom: 44px;
    padding-bottom: 2.75rem
}

@media (min-width:27.5rem) {
    ._2O-45 {
        padding-bottom: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2O-45 {
        padding-bottom: 4rem
    }
}

._1XRLn {
    padding-left: 0
}

._1CbM3 {
    padding-left: 4px;
    padding-left: .25rem
}

._27ywU {
    padding-left: 8px;
    padding-left: .5rem
}

._15Ek8 {
    padding-left: 16px;
    padding-left: 1rem
}

._39gD8 {
    padding-left: 28px;
    padding-left: 1.75rem
}

@media (min-width:27.5rem) {
    ._39gD8 {
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._39gD8 {
        padding-left: 2rem
    }
}

.BI-cR {
    padding-left: 44px;
    padding-left: 2.75rem
}

@media (min-width:27.5rem) {
    .BI-cR {
        padding-left: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .BI-cR {
        padding-left: 4rem
    }
}

._1ucKR {
    padding-right: 0
}

._1bUzR {
    padding-right: 4px;
    padding-right: .25rem
}

._7HwFO {
    padding-right: 8px;
    padding-right: .5rem
}

._1_fQ9 {
    padding-right: 16px;
    padding-right: 1rem
}

.PPEs3 {
    padding-right: 28px;
    padding-right: 1.75rem
}

@media (min-width:27.5rem) {
    .PPEs3 {
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .PPEs3 {
        padding-right: 2rem
    }
}

._21iGJ {
    padding-right: 44px;
    padding-right: 2.75rem
}

@media (min-width:27.5rem) {
    ._21iGJ {
        padding-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._21iGJ {
        padding-right: 4rem
    }
}

._1gaoh {
    -webkit-box-shadow: none;
    box-shadow: none
}

._1yzg6 {
    border-color: transparent
}

.AkzPX {
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent
}

.Clryj {
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent
}

._3biPX {
    -webkit-box-shadow: inset 0 0 0 4px transparent;
    box-shadow: inset 0 0 0 4px transparent
}

.VsRfV {
    border-color: #008255
}

._2jbpY {
    -webkit-box-shadow: inset 0 0 0 1px #008255;
    box-shadow: inset 0 0 0 1px #008255
}

._2qvOM {
    -webkit-box-shadow: inset 0 0 0 2px #008255;
    box-shadow: inset 0 0 0 2px #008255
}

.G_mAB {
    -webkit-box-shadow: inset 0 0 0 4px #008255;
    box-shadow: inset 0 0 0 4px #008255
}

.fp6wE {
    border-color: #40ad87
}

._3R18W {
    -webkit-box-shadow: inset 0 0 0 1px #40ad87;
    box-shadow: inset 0 0 0 1px #40ad87
}

._3RRfd {
    -webkit-box-shadow: inset 0 0 0 2px #40ad87;
    box-shadow: inset 0 0 0 2px #40ad87
}

._5nIr7 {
    -webkit-box-shadow: inset 0 0 0 4px #40ad87;
    box-shadow: inset 0 0 0 4px #40ad87
}

._3hgPg {
    border-color: #81d6b8
}

._1oFCS {
    -webkit-box-shadow: inset 0 0 0 1px #81d6b8;
    box-shadow: inset 0 0 0 1px #81d6b8
}

._2xTJh {
    -webkit-box-shadow: inset 0 0 0 2px #81d6b8;
    box-shadow: inset 0 0 0 2px #81d6b8
}

._1jRVz {
    -webkit-box-shadow: inset 0 0 0 4px #81d6b8;
    box-shadow: inset 0 0 0 4px #81d6b8
}

._1-YtJ {
    border-color: #e3faf2
}

._3Rztr {
    -webkit-box-shadow: inset 0 0 0 1px #e3faf2;
    box-shadow: inset 0 0 0 1px #e3faf2
}

._1FdL6 {
    -webkit-box-shadow: inset 0 0 0 2px #e3faf2;
    box-shadow: inset 0 0 0 2px #e3faf2
}

._1Uuyl {
    -webkit-box-shadow: inset 0 0 0 4px #e3faf2;
    box-shadow: inset 0 0 0 4px #e3faf2
}

.v1Rtp {
    border-color: #006642
}

._1hHGr {
    -webkit-box-shadow: inset 0 0 0 1px #006642;
    box-shadow: inset 0 0 0 1px #006642
}

._1hW-5 {
    -webkit-box-shadow: inset 0 0 0 2px #006642;
    box-shadow: inset 0 0 0 2px #006642
}

._3tM-q {
    -webkit-box-shadow: inset 0 0 0 4px #006642;
    box-shadow: inset 0 0 0 4px #006642
}

.UY4bS {
    border-color: #8ccb32
}

._3OgQa {
    -webkit-box-shadow: inset 0 0 0 1px #8ccb32;
    box-shadow: inset 0 0 0 1px #8ccb32
}

._2kiYw {
    -webkit-box-shadow: inset 0 0 0 2px #8ccb32;
    box-shadow: inset 0 0 0 2px #8ccb32
}

._3e3qW {
    -webkit-box-shadow: inset 0 0 0 4px #8ccb32;
    box-shadow: inset 0 0 0 4px #8ccb32
}

.M5egc {
    border-color: #005fb9
}

._1p0nH {
    -webkit-box-shadow: inset 0 0 0 1px #005fb9;
    box-shadow: inset 0 0 0 1px #005fb9
}

._2lVuC {
    -webkit-box-shadow: inset 0 0 0 2px #005fb9;
    box-shadow: inset 0 0 0 2px #005fb9
}

.juINR {
    -webkit-box-shadow: inset 0 0 0 4px #005fb9;
    box-shadow: inset 0 0 0 4px #005fb9
}

._1GwQu {
    border-color: #54a0e8
}

._3tqUE {
    -webkit-box-shadow: inset 0 0 0 1px #54a0e8;
    box-shadow: inset 0 0 0 1px #54a0e8
}

.FnnHv {
    -webkit-box-shadow: inset 0 0 0 2px #54a0e8;
    box-shadow: inset 0 0 0 2px #54a0e8
}

._2ITrk {
    -webkit-box-shadow: inset 0 0 0 4px #54a0e8;
    box-shadow: inset 0 0 0 4px #54a0e8
}

.YbyF3 {
    border-color: #9dcdfa
}

._2iQX7 {
    -webkit-box-shadow: inset 0 0 0 1px #9dcdfa;
    box-shadow: inset 0 0 0 1px #9dcdfa
}

._3cM7J {
    -webkit-box-shadow: inset 0 0 0 2px #9dcdfa;
    box-shadow: inset 0 0 0 2px #9dcdfa
}

.EzO29 {
    -webkit-box-shadow: inset 0 0 0 4px #9dcdfa;
    box-shadow: inset 0 0 0 4px #9dcdfa
}

._3dbH8 {
    border-color: #deefff
}

._3RFgI {
    -webkit-box-shadow: inset 0 0 0 1px #deefff;
    box-shadow: inset 0 0 0 1px #deefff
}

._1yAi8 {
    -webkit-box-shadow: inset 0 0 0 2px #deefff;
    box-shadow: inset 0 0 0 2px #deefff
}

._2vBIN {
    -webkit-box-shadow: inset 0 0 0 4px #deefff;
    box-shadow: inset 0 0 0 4px #deefff
}

._3oSSs {
    border-color: #02427e
}

._2hblk {
    -webkit-box-shadow: inset 0 0 0 1px #02427e;
    box-shadow: inset 0 0 0 1px #02427e
}

._1VujQ {
    -webkit-box-shadow: inset 0 0 0 2px #02427e;
    box-shadow: inset 0 0 0 2px #02427e
}

.YP4pt {
    -webkit-box-shadow: inset 0 0 0 4px #02427e;
    box-shadow: inset 0 0 0 4px #02427e
}

._1Ao5k {
    border-color: #de2828
}

._2zem2 {
    -webkit-box-shadow: inset 0 0 0 1px #de2828;
    box-shadow: inset 0 0 0 1px #de2828
}

._2SRYp {
    -webkit-box-shadow: inset 0 0 0 2px #de2828;
    box-shadow: inset 0 0 0 2px #de2828
}

._2G5gx {
    -webkit-box-shadow: inset 0 0 0 4px #de2828;
    box-shadow: inset 0 0 0 4px #de2828
}

._3bER0 {
    border-color: #ff5c5c
}

._1Kpox {
    -webkit-box-shadow: inset 0 0 0 1px #ff5c5c;
    box-shadow: inset 0 0 0 1px #ff5c5c
}

._1lAHg {
    -webkit-box-shadow: inset 0 0 0 2px #ff5c5c;
    box-shadow: inset 0 0 0 2px #ff5c5c
}

._3Gk2g {
    -webkit-box-shadow: inset 0 0 0 4px #ff5c5c;
    box-shadow: inset 0 0 0 4px #ff5c5c
}

._2Blms {
    border-color: #f99
}

._3SOh2 {
    -webkit-box-shadow: inset 0 0 0 1px #f99;
    box-shadow: inset 0 0 0 1px #f99
}

._3sJC2 {
    -webkit-box-shadow: inset 0 0 0 2px #f99;
    box-shadow: inset 0 0 0 2px #f99
}

._1paIh {
    -webkit-box-shadow: inset 0 0 0 4px #f99;
    box-shadow: inset 0 0 0 4px #f99
}

._1PM8L {
    border-color: #fae3e3
}

._1vCPd {
    -webkit-box-shadow: inset 0 0 0 1px #fae3e3;
    box-shadow: inset 0 0 0 1px #fae3e3
}

._36sls {
    -webkit-box-shadow: inset 0 0 0 2px #fae3e3;
    box-shadow: inset 0 0 0 2px #fae3e3
}

._7yC6N {
    -webkit-box-shadow: inset 0 0 0 4px #fae3e3;
    box-shadow: inset 0 0 0 4px #fae3e3
}

._3Px0X {
    border-color: #ab0303
}

.olgav {
    -webkit-box-shadow: inset 0 0 0 1px #ab0303;
    box-shadow: inset 0 0 0 1px #ab0303
}

._3WlRH {
    -webkit-box-shadow: inset 0 0 0 2px #ab0303;
    box-shadow: inset 0 0 0 2px #ab0303
}

._2Nue9 {
    -webkit-box-shadow: inset 0 0 0 4px #ab0303;
    box-shadow: inset 0 0 0 4px #ab0303
}

._3sR7S {
    border-color: #f8bb32
}

._3zSLL {
    -webkit-box-shadow: inset 0 0 0 1px #f8bb32;
    box-shadow: inset 0 0 0 1px #f8bb32
}

._2qTuY {
    -webkit-box-shadow: inset 0 0 0 2px #f8bb32;
    box-shadow: inset 0 0 0 2px #f8bb32
}

._1T8Ap {
    -webkit-box-shadow: inset 0 0 0 4px #f8bb32;
    box-shadow: inset 0 0 0 4px #f8bb32
}

._1UbVj {
    border-color: #ffcf7a
}

._3nqyq {
    -webkit-box-shadow: inset 0 0 0 1px #ffcf7a;
    box-shadow: inset 0 0 0 1px #ffcf7a
}

._3yEG0 {
    -webkit-box-shadow: inset 0 0 0 2px #ffcf7a;
    box-shadow: inset 0 0 0 2px #ffcf7a
}

._1Q6xD {
    -webkit-box-shadow: inset 0 0 0 4px #ffcf7a;
    box-shadow: inset 0 0 0 4px #ffcf7a
}

._3YNnj {
    border-color: #ffe4b3
}

._3Ah4Q {
    -webkit-box-shadow: inset 0 0 0 1px #ffe4b3;
    box-shadow: inset 0 0 0 1px #ffe4b3
}

._2WUCC {
    -webkit-box-shadow: inset 0 0 0 2px #ffe4b3;
    box-shadow: inset 0 0 0 2px #ffe4b3
}

.XtsP1 {
    -webkit-box-shadow: inset 0 0 0 4px #ffe4b3;
    box-shadow: inset 0 0 0 4px #ffe4b3
}

._3Ufk4 {
    border-color: #fff8e8
}

._38xre {
    -webkit-box-shadow: inset 0 0 0 1px #fff8e8;
    box-shadow: inset 0 0 0 1px #fff8e8
}

._3ir1x {
    -webkit-box-shadow: inset 0 0 0 2px #fff8e8;
    box-shadow: inset 0 0 0 2px #fff8e8
}

.kzCz3 {
    -webkit-box-shadow: inset 0 0 0 4px #fff8e8;
    box-shadow: inset 0 0 0 4px #fff8e8
}

._141n- {
    border-color: #d97809
}

._1FWuf {
    -webkit-box-shadow: inset 0 0 0 1px #d97809;
    box-shadow: inset 0 0 0 1px #d97809
}

._2B_Qg {
    -webkit-box-shadow: inset 0 0 0 2px #d97809;
    box-shadow: inset 0 0 0 2px #d97809
}

._1zz0O {
    -webkit-box-shadow: inset 0 0 0 4px #d97809;
    box-shadow: inset 0 0 0 4px #d97809
}

._3N64p {
    border-color: #fff
}

._19o5h {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

._2hdXc {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

._1-zRW {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff
}

.hRlxG {
    border-color: #000
}

._1Gnyy {
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000
}

._2XKzx {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000
}

._29hmL {
    -webkit-box-shadow: inset 0 0 0 4px #000;
    box-shadow: inset 0 0 0 4px #000
}

._3DLgm {
    border-color: #6c7f87
}

._2Nw_f {
    -webkit-box-shadow: inset 0 0 0 1px #6c7f87;
    box-shadow: inset 0 0 0 1px #6c7f87
}

.oYFWK {
    -webkit-box-shadow: inset 0 0 0 2px #6c7f87;
    box-shadow: inset 0 0 0 2px #6c7f87
}

.nTovu {
    -webkit-box-shadow: inset 0 0 0 4px #6c7f87;
    box-shadow: inset 0 0 0 4px #6c7f87
}

.LpHSn {
    border-color: #94a2a8
}

.D_tkm {
    -webkit-box-shadow: inset 0 0 0 1px #94a2a8;
    box-shadow: inset 0 0 0 1px #94a2a8
}

._1wr1i {
    -webkit-box-shadow: inset 0 0 0 2px #94a2a8;
    box-shadow: inset 0 0 0 2px #94a2a8
}

._1HYT1 {
    -webkit-box-shadow: inset 0 0 0 4px #94a2a8;
    box-shadow: inset 0 0 0 4px #94a2a8
}

._3xjV5 {
    border-color: #bdc6ca
}

._1RRS2 {
    -webkit-box-shadow: inset 0 0 0 1px #bdc6ca;
    box-shadow: inset 0 0 0 1px #bdc6ca
}

._2ZFMq {
    -webkit-box-shadow: inset 0 0 0 2px #bdc6ca;
    box-shadow: inset 0 0 0 2px #bdc6ca
}

.qeT0t {
    -webkit-box-shadow: inset 0 0 0 4px #bdc6ca;
    box-shadow: inset 0 0 0 4px #bdc6ca
}

.UJtzr {
    border-color: #d2d7dc
}

._3mjHG {
    -webkit-box-shadow: inset 0 0 0 1px #d2d7dc;
    box-shadow: inset 0 0 0 1px #d2d7dc
}

._3cgIz {
    -webkit-box-shadow: inset 0 0 0 2px #d2d7dc;
    box-shadow: inset 0 0 0 2px #d2d7dc
}

.KuRDF {
    -webkit-box-shadow: inset 0 0 0 4px #d2d7dc;
    box-shadow: inset 0 0 0 4px #d2d7dc
}

.NAZMK {
    border-color: #f5f6f7
}

.mZE4w {
    -webkit-box-shadow: inset 0 0 0 1px #f5f6f7;
    box-shadow: inset 0 0 0 1px #f5f6f7
}

._2ICgv {
    -webkit-box-shadow: inset 0 0 0 2px #f5f6f7;
    box-shadow: inset 0 0 0 2px #f5f6f7
}

._2mW64 {
    -webkit-box-shadow: inset 0 0 0 4px #f5f6f7;
    box-shadow: inset 0 0 0 4px #f5f6f7
}

._39wt3 {
    border-color: #005fb9
}

.xtWte {
    -webkit-box-shadow: inset 0 0 0 1px #005fb9;
    box-shadow: inset 0 0 0 1px #005fb9
}

._3UKVv {
    -webkit-box-shadow: inset 0 0 0 2px #005fb9;
    box-shadow: inset 0 0 0 2px #005fb9
}

._21VB4 {
    -webkit-box-shadow: inset 0 0 0 4px #005fb9;
    box-shadow: inset 0 0 0 4px #005fb9
}

.z2whg {
    border-color: #deefff
}

._3vEi7 {
    -webkit-box-shadow: inset 0 0 0 1px #deefff;
    box-shadow: inset 0 0 0 1px #deefff
}

._107TD {
    -webkit-box-shadow: inset 0 0 0 2px #deefff;
    box-shadow: inset 0 0 0 2px #deefff
}

._2kzNJ {
    -webkit-box-shadow: inset 0 0 0 4px #deefff;
    box-shadow: inset 0 0 0 4px #deefff
}

._1ulxk {
    border-width: 0
}

.YCSki {
    border-top-width: 0
}

._2rYpu {
    border-right-width: 0
}

._30yqK {
    border-bottom-width: 0
}

._12zUt {
    border-left-width: 0
}

._2C3pX {
    border-style: solid;
    border-width: 1px
}

._3tMAn {
    border-top-style: solid;
    border-top-width: 1px
}

._1_6KB {
    border-right-style: solid;
    border-right-width: 1px
}

._2_xdH {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

._1jM1j {
    border-left-style: solid;
    border-left-width: 1px
}

._1xmSF {
    border-style: solid;
    border-width: 2px
}

._8VoJB {
    border-top-style: solid;
    border-top-width: 2px
}

._3Q9AK {
    border-right-style: solid;
    border-right-width: 2px
}

._2f8rD {
    border-bottom-style: solid;
    border-bottom-width: 2px
}

._3A8MK {
    border-left-style: solid;
    border-left-width: 2px
}

.h5Qdc {
    border-style: solid;
    border-width: 4px
}

.-Yz9j {
    border-top-style: solid;
    border-top-width: 4px
}

._3cXFk {
    border-right-style: solid;
    border-right-width: 4px
}

._11q-t {
    border-bottom-style: solid;
    border-bottom-width: 4px
}

._24rmk {
    border-left-style: solid;
    border-left-width: 4px
}

.CmG8S {
    border-radius: .125rem
}

._1Ms0I {
    border-radius: 0
}

._1Kq3J {
    -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
    box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36)
}

._1GKFY {
    -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
    box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33)
}

.p74Aw {
    -webkit-box-shadow: 0 32px 40px 0 rgba(108, 127, 135, .33), 0 8px 16px 0 rgba(108, 127, 135, .15);
    box-shadow: 0 32px 40px 0 rgba(108, 127, 135, .33), 0 8px 16px 0 rgba(108, 127, 135, .15)
}

._2Z2Wj {
    width: auto
}

._2bbAn {
    width: 0
}

._2Mf4s {
    width: 33.33%;
    width: 33.33333%
}

._3XnvL {
    width: 66.66%;
    width: 66.66667%
}

.VJmMR {
    width: 10%
}

._2P7QI {
    width: 20%
}

._2uwAg {
    width: 30%
}

.Kvv-d {
    width: 40%
}

._1POeC {
    width: 50%
}

.Wk24D {
    width: 60%
}

._1jyTt {
    width: 70%
}

._2RDKc {
    width: 80%
}

.IKcXq {
    width: 90%
}

.ga43Y {
    width: 100%
}

._35_mo {
    height: 100%
}

._11l6_ {
    max-width: 100%
}

._1SgGa {
    max-width: 1192px
}

.dGd_3 {
    max-width: 30em
}

._3UvXM {
    max-width: 20em
}

._396Ee {
    max-width: 34em
}

._tx5P {
    vertical-align: baseline
}

._3iFHw {
    vertical-align: top
}

.zeB7C {
    vertical-align: bottom
}

._3r9I7 {
    vertical-align: middle
}

._2Pb7C {
    text-align: left
}

._3PpZ- {
    text-align: center
}

.T08M3 {
    text-align: right
}

._2PHDr {
    text-align: justify
}

._2bbf5 {
    float: left
}

._2sSQH {
    float: right
}

._2IYL2 {
    float: none
}

._1cHmP {
    clear: left
}

._1MfLB {
    clear: right
}

._3Ro2I {
    clear: both
}

.fEXSO {
    clear: none
}

._28lPR:after {
    content: " ";
    display: table;
    clear: both
}

._2hmpI {
    display: none
}

.YBP0c {
    display: inline
}

._2hIzB {
    display: inline-block
}

._7uLBh {
    display: block
}

.GK0iZ {
    display: inline;
    display: initial
}

.L2DzI {
    position: static
}

._2GLd0 {
    position: relative
}

.piRbd {
    position: absolute
}

._20FB5 {
    position: fixed
}

._30rO1 {
    position: -webkit-sticky;
    position: sticky
}

._2Kk1n {
    display: table
}

._1GtiF {
    display: table-cell
}

._3GBdG {
    display: table-row
}

.gBzZX {
    display: table-column
}

._3rfKg {
    table-layout: fixed
}

._2JU8l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

._1xbWZ {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

._1tsQj {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

._2iuhy,
._3B61f {
    -webkit-box-orient: vertical
}

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

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

._1nc5z,
.FP-03 {
    -webkit-box-orient: horizontal
}

.FP-03 {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

._2SU-0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

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

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

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

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

._3Tnxp {
    -ms-flex-item-align: end;
    align-self: flex-end
}

._2k4uw {
    -ms-flex-item-align: center;
    align-self: center
}

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

._1rwNk {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

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

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

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

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

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

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

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

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

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

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

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

._1MgvW {
    white-space: nowrap
}

._2BS9X {
    cursor: pointer
}

._2x5CH {
    cursor: not-allowed
}

._3HTDu {
    margin: auto
}

._3sLl7 {
    margin-left: auto;
    margin-right: auto
}

.IHc8k {
    margin-bottom: auto
}

.IHc8k,
.VpaDw {
    margin-top: auto
}

._2m981 {
    margin-right: auto
}

._3qjOp {
    margin-bottom: auto
}

._3KOO5 {
    margin-left: auto
}

._1C9hV {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: none;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.BDQVO {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

._31ZsN {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

._-9Ypz {
    pointer-events: none
}

._1wlM3:focus,
._3FKQa:focus {
    outline: 4px solid rgba(157, 205, 250, .5)
}

@media (min-width:45rem) {
    ._2lpRO {
        color: transparent
    }
}

@media (min-width:45rem) {
    ._31Wrx {
        color: #008255
    }
}

@media (min-width:45rem) {
    ._2ZzCD {
        color: #40ad87
    }
}

@media (min-width:45rem) {
    ._3n5FK {
        color: #81d6b8
    }
}

@media (min-width:45rem) {
    .VJwgl {
        color: #e3faf2
    }
}

@media (min-width:45rem) {
    ._3FqFU {
        color: #006642
    }
}

@media (min-width:45rem) {
    ._2zGt- {
        color: #8ccb32
    }
}

@media (min-width:45rem) {
    ._3xjnY {
        color: #005fb9
    }
}

@media (min-width:45rem) {
    ._3l722 {
        color: #54a0e8
    }
}

@media (min-width:45rem) {
    ._1vGvv {
        color: #9dcdfa
    }
}

@media (min-width:45rem) {
    ._12PfF {
        color: #deefff
    }
}

@media (min-width:45rem) {
    ._3HJv8 {
        color: #02427e
    }
}

@media (min-width:45rem) {
    .ciqjc {
        color: #de2828
    }
}

@media (min-width:45rem) {
    ._28Tmh {
        color: #ff5c5c
    }
}

@media (min-width:45rem) {
    ._2_Cat {
        color: #f99
    }
}

@media (min-width:45rem) {
    .OtOYx {
        color: #fae3e3
    }
}

@media (min-width:45rem) {
    ._4EVMj {
        color: #ab0303
    }
}

@media (min-width:45rem) {
    ._3t_k0 {
        color: #f8bb32
    }
}

@media (min-width:45rem) {
    ._2ZdVY {
        color: #ffcf7a
    }
}

@media (min-width:45rem) {
    .XMLsQ {
        color: #ffe4b3
    }
}

@media (min-width:45rem) {
    ._3GSA9 {
        color: #fff8e8
    }
}

@media (min-width:45rem) {
    ._38l9L {
        color: #d97809
    }
}

@media (min-width:45rem) {
    .hk07A {
        color: #fff
    }
}

@media (min-width:45rem) {
    ._2cQmq {
        color: #000
    }
}

@media (min-width:45rem) {
    .U-UUB {
        color: #6c7f87
    }
}

@media (min-width:45rem) {
    ._3Yqqm {
        color: #94a2a8
    }
}

@media (min-width:45rem) {
    ._1TrNc {
        color: #bdc6ca
    }
}

@media (min-width:45rem) {
    ._3Nxqt {
        color: #d2d7dc
    }
}

@media (min-width:45rem) {
    ._2aXTh {
        color: #f5f6f7
    }
}

@media (min-width:45rem) {
    ._2WwVG {
        color: #005fb9
    }
}

@media (min-width:45rem) {
    .eedHK {
        color: #deefff
    }
}

@media (min-width:45rem) {
    ._1AW8P {
        background-color: transparent
    }
}

@media (min-width:45rem) {
    ._2z2-l {
        background-color: #008255
    }
}

@media (min-width:45rem) {
    ._1RFNN {
        background-color: #40ad87
    }
}

@media (min-width:45rem) {
    ._13ear {
        background-color: #81d6b8
    }
}

@media (min-width:45rem) {
    ._3EGqL {
        background-color: #e3faf2
    }
}

@media (min-width:45rem) {
    ._2Gxw7 {
        background-color: #006642
    }
}

@media (min-width:45rem) {
    ._3FD2l {
        background-color: #8ccb32
    }
}

@media (min-width:45rem) {
    ._3trHu {
        background-color: #005fb9
    }
}

@media (min-width:45rem) {
    .rOrtj {
        background-color: #54a0e8
    }
}

@media (min-width:45rem) {
    ._3Zxi2 {
        background-color: #9dcdfa
    }
}

@media (min-width:45rem) {
    ._2q3-B {
        background-color: #deefff
    }
}

@media (min-width:45rem) {
    .j0fzE {
        background-color: #02427e
    }
}

@media (min-width:45rem) {
    ._2SJ1d {
        background-color: #de2828
    }
}

@media (min-width:45rem) {
    .oUCj7 {
        background-color: #ff5c5c
    }
}

@media (min-width:45rem) {
    ._1Pu3H {
        background-color: #f99
    }
}

@media (min-width:45rem) {
    ._1dQQj {
        background-color: #fae3e3
    }
}

@media (min-width:45rem) {
    ._1KhO- {
        background-color: #ab0303
    }
}

@media (min-width:45rem) {
    ._3ADMC {
        background-color: #f8bb32
    }
}

@media (min-width:45rem) {
    .tYhBi {
        background-color: #ffcf7a
    }
}

@media (min-width:45rem) {
    .FcsGS {
        background-color: #ffe4b3
    }
}

@media (min-width:45rem) {
    ._3cHuW {
        background-color: #fff8e8
    }
}

@media (min-width:45rem) {
    ._2BSph {
        background-color: #d97809
    }
}

@media (min-width:45rem) {
    ._iuk3 {
        background-color: #fff
    }
}

@media (min-width:45rem) {
    .x7uZf {
        background-color: #000
    }
}

@media (min-width:45rem) {
    ._1fsjw {
        background-color: #6c7f87
    }
}

@media (min-width:45rem) {
    ._17tF9 {
        background-color: #94a2a8
    }
}

@media (min-width:45rem) {
    ._2P6V5 {
        background-color: #bdc6ca
    }
}

@media (min-width:45rem) {
    ._2qK1X {
        background-color: #d2d7dc
    }
}

@media (min-width:45rem) {
    .n1mpo {
        background-color: #f5f6f7
    }
}

@media (min-width:45rem) {
    ._3EOIh {
        background-color: #005fb9
    }
}

@media (min-width:45rem) {
    ._1kRx6 {
        background-color: #deefff
    }
}

@media (min-width:45rem) {
    ._3KSfB {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 2rem;
        line-height: 1.1875;
        font-weight: 700;
        font-size: calc(1.30619rem + 2.52294vw)
    }
}

@media (min-width:82rem) {
    ._3KSfB {
        font-size: 3.375rem;
        line-height: 1.1111111111111112
    }
}

@media (min-width:45rem) {
    ._3M_t6 {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.5rem;
        line-height: 1.25;
        font-weight: 700;
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._3M_t6 {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

@media (min-width:45rem) {
    ._1lp_V {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.5rem;
        line-height: 1.25;
        font-weight: 700;
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._1lp_V {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

@media (min-width:45rem) {
    .KanXD {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 700;
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .KanXD {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

@media (min-width:45rem) {
    .H7e41 {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 700;
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .H7e41 {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

@media (min-width:45rem) {
    ._3ArLm {
        font-size: 1rem;
        line-height: 1.5
    }
}

@media (min-width:45rem) {
    ._3ArLm,
    ._3evEB {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-weight: 400
    }
    ._3evEB {
        font-size: .8125rem
    }
}

@media (min-width:45rem) {
    ._3evEB,
    .v5hQl {
        line-height: 1.5384615384615385
    }
    .v5hQl {
        font-family: Chronicle, serif;
        font-size: 1.25rem;
        font-weight: 400;
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .v5hQl {
        font-size: 1.5rem;
        line-height: 1.5384615384615385
    }
}

@media (min-width:45rem) {
    ._1FmUH {
        font-size: 1rem;
        line-height: 1.5
    }
}

@media (min-width:45rem) {
    ._1FmUH,
    ._3stUu {
        font-family: Chronicle, serif;
        font-weight: 400
    }
}

@media (min-width:45rem) {
    ._3stUu,
    .Q7lfi {
        font-size: .8125rem;
        line-height: 1.5384615384615385
    }
}

@media (min-width:45rem) {
    .nG5Bj {
        font-size: 1rem;
        line-height: 1.5
    }
}

@media (min-width:45rem) {
    .a_nha {
        font-size: 1.25rem;
        line-height: 1.3;
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .a_nha {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

@media (min-width:45rem) {
    ._3Hrm1 {
        font-size: 1.5rem;
        line-height: 1.25;
        font-size: calc(1.12156rem + 1.37615vw)
    }
}

@media (min-width:82rem) {
    ._3Hrm1 {
        font-size: 2.25rem;
        line-height: 1.1666666666666667
    }
}

@media (min-width:45rem) {
    ._264tC {
        font-size: 2rem;
        line-height: 1.1875;
        font-size: calc(1.30619rem + 2.52294vw)
    }
}

@media (min-width:82rem) {
    ._264tC {
        font-size: 3.375rem;
        line-height: 1.1111111111111112
    }
}

@media (min-width:45rem) {
    ._26L06 {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif
    }
}

@media (min-width:45rem) {
    .B1UO9 {
        font-family: Chronicle, serif
    }
}

@media (min-width:45rem) {
    ._18j8b {
        font-family: Chronicle Display, serif
    }
}

@media (min-width:45rem) {
    .vuyOL {
        text-transform: uppercase;
        letter-spacing: .0625em
    }
}

@media (min-width:45rem) {
    ._2Q7t4 {
        font-weight: 400
    }
}

@media (min-width:45rem) {
    ._1Nnnl {
        font-weight: 700
    }
}

@media (min-width:45rem) {
    .SV_yy {
        font-style: italic
    }
}

@media (min-width:45rem) {
    ._3HWZn {
        text-decoration: underline
    }
}

@media (min-width:45rem) {
    ._2cdDB {
        margin: 0
    }
}

@media (min-width:45rem) {
    ._3_0pF {
        margin: .25rem
    }
}

@media (min-width:45rem) {
    ._3IboS {
        margin: .5rem
    }
}

@media (min-width:45rem) {
    ._181aF {
        margin: 1rem
    }
}

@media (min-width:45rem) {
    ._1Y-wW {
        margin: 1.75rem;
        margin: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._1Y-wW {
        margin: 2rem
    }
}

@media (min-width:45rem) {
    .EV1bx {
        margin: 2.75rem;
        margin: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .EV1bx {
        margin: 4rem
    }
}

@media (min-width:45rem) {
    ._3voyX {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (min-width:45rem) {
    .GenkO {
        margin-bottom: .25rem;
        margin-top: .25rem
    }
}

@media (min-width:45rem) {
    ._2gail {
        margin-bottom: .5rem;
        margin-top: .5rem
    }
}

@media (min-width:45rem) {
    ._2yUOz {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

@media (min-width:45rem) {
    ._2LCb2 {
        margin-bottom: 1.75rem;
        margin-top: 1.75rem;
        margin-bottom: calc(1.62385rem + .45872vw);
        margin-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2LCb2 {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

@media (min-width:45rem) {
    ._3Vf5z {
        margin-bottom: 2.75rem;
        margin-top: 2.75rem;
        margin-bottom: calc(2.11927rem + 2.29358vw);
        margin-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3Vf5z {
        margin-bottom: 4rem;
        margin-top: 4rem
    }
}

@media (min-width:45rem) {
    ._1L5Nh {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:45rem) {
    ._2xzrQ {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

@media (min-width:45rem) {
    ._2pLIB {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media (min-width:45rem) {
    ._29_fb {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media (min-width:45rem) {
    ._9D18H {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
        margin-left: calc(1.62385rem + .45872vw);
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._9D18H {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media (min-width:45rem) {
    ._2sSGh {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
        margin-left: calc(2.11927rem + 2.29358vw);
        margin-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2sSGh {
        margin-left: 4rem;
        margin-right: 4rem
    }
}

@media (min-width:45rem) {
    .Vimmb {
        margin-top: 0
    }
}

@media (min-width:45rem) {
    ._1hapy {
        margin-top: .25rem
    }
}

@media (min-width:45rem) {
    ._26hGd {
        margin-top: .5rem
    }
}

@media (min-width:45rem) {
    ._1ovwr {
        margin-top: 1rem
    }
}

@media (min-width:45rem) {
    .aZXbN {
        margin-top: 1.75rem;
        margin-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .aZXbN {
        margin-top: 2rem
    }
}

@media (min-width:45rem) {
    .jgkqJ {
        margin-top: 2.75rem;
        margin-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .jgkqJ {
        margin-top: 4rem
    }
}

@media (min-width:45rem) {
    ._1uIts {
        margin-bottom: 0
    }
}

@media (min-width:45rem) {
    .dlVKo {
        margin-bottom: .25rem
    }
}

@media (min-width:45rem) {
    ._25HPz {
        margin-bottom: .5rem
    }
}

@media (min-width:45rem) {
    ._3cJkN {
        margin-bottom: 1rem
    }
}

@media (min-width:45rem) {
    ._17mer {
        margin-bottom: 1.75rem;
        margin-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._17mer {
        margin-bottom: 2rem
    }
}

@media (min-width:45rem) {
    .p5GXr {
        margin-bottom: 2.75rem;
        margin-bottom: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .p5GXr {
        margin-bottom: 4rem
    }
}

@media (min-width:45rem) {
    ._3BLJ6 {
        margin-left: 0
    }
}

@media (min-width:45rem) {
    ._3j8Uu {
        margin-left: .25rem
    }
}

@media (min-width:45rem) {
    ._1BB5t {
        margin-left: .5rem
    }
}

@media (min-width:45rem) {
    ._2SoDW {
        margin-left: 1rem
    }
}

@media (min-width:45rem) {
    .-MuEU {
        margin-left: 1.75rem;
        margin-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .-MuEU {
        margin-left: 2rem
    }
}

@media (min-width:45rem) {
    ._2wXT3 {
        margin-left: 2.75rem;
        margin-left: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._2wXT3 {
        margin-left: 4rem
    }
}

@media (min-width:45rem) {
    ._1Sbm4 {
        margin-right: 0
    }
}

@media (min-width:45rem) {
    ._2yvv1 {
        margin-right: .25rem
    }
}

@media (min-width:45rem) {
    ._3Tq7t {
        margin-right: .5rem
    }
}

@media (min-width:45rem) {
    ._3n4BR {
        margin-right: 1rem
    }
}

@media (min-width:45rem) {
    ._2wYhu {
        margin-right: 1.75rem;
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2wYhu {
        margin-right: 2rem
    }
}

@media (min-width:45rem) {
    .H-39O {
        margin-right: 2.75rem;
        margin-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .H-39O {
        margin-right: 4rem
    }
}

@media (min-width:45rem) {
    ._1kh_8 {
        padding: 0
    }
}

@media (min-width:45rem) {
    ._33pTw {
        padding: .25rem
    }
}

@media (min-width:45rem) {
    ._3fZ2D {
        padding: .5rem
    }
}

@media (min-width:45rem) {
    ._2pXL_ {
        padding: 1rem
    }
}

@media (min-width:45rem) {
    ._1Ybhw {
        padding: 1.75rem;
        padding: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._1Ybhw {
        padding: 2rem
    }
}

@media (min-width:45rem) {
    ._32BUG {
        padding: 2.75rem;
        padding: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._32BUG {
        padding: 4rem
    }
}

@media (min-width:45rem) {
    ._3KpkG {
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width:45rem) {
    ._3QbTF {
        padding-bottom: .25rem;
        padding-top: .25rem
    }
}

@media (min-width:45rem) {
    ._3JNjH {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

@media (min-width:45rem) {
    ._1yROW {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

@media (min-width:45rem) {
    .SNPPy {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem;
        padding-bottom: calc(1.62385rem + .45872vw);
        padding-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .SNPPy {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

@media (min-width:45rem) {
    ._3riVB {
        padding-bottom: 2.75rem;
        padding-top: 2.75rem;
        padding-bottom: calc(2.11927rem + 2.29358vw);
        padding-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._3riVB {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

@media (min-width:45rem) {
    ._2zXxL {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:45rem) {
    ._3pE-P {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

@media (min-width:45rem) {
    ._2UivL {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (min-width:45rem) {
    ._2ADAt {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:45rem) {
    ._594Qn {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-left: calc(1.62385rem + .45872vw);
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._594Qn {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:45rem) {
    ._1Gfoj {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
        padding-left: calc(2.11927rem + 2.29358vw);
        padding-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._1Gfoj {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:45rem) {
    ._1nSnY {
        padding-top: 0
    }
}

@media (min-width:45rem) {
    ._2jkvG {
        padding-top: .25rem
    }
}

@media (min-width:45rem) {
    ._3PLGn {
        padding-top: .5rem
    }
}

@media (min-width:45rem) {
    .jAPWr {
        padding-top: 1rem
    }
}

@media (min-width:45rem) {
    .UXeJ5 {
        padding-top: 1.75rem;
        padding-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .UXeJ5 {
        padding-top: 2rem
    }
}

@media (min-width:45rem) {
    ._1uo6K {
        padding-top: 2.75rem;
        padding-top: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    ._1uo6K {
        padding-top: 4rem
    }
}

@media (min-width:45rem) {
    .pDSKd {
        padding-bottom: 0
    }
}

@media (min-width:45rem) {
    ._2rQ-4 {
        padding-bottom: .25rem
    }
}

@media (min-width:45rem) {
    ._1hAxw {
        padding-bottom: .5rem
    }
}

@media (min-width:45rem) {
    ._2AXp8 {
        padding-bottom: 1rem
    }
}

@media (min-width:45rem) {
    ._3Dna1 {
        padding-bottom: 1.75rem;
        padding-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._3Dna1 {
        padding-bottom: 2rem
    }
}

@media (min-width:45rem) {
    .CKGCH {
        padding-bottom: 2.75rem;
        padding-bottom: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .CKGCH {
        padding-bottom: 4rem
    }
}

@media (min-width:45rem) {
    .aee4B {
        padding-left: 0
    }
}

@media (min-width:45rem) {
    ._2KhTA {
        padding-left: .25rem
    }
}

@media (min-width:45rem) {
    ._1LMzX {
        padding-left: .5rem
    }
}

@media (min-width:45rem) {
    ._1xxdu {
        padding-left: 1rem
    }
}

@media (min-width:45rem) {
    ._1p6_K {
        padding-left: 1.75rem;
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._1p6_K {
        padding-left: 2rem
    }
}

@media (min-width:45rem) {
    .e6LRU {
        padding-left: 2.75rem;
        padding-left: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .e6LRU {
        padding-left: 4rem
    }
}

@media (min-width:45rem) {
    .-xEc2 {
        padding-right: 0
    }
}

@media (min-width:45rem) {
    ._2zxj- {
        padding-right: .25rem
    }
}

@media (min-width:45rem) {
    ._1Zy3Z {
        padding-right: .5rem
    }
}

@media (min-width:45rem) {
    ._1UKWN {
        padding-right: 1rem
    }
}

@media (min-width:45rem) {
    .YFE_d {
        padding-right: 1.75rem;
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .YFE_d {
        padding-right: 2rem
    }
}

@media (min-width:45rem) {
    .MefFK {
        padding-right: 2.75rem;
        padding-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .MefFK {
        padding-right: 4rem
    }
}

@media (min-width:45rem) {
    .k00FL {
        border-width: 0
    }
}

@media (min-width:45rem) {
    .CnMXl {
        border-top-width: 0
    }
}

@media (min-width:45rem) {
    ._3GXHE {
        border-right-width: 0
    }
}

@media (min-width:45rem) {
    ._11FFp {
        border-bottom-width: 0
    }
}

@media (min-width:45rem) {
    ._1PUFO {
        border-left-width: 0
    }
}

@media (min-width:45rem) {
    ._2Lsi- {
        border-style: solid;
        border-width: 1px
    }
}

@media (min-width:45rem) {
    .VCu_5 {
        border-top-style: solid;
        border-top-width: 1px
    }
}

@media (min-width:45rem) {
    ._1QVZ9 {
        border-right-style: solid;
        border-right-width: 1px
    }
}

@media (min-width:45rem) {
    ._14BaJ {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
}

@media (min-width:45rem) {
    ._1BehV {
        border-left-style: solid;
        border-left-width: 1px
    }
}

@media (min-width:45rem) {
    ._1jTxI {
        border-style: solid;
        border-width: 2px
    }
}

@media (min-width:45rem) {
    ._2DK-S {
        border-top-style: solid;
        border-top-width: 2px
    }
}

@media (min-width:45rem) {
    ._5yd5O {
        border-right-style: solid;
        border-right-width: 2px
    }
}

@media (min-width:45rem) {
    ._3g2s9 {
        border-bottom-style: solid;
        border-bottom-width: 2px
    }
}

@media (min-width:45rem) {
    ._3S_cn {
        border-left-style: solid;
        border-left-width: 2px
    }
}

@media (min-width:45rem) {
    ._1-hIW {
        border-style: solid;
        border-width: 4px
    }
}

@media (min-width:45rem) {
    ._26h6N {
        border-top-style: solid;
        border-top-width: 4px
    }
}

@media (min-width:45rem) {
    ._2-kct {
        border-right-style: solid;
        border-right-width: 4px
    }
}

@media (min-width:45rem) {
    ._5e2A9 {
        border-bottom-style: solid;
        border-bottom-width: 4px
    }
}

@media (min-width:45rem) {
    ._1WBEy {
        border-left-style: solid;
        border-left-width: 4px
    }
}

@media (min-width:45rem) {
    ._2R3nn {
        border-radius: .125rem
    }
}

@media (min-width:45rem) {
    .ymGAH {
        border-radius: 0
    }
}

@media (min-width:45rem) {
    ._274ec {
        -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
        box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36)
    }
}

@media (min-width:45rem) {
    ._2k8Kq {
        -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
        box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33)
    }
}

@media (min-width:45rem) {
    ._13nx_ {
        -webkit-box-shadow: 0 32px 40px 0 rgba(108, 127, 135, .33), 0 8px 16px 0 rgba(108, 127, 135, .15);
        box-shadow: 0 32px 40px 0 rgba(108, 127, 135, .33), 0 8px 16px 0 rgba(108, 127, 135, .15)
    }
}

@media (min-width:45rem) {
    ._3lqey {
        width: auto
    }
}

@media (min-width:45rem) {
    ._3fsQz {
        width: 0
    }
}

@media (min-width:45rem) {
    .gvscq {
        width: 33.33%;
        width: 33.33333%
    }
}

@media (min-width:45rem) {
    .JmvtJ {
        width: 66.66%;
        width: 66.66667%
    }
}

@media (min-width:45rem) {
    ._2TuzU {
        width: 10%
    }
}

@media (min-width:45rem) {
    .rSplV {
        width: 20%
    }
}

@media (min-width:45rem) {
    .nAC27 {
        width: 30%
    }
}

@media (min-width:45rem) {
    ._34ij7 {
        width: 40%
    }
}

@media (min-width:45rem) {
    ._25DDO {
        width: 50%
    }
}

@media (min-width:45rem) {
    ._1rJjG {
        width: 60%
    }
}

@media (min-width:45rem) {
    ._3bEiZ {
        width: 70%
    }
}

@media (min-width:45rem) {
    ._2sPXC {
        width: 80%
    }
}

@media (min-width:45rem) {
    ._3Ar7m {
        width: 90%
    }
}

@media (min-width:45rem) {
    ._2bHMx {
        width: 100%
    }
}

@media (min-width:45rem) {
    .e65hc {
        height: 100%
    }
}

@media (min-width:45rem) {
    ._3QlAO {
        max-width: 100%
    }
}

@media (min-width:45rem) {
    ._35vEV {
        max-width: 1192px
    }
}

@media (min-width:45rem) {
    ._1Jd78 {
        max-width: 30em
    }
}

@media (min-width:45rem) {
    .BCHQI {
        max-width: 20em
    }
}

@media (min-width:45rem) {
    ._1EUlj {
        max-width: 34em
    }
}

@media (min-width:45rem) {
    ._1D5ZD {
        vertical-align: baseline
    }
}

@media (min-width:45rem) {
    ._2P9hy {
        vertical-align: top
    }
}

@media (min-width:45rem) {
    .kpUR8 {
        vertical-align: bottom
    }
}

@media (min-width:45rem) {
    ._2N5l1 {
        vertical-align: middle
    }
}

@media (min-width:45rem) {
    .jcqrg {
        text-align: left
    }
}

@media (min-width:45rem) {
    ._3y4HB {
        text-align: center
    }
}

@media (min-width:45rem) {
    ._2Hnzg {
        text-align: right
    }
}

@media (min-width:45rem) {
    .sTReT {
        text-align: justify
    }
}

@media (min-width:45rem) {
    ._36J3r {
        float: left
    }
}

@media (min-width:45rem) {
    .B5lrQ {
        float: right
    }
}

@media (min-width:45rem) {
    ._1-QjW {
        float: none
    }
}

@media (min-width:45rem) {
    ._1wY22 {
        clear: left
    }
}

@media (min-width:45rem) {
    ._1I8uO {
        clear: right
    }
}

@media (min-width:45rem) {
    .x7pG5 {
        clear: both
    }
}

@media (min-width:45rem) {
    ._2U9UD {
        clear: none
    }
}

@media (min-width:45rem) {
    .GLp1W:after {
        content: " ";
        display: table;
        clear: both
    }
}

@media (min-width:45rem) {
    ._3j88s {
        display: none
    }
}

@media (min-width:45rem) {
    ._3qoZh {
        display: inline
    }
}

@media (min-width:45rem) {
    .cx5uX {
        display: inline-block
    }
}

@media (min-width:45rem) {
    ._1jotv {
        display: block
    }
}

@media (min-width:45rem) {
    ._3bndB {
        display: inline;
        display: initial
    }
}

@media (min-width:45rem) {
    .do3az {
        position: static
    }
}

@media (min-width:45rem) {
    ._3R9Yp {
        position: relative
    }
}

@media (min-width:45rem) {
    ._3TyQD {
        position: absolute
    }
}

@media (min-width:45rem) {
    ._1zj_b {
        position: fixed
    }
}

@media (min-width:45rem) {
    ._1ZnoK {
        position: -webkit-sticky;
        position: sticky
    }
}

@media (min-width:45rem) {
    ._1BAgJ {
        display: table
    }
}

@media (min-width:45rem) {
    ._1rwqe {
        display: table-cell
    }
}

@media (min-width:45rem) {
    ._5LoTy {
        display: table-row
    }
}

@media (min-width:45rem) {
    .c6Jjw {
        display: table-column
    }
}

@media (min-width:45rem) {
    ._2g2b7 {
        table-layout: fixed
    }
}

@media (min-width:45rem) {
    ._1Jtvc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:45rem) {
    ._3tePQ {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width:45rem) {
    ._2szn4 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width:45rem) {
    ._1iZHu {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:45rem) {
    ._1iZHu,
    .LkHNC {
        -webkit-box-orient: vertical
    }
    .LkHNC {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:45rem) {
    ._2fem6 {
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:45rem) {
    ._2fem6,
    ._2MLOQ {
        -webkit-box-orient: horizontal
    }
    ._2MLOQ {
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:45rem) {
    ._2d0E1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:45rem) {
    ._1aix5 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:45rem) {
    ._3MpeM {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:45rem) {
    ._2Qkfo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:45rem) {
    ._83RBO {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media (min-width:45rem) {
    ._1oYD5 {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media (min-width:45rem) {
    .IggSb {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (min-width:45rem) {
    ._3tvH_ {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:45rem) {
    ._2wDV- {
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:45rem) {
    .CWAR- {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }
}

@media (min-width:45rem) {
    ._17hDM {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
}

@media (min-width:45rem) {
    ._1Q8XE {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:45rem) {
    ._2DGjV {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:45rem) {
    ._3B1mL {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:45rem) {
    ._1pWNG {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:45rem) {
    ._1-cBl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width:45rem) {
    ._2STjs {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
}

@media (min-width:45rem) {
    ._2YNFr {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }
}

@media (min-width:45rem) {
    ._1vNKI {
        -ms-flex-line-pack: center;
        align-content: center
    }
}

@media (min-width:45rem) {
    ._2HlzG {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
}

@media (min-width:45rem) {
    ._2mlEb {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }
}

@media (min-width:45rem) {
    .xp51N {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }
}

@media (min-width:45rem) {
    ._2NCvI {
        white-space: nowrap
    }
}

@media (min-width:45rem) {
    ._2pqp- {
        cursor: pointer
    }
}

@media (min-width:45rem) {
    ._14gm- {
        cursor: not-allowed
    }
}

@media (min-width:45rem) {
    .PhAG7 {
        margin: auto
    }
}

@media (min-width:45rem) {
    ._23VDP {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:45rem) {
    .nZB4p {
        margin-bottom: auto
    }
}

@media (min-width:45rem) {
    .MZfPm,
    .nZB4p {
        margin-top: auto
    }
}

@media (min-width:45rem) {
    ._2Rm5- {
        margin-right: auto
    }
}

@media (min-width:45rem) {
    ._8hDvN {
        margin-bottom: auto
    }
}

@media (min-width:45rem) {
    ._2hO14 {
        margin-left: auto
    }
}

@media (min-width:45rem) {
    ._2t0Yl {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: none;
        height: 1px;
        width: 1px;
        overflow: hidden
    }
}

@media (min-width:45rem) {
    ._1BRSX {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

@media (min-width:45rem) {
    .SjlJu {
        -ms-touch-action: manipulation;
        touch-action: manipulation
    }
}

@media (min-width:45rem) {
    ._2dAhU {
        pointer-events: none
    }
}

@media (min-width:45rem) {
    ._3Q6QN:focus,
    ._11YRm:focus {
        outline: 4px solid rgba(157, 205, 250, .5)
    }
}

.j5168 {
    will-change: transform, opacity;
    left: 0;
    height: 0;
    top: 40px;
    line-height: 24px
}

@media (max-width:1023px) {
    .j5168 {
        display: none
    }
}

._1sTfc {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.lmErm {
    opacity: 0;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    pointer-events: none
}

._3jbAG {
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

._3jbAG,
._3PFI2 {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

._3PFI2 {
    will-change: transform, opacity, width, height;
    -webkit-transition-property: opacity, width, height, -webkit-transform;
    transition-property: opacity, width, height, -webkit-transform;
    transition-property: transform, opacity, width, height;
    transition-property: transform, opacity, width, height, -webkit-transform
}

._1_qXn {
    border-radius: .125rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

._15U1P {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
    z-index: 1001;
    top: -7.5px
}

._3SKrK {
    left: 0;
    top: 0;
    overflow: hidden
}

._1RG8X {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

._3U__7 {
    pointer-events: inherit;
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

._3U__7+._1RG8X {
    pointer-events: none;
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

._3sQc0 {
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateX(0) translateX(100%);
    transform: translateX(0) translateX(100%);
    width: 100vw;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    display: block;
    position: fixed;
    padding: 0;
    background-color: #fafff9
}

._3sQc0 a._1AFjW {
    text-align: left;
    display: block;
    background-color: #fff;
    color: #000
}

@media (max-width:1023px) {
    ._3sQc0 a._1AFjW {
        padding: 10px 17px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc;
        font-size: 16px;
        color: #d2d7dc
    }
    ._3sQc0 a._1AFjW>svg {
        display: none
    }
}

._36ow_ {
    pointer-events: none
}

._36ow_:hover {
    color: #d2d7dc;
    text-decoration: none
}

._2q_2x {
    text-align: left;
    cursor: pointer;
    left: auto;
    height: 32px;
    width: 32px;
    top: 13px;
    right: 17px
}

._2q_2x,
.Jn-M1 {
    position: absolute
}

.Jn-M1 {
    color: #94a2a8;
    display: block;
    stroke-width: 3;
    stroke: #000;
    pointer-events: none
}

a._2Jste {
    max-width: 100%
}

a._2Jste:link,
a._2Jste:link:hover,
a._2Jste:link:visited,
a._2Jste:visited {
    color: #fff
}

@media (max-width:1023px) {
    a._2Jste {
        padding-left: 20px
    }
    a._2Jste:link,
    a._2Jste:link:hover,
    a._2Jste:link:visited,
    a._2Jste:visited {
        color: #008255!important
    }
    a._2Jste:before {
        content: "";
        border-left-style: solid;
        border-left-width: 1px;
        border-color: #000;
        padding-right: 20px
    }
}

@media (min-width:1024px) {
    a._2Jste {
        display: block
    }
}

._3GqC3 {
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

@media (min-width:1024px) {
    ._3GqC3 {
        position: relative;
        padding: 0 0 0 14px;
        line-height: 39px;
        cursor: pointer
    }
}

._3GqC3:hover .HCL0Z {
    display: block
}

._1PLKr {
    height: 7px;
    width: 16px;
    margin-right: 5px
}

.-r50m,
._3pPOu,
.WfOMo {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    float: left;
    margin-top: 2px
}

._3pPOu {
    margin-left: -1px;
    margin-right: 6px
}

.HCL0Z {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    position: absolute;
    width: 100vw;
    left: 0
}

.HCL0Z,
.HCL0Z li {
    background-color: #fff
}

.HCL0Z li {
    padding: 10px 17px
}

.HCL0Z li:after {
    position: absolute;
    content: "";
    background: #d2d7dc;
    height: 1px;
    margin: 8px 17px;
    width: 90%;
    left: 0
}

.HCL0Z li:nth-child(4) {
    padding-bottom: 30px;
    border-bottom-width: 0
}

.HCL0Z li:nth-child(4):after {
    display: none
}

.HCL0Z li:nth-child(5) {
    padding-top: 30px
}

.HCL0Z li:nth-child(n+5) {
    background-color: #fafff9
}

.HCL0Z li:last-child:after {
    display: none
}

.HCL0Z li .-r50m,
.HCL0Z li ._3pPOu,
.HCL0Z li .WfOMo {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    float: left
}

@media (max-width:1023px) {
    .HCL0Z li .-r50m,
    .HCL0Z li ._3pPOu,
    .HCL0Z li .WfOMo {
        margin-top: 8px
    }
}

.HCL0Z li ._3pPOu {
    margin-left: -2px;
    margin-right: 8px
}

.HCL0Z li a {
    color: #000;
    font-size: 16px;
    display: block
}

.HCL0Z li a:hover {
    text-decoration: none;
    color: #008255
}

@media (min-width:1024px) {
    ._3sQc0 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        background-color: #fff;
        height: 30px;
        top: inherit;
        position: relative;
        overflow-x: visible;
        width: auto;
        vertical-align: middle;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    ._2Jste,
    a._2Jste {
        background: #008255;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 4px;
        color: #fff;
        max-width: 120px;
        text-align: center;
        margin-right: 0;
        font-size: 12px
    }
    ._2Jste:link,
    ._2Jste:link:hover,
    ._2Jste:link:visited,
    ._2Jste:visited,
    a._2Jste:link,
    a._2Jste:link:hover,
    a._2Jste:link:visited,
    a._2Jste:visited {
        color: #fff;
        text-decoration: none
    }
    ._2Jste:hover,
    ._2Jste:link:hover,
    a._2Jste:hover,
    a._2Jste:link:hover {
        background: #006642
    }
    ._2q_2x,
    .HCL0Z {
        display: none
    }
    .HCL0Z {
        background-color: #fff;
        left: 2%;
        top: 40px;
        right: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 24px;
        color: #000;
        text-align: left;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        border-radius: .125rem;
        z-index: 1000;
        top: 35px;
        right: 0;
        position: absolute;
        width: 215px;
        left: auto;
        padding: 10px 0
    }
    .HCL0Z:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #fff;
        -webkit-box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        z-index: 1002;
        top: 33px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        left: 80%;
        top: -6px
    }
    .HCL0Z .-r50m,
    .HCL0Z ._3pPOu,
    .HCL0Z .WfOMo {
        width: 20px;
        height: 20px;
        margin-right: 6px;
        float: left;
        margin-top: 2px
    }
    .HCL0Z ._3pPOu {
        margin-left: -1px;
        margin-right: 6px
    }
    .HCL0Z li {
        background-color: #fff;
        padding: 5px 17px
    }
    .HCL0Z li:nth-child(4) {
        padding-bottom: 17px;
        margin-bottom: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc
    }
    .HCL0Z li:nth-child(n+5) {
        background-color: #fff
    }
    .HCL0Z li:nth-child(5) {
        padding-top: 5px
    }
    .HCL0Z li:after {
        display: none
    }
    .HCL0Z li ._3bdY6,
    .HCL0Z li a {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        font-size: 14px
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh
}

.branch-banner-is-active #global-nav {
    margin-top: 0!important
}

#global-nav .login{
  color: #ffffff !important;
    min-width: min-content;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 0.25rem;
    border-width: 0;
    padding: 0.5rem 1rem;
    font-family: Gotham-Bold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    background-color: #008255;
    text-decoration: none;
    max-width: 130px;
    border-radius: 2px;
    padding: 2px 20px;
  	border:0px none;
}

#global-nav .login:hover {
		background-color: #40ad87;
    text-decoration: none!important;
 		box-shadow:none;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#header-react-root {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#global-nav {
    line-height: 21px;
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 900;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d2d7dc
}

#global-nav a {
    color: #000;
    text-decoration: none
}

#global-nav a:hover {
    text-decoration: none;
    color: #008255
}

#global-nav {
    height: 60px
}

#header-checkbox,
#_26i41 {
    visibility: hidden;
    position: absolute
}

.header-checkbox-label {
    display: none
}

._1Ofh8,
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    margin-left: auto;
    margin-right: auto
}

.header-logo {
    margin-right: 8px;
    margin-right: .5rem;
    width: 18px
}

.alt-header-logo {
    width: 101px
}

._1u2vv {
    width: 27px
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    position: relative;
    height: 60px
}

.header-main li {
    list-style-type: none
}

.header-main a:active,
.header-main a:hover,
.header-main a:link,
.header-main a:link:active,
.header-main a:link:hover,
.header-main a:link:visited,
.header-main a:visited {
    text-decoration: none
}

.header-main label {
    margin-bottom: 0
}

.ryQ49 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

._2spq0 {
    height: 26px;
    width: 26px;
    display: block;
    cursor: pointer
}

@media (min-width:1024px) {
    ._2spq0 {
        display: none
    }
}

._2spq0 ._2B4w3 {
    stroke: #d2d7dc;
    pointer-events: none
}

._1RBgq {
    background: linear-gradient(#000, #000 2px, transparent 0, transparent 10px, #000 0, #000 12px, transparent 0, transparent 20px, #000 0, #000);
    height: 22px;
    width: 26px;
    display: block;
    display: none
}

._1RBgq:hover {
    background: linear-gradient(#008255, #008255 2px, transparent 0, transparent 10px, #008255 0, #008255 12px, transparent 0, transparent 20px, #008255 0, #008255);
    cursor: pointer
}

.snsDy {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.snsDy>*+* {
    margin-left: 16px;
    margin-left: 1rem
}

@media (max-width:1023px) {
    #global-nav {
        width: 100%;
        position: relative
    }
    .header-logo {
        height: 20px;
        width: 20px;
        margin-right: 6px
    }
    .alt-header-logo {
        height: 13px;
        width: 92px
    }
    ._1RBgq {
        display: block
    }
    .snsDy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .snsDy ._1Ofh8 a {
        display: block;
        background: none;
        padding: 0
    }
    .snsDy ._1Ofh8 a:before {
        padding: 0;
        border-left-width: 0
    }
    ._17Ugz,
    .header-checkbox-label {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: rgba(0, 0, 0, .6);
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        display: block;
        will-change: transform, opacity, visibility
    }
    #header-checkbox:checked~.header-checkbox-label,
    #_26i41:checked~._17Ugz {
        visibility: visible;
        opacity: 1;
        pointer-events: auto
    }
    #header-checkbox~._1TyCy ._3EWVv {
        will-change: transform
    }
    #header-checkbox:checked~._1TyCy ._3EWVv {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
    #_26i41~._1TyCy div ._3vWMB {
        will-change: transform
    }
    #_26i41:checked~._1TyCy div ._3vWMB {
        -webkit-transform: translateX(100vw) translateX(-100%);
        transform: translateX(100vw) translateX(-100%)
    }
}

@media (min-width:1024px) {
    #global-nav {
        height: 80px
    }
    ._1TyCy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .logo {
        margin: 0
    }
    .header-main,
    #global-nav {
        height: 40px
    }
    ._1RBgq,
    .snsDy {
        display: none
    }
}

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

._2_Z_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    ._2_Z_m {
        display: none
    }
}

.nw-logged-in ._2_Z_m .global-nav-search {
    margin-right: 0
}

._1OmJZ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1024px) {
    ._1OmJZ {
        display: none
    }
}

._1OmJZ .global-nav-search svg {
    width: 1.5em;
    height: 1.5em
}

._1Gaa1,
._27Cmj,
._34Tiv {
    display: none
}

._34Tiv {
    visibility: hidden
}

._27Cmj {
    position: absolute
}

@media (min-width:1024px) {
    .nw-hide-on-desktop {
        display: none
    }
}

@media (max-width:1023px) {
    .nw-hide-on-tablet {
        display: none
    }
}

._1YjkB a:link,
._1YjkB a:link:visited,
._1YjkB a:visited {
    color: #000
}

._1YjkB a:active,
._1YjkB a:hover,
._1YjkB a:link:active,
._1YjkB a:link:hover {
    color: #008255
}

@media (max-width:1023px) {
    ._1Gaa1 {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 0;
        background-color: #fff;
        margin: 0;
        display: block;
        position: fixed;
        min-height: 100vh;
        height: auto
    }
    .WyNxf {
        display: block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc;
        max-height: 100%
    }
    .WyNxf:last-of-type {
        border-bottom: none
    }
    .WyNxf:not(:first-child) {
        margin-right: 1rem;
        padding-bottom: 0
    }
    ._3VKQm {
        margin-left: -17px;
        padding: 0 17px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 60px;
        white-space: nowrap;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc
    }
    ._3VKQm,
    .IRzLx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .IRzLx {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        line-height: 50px;
        cursor: pointer;
        max-height: 60px;
        padding: 0 15px
    }
    ._38KVL {
        color: #000
    }
    ._2Wn7b {
        pointer-events: none
    }
    ._27Cmj {
        left: 0;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 60px;
        display: block;
        background-color: #fafff9;
        z-index: 990;
        max-width: 100%;
        height: 100%;
        padding-bottom: 120px;
        overflow-x: hidden
    }
    ._27Cmj li:first-of-type {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc;
        margin-left: -17px;
        padding: 17px 0;
        background-color: #fff
    }
    ._1Gaa1,
    ._27Cmj {
        padding-left: 17px;
        width: 100vw;
        left: -100vw;
        -webkit-overflow-scrolling: touch
    }
    ._1dHsE {
        text-align: left;
        cursor: pointer;
        left: 17px;
        height: 32px;
        width: 32px;
        top: 15px
    }
    ._1dHsE,
    ._1Y_tK {
        position: absolute
    }
    ._1Y_tK {
        color: #94a2a8;
        display: block;
        stroke-width: 3;
        stroke: #000;
        pointer-events: none
    }
    ._2kWg9 {
        height: 26px;
        width: 26px;
        display: block;
        cursor: pointer
    }
    ._2bCku {
        margin-top: -1px
    }
    .pOnVg {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        text-transform: none;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin: 0;
        padding: 17px 0
    }
    .pOnVg:first-of-type {
        padding-top: 24px
    }
    ._3T4dF {
        display: block;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        background-color: #fafff9;
        padding: 16px 0;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: #d2d7dc;
        font-size: 14px
    }
    ._3T4dF:last-child {
        border-bottom-width: 0
    }
    ._2TthB {
        margin-left: -17px;
        padding: 0 17px;
        background-color: #fafff9
    }
    ._2TthB:last-child {
        border-bottom-width: 0
    }
    ._2TthB:last-of-type {
        margin-bottom: 1.75rem
    }
    ._3Huhf {
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        cursor: pointer;
        background-color: #fff;
        position: relative;
        padding-left: 51px
    }
    ._3AZEk,
    ._3Huhf {
        color: #008255;
        display: block
    }
    ._3AZEk {
        height: 18px;
        width: 18px;
        left: 17px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 24px;
        position: absolute;
        top: 50%;
        pointer-events: none
    }
    ._13SD9 {
        display: none
    }
    #_1HJo6:checked~._1YjkB #_15HZR,
    ._34Tiv:checked~._27Cmj {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
}

@media (max-width:1023px) and (min-width:1024px) {
    ._2kWg9 {
        display: none
    }
}

@media (max-width:1023px) and (min-width:27.5rem) {
    ._2TthB:last-of-type {
        margin-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (max-width:1023px) and (min-width:82rem) {
    ._2TthB:last-of-type {
        margin-bottom: 2rem
    }
}

@media (min-width:1024px) {
    .WyNxf {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-left: 0;
        border-bottom-width: 0;
        float: left;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        padding: 0 10px
    }
    ._3VKQm {
        display: none
    }
    ._1Gaa1 {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: static;
        height: 40px;
        font-size: 12px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 12px;
        padding-top: 3px;
        overflow: hidden
    }
    .jrbbn:hover .IRzLx:after {
        display: none
    }
    ._2jEKz .WyNxf:hover .IRzLx {
        cursor: pointer
    }
    ._2jEKz .WyNxf:hover .IRzLx:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #fff;
        -webkit-box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        z-index: 1002;
        top: 33px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }
    ._2jEKz .WyNxf:hover .IRzLx:hover a {
        color: #008255
    }
    ._2jEKz .WyNxf:hover .IRzLx a:hover {
        text-decoration: none
    }
    ._2jEKz .WyNxf:hover ._27Cmj {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem;
        -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
        box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
        left: 40px
    }
    ._2jEKz .WyNxf:hover.WyNxf:nth-child(7) ._27Cmj,
    ._2jEKz .WyNxf:hover.WyNxf:nth-child(9) ._27Cmj {
        left: auto;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }
    .fYtYG {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .IRzLx {
        position: relative;
        line-height: 40px;
        display: block
    }
    .hFSAn>._38KVL {
        color: #008255
    }
    ._38KVL {
        text-transform: uppercase;
        letter-spacing: .0625em
    }
    ._27Cmj {
        background-color: #fff;
        left: 2%;
        top: 40px;
        right: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 24px;
        color: #000;
        text-align: left;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        border-radius: .125rem;
        z-index: 1000;
        padding-left: 1.75rem
    }
    ._3Huhf,
    ._27Cmj {
        display: none
    }
    .pOnVg {
        font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
        line-height: 21px;
        font-weight: 800;
        margin: 0 0 1rem
    }
    ._2TthB {
        width: 220px;
        margin-right: 1rem;
        float: left
    }
    ._3T4dF {
        margin: 7px 0 10px;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        letter-spacing: -.4px;
        font-size: 14px;
        border-bottom-width: 0;
        display: block
    }
    ._13SD9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        top: 40px;
        padding-left: 1.75rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px
    }
    .Vvjh6 {
        position: relative;
        padding-bottom: 0
    }
    .Vvjh6:first-child {
        margin-left: -32px
    }
    .Vvjh6:hover ._1zv47 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .Vvjh6:hover .u1J5s {
        cursor: pointer;
        color: #008255
    }
    .Vvjh6:hover .u1J5s:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #fff;
        -webkit-box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        box-shadow: -2px -2px 5px -2px rgba(0, 0, 0, .2);
        z-index: 1002;
        top: 32px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }
    .Vvjh6:hover .u1J5s:hover a {
        color: #008255
    }
    .Vvjh6:hover .u1J5s a:hover {
        text-decoration: none
    }
    ._1zv47 {
        display: none;
        background-color: #fff;
        right: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 24px;
        color: #000;
        text-align: left;
        -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        box-shadow: 0 0 9px rgba(0, 0, 0, .2);
        border-radius: .125rem;
        padding-left: 1.75rem;
        z-index: 1000;
        position: absolute;
        left: 10px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 275px;
        max-width: 275px;
        padding: 1rem;
        top: 38px
    }
    ._3n64Z {
        margin: 0;
        padding-bottom: .5rem;
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px
    }
    .u1J5s {
        border-bottom: 3px solid transparent;
        font-size: 14px;
        vertical-align: middle;
        display: block;
        padding: 9px 15px 5px
    }
    ._11BOc {
        border-bottom: 3px solid #008255
    }
}

@media (min-width:1024px) and (min-width:27.5rem) {
    ._27Cmj {
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:1024px) and (min-width:82rem) {
    ._27Cmj {
        padding-left: 2rem
    }
}

@media (min-width:1024px) and (min-width:27.5rem) {
    ._13SD9 {
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:1024px) and (min-width:82rem) {
    ._13SD9 {
        padding-left: 2rem
    }
}

@media (min-width:1024px) and (min-width:27.5rem) {
    ._1zv47 {
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:1024px) and (min-width:82rem) {
    ._1zv47 {
        padding-left: 2rem
    }
}

._2pj9i {
    border-radius: .125rem;
    padding: 16px;
    padding: 1rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
    box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .15), 0 8px 16px 0 rgba(108, 127, 135, .33);
    z-index: 900;
    position: absolute;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d7dc;
    max-width: 276px
}

._2pj9i>.arrow {
    border-width: 8px
}

._2pj9i>.arrow,
._2pj9i>.arrow:after {
    pointer-events: none;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

._2pj9i>.arrow:after {
    border-width: 10px;
    content: ""
}

._2pj9i.top {
    margin-top: -10px
}

._2pj9i.right {
    margin-left: 10px
}

._2pj9i.bottom {
    margin-top: 10px
}

._2pj9i.left {
    margin-left: -10px
}

._2pj9i.top>.arrow {
    left: 50%;
    margin-left: -8px;
    border-top-color: #d2d7dc;
    bottom: -16px
}

._2pj9i.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

._2pj9i.right>.arrow {
    top: 50%;
    margin-top: -8px;
    left: -8px;
    border-left-width: 0;
    border-right-color: #d2d7dc
}

._2pj9i.right>.arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

._2pj9i.left>.arrow {
    top: 50%;
    margin-top: -8px;
    right: -8px;
    border-right-width: 0;
    border-left-color: #d2d7dc
}

._2pj9i.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

._2pj9i.bottom>.arrow {
    border-bottom-color: #d2d7dc;
    top: -8px;
    margin-left: -8px;
    border-top-width: 0
}

._2pj9i.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

._2pj9i.full-width {
    max-width: none
}

._2pj9i-content {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5384615384615385;
    font-weight: 400;
    color: #6c7f87
}

._2pj9i.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

._2pj9i.fade.in {
    opacity: 1
}

._3wPWP {
    cursor: pointer;
    display: inline-block
}

._3wPWP:focus {
    outline: 4px solid rgba(157, 205, 250, .5)
}

._2ulGk {
    width: 1em;
    height: 1em
}

.ymgDF {
    top: .125em
}

._3znQw,
.ymgDF {
    position: relative
}

._3znQw {
    font-family: arial;
    color: #94a2a8;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    top: -.06em
}

._3znQw:hover {
    color: #000
}

.jiYvt.bottom>.arrow {
    margin-left: -8px
}

._3XckH {
    min-width: 0
}

._3tMhC {
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    border-width: 0;
    border-radius: .125rem;
    padding: 8px 16px;
    padding: .5rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

._3tMhC:focus {
    outline: 4px solid rgba(157, 205, 250, .5)
}

._3tMhC:focus,
.js-focus-ring ._3tMhC:focus {
    -webkit-box-shadow: inset 0 0 0 1px #005fb9;
    box-shadow: inset 0 0 0 1px #005fb9
}

._2jNeM {
    padding-right: 28px;
    padding-right: 1.75rem
}

@media (min-width:27.5rem) {
    ._2jNeM {
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2jNeM {
        padding-right: 2rem
    }
}

._3tMhC::-webkit-input-placeholder {
    color: #bdc6ca
}

._3tMhC:-ms-input-placeholder,
._3tMhC::-ms-input-placeholder {
    color: #bdc6ca
}

._3tMhC::placeholder {
    color: #bdc6ca
}

.mA-_Z {
    -webkit-box-shadow: inset 0 0 0 1px #bdc6ca;
    box-shadow: inset 0 0 0 1px #bdc6ca
}

._3odFw {
    -webkit-box-shadow: inset 0 0 0 2px #de2828;
    box-shadow: inset 0 0 0 2px #de2828
}

._1nFjT {
    -webkit-box-shadow: inset 0 0 0 1px #bdc6ca;
    box-shadow: inset 0 0 0 1px #bdc6ca;
    background-color: #f5f6f7;
    cursor: not-allowed
}

._22MYh {
    position: absolute;
    margin-right: 8px;
    margin-right: .5rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

._2BWWO {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #008255
}

@media (min-width:27.5rem) {
    ._2BWWO {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2BWWO {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

._2BWWO .typeahead-container {
    text-align: left;
    width: 90%;
    margin: 30px auto 60px;
    position: relative
}

._2BWWO .typeahead-container .typeahead__clear-button {
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 50%;
    width: .9em;
    height: .9em;
    line-height: 0;
    border-color: #94a2a8
}

._2BWWO .typeahead-container .typeahead__clear-button.white {
    stroke: #fff;
    border-color: #fff
}

._2BWWO .typeahead-container .typeahead__clear-button.neutral-dark {
    stroke: #94a2a8;
    border-color: #94a2a8
}

._2BWWO .typeahead-container .typeahead__clear-button.neutral-darker {
    stroke: #6c7f87;
    border-color: #6c7f87
}

._2BWWO .typeahead-container input::-ms-clear {
    display: none
}

._2BWWO .typeahead-container.has-clear-button input {
    padding-right: 28px;
    padding-right: 1.75rem
}

@media (min-width:27.5rem) {
    ._2BWWO .typeahead-container.has-clear-button input {
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2BWWO .typeahead-container.has-clear-button input {
        padding-right: 2rem
    }
}

._2BWWO .typeahead-results-list {
    width: 100%;
    max-height: 420px;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    top: 42px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
    box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
    border-radius: 5px;
    z-index: 100
}

._2BWWO .typeahead-results-list .typeahead-total {
    padding-top: 8px;
    padding-top: .5rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin: 0
}

._2BWWO .typeahead-results-list .typeahead-row {
    padding: 8px 16px;
    padding: .5rem 1rem;
    border-color: #d2d7dc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: pointer
}

._2BWWO .typeahead-results-list .hover {
    background-color: #f5f6f7
}

._2BWWO .typeahead-results-list .typeahead-result {
    margin-left: 0;
    position: relative
}

._2BWWO .typeahead-results-list.hidden {
    display: none
}

@media (min-width:768px) {
    ._2BWWO .typeahead-container {
        width: 60%
    }
    ._2BWWO .typeahead-result {
        width: 95%
    }
}

._2BWWO .search-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #94a2a8;
    width: 18px
}

._2BWWO .typeahead-container {
    display: inline-block;
    width: 100%;
    margin: 0
}

._2BWWO .typeahead-container .typeahead-total {
    display: none
}

._2BWWO .typeahead-container .typeahead-results-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

._2BWWO .typeahead-container .typeahead__clear-button {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

._2BWWO .typeahead-container .typeahead__clear-button svg path {
    stroke-width: 3px
}

._2BWWO .typeahead-container span {
    display: inline
}

._2BWWO .typeahead-container input {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    outline: none;
    padding-left: 28px;
    padding-left: 1.75rem;
    width: 100%;
    border-width: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #008255;
    -webkit-transition: none;
    transition: none
}

@media (min-width:27.5rem) {
    ._2BWWO .typeahead-container input {
        font-size: calc(1.12385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2BWWO .typeahead-container input {
        font-size: 1.5rem;
        line-height: 1.3333333333333333
    }
}

@media (min-width:27.5rem) {
    ._2BWWO .typeahead-container input {
        padding-left: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    ._2BWWO .typeahead-container input {
        padding-left: 2rem
    }
}

._2BWWO .typeahead-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

._3PwM8 {
    padding: 16px;
    padding: 1rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
    box-shadow: 0 4px 8px 0 rgba(108, 127, 135, .1), 0 1px 4px 0 rgba(108, 127, 135, .36);
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    background-color: #f5f6f7
}

@media (min-width:45rem) {
    ._3PwM8 ._2vDBl {
        max-width: 1192px;
        margin-left: auto;
        margin-right: auto
    }
}

.XMldO {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.fqocM {
    display: inline;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: inherit!important;
    text-decoration: none
}

.fqocM:focus {
    outline: 4px solid rgba(157, 205, 250, .5)
}

.fqocM:focus,
.fqocM:hover {
    text-decoration: none!important
}

._1IMdX {
    padding: 0;
    border-width: 0;
    border-radius: 0;
    text-align: left;
    background: none
}

._1JBIp {
    color: #000!important
}

._1JBIp:focus,
._1JBIp:hover,
._3wqEC {
    color: #005fb9!important
}

._3ymef {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

._3ymef:not(._2jvym):focus,
._3ymef:not(._2jvym):hover {
    color: #005fb9!important
}

._1T0pg:hover {
    border-bottom: 1px solid
}

._29sZo {
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 16px;
    margin-right: 1rem;
    color: #000;
    position: static
}

._29sZo:hover {
    color: #008255
}

.d8Xdy {
    display: block;
    width: 1.4125em;
    height: 1.4125em
}

.footer-link {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

.footer-link:focus {
    outline: 4px solid rgba(157, 205, 250, .5)
}

.footer-link,
.footer-link:link,
.footer-link:link:visited,
.footer-link:visited {
    color: #000
}

.footer-link:hover,
.footer-link:link:hover {
    color: #008255
}

.footer-wrapper {
    background-color: #f5f6f7;
    padding: 28px 28px 8px;
    padding: 1.75rem 1.75rem .5rem;
    font-family: Gotham, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5384615384615385;
    font-weight: 400;
    color: #000
}

@media (min-width:27.5rem) {
    .footer-wrapper {
        padding-left: calc(1.62385rem + .45872vw);
        padding-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .footer-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:27.5rem) {
    .footer-wrapper {
        padding-top: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .footer-wrapper {
        padding-top: 2rem
    }
}

.footer-inner {
    max-width: 1280px
}

.footer-inner,
.footer-inner-wrapper {
    margin-left: auto;
    margin-right: auto
}

.footer-inner-wrapper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 375px
}

.footer-inner-wrapper:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .footer-inner-wrapper {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:27.5rem) {
    .footer-links {
        margin-bottom: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .footer-links {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .footer-links {
        margin: 0
    }
}

.footer-link-text {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .footer-link-text {
        display: block
    }
}

.footer-links-col-1,
.footer-links-col-2 {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5384615384615385;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 44px;
    margin-right: 2.75rem;
    text-align: center
}

@media (min-width:27.5rem) {
    .footer-links-col-1,
    .footer-links-col-2 {
        margin-right: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:82rem) {
    .footer-links-col-1,
    .footer-links-col-2 {
        margin-right: 4rem
    }
}

.footer-links-col-1:last-child,
.footer-links-col-2:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .footer-links-col-1,
    .footer-links-col-2 {
        margin-right: 1.75rem;
        text-align: left
    }
}

@media (min-width:768px) and (min-width:27.5rem) {
    .footer-links-col-1,
    .footer-links-col-2 {
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:768px) and (min-width:82rem) {
    .footer-links-col-1,
    .footer-links-col-2 {
        margin-right: 2rem
    }
}

@media (min-width:1024px) {
    .footer-links-col-1,
    .footer-links-col-2 {
        width: 160px
    }
}

@media (min-width:768px) {
    .footer-links-col-1 {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.75rem;
        column-gap: 2.75rem;
        display: inline-block
    }
}

@media (min-width:1024px) {
    .footer-links-col-1 {
        width: 320px
    }
}

.app-store-links-list {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-left: 0
}

@media (min-width:768px) {
    .app-store-links-list {
        width: 100%;
        text-align: right;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .app-store-links-list {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .app-store-links-list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media breakpoint-wide {
    .app-store-links-list {
        white-space: nowrap;
        margin-bottom: 1rem
    }
}

.app-store-links-list li {
    padding-bottom: 0
}

.app-store-links {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    vertical-align: top;
    font-size: 0
}

@media only screen and (max-width:342px) {
    .app-store-links {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .app-store-links {
        margin-bottom: 0
    }
}

.app-store-links:last-child {
    margin-right: 0
}

.app-store-links a {
    display: block;
    width: 135px;
    height: 40px;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .app-store-links {
        display: inline-block
    }
}

.apple-store-link {
    margin-right: 8px;
    margin-right: .5rem
}

@media (min-width:1024px) {
    .apple-store-link {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.apple-store-link a {
    background: url(https://www.nerdwallet.com/cdn/img/icons/global-footer/Download_on_the_App_Store_Badge_US-UK_135x40.svg)
}

.google-play-link {
    margin-right: 8px;
    margin-right: .5rem
}

@media (min-width:1024px) {
    .google-play-link {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media (max-width:767px) {
    .google-play-link {
        margin-left: .5rem
    }
}

.google-play-link a {
    background: url(https://www.nerdwallet.com/cdn/img/icons/global-footer/google-play-badge.png);
    background-size: 100%
}

.text-me-link {
    width: auto;
    font-size: 12px;
    text-align: left
}

@media (max-width:767px) {
    .text-me-link {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .text-me-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin-top: .5rem;
        margin-right: 1rem
    }
    .text-me-link a {
        width: auto;
        margin-right: .5rem
    }
}

@media (min-width:1024px) {
    .text-me-link {
        display: inline-block;
        margin-left: .25rem
    }
    .text-me-link a {
        max-width: 80px
    }
}

@media (min-width:768px) {
    .footer-meta {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-meta {
        margin-left: 2.75rem
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:27.5rem) {
    .footer-meta {
        margin-left: calc(2.11927rem + 2.29358vw)
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:82rem) {
    .footer-meta {
        margin-left: 4rem
    }
}

.disclaimer-text {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .disclaimer-text {
        text-align: left;
        margin: 0
    }
}

@media (min-width:1024px) {
    .disclaimer-text {
        max-width: 530px
    }
}

.license-text {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    text-align: center
}

.license-text p {
    margin-bottom: 0
}

@media (min-width:768px) {
    .license-text {
        text-align: left
    }
}

@media (max-width:767px) {
    ._15VEo,
    .license-text-span {
        display: inline-block
    }
}

.access-text {
    display: inline-block;
    margin-right: 28px;
    margin-right: 1.75rem
}

@media (min-width:27.5rem) {
    .access-text {
        margin-right: calc(1.62385rem + .45872vw)
    }
}

@media (min-width:82rem) {
    .access-text {
        margin-right: 2rem
    }
}

.footer-bottom {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1024px) {
    .footer-bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1rem
    }
}

@media (min-width:768px) {
    .footer-logos,
    .footer-bottom-wrapper {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767px) {
    .footer-logos-wrapper {
        text-align: center
    }
}

@media (min-width:1024px) {
    .footer-logos-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-bottom-wrapper {
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem
}

@media (min-width:768px) {
    .footer-bottom-wrapper {
        text-align: left;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .footer-bottom-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .footer-bottom-wrapper {
        margin-bottom: 1.75rem;
        margin-top: 1.75rem
    }
}

@media (max-width:767px) and (min-width:27.5rem) {
    .footer-bottom-wrapper {
        margin-bottom: calc(1.62385rem + .45872vw);
        margin-top: calc(1.62385rem + .45872vw)
    }
}

@media (max-width:767px) and (min-width:82rem) {
    .footer-bottom-wrapper {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

.footer-logos {
    display: block
}

@media (min-width:768px) {
    .footer-logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1024px) {
    .footer-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.copyright-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:768px) {
    .copyright-links {
        max-width: 200px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.copyright-links-text {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem
}

.copyright-links-text:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .copyright-links-text {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .footer-bottom-wrapper-inner {
        padding-right: 1rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .copyright-text {
        margin-bottom: .5rem
    }
}

.logo-letter {
    width: 20px;
    height: 20px
}

@media (min-width:768px) {
    .logo-letter {
        width: 40px;
        height: 40px
    }
}

.copyright-text-span {
    font-size: 12px;
    color: #000
}

.footer-logos-wrapper-inner {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-left: 0;
    text-align: center;
    vertical-align: middle
}

@media (max-width:767px) {
    .footer-logos-wrapper-inner {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:768px) {
    .footer-logos-wrapper-inner {
        margin-top: 0;
        margin-bottom: .5rem;
        margin-right: 0;
        text-align: right
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-logos-wrapper-inner {
        margin-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1024px) {
    .footer-logos-wrapper-inner {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 1rem
    }
}

.footer-logos-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 0;
    fill: #000
}

.footer-logos-list-item a {
    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
}

.footer-logos-list-item a,
.footer-logos-list-item a:hover,
.footer-logos-list-item a:link,
.footer-logos-list-item a:link:hover,
.footer-logos-list-item a:link:visited,
.footer-logos-list-item a:visited {
    color: #000
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-logos-list-item {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

@media (max-width:767px) {
    .footer-logos-list-item {
        margin-left: .25rem;
        margin-right: .25rem
    }
}

@media (min-width:1024px) {
    .footer-logos-list-item {
        margin-left: .25rem;
        margin-right: .25rem
    }
}


/* -- Community Custom Design - ENVOY ----------------------------------------------------------------- */


/* --  Zendesk overrides (not available in public stylesheet) ----------------------------------------------------------------- */

._2RU7vNjpb8edSye3TX9HIf:hover {
    background-color: transparent !important;
}

body ._2ib4BlwI0LE34yTQ6siAqC {
    border-radius: 2px;
    border-color: #008255;
    color: #008255;
    text-transform: uppercase;
    font-weight: bold;
}

body #zd-edit-user-close {
    border-radius: 2px;
    background: #008255;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

body #zd-edit-user-close:hover {
    background-color: #40ad87;
}


/* /   Zendesk overrides (not available in public stylesheet) ----------------------------------------------------------------- */


/* Legacy changes */

.header-main {
    justify-content: space-between;
}

.logo {
    width: 100%;
}

#user .btn {
    border: 0px none;
    padding-right: 0px;
}

#user .btn:hover {
    background: transparent;
    color: #000000;
}


/* #user-dropdown .my-activities{
    display:none;
    } */


/* -- Fonts ----------------------------------------------------------------- */

.gotham {
    font-family: 'GothamBody', 'gotham', sans-serif;
}


/* /  Fonts ----------------------------------------------------------------- */


/* -- Colors ----------------------------------------------------------------- */


/* /  Colors ----------------------------------------------------------------- */

.community-header {
    text-align: center;
}

.community-header h1 {
    font: normal 54px/54px ChronicleDisplay-Semi;
    color: #000;
    margin-bottom: 5px;
}

.community-header p {
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    color: #000;
    width: 100%;
}

.community-follow {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 128px;
}

.community-follow [role="button"],
.community-follow [role="button"][aria-selected="true"],
.community-follow [role="button"][aria-selected="false"] {
    background-color: #fff;
    border: 2px solid #008255;
    color: #008255;
    font-size: 13px;
    font-weight: bold;
    padding: 3.5px 20px 3.5px 15px;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.community-follow [role="button"]:after,
.community-follow [role="button"][aria-selected="true"]:after,
.community-follow [role="button"][aria-selected="false"]:after {
    color: #008255;
    border-color: #008255;
    height: 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-width: 1.3px;
}

.community-follow [role="button"]:hover,
.community-follow [role="button"][aria-selected="true"]:hover,
.community-follow [role="button"][aria-selected="false"]:hover {
    text-decoration: none;
    background: #008255;
    color: #fff;
    border-color: #008255;
}

.community-follow [role="button"]:hover:after,
.community-follow [role="button"][aria-selected="true"]:hover:after,
.community-follow [role="button"][aria-selected="false"]:hover:after {
    border-color: #fff;
    color: #fff;
}


/* -- Status Tags ----------------------------------------------------------------- */

body .status-label {
    border-radius: 0px;
    background: #F5F5F5;
    color: #64666A;
    font-weight: bold;
    text-transform: uppercase;
}


/* /  Status Tags ----------------------------------------------------------------- */


/* -- community general ----------------------------------------------------------------- */

body.community-page .footer-question-submit {
    display: none;
}

body.community-page .posts-list .striped-list-item:hover {
    background-color: #f5f5f5;
}

body.community-page .posts-list .striped-list-item .avatar {
    margin: 0px;
    margin-left: 15px;
}

body.community-page .posts-list .striped-list-item .avatar .icon-agent::before {
    bottom: -15px;
    right: -40px;
}

body.community-page .posts-list .striped-list-item .avatar .icon-agent {
    position: relative;
}

body.community-page .posts-list .striped-list-item .striped-list-info {
    display: flex;
}

body.community-page .posts-list .striped-list-item .striped-list-info .striped-list-title {
    font-size: 16px;
    color: #000;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-bottom: 0px;
}

body.community-page .posts-list .striped-list-item .striped-list-info .striped-list-title > span {
    display: block;
    width: 100%;
}

body.community-page .posts-list .striped-list-item .striped-list-info .striped-list-title:hover {
    text-decoration: none !important;
}

body.community-page .posts-list .striped-list-item .striped-list-info .meta-group {
    margin: 0px;
}

body.community-page .posts-list .striped-list-count-item .striped-list-number {
    padding-right: 5px;
}

body.community-page .posts-list .striped-list-count-item,
body.community-page .posts-list .striped-list-count-item .striped-list-number {
    display: flex;
    color: #64666a;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

body.community-page .posts-list .striped-list-count-item a,
body.community-page .posts-list .striped-list-count-item .striped-list-number a {
    color: #64666a;
}

.community-featured-posts .h2-heading,
.community-activity .h2-heading {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.community-featured-posts .table-heading,
.community-activity .table-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8B8C8F;
    padding-bottom: 5px;
    font-weight: bold;
    color: #000;
}

.community-featured-posts .table-heading .topic-heading,
.community-activity .table-heading .topic-heading {
    width: 30%;
    padding-left: 10px;
}

.community-featured-posts .table-heading .post-heading,
.community-activity .table-heading .post-heading {
    width: 50%;
}

.community-featured-posts .table-heading .updated-heading,
.community-activity .table-heading .updated-heading {
    width: 30%;
}

.community-featured-posts .recent-activity-item,
.community-activity .recent-activity-item {
    color: #000;
    font-size: 16px;
    display: flex;
    border-color: #D8D9DA;
    padding: 0px;
}

.community-featured-posts .recent-activity-item:last-of-type,
.community-activity .recent-activity-item:last-of-type {
    border-bottom: 0px none;
}

.community-featured-posts .recent-activity-item .recent-activity-item-parent,
.community-activity .recent-activity-item .recent-activity-item-parent,
.community-featured-posts .recent-activity-item .recent-activity-item-link,
.community-activity .recent-activity-item .recent-activity-item-link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 0px 20px 10px;
}

.community-featured-posts .recent-activity-item .recent-activity-item-parent:hover,
.community-activity .recent-activity-item .recent-activity-item-parent:hover,
.community-featured-posts .recent-activity-item .recent-activity-item-link:hover,
.community-activity .recent-activity-item .recent-activity-item-link:hover {
    background: #F5F5F5;
    color: #005fb9;
    text-decoration: underline;
}

.community-featured-posts .recent-activity-item .recent-activity-item-parent,
.community-activity .recent-activity-item .recent-activity-item-parent {
    padding-right: 15px;
    width: 30%;
    font-size: 16px;
    font-weight: normal;
}

.community-featured-posts .recent-activity-item .recent-activity-item-link,
.community-activity .recent-activity-item .recent-activity-item-link {
    width: 50%;
    font-size: 16px;
}

.community-featured-posts .recent-activity-item .recent-activity-item-meta,
.community-activity .recent-activity-item .recent-activity-item-meta {
    width: 30%;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px 20px 0px;
    color: #64666A;
}

.community-featured-posts .recent-activity-item .recent-activity-item-comment span::before,
.community-activity .recent-activity-item .recent-activity-item-comment span::before {
    color: #64666A;
}

.community-featured-posts .recent-activity-item a,
.community-activity .recent-activity-item a {
    color: #005fb9;
    font-size: 16px;
}

.community-featured-posts {
    margin-bottom: 0px;
}

.community-activity {
    border: 0px none;
}

.community-activity .recent-activity-header {
    display: none;
}


/* /  community general ----------------------------------------------------------------- */

#community-layout {
    margin-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* -- Community homepage selector ----------------------------------------------------------------- */
    /* /  Community homepage selector ----------------------------------------------------------------- */
    /* -- Community Main Content ----------------------------------------------------------------- */
    /* /  Community Main Content ----------------------------------------------------------------- */
    /* -- Community Sidebar ----------------------------------------------------------------- */
    /* /  Community Sidebar ----------------------------------------------------------------- */
    /* -- Posts lists ----------------------------------------------------------------- */
    /* /  Posts lists ----------------------------------------------------------------- */
}

#community-layout a.button-large {
    background: #008255 !important;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 42px;
    padding: 3px 0px;
}

#community-layout a.button-large:hover {
    background: #40ad87 !important;
    text-decoration: none;
}

#community-layout .community-list-selector {
    box-shadow: 0px -2px 0px 0px inset #d8d9da;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

#community-layout .community-list-selector a {
    margin-right: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .035em;
    color: #64666a;
    box-shadow: 0px -2px 0px 0px inset rgba(0, 0, 0, 0);
    text-decoration: none;
    padding-bottom: 12px;
}

#community-layout .community-list-selector a.active {
    color: #008255;
    box-shadow: 0px -2px 0px 0px inset #008255;
}

#community-layout .community-list-selector a:hover {
    color: #008255;
    text-decoration: none;
    box-shadow: 0px -2px 0px 0px inset #008255;
}

#community-layout .community-list-selector a:active,
#community-layout .community-list-selector a:focus {
    text-decoration: none;
}

#community-layout #community-main-content {
    max-width: 852px;
    width: 75%;
    margin-right: 40px;
}

#community-layout #community-main-content .blocks-list {
    display: flex;
    justify-content: flex-start;
    margin-left: 0px;
    width: calc(100% + 20px);
}

#community-layout #community-main-content .blocks-list .blocks-item {
    border: 0px none;
    border-radius: 0px;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    flex: 1 0 31%;
    max-width: 31%;
    margin-left: 0px;
    min-height: 68px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#community-layout #community-main-content .blocks-list .blocks-item .blocks-item-title {
    color: #005fb9;
    line-height: 19px;
    font-size: 16px;
    text-align: left;
    font-family: 'GothamBody', 'gotham', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

#community-layout #community-main-content .blocks-list .blocks-item a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0);
}

#community-layout #community-main-content .blocks-list .blocks-item a:hover {
    border-color: #005fb9;
}

#community-layout #community-main-content .qa h3 {
    padding: 10px 0px;
}

#community-layout #community-main-content .qa div {
    max-width: 640px;
    width: 100%;
    padding-left: 0px;
}

#community-layout #community-sidebar {
    max-width: 270px;
    width: 325%;
}

#community-layout #community-sidebar .sidebar-section {
    background: #f5f5f5;
    padding: 15px 20px 30px 20px;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

#community-layout #community-sidebar .sidebar-section .promoted-articles-item{
    width: 100%;
}

#community-layout #community-sidebar .sidebar-section h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

#community-layout #community-sidebar .sidebar-section p {
    line-height: 18px;
    padding-bottom: 20px;
}

#community-layout #community-sidebar .sidebar-section ul {
    margin-bottom: 15px;
}

#community-layout #community-sidebar .sidebar-section ul li a {
    color: #000;
}

#community-layout #community-sidebar .sidebar-section ul li a:hover {
    color: #005fb9;
}

#community-layout #community-sidebar .sidebar-section a {
    color: #005fb9;
}

#community-layout #community-main-content .topic-header .dropdown-toggle {
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
}


/* -- Community Post Detail ----------------------------------------------------------------- */

.post-info-container {
    margin-bottom: 30px;
}

.post-container .post-title {
    display: flex;
}

.post-container .post-title h1 {
    padding-right: 10px;
}

.post-container .post-author {
    border-bottom: 1px solid #d8d9da;
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-container .post-author .avatar.post-avatar {
    margin-bottom: 15px;
}

.post-container .post-meta a {
    color: #005fb9;
}

.post-container .post-content {
    padding-left: 70px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}

.comment-avatar {
    margin-left: 20px;
}

.comment-overview {
    border-top: 1px solid #d8d9da;
    border-bottom: 0px none;
    padding-left: 70px;
}

.comment-overview .comment-heading {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    font-family: 'GothamBody', 'gotham', sans-serif;
    padding-top: 30px;
    padding-bottom: 0px;
}

.post > .comment-callout {
    padding-left: 70px;
}


/* /  Post Detail ----------------------------------------------------------------- */


/* -- New Post ----------------------------------------------------------------- */

.new-post-header {
    font-size: 23px;
    margin-bottom: 20px;
    font-family: 'GothamBody', 'gotham', sans-serif;
}

.form label {
    font-size: 16px;
    font-weight: bold;
}

.form .form-field input,
.form .form-field input[type="text"],
.form .form-field textarea,
.form .form-field select,
.form .form-field .nesty-input,
.form .form-field .attachments {
    border-radius: 0px;
    border-color: #d8d9da;
    height: 46px;
    line-height: 46px;
}

.form footer input[type="submit"] {
    background: #008255;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: 'GothamBody', 'gotham', sans-serif;
    min-height: 42px;
    padding: 3px 15px;
    border-radius: 3px;
}

.form footer input[type="submit"]:hover {
    background: #40ad87;
}


/* /  New Post ----------------------------------------------------------------- */


/* -- Post detail ----------------------------------------------------------------- */

.post-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-detail-header h2 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

.topic-description {
    padding-bottom: 30px;
}


/* /  Post detail ----------------------------------------------------------------- */

body .profile-header {
    margin-top: -28px;
    background: transparent;
}

body .my-activities-header h1 {
    padding-top: 30px;
    padding-bottom: 15px;
}

body .my-activities-nav {
    margin-top: -28px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.post {
    flex: 1 0 100%;
    max-width: 100%;
}


/* /  Community Custom Design - ENVOY ----------------------------------------------------------------- */


/* -- Custom dropdown ----------------------------------------------------------------- */

.topic-filters .dropdown {
    -webkit-box-shadow: inset 0 0 0 1px #b1b3b5;
    box-shadow: inset 0 0 0 1px #b1b3b5;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    border-width: 0;
    border-radius: .125rem;
    padding: .5rem 1rem;
    text-transform: none;
}

.topic-filters .dropdown .dropdown-toggle {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.topic-filters .dropdown .dropdown-toggle:after {
    color: #008255;
}


/* /  Custom dropdown ----------------------------------------------------------------- */


/* -- Profile Header ----------------------------------------------------------------- */

.collapsible-nav {
    background: none;
}

.collapsible-nav .collapsible-nav-list {
    box-shadow: 0px -2px 0px 0px inset #d8d9da;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.collapsible-nav .collapsible-nav-list li {
    margin-right: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .035em;
    color: #64666a;
    box-shadow: 0px -2px 0px 0px inset rgba(0, 0, 0, 0);
    text-decoration: none;
    padding-bottom: 12px;
    padding-bottom: 0px;
}

.collapsible-nav .collapsible-nav-list li:hover,
.collapsible-nav .collapsible-nav-list li[aria-selected="true"] {
    color: #008255;
    box-shadow: 0px -2px 0px 0px inset #008255;
    border-bottom: 0px none;
}

.collapsible-nav .collapsible-nav-list li:hover a,
.collapsible-nav .collapsible-nav-list li[aria-selected="true"] a {
    color: #008255;
}


/* /  Profile Header ----------------------------------------------------------------- */


/* -- MEDIA ----------------------------------------------------------------- */


/* -- MEDIA ----------------------------------------------------------------- */


/* -- MEDIA ----------------------------------------------------------------- */

@media screen and (max-width: 1280px) {
    #community-layout #community-main-content .blocks-list .blocks-item {
        flex: 1 0 46%;
        max-width: 46%;
    }
}

@media screen and (max-width: 880px) {
    #community-layout #community-main-content .blocks-list .blocks-item {
        flex: 1 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 768px) {
    #community-layout #community-main-content {
        margin-right: 0px;
    }
    .btn-hamburger {
        display: none !important;
    }
    .community-header h1 {
        font: normal 32px/38px ChronicleDisplay-Semi;
    }
    .post-detail-header h1 {
        text-align: left;
    }
    .topic-header .dropdown {
        border-top: 0px none;
    }
    #community-layout {
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    #community-layout #community-main-content {
        max-width: 100%;
        width: 100%;
        margin-right: 20px;
    }
    #community-layout #community-main-content .blocks-list .blocks-item {
        flex: 1 0 100%;
        max-width: 100%;
        box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.2);
        margin-bottom: 8px;
    }
    #community-layout .community-activity .recent-activity-item .recent-activity-item-meta {
        margin-top: 0px;
    }
    #community-layout #community-sidebar {
        width: 100%;
        max-width: 100%;
    }
    .post-overview-count {
        margin-left: 75px;
        padding-top: 10px;
    }
    .striped-list-item.post-featured {
        position: relative;
    }
    .post-overview-item {
        position: absolute;
        right: 0px;
    }
    body.community-page .posts-list .striped-list-item .striped-list-info .striped-list-title {
        max-width: 70%;
        padding-right: 30px;
    }
}

/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */