  
/*------------------------HeADER 3 BUTTONS STYLE-------------------------*/
.hero-content--wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.buttons-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 10px;
}

.buttons-row a {
    display: block;
    padding: 22px;
    border: 0px solid #c8102e;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 !important;
}

@media (min-width: 1140px) {

.buttons-row {
    padding-right: 21.9375rem !important;
     flex-direction: column !important;
     margin-top: 9px;
}
 .hero-content {
    text-align: left;
    max-width: 600px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1139px)  {

 .hero-content--wrapper {
   justify-content: center;
}
 .hero-content {
   text-align: center !important;
}
 .hero-buttons--wrapper {
   justify-content: center !important;
}
 .header-buttons-wrapper {
    margin-top: 20px;
}
 .buttons-row {
   margin-bottom: 0px;
   flex-direction: row;
}
.buttons-row a {
    padding: 22px 35px;
}
.buttons-row a:nth-child(1), .buttons-row a:nth-child(2), .buttons-row a:nth-child(3) {
    margin: 0 4px 0px;
}

}

@media (max-width: 1024px){
.header-buttons-wrapper {
    width: 65%;
    margin: 0 auto 55px;
}
.buttons-row {
    flex-direction: row;
}
.buttons-row a:nth-child(1), .buttons-row a:nth-child(2), .buttons-row a:nth-child(1), .buttons-row a:nth-child(3) {
    padding: 20px 30px;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-content {
    padding: 50px 30px 20px !important;
    text-align: center;
}

}

@media (min-width: 769px) and (max-width: 918px) {
    .header-buttons-wrapper {
        width: 100%;
        max-width: 550px;
        margin: 0 auto 55px;
    }
    .buttons-row a:nth-child(1), .buttons-row a:nth-child(2), .buttons-row a:nth-child(1), .buttons-row a:nth-child(3) {
        padding: 20px 22px;
    }
    .hero-content {
        padding: 55px 30px 20px !important;
    }
}



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

 .hero-content--wrapper {
    display: block;
    width: 100%;
    padding-bottom:40px;
}
 .header-buttons-wrapper {
    display: block;
    margin: 0 auto 30px;
    justify-content: center !important;
    width: 100%;
    max-width: 450px;
    padding: 0px 25px;
}
 .buttons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}
 .buttons-row a {
    line-height: 1.2em;
}
.buttons-row a:nth-child(1), .buttons-row a:nth-child(2){
    width: calc(50% - 10px);
}
.buttons-row a:nth-child(3){
    width: 100%;
}

}
@media (max-width: 240px) {
    .buttons-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .buttons-row a:nth-child(1), .buttons-row a:nth-child(2) {
        width: calc(100% - 10px);
        margin-bottom: 10px !important;
    }
    .buttons-row a:nth-child(3) {
        width: 96%;
    }

}


}
/*------------------------END HEADER 3 BUTTONS STYLE-------------------------*/



@media print, screen and ( min-width: 40em ) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.foundation-mq {
    font-family: 'small=0em&medium=40em&topbar=62.1875em&large=64em&xlarge=75em&xxlarge=90em';
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'urw-form-condensed', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #686767;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto;
}
[data-whatinput='mouse'] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.4375rem;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid #d4d3d3;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #c8102e;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f8f8f8;
    cursor: not-allowed;
}
[type='button'],
[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type='search'] {
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #686767;
}
::-moz-placeholder {
    color: #686767;
}
:-ms-input-placeholder {
    color: #686767;
}
::-ms-input-placeholder {
    color: #686767;
}
::placeholder {
    color: #686767;
}
[type='checkbox'],
[type='file'],
[type='radio'] {
    margin: 0 0 1rem;
}
[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer;
}
label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}
[type='file'] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}
.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
    border-radius: 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #ededed;
    background: #f8f8f8;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #ededed;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 3.4375rem;
    margin: 0 0 1rem;
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d4d3d3;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url( /wp-content/themes/solid/public/css/"data:image/svg+xml;utf8,<svg xmlns='http:/www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28104, 103, 103%29'></polygon></svg>" );
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and ( min-width: 0\0 ) {
    select {
        background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg== );
    }
}
select:focus {
    outline: 0;
    border: 1px solid #c8102e;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
select:not( [multiple] ) {
    padding-top: 0;
    padding-bottom: 0;
}
.is-invalid-input:not( :focus ) {
    border-color: #cc4b37;
    background-color: #faedeb;
}
.is-invalid-input:not( :focus )::-webkit-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not( :focus )::-moz-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not( :focus ):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not( :focus )::-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not( :focus )::placeholder {
    color: #cc4b37;
}
.is-invalid-label {
    color: #cc4b37;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #cc4b37;
}
.form-error.is-visible {
    display: block;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'urw-form-condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #ededed;
}
.h1,
h1 {
    font-size: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h5,
h5 {
    font-size: 1.0625rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h6,
h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.p,
p {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
@media print, screen and ( min-width: 40em ) {
    .h1,
    h1 {
        font-size: 6.5rem;
    }
    .h2,
    h2 {
        font-size: 2.1875rem;
    }
    .h3,
    h3 {
        font-size: 2rem;
    }
    .h4,
    h4 {
        font-size: 1.375rem;
    }
    .h5,
    h5 {
        font-size: 1.375rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
    .p,
    p {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #c8102e;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #aa2c27;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ededed;
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
ol {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ededed;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #686767;
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #f8f8f8;
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    color: #0a0a0a;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #686767;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.cite-block,
cite {
    display: block;
    color: #686767;
    font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
    content: '— ';
}
.code-inline,
code {
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media print, screen and ( min-width: 40em ) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .topbar-text-left {
        text-align: left;
    }
    .topbar-text-right {
        text-align: right;
    }
    .topbar-text-center {
        text-align: center;
    }
    .topbar-text-justify {
        text-align: justify;
    }
}
@media print, screen and ( min-width: 64em ) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr( href ) ')';
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    abbr[title]:after {
        content: ' (' attr( title ) ')';
    }
    blockquote,
    pre {
        border: 1px solid #686767;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and ( min-width: 40em ) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and ( min-width: 64em ) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not( .expanded ) .row {
    max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0;
}
.column,
.columns {
    flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0;
}
@media print, screen and ( min-width: 40em ) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}
.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.small-offset-1 {
    margin-left: 8.33333333%;
}
.small-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.small-offset-2 {
    margin-left: 16.66666667%;
}
.small-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.small-offset-4 {
    margin-left: 33.33333333%;
}
.small-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.small-offset-5 {
    margin-left: 41.66666667%;
}
.small-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.small-offset-7 {
    margin-left: 58.33333333%;
}
.small-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.small-offset-8 {
    margin-left: 66.66666667%;
}
.small-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.small-offset-10 {
    margin-left: 83.33333333%;
}
.small-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-offset-11 {
    margin-left: 91.66666667%;
}
.small-up-1 {
    flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
    flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
    flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.small-up-4 {
    flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
    flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
    flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.small-up-7 {
    flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
}
.small-up-8 {
    flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and ( min-width: 40em ) {
    .medium-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333333%;
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.66666667%;
    }
    .medium-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333333%;
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.66666667%;
    }
    .medium-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333333%;
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.66666667%;
    }
    .medium-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333333%;
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66666667%;
    }
    .medium-up-1 {
        flex-wrap: wrap;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        flex-wrap: wrap;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        flex-wrap: wrap;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .medium-up-4 {
        flex-wrap: wrap;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        flex-wrap: wrap;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        flex-wrap: wrap;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .medium-up-7 {
        flex-wrap: wrap;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        flex: 0 0 14.28571429%;
        max-width: 14.28571429%;
    }
    .medium-up-8 {
        flex-wrap: wrap;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and ( min-width: 40em ) and ( min-width: 40em ) {
    .medium-expand {
        flex: 1 1 0px;
    }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    flex: 0 0 100%;
}
@media print, screen and ( min-width: 40em ) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        flex: 1 1 0px;
    }
}
@media print, screen and ( min-width: 40em ) {
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .topbar-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .topbar-offset-0 {
        margin-left: 0;
    }
    .topbar-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .topbar-offset-1 {
        margin-left: 8.33333333%;
    }
    .topbar-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .topbar-offset-2 {
        margin-left: 16.66666667%;
    }
    .topbar-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .topbar-offset-3 {
        margin-left: 25%;
    }
    .topbar-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .topbar-offset-4 {
        margin-left: 33.33333333%;
    }
    .topbar-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .topbar-offset-5 {
        margin-left: 41.66666667%;
    }
    .topbar-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .topbar-offset-6 {
        margin-left: 50%;
    }
    .topbar-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .topbar-offset-7 {
        margin-left: 58.33333333%;
    }
    .topbar-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .topbar-offset-8 {
        margin-left: 66.66666667%;
    }
    .topbar-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .topbar-offset-9 {
        margin-left: 75%;
    }
    .topbar-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .topbar-offset-10 {
        margin-left: 83.33333333%;
    }
    .topbar-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .topbar-offset-11 {
        margin-left: 91.66666667%;
    }
    .topbar-up-1 {
        flex-wrap: wrap;
    }
    .topbar-up-1 > .column,
    .topbar-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .topbar-up-2 {
        flex-wrap: wrap;
    }
    .topbar-up-2 > .column,
    .topbar-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .topbar-up-3 {
        flex-wrap: wrap;
    }
    .topbar-up-3 > .column,
    .topbar-up-3 > .columns {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .topbar-up-4 {
        flex-wrap: wrap;
    }
    .topbar-up-4 > .column,
    .topbar-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .topbar-up-5 {
        flex-wrap: wrap;
    }
    .topbar-up-5 > .column,
    .topbar-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .topbar-up-6 {
        flex-wrap: wrap;
    }
    .topbar-up-6 > .column,
    .topbar-up-6 > .columns {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .topbar-up-7 {
        flex-wrap: wrap;
    }
    .topbar-up-7 > .column,
    .topbar-up-7 > .columns {
        flex: 0 0 14.28571429%;
        max-width: 14.28571429%;
    }
    .topbar-up-8 {
        flex-wrap: wrap;
    }
    .topbar-up-8 > .column,
    .topbar-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and ( min-width: 62.1875em ) and ( min-width: 62.1875em ) {
    .topbar-expand {
        flex: 1 1 0px;
    }
}
.row.topbar-unstack > .column,
.row.topbar-unstack > .columns {
    flex: 0 0 100%;
}
@media print, screen and ( min-width: 62.1875em ) {
    .row.topbar-unstack > .column,
    .row.topbar-unstack > .columns {
        flex: 1 1 0px;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .topbar-collapse > .column,
    .topbar-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .topbar-uncollapse > .column,
    .topbar-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and ( min-width: 64em ) {
    .large-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .large-offset-1 {
        margin-left: 8.33333333%;
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.66666667%;
    }
    .large-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .large-offset-4 {
        margin-left: 33.33333333%;
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.66666667%;
    }
    .large-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .large-offset-7 {
        margin-left: 58.33333333%;
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.66666667%;
    }
    .large-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .large-offset-10 {
        margin-left: 83.33333333%;
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66666667%;
    }
    .large-up-1 {
        flex-wrap: wrap;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        flex-wrap: wrap;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        flex-wrap: wrap;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .large-up-4 {
        flex-wrap: wrap;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        flex-wrap: wrap;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        flex-wrap: wrap;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .large-up-7 {
        flex-wrap: wrap;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        flex: 0 0 14.28571429%;
        max-width: 14.28571429%;
    }
    .large-up-8 {
        flex-wrap: wrap;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and ( min-width: 64em ) and ( min-width: 64em ) {
    .large-expand {
        flex: 1 1 0px;
    }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
    flex: 0 0 100%;
}
@media print, screen and ( min-width: 64em ) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        flex: 1 1 0px;
    }
}
@media print, screen and ( min-width: 64em ) {
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.shrink {
    flex: 0 0 auto;
    max-width: 100%;
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and ( min-width: 40em ) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 1.25em 1.75em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
[data-whatinput='mouse'] .button {
    outline: 0;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #c8102e;
    color: #fff;
}
.button:focus,
.button:hover {
    background-color: #a82b26;
    color: #fff;
}
.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #c8102e;
    color: #fff;
}
.button.primary:focus,
.button.primary:hover {
    background-color: #9e2924;
    color: #fff;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: #585556;
    color: #fff;
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #464445;
    color: #fff;
}
.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a;
}
.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}
.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}
.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #fff;
}
.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fff;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 1px solid #c8102e;
    color: #c8102e;
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #631a17;
    color: #631a17;
}
.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 1px solid #c8102e;
    color: #c8102e;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #631a17;
    color: #631a17;
}
.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 1px solid #585556;
    color: #585556;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #2c2b2b;
    color: #2c2b2b;
}
.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700;
}
.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #c8102e;
}
.button.clear:focus,
.button.clear:hover {
    color: #631a17;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #c8102e;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #631a17;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #585556;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #2c2b2b;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a;
}
.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.75em;
}
.button.dropdown.clear::after,
.button.dropdown.hollow::after {
    border-top-color: #c8102e;
}
.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after {
    border-top-color: #c8102e;
}
.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
    border-top-color: #585556;
}
.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76;
}
.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00;
}
.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37;
}
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}
a.button:focus,
a.button:hover {
    text-decoration: none;
}
.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.button-group::after,
.button-group::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
.button-group::after {
    clear: both;
}
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto;
}
.button-group .button:last-child {
    margin-right: 0;
}
.button-group.tiny .button {
    font-size: 0.6rem;
}
.button-group.small .button {
    font-size: 0.75rem;
}
.button-group.large .button {
    font-size: 1.25rem;
}
.button-group.expanded .button {
    flex: 1 1 0px;
}
.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
    background-color: #c8102e;
    color: #fff;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #9e2924;
    color: #fff;
}
.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
    background-color: #585556;
    color: #fff;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #464445;
    color: #fff;
}
.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}
.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}
.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover {
    background-color: #cc4b37;
    color: #fff;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fff;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    background-color: transparent;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    border: 1px solid #c8102e;
    color: #c8102e;
}
.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
    border-color: #631a17;
    color: #631a17;
}
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #c8102e;
    color: #c8102e;
}
.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
    border-color: #631a17;
    color: #631a17;
}
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
    border: 1px solid #585556;
    color: #585556;
}
.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
    border-color: #2c2b2b;
    color: #2c2b2b;
}
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539;
}
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
    border-color: #805700;
    color: #805700;
}
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
    border-color: #67251a;
    color: #67251a;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    color: #c8102e;
}
.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #631a17;
}
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
    color: #c8102e;
}
.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #631a17;
}
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
    color: #585556;
}
.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
    color: #2c2b2b;
}
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
    color: #3adb76;
}
.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
    color: #157539;
}
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
    color: #ffae00;
}
.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
    color: #805700;
}
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
    color: #cc4b37;
}
.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
    color: #67251a;
}
.button-group.no-gaps .button {
    margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
    border-left-color: transparent;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    flex: 1 1 0px;
}
@media print, screen and ( min-width: 40em ) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and ( min-width: 64em ) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and ( max-width: 39.99875em ) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}
@media print, screen and ( max-width: 62.18625em ) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }
}
.close-button {
    position: absolute;
    z-index: 10;
    color: #686767;
    cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #c8102e;
    color: #fff;
}
.label.primary {
    background: #c8102e;
    color: #fff;
}
.label.secondary {
    background: #585556;
    color: #fff;
}
.label.success {
    background: #3adb76;
    color: #0a0a0a;
}
.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.label.alert {
    background: #cc4b37;
    color: #fff;
}
.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #ededed;
}
.progress.primary .progress-meter {
    background-color: #c8102e;
}
.progress.secondary .progress-meter {
    background-color: #585556;
}
.progress.success .progress-meter {
    background-color: #3adb76;
}
.progress.warning .progress-meter {
    background-color: #ffae00;
}
.progress.alert .progress-meter {
    background-color: #cc4b37;
}
.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #c8102e;
}
.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #f8f8f8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #ededed;
    transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
    transition: all 0s linear;
}
.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #c8102e;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
}
[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}
.slider-handle:hover {
    background-color: #a82b26;
}
.slider-handle.is-dragging {
    transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale( 1, -1 );
    transform: scale( 1, -1 );
}
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX( -50% );
    transform: translateX( -50% );
}
.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}
.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #ededed;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
input + .switch-paddle {
    margin: 0;
}
.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d( 0, 0, 0 );
    transform: translate3d( 0, 0, 0 );
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: '';
}
input:checked ~ .switch-paddle {
    background: #c8102e;
}
input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}
input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}
.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.switch-active {
    left: 8%;
    display: none;
}
input:checked + label > .switch-active {
    display: block;
}
.switch-inactive {
    right: 15%;
}
input:checked + label > .switch-inactive {
    display: none;
}
.switch.tiny {
    height: 1.5rem;
}
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem;
}
.switch.small {
    height: 1.75rem;
}
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem;
}
.switch.large {
    height: 2.5rem;
}
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}
.switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff;
}
caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}
thead {
    background: #f9f9f9;
    color: #686767;
}
tfoot {
    background: #f2f2f2;
    color: #686767;
}
tfoot tr,
thead tr {
    background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child( even ) {
    border-bottom: 0;
    background-color: #f2f2f2;
}
table.unstriped tbody {
    background-color: #fff;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
@media print, screen and ( max-width: 62.18625em ) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
    background-color: #ededed;
}
table.hover tbody tr:hover {
    background-color: #fafafa;
}
table.hover:not( .unstriped ) tr:nth-of-type( even ):hover {
    background-color: #ededed;
}
.table-scroll {
    overflow-x: auto;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #c8102e;
    color: #fff;
}
.badge.primary {
    background: #c8102e;
    color: #fff;
}
.badge.secondary {
    background: #585556;
    color: #fff;
}
.badge.success {
    background: #3adb76;
    color: #0a0a0a;
}
.badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.badge.alert {
    background: #cc4b37;
    color: #fff;
}
.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
.breadcrumbs::after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}
.breadcrumbs li:not( :last-child )::after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: '/';
    color: #ededed;
}
.breadcrumbs a {
    color: #c8102e;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #ededed;
    cursor: not-allowed;
}
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba( 10, 10, 10, 0.25 );
    border-radius: 0;
    background-color: #fff;
    color: #686767;
}
.callout > :first-child {
    margin-top: 0;
}
.callout > :last-child {
    margin-bottom: 0;
}
.callout.primary {
    background-color: #f8dfde;
    color: #686767;
}
.callout.secondary {
    background-color: #e6e5e6;
    color: #686767;
}
.callout.success {
    background-color: #e1faea;
    color: #686767;
}
.callout.warning {
    background-color: #fff3d9;
    color: #686767;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #686767;
}
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}
.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #686767;
}
.card > :last-child {
    margin-bottom: 0;
}
.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #f8f8f8;
}
.card-divider > :last-child {
    margin-bottom: 0;
}
.card-section {
    flex: 1 0 auto;
    padding: 1rem;
}
.card-section > :last-child {
    margin-bottom: 0;
}
.card-image {
    min-height: 1px;
}
.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}
.dropdown-pane.tiny {
    width: 100px;
}
.dropdown-pane.small {
    width: 200px;
}
.dropdown-pane.large {
    width: 400px;
}
.pagination {
    margin-left: 0;
    margin-bottom: 0;
}
.pagination::after,
.pagination::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
.pagination::after {
    clear: both;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1rem;
    display: none;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
.pagination li.current {
    display: inline-block;
}
@media print, screen and ( min-width: 40em ) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #686767;
}
.pagination a:hover,
.pagination button:hover {
    background: rgba( 0, 0, 0, 0 );
}
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: rgba( 0, 0, 0, 0 );
    color: #686767;
    cursor: default;
}
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #a8a7a7;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: 0 0;
}
.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #686767;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '«';
}
.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '»';
}
.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #686767;
    font-weight: 700;
    cursor: pointer;
}
.tooltip {
    position: absolute;
    top: calc( 100% + 0.6495rem );
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #686767;
    font-size: 80%;
    color: #fff;
}
.tooltip::before {
    position: absolute;
}
.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #686767;
    bottom: 100%;
}
.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX( -50% );
    transform: translateX( -50% );
}
.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #686767 transparent transparent;
    top: 100%;
    bottom: auto;
}
.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX( -50% );
    transform: translateX( -50% );
}
.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #686767;
    left: 100%;
}
.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #686767 transparent transparent;
    right: 100%;
    left: auto;
}
.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.tooltip.align-top::before {
    bottom: auto;
    top: 10%;
}
.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto;
}
.tooltip.align-left::before {
    left: 10%;
    right: auto;
}
.tooltip.align-right::before {
    left: auto;
    right: 10%;
}
.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
    border-radius: 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #c8102e;
}
:last-child:not( .is-active ) > .accordion-title {
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #f8f8f8;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}
.is-active > .accordion-title::before {
    content: '–';
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    background-color: #fff;
    color: #686767;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f8f8f8;
}
.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}
.media-object img {
    max-width: none;
}
@media print, screen and ( max-width: 39.99875em ) {
    .media-object.stack-for-small {
        flex-wrap: wrap;
    }
}
.media-object-section {
    flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not( :nth-child( 2 ) ) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}
.media-object-section.main-section {
    flex: 1 1 0px;
}
.orbit {
    position: relative;
}
.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.orbit-slide {
    width: 100%;
    position: absolute;
}
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}
.orbit-figure {
    margin: 0;
}
.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba( 10, 10, 10, 0.5 );
    color: #fff;
}
.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    z-index: 10;
    padding: 1rem;
    color: #fff;
}
[data-whatinput='mouse'] .orbit-next,
[data-whatinput='mouse'] .orbit-previous {
    outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba( 10, 10, 10, 0.5 );
}
.orbit-previous {
    left: 0;
}
.orbit-next {
    left: auto;
    right: 0;
}
.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #ededed;
}
.orbit-bullets button:hover {
    background-color: #686767;
}
.orbit-bullets button.is-active {
    background-color: #686767;
}
.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%;
}
.tabs {
    margin: 0;
    border: 1px solid #f8f8f8;
    background: #fff;
    list-style-type: none;
}
.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
.tabs::after {
    clear: both;
}
.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}
.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: 0 0;
}
.tabs.primary {
    background: #c8102e;
}
.tabs.primary > li > a {
    color: #fff;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #bc302b;
}
.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #c8102e;
}
[data-whatinput='mouse'] .tabs-title > a {
    outline: 0;
}
.tabs-title > a:hover {
    background: #fff;
    color: #aa2c27;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
    background: #f8f8f8;
    color: #c8102e;
}
.tabs-content {
    border: 1px solid #f8f8f8;
    border-top: 0;
    background: #fff;
    color: #686767;
    transition: all 0.5s ease;
}
.tabs-content.vertical {
    border: 1px solid #f8f8f8;
    border-left: 0;
}
.tabs-panel {
    display: none;
    padding: 1rem;
}


.tabs-panel.is-active {
    display: block;
}
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba( 10, 10, 10, 0.2 );
    line-height: 0;
}
a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba( 198, 51, 45, 0.5 );
}
a.thumbnail image {
    box-shadow: none;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
[data-whatinput='mouse'] .menu li {
    outline: 0;
}
.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}
.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}
.menu.expanded li {
    flex: 1 1 0px;
}
.menu.simple {
    align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and ( min-width: 40em ) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li {
        flex: 1 1 0px;
    }
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .menu.topbar-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.topbar-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.topbar-expanded li {
        flex: 1 1 0px;
    }
    .menu.topbar-simple li {
        flex: 1 1 0px;
    }
}
@media print, screen and ( min-width: 64em ) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li {
        flex: 1 1 0px;
    }
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons a {
    display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: flex;
}
.menu.icon-left li a {
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: #c8102e;
    color: #fff;
}
.menu .active > a {
    background: #c8102e;
    color: #fff;
}
.menu.align-left {
    justify-content: flex-start;
}
.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: flex;
    justify-content: center;
}
.menu.align-center li .submenu li {
    justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu {
    justify-content: center;
}
.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}
.menu-centered > .menu li .submenu li {
    justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: '';
}
.menu-icon:hover::after {
    background: #ededed;
    box-shadow: 0 7px 0 #ededed, 0 14px 0 #ededed;
}
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: '';
}
.menu-icon.dark:hover::after {
    background: #686767;
    box-shadow: 0 7px 0 #686767, 0 14px 0 #686767;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not( .has-submenu-toggle ) > a {
    position: relative;
}
.accordion-menu
    .is-accordion-submenu-parent:not( .has-submenu-toggle )
    > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c8102e transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
    position: relative;
}
.has-submenu-toggle > a {
    margin-right: 40px;
}
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c8102e transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto;
}
.submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY( -1 );
    transform: scaleY( -1 );
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect( 0, 0, 0, 0 ) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.is-drilldown {
    position: relative;
    overflow: hidden;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    transition: height 0.5s;
}
.drilldown a {
    padding: 0.7rem 1rem;
    background: #fff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX( -100% );
    transform: translateX( -100% );
}
.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX( 100% );
    transform: translateX( 100% );
}
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c8102e;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c8102e;
    right: 1rem;
    left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c8102e transparent transparent;
    right: auto;
    left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #c8102e transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
    background: rgba( 0, 0, 0, 0 );
    color: #c8102e;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
@media print, screen and ( min-width: 40em ) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .dropdown.menu.topbar-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.topbar-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.topbar-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.topbar-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.topbar-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}
@media print, screen and ( min-width: 64em ) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}
.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #ededed;
    background: #fff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.is-off-canvas-open {
    overflow: hidden;
}
.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba( 255, 255, 255, 0.25 );
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}
.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}
.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f8f8f8;
}
[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}
.off-canvas.is-transition-push {
    z-index: 12;
}
.off-canvas.is-closed {
    visibility: hidden;
}
.off-canvas.is-transition-overlap {
    z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba( 10, 10, 10, 0.7 );
}
.off-canvas.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f8f8f8;
}
[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0;
}
.off-canvas-absolute.is-transition-push {
    z-index: 12;
}
.off-canvas-absolute.is-closed {
    visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba( 10, 10, 10, 0.7 );
}
.off-canvas-absolute.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX( -250px );
    transform: translateX( -250px );
}
.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX( -250px );
    transform: translateX( -250px );
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX( 250px );
    transform: translateX( 250px );
}
.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba( 10, 10, 10, 0.25 );
}
.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX( 250px );
    transform: translateX( 250px );
}
.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX( 250px );
    transform: translateX( 250px );
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX( -250px );
    transform: translateX( -250px );
}
.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba( 10, 10, 10, 0.25 );
}
.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY( -250px );
    transform: translateY( -250px );
}
.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY( -250px );
    transform: translateY( -250px );
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY( 250px );
    transform: translateY( 250px );
}
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba( 10, 10, 10, 0.25 );
}
.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY( 250px );
    transform: translateY( 250px );
}
.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY( 250px );
    transform: translateY( 250px );
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY( -250px );
    transform: translateY( -250px );
}
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba( 10, 10, 10, 0.25 );
}
.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );
}
@media print, screen and ( min-width: 40em ) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .position-left.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-topbar .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-topbar ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-topbar .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-topbar ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-topbar .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-topbar ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-topbar .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-topbar {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-topbar ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and ( min-width: 64em ) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and ( min-width: 40em ) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .off-canvas.in-canvas-for-topbar {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-topbar.position-bottom,
    .off-canvas.in-canvas-for-topbar.position-left,
    .off-canvas.in-canvas-for-topbar.position-right,
    .off-canvas.in-canvas-for-topbar.position-top {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-topbar .close-button {
        display: none;
    }
}
@media print, screen and ( min-width: 64em ) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}
html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}
html.is-reveal-open body {
    overflow-y: hidden;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba( 255, 255, 255, 0.45 );
    overflow-y: auto;
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
    outline: 0;
}
@media print, screen and ( min-width: 40em ) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and ( min-width: 40em ) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and ( min-width: 40em ) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and ( min-width: 40em ) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and ( min-width: 40em ) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}
.sticky-container {
    position: relative;
}
.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d( 0, 0, 0 );
    transform: translate3d( 0, 0, 0 );
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
    flex: 1 1 0px;
}
.title-bar-right {
    text-align: right;
}
.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: #f8f8f8;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and ( min-width: 40em ) {
    .top-bar {
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto;
    }
}
@media print, screen and ( max-width: 62.18625em ) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and ( max-width: 63.99875em ) {
    .top-bar.stacked-for-topbar {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-topbar .top-bar-left,
    .top-bar.stacked-for-topbar .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and ( max-width: 74.99875em ) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
    flex: 0 0 auto;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
.clearfix::after {
    clear: both;
}
.align-left {
    justify-content: flex-start;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
.small-order-3 {
    order: 3;
}
.small-order-4 {
    order: 4;
}
.small-order-5 {
    order: 5;
}
.small-order-6 {
    order: 6;
}
@media print, screen and ( min-width: 40em ) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .topbar-order-1 {
        order: 1;
    }
    .topbar-order-2 {
        order: 2;
    }
    .topbar-order-3 {
        order: 3;
    }
    .topbar-order-4 {
        order: 4;
    }
    .topbar-order-5 {
        order: 5;
    }
    .topbar-order-6 {
        order: 6;
    }
}
@media print, screen and ( min-width: 64em ) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and ( min-width: 40em ) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .topbar-flex-container {
        display: flex;
    }
    .topbar-flex-child-auto {
        flex: 1 1 auto;
    }
    .topbar-flex-child-grow {
        flex: 1 0 auto;
    }
    .topbar-flex-child-shrink {
        flex: 0 1 auto;
    }
    .topbar-flex-dir-row {
        flex-direction: row;
    }
    .topbar-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .topbar-flex-dir-column {
        flex-direction: column;
    }
    .topbar-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and ( min-width: 64em ) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media print, screen and ( max-width: 39.99875em ) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and ( max-width: 0em ), screen and ( min-width: 40em ) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and ( min-width: 40em ) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and ( max-width: 39.99875em ) {
    .show-for-medium {
        display: none !important;
    }
}
@media print, screen and ( min-width: 40em ) and ( max-width: 62.18625em ) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and ( max-width: 39.99875em ),
    screen and ( min-width: 62.1875em ) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .hide-for-topbar {
        display: none !important;
    }
}
@media screen and ( max-width: 62.18625em ) {
    .show-for-topbar {
        display: none !important;
    }
}
@media print,
    screen and ( min-width: 62.1875em ) and ( max-width: 63.99875em ) {
    .hide-for-topbar-only {
        display: none !important;
    }
}
@media screen and ( max-width: 62.18625em ), screen and ( min-width: 64em ) {
    .show-for-topbar-only {
        display: none !important;
    }
}
@media print, screen and ( min-width: 64em ) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and ( max-width: 63.99875em ) {
    .show-for-large {
        display: none !important;
    }
}
@media print, screen and ( min-width: 64em ) and ( max-width: 74.99875em ) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and ( max-width: 63.99875em ), screen and ( min-width: 75em ) {
    .show-for-large-only {
        display: none !important;
    }
}
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect( 0, 0, 0, 0 ) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and ( orientation: landscape ) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and ( orientation: portrait ) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and ( orientation: landscape ) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and ( orientation: portrait ) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}
.slide-in-down.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateY( -100% );
    transform: translateY( -100% );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY( 0 );
    transform: translateY( 0 );
}
.slide-in-left.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateX( -100% );
    transform: translateX( -100% );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX( 0 );
    transform: translateX( 0 );
}
.slide-in-up.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateY( 100% );
    transform: translateY( 100% );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY( 0 );
    transform: translateY( 0 );
}
.slide-in-right.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateX( 100% );
    transform: translateX( 100% );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX( 0 );
    transform: translateX( 0 );
}
.slide-out-down.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateY( 0 );
    transform: translateY( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY( 100% );
    transform: translateY( 100% );
}
.slide-out-right.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateX( 0 );
    transform: translateX( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX( 100% );
    transform: translateX( 100% );
}
.slide-out-up.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateY( 0 );
    transform: translateY( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY( -100% );
    transform: translateY( -100% );
}
.slide-out-left.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: translateX( 0 );
    transform: translateX( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX( -100% );
    transform: translateX( -100% );
}
.fade-in.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}
.hinge-in-from-top.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateX( -90deg );
    transform: perspective( 2000px ) rotateX( -90deg );
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-in-from-right.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateY( -90deg );
    transform: perspective( 2000px ) rotateY( -90deg );
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateX( 90deg );
    transform: perspective( 2000px ) rotateX( 90deg );
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-in-from-left.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateY( 90deg );
    transform: perspective( 2000px ) rotateY( 90deg );
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateX( -90deg );
    transform: perspective( 2000px ) rotateX( -90deg );
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotateY( -90deg );
    transform: perspective( 2000px ) rotateY( -90deg );
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    opacity: 1;
}
.hinge-out-from-top.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateX( 90deg );
    transform: perspective( 2000px ) rotateX( 90deg );
    opacity: 0;
}
.hinge-out-from-right.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateY( 90deg );
    transform: perspective( 2000px ) rotateY( 90deg );
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateX( -90deg );
    transform: perspective( 2000px ) rotateX( -90deg );
    opacity: 0;
}
.hinge-out-from-left.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateY( -90deg );
    transform: perspective( 2000px ) rotateY( -90deg );
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateX( 90deg );
    transform: perspective( 2000px ) rotateX( 90deg );
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: perspective( 2000px ) rotate( 0 );
    transform: perspective( 2000px ) rotate( 0 );
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective( 2000px ) rotateY( 90deg );
    transform: perspective( 2000px ) rotateY( 90deg );
    opacity: 0;
}
.scale-in-up.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
    opacity: 1;
}
.scale-in-down.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: scale( 1.5 );
    transform: scale( 1.5 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
    opacity: 1;
}
.scale-out-up.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale( 1.5 );
    transform: scale( 1.5 );
    opacity: 0;
}
.scale-out-down.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: scale( 1 );
    transform: scale( 1 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale( 0.5 );
    transform: scale( 0.5 );
    opacity: 0;
}
.spin-in.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: rotate( -0.75turn );
    transform: rotate( -0.75turn );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate( 0 );
    transform: rotate( 0 );
    opacity: 1;
}
.spin-out.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: rotate( 0 );
    transform: rotate( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate( 0.75turn );
    transform: rotate( 0.75turn );
    opacity: 0;
}
.spin-in-ccw.mui-enter {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: rotate( 0.75turn );
    transform: rotate( 0.75turn );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate( 0 );
    transform: rotate( 0 );
    opacity: 1;
}
.spin-out-ccw.mui-leave {
    transition-duration: 125ms;
    transition-timing-function: linear;
    -webkit-transform: rotate( 0 );
    transform: rotate( 0 );
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate( -0.75turn );
    transform: rotate( -0.75turn );
    opacity: 0;
}
.slow {
    transition-duration: 750ms !important;
}
.fast {
    transition-duration: 250ms !important;
}
.linear {
    transition-timing-function: linear !important;
}
.ease {
    transition-timing-function: ease !important;
}
.ease-in {
    transition-timing-function: ease-in !important;
}
.ease-out {
    transition-timing-function: ease-out !important;
}
.ease-in-out {
    transition-timing-function: ease-in-out !important;
}
.bounce-in {
    transition-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.24,
        1.245
    ) !important;
}
.bounce-out {
    transition-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.515,
        0.845
    ) !important;
}
.bounce-in-out {
    transition-timing-function: cubic-bezier(
        0.76,
        -0.245,
        0.24,
        1.245
    ) !important;
}
.short-delay {
    transition-delay: 0.3s !important;
}
.long-delay {
    transition-delay: 0.7s !important;
}
.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX( 7% );
        transform: translateX( 7% );
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX( -7% );
        transform: translateX( -7% );
    }
}
@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX( 7% );
        transform: translateX( 7% );
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX( -7% );
        transform: translateX( -7% );
    }
}
.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate( -1turn );
        transform: rotate( -1turn );
    }
    100% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
}
@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate( -1turn );
        transform: rotate( -1turn );
    }
    100% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
}
.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
    100% {
        -webkit-transform: rotate( -1turn );
        transform: rotate( -1turn );
    }
}
@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
    100% {
        -webkit-transform: rotate( -1turn );
        transform: rotate( -1turn );
    }
}
.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        -webkit-transform: rotate( 7deg );
        transform: rotate( 7deg );
    }
    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate( -7deg );
        transform: rotate( -7deg );
    }
    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
}
@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        -webkit-transform: rotate( 7deg );
        transform: rotate( 7deg );
    }
    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate( -7deg );
        transform: rotate( -7deg );
    }
    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate( 0 );
        transform: rotate( 0 );
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: 125ms;
    animation-duration: 125ms;
}
.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}
.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}
.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}
.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}
.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}
.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.24,
        1.245
    ) !important;
    animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.24,
        1.245
    ) !important;
}
.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.515,
        0.845
    ) !important;
    animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.515,
        0.845
    ) !important;
}
.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(
        0.76,
        -0.245,
        0.24,
        1.245
    ) !important;
    animation-timing-function: cubic-bezier(
        0.76,
        -0.245,
        0.24,
        1.245
    ) !important;
}
.short-delay {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.long-delay {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d( 0, 0, 0 );
    transform: translate3d( 0, 0, 0 );
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url( ./ajax-loader.gif ) center center no-repeat;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate( 0, -50% );
    transform: translate( 0, -50% );
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #686767;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -80px;
}
[dir='rtl'] .slick-prev {
    left: auto;
    right: -80px;
}
.slick-prev:before {
    content: '';
}
[dir='rtl'] .slick-prev:before {
    content: '';
}
.slick-next {
    right: -80px;
}
[dir='rtl'] .slick-next {
    left: -80px;
    right: auto;
}
.slick-next:before {
    content: '';
}
[dir='rtl'] .slick-next:before {
    content: '';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    right: 5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 8px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #585556;
    width: 20px;
    height: 8px;
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background: #c8102e;
} /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
        -webkit-transform: translate3d( 0, -30px, 0 );
        transform: translate3d( 0, -30px, 0 );
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
        -webkit-transform: translate3d( 0, -15px, 0 );
        transform: translate3d( 0, -15px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, -4px, 0 );
        transform: translate3d( 0, -4px, 0 );
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
        -webkit-transform: translate3d( 0, -30px, 0 );
        transform: translate3d( 0, -30px, 0 );
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier( 0.755, 0.05, 0.855, 0.06 );
        -webkit-transform: translate3d( 0, -15px, 0 );
        transform: translate3d( 0, -15px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, -4px, 0 );
        transform: translate3d( 0, -4px, 0 );
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    50% {
        -webkit-transform: scale3d( 1.05, 1.05, 1.05 );
        transform: scale3d( 1.05, 1.05, 1.05 );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    50% {
        -webkit-transform: scale3d( 1.05, 1.05, 1.05 );
        transform: scale3d( 1.05, 1.05, 1.05 );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    30% {
        -webkit-transform: scale3d( 1.25, 0.75, 1 );
        transform: scale3d( 1.25, 0.75, 1 );
    }
    40% {
        -webkit-transform: scale3d( 0.75, 1.25, 1 );
        transform: scale3d( 0.75, 1.25, 1 );
    }
    50% {
        -webkit-transform: scale3d( 1.15, 0.85, 1 );
        transform: scale3d( 1.15, 0.85, 1 );
    }
    65% {
        -webkit-transform: scale3d( 0.95, 1.05, 1 );
        transform: scale3d( 0.95, 1.05, 1 );
    }
    75% {
        -webkit-transform: scale3d( 1.05, 0.95, 1 );
        transform: scale3d( 1.05, 0.95, 1 );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    30% {
        -webkit-transform: scale3d( 1.25, 0.75, 1 );
        transform: scale3d( 1.25, 0.75, 1 );
    }
    40% {
        -webkit-transform: scale3d( 0.75, 1.25, 1 );
        transform: scale3d( 0.75, 1.25, 1 );
    }
    50% {
        -webkit-transform: scale3d( 1.15, 0.85, 1 );
        transform: scale3d( 1.15, 0.85, 1 );
    }
    65% {
        -webkit-transform: scale3d( 0.95, 1.05, 1 );
        transform: scale3d( 0.95, 1.05, 1 );
    }
    75% {
        -webkit-transform: scale3d( 1.05, 0.95, 1 );
        transform: scale3d( 1.05, 0.95, 1 );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d( -10px, 0, 0 );
        transform: translate3d( -10px, 0, 0 );
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d( 10px, 0, 0 );
        transform: translate3d( 10px, 0, 0 );
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d( -10px, 0, 0 );
        transform: translate3d( -10px, 0, 0 );
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d( 10px, 0, 0 );
        transform: translate3d( 10px, 0, 0 );
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX( 0 );
        transform: translateX( 0 );
    }
    6.5% {
        -webkit-transform: translateX( -6px ) rotateY( -9deg );
        transform: translateX( -6px ) rotateY( -9deg );
    }
    18.5% {
        -webkit-transform: translateX( 5px ) rotateY( 7deg );
        transform: translateX( 5px ) rotateY( 7deg );
    }
    31.5% {
        -webkit-transform: translateX( -3px ) rotateY( -5deg );
        transform: translateX( -3px ) rotateY( -5deg );
    }
    43.5% {
        -webkit-transform: translateX( 2px ) rotateY( 3deg );
        transform: translateX( 2px ) rotateY( 3deg );
    }
    50% {
        -webkit-transform: translateX( 0 );
        transform: translateX( 0 );
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX( 0 );
        transform: translateX( 0 );
    }
    6.5% {
        -webkit-transform: translateX( -6px ) rotateY( -9deg );
        transform: translateX( -6px ) rotateY( -9deg );
    }
    18.5% {
        -webkit-transform: translateX( 5px ) rotateY( 7deg );
        transform: translateX( 5px ) rotateY( 7deg );
    }
    31.5% {
        -webkit-transform: translateX( -3px ) rotateY( -5deg );
        transform: translateX( -3px ) rotateY( -5deg );
    }
    43.5% {
        -webkit-transform: translateX( 2px ) rotateY( 3deg );
        transform: translateX( 2px ) rotateY( 3deg );
    }
    50% {
        -webkit-transform: translateX( 0 );
        transform: translateX( 0 );
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d( 0, 0, 1, 15deg );
        transform: rotate3d( 0, 0, 1, 15deg );
    }
    40% {
        -webkit-transform: rotate3d( 0, 0, 1, -10deg );
        transform: rotate3d( 0, 0, 1, -10deg );
    }
    60% {
        -webkit-transform: rotate3d( 0, 0, 1, 5deg );
        transform: rotate3d( 0, 0, 1, 5deg );
    }
    80% {
        -webkit-transform: rotate3d( 0, 0, 1, -5deg );
        transform: rotate3d( 0, 0, 1, -5deg );
    }
    to {
        -webkit-transform: rotate3d( 0, 0, 1, 0deg );
        transform: rotate3d( 0, 0, 1, 0deg );
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d( 0, 0, 1, 15deg );
        transform: rotate3d( 0, 0, 1, 15deg );
    }
    40% {
        -webkit-transform: rotate3d( 0, 0, 1, -10deg );
        transform: rotate3d( 0, 0, 1, -10deg );
    }
    60% {
        -webkit-transform: rotate3d( 0, 0, 1, 5deg );
        transform: rotate3d( 0, 0, 1, 5deg );
    }
    80% {
        -webkit-transform: rotate3d( 0, 0, 1, -5deg );
        transform: rotate3d( 0, 0, 1, -5deg );
    }
    to {
        -webkit-transform: rotate3d( 0, 0, 1, 0deg );
        transform: rotate3d( 0, 0, 1, 0deg );
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    10%,
    20% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 ) rotate3d( 0, 0, 1, -3deg );
        transform: scale3d( 0.9, 0.9, 0.9 ) rotate3d( 0, 0, 1, -3deg );
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, 3deg );
        transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, 3deg );
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, -3deg );
        transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, -3deg );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
    10%,
    20% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 ) rotate3d( 0, 0, 1, -3deg );
        transform: scale3d( 0.9, 0.9, 0.9 ) rotate3d( 0, 0, 1, -3deg );
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, 3deg );
        transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, 3deg );
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, -3deg );
        transform: scale3d( 1.1, 1.1, 1.1 ) rotate3d( 0, 0, 1, -3deg );
    }
    to {
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    15% {
        -webkit-transform: translate3d( -25%, 0, 0 ) rotate3d( 0, 0, 1, -5deg );
        transform: translate3d( -25%, 0, 0 ) rotate3d( 0, 0, 1, -5deg );
    }
    30% {
        -webkit-transform: translate3d( 20%, 0, 0 ) rotate3d( 0, 0, 1, 3deg );
        transform: translate3d( 20%, 0, 0 ) rotate3d( 0, 0, 1, 3deg );
    }
    45% {
        -webkit-transform: translate3d( -15%, 0, 0 ) rotate3d( 0, 0, 1, -3deg );
        transform: translate3d( -15%, 0, 0 ) rotate3d( 0, 0, 1, -3deg );
    }
    60% {
        -webkit-transform: translate3d( 10%, 0, 0 ) rotate3d( 0, 0, 1, 2deg );
        transform: translate3d( 10%, 0, 0 ) rotate3d( 0, 0, 1, 2deg );
    }
    75% {
        -webkit-transform: translate3d( -5%, 0, 0 ) rotate3d( 0, 0, 1, -1deg );
        transform: translate3d( -5%, 0, 0 ) rotate3d( 0, 0, 1, -1deg );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    15% {
        -webkit-transform: translate3d( -25%, 0, 0 ) rotate3d( 0, 0, 1, -5deg );
        transform: translate3d( -25%, 0, 0 ) rotate3d( 0, 0, 1, -5deg );
    }
    30% {
        -webkit-transform: translate3d( 20%, 0, 0 ) rotate3d( 0, 0, 1, 3deg );
        transform: translate3d( 20%, 0, 0 ) rotate3d( 0, 0, 1, 3deg );
    }
    45% {
        -webkit-transform: translate3d( -15%, 0, 0 ) rotate3d( 0, 0, 1, -3deg );
        transform: translate3d( -15%, 0, 0 ) rotate3d( 0, 0, 1, -3deg );
    }
    60% {
        -webkit-transform: translate3d( 10%, 0, 0 ) rotate3d( 0, 0, 1, 2deg );
        transform: translate3d( 10%, 0, 0 ) rotate3d( 0, 0, 1, 2deg );
    }
    75% {
        -webkit-transform: translate3d( -5%, 0, 0 ) rotate3d( 0, 0, 1, -1deg );
        transform: translate3d( -5%, 0, 0 ) rotate3d( 0, 0, 1, -1deg );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    22.2% {
        -webkit-transform: skewX( -12.5deg ) skewY( -12.5deg );
        transform: skewX( -12.5deg ) skewY( -12.5deg );
    }
    33.3% {
        -webkit-transform: skewX( 6.25deg ) skewY( 6.25deg );
        transform: skewX( 6.25deg ) skewY( 6.25deg );
    }
    44.4% {
        -webkit-transform: skewX( -3.125deg ) skewY( -3.125deg );
        transform: skewX( -3.125deg ) skewY( -3.125deg );
    }
    55.5% {
        -webkit-transform: skewX( 1.5625deg ) skewY( 1.5625deg );
        transform: skewX( 1.5625deg ) skewY( 1.5625deg );
    }
    66.6% {
        -webkit-transform: skewX( -0.78125deg ) skewY( -0.78125deg );
        transform: skewX( -0.78125deg ) skewY( -0.78125deg );
    }
    77.7% {
        -webkit-transform: skewX( 0.390625deg ) skewY( 0.390625deg );
        transform: skewX( 0.390625deg ) skewY( 0.390625deg );
    }
    88.8% {
        -webkit-transform: skewX( -0.1953125deg ) skewY( -0.1953125deg );
        transform: skewX( -0.1953125deg ) skewY( -0.1953125deg );
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    22.2% {
        -webkit-transform: skewX( -12.5deg ) skewY( -12.5deg );
        transform: skewX( -12.5deg ) skewY( -12.5deg );
    }
    33.3% {
        -webkit-transform: skewX( 6.25deg ) skewY( 6.25deg );
        transform: skewX( 6.25deg ) skewY( 6.25deg );
    }
    44.4% {
        -webkit-transform: skewX( -3.125deg ) skewY( -3.125deg );
        transform: skewX( -3.125deg ) skewY( -3.125deg );
    }
    55.5% {
        -webkit-transform: skewX( 1.5625deg ) skewY( 1.5625deg );
        transform: skewX( 1.5625deg ) skewY( 1.5625deg );
    }
    66.6% {
        -webkit-transform: skewX( -0.78125deg ) skewY( -0.78125deg );
        transform: skewX( -0.78125deg ) skewY( -0.78125deg );
    }
    77.7% {
        -webkit-transform: skewX( 0.390625deg ) skewY( 0.390625deg );
        transform: skewX( 0.390625deg ) skewY( 0.390625deg );
    }
    88.8% {
        -webkit-transform: skewX( -0.1953125deg ) skewY( -0.1953125deg );
        transform: skewX( -0.1953125deg ) skewY( -0.1953125deg );
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
    14% {
        -webkit-transform: scale( 1.3 );
        transform: scale( 1.3 );
    }
    28% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
    42% {
        -webkit-transform: scale( 1.3 );
        transform: scale( 1.3 );
    }
    70% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
    14% {
        -webkit-transform: scale( 1.3 );
        transform: scale( 1.3 );
    }
    28% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
    42% {
        -webkit-transform: scale( 1.3 );
        transform: scale( 1.3 );
    }
    70% {
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    20% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 );
        transform: scale3d( 1.1, 1.1, 1.1 );
    }
    40% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 );
        transform: scale3d( 0.9, 0.9, 0.9 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 1.03, 1.03, 1.03 );
        transform: scale3d( 1.03, 1.03, 1.03 );
    }
    80% {
        -webkit-transform: scale3d( 0.97, 0.97, 0.97 );
        transform: scale3d( 0.97, 0.97, 0.97 );
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    20% {
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 );
        transform: scale3d( 1.1, 1.1, 1.1 );
    }
    40% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 );
        transform: scale3d( 0.9, 0.9, 0.9 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 1.03, 1.03, 1.03 );
        transform: scale3d( 1.03, 1.03, 1.03 );
    }
    80% {
        -webkit-transform: scale3d( 0.97, 0.97, 0.97 );
        transform: scale3d( 0.97, 0.97, 0.97 );
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d( 1, 1, 1 );
        transform: scale3d( 1, 1, 1 );
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d( 0, -3000px, 0 );
        transform: translate3d( 0, -3000px, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 0, 25px, 0 );
        transform: translate3d( 0, 25px, 0 );
    }
    75% {
        -webkit-transform: translate3d( 0, -10px, 0 );
        transform: translate3d( 0, -10px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, 5px, 0 );
        transform: translate3d( 0, 5px, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d( 0, -3000px, 0 );
        transform: translate3d( 0, -3000px, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 0, 25px, 0 );
        transform: translate3d( 0, 25px, 0 );
    }
    75% {
        -webkit-transform: translate3d( 0, -10px, 0 );
        transform: translate3d( 0, -10px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, 5px, 0 );
        transform: translate3d( 0, 5px, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d( -3000px, 0, 0 );
        transform: translate3d( -3000px, 0, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 25px, 0, 0 );
        transform: translate3d( 25px, 0, 0 );
    }
    75% {
        -webkit-transform: translate3d( -10px, 0, 0 );
        transform: translate3d( -10px, 0, 0 );
    }
    90% {
        -webkit-transform: translate3d( 5px, 0, 0 );
        transform: translate3d( 5px, 0, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d( -3000px, 0, 0 );
        transform: translate3d( -3000px, 0, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 25px, 0, 0 );
        transform: translate3d( 25px, 0, 0 );
    }
    75% {
        -webkit-transform: translate3d( -10px, 0, 0 );
        transform: translate3d( -10px, 0, 0 );
    }
    90% {
        -webkit-transform: translate3d( 5px, 0, 0 );
        transform: translate3d( 5px, 0, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d( 3000px, 0, 0 );
        transform: translate3d( 3000px, 0, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( -25px, 0, 0 );
        transform: translate3d( -25px, 0, 0 );
    }
    75% {
        -webkit-transform: translate3d( 10px, 0, 0 );
        transform: translate3d( 10px, 0, 0 );
    }
    90% {
        -webkit-transform: translate3d( -5px, 0, 0 );
        transform: translate3d( -5px, 0, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d( 3000px, 0, 0 );
        transform: translate3d( 3000px, 0, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( -25px, 0, 0 );
        transform: translate3d( -25px, 0, 0 );
    }
    75% {
        -webkit-transform: translate3d( 10px, 0, 0 );
        transform: translate3d( 10px, 0, 0 );
    }
    90% {
        -webkit-transform: translate3d( -5px, 0, 0 );
        transform: translate3d( -5px, 0, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 3000px, 0 );
        transform: translate3d( 0, 3000px, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 0, -20px, 0 );
        transform: translate3d( 0, -20px, 0 );
    }
    75% {
        -webkit-transform: translate3d( 0, 10px, 0 );
        transform: translate3d( 0, 10px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, -5px, 0 );
        transform: translate3d( 0, -5px, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(
            0.215,
            0.61,
            0.355,
            1
        );
        animation-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 3000px, 0 );
        transform: translate3d( 0, 3000px, 0 );
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d( 0, -20px, 0 );
        transform: translate3d( 0, -20px, 0 );
    }
    75% {
        -webkit-transform: translate3d( 0, 10px, 0 );
        transform: translate3d( 0, 10px, 0 );
    }
    90% {
        -webkit-transform: translate3d( 0, -5px, 0 );
        transform: translate3d( 0, -5px, 0 );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 );
        transform: scale3d( 0.9, 0.9, 0.9 );
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 );
        transform: scale3d( 1.1, 1.1, 1.1 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d( 0.9, 0.9, 0.9 );
        transform: scale3d( 0.9, 0.9, 0.9 );
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d( 1.1, 1.1, 1.1 );
        transform: scale3d( 1.1, 1.1, 1.1 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d( 0, 10px, 0 );
        transform: translate3d( 0, 10px, 0 );
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d( 0, -20px, 0 );
        transform: translate3d( 0, -20px, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d( 0, 10px, 0 );
        transform: translate3d( 0, 10px, 0 );
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d( 0, -20px, 0 );
        transform: translate3d( 0, -20px, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d( 20px, 0, 0 );
        transform: translate3d( 20px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d( 20px, 0, 0 );
        transform: translate3d( 20px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d( -20px, 0, 0 );
        transform: translate3d( -20px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d( -20px, 0, 0 );
        transform: translate3d( -20px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d( 0, -10px, 0 );
        transform: translate3d( 0, -10px, 0 );
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d( 0, 20px, 0 );
        transform: translate3d( 0, 20px, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d( 0, -10px, 0 );
        transform: translate3d( 0, -10px, 0 );
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d( 0, 20px, 0 );
        transform: translate3d( 0, 20px, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, 2000px, 0 );
        transform: translate3d( 0, 2000px, 0 );
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( -2000px, 0, 0 );
        transform: translate3d( -2000px, 0, 0 );
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 2000px, 0, 0 );
        transform: translate3d( 2000px, 0, 0 );
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 0, -2000px, 0 );
        transform: translate3d( 0, -2000px, 0 );
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, -360deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, -360deg );
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -190deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -190deg );
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -170deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -170deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective( 400px ) scale3d( 0.95, 0.95, 0.95 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        transform: perspective( 400px ) scale3d( 0.95, 0.95, 0.95 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, -360deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, -360deg );
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -190deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -190deg );
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -170deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 150px ) rotate3d( 0, 1, 0, -170deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective( 400px ) scale3d( 0.95, 0.95, 0.95 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        transform: perspective( 400px ) scale3d( 0.95, 0.95, 0.95 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        transform: perspective( 400px ) scale3d( 1, 1, 1 )
            translate3d( 0, 0, 0 ) rotate3d( 0, 1, 0, 0deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 10deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 10deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -5deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -5deg );
    }
    to {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 10deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 10deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -5deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -5deg );
    }
    to {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -20deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 10deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 10deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -5deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -5deg );
    }
    to {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -20deg );
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 10deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 10deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -5deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -5deg );
    }
    to {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
    30% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        opacity: 1;
    }
    to {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
    30% {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, -20deg );
        opacity: 1;
    }
    to {
        -webkit-transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 1, 0, 0, 90deg );
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
    30% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -15deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -15deg );
        opacity: 1;
    }
    to {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective( 400px );
        transform: perspective( 400px );
    }
    30% {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, -15deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, -15deg );
        opacity: 1;
    }
    to {
        -webkit-transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        transform: perspective( 400px ) rotate3d( 0, 1, 0, 90deg );
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d( 100%, 0, 0 ) skewX( -30deg );
        transform: translate3d( 100%, 0, 0 ) skewX( -30deg );
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX( 20deg );
        transform: skewX( 20deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX( -5deg );
        transform: skewX( -5deg );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d( 100%, 0, 0 ) skewX( -30deg );
        transform: translate3d( 100%, 0, 0 ) skewX( -30deg );
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX( 20deg );
        transform: skewX( 20deg );
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX( -5deg );
        transform: skewX( -5deg );
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d( 100%, 0, 0 ) skewX( 30deg );
        transform: translate3d( 100%, 0, 0 ) skewX( 30deg );
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d( 100%, 0, 0 ) skewX( 30deg );
        transform: translate3d( 100%, 0, 0 ) skewX( 30deg );
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d( 0, 0, 1, -200deg );
        transform: rotate3d( 0, 0, 1, -200deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d( 0, 0, 1, -200deg );
        transform: rotate3d( 0, 0, 1, -200deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -90deg );
        transform: rotate3d( 0, 0, 1, -90deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -90deg );
        transform: rotate3d( 0, 0, 1, -90deg );
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d( 0, 0, 1, 200deg );
        transform: rotate3d( 0, 0, 1, 200deg );
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d( 0, 0, 1, 200deg );
        transform: rotate3d( 0, 0, 1, 200deg );
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 45deg );
        transform: rotate3d( 0, 0, 1, 45deg );
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d( 0, 0, 1, -45deg );
        transform: rotate3d( 0, 0, 1, -45deg );
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 90deg );
        transform: rotate3d( 0, 0, 1, 90deg );
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d( 0, 0, 1, 90deg );
        transform: rotate3d( 0, 0, 1, 90deg );
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d( 0, 0, 1, 80deg );
        transform: rotate3d( 0, 0, 1, 80deg );
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d( 0, 0, 1, 60deg );
        transform: rotate3d( 0, 0, 1, 60deg );
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d( 0, 700px, 0 );
        transform: translate3d( 0, 700px, 0 );
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d( 0, 0, 1, 80deg );
        transform: rotate3d( 0, 0, 1, 80deg );
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d( 0, 0, 1, 60deg );
        transform: rotate3d( 0, 0, 1, 60deg );
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d( 0, 700px, 0 );
        transform: translate3d( 0, 700px, 0 );
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) rotate( 30deg );
        transform: scale( 0.1 ) rotate( 30deg );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate( -10deg );
        transform: rotate( -10deg );
    }
    70% {
        -webkit-transform: rotate( 3deg );
        transform: rotate( 3deg );
    }
    to {
        opacity: 1;
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) rotate( 30deg );
        transform: scale( 0.1 ) rotate( 30deg );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate( -10deg );
        transform: rotate( -10deg );
    }
    70% {
        -webkit-transform: rotate( 3deg );
        transform: rotate( 3deg );
    }
    to {
        opacity: 1;
        -webkit-transform: scale( 1 );
        transform: scale( 1 );
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 )
            rotate3d( 0, 0, 1, -120deg );
        transform: translate3d( -100%, 0, 0 ) rotate3d( 0, 0, 1, -120deg );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d( -100%, 0, 0 )
            rotate3d( 0, 0, 1, -120deg );
        transform: translate3d( -100%, 0, 0 ) rotate3d( 0, 0, 1, -120deg );
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 ) rotate3d( 0, 0, 1, 120deg );
        transform: translate3d( 100%, 0, 0 ) rotate3d( 0, 0, 1, 120deg );
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d( 100%, 0, 0 ) rotate3d( 0, 0, 1, 120deg );
        transform: translate3d( 100%, 0, 0 ) rotate3d( 0, 0, 1, 120deg );
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -1000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -1000px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, 60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, 60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -1000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -1000px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, 60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, 60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( -1000px, 0, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( -1000px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 10px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 10px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( -1000px, 0, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( -1000px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 10px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 10px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 1000px, 0, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 1000px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( -10px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( -10px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 1000px, 0, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 1000px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( -10px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( -10px, 0, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 1000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 1000px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, -60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, -60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 1000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 1000px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, -60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, -60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d( 0.3, 0.3, 0.3 );
        transform: scale3d( 0.3, 0.3, 0.3 );
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, -60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, -60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 2000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 2000px, 0 );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, -60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, -60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 2000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, 2000px, 0 );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 42px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 42px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) translate3d( -2000px, 0, 0 );
        transform: scale( 0.1 ) translate3d( -2000px, 0, 0 );
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 42px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 42px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) translate3d( -2000px, 0, 0 );
        transform: scale( 0.1 ) translate3d( -2000px, 0, 0 );
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( -42px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( -42px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) translate3d( 2000px, 0, 0 );
        transform: scale( 0.1 ) translate3d( 2000px, 0, 0 );
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( -42px, 0, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( -42px, 0, 0 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale( 0.1 ) translate3d( 2000px, 0, 0 );
        transform: scale( 0.1 ) translate3d( 2000px, 0, 0 );
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, 60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, 60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -2000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -2000px, 0 );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d( 0.475, 0.475, 0.475 )
            translate3d( 0, 60px, 0 );
        transform: scale3d( 0.475, 0.475, 0.475 ) translate3d( 0, 60px, 0 );
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -2000px, 0 );
        transform: scale3d( 0.1, 0.1, 0.1 ) translate3d( 0, -2000px, 0 );
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1
        );
        animation-timing-function: cubic-bezier( 0.175, 0.885, 0.32, 1 );
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 0, 100%, 0 );
        transform: translate3d( 0, 100%, 0 );
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( -100%, 0, 0 );
        transform: translate3d( -100%, 0, 0 );
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 100%, 0, 0 );
        transform: translate3d( 100%, 0, 0 );
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d( 0, 0, 0 );
        transform: translate3d( 0, 0, 0 );
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d( 0, -100%, 0 );
        transform: translate3d( 0, -100%, 0 );
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media ( print ), ( prefers-reduced-motion: reduce ) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
.button {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
}
.button.inverse {
    background: #fff;
    color: #c8102e;
}
.button.inverse:hover {
    background: #ededed;
}
.button[type='submit'] {
    padding-left: 3rem;
    padding-right: 3rem;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
    height: 40px;
}
[type='color'].is-invalid-input + span,
[type='date'].is-invalid-input + span,
[type='datetime-local'].is-invalid-input + span,
[type='datetime'].is-invalid-input + span,
[type='email'].is-invalid-input + span,
[type='month'].is-invalid-input + span,
[type='number'].is-invalid-input + span,
[type='password'].is-invalid-input + span,
[type='search'].is-invalid-input + span,
[type='tel'].is-invalid-input + span,
[type='text'].is-invalid-input + span,
[type='time'].is-invalid-input + span,
[type='url'].is-invalid-input + span,
[type='week'].is-invalid-input + span {
    display: block !important;
}
form .callout {
    border-color: #cc4b37;
    text-align: center;
    padding: 2rem 1rem;
}
form .callout.alert {
    color: #cc4b37;
}
.flex-form form {
    display: flex;
    width: 100%;
}
.flex-form form :nth-child( 1 ) {
    flex: 1 1 auto;
}
.flex-form form input.is-invalid-input + span {
    margin-top: 0.5rem;
}
.flex-form form button {
    max-height: 55px;
}
@media print, screen and ( max-width: 39.99875em ) {
    .flex-form form {
        flex-direction: column;
    }
    .flex-form form button {
        width: 100%;
    }
}
@media print, screen and ( min-width: 40em ) {
    .flex-form form input {
        margin-right: 1rem;
    }
    .flex-form form .input-box {
        margin-right: 1rem;
    }
}
body.single-equipment [type='color'],
body.single-equipment [type='date'],
body.single-equipment [type='datetime-local'],
body.single-equipment [type='datetime'],
body.single-equipment [type='email'],
body.single-equipment [type='month'],
body.single-equipment [type='number'],
body.single-equipment [type='password'],
body.single-equipment [type='search'],
body.single-equipment [type='tel'],
body.single-equipment [type='text'],
body.single-equipment [type='time'],
body.single-equipment [type='url'],
body.single-equipment [type='week'],
body.single-new_equipment [type='color'],
body.single-new_equipment [type='date'],
body.single-new_equipment [type='datetime-local'],
body.single-new_equipment [type='datetime'],
body.single-new_equipment [type='email'],
body.single-new_equipment [type='month'],
body.single-new_equipment [type='number'],
body.single-new_equipment [type='password'],
body.single-new_equipment [type='search'],
body.single-new_equipment [type='tel'],
body.single-new_equipment [type='text'],
body.single-new_equipment [type='time'],
body.single-new_equipment [type='url'],
body.single-new_equipment [type='week'],
body.single-rentals [type='color'],
body.single-rentals [type='date'],
body.single-rentals [type='datetime-local'],
body.single-rentals [type='datetime'],
body.single-rentals [type='email'],
body.single-rentals [type='month'],
body.single-rentals [type='number'],
body.single-rentals [type='password'],
body.single-rentals [type='search'],
body.single-rentals [type='tel'],
body.single-rentals [type='text'],
body.single-rentals [type='time'],
body.single-rentals [type='url'],
body.single-rentals [type='week'] {
    height: 40px;
}
h2,
h4,
h6,
p {
    font-weight: 500;
}
h1 {
    line-height: 0.9;
}
h1,
h3 {
    font-weight: 700;
}
h1 span,
h3 span {
    font-weight: 400;
}
h4 {
    text-transform: uppercase;
}
.red-underline {
    position: relative;
}
.red-underline::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -50%;
    height: 3px;
    width: 200%;
    background: #c8102e;
}
.text-center {
    text-align: center;
}
.bold {
    font-weight: 700;
}
.medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
p {
    line-height: 1.5;
}
body#tinymce {
    margin: 12px !important;
}
img[class*='wp-image-'].alignleft {
    float: left;
    margin-right: 1rem;
}
img[class*='wp-image-'].alignright {
    float: right;
    margin-left: 1rem;
}
img[class*='wp-image-'].aligncenter {
    display: block;
    margin: 0 auto 1rem auto;
}
figure.wp-caption {
    margin: 0;
}
figure.wp-caption.alignleft {
    float: left;
    margin: 0 1rem 0 0;
}
figure.wp-caption.alignright {
    float: right;
    margin: 0 0 0 1rem;
}
figure.wp-caption.aligncenter {
    display: block;
    margin: 0 auto 1rem auto;
}
figure.wp-caption .wp-caption-text {
    font-size: 0.75rem;
    font-weight: 700;
}
.page-header-home,
header.page-header {
    position: relative;
    text-align: center;
    color: #fff;
}
.page-header-home .page-header-slide,
header.page-header .page-header-slide {
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
}
@media print, screen and ( max-width: 62.18625em ) {
    .page-header-home,
    header.page-header {
        margin-top: 0;
    }
}
@media print, screen and ( max-width: 39.99875em ) {
    .page-header-home,
    header.page-header {
        min-height: 200px;
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
    .page-header-home h1,
    header.page-header h1 {
        font-size: 3.5rem;
    }
}
.page-header-home:not( .no-image ) h1,
header.page-header:not( .no-image ) h1 {
    text-shadow: 0 0 100px #0a0a0a;
}
.page-header-home h1,
header.page-header h1 {
    margin-bottom: 1.5rem;
}
.page-header-home h1 sup,
header.page-header h1 sup {
    font-size: 50%;
    top: -0.75em;
}
.page-header-home a.silver-service-badge img,
header.page-header a.silver-service-badge img {
    position: absolute;
    bottom: -50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 18.9375rem;
}
.page-header-home.no-image,
header.page-header.no-image {
    color: #585556;
    padding: 4rem 0 4rem 0;
}
.page-header-home.no-image.less-bottom,
header.page-header.no-image.less-bottom {
    padding: 4rem 0 2rem 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    .page-header-home img.badge,
    header.page-header img.badge {
        -webkit-transform: scale( 0.5 );
        transform: scale( 0.5 );
        bottom: -52px;
    }
}
@media print, screen and ( min-width: 40em ) {
    .page-header-home,
    header.page-header {
        padding: 10rem 0;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .page-header-home,
    header.page-header {
        padding: 13rem 0;
    }
}
.page-header-home {
    padding: 0;
}
section.intro:not( .has-video ) {
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern.png );
    background-size: cover;
    background-position: center center;
}
section.intro .box {
    text-align: center;
    padding: 4rem 0 2rem 0;
}
section.intro .box h2 {
    padding: 0 1rem;
}
section.intro .box p {
    margin-top: 2rem;
    line-height: 1.7;
}
section.intro.has-video .box {
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern.png );
    background-size: cover;
    background-position: center center;
}
@media print, screen and ( min-width: 40em ) {
    section.intro .box {
        padding: 7rem 0 4rem 0;
    }
    section.intro .box h2 {
        padding: 0 3rem;
    }
    section.intro.has-video .box {
        padding: 9rem 0 12rem 0;
    }
    section.intro.has-video .video {
        position: relative;
        bottom: 6rem;
    }
}
@media print, screen and ( min-width: 64em ) {
    section.intro .box h2 {
        padding: 0 5rem;
    }
}
aside.banner,
aside.locations-banner {
    background: #c8102e;
    padding: 3rem 1rem;
    opacity: 0;
    -webkit-animation-duration: 0.625s;
    animation-duration: 0.625s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #fff;
    text-align: left;
}
aside.banner.locations-banner,
aside.locations-banner.locations-banner {
    opacity: 1;
}
@media print, screen and ( min-width: 62.1875em ) {
    aside.banner.locations-banner,
    aside.locations-banner.locations-banner {
        padding: 1.5rem 1rem 1.5rem 2.5rem;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    aside.banner,
    aside.locations-banner {
        width: calc( calc( ( 100vw - 75rem ) / 2 ) + ( 75rem * 10 / 12 ) );
        margin-left: auto;
        padding: 3rem 1rem 3rem 3rem;
    }
}
aside.banner--animated,
aside.locations-banner--animated {
    opacity: 1;
}
@media print, screen and ( max-width: 39.99875em ) {
    aside.banner ul.menu,
    aside.locations-banner ul.menu {
        flex-direction: column;
    }
    aside.banner ul.menu li a,
    aside.locations-banner ul.menu li a {
        padding: 0.5rem 0;
        margin: 0;
    }
}
aside.banner ul.menu li:first-child a,
aside.locations-banner ul.menu li:first-child a {
    margin-left: 0;
}
aside.banner ul.menu li:last-child a,
aside.locations-banner ul.menu li:last-child a {
    margin-right: 0;
}
aside.banner ul.menu a,
aside.locations-banner ul.menu a {
    color: #ccc;
    font-weight: 500;
    transition: 0.125s;
    padding: 0;
    margin: 0 1.5rem;
}
aside.banner ul.menu a:hover,
aside.locations-banner ul.menu a:hover {
    color: #fff;
}
aside.banner form.inline,
aside.locations-banner form.inline {
    display: flex;
}
aside.banner form.inline input[name='zip'],
aside.locations-banner form.inline input[name='zip'] {
    background: 0 0;
    height: 3.4375rem;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 2rem;
    margin-right: 1rem;
    color: #ededed;
}
aside.banner form.inline input[name='zip']:focus,
aside.locations-banner form.inline input[name='zip']:focus {
    border: 1px solid #ededed;
    box-shadow: none;
}
aside.banner form.inline input[name='zip']::-webkit-input-placeholder,
aside.locations-banner
    form.inline
    input[name='zip']::-webkit-input-placeholder {
    color: #fff;
}
aside.banner form.inline input[name='zip']::-moz-placeholder,
aside.locations-banner form.inline input[name='zip']::-moz-placeholder {
    color: #fff;
}
aside.banner form.inline input[name='zip']:-ms-input-placeholder,
aside.locations-banner form.inline input[name='zip']:-ms-input-placeholder {
    color: #fff;
}
aside.banner form.inline input[name='zip']::-ms-input-placeholder,
aside.locations-banner form.inline input[name='zip']::-ms-input-placeholder {
    color: #fff;
}
aside.banner form.inline input[name='zip']::placeholder,
aside.locations-banner form.inline input[name='zip']::placeholder {
    color: #fff;
}
aside.banner form.inline .select2-container,
aside.locations-banner form.inline .select2-container {
    margin-right: 1rem;
}
aside.banner form.inline .select2-container .select2-selection,
aside.locations-banner form.inline .select2-container .select2-selection {
    border: 1px solid #ededed;
    border-radius: 0;
    background-color: transparent;
    padding: 0 2rem;
    height: 3.4375rem;
}
aside.banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__rendered,
aside.locations-banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__rendered {
    color: #ededed;
    height: 3.4375rem;
    line-height: 3.4375rem;
    padding: 0;
    font-weight: 500;
}
aside.banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__arrow,
aside.locations-banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__arrow {
    height: 3.4375rem;
    width: 2.5rem;
}
aside.banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__arrow
    b,
aside.locations-banner
    form.inline
    .select2-container
    .select2-selection
    .select2-selection__arrow
    b {
    border-top-color: #ededed;
}
aside.banner form.inline .select2-container--open .select2-selection__arrow b,
aside.locations-banner
    form.inline
    .select2-container--open
    .select2-selection__arrow
    b {
    border-bottom-color: #ededed;
}
aside.banner form.inline .button,
aside.locations-banner form.inline .button {
    margin-top: 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    aside.banner form.inline,
    aside.locations-banner form.inline {
        flex-direction: column;
    }
    aside.banner form.inline .select2,
    aside.banner form.inline input[name='zip'],
    aside.locations-banner form.inline .select2,
    aside.locations-banner form.inline input[name='zip'] {
        margin-bottom: 1rem;
    }
}
@media print, screen and ( min-width: 40em ) {
    aside.banner form.inline input[name='zip'],
    aside.locations-banner form.inline input[name='zip'] {
        max-width: 15.625rem;
    }
}
@media print, screen and ( min-width: 64em ) {
    aside.banner form.inline,
    aside.locations-banner form.inline {
        max-width: 75%;
    }
}
section.testimonials {
    padding: 3rem 0;
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern-rev.png );
    background-size: cover;
    background-position: center;
    overflow-x: hidden; /*added to fix*/
}
section.testimonials h3 {
    margin-bottom: 2rem;
}
section.testimonials .testimonials-box {
    position: relative;
}
section.testimonials .testimonials-box::before {
    content: url( /wp-content/themes/solid/public/img/quote-up.png );
    left: -1rem;
}
section.testimonials .testimonials-box::after {
    content: url( /wp-content/themes/solid/public/img/quote-down.png );
    right: -1rem;
}
section.testimonials .testimonials-box::after,
section.testimonials .testimonials-box::before {
    position: absolute;
    top: 0;
    opacity: 0.25;
}
section.testimonials .testimonials-box .testimonials-list {
    padding: 0 2.75rem;
}
section.testimonials .testimonials-box .testimonials-list h5 {
    margin-bottom: 2rem;
}
section.testimonials .testimonials-box .testimonials-list span {
    margin-left: 1rem;
    display: block;
    text-align: left;
}
section.testimonials .testimonial-video-container iframe {
    width: 800px;
}
@media print, screen and ( max-width: 62.18625em ) {
    section.testimonials .testimonial-video-container iframe {
        width: 600px;
        height: 300px;
    }
}
@media ( max-width: 770px ) {
    section.testimonials .testimonial-video-container iframe {
        width: 400px;
        height: 200px;
    }
}
@media ( max-width: 420px ) {
    section.testimonials .testimonial-video-container iframe {
        width: 250px;
        height: 125px;
    }
}
@media print, screen and ( max-width: 39.99875em ) {
    section.testimonials .testimonials-box::after,
    section.testimonials .testimonials-box::before {
        -webkit-transform: scale( 0.5 );
        transform: scale( 0.5 );
    }
}
@media print, screen and ( min-width: 40em ) {
    section.testimonials {
        padding: 6rem 0;
    }
    section.testimonials h3 {
        margin-bottom: 3rem;
    }
    section.testimonials .testimonials-box {
        position: relative;
    }
    section.testimonials .testimonials-box::before {
        content: url( /wp-content/themes/solid/public/img/quote-up.png );
        left: 0;
    }
    section.testimonials .testimonials-box::after {
        content: url( /wp-content/themes/solid/public/img/quote-down.png );
        right: 0;
    }
    section.testimonials .testimonials-box::after,
    section.testimonials .testimonials-box::before {
        position: absolute;
        top: 0;
        opacity: 0.25;
    }
    section.testimonials .testimonials-box .testimonials-list {
        padding: 0 5rem;
    }
    section.testimonials .testimonials-box .testimonials-list h5 {
        margin-bottom: 2rem;
    }
    section.testimonials .testimonials-box .testimonials-list span {
        margin-left: 1rem;
        display: block;
        text-align: left;
    }
}
section.contact-banner {
    padding: 3rem 0;
    background-position: center center;
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern-rev.png );
}
@media print, screen and ( max-width: 39.99875em ) {
    section.contact-banner {
        text-align: center;
    }
    section.contact-banner .button {
        margin-top: 1rem;
    }
}
section.contact-banner h5 {
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
section.contact-banner p {
    margin-top: 15px;
}
section.contact-banner .button {
    margin-bottom: 0;
    text-align: right;
}
@media print, screen and ( min-width: 40em ) {
    section.contact-banner .button-box {
        text-align: right;
    }
}
nav[aria-label='Pagination'] ul.pagination {
    display: flex;
    align-items: center;
    width: 100%;
}
@media print, screen and ( min-width: 40em ) {
    nav[aria-label='Pagination'] ul.pagination {
        width: 80%;
        margin: 0 auto;
    }
}
nav[aria-label='Pagination'] ul.pagination li.pagination-previous {
    margin-right: auto;
}
nav[aria-label='Pagination']
    ul.pagination
    li.pagination-previous.disabled::before,
nav[aria-label='Pagination']
    ul.pagination
    li.pagination-previous:not( .disabled )
    a::before {
    content: '\f0d9';
    font-family: FontAwesome;
    font-size: 2rem;
}
nav[aria-label='Pagination'] ul.pagination li.pagination-next {
    margin-left: auto;
}
nav[aria-label='Pagination'] ul.pagination li.pagination-next.disabled::after,
nav[aria-label='Pagination']
    ul.pagination
    li.pagination-next:not( .disabled )
    a::after {
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 2rem;
}
nav[aria-label='Pagination'] ul.pagination li:not( [class^='pagination-'] ) {
    position: relative;
}
nav[aria-label='Pagination']
    ul.pagination
    li:not( [class^='pagination-'] )::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #c8102e;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transition: 0.125s;
}
nav[aria-label='Pagination']
    ul.pagination
    li:not( [class^='pagination-'] ).current {
    color: #c8102e;
}
nav[aria-label='Pagination']
    ul.pagination
    li:not( [class^='pagination-'] ).current::after {
    height: 4px;
}
nav.top-bar {
    padding: 0;
    position: fixed;
    z-index: 21;
}
nav.top-bar .submenu li.is-active a {
    background: 0 0;
}
nav.top-bar .top-bar-row {
    display: flex;
    max-width: 1620px;
    /* max-width: 75rem; */
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    align-items: center;
}
nav.top-bar .top-bar-row::after,
nav.top-bar .top-bar-row::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
nav.top-bar .top-bar-row::after {
    clear: both;
}
@media print, screen and ( max-width: 39.99875em ) {
    nav.top-bar {
        width: 100%;
        max-height: calc( 100vh - 5.125rem );
        overflow-y: scroll;
    }
}
@media screen and ( min-width: 62.1875em ) {
    nav.top-bar ul.menu-items li a {
        padding: 0 10px !important;
    }
}
@media screen and ( min-width: 65.9375em ) {
    nav.top-bar ul.menu-items li a {
        padding: 0 10px !important;
    }
}
@media print, screen and ( max-width: 62.18625em ) {
    nav.top-bar {
        top: 5.125rem;
        right: 0;
    }
    nav.top-bar .top-bar-right {
        background: #c8102e;
        border-top: 1px solid #dc6864;
    }
    nav.top-bar .top-bar-right ul.menu-items {
        background: #c8102e;
    }
    nav.top-bar .top-bar-right ul.menu-items > li {
        border-bottom: 1px solid #dc6864;
    }
    nav.top-bar .top-bar-right ul.menu-items > li > a {
        color: #fff;
        text-transform: uppercase;
        padding: 1rem 2rem;
        margin-right: 4rem;
        font-weight: 700;
    }
    nav.top-bar .top-bar-right ul.menu-items > li .submenu-toggle {
        right: 2rem;
    }
    nav.top-bar .top-bar-right ul.menu-items > li .submenu-toggle::after {
        display: none;
    }
    nav.top-bar .top-bar-right ul.menu-items > li .submenu-toggle::before {
        content: '+';
        color: #fff;
        font-size: 2.25rem;
        font-weight: 700;
        position: relative;
        top: 4px;
    }
    nav.top-bar
        .top-bar-right
        ul.menu-items
        > li
        .submenu-toggle[aria-expanded='true']::before {
        content: '-';
        top: 0;
    }
    nav.top-bar .top-bar-right ul.menu-items .submenu {
        background: #c8102e;
    }
    nav.top-bar .top-bar-right ul.menu-items .submenu li a {
        color: #fff;
        padding: 0.7rem 2rem;
        font-size: 0.78125rem;
        font-weight: 700;
    }
    nav.top-bar .top-bar-right .mobile-button {
        text-align: center;
        padding: 2rem 0 1rem 0;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    nav.top-bar {
        width: 100%;
        transition: 0.25s;
        top: 3.25rem;
    }
    nav.top-bar.headroom--not-top .top-bar-row {
        height: 5.3125rem;
    }
    nav.top-bar.headroom--not-top .top-bar-row .menu-logo img {
        -webkit-transform: scale( 0.7 );
        transform: scale( 0.7 );
        position: relative;
        bottom: 12px;
    }
    nav.top-bar.headroom--not-top
        .top-bar-row
        .menu-items
        .submenu.is-dropdown-submenu {
        margin-top: 36px;
    }
    nav.top-bar.headroom--pinned,
    nav.top-bar.headroom--top {
        z-index: 21;
    }
    nav.top-bar.headroom--unpinned {
        top: 0;
        z-index: 21;
    }
    nav.top-bar .top-bar-row {
        transition: 0.25s;
        height: 7.75rem;
    }
    nav.top-bar .top-bar-row .top-bar-left {
        flex: 0 1 auto;
        position: relative;
        height: 100%;
    }
    nav.top-bar .top-bar-row .top-bar-left::before {
        content: '';
        position: absolute;
        background: #c8102e;
        height: 100%;
        width: calc( calc( ( 100vw - 75rem ) / 2 ) + ( 0px ) );
        left: calc( calc( ( 100vw - 75rem ) / -2 ) + ( 0px ) );
        top: 0;
    }
    nav.top-bar .top-bar-row .top-bar-right {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
    }
    nav.top-bar .top-bar-row .menu-items {
        margin-left: 100px;
        display: flex;
        align-items: center;
        /* flex: 1 1 auto; */
        flex-grow: 1;
        justify-content: space-between;
    }
    nav.top-bar .top-bar-row .menu-items > li > a {
        padding: 0 15px;
        font-size: 0.84375rem;
        color: #585556;
        text-transform: uppercase;
        position: relative;
        font-size: 0.84375rem;
        font-weight: 700;
    }
    nav.top-bar .top-bar-row .menu-items > li > a::before {
        content: '';
        opacity: 0;
        transition: 0.25s;
        width: 0.3125rem;
    }
    /* nav.top-bar .top-bar-row .menu-items > li.logo-item {
        margin-left: auto;
    } */
    nav.top-bar .top-bar-row .menu-items > li.logo-item a {
        font-size: 0;
    }
    nav.top-bar .top-bar-row .menu-items > li.logo-item a::before {
        display: none;
    }
    nav.top-bar .top-bar-row .menu-items > li.logo-item a img {
        max-height: 65px;
    }
    nav.top-bar .top-bar-row .menu-items > li .submenu.is-dropdown-submenu {
        border: none;
        left: 0;
        margin-top: 55px;
        padding: 15px;
        padding-top: 0.5rem;
        background: #ededed;
        z-index: 25;
    }
    nav.top-bar
        .top-bar-row
        .menu-items
        > li
        .submenu.is-dropdown-submenu
        li:not( :last-child ) {
        padding-right: 1rem;
    }
    nav.top-bar
        .top-bar-row
        .menu-items
        > li
        .submenu.is-dropdown-submenu
        li
        > a {
        display: inline;
        font-size: 0.78125rem;
        color: #585556;
        padding: 0;
        font-size: 0.78125rem;
        font-weight: 700;
    }
    nav.top-bar .top-bar-row .menu-items > li.current-menu-item > a,
    nav.top-bar .top-bar-row .menu-items > li.current-menu-parent > a,
    nav.top-bar .top-bar-row .menu-items > li.is-active > a,
    nav.top-bar .top-bar-row .menu-items > li:hover > a {
        background: 0 0;
    }
    nav.top-bar .top-bar-row .menu-items > li.current-menu-item > a::before,
    nav.top-bar .top-bar-row .menu-items > li.current-menu-parent > a::before,
    nav.top-bar .top-bar-row .menu-items > li.is-active > a::before,
    nav.top-bar .top-bar-row .menu-items > li:hover > a::before {
        content: '';
        position: absolute;
        bottom: -6px;
        width: 1rem;
        height: 2px;
        background: #c8102e;
        opacity: 1;
    }
    nav.top-bar .top-bar-row .contact.button {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 15px;
        padding: 0.75rem;
    }
    nav.top-bar .top-bar-row .menu-logo {
        height: 100%;
        display: flex;
        align-items: center;
        background: #c8102e;
    }
    nav.top-bar .top-bar-row .menu-logo > li > a {
        padding: 0;
        margin: 0 15px;
    }
    nav.top-bar .top-bar-row .menu-logo > li > a img {
        transition: 0.25s;
        width: 10.9375rem;
    }
}
section.secondary-nav {
    height: 3.25rem;
    background: #ededed;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
}
section.secondary-nav ul[data-dropdown-menu] {
    margin-bottom: 0;
    list-style: none;
    max-width: 1620px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

nav.location-nav > .row {
    max-width: 1620px;
}

section.secondary-nav ul[data-dropdown-menu]::after,
section.secondary-nav ul[data-dropdown-menu]::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}
section.secondary-nav ul[data-dropdown-menu]::after {
    clear: both;
}
section.secondary-nav ul[data-dropdown-menu] > li {
    margin-right: 15px;
    height: 3.25rem;
    display: flex;
    align-items: center;
}
section.secondary-nav ul[data-dropdown-menu] > li.current-menu-parent > a,
section.secondary-nav ul[data-dropdown-menu] > li.is-active > a,
section.secondary-nav ul[data-dropdown-menu] > li:hover > a {
    position: relative;
    color: #585556;
}
section.secondary-nav
    ul[data-dropdown-menu]
    > li.current-menu-parent
    > a::before,
section.secondary-nav ul[data-dropdown-menu] > li.is-active > a::before,
section.secondary-nav ul[data-dropdown-menu] > li:hover > a::before {
    position: absolute;
    width: 1rem;
    height: 2px;
    background: #c8102e;
    bottom: -6px;
    left: 0;
    opacity: 1;
}
section.secondary-nav ul[data-dropdown-menu] > li > a::before {
    content: '';
    transition: 0.25s;
    opacity: 0;
    width: 0.3125rem;
}
section.secondary-nav ul[data-dropdown-menu] > li a {
    color: #585556;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    font-size: 0.84375rem;
    font-weight: 700;
}
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] {
    background: #ededed;
    border: none;
    border-top: 4px solid #c8102e;
    min-width: auto;
}
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li,
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li a {
    transition: 0.125s;
}
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li a {
    padding: 0.75rem 0.5rem;
    white-space: nowrap;
}
section.secondary-nav
    ul[data-dropdown-menu]
    > li
    ul[data-submenu]
    li.current-menu-item,
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li.is-active,
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li:hover {
    background: rgba( 10, 10, 10, 0.1 );
}
section.secondary-nav
    ul[data-dropdown-menu]
    > li
    ul[data-submenu]
    li.current-menu-item
    a,
section.secondary-nav
    ul[data-dropdown-menu]
    > li
    ul[data-submenu]
    li.is-active
    a,
section.secondary-nav ul[data-dropdown-menu] > li ul[data-submenu] li:hover a {
    color: #c8102e;
}
nav.title-bar {
    background: #c8102e;
    padding: 0 calc( 1rem + 10px );
    height: 5.125rem;
    position: fixed;
    width: 100%;
    transition: 0.125s;
    top: 0;
    z-index: 10;
}
nav.title-bar .title-bar-left a.nav-logo {
    display: inline-block;
}
nav.title-bar .title-bar-left a.nav-logo img {
    width: 9.375rem;
}
nav.title-bar.headroom--unpinned {
    top: -5.125rem;
}
nav.title-bar.menu-open {
    top: 0;
}
nav.title-bar .title-bar-right .menu li.nav-icon {
    width: 2.5rem;
    height: 2.0625rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar {
    -webkit-transform: translateY( 0.875rem );
    transform: translateY( 0.875rem );
    background: #fff;
    width: 2.5rem;
    height: 0.3125rem;
    transition: all 0.125s;
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar.is-active {
    background: 0 0;
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar::after,
nav.title-bar .title-bar-right .menu li.nav-icon .bar::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar::before {
    bottom: 0.875rem;
    transition: bottom 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: bottom 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: bottom 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar::after {
    top: 0.875rem;
    transition: top 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: top 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: top 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar.is-active::before {
    bottom: 0;
    width: 2.5rem;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    transition: bottom 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: bottom 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: bottom 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
}
nav.title-bar .title-bar-right .menu li.nav-icon .bar.is-active::after {
    top: 0;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    transition: top 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: top 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
    transition: top 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 ),
        -webkit-transform 0.25s 0.25s cubic-bezier( 0.23, 1, 0.32, 1 );
}
@media print, screen and ( max-width: 39.99875em ) {
    .no-js .top-bar {
        display: none;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    .no-js .title-bar {
        display: none;
    }
}
nav.location-nav {
    background: #c8102e;
    color: #fff;
    transition: 0.25s;
    top: 5.125rem;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    height: 68px;
    align-items: center !important;
    display: flex;
}
nav.location-nav > .row {
    width: 100%;
}
@media print, screen and ( max-width: 39.99875em ) {
    nav.location-nav h4 {
        display: none;
    }
    nav.location-nav .location-header {
        width: 100%;
        justify-content: flex-end !important;
    }
    nav.location-nav .location-header h6 {
        font-size: 16px;
    }
    nav.location-nav .location-header p {
        font-size: 13px;
    }
    nav.location-nav .location-info {
        width: 100%;
        justify-content: flex-end !important;
    }
}
@media print, screen and ( max-width: 63.99875em ) {
    nav.location-nav.headroom--unpinned {
        top: -5.125rem;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    nav.location-nav {
        top: calc( 7.75rem + 3.25rem );
        display: flex;
        align-items: center;
    }
    nav.location-nav.headroom--unpinned {
        top: 85px;
    }
    nav.location-nav.headroom--not-top {
        top: calc( 3.25rem + 85px );
    }
    nav.location-nav.headroom--not-top.headroom--unpinned {
        top: 85px;
    }
}
nav.location-nav a,
nav.location-nav h4,
nav.location-nav h6,
nav.location-nav p {
    margin-bottom: 0;
    color: #fff;
}
nav.location-nav h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
nav.location-nav .location-dropdown-button {
    cursor: pointer;
}
nav.location-nav .location-dropdown {
    position: absolute !important;
    max-width: 340px;
    right: 0 !important;
    top: calc( 100% + 10px ) !important;
    background: #c8102e;
    padding: 30px;
    border: none;
}
nav.location-nav .location-dropdown hr {
    border: 2px solid #fff;
    width: 100%;
    margin: 30px 0;
}
nav.location-nav .location-dropdown .button.white {
    background: #fff;
    color: #c8102e;
}
nav.location-nav .location-info p {
    margin-left: 20px;
}
nav.location-nav .location-info p i {
    margin-right: 0.5rem;
}
nav.location-nav .location-info p a:hover {
    text-decoration: underline;
}
#locations-modal {
    padding: 25px 15px 0 15px;
}
#locations-modal .locations-list {
    padding: 25px 0;
}
#locations-modal .locations-list .modal-location-container {
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}
@media print, screen and ( max-width: 39.99875em ) {
    #locations-modal .locations-list .modal-location-container .row .column,
    #locations-modal .locations-list .modal-location-container .row .columns {
        justify-content: flex-start;
    }
    #locations-modal
        .locations-list
        .modal-location-container
        .row
        .column
        button,
    #locations-modal
        .locations-list
        .modal-location-container
        .row
        .columns
        button {
        margin-top: 8px;
    }
}
#locations-modal .locations-list .modal-location-container:last-child {
    border-bottom: none;
}
footer.site-footer {
    background: #c8102e;
    padding: 3.5rem 0;
    color: #fff;
}
footer.site-footer address {
    font-style: normal;
}
footer.site-footer a,
footer.site-footer p {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}
footer.site-footer small {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.84375rem;
}
footer.site-footer hr {
    border-color: #585556;
    width: 35px;
    border-width: 4px;
    margin: 1rem 0;
}
footer.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
[data-whatinput='mouse'] footer.site-footer ul li {
    outline: 0;
}
footer.site-footer ul .button,
footer.site-footer ul a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
footer.site-footer ul a,
footer.site-footer ul button,
footer.site-footer ul input,
footer.site-footer ul select {
    margin-bottom: 0;
}
footer.site-footer ul input {
    display: inline-block;
}
footer.site-footer ul.footer-menu {
    flex-direction: column;
    margin-bottom: 1rem;
}
footer.site-footer ul.footer-menu li a {
    color: #fff;
    padding: 0.5rem 0;
    font-weight: 700;
    text-transform: uppercase;
}
footer.site-footer ul.social-icons li a {
    color: #fff;
    padding: 0.5rem;
}
footer.site-footer ul.social-icons li i {
    font-size: 1.5rem;
}
footer.site-footer ul.social-icons li:first-child a {
    padding-left: 0;
}
footer.site-footer form {
    max-width: 500px;
}
footer.site-footer form button {
    padding: 12px 48px 11px 48px;
    max-height: 40px;
}
@media print, screen and ( max-width: 62.18625em ) {
    footer.site-footer form button {
        width: 100%;
    }
}
footer.site-footer form input {
    max-height: 40px;
    font-weight: 600;
    border-color: #fff;
}
footer.site-footer form input.is-invalid-input {
    border-color: #fff;
}
footer.site-footer form input.is-invalid-input + span {
    color: #fff;
}
@media print, screen and ( max-width: 62.18625em ) {
    footer.site-footer form {
        max-width: 350px;
    }
}
main.site {
    padding-top: calc( 5.125rem + 30px ); /*68*/
}
@media print, screen and ( min-width: 62.1875em ) {
    main.site {
        padding-top: calc( 11rem + 30px ); /*68*/
        min-height: calc( 100vh - 308px );
    }
}
body.menu-is-open-now {
    overflow: hidden;
}
main.four-oh-four section.contact-banner {
    background-image: none !important;
}
main.four-oh-four hr {
    border: 2px solid #ededed;
    width: 50%;
}
.callout#gdpr-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 28.125rem;
    transition: 0.5s;
    z-index: 100000000;
}
.ie-warning {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #fff;
    text-align: center;
    padding: 30px;
    z-index: 10;
}
@media screen and ( -ms-high-contrast: active ),
    screen and ( -ms-high-contrast: none ) {
    .ie-warning {
        display: block;
    }
}
.edge-warning {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #fff;
    text-align: center;
    padding: 30px;
    z-index: 10;
}
@supports ( -ms-ime-align: auto ) {
    .edge-warning {
        display: block;
    }
}
.width-expand {
    width: 100%;
}
.flex {
    display: flex !important;
}
.flex.flex-column {
    flex-direction: column;
}
.flex.justify-start {
    justify-content: flex-start;
}
.flex.align-start {
    align-items: flex-start;
}
.flex.justify-center {
    justify-content: center;
}
.flex.align-center {
    align-items: center;
}
.flex.justify-end {
    justify-content: flex-end;
}
.flex.align-end {
    align-items: flex-end;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.absolute.top {
    top: 0;
}
.absolute.bottom {
    bottom: 0;
}
.absolute.left {
    left: 0;
}
.absolute.right {
    right: 0;
}
.image-container {
    background-position: center;
    background-size: cover;
}
.cover-parent {
    height: 100%;
    width: 100%;
}
.height-small {
    height: 200px;
}
.height-medium {
    height: 300px;
}
.height-large {
    height: 500px;
}
.no-margin {
    margin: 0 !important;
}
.margin-bottom {
    margin-bottom: 50px;
}
.margin-bottom.ish {
    margin-bottom: 25px;
}
.margin-center {
    margin: 0 auto;
}
.section-padding {
    padding: 50px 0;
}
.section-padding.ish {
    padding: 30px 0;
}
.section-padding.add-horizontal {
    padding: 50px 75px;
}
.section-padding.extra-top {
    padding-top: 120px;
}
.section-padding.extra-bottom {
    padding-bottom: 100px;
}
.section-padding.breadcrumb-header {
    padding: 30px 0;
}
.section-padding.breadcrumb-header.extra-top {
    padding-top: 100px;
}
.padding-top {
    padding-top: 3rem;
}
.padding {
    padding: 50px;
}
.padding.ish {
    padding: 0 0 30px;
}
.padding.no-top {
    padding-top: 0;
}
.padding.no-bottom {
    padding-bottom: 0;
}
.padding-remove-horizontal {
    padding-left: 0;
    padding-right: 0;
}
.padding-remove-vertical {
    padding-top: 0;
    padding-bottom: 0;
}
.logo-container img {
    width: 250px;
}
hr {
    border-color: #585556;
    width: 3.8125rem;
    border-width: 4px;
    margin: 1rem 0;
}
* {
    outline: 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
span {
    -webkit-font-feature-settings: 'lnum';
    -ms-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
}
.reveal-overlay {
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
}
section.base {
    padding: 4rem 0;
}
section.heading {
    padding: 3rem 0;
    text-align: center;
}
@media print, screen and ( min-width: 40em ) {
    section.heading {
        padding: 6rem 0;
    }
}
section.heading.background {
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern-rev.png );
    background-size: cover;
    background-position: center center;
}
section.heading .heading {
    margin-bottom: 1.5rem;
}
section.heading .subheading {
    margin-bottom: 6rem;
}
section.heading.has-banner {
    padding-bottom: 0;
}
main.four-oh-four section.heading {
    padding-bottom: 0;
}
main.four-oh-four section.heading .subheading {
    margin-bottom: 3rem;
}
main.four-oh-four section.heading .button {
    margin-bottom: 2rem;
}
main.four-oh-four section.heading hr {
    border-color: #d4d3d3;
    width: 100%;
    border-width: 4px;
    margin: 1rem 0;
    border-width: 1px;
    margin: 2rem 0 0 0;
}
div.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, 0.85 );
    z-index: 5;
}
div.loading .spinner-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.loading .spinner-text i.fa {
    font-size: 2rem;
    color: #c8102e;
    -webkit-animation-duration: 0.625s;
    animation-duration: 0.625s;
}
div.loading .spinner-text span {
    color: #686767;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
}
div.empty-list {
    text-align: center;
    margin: 1rem 0;
    color: #bababa;
}
section.contact-form {
    padding: 4rem 0;
}
section.contact-form h3 {
    margin-bottom: 2.5rem;
}
section.contact-form h5 {
    margin-bottom: 2.5rem;
}
@media print, screen and ( min-width: 40em ) {
    #locations-modal {
        max-height: 50vh;
    }
}
@media screen and ( -ms-high-contrast: active ),
    screen and ( -ms-high-contrast: none ) {
    body {
        margin-top: 11rem;
    }
    .division-locations .locations svg {
        height: 600px;
    }
}
main.home header.page-header.overlay {
    position: relative;
}
main.home header.page-header.overlay::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.25 );
    z-index: 1;
}
main.home header.page-header .page-header-content {
    z-index: 2 !important;
    position: relative;
}
main.home header.page-header.video div:first-child {
    z-index: 1 !important;
}
main.home header.page-header .silver-service-badge img {
    z-index: 3;
}
main.home header.page-header.header-slider {
    padding: 0;
    position: relative;
}
main.home header.page-header.header-slider .slick-dots {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    z-index: 3;
}
main.home
    header.page-header.header-slider
    .slick-dots
    li:not( .slick-active )
    button::before {
    background: #fff;
}
main.home header.page-header.header-slider--global-text .header-images {
    position: absolute;
    width: 100%;
    height: 100%;
}
main.home header.page-header.header-slider--global-text .header-images div {
    height: 100%;
}
main.home header.page-header.header-slider--global-text .header-image {
    padding: 13rem 0;
}
main.home header.page-header.header-slider .header-image {
    background-size: cover;
    background-position: center center;
}
main.home header.page-header.header-slider .page-header-content {
    padding: 13rem 0;
}
main.home section.equipment-warehouse > div > div {
    background: #ededed;
}
main.home section.equipment-warehouse > div > div:nth-child( 2n ) {
    background: #d4d4d4;
}
main.home
    section.equipment-warehouse
    > div
    > div:nth-child( 2n )
    .image-container {
    background-position: top;
}
main.home section.highlighted-points hr {
    border: 2px solid #c8102e;
    margin-top: 0;
    margin-bottom: 10px;
}
main.home section.highlighted-points > div > div {
    margin: 0;
}
main.home section.brands .brands-slider .slick-track {
    display: flex;
    align-items: center;
}
main.home section.brands .brands-slider img {
    width: 150px;
    margin: 0 auto;
}
main.division-locations header.page-header.no-image {
    padding: 6.5rem 0 0;
}
main.division-locations section.heading.background {
    padding-top: 1rem;
}
main.division-locations section.heading.background h5 {
    margin-bottom: 2rem;
}
main.division-locations section.heading.background aside.locations-banner {
    margin-bottom: 10rem;
}
main.locations-single header.page-header.no-image {
    padding: 4rem 0 2rem 0;
}
main.locations-single section.location-divisions .division {
    padding: 4rem 0;
}
main.locations-single section.location-divisions .division:not( :last-child ) {
    border-bottom: 3px solid #ededed;
}
main.locations-single section.location-divisions .division .division-map {
    margin-bottom: 2rem;
}
main.locations-single section.location-divisions .division .division-map .map {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
@media print, screen and ( min-width: 40em ) {
    main.locations-single
        section.location-divisions
        .division
        .division-map
        .map {
        width: 90%;
        padding-bottom: 80%;
    }
}
main.locations-single section.location-divisions .division hr {
    border-color: #c8102e;
    width: 3.8125rem;
    border-width: 4px;
    margin: 1rem 0;
}
main.locations-single section.location-divisions .division .image {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 0;
    padding-bottom: 65%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
main.locations-single section.location-divisions .division .block {
    margin-bottom: 1.5rem;
}
main.locations-single section.location-divisions .division .block p {
    margin-bottom: 0;
    font-size: 1.25rem;
}
#contact-modal {
    padding: 3rem;
}
section.locations {
    padding: 3rem 0 1rem 0;
    position: relative;
}
section.locations svg {
    max-height: 650px;
}
section.locations svg g[data-location] {
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    z-index: -1;
}
section.locations svg g[data-location] path {
    transition: 0.2s;
}
/*section.locations svg g[data-location].active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 5;
}*/
section.locations svg g[data-location].active path {
    fill: #9c2824;
}
@-webkit-keyframes skewYou {
    from {
        -webkit-transform: translateY( -15px );
        transform: translateY( -15px );
        opacity: 0;
    }
    to {
        -webkit-transform: translateY( -50% );
        transform: translateY( -50% );
        opacity: 1;
    }
}
@keyframes skewYou {
    from {
        -webkit-transform: translateY( -15px );
        transform: translateY( -15px );
        opacity: 0;
    }
    to {
        -webkit-transform: translateY( -50% );
        transform: translateY( -50% );
        opacity: 1;
    }
}
section.locations .pin-popup--box {
    transition: 0.25s;
    opacity: 0;
    width: 100%;
    background: #ededed;
    position: relative;
    display: none;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    right: 0;
    z-index: 3;
    padding: 1.5rem;
}
section.locations .pin-popup--box.visible {
    -webkit-animation: skewYou 0.25s;
    animation: skewYou 0.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: flex;
}
section.locations .pin-popup--box [data-close-popup] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 4rem;
    line-height: 0.3;
    cursor: pointer;
    font-weight: 100;
    z-index: 10;
}
section.locations .pin-popup--box .content-container > img {
    width: 100%;
    max-width: 322px;
    margin: 30px auto;
    display: block;
}
section.locations .pin-popup--box .content {
    padding-left: 3rem;
    position: relative;
}
section.locations .pin-popup--box .content::before {
    content: url( /wp-content/themes/solid/public/img/pin.png );
    position: absolute;
    left: 0;
}
section.locations .pin-popup--box .content [data-location-name] {
    font-weight: 600;
    margin-bottom: 1rem;
}
section.locations .pin-popup--box .content h6 {
    color: #686767;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.locations .pin-popup--box .content h6 a {
    color: #c8102e;
    text-decoration: underline;
}
section.locations .pin-popup--box .content .button {
    margin-top: 1rem;
}
.select2-dropdown {
    background-color: #c8102e;
    border-radius: 0;
    border-color: #ededed;
}
.select2-dropdown .select2-search {
    display: none;
}
.select2-dropdown .select2-results__option {
    height: 3.4375rem;
    line-height: 3.4375rem;
    color: #fff;
    padding: 0 2rem;
}
.select2-dropdown .select2-results__option[aria-selected='true'] {
    background: #9c2824 !important;
}
.select2-dropdown .select2-results__option--highlighted {
    background: #9c2824 !important;
}
.select2-dropdown .select2-results__option:not( :last-child ) {
    border-bottom: 1px solid #ededed;
}
main.locations-single .branch-contact-form-title {
    margin-top: 100px;
}
main.locations-single .branch-contact-form {
    padding: 50px 0;
}
section.primary-filter {
    display: flex;
    justify-content: space-between;
}
section.primary-filter .filter-item {
    background: #f8f8f8;
    padding: 3.5rem 2rem;
    display: flex;
    align-items: center;
}
section.primary-filter .filter-item img {
    width: 7.5rem;
    padding: 0.5rem 0;
}
section.primary-filter .filter-item > span {
    color: #686767;
    display: block;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.375rem;
    font-weight: 700;
}
section.primary-filter .filter-item > span::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #c8102e;
    transition: width 0.125s;
}
section.primary-filter .filter-item > span > span {
    margin-bottom: 0.5rem;
}
section.primary-filter .filter-item:hover span::after {
    width: 45px;
}
section.primary-filter .filter-item:nth-child( even ) {
    background: #ededed;
}
@media print, screen and ( max-width: 39.99875em ) {
    section.primary-filter {
        flex-direction: column;
    }
}
@media print, screen and ( min-width: 40em ) and ( max-width: 62.18625em ) {
    section.primary-filter {
        flex-wrap: wrap;
    }
    section.primary-filter .filter-item {
        flex-basis: 50%;
        min-width: 50%;
    }
    section.primary-filter .filter-item:last-child:nth-child( odd ) {
        margin: 0 auto;
    }
}
@media print, screen and ( min-width: 62.1875em ) {
    section.primary-filter .filter-item {
        flex-grow: 1;
    }
}
main.privacy-policy section.intro .box {
    padding: 7rem 0 4rem;
}
main.privacy-policy .legal-content .vertical.tabs {
    border: none;
}
main.privacy-policy .legal-content .vertical.tabs .tabs-title a {
    color: #686767;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.privacy-policy .legal-content .vertical.tabs {
        padding-bottom: 15px;
        border-bottom: 2px solid #ededed;
        margin-bottom: 15px;
    }
}
main.privacy-policy .legal-content .tabs-content {
    border-bottom: none;
    border-left: 2px solid #ededed;
    border-right: none;
}
main.privacy-policy .legal-content .tabs-content .tabs-panel .content-blocks {
    padding-left: 25px;
}
main.privacy-policy
    .legal-content
    .tabs-content
    .tabs-panel
    .content-blocks
    > .row {
    margin-bottom: 3rem;
}
main.privacy-policy
    .legal-content
    .tabs-content
    .tabs-panel
    .content-blocks
    > .row
    h4 {
    margin-bottom: 2rem;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.privacy-policy .legal-content .tabs-content {
        border-left: 0;
    }
    main.privacy-policy .legal-content .tabs-content .tabs-panel {
        padding-left: 0;
    }
    main.privacy-policy
        .legal-content
        .tabs-content
        .tabs-panel
        .content-blocks {
        padding-left: 0;
    }
}
main.contact section.intro .box {
    padding: 4rem 0;
}
main.contact section.contact-page-form {
    padding: 100px 0 150px 0;
}
main.specials .margin-top {
    margin-top: 25px;
}
main.specials .margin-bottom {
    margin-bottom: 25px;
}
main.specials section.intro {
    background: #ededed !important;
}
main.specials section.intro .box {
    padding: 4rem 0;
}
main.specials .location-specials {
    padding-bottom: 50px;
}
main.specials
    .location-specials
    .special-locations-accordion
    li:nth-child( 1n + 4 ) {
    display: none;
}
main.specials .location-specials .special-locations-accordion.show-all li {
    display: block;
}
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item
    a {
    border: none;
    padding: 8px 0;
}
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item
    a:focus,
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item
    a:hover {
    background: 0 0;
}
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item
    a::before {
    right: 0;
    font-size: 18px;
}
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item.is-active
    a {
    background: 0 0;
}
main.specials
    .location-specials
    .special-locations-accordion
    .special-location-item
    .accordion-content {
    border-left: none;
    border-right: none;
    border-top: 2px solid #ededed;
}
main.specials .location-specials > .row > .column,
main.specials .location-specials > .row > .columns {
    border-bottom: 2px solid #ededed;
}
main.specials .location-specials > .row > .column:last-child,
main.specials .location-specials > .row > .columns:last-child {
    border-bottom: none;
}
main.specials .location-specials > .row > .column > .row > .column img,
main.specials .location-specials > .row > .column > .row > .columns img,
main.specials .location-specials > .row > .columns > .row > .column img,
main.specials .location-specials > .row > .columns > .row > .columns img {
    display: block;
    height: 200px;
    margin: 0 auto;
}
main.specials .location-specials > .row > .column > .row > .column h5,
main.specials .location-specials > .row > .column > .row > .columns h5,
main.specials .location-specials > .row > .columns > .row > .column h5,
main.specials .location-specials > .row > .columns > .row > .columns h5 {
    font-size: 20px;
    font-weight: 500;
}
main.specials .location-specials > .row > .column > .row > .column h6,
main.specials .location-specials > .row > .column > .row > .columns h6,
main.specials .location-specials > .row > .columns > .row > .column h6,
main.specials .location-specials > .row > .columns > .row > .columns h6 {
    margin-bottom: 3px;
    font-weight: 600;
}
main.specials .location-specials > .row > .column > .row > .column p,
main.specials .location-specials > .row > .column > .row > .columns p,
main.specials .location-specials > .row > .columns > .row > .column p,
main.specials .location-specials > .row > .columns > .row > .columns p {
    margin-bottom: 15px;
}
main.specials .location-specials > .row > .column > .row > .column p:last-child,
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .columns
    p:last-child,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .column
    p:last-child,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .columns
    p:last-child {
    margin: 0;
}
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .column.preferred-info,
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .preferred-info.columns,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .column.preferred-info,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .preferred-info.columns {
    margin-top: 15px;
}
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .column.preferred-info
    i,
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .preferred-info.columns
    i,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .column.preferred-info
    i,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .preferred-info.columns
    i {
    color: #c8102e;
    margin-right: 8px;
    font-size: 20px;
}
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .column.preferred-info
    h6,
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .preferred-info.columns
    h6,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .column.preferred-info
    h6,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .preferred-info.columns
    h6 {
    color: #c8102e;
    margin-bottom: 5px;
}
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .column.preferred-info
    a,
main.specials
    .location-specials
    > .row
    > .column
    > .row
    > .preferred-info.columns
    a,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .column.preferred-info
    a,
main.specials
    .location-specials
    > .row
    > .columns
    > .row
    > .preferred-info.columns
    a {
    color: #686767;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.specials
        .location-specials
        > .row
        > .column
        > .row
        > .column.preferred-info,
    main.specials
        .location-specials
        > .row
        > .column
        > .row
        > .preferred-info.columns,
    main.specials
        .location-specials
        > .row
        > .columns
        > .row
        > .column.preferred-info,
    main.specials
        .location-specials
        > .row
        > .columns
        > .row
        > .preferred-info.columns {
        margin-top: 20px;
        align-items: flex-start;
    }
}
main.specials .location-specials .info-ending-links h6 {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #686767 !important;
}
main.specials .location-specials .info-ending-links p {
    margin: 0 3px !important;
}
section.breadcrumb-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern.png );
    background-size: cover;
    background-position: center;
    transition: 250ms;
    z-index: 5;
}
@media print, screen and ( min-width: 64em ) {
    section.breadcrumb-header {
        top: 78px;
    }
    section.breadcrumb-header.headroom--pinned {
        top: 120px;
    }
}
@media print, screen and ( max-width: 62.18625em ) {
    section.breadcrumb-header {
        padding-top: 50px !important;
    }
}
section.breadcrumb-header .breadcrumb-container {
    padding: 0 25px;
}
@media print, screen and ( max-width: 39.99875em ) {
    section.breadcrumb-header .breadcrumb-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    section.breadcrumb-header .breadcrumb-container h4 {
        margin: 0;
    }
}
section.breadcrumb-header i {
    color: #c8102e;
    font-size: 20px;
    font-weight: 600;
}
@media print, screen and ( max-width: 39.99875em ) {
    section.breadcrumb-header i {
        margin: 5px 0 5px 30px;
        -webkit-transform: rotate( 90deg );
        transform: rotate( 90deg );
    }
}
section.breadcrumb-header h4 {
    margin: 0 15px;
    font-size: 14px;
}
section.breadcrumb-header h4 a {
    color: #686767;
}
section.breadcrumb-header h4:first-child {
    margin: 0 15px 0 0;
}
section.breadcrumb-header h4:last-child {
    font-weight: 700;
}
main.resources .vertical.tabs {
    border: none;
}
main.resources .vertical.tabs a {
    color: #686767;
    padding-left: 5px;
    background: 0 0;
    border-radius: 3px;
    display: inline-block;
    padding: 0.375rem;
    font-weight: 500;
    font-size: 14px;
}
main.resources .vertical.tabs li {
    display: block;
}
main.resources .vertical.tabs li.is-active a {
    background: #c8102e;
    color: #fff;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.resources .resources-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
main.resources .tabs-content {
    border: none;
}
main.resources .tabs-content .resource-container {
    height: 300px;
    width: 270px;
}

.resource-video-container{
    width: 100%;
    /* max-height: 300px; */
    display: block;
    height: 100%;
    position: relative;
    margin-bottom: 65px;
}

.resource-video-container::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: rgba(0,0,0,0.3); */
    z-index: 10;
    pointer-events: none;
}

.resource-video-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 300px;
    filter: brightness(0.5);
}

.padding-10{
    padding: 10px;
}

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

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

a.resource-video-link {
    display: block;
    position:relative;
    height: 260px;
    cursor: pointer;
}

a.resource-video-link img {
    position: relative;
    z-index: 5;
}

.services-video-list__grid-item {
    padding-inline: 1rem;
    height: fit-content;
}

.services-video-list .slick-arrow::before {
    color: #c8102e;
}

.video-play {
    width: 60px;
    height: 60px;
    position:absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    opacity: 1;
    transform: translate(-50%, -50%);
    color: #c8102e;
    margin: 0;
    transition: all 300ms ease-out;
}

.video-play i{
    color: #c8102e;
    font-size: 60px;
}

.video-play:hover {
    opacity: 1;
}

.row{
    flex-direction: column;
}

.video-lists-item{
    margin-bottom: 3em;
    flex: 1 1 0;
}

.featured-video-content,
.resource-video-info{
    margin-top: 20px;
}

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

    .row{
        flex-direction: row;
    }

    .video-lists-item{
        margin-bottom: 0;
        flex: 0 0 100%;
    }

    .featured-video-content
    {
        margin-top: 0;
    }

    .resource-video-info{
        margin-top: 10px;
    }

    .resource-video-container{
        margin-bottom: 0;
    }

}

@media print, screen and ( max-width: 62.18625em ) {
    main.resources .tabs-content .resource-container {
        margin: 0 auto;
    }
}
main.resources .tabs-content .resource-container:hover .resource-info {
    height: 75%;
    overflow: scroll;
}
main.resources .tabs-content .resource-container .resource-info {
    height: 50%;
    width: 100%;
    background: rgba( 198, 50, 45, 0.796078 );
    padding: 15px;
    transition: 0.25s;
}
main.resources .tabs-content .resource-container .resource-info h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
main.resources .tabs-content .resource-container .resource-info p {
    color: #fff;
}
main.resources-single
    section.single-resource-container
    .resource-container-header {
    margin-bottom: 20px;
}
main.resources-single
    section.single-resource-container
    .resource-container-header
    hr {
    margin: 10px 0;
    border: 2px solid #c8102e;
}
main.resources-single
    section.single-resource-container
    .resource-container-content
    img {
    max-width: 90%;
}
main.resources-single
    section.single-resource-container
    .resource-container-content
    hr {
    margin: 30px 0;
    border: 2px solid #c8102e;
    width: 20px;
}
main.resources-single .resource-categories h6 {
    color: #c8102e;
    margin-right: 15px;
}
main.resources-single .resource-categories h6:last-child {
    margin-right: 0;
}
main.resources-single hr {
    width: 100%;
    border: 2px solid #ededed;
}
main.resources-single section.resource-subscribe .button {
    margin-top: 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.resources-single section.resource-subscribe .button {
        margin-top: 25px;
    }
}
main.resources-single section.resource-subscribe h3 {
    margin-bottom: 50px;
}
main.resources-single section.resource-subscribe input {
    margin-bottom: 0;
}
main.resources-single
    section.resources-related-posts
    .column:first-child
    .resource-container,
main.resources-single
    section.resources-related-posts
    .columns:first-child
    .resource-container {
    margin-top: 0;
}
main.resources-single
    section.resources-related-posts
    .column
    .resource-container,
main.resources-single
    section.resources-related-posts
    .columns
    .resource-container {
    height: 300px;
    width: 270px;
    min-width: 270px;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.resources-single
        section.resources-related-posts
        .column
        .resource-container,
    main.resources-single
        section.resources-related-posts
        .columns
        .resource-container {
        margin-top: 25px;
    }
}
main.resources-single
    section.resources-related-posts
    .column
    .resource-container:hover
    .resource-info,
main.resources-single
    section.resources-related-posts
    .columns
    .resource-container:hover
    .resource-info {
    height: 100%;
}
main.resources-single
    section.resources-related-posts
    .column
    .resource-container
    .resource-info,
main.resources-single
    section.resources-related-posts
    .columns
    .resource-container
    .resource-info {
    height: 50%;
    width: 100%;
    background: rgba( 198, 50, 45, 0.796078 );
    padding: 15px;
    transition: 0.25s;
}
main.resources-single
    section.resources-related-posts
    .column
    .resource-container
    .resource-info
    h5,
main.resources-single
    section.resources-related-posts
    .columns
    .resource-container
    .resource-info
    h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
main.resources-single
    section.resources-related-posts
    .column
    .resource-container
    .resource-info
    p,
main.resources-single
    section.resources-related-posts
    .columns
    .resource-container
    .resource-info
    p {
    color: #fff;
}
main.equipment,
main.new-equipment,
main.rentals {
    position: relative;
}
main.equipment .info-section,
main.new-equipment .info-section,
main.rentals .info-section {
    margin-bottom: 6rem;
}
main.equipment .info-section h4,
main.new-equipment .info-section h4,
main.rentals .info-section h4 {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
main.equipment .info-section .description,
main.new-equipment .info-section .description,
main.rentals .info-section .description {
    margin: 1rem 0 0;
}
@media print, screen and ( min-width: 40em ) {
    main.equipment .info-section .description,
    main.new-equipment .info-section .description,
    main.rentals .info-section .description {
        margin: 0 0 1.5rem;
    }
}
main.equipment .info-section .button,
main.new-equipment .info-section .button,
main.rentals .info-section .button {
    margin-bottom: 0.5rem;
}
main.equipment section.contact-banner-expansion,
main.new-equipment section.contact-banner-expansion,
main.rentals section.contact-banner-expansion {
    margin-top: 10rem;
}
main.equipment .search,
main.new-equipment .search,
main.rentals .search {
    padding-right: 25px;
    margin-top: 50px;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment .search,
    main.new-equipment .search,
    main.rentals .search {
        margin-top: 25px;
        padding-right: 0;
    }
}
main.equipment .search .input-container > form,
main.new-equipment .search .input-container > form,
main.rentals .search .input-container > form {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    padding: 0 0 0 16px;
}
main.equipment .search .input-container > form input,
main.new-equipment .search .input-container > form input,
main.rentals .search .input-container > form input {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
main.equipment .search .input-container > form .input-button,
main.new-equipment .search .input-container > form .input-button,
main.rentals .search .input-container > form .input-button {
    cursor: pointer;
    color: #c8102e;
    height: 50px;
    width: 50px;
}
main.equipment h5.search-refine,
main.new-equipment h5.search-refine,
main.rentals h5.search-refine {
    margin-bottom: 25px;
    position: relative;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment h5.search-refine,
    main.new-equipment h5.search-refine,
    main.rentals h5.search-refine {
        cursor: pointer;
    }
    main.equipment h5.search-refine::after,
    main.new-equipment h5.search-refine::after,
    main.rentals h5.search-refine::after {
        content: '\f067';
        font-family: FontAwesome;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        color: #686767;
        position: absolute;
        right: 0;
        bottom: 2px;
        transition: 0.25s;
    }
    main.equipment h5.search-refine.open::after,
    main.new-equipment h5.search-refine.open::after,
    main.rentals h5.search-refine.open::after {
        content: '\f068';
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
    }
}
main.equipment .filters,
main.new-equipment .filters,
main.rentals .filters {
    border-right: 2px solid #ededed;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment .filters,
    main.new-equipment .filters,
    main.rentals .filters {
        border-right: none;
        opacity: 0;
        height: 0;
        transition: 0.5s;
    }
    main.equipment .filters.open,
    main.new-equipment .filters.open,
    main.rentals .filters.open {
        height: auto;
        opacity: 1;
    }
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment .filters .select-filters,
    main.new-equipment .filters .select-filters,
    main.rentals .filters .select-filters {
        display: flex;
        align-items: flex-start;
    }
    main.equipment .filters .select-filters .filters-container,
    main.new-equipment .filters .select-filters .filters-container,
    main.rentals .filters .select-filters .filters-container {
        flex-basis: 50%;
    }
}
@media ( max-width: 500px ) {
    main.equipment .filters .select-filters,
    main.new-equipment .filters .select-filters,
    main.rentals .filters .select-filters {
        flex-direction: column;
    }
    main.equipment .filters .select-filters .filters-container,
    main.new-equipment .filters .select-filters .filters-container,
    main.rentals .filters .select-filters .filters-container {
        flex-basis: 50%;
    }
}
main.equipment .filters .filters-container,
main.new-equipment .filters .filters-container,
main.rentals .filters .filters-container {
    border: none;
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
}
main.equipment .filters .filters-container h6,
main.new-equipment .filters .filters-container h6,
main.rentals .filters .filters-container h6 {
    margin-bottom: 5px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-right: 0.5rem;
}
main.equipment .filters .filters-container li,
main.new-equipment .filters .filters-container li,
main.rentals .filters .filters-container li {
    list-style-type: none;
}
main.equipment .filters .filters-container li.is-active button,
main.new-equipment .filters .filters-container li.is-active button,
main.rentals .filters .filters-container li.is-active button {
    color: #fff;
    background: #c8102e;
    position: relative;
    padding-right: 1.75rem;
}
main.equipment .filters .filters-container li.is-active button::after,
main.new-equipment .filters .filters-container li.is-active button::after,
main.rentals .filters .filters-container li.is-active button::after {
    content: '\00d7';
    color: #fff;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.25rem;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
main.equipment .filters .filters-container li button,
main.new-equipment .filters .filters-container li button,
main.rentals .filters .filters-container li button {
    cursor: pointer;
    color: #686767;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.25s;
    padding: 0.375rem;
    margin-bottom: 0.125rem;
    border-radius: 3px;
}
main.equipment .equipment-category-list,
main.equipment .equipment-list,
main.new-equipment .equipment-category-list,
main.new-equipment .equipment-list,
main.rentals .equipment-category-list,
main.rentals .equipment-list {
    position: relative;
    height: auto;
}
main.equipment .equipment-category-list i.loader,
main.equipment .equipment-list i.loader,
main.new-equipment .equipment-category-list i.loader,
main.new-equipment .equipment-list i.loader,
main.rentals .equipment-category-list i.loader,
main.rentals .equipment-list i.loader {
    position: absolute;
    top: 25%;
    left: 50%;
}
main.equipment .equipment-category-list.is-loading,
main.equipment .equipment-list.is-loading,
main.new-equipment .equipment-category-list.is-loading,
main.new-equipment .equipment-list.is-loading,
main.rentals .equipment-category-list.is-loading,
main.rentals .equipment-list.is-loading {
    opacity: 0.5;
}
main.equipment .equipment-category-list nav,
main.equipment .equipment-list nav,
main.new-equipment .equipment-category-list nav,
main.new-equipment .equipment-list nav,
main.rentals .equipment-category-list nav,
main.rentals .equipment-list nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
main.equipment .equipment-category-list nav ul,
main.equipment .equipment-list nav ul,
main.new-equipment .equipment-category-list nav ul,
main.new-equipment .equipment-list nav ul,
main.rentals .equipment-category-list nav ul,
main.rentals .equipment-list nav ul {
    display: flex;
    justify-content: center;
}
main.equipment .equipment-category-list .equipment-card,
main.equipment .equipment-list .equipment-card,
main.new-equipment .equipment-category-list .equipment-card,
main.new-equipment .equipment-list .equipment-card,
main.rentals .equipment-category-list .equipment-card,
main.rentals .equipment-list .equipment-card {
    cursor: pointer;
    margin-bottom: 50px;
}
main.equipment .equipment-category-list .equipment-card.on-sale,
main.equipment .equipment-list .equipment-card.on-sale,
main.new-equipment .equipment-category-list .equipment-card.on-sale,
main.new-equipment .equipment-list .equipment-card.on-sale,
main.rentals .equipment-category-list .equipment-card.on-sale,
main.rentals .equipment-list .equipment-card.on-sale {
    position: relative;
    overflow: hidden;
}
main.equipment .equipment-category-list .equipment-card.on-sale .sale-banner,
main.equipment .equipment-list .equipment-card.on-sale .sale-banner,
main.new-equipment
    .equipment-category-list
    .equipment-card.on-sale
    .sale-banner,
main.new-equipment .equipment-list .equipment-card.on-sale .sale-banner,
main.rentals .equipment-category-list .equipment-card.on-sale .sale-banner,
main.rentals .equipment-list .equipment-card.on-sale .sale-banner {
    position: absolute;
    background: #c8102e;
    color: #fff;
    line-height: 38px;
    width: 200px;
    text-align: center;
    right: -67px;
    top: 15px;
    font-weight: 700;
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    font-size: 15px;
}
main.equipment .equipment-category-list .equipment-card .card-image,
main.equipment .equipment-list .equipment-card .card-image,
main.new-equipment .equipment-category-list .equipment-card .card-image,
main.new-equipment .equipment-list .equipment-card .card-image,
main.rentals .equipment-category-list .equipment-card .card-image,
main.rentals .equipment-list .equipment-card .card-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
main.equipment .equipment-category-list .equipment-card .card-section,
main.equipment .equipment-list .equipment-card .card-section,
main.new-equipment .equipment-category-list .equipment-card .card-section,
main.new-equipment .equipment-list .equipment-card .card-section,
main.rentals .equipment-category-list .equipment-card .card-section,
main.rentals .equipment-list .equipment-card .card-section {
    padding: 20px 0;
}
main.equipment .equipment-category-list .equipment-card .card-section hr,
main.equipment .equipment-list .equipment-card .card-section hr,
main.new-equipment .equipment-category-list .equipment-card .card-section hr,
main.new-equipment .equipment-list .equipment-card .card-section hr,
main.rentals .equipment-category-list .equipment-card .card-section hr,
main.rentals .equipment-list .equipment-card .card-section hr {
    border: 2px solid #c8102e;
    width: 0;
    opacity: 0;
    transition: 0.25s;
}
main.equipment .equipment-category-list .equipment-card:hover .card-section hr,
main.equipment .equipment-list .equipment-card:hover .card-section hr,
main.new-equipment
    .equipment-category-list
    .equipment-card:hover
    .card-section
    hr,
main.new-equipment .equipment-list .equipment-card:hover .card-section hr,
main.rentals .equipment-category-list .equipment-card:hover .card-section hr,
main.rentals .equipment-list .equipment-card:hover .card-section hr {
    opacity: 1;
    width: 65px;
}
main.equipment-single section.equipment-images .tabs-content,
main.new-equipment-single section.equipment-images .tabs-content,
main.rentals-single section.equipment-images .tabs-content {
    border: none;
}
main.equipment-single section.equipment-images .tabs-content .tabs-panel,
main.new-equipment-single section.equipment-images .tabs-content .tabs-panel,
main.rentals-single section.equipment-images .tabs-content .tabs-panel {
    padding-top: 0;
    padding-bottom: 0;
}
main.equipment-single section.equipment-images .tabs-content .tabs-panel img,
main.new-equipment-single
    section.equipment-images
    .tabs-content
    .tabs-panel
    img,
main.rentals-single section.equipment-images .tabs-content .tabs-panel img {
    max-height: 550px;
    margin: 0 auto;
    display: block;
}
main.equipment-single section.equipment-images .vertical.tabs,
main.new-equipment-single section.equipment-images .vertical.tabs,
main.rentals-single section.equipment-images .vertical.tabs {
    border: none;
}
main.equipment-single section.equipment-images .vertical.tabs.scroll,
main.new-equipment-single section.equipment-images .vertical.tabs.scroll,
main.rentals-single section.equipment-images .vertical.tabs.scroll {
    height: 550px;
    overflow: scroll;
    position: relative;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment-single section.equipment-images .vertical.tabs,
    main.new-equipment-single section.equipment-images .vertical.tabs,
    main.rentals-single section.equipment-images .vertical.tabs {
        display: flex;
        justify-content: center;
    }
}
main.equipment-single section.equipment-images .vertical.tabs .tabs-title,
main.new-equipment-single section.equipment-images .vertical.tabs .tabs-title,
main.rentals-single section.equipment-images .vertical.tabs .tabs-title {
    opacity: 0.5;
    transition: 0.25s;
}
main.equipment-single section.equipment-images .vertical.tabs .tabs-title a,
main.new-equipment-single section.equipment-images .vertical.tabs .tabs-title a,
main.rentals-single section.equipment-images .vertical.tabs .tabs-title a {
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 5px;
    position: relative;
}
main.equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title
    a::after,
main.new-equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title
    a::after,
main.rentals-single
    section.equipment-images
    .vertical.tabs
    .tabs-title
    a::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #c8102e;
    opacity: 0;
    transition: 0.25s;
}
main.equipment-single section.equipment-images .vertical.tabs .tabs-title a img,
main.new-equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title
    a
    img,
main.rentals-single section.equipment-images .vertical.tabs .tabs-title a img {
    margin: 0 auto;
    display: block;
    max-height: 200px;
}
main.equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active,
main.new-equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active,
main.rentals-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active {
    opacity: 1;
}
main.equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a,
main.new-equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a,
main.rentals-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a {
    background: 0 0;
}
main.equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a::after,
main.new-equipment-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a::after,
main.rentals-single
    section.equipment-images
    .vertical.tabs
    .tabs-title.is-active
    a::after {
    opacity: 1;
    width: 15px;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.equipment-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        img,
    main.new-equipment-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        img,
    main.rentals-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        img {
        width: 100px;
        height: 100px;
    }
    main.equipment-single section.equipment-images .vertical.tabs .tabs-title a,
    main.new-equipment-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        a,
    main.rentals-single section.equipment-images .vertical.tabs .tabs-title a {
        padding-left: 5px;
        padding-right: 5px;
    }
    main.equipment-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        a::after,
    main.new-equipment-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        a::after,
    main.rentals-single
        section.equipment-images
        .vertical.tabs
        .tabs-title
        a::after {
        left: 45px;
    }
}
main.equipment-single section.equipment-images .image-container,
main.new-equipment-single section.equipment-images .image-container,
main.rentals-single section.equipment-images .image-container {
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
main.equipment-single .resources-container,
main.new-equipment-single .resources-container,
main.rentals-single .resources-container {
    display: flex;
}
main.equipment-single .resources-container .button,
main.new-equipment-single .resources-container .button,
main.rentals-single .resources-container .button {
    margin-right: 15px;
}
@media ( max-width: 424px ) {
    main.equipment-single .resources-container,
    main.new-equipment-single .resources-container,
    main.rentals-single .resources-container {
        flex-direction: column;
    }
    main.equipment-single .resources-container .button,
    main.new-equipment-single .resources-container .button,
    main.rentals-single .resources-container .button {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
main.equipment-single section.additional-information,
main.new-equipment-single section.additional-information,
main.rentals-single section.additional-information {
    border-bottom: 2px solid #ededed;
}
main.equipment-single section.additional-information h5,
main.new-equipment-single section.additional-information h5,
main.rentals-single section.additional-information h5 {
    font-weight: 700;
}
main.equipment-single section.additional-information .border-me,
main.new-equipment-single section.additional-information .border-me,
main.rentals-single section.additional-information .border-me {
    border-left: 1px solid #ededed;
}
main.equipment-single section.additional-information .vertical.tabs,
main.new-equipment-single section.additional-information .vertical.tabs,
main.rentals-single section.additional-information .vertical.tabs {
    border: none;
}

.row-resources{
    align-items: flex-start;
}

@media print, screen and ( max-width: 39.99875em ) {
    main.equipment-single section.additional-information .vertical.tabs,
    main.new-equipment-single section.additional-information .vertical.tabs,
    main.rentals-single section.additional-information .vertical.tabs {
        padding-left: 18px;
        padding-bottom: 15px;
    }
}
main.equipment-single
    section.additional-information
    .vertical.tabs
    li.is-active
    a,
main.new-equipment-single
    section.additional-information
    .vertical.tabs
    li.is-active
    a,
main.rentals-single
    section.additional-information
    .vertical.tabs
    li.is-active
    a {
    color: #c8102e;
    background: 0 0;
}
main.equipment-single section.additional-information .vertical.tabs li a,
main.new-equipment-single section.additional-information .vertical.tabs li a,
main.rentals-single section.additional-information .vertical.tabs li a {
    color: #686767;
    font-size: 15px;
}
main.equipment-single section.additional-information .tabs-content,
main.new-equipment-single section.additional-information .tabs-content,
main.rentals-single section.additional-information .tabs-content {
    border: none;
    border-left: 2px solid #ededed;
}
main.equipment-single section.additional-information .tabs-content .tabs-panel,
main.new-equipment-single
    section.additional-information
    .tabs-content
    .tabs-panel,
main.rentals-single section.additional-information .tabs-content .tabs-panel {
    padding-top: 0;
}
#rental-form-modal {
    text-align: center;
}
#rental-form-modal h4 {
    text-transform: none;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#rental-form-modal form {
    margin-top: 2rem;
}
#rental-form-modal hr {
    width: 75%;
    border-color: #c8102e;
    margin: 2rem auto 4rem;
}
@media print, screen and ( max-width: 62.18625em ) {
    main.services .breadcrumb-header.extra-top {
        padding-top: 30px;
    }
}
main.services section.service-info .service-content-container {
    padding: 15px;
    margin-bottom: 30px;
}
main.services section.service-info .service-content-container figure {
    width: 100% !important;
}
main.services section.service-info .service-content-container img {
    width: 100% !important;
}
main.services section.more-services {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    padding-bottom: 100px;
}

.service-content-container p{
    margin-top: 30px;
}

main.services section.more-services .slide-container {
    text-align: center;
}
main.services section.more-services .slide-container a {
    color: #686767;
    font-weight: 500;
    letter-spacing: 1px;
}
main.services section.closing-statement {
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern.png );
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
main.services section.closing-statement h3,
main.services section.closing-statement h5 {
    margin-bottom: 20px;
}
main.services section.closing-statement hr {
    border: 2px solid #ededed;
    width: 100%;
}
main.services section.contact-banner {
    background-image: none;
}
main.services section.pardot-form {
    padding: 100px 0 150px 0;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .solutions-search-refine {
    cursor: pointer;
    position: relative;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .solutions-search-refine::after {
        content: '\f067';
        font-family: FontAwesome;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        color: #686767;
        position: absolute;
        right: 0;
        bottom: 2px;
        transition: 0.25s;
    }
    main.warehouse-solutions
        section.warehouse-solutions-container
        .solutions-search-refine.is-active::after {
        content: '\f068';
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
    }
}
@media print, screen and ( max-width: 39.99875em ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .solutions-filters {
        height: 0;
        transition: 0.25s;
    }
    main.warehouse-solutions
        section.warehouse-solutions-container
        .solutions-filters.is-active {
        height: auto;
    }
    main.warehouse-solutions
        section.warehouse-solutions-container
        .solutions-filters.is-active
        .filters
        > ul
        > li.parent-open
        ul.subcategory {
        display: flex;
    }
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    ul
    li
    a:active,
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    ul
    li
    a:focus {
    background: #fff;
}
main.warehouse-solutions section.warehouse-solutions-container .filters > ul {
    border: none;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    ul.subcategory {
    display: none;
    flex-direction: column;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    ul.subcategory.parent-open {
    display: flex;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    ul.subcategory.parent-open
    > li.is-active
    a {
    color: #c8102e;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    > li.is-active
    > a,
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    > li.parent-open
    > a {
    font-weight: 700;
    color: #c8102e;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    li
    a {
    color: #686767;
    font-weight: 500;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    li.is-active
    a {
    background: 0 0;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    .subcategory-filter {
    margin-left: 25px;
    list-style-type: none;
    font-size: 12px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .filters
    > ul
    .subcategory-filter
    a {
    padding: 8px 24px 8px 0;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.warehouse-solutions section.warehouse-solutions-container .filters {
        margin-bottom: 25px;
    }
}
main.warehouse-solutions section.warehouse-solutions-container .tabs-content {
    border: none;
    border-left: 2px solid #ededed;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content {
        border-left: none;
    }
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    h1 {
    margin-bottom: 25px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel {
    padding-top: 0;
    padding-left: 50px;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content
        .tabs-panel {
        padding-left: 0;
    }
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .overview-section {
    margin: 50px 0;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .overview-section
    h5 {
    font-weight: 600;
    margin-bottom: 25px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .overview-section
    ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .overview-section
    ul
    li {
    list-style-type: none;
    position: relative;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .overview-section
    ul
    li::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: -15px;
    bottom: -1px;
    color: #c8102e;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .description-section {
    margin: 50px 0;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    section.additional-resources {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    section.additional-resources
    .resources-container {
    display: flex;
}
@media ( max-width: 424px ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content
        .tabs-panel
        section.additional-resources
        .resources-container {
        flex-direction: column;
    }
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content
        .tabs-panel
        section.additional-resources
        .resources-container
        .button {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    section.additional-resources
    h5 {
    margin-bottom: 30px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    section.additional-resources
    .button {
    margin-right: 15px;
}
main.warehouse-solutions
    section.warehouse-solutions-container
    .tabs-content
    .tabs-panel
    .video-container
    iframe {
    height: 300px;
    width: 500px;
}
@media ( max-width: 840px ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content
        .tabs-panel
        .video-container
        iframe {
        height: 200px;
        width: 350px;
    }
}
@media ( max-width: 400px ) {
    main.warehouse-solutions
        section.warehouse-solutions-container
        .tabs-content
        .tabs-panel
        .video-container
        iframe {
        height: 150px;
        width: 250px;
    }
}
main.warehouse-solutions section.contact-banner-expansion .padding-top {
    padding-top: 15px;
}
section.contact-banner-expansion {
    background-image: url( /wp-content/themes/solid/public/img/bg-pattern.png );
    background-size: cover;
    background-position: center center;
}
section.contact-banner-expansion .logo-container {
    position: relative;
    bottom: 54px;
}
section.contact-banner-expansion h3,
section.contact-banner-expansion h5 {
    margin-bottom: 20px;
}
section.contact-banner-expansion hr {
    border: 2px solid #ededed;
    width: 100%;
}
section.contact-banner-expansion section.contact-banner {
    background-image: none;
}
main.about header.page-header.no-image {
    background: url( /wp-content/themes/solid/public/img/bg-pattern.png ) !important;
    background-size: cover;
    background-position: center;
}
main.about iframe {
    width: 100%;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.about iframe {
        height: 300px;
    }
}
main.about section.heading {
    padding: 50px 0;
}
main.about section.accordion-list {
    margin-bottom: 6rem;
    position: relative;
}
main.about section.accordion-list .list-images {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-color: #f8f8f8;
}
main.about section.accordion-list .list-images .list-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    background-size: cover;
    background-position: center center;
}
main.about section.accordion-list .list-images .list-image.is-active {
    z-index: 2;
    opacity: 1;
}
main.about section.accordion-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
[data-whatinput='mouse'] main.about section.accordion-list ul li {
    outline: 0;
}
main.about section.accordion-list ul .button,
main.about section.accordion-list ul a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
main.about section.accordion-list ul a,
main.about section.accordion-list ul button,
main.about section.accordion-list ul input,
main.about section.accordion-list ul select {
    margin-bottom: 0;
}
main.about section.accordion-list ul input {
    display: inline-block;
}
main.about section.accordion-list ul li {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 100%;
    transition: 0.25s;
    border-bottom: 4px solid #ededed;
}
main.about section.accordion-list ul li:first-child {
    border-top: 4px solid #ededed;
}
main.about section.accordion-list ul li.is-active {
    background: #ededed;
}
main.about section.accordion-list ul li .list-number {
    padding: 4rem 2rem;
    line-height: 1;
    font-size: 3.6875rem;
    font-weight: 700;
}
main.about section.accordion-list ul li .list-title {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 500;
}
main.about section.accordion-list ul li .list-title a {
    display: block;
    color: #585556;
    padding: 3.5rem 2rem;
}
main.about section.accordion-list ul li .list-content {
    margin-top: 1rem;
    text-transform: none;
}
@media print, screen and ( min-width: 40em ) {
    main.about section.accordion-list .list-images {
        width: 33.33333%;
    }
}
@media print, screen and ( min-width: 64em ) {
    main.about section.accordion-list .list-images {
        width: 50%;
    }
}
main.about section.history {
    text-align: center;
}
main.about section.history h3.bold {
    margin-bottom: 0;
}
main.about section.history .main-timeline h5 {
    margin: 1.5rem 0;
}
main.about section.history .main-timeline .content {
    line-height: 1.4;
}
main.about section.history .timeline-nav {
    margin-top: 2rem;
    background: #c8102e;
    padding: 15px 0 40px 0;
}
main.about section.history .timeline-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 3rem;
    justify-content: center;
}
[data-whatinput='mouse'] main.about section.history .timeline-nav ul li {
    outline: 0;
}
main.about section.history .timeline-nav ul .button,
main.about section.history .timeline-nav ul a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
main.about section.history .timeline-nav ul a,
main.about section.history .timeline-nav ul button,
main.about section.history .timeline-nav ul input,
main.about section.history .timeline-nav ul select {
    margin-bottom: 0;
}
main.about section.history .timeline-nav ul input {
    display: inline-block;
}
main.about section.history .timeline-nav ul li {
    margin: 1rem 1rem 0;
    color: #fff;
    cursor: pointer;
}
main.about section.history .timeline-nav ul li[class^='timeline-'] {
    font-size: 2rem;
}
main.about section.history .timeline-nav ul li.is-active {
    position: relative;
}
main.about section.history .timeline-nav ul li.is-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -0.5rem;
}
main.about section.history .timeline-nav ul li.timeline-next,
main.about section.history .timeline-nav ul li.timeline-prev {
    position: absolute;
}
main.about section.history .timeline-nav ul li.timeline-prev {
    left: 0;
}
main.about section.history .timeline-nav ul li.timeline-next {
    right: 0;
}
main.about section.open-positions {
    text-align: center;
}
main.about section.open-positions a,
main.about section.open-positions h2,
main.about section.open-positions h4,
main.about section.open-positions p,
main.about section.open-positions ul {
    margin: 20px 0;
}
main.about section.open-positions li {
    list-style-type: none;
}
main.about section.open-positions .open-positions-container ul hr {
    width: 80%;
    margin: 10px auto;
    border: 2px solid #ededed;
}
main.about section.featured-resource .image-cover {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
@media print, screen and ( max-width: 39.99875em ) {
    main.about section.featured-resource .image-cover {
        height: 250px;
    }
}
main.about section.featured-resource .column,
main.about section.featured-resource .columns {
    padding: 0;
}
main.about section.featured-resource .background-gray {
    background: #ededed;
}
main.about section.featured-resource .featured-resource-content {
    padding: 50px 25px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main.about section.featured-resource .featured-resource-content h4 {
    margin-bottom: 30px;
}
main.about
    section.featured-resource
    .featured-resource-content
    .all-resources-link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
main.about section.brands .brands-slider .slick-track {
    display: flex;
    align-items: center;
}
main.about section.brands .brands-slider img {
    width: 150px;
    margin: 0 auto;
}
.category-select {
    text-align: left;
}

/*navigation css*/

@media ( min-width: 995px ) {
    nav.top-bar .top-bar-row .menu-items > li {
        width: calc( 100% / 7 );
        /* text-align: center; */
    }

    nav.top-bar .top-bar-row .menu-items {
        margin-left: 2%;
    }
}

@media ( min-width: 1135px ) {
    nav.top-bar .top-bar-row .menu-items > li {
        width: auto;
    }
}

@media ( min-width: 1300px ) {
    nav.top-bar .top-bar-row .menu-items {
        margin-left: 22%;
    }
}

/*New Hero Header*/
.hero--wrapper {
    position: relative;
}

.hero--wrapper > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 229px;
    position: absolute;
    top: 0;
    -o-object-position: right;
    object-position: right;
}

.hero-content--wrapper {
    background: #191919;
    padding-top: 229px;
    color: #fff;
}

.hero-content {
    padding: 60px 30px;
    text-align: center;
}

.hero-content h1 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1em;
}

.hero-content .hidden-mobile {
    display: none;
}

.hero-content .btn.btn-primary {
    background: #c8102e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 20px;
    display: inline-block;
    line-height: 1.25em;
    font-size: 18px;
    letter-spacing: -0.02em;
    border-radius: 8px;
}

.hero-content .btn.btn-primary:hover {
    background: #a82b26;
}
.hero-buttons--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hero-buttons--wrapper img {
    max-width: 194px;
    margin-top: 15px;
}

@media ( min-width: 768px ) {
    .hero-content--wrapper {
        padding-top: 340px;
    }

    .hero--wrapper > img {
        height: 340px;
    }

    .hero-content .hidden-mobile {
        display: block;
    }

    .hero-buttons--wrapper {
        flex-direction: row;
    }

    .hero-buttons--wrapper img {
        margin-top: 0;
        margin-left: 30px;
    }

    .hero-content h1 {
        font-size: 45px;
        margin-bottom: 16px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 1.5em;
    }
}

@media ( min-width: 1025px ) {
    .hero--wrapper {
        overflow: hidden;
    }
    .hero--wrapper:before {
        content: '';
        background: linear-gradient( to right, #1c1c1c, rgba( 37, 37, 37, 0 ) );
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .hero-content--wrapper {
        max-width: 1620px;
        position: relative;
        background: transparent;
        padding: 0;
        padding: 80px 0.9375rem;
        z-index: 3;
        margin: auto;
    }
    .hero-buttons--wrapper {
        justify-content: flex-start;
    }

    .hero--wrapper > img {
        height: 100%;
        -o-object-position: 0 0;
        object-position: 0 0;
    }

    .hero-content {
        text-align: left;
        max-width: 750px;
        padding: 0;
    }

    .hero-content h1 {
        font-size: 72px;
    }

    .hero-content p {
        font-size: 20px;
        padding: 0 50px 0 0px;
    }
}

/*Icon Section*/
.icon--wrapper {
    padding: 1.5em 0;
}

.icon-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc( 50% - 16px );
    text-align: center;
    align-items: center;
}
.icon-card:hover {
    opacity: 0.8;
}
.icon--row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 380px;
    margin: auto;
}

.icon-card span {
    background: #c80f2e;
    color: #fff;
    border-radius: 4px;
    padding: 0px 18px;
    min-width: 134px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
}

@media ( min-width: 1025px ) {
    .icon--row {
        max-width: 1366px;
    }
    .icon-card {
        width: calc( 25% - 16px );
    }

    .icon--wrapper {
        padding-bottom: 2.5em;
    }
}


/* Video Block */
.video-block {
	padding: 60px 20px;
}

.video-column {
	flex: 0 0 100%;
	width: 100%;
}

.video-block__item {
	max-width: 500px;
	margin: 0 auto 30px;
	background: #ededed;
	height: 100%;
}

.video-block__item .image-video {
	display: block;
    position: relative;
    height: 260px;
    cursor: pointer;
	overflow: hidden;
}

.video-block__item .image-video img {
	transition: all ease-in-out 300ms;
}

.video-block__item a:hover img {
	transform: scale(1.2);
}

.video-block__item img {
	width: 100%;
	height: 100%;
	object-fit: none;
	transition: all ease-in-out 300ms;
}

.video-block .video-title {
	padding: 20px;
}

.video-block .video-title h3 {
	font-size: 24px;
	color: #686767;
}

.view-more {
	margin: 30px auto 0;
	text-align: center;
	max-width: 300px;
}

.video-block .row.column h3 {
    text-align: center;
    margin-bottom: 30px;
}

.used-equipment-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 50px;
    text-align: center;
}

section.breadcrumb-header.section-padding.extra-top.no-padding-have-title.headroom.headroom--top.headroom--not-bottom {
    padding-top: 25px;
}

@media( min-width : 768px ) {
	.video-block__item {
		max-width: auto;
		margin-bottom: 0;
	}

	.used-equipment-title {
	    text-align:left;
	    padding: 0 20px;
	}

	.video-column {
		flex: 0 0 33.33%;
		width: 33.33%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.video-block {
		padding-top: 60px;
		padding-bottom: 100px;
	}

}

/* Special update styling */
.row.align-center.grid-display-hide {
    display: none !important;
}

.row.row-fluid.align-center {
    max-width: 101rem;
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    margin-left: 16px;
    margin-right: 16px;
}

.row-fluid .large-3 > .row {
    gap: 15px;
}

.row.row-fluid.align-center > .column {
    border-bottom: none;
    background: #ededed;
    padding: 20px 25px;
    border-radius: 6px;
}

body main.site.specials .location-specials .row .meta-special-detail > h5 {
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-top: 15px;
}

span.price-special {
    font-size: 18px;
}

.row-fluid .extra-large-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
iframe#launcher {
    bottom: 35px !important;
}
iframe#webWidget {
    bottom: 20px !important;
}
@media print, screen and (min-width: 37.5em) {
    .row-fluid .extra-large-3 {
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
    }

    .row.row-fluid.align-center {
        margin-left: auto;
        margin-right: auto;
    }
}


@media print, screen and (min-width: 48em) {
    .row-fluid .medium-4 {
        flex: 0 0 calc(33.33333333% - 25px);
        max-width: calc(33.33333333% - 25px);
    }
}

@media print, screen and (min-width: 64em) {
    .row-fluid .large-4 {
        flex: 0 0 calc(33.33333333% - 25px);
        max-width: calc(33.33333333% - 25px);
    }
}

@media print, screen and (min-width: 75em) {
    .row-fluid .extra-large-3 {
        flex: 0 0 25%;
        max-width: calc(25% - 25px);
    }
}
