.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline,
img {
    vertical-align: middle;
}
hr,
img {
    border: 0;
}
.articon:before,
body {
    -moz-osx-font-smoothing: grayscale;
}
body,
figure {
    margin: 0;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left;
}
.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%;
}
.btn,
.newsletter-unit button {
    -ms-touch-action: manipulation;
}
.btn,
.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
}
.flickity-enabled.is-draggable,
.mfp-arrow,
html {
    -webkit-tap-highlight-color: transparent;
}
.accordion-unit.angled:before,
.accordion-unit.partners .cta-box:after,
.angle-hero .covers,
.content-hero .ch-copy i,
.content-hero .ch-copy:after,
.mfp-wrap,
.profiles-unit .pup .pup-img,
.testimonial-unit .testimonial:after,
.txt-list3-unit.angled:before,
header .burger .burger_i:after,
header .burger .burger_i:before {
    -webkit-backface-visibility: hidden;
}
.btn,
.text-nowrap {
    white-space: nowrap;
}
.invisible,
.show-after {
    visibility: hidden;
}
@font-face {
    font-family: modern_216regular;
    src: url(fonts/modern216regular-webfont.eot);
    src:
        url(fonts/modern216regular-webfont.eot?#iefix) format("embedded-opentype"),
        url(fonts/modern216regular-webfont.woff2) format("woff2"),
        url(fonts/modern216regular-webfont.woff) format("woff"),
        url(fonts/modern216regular-webfont.ttf) format("truetype"),
        url(fonts/modern216regular-webfont.svg#modern_216regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Tiempos;
    src: url(fonts/TiemposFine-Bold.woff) format("woff");
    font-weight: 700;
}
@font-face {
    font-family: GTAmerican;
    src: url(fonts/GT-America-Standard-Regular.eot);
    src: url(fonts/GT-America-Standard-Regular.woff) format("woff"),
        url(fonts/GT-America-Standard-Regular.woff2) format("woff2");
}

@font-face {
    font-family: articon;
    src: url(fonts/articon.eot);
    src:
        url(fonts/articon.eot?#iefix) format("embedded-opentype"),
        url(fonts/articon.woff) format("woff"),
        url(fonts/articon.ttf) format("truetype"),
        url(fonts/articon.svg#articon) format("svg");
    font-weight: 400;
    font-style: normal;
}
.articon:before {
    font-family: articon !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
}
.articon.facebook:before {
    content: "\e001";
}
.articon.twitter:before {
    content: "\e002";
}
.articon.arrow-circle:before {
    content: "\e000";
}
.articon.arrow:before {
    content: "\e003";
} /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-pink.active,
.btn-pink:active,
.btn-primary.active,
.btn-primary:active,
.btn-purple.active,
.btn-purple:active,
.btn-success.active,
.btn-success:active,
.btn-tan.active,
.btn-tan:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-pink,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-purple,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-tan,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.img-thumbnail,
body {
    background-color: #fff;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    font-family: GTAmerican, Arial, sans-serif;
    font-size: 1.7em;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
body p {
    color: #666666;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #cc0035;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #800021;
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tiempos, Georgia, serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 42px;
}
.h2,
h2 {
    font-size: 32px;
}
.h3,
h3 {
    font-size: 26px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
.rte .h1,
.rte .h2,
.rte .h3,
.rte h1,
.rte h2,
.rte h3 {
    margin-top: 28.6px;
    line-height: 1.3;
}
.rte .h4,
.rte .h5,
.rte .h6,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 26.4px;
    margin-bottom: 8.8px;
}
p {
    margin: 0 0 11px;
}
p .bigger {
    font-size: 125%;
}
.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
dt,
label {
    font-weight: 700;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.evensmaller {
    font-size: 10px;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.btn-report,
.ctc-form-wrap label,
.event-carousel .ec_i time span,
.flx-posts .flx-post .tag,
.flx-related .flx-post .tag,
.form-sub-popup label,
.hn-cal .hcli .date em,
.hn-hero-content ul.hncul li.ttl,
.hn-hero-social a.nwsicon span,
.initialism,
.news-list .date .one,
.newsletter-unit button,
.post-box .tag,
.vpost-all {
    text-transform: uppercase;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #cc0035;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #990028;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #cc0035;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #990028;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
    margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
ol,
ul {
    margin-bottom: 11px;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 22px;
}
dd,
dt {
    line-height: 1.6;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 760px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.table,
address {
    margin-bottom: 22px;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
caption,
th {
    text-align: left;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    font-style: normal;
    line-height: 1.6;
}
@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
.table {
    width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.form-control,
output {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #ec5766;
    outline: 0;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(236, 87, 102, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #dad9d4;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.input-sm {
    height: 30px;
    line-height: 1.5;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    line-height: 1.3333333;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 45px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 20px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn.active,
.btn:active,
.dropdown-toggle:focus,
.flickity-enabled:focus,
.flickity-prev-next-button:focus,
.navbar-toggle:focus,
.open > a {
    outline: 0;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.active,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #262626;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #262626;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #666;
    border-color: #666;
}
.btn-default .badge {
    color: #666;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #cc0035;
    border-color: #cc0035;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #990028;
    border-color: #4d0014;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #990028;
    border-color: #8f0025;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #75001e;
    border-color: #4d0014;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #cc0035;
    border-color: #cc0035;
}
.btn-primary .badge {
    color: #cc0035;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #354ca1;
    border-color: #354ca1;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #283a7b;
    border-color: #151f41;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #283a7b;
    border-color: #263673;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #202d60;
    border-color: #151f41;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #354ca1;
    border-color: #354ca1;
}
.btn-info .badge {
    color: #354ca1;
    background-color: #fff;
}
.btn-warning {
    color: #cc0035;
    background-color: #fff;
    border-color: #eceae8;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #cc0035;
    background-color: #e6e6e6;
    border-color: #b2aaa2;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    color: #cc0035;
    background-color: #e6e6e6;
    border-color: #d0cbc6;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #cc0035;
    background-color: #d4d4d4;
    border-color: #b2aaa2;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #fff;
    border-color: #eceae8;
}
.btn-warning .badge {
    color: #fff;
    background-color: #cc0035;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-pink {
    color: #fff;
    background-color: #e94b6e;
    border-color: #e94b6e;
}
.btn-pink.focus,
.btn-pink:focus {
    color: #fff;
    background-color: #e31e49;
    border-color: #a11433;
}
.btn-pink.active,
.btn-pink:active,
.btn-pink:hover,
.open > .dropdown-toggle.btn-pink {
    color: #fff;
    background-color: #e31e49;
    border-color: #dc1b46;
}
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
    color: #fff;
    background-color: #c5183e;
    border-color: #a11433;
}
.btn-pink.disabled,
.btn-pink.disabled.active,
.btn-pink.disabled.focus,
.btn-pink.disabled:active,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled],
.btn-pink[disabled].active,
.btn-pink[disabled].focus,
.btn-pink[disabled]:active,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink.active,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover {
    background-color: #e94b6e;
    border-color: #e94b6e;
}
.btn-pink .badge {
    color: #e94b6e;
    background-color: #fff;
}
.btn-purple {
    color: #fff;
    background-color: #742776;
    border-color: #742776;
}
.btn-purple.focus,
.btn-purple:focus {
    color: #fff;
    background-color: #4e1a50;
    border-color: #160716;
}
.btn-purple.active,
.btn-purple:active,
.btn-purple:hover,
.open > .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #4e1a50;
    border-color: #471848;
}
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
    color: #fff;
    background-color: #341135;
    border-color: #160716;
}
.btn-purple.disabled,
.btn-purple.disabled.active,
.btn-purple.disabled.focus,
.btn-purple.disabled:active,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled],
.btn-purple[disabled].active,
.btn-purple[disabled].focus,
.btn-purple[disabled]:active,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple,
fieldset[disabled] .btn-purple.active,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
    background-color: #742776;
    border-color: #742776;
}
.btn-purple .badge {
    color: #742776;
    background-color: #fff;
}
.btn-tan {
    color: #cc0035;
    background-color: #eceae8;
    border-color: #eceae8;
}
.btn-tan.focus,
.btn-tan:focus {
    color: #cc0035;
    background-color: #d5d1cc;
    border-color: #b2aaa2;
}
.btn-tan.active,
.btn-tan:active,
.btn-tan:hover,
.open > .dropdown-toggle.btn-tan {
    color: #cc0035;
    background-color: #d5d1cc;
    border-color: #d0cbc6;
}
.btn-tan.active.focus,
.btn-tan.active:focus,
.btn-tan.active:hover,
.btn-tan:active.focus,
.btn-tan:active:focus,
.btn-tan:active:hover,
.open > .dropdown-toggle.btn-tan.focus,
.open > .dropdown-toggle.btn-tan:focus,
.open > .dropdown-toggle.btn-tan:hover {
    color: #cc0035;
    background-color: #c5bfb9;
    border-color: #b2aaa2;
}
.btn-tan.disabled,
.btn-tan.disabled.active,
.btn-tan.disabled.focus,
.btn-tan.disabled:active,
.btn-tan.disabled:focus,
.btn-tan.disabled:hover,
.btn-tan[disabled],
.btn-tan[disabled].active,
.btn-tan[disabled].focus,
.btn-tan[disabled]:active,
.btn-tan[disabled]:focus,
.btn-tan[disabled]:hover,
fieldset[disabled] .btn-tan,
fieldset[disabled] .btn-tan.active,
fieldset[disabled] .btn-tan.focus,
fieldset[disabled] .btn-tan:active,
fieldset[disabled] .btn-tan:focus,
fieldset[disabled] .btn-tan:hover {
    background-color: #eceae8;
    border-color: #eceae8;
}
.btn-tan .badge {
    color: #eceae8;
    background-color: #cc0035;
}
.btn-link {
    color: #cc0035;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #800021;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-header,
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.6;
    white-space: nowrap;
}
.input-group-addon,
.label,
.nav-justified > li > a,
.pager {
    text-align: center;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #cc0035;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    font-size: 12px;
    color: #777;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.media-object.img-thumbnail,
.nav > li > a > img {
    max-width: none;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.alert .alert-link,
.close,
.label {
    font-weight: 700;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #dad9d4;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #dad9d4;
    border-color: #cc0035;
}
.nav-tabs,
header {
    border-bottom: 1px solid #dad9d4;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #dad9d4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #dad9d4;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #dad9d4;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #dad9d4;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #cc0035;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    margin-bottom: 5px;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #dad9d4;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dad9d4;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -20px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
body,
html {
    height: 100%;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7px -20px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.navbar-form {
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 7px -20px;
}
@media (min-width: 768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}
.breadcrumb > li,
.pagination {
    display: inline-block;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -20px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}
.pager li,
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #cc0035;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #800021;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #cc0035;
    border-color: #cc0035;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #cc0035;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #990028;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #cc0035;
    border-color: #cc0035;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #ff99b3;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #cc0035;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #cc0035;
    border-color: #cc0035;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #cc0035;
}
.panel-primary > .panel-heading .badge {
    color: #cc0035;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cc0035;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.cf:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
header nav > ul > li.sub.open > a,
strong {
    font-weight: 700;
}
.affix {
    position: fixed;
}
.flickity-enabled,
.pos-rel {
    position: relative;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.pt-0 {
    padding-top: 0;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pl-0 {
    padding-left: 0;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pr-0 {
    padding-right: 0;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.mt-0 {
    margin-top: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-0 {
    margin-left: 0;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.mr-0 {
    margin-right: 0;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
html {
    overflow-y: scroll;
}
.irc,
.irl,
.irr {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
}
.cf {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.irc {
    margin: 0 auto;
}
.irr {
    margin: 0 0 0 auto;
}
.mw-300,
.mw-400,
.mw-500,
.mw-550,
.mw-600,
.mw-650,
.mw-700 {
    margin: 0 auto;
}
.mw-300 {
    max-width: 300px;
}
.mw-400 {
    max-width: 400px;
}
.mw-500 {
    max-width: 500px;
}
.mw-550 {
    max-width: 550px;
}
.mw-600 {
    max-width: 600px;
}
.mw-650 {
    max-width: 650px;
}
.mw-700 {
    max-width: 700px;
}
.mwl-400 {
    max-width: 400px;
}
.mwl-500 {
    max-width: 500px;
}
.mwl-600 {
    max-width: 600px;
}
.mwl-650 {
    max-width: 650px;
}
.form-sub-popup,
.mwl-800 {
    max-width: 800px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16,
header .logo {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.zi1 {
    z-index: 1;
}
.zi2 {
    z-index: 2;
}
.zi3 {
    z-index: 3;
}
.zi4 {
    z-index: 4;
}
.zi5 {
    z-index: 5;
}
.lh18 {
    line-height: 1.8;
}
.block-sm {
    display: inline;
} /*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    tap-highlight-color: transparent;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: -38px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #cc0035;
    cursor: pointer;
}
.flickity-prev-next-button:hover {
    background: #cc0035;
}
.flickity-prev-next-button:active {
    background: #ff1a55;
}
.flickity-prev-next-button.previous {
    left: 26px;
}
@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
    .block-sm {
        display: block;
    }
    .flickity-prev-next-button {
        top: 50%;
        width: 44px;
        height: 44px;
        -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }
    .flickity-prev-next-button.previous {
        left: 5px;
    }
}
@media (min-width: 1200px) {
    .flickity-prev-next-button.previous {
        left: -10px;
    }
}
.flickity-prev-next-button.next {
    right: 24px;
}
@media (min-width: 768px) {
    .flickity-prev-next-button.next {
        right: 5px;
    }
}
@media (min-width: 1200px) {
    .flickity-prev-next-button.next {
        right: -10px;
    }
}
@media (min-width: 1280px) {
    .flickity-prev-next-button.previous {
        left: -30px;
    }
    .flickity-prev-next-button.next {
        right: -30px;
    }
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    background-color: #dad9d4;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button.previous svg {
    left: 22%;
}
.flickity-prev-next-button .arrow {
    fill: #fff;
}
.flickity-prev-next-button.no-svg {
    color: #fff;
    font-size: 24px;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1;
}
.form-sub-popup {
    position: relative;
    width: auto;
    padding: 20px;
    margin: 20px auto;
    border: 12px solid #eceae8;
    background: #fff;
}
.form-sub-popup label {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}
.form-sub-popup .field-validation-error {
    display: block;
    padding-bottom: 4px;
    margin-top: -5px;
    font-size: 13px;
    color: #e94b6e;
}
.mag-vid-popup {
    position: relative;
    padding: 44px 0 0;
    width: auto;
    max-width: 1200px;
    margin: 20px auto;
}
.mfp-bg,
.mfp-wrap,
header {
    position: fixed;
}
.mag-vid-popup .mfp-close {
    color: #fff !important;
}
.mfp-bg {
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    z-index: 1043;
    outline: 0 !important;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.angle-hero .sky-box .sb-copy .sbcc,
.full-width-callout-unit .mquote p,
.preview-list ul li.ttl,
.small-accordion .sa_p .sa_t .sa_tgl {
    font-family: Tiempos, Georgia, serif;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
header {
    width: 100%;
    height: 53px;
    background-color: #f5f5f5;
    z-index: 999;
}
@media (min-width: 992px) {
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1280px) {
    header {
        padding-left: 60px;
        padding-right: 60px;
    }
}
header .logo-svg {
    margin: 2px 0 2px 20px;
    padding: 0;
    font-size: 16px;
    width: 170px;
}
@media (min-width: 768px) {
    header {
        border-bottom-color: #eceae8;
        height: auto;
    }
    header .logo-svg {
        position: absolute;
        top: 21px;
        left: 20px;
        margin: 0;
        z-index: 2;
        width: 166px;
    }
}
@media (min-width: 900px) {
    header .logo-svg {
        width: 250px;
        top: 10px;
    }
}
@media (min-width: 1090px) {
    header .logo-svg {
        width: 326px;
        top: 9px;
    }
}
header .logo-svg svg {
    display: block;
}
header .logo-svg #logo-gmark {
    display: none;
}
@media (min-width: 900px) {
    header .logo-svg #logo-gmark {
        display: block;
    }
}
header .logo-svg #logo-gtext {
    display: none;
}
header .logo-svg #logo-gtextonly {
    display: block;
}
header .logo {
    margin: 2px 0 2px 20px;
    padding: 0;
    width: 170px;
}
@media (min-width: 768px) {
    header .logo {
        position: absolute;
        top: 21px;
        left: 20px;
        margin: 0;
        width: 166px;
        z-index: 2;
    }
}
@media (min-width: 900px) {
    header .logo-svg #logo-gtext {
        display: block;
    }
    header .logo-svg #logo-gtextonly {
        display: none;
    }
    header .logo {
        width: 250px;
        top: 10px;
    }
}
@media (min-width: 1090px) {
    header .logo {
        width: 326px;
        top: 9px;
    }
}
header .logo span {
    display: block;
    width: 100%;
    padding-top: 28.23%;
    background-image: url(/public/img/logo-lg.png);
    background-size: 170px;
    background-position: 0 7px;
    background-repeat: no-repeat;
    overflow: hidden;
}



@media (min-width: 768px) {
    header .logo span {
        background-size: 160px;
        background-position: 0 11px;
    }
    header .burger {
        display: none;
    }
}
@media (min-width: 900px) {
    header .logo span {
        background-size: 170px;
        background-position: 0 0;
    }
}
header .logo span em {
    display: none;
}
header .burger {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 52px;
    background-color: #cc0035;
    cursor: pointer;
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
header .burger .burger_i {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 32px;
    width: 32px;
}
header .burger .burger_i:after,
header .burger .burger_i:before {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 750ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 750ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 750ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 750ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .burger .burger_i:before {
    position: absolute;
    top: 6px;
    box-shadow: #fff 0 8px 0 0;
}
header .burger .burger_i:after {
    position: absolute;
    top: 22px;
}
header .burger.open {
    background-color: #838070;
}
header .burger.open .burger_i:before {
    top: 15px;
    box-shadow: transparent 0 0 0 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
header .burger.open .burger_i:after {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
header nav {
    position: fixed;
    height: 100%;
    top: 52px;
    right: -251px;
    padding-right: 0;
    background-color: #eceae8;
    z-index: 998;
    -webkit-transition:
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        padding 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        padding 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header nav a:active,
header nav a:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    header nav {
        position: relative;
        height: auto;
        right: auto;
        top: auto;
        padding-right: 20px;
        padding-top: 23px;
        padding-bottom: 19px;
        background-color: transparent;
        z-index: 1;
    }
    header nav:after,
    header nav:before {
        content: " ";
        display: table;
    }
    header nav:after {
        clear: both;
    }
}
.angle-hero .covers:after,
header a.go-top-tab:after,
header nav > ul > li.sub:after {
    content: "";
}
header nav > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    width: 200px;
    -webkit-transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header nav > ul > li {
    position: relative;
    margin-left: 0;
    border-top: 1px solid #dad9d4;
}
@media (min-width: 1090px) {
    header .logo span {
        background-size: 300px 55px;
    }
    header nav {
        padding-top: 34px;
        padding-bottom: 26px;
    }
    header nav > ul > li {
        margin-left: 5px;
    }
}
header nav > ul > li > a {
    display: block;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background-color: transparent;
    -webkit-transition:
        color 0.4s linear,
        background-color 0.4s ease;
    transition:
        color 0.4s linear,
        background-color 0.4s ease;
}
@media (min-width: 768px) {
    header nav > ul {
        float: right;
        width: auto;
    }
    header nav > ul > li {
        float: left;
        border: none;
    }
    header nav > ul > li > a {
        color: #000;
        line-height: 48px;
        min-width: 0;
        padding: 0 7px;
    }
}
header nav > ul > li > a:hover {
    color: #ec5766;
    text-decoration: none;
}
header nav > ul > li > a.cta {
    min-width: 0;
    text-align: center;
    margin: 12px 10px 0;
    color: #fff;
    background-color: #cc0035;
    border-radius: 3px;
}
@media (min-width: 768px) {
    header nav > ul > li > a.cta {
        margin: 0 0 0 6px;
    }
}
header nav > ul > li > a.cta:hover {
    background-color: #ec5766;
}
@media (min-width: 992px) {
    header nav > ul > li > a {
        font-size: 16px;
        padding: 0 10px;
    }
    header nav > ul > li.search > a {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    header nav > ul > li > a {
        padding: 0 10px;
    }
    header nav > ul > li.search > a {
        font-size: 20px;
    }
}
header nav > ul > li.sub {
    padding-right: 8px;
}
header nav > ul > li.sub ul {
    position: fixed;
    padding-left: 0;
    list-style: none;
    margin: 0;
    max-width: 230px;
    min-width: 220px;
    background-color: #eceae8;
    top: 51px;
    right: -230px;
    z-index: 2;
    height: 100%;
    border-top: 1px solid #dad9d4;
    box-shadow: -1px 2px 3px 0 rgba(25, 25, 25, 0.2);
    -webkit-transition:
        -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.5s linear;
    -webkit-transition:
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.5s linear,
        -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.5s linear,
        -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.5s linear;
    transition:
        transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.5s linear,
        -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header nav > ul > li.sub ul li {
    border-bottom: 1px solid #dad9d4;
}
@media (min-width: 768px) {
    header nav > ul > li.sub ul {
        position: absolute;
        top: -2000px;
        right: auto;
        left: 0;
        z-index: 998;
        height: auto;
        max-width: 300px;
        min-width: 240px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #ec5766;
        border-top: 1px solid #ec5766;
        opacity: 0;
        box-shadow: 2px 2px 3px 0 rgba(25, 25, 25, 0.2);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    header nav > ul > li.sub ul li {
        border-bottom: 1px solid #ec5766;
    }
}
header nav > ul > li.sub ul li a {
    display: block;
    padding: 8px 19px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    background-color: transparent;
}
@media (min-width: 768px) {
    header nav > ul > li.sub ul li a {
        color: #fff;
        padding: 2px 10px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    header nav > ul > li.sub ul li a {
        padding: 2px 11px;
    }
}
@media (min-width: 1200px) {
    header nav > ul > li.sub ul li a {
        padding: 2px 13px;
    }
}
header nav > ul > li.sub ul li a:hover {
    color: #ec5766;
    text-decoration: none;
}
header nav > ul > li.sub.open ul {
    right: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (min-width: 768px) {
    header nav > ul > li.sub ul li a:hover {
        color: #fff;
        background-color: #e94051;
    }
    header nav > ul > li.sub.open {
        background-color: #ec5766;
    }
    header nav > ul > li.sub.open > a {
        color: #fff;
        font-weight: 400;
    }
    header nav > ul > li.sub.open ul {
        top: 48px;
    }
}
header nav > ul > li.sub:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #838070;
    border-bottom: 1px solid #838070;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
@media (min-width: 768px) {
    header nav > ul > li.sub:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right-color: #ec5766;
        border-bottom-color: #ec5766;
        right: 6px;
    }
    header nav > ul > li.sub.open:after {
        top: 55%;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-right-color: #fff;
        border-bottom-color: #fff;
    }
}
header nav.open {
    right: 0;
}
header nav.open > ul.stretch {
    width: 260px;
}
@media (min-width: 768px) {
    header nav.open {
        right: auto;
    }
    header nav.open > ul.stretch {
        width: auto;
    }
}
header a.go-top-tab {
    display: none;
    position: absolute;
    bottom: -28px;
    right: 20px;
    width: 30px;
    height: 28px;
    text-indent: -9999px;
    background-color: #eceae8;
    border-radius: 0 0 2px 2px;
}
header a.go-top-tab:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -3px;
    border-top: 2px solid #afa79e;
    border-left: 2px solid #afa79e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .search-drop {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 60px 20px;
    background-color: #f9f9f9;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    opacity: 0;
    -webkit-transition:
        opacity 0.4s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.4s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear;
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 992px) {
    header .search-drop {
        padding: 80px 20px;
    }
}
@media (min-width: 768px) {
    header .search-drop {
        display: block;
        top: -5000px;
    }
    header .search-drop.open {
        display: block;
        top: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
header .search-drop-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
header .search-drop-wrap .sd-input {
    position: relative;
}
header .search-drop-wrap .sd-input input {
    display: block;
    width: 100%;
    padding: 2px 36px 2px 6px;
    border: none;
    border-bottom: 2px solid #cc0035;
    font-size: 24px;
    background-color: transparent;
    outline: 0 !important;
}
header .search-drop-wrap .sd-input button {
    color: #cc0035;
    font-size: 24px;
    padding: 0 6px;
    background-color: transparent;
    border: none;
    outline: 0 !important;
    position: absolute;
    right: 2px;
    top: 0;
}
.angle-hero,
.angle-hero-inner {
    position: relative;
    z-index: 1;
}
header.scrolled .logo-svg #logo-gmark,
header.scrolled .logo-svg #logo-gtext {
    display: none;
}
header.scrolled .logo-svg #logo-gtextonly {
    display: block;
}
@media (min-width: 768px) {
    header.scrolled .logo,
    header.scrolled .logo-svg {
        top: 9px;
        width: 166px;
    }
    header.scrolled .logo span {
        background-size: 170px;
        background-position: 0 7px;
    }
    header.scrolled nav {
        padding-top: 8px;
        padding-bottom: 7px;
    }
}
.angle-hero .imagery .image,
.angle-hero .imagery .video-image .viwrap,
.basic-hero,
.content-hero,
.service-hero .sh-bg,
.simple-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.angle-hero-inner {
    padding-bottom: 60%;
}
@media (min-width: 480px) {
    .angle-hero-inner {
        padding-bottom: 45%;
    }
}
@media (min-width: 768px) {
    header.scrolled a.go-top-tab {
        display: block;
    }
    .angle-hero-inner {
        padding-bottom: 40%;
    }
}
@media (min-width: 1200px) {
    .angle-hero-inner {
        padding-bottom: 38%;
    }
}
@media (min-width: 1500px) {
    .angle-hero-inner {
        padding-bottom: 34%;
    }
}
@media (min-width: 2000px) {
    .angle-hero-inner {
        padding-bottom: 0;
        height: 660px;
    }
}
.angle-hero .features {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 4;
}
.angle-hero .features .feature {
    position: relative;
    top: 25px;
    max-width: 1460px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .angle-hero .features .feature {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1280px) {
    .angle-hero .features .feature {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.angle-hero .features h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
@media (min-width: 480px) {
    .angle-hero .features .feature {
        top: 35%;
        -webkit-transform: translate(0, -65%);
        -ms-transform: translate(0, -65%);
        transform: translate(0, -65%);
    }
    .angle-hero .features h2 {
        font-size: 36px;
    }
}
@media (min-width: 768px) {
    .angle-hero .features h2 {
        font-size: 42px;
    }
}
@media (min-width: 992px) {
    .angle-hero .features h2 {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    .angle-hero .features h2 {
        font-size: 52px;
    }
}
.angle-hero .features h2 span {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 1s 1s linear;
    transition: opacity 1s 1s linear;
}
.angle-hero .features h2 .aw1 {
    -webkit-transition:
        -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1s 10ms linear;
    -webkit-transition:
        opacity 1s 10ms linear,
        -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 1s 10ms linear,
        -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1s 10ms linear;
    transition:
        transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1s 10ms linear,
        -webkit-transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.angle-hero .features h2 .aw2 {
    -webkit-transition:
        -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear;
    -webkit-transition:
        opacity 0.8s 10ms linear,
        -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.8s 10ms linear,
        -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear;
    transition:
        transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear,
        -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.angle-hero .features h2 .aw3 {
    -webkit-transition:
        -webkit-transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear;
    -webkit-transition:
        opacity 0.8s 10ms linear,
        -webkit-transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.8s 10ms linear,
        -webkit-transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear;
    transition:
        transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.8s 10ms linear,
        -webkit-transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.angle-hero .imagery {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #c1c2c6;
    overflow: hidden;
}
.angle-hero .imagery .image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.angle-hero .imagery .video-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.angle-hero .imagery .video-image .viwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.angle-hero .imagery .video-image video {
    display: none;
    background-color: #c1c2c6;
}
@media (min-width: 768px) {
    .angle-hero .features h2.transit span {
        opacity: 0;
    }
    .angle-hero .features h2.transit .aw1 {
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
    }
    .angle-hero .features h2.transit .aw2 {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    .angle-hero .features h2.transit .aw3 {
        -webkit-transform: translateX(450px);
        -ms-transform: translateX(450px);
        transform: translateX(450px);
    }
    .angle-hero .imagery .video-image .viwrap {
        position: absolute;
        width: 1280px;
        max-width: 100%;
        padding-top: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .angle-hero .imagery .video-image video {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
.angle-hero .covers {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 640px;
    bottom: -640px;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.angle-hero .covers:after {
    position: absolute;
    height: 400px;
    width: 35%;
    left: 0;
    top: -400px;
    z-index: 1;
    border-bottom: 16px solid #eceae8;
    background-color: #f3f1ef;
    -webkit-transform: skewY(-16deg);
    -ms-transform: skewY(-16deg);
    transform: skewY(-16deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.angle-hero .sky-box-wrap {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0;
    z-index: 10;
}
.angle-hero .sky-box-wrap:after,
.angle-hero .sky-box-wrap:before {
    content: " ";
    display: table;
}
.angle-hero .sky-box-wrap:after {
    clear: both;
}
@media (min-width: 768px) {
    .angle-hero .sky-box-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .angle-hero .sky-box-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 768px) and (min-width: 1280px) {
    .angle-hero .sky-box-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.angle-hero .sky-box {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.2);
}
.angle-hero .sky-box .sb-ttl {
    position: relative;
    display: block;
    font-style: italic;
    padding: 14px 50px 14px 20px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .angle-hero .sky-box {
        width: auto;
        max-width: 360px;
        margin-left: 20px;
    }
    .angle-hero .sky-box .sb-ttl {
        padding: 16px 50px 16px 20px;
    }
}
.angle-hero .sky-box .sb-ttl i {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background-color: #cc0035;
    border-radius: 50%;
}
.angle-hero .sky-box .sb-ttl i:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.angle-hero .sky-box .sb-copy {
    position: absolute;
    left: 0;
    top: -5000px;
    width: 100%;
    min-width: 300px;
    color: #fff;
    padding: 45px 20px;
    text-align: center;
    background-color: #333;
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    -webkit-transition:
        opacity 0.8s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.8s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.peek-flower.report .flower,
.peek-flower.subscribe .flower {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.angle-hero .sky-box .sb-copy .sbcpre {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    padding-bottom: 15px;
}
.angle-hero .sky-box .sb-copy .sbcc {
    display: block;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
}
.angle-hero .sky-box .sb-copy .btn.btn-emph {
    font-size: 14px;
    padding: 9px 20px;
}
.angle-hero .sky-box .sb-copy .sbclose {
    position: absolute;
    top: 25px;
    left: 0;
    height: 20px;
    width: 100%;
    cursor: pointer;
}
.angle-hero .sky-box .sb-copy .sbclose i {
    position: absolute;
    right: 15px;
    top: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background-color: #cc0035;
    border-radius: 50%;
}
.content-hero,
.service-hero {
    background-color: #111;
    min-height: 250px;
}
.angle-hero .sky-box .sb-copy .sbclose i:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.angle-hero .sky-box .sb-copy.open {
    top: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.sub-angle-hero {
    position: relative;
    margin-top: 0;
    z-index: 2;
}
@media (min-width: 992px) {
    .sub-angle-hero {
        margin-top: -2% !important;
    }
}
.sub-angle-hero h1 {
    font-size: 40px;
}
@media (min-width: 768px) {
    .sub-angle-hero h1 {
        font-size: 48px;
    }
}
.sub-angle-hero p {
    font-size: 16px;
}
.service-hero {
    position: relative;
    padding: 1px 0;
    border-bottom: 20px solid #111;
}
.service-hero .sh-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.85;
}
.service-hero .sh-copy {
    position: relative;
    margin: 4% 0;
    height: 250px;
    padding: 0 20px;
    color: #fff;
    z-index: 2;
}
@media (min-width: 1200px) {
    .service-hero .sh-copy {
        margin: 80px 0;
    }
}
.service-hero .sh-copy h2 {
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 1.25;
    -webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    transform: translate(0, -55%);
}
.service-hero .sh-copy h2 em {
    display: block;
    font-size: 24px;
}
.service-hero .sh-copy h2.enlarge {
    font-size: 44px;
}
.content-hero {
    position: relative;
}
.content-hero .ch-copy {
    position: relative;
    padding: 1px 10px;
    width: 105%;
    min-height: 250px;
    margin-left: -5%;
}
@media (min-width: 480px) {
    .content-hero .ch-copy {
        width: 460px;
        margin-left: 0;
    }
}
.content-hero .ch-copy .chc {
    position: relative;
    margin-top: 100px;
    padding: 10px 0 50px 63px;
    color: #fff;
    z-index: 3;
}
.content-hero .ch-copy .chc h2 {
    font-size: 36px;
}
.content-hero .ch-copy i {
    display: inline-block;
    font-size: 24px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 14px 0 0 4px;
    border: 2px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-hero .ch-copy .articon:before {
    line-height: 32px;
}
.content-hero .ch-copy:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ec5766;
    -webkit-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.basic-hero {
    position: relative;
    padding: 1px 0;
    background-color: #cc0035;
}
.basic-hero .sh-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.15;
}
.basic-hero .sh-copy {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    z-index: 2;
}
.basic-hero .sh-copy h2 {
    margin: 10px 0;
    padding: 10% 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .basic-hero {
        border-bottom: 20px solid #cc0035;
    }
    .basic-hero .sh-copy h2 {
        font-size: 40px;
        padding: 8% 0;
        margin: 10px 0 20px;
    }
    .simple-hero {
        border-bottom: 20px solid #cc0035;
    }
}
@media (min-width: 992px) {
    .basic-hero .sh-copy h2 {
        padding: 7% 0;
        margin: 5px 0 25px;
    }
}
@media (min-width: 1200px) {
    .basic-hero .sh-copy h2 {
        padding: 6% 0;
    }
}
.basic-hero .sh-copy h2 em {
    display: block;
    font-size: 24px;
}
.simple-hero {
    position: relative;
    padding: 1px 0;
    background-color: #cc0035;
}
.simple-hero .sh-pad {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.simple-hero .sh-pad .inner {
    padding-top: 55%;
}
@media (min-width: 768px) {
    .simple-hero .sh-pad .inner {
        padding-top: 38%;
    }
}
.simple-hero .sh-copy {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    z-index: 3;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.simple-hero .sh-copy h2 {
    margin: 10px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .simple-hero .sh-copy h2 {
        font-size: 40px;
        padding: 8% 0;
        margin: 10px 0 20px;
    }
}
@media (min-width: 992px) {
    .simple-hero .sh-copy h2 {
        padding: 7% 0;
        margin: 5px 0 25px;
    }
}
@media (min-width: 1200px) {
    .simple-hero .sh-copy h2 {
        font-size: 48px;
        padding: 6% 0;
    }
}
.simple-hero .sh-copy h2 em {
    display: block;
    font-size: 24px;
}
.hero-credit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
@media (min-width: 992px) {
    .hero-credit {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1280px) {
    .hero-credit {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.hero-credit .credit-wrap {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    text-align: right;
}
.hero-credit p {
    position: relative;
    display: inline-block;
    padding: 4px 14px 4px 22px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.hero-credit p i {
    display: none;
}
.hero-credit p:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.connect-social {
    position: relative;
    text-align: center;
}
.connect-social h2 {
    font-size: 24px;
    margin: 0;
    padding: 40px 0;
    line-height: 38px;
}
.connect-social a {
    color: #fff;
}
.connect-social a:active,
.connect-social a:focus,
.connect-social a:hover {
    color: #cc0035;
    text-decoration: none;
}
.connect-social .articon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    margin: 0 0 0 12px;
}
.connect-social .articon:before {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 36px;
}
.connect-social .breaker {
    display: block;
}
@media (min-width: 400px) {
    .connect-social .breaker {
        display: inline;
    }
}
footer {
    padding: 30px 0;
    background-color: #333;
}
@media (min-width: 768px) {
    footer {
        padding: 65px 0 45px;
    }
}
footer a {
    color: #ccc;
}
footer ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 8px;
}
footer ul li {
    font-size: 14px;
    color: #fff;
    padding: 0 0 8px;
}
footer ul li.ttl {
    font-weight: 700;
}
footer ul li.ttl a {
    color: #fff;
}
footer .ctc {
    position: relative;
    min-height: 50px;
    padding-left: 3px;
    padding-top: 46px;
}
footer .ctc:after,
footer .ctc:before {
    content: "";
    position: absolute;
    top: 0;
}
footer .ctc a {
    display: block;
}
footer .ctc:before {
    left: 0;
    top: 10px;
    width: 67px;
    height: 50px;
    background: url(/public/img/logos/footer_logoMini.png) no-repeat;
}
@media (min-width: 1200px) {
    footer .ctc {
        min-height: 70px;
        padding-left: 10px;
        padding-top: 75px;
    }
    footer .ctc:before {
        width: 147px;
        height: 60px;
        background-position: 0;
        background: url(/media/3121/dataarts_promostk_rgb_w.png) no-repeat;
        background-size: 140px;
    }
    footer .ctas .btn {
        font-size: 16px;
    }
}
footer .ctc:after {
    display: none;
    right: -20px;
    width: 1px;
    height: 100%;
    border-right: 1px solid #777;
}
@media (min-width: 775px) {
    footer .ctc:after {
        display: block;
        border: none;
    }
}
footer .ctas {
    width: 95%;
    max-width: 230px;
    margin: 12px 0;
    padding: 12px 0;
    border-top: 1px solid #777;
}
footer .ctas:after,
footer .ctas:before {
    content: " ";
    display: table;
}
footer .ctas:after {
    clear: both;
}
@media (min-width: 768px) {
    footer .ctas {
        text-align: center;
        padding: 5px;
        border-top: 0;
    }
}
footer .ctas .btn {
    float: none;
    margin-bottom: 5px;
    min-width: 100px;
}
@media (min-width: 1050px) {
    footer .ctas .btn {
        float: left;
    }
    footer .ctas .btn.btn-default {
        float: right;
    }
}
footer .copyright {
    font-size: 13px;
    color: #aaa;
    padding-top: 10px;
}
.newsletter-unit button,
.newsletter-unit input.txt {
    display: inline-block;
    background-color: transparent;
    color: #fff;
}
@media (min-width: 768px) {
    footer .copyright {
        padding-top: 85px;
    }
}
footer .copyright a {
    display: inline-block;
    margin: 0 4px;
}
.newsletter-unit {
    position: relative;
    text-align: center;
    padding: 60px 0;
    z-index: 2;
}
.newsletter-unit h2 {
    position: relative;
    margin: 0;
    padding: 70px 0 20px;
    font-size: 34px;
}
.newsletter-unit .mail-ico {
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 0;
    width: 52px;
    height: 52px;
}
.newsletter-unit input.txt {
    font-size: 20px;
    padding: 5px 10px;
    border: none;
    border-bottom: 2px solid #fff;
    width: 85%;
    max-width: 280px;
    outline: 0 !important;
}
.newsletter-unit button {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    touch-action: manipulation;
    background-image: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 32px;
    line-height: 1.6;
    padding: 8px;
    border: 0;
}
.newsletter-unit ::-webkit-input-placeholder {
    color: #fff;
}
.newsletter-unit :-moz-placeholder {
    color: #fff;
}
.newsletter-unit ::-moz-placeholder {
    color: #fff;
}
.newsletter-unit :-ms-input-placeholder {
    color: #fff;
}
.peek-flower.subscribe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.peek-flower.subscribe .flower {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, -90px);
    -ms-transform: translate(0, -90px);
    transform: translate(0, -90px);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
    .peek-flower.subscribe.transit .flower {
        -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
}
.peek-flower.report {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.peek-flower.report .flower {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, -90px);
    -ms-transform: translate(0, -90px);
    transform: translate(0, -90px);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.split-slides-unit {
    position: relative;
    background-color: #f3f1ef;
    margin-bottom: 8%;
}
@media (min-width: 1200px) {
    .split-slides-unit {
        margin-bottom: 5%;
    }
}
@media (min-width: 1800px) {
    .split-slides-unit {
        margin-bottom: 3%;
    }
}
.split-slides-unit ul.copy {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin: 0;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.split-slides-unit ul.copy:after,
.split-slides-unit ul.copy:before {
    content: " ";
    display: table;
}
.split-slides-unit ul.copy:after {
    clear: both;
}
.split-slides-unit ul.copy > li {
    float: left;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}
.split-slides-unit ul.copy > li .slide-pad {
    padding: 18% 0 14%;
}
.split-slides-unit ul.copy > li h2 {
    font-size: 24px;
    max-width: 500px;
    margin: 0 auto 20px;
}
@media (min-width: 768px) {
    .peek-flower.report.transit .flower {
        -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    .split-slides-unit ul.copy > li h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .split-slides-unit ul.copy > li h2 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .split-slides-unit ul.copy > li h2 {
        font-size: 32px;
    }
}
.split-slides-unit ul.copy > li h4 {
    font-size: 18px;
    margin: 0 0 4px;
}
@media (min-width: 768px) {
    .split-slides-unit ul.copy > li h4 {
        font-size: 20px;
    }
}
.split-slides-unit ul.copy > li p {
    color: #666;
    font-size: 15px;
    max-width: 99%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .split-slides-unit ul.copy > li p {
        max-width: 90%;
    }
}
@media (min-width: 992px) {
    .split-slides-unit ul.copy > li p {
        max-width: 85%;
    }
}
.split-slides-unit ul.copy > li .ctas {
    margin-top: 8%;
}
.split-slides-unit ul.copy > li .ctas .btn {
    margin: 0 6px 8px;
    padding: 8px 16px;
    font-weight: 700;
}
.split-slides-unit ul.copy > li.active {
    opacity: 1;
}
.split-slides-unit ul.copy.animatein {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.split-slides-unit ul.copy.animateout {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition:
        transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045),
        -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.split-slides-unit .image-slides {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 115%;
    z-index: 2;
}
.split-slides-unit .image-slides .i_slide {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition:
        -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045),
        opacity 350ms 350ms linear;
    -webkit-transition:
        opacity 350ms 350ms linear,
        -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition:
        opacity 350ms 350ms linear,
        -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition:
        transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045),
        opacity 350ms 350ms linear;
    transition:
        transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045),
        opacity 350ms 350ms linear,
        -webkit-transform 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.split-slides-unit .image-slides .i_slide.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1.2s linear;
    -webkit-transition:
        opacity 1.2s linear,
        -webkit-transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 1.2s linear,
        -webkit-transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1.2s linear;
    transition:
        transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 1.2s linear,
        -webkit-transform 1.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.split-slides-unit .image-slides .i_so {
    position: absolute;
    height: 94%;
    right: 0;
    bottom: 0;
}
.split-slides-unit .image-slides .i_so img {
    position: relative;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 2px 0 0 auto;
}
@media (min-width: 1500px) {
    .split-slides-unit .image-slides .i_so {
        width: 100%;
    }
    .split-slides-unit .image-slides .i_so img {
        margin: 8px 0 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.split-slides-unit .image-slides .i_so .voi {
    position: relative;
    cursor: pointer;
}
.split-slides-unit .image-slides .i_so .voi .play {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.split-slides-unit .image-slides .i_s {
    position: absolute;
    right: 10%;
    top: 0;
    width: 100%;
    height: 100%;
}
.split-slides-unit .image-slides .i_s .slant {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #cc0035;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-backface-visibility: hidden;
}
.split-slides-unit .image-slides .i_s img {
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    max-height: 100%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (min-width: 1500px) {
    .split-slides-unit .image-slides .i_s img {
        right: 50%;
        -webkit-transform: translate(60%, -50%);
        -ms-transform: translate(60%, -50%);
        transform: translate(60%, -50%);
    }
}
.split-slides-unit .image-slides .i_s.green .slant {
    background-color: #ec5766;
}
.split-slides-unit .image-slides .i_s.blue .slant {
    background-color: #354ca1;
}
.split-slides-unit .dot-nav {
    bottom: -45px;
    right: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .split-slides-unit .image-slides {
        display: block;
    }
    .split-slides-unit .dot-nav {
        width: 51%;
    }
}
@media (min-width: 1200px) {
    .split-slides-unit ul.copy > li p {
        max-width: 80%;
    }
    .split-slides-unit .dot-nav {
        width: 53%;
    }
}
.split-slides-unit .next-nav {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    opacity: 0.85;
    -webkit-transition: opacity 1s 0.5s linear;
    transition: opacity 1s 0.5s linear;
}
.split-slides-unit .next-nav span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #cc0035;
    border-right: 2px solid #cc0035;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sub-split-slides-unit {
    padding-top: 60px;
}
@media (min-width: 768px) {
    .split-slides-unit.transit ul.copy {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    .split-slides-unit.transit .image-slides .i_slide.active {
        opacity: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .split-slides-unit.transit .next-nav {
        opacity: 0;
    }
    .sub-split-slides-unit {
        padding-top: 40px;
    }
}
@media (min-width: 1200px) {
    .split-slides-unit .next-nav {
        display: block;
        right: 25px;
    }
    .sub-split-slides-unit {
        padding-top: 60px;
    }
}
.testimonial-unit {
    position: relative;
    padding-top: 1px;
}
.testimonial-unit .imagery {
    position: relative;
    margin-top: 40px;
    height: 520px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.testimonial-unit .imagery .tu-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 3px;
    max-width: 320px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}
.testimonial-unit .imagery .tu-credit p {
    position: relative;
    display: block;
    padding: 5px 12px 0 16px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.testimonial-unit .imagery .tu-credit p i {
    display: none;
}
.testimonial-unit .imagery .tu-credit p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.testimonial-unit .testimonial-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.testimonial-unit .testimonial {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 0;
    margin-left: -160px;
    width: 320px;
    height: 100%;
    background-color: #ceddcb;
    overflow: hidden;
    z-index: 2;
}
@media (min-width: 420px) {
    .testimonial-unit .testimonial {
        width: 400px;
        margin-left: -200px;
    }
}
@media (min-width: 768px) {
    .testimonial-unit .testimonial-wrap {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 1080px;
        z-index: 2;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .testimonial-unit .testimonial {
        left: 40px;
        margin-left: 0;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition:
            -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1s linear;
        -webkit-transition:
            opacity 1s linear,
            -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            opacity 1s linear,
            -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            transform 1s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1s linear;
        transition:
            transform 1s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1s linear,
            -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
}
@media (min-width: 992px) {
    .testimonial-unit .testimonial {
        left: 40px;
    }
}
@media (min-width: 1280px) {
    .testimonial-unit .testimonial {
        left: 0;
    }
}
.testimonial-unit .testimonial:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #c5d7c2;
    -webkit-transform: skewY(-54.5deg);
    -ms-transform: skewY(-54.5deg);
    transform: skewY(-54.5deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.testimonial-unit .testimonial-inner {
    position: relative;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.testimonial-unit .testimonial-inner h3 {
    font-size: 24px;
    margin: 50px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.testimonial-unit .testimonial-inner .para1 {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.testimonial-unit .testimonial-inner .para2 {
    font-size: 14px;
    padding: 20px 10px 0;
}
@media (min-width: 420px) {
    .testimonial-unit .testimonial-inner .para2 {
        font-size: 15px;
        padding-top: 26px;
    }
}
.testimonial-unit .avatar {
    position: relative;
    margin: 25px auto 0;
    width: 205px;
    height: 205px;
    border: 15px solid #fff;
    border-radius: 50%;
}
.testimonial-unit .avatar img {
    border-radius: 50%;
}
.testimonial-unit .avatar:after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 3px;
    border-color: #fff transparent transparent;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
}
.fifty-unit {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fifty-unit .imagery {
    position: relative;
}
.fifty-unit .copy {
    position: relative;
    margin-top: 40px;
}
.fifty-unit .copy p {
    color: #555;
}
@media (min-width: 768px) {
    .testimonial-unit.transit .testimonial {
        opacity: 0;
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }
    .fifty-unit .imagery {
        top: 50%;
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition:
            -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.5s linear;
        -webkit-transition:
            opacity 1.5s linear,
            -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            opacity 1.5s linear,
            -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.5s linear;
        transition:
            transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.5s linear,
            -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .fifty-unit .copy {
        top: 50%;
        max-width: 580px;
        margin: 0 auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .fifty-unit.transit .imagery {
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}
.get-started-unit {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #cc0035;
    z-index: 2;
}
.get-started-unit .cf {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 3;
}
.side-by-side-unit {
    position: relative;
    padding: 50px 0;
    background-color: #f3f1ef;
}
.side-by-side-unit .icon {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background-color: #cc0035;
    border-radius: 50%;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .side-by-side-unit {
        padding: 70px 0;
    }
    .side-by-side-unit .icon {
        float: left;
        margin: 0;
    }
}
.side-by-side-unit .icon svg {
    display: block;
    width: 170px;
    height: 170px;
}
.side-by-side-unit .copy {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 1200px) {
    .side-by-side-unit .copy {
        max-width: 600px;
        margin: 0 0 0 200px;
        text-align: left;
    }
    .side-by-side-unit .copy h2 {
        margin-top: 10px;
    }
}
.side-by-side-unit:after {
    display: none;
    content: "";
    top: 15%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 1px;
    height: 70%;
    border-right: 1px solid #dad9d4;
}
.box-image-unit .bi-credit p:before,
.txt-list3-unit .l_i:after,
.txt-list3-unit.angled:before {
    left: 0;
    content: "";
}
.single-icon-unit {
    position: relative;
    padding: 50px 0;
    background-color: #f3f1ef;
}
.single-icon-unit .icon {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background-color: #cc0035;
    border-radius: 50%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .side-by-side-unit:after {
        display: block;
    }
    .single-icon-unit .icon {
        float: left;
        margin: 0;
    }
}
.single-icon-unit .icon svg {
    display: block;
    width: 170px;
    height: 170px;
}
.single-icon-unit .copy {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.box-image-unit {
    background-color: #f3f1ef;
}
.box-image-unit .box-pad {
    padding: 15px 20px 20px;
}
@media (min-width: 768px) {
    .single-icon-unit .copy {
        max-width: 650px;
        margin: 0 0 0 200px;
        text-align: left;
    }
    .single-icon-unit .copy h2 {
        margin-top: 10px;
    }
    .box-image-unit .box-pad {
        padding: 16px 30px 30px;
    }
}
@media (min-width: 1200px) {
    .box-image-unit .box-pad {
        padding: 22px 36px 36px;
    }
}
.box-image-unit .box-pad h2 {
    line-height: 1.4;
}
.box-image-unit .bi-img {
    display: none;
}
@media (min-width: 768px) {
    .box-image-unit .bi-img {
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #cdccc5;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.box-image-unit .bi-img.brdr {
    border: 1px solid #eceae8;
    border-left-color: #f3f1ef;
}
.box-image-unit .bi-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 3px;
    max-width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}
.box-image-unit .bi-credit p {
    position: relative;
    display: block;
    padding: 5px 12px 0 16px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.box-image-unit .bi-credit p i {
    display: none;
}
.box-image-unit .bi-credit p:before {
    position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.txt-list3-unit {
    background-color: #f3f1ef;
}
.txt-list3-unit .l_i {
    position: relative;
    padding-top: 50px;
    color: #555;
}
.txt-list3-unit .l_i:after {
    position: absolute;
    top: 36px;
    width: 50px;
    height: 1px;
    border-top: 2px solid #cc0035;
}
.txt-list3-unit.angled {
    position: relative;
    margin-top: 36px;
    z-index: 1;
}
@media (min-width: 768px) {
    .txt-list3-unit.angled {
        margin-top: 5%;
    }
}
.txt-list3-unit.angled:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: inherit;
    z-index: 0;
    -webkit-transform: skewY(-6.5deg);
    -ms-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-unit .ac_i h2,
.accordion-unit .ac_tgl {
    position: relative;
    cursor: pointer;
}
.txt-list3-unit.angled.transit:before {
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.accordion-unit .ac_g {
    padding: 40px 0 80px;
    max-width: 800px;
}
.accordion-unit .ac_g.hasintros {
    padding: 30px 0 80px;
}
.accordion-unit .ac_i {
    padding: 24px 20px 30px 0;
    border-top: 1px solid #777;
}
.accordion-unit .ac_i:first-child {
    border-top: none;
}
.accordion-unit .hasintros .ac_i:first-child {
    border-top: 1px solid #777;
}
.accordion-unit .ac_wrap {
    display: none;
    overflow: hidden;
}
.accordion-unit .ac_ex {
    padding: 1px 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.accordion-unit .ac_tgl {
    display: block;
    width: 36px;
    height: 36px;
    color: #cc0035;
    border: 2px solid #cc0035;
    border-radius: 50%;
    overflow: hidden;
}
.accordion-unit .ac_tgl:after,
.accordion-unit .ac_tgl:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background-color: #cc0035;
}
.accordion-unit .ac_tgl:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition:
        transform 0.5s ease-out,
        -webkit-transform 0.5s ease-out;
}
.accordion-unit .active .ac_wrap {
    display: block;
}
.accordion-unit .active .ac_tgl:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.accordion-unit .render .ac_ex {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.accordion-unit.angled {
    position: relative;
    margin-top: 38px;
    z-index: 1;
}
@media (min-width: 768px) {
    .accordion-unit.angled {
        margin-top: 5%;
    }
}
@media (min-width: 1200px) {
    .accordion-unit.angled {
        margin-top: 6%;
    }
}
.accordion-unit.angled:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    z-index: 0;
    -webkit-transform: skewY(-6.5deg);
    -ms-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-unit.angled.transit:before {
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.accordion-unit.partners .ac_g {
    padding: 0;
    max-width: 1200px;
}
.accordion-unit.partners .ac_i {
    border-top: 1px solid #cdccc5;
}
.accordion-unit.partners .ac_i h2.ttl {
    padding-right: 40px;
}
@media (max-width: 767px) {
    .accordion-unit.partners .ac_i h2.ttl {
        font-size: 26px;
    }
}
.accordion-unit.partners .ac_i h2.ttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    background-color: #cc0035;
    -webkit-transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s linear;
    transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s linear;
}
.accordion-unit.partners .ac_i:first-child {
    padding-top: 0;
    border-top: none;
}
.accordion-unit.partners .ac_wrap {
    overflow: visible;
}
.accordion-unit.partners .ac_tgli {
    position: absolute;
    right: 5px;
    top: 0;
    width: 36px;
    height: 36px;
    color: #cc0035;
    border: 2px solid #cc0035;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.accordion-unit.partners .ac_tgli:after,
.accordion-unit.partners .ac_tgli:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background-color: #cc0035;
}
.accordion-unit.partners .ac_tgli:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition:
        transform 0.5s ease-out,
        -webkit-transform 0.5s ease-out;
}
.accordion-unit.partners .ac_i.active h2.ttl {
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.accordion-unit.partners .ac_i.active h2.ttl:after {
    width: 60px;
    opacity: 1;
}
.accordion-unit.partners .ac_i.active .ac_tgli:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.accordion-unit.partners .render .ac_ex {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.accordion-unit.partners .cta-box {
    overflow: hidden;
    position: relative;
    color: #fff;
    margin: 20px 0;
    padding: 30px 0;
    max-width: 380px;
    background-color: #ec5766;
    text-align: center;
}
@media (min-width: 992px) {
    .accordion-unit.partners .cta-box {
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .accordion-unit.partners .cta-box {
        margin-top: -20px;
    }
}
.accordion-unit.partners .cta-box p {
    position: relative;
    margin: 0;
    z-index: 2;
}
.accordion-unit.partners .cta-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ea4959;
    -webkit-transform: skewY(-22deg);
    -ms-transform: skewY(-22deg);
    transform: skewY(-22deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.small-accordion {
    padding: 20px 30px 30px;
    margin-top: 20px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .small-accordion {
        margin-top: 0;
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .small-accordion {
        margin-left: 20px;
    }
}
.small-accordion .sa_p {
    position: relative;
    padding: 14px 10px 0;
}
.small-accordion .sa_p .sa_t {
    position: relative;
    padding-bottom: 14px;
}
.small-accordion .sa_p .sa_t .sa_tgl {
    position: relative;
    color: #666;
    display: block;
    cursor: pointer;
    font-size: 18px;
    padding-right: 12px;
    -webkit-transition: color 0.6s linear;
    transition: color 0.6s linear;
}
.small-accordion .sa_p .sa_t .sa_tgl i {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #bcbbb1;
    border-right: 2px solid #bcbbb1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition:
        -webkit-transform 0.6s ease-out,
        border-color 0.6s linear;
    -webkit-transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
}
.small-accordion .sa_p .sa_t:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eceae8;
    -webkit-transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.8s linear;
    transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.8s linear;
}
.small-accordion .sa_p .sa_c {
    display: none;
    padding: 12px 0 6px;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.small-accordion .sa_p:first-child {
    border-top: none;
}
.small-accordion .sa_p.active .sa_t .sa_tgl {
    color: #333;
}
.small-accordion .sa_p.active .sa_t .sa_tgl i {
    border-color: #cc0035;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.small-accordion .sa_p.active .sa_t:after {
    width: 60px;
    background-color: #afa79e;
}
.small-accordion .sa_p.active .sa_c {
    display: block;
}
.small-accordion .sa_p.render .sa_c {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.content-2col-unit .first-column,
.full-width-content-unit {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.preview-list {
    position: relative;
    padding: 10px 10px 0;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .preview-list {
        margin-top: 0;
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .preview-list {
        margin-left: 20px;
    }
}
.preview-list ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #dad9d4;
    border-bottom: 0;
    border-radius: 4px;
}
.preview-list ul li {
    padding: 4px 12px;
    font-size: 14px;
    border-bottom: 1px solid #dad9d4;
    opacity: 0.9;
}
.preview-list ul li.ttl {
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #e94b6e;
}
.cb-fwi-unit .cb-fwi-credit p,
.full-width-image-unit .fwi-credit p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.preview-list .pl-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: url(/public/img/preview-bg.png) left bottom repeat-x;
}
.full-width-content-unit {
    position: relative;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    -webkit-transition:
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    transition:
        transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.content-2col-unit .first-column,
.full-width-image-unit {
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
}
.full-width-content-unit.transit {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.content-2col-unit .first-column {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.content-2col-unit .second-column {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.7s 0.2s linear;
    -webkit-transition:
        opacity 0.7s 0.2s linear,
        -webkit-transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.7s 0.2s linear,
        -webkit-transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.7s 0.2s linear;
    transition:
        transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.7s 0.2s linear,
        -webkit-transform 0.9s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.content-2col-unit .divided {
    position: relative;
}
.content-2col-unit .divided:after {
    display: none;
    content: "";
    position: absolute;
    top: 4%;
    width: 1px;
    height: 92%;
    border-right: 1px solid #dad9d4;
}
.content-2col-unit .d-2:after {
    left: 16%;
}
.content-2col-unit .d-3:after {
    left: 24.5%;
}
.content-2col-unit .d-4:after {
    left: 32.8%;
}
.content-2col-unit .d-5:after {
    left: 41%;
}
.content-2col-unit .d-6:after {
    left: 49.5%;
}
.content-2col-unit .d-7:after {
    left: 57.8%;
}
.content-2col-unit .d-8:after {
    left: 66%;
}
.content-2col-unit .d-9:after {
    left: 74.5%;
}
.content-2col-unit .d-10:after {
    left: 82.8%;
}
.cb-fwi-unit .cb-fwi-credit p:before,
.full-width-image-unit .fwi-credit p:before {
    content: "";
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
@media (min-width: 768px) {
    .content-2col-unit .rte {
        padding-right: 20px;
    }
    .content-2col-unit .divided:after {
        display: block;
    }
    .content-2col-unit.transit .first-column {
        opacity: 0;
        -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    .content-2col-unit.transit .second-column {
        opacity: 0;
        -webkit-transform: translate(0, -120px);
        -ms-transform: translate(0, -120px);
        transform: translate(0, -120px);
    }
}
.full-width-image-unit {
    position: relative;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-width-image-unit .fwi-credit {
    padding-top: 1px;
}
.full-width-image-unit .fwi-credit p {
    position: relative;
    text-align: left;
    display: block;
    padding: 6px 12px 0 16px;
}
.full-width-image-unit .fwi-credit p i {
    display: none;
}
.full-width-image-unit .fwi-credit p:before {
    position: absolute;
}
.full-width-image-unit .captioned-img {
    position: relative;
    display: inline-block;
}
.full-width-image-unit.transit {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.cb-fwi-unit {
    position: relative;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cb-fwi-unit .cb-fwi-credit {
    padding-top: 1px;
}
.cb-fwi-unit .cb-fwi-credit p {
    position: relative;
    display: block;
    padding: 6px 12px 0 16px;
}
.cb-fwi-unit .cb-fwi-credit p i {
    display: none;
}
.cb-fwi-unit .cb-fwi-credit p:before {
    position: absolute;
}
.cb-fwi-unit .cb-fwi-credit.abs {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-left: 7px;
    padding-bottom: 2px;
    max-width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}
.cb-fwi-unit .cb-fwi-credit.abs p {
    color: #000;
}
.cb-fwi-unit.transit {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.full-width-callout-unit {
    position: relative;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    -webkit-transition:
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear;
    transition:
        transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.8s linear,
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-width-callout-unit .rte:after,
.full-width-callout-unit .rte:before {
    content: " ";
    display: table;
}
.full-width-callout-unit .rte:after {
    clear: both;
}
.full-width-callout-unit .mquote {
    float: right;
    width: 200px;
    padding: 10px 2px;
    margin-top: 28px;
    margin-left: 25px;
    border-top: 3px solid #cc0035;
}
@media (max-width: 600px) {
    .full-width-callout-unit .mquote {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
.full-width-callout-unit .mquote p {
    font-size: 18px;
    position: relative;
}
.full-width-callout-unit .mquote .mauthor {
    display: block;
    text-align: left;
    color: #555;
    font-size: 13px;
}
.full-width-callout-unit .marked {
    position: relative;
    padding-top: 36px;
}
.full-width-callout-unit .marked:before {
    content: "\201C";
    font-family: Georgia, serif;
    opacity: 0.5;
    color: #777;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 2px;
}
.full-width-callout-unit.transit {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.full-width-video-unit {
    position: relative;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-width-video-unit.transit {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
}
.event-carousel {
    padding: 0 20px;
}
.event-carousel .ec_i {
    width: 33.33%;
    min-width: 280px;
    min-height: 100px;
    padding: 0 10px;
}
.event-carousel .ec_i time {
    display: block;
    font-family: Tiempos, Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .event-carousel .ec_i {
        padding: 0 20px;
        min-width: 360px;
    }
    .event-carousel .ec_i time {
        float: left;
        width: 70px;
        text-align: center;
        font-size: 30px;
    }
}
.event-carousel .ec_i time span {
    display: inline-block;
    padding-right: 4px;
    font-family: GTAmerican, Arial, sans-serif;
    font-size: 14px;
}
.cb-accordion-unit .small-accordion .sa_p .sa_t .sa_tgl,
.data-table-unit .give-cats li.ttl,
.news-list .date .two {
    font-family: Tiempos, Georgia, serif;
}
.event-carousel .ec_d {
    position: relative;
}
@media (min-width: 768px) {
    .event-carousel .ec_i time span {
        display: block;
        padding-right: 0;
    }
    .event-carousel .ec_d {
        margin-left: 80px;
        padding-left: 25px;
        border-left: 1px solid #dad9d4;
    }
}
.event-carousel .ec_d p {
    color: #555;
}
.comment-unit {
    margin-left: -25px;
    margin-right: -25px;
    padding: 5px 25px 15px;
    background-color: #f6f5f3;
}
.cb-blocks-unit {
    overflow: hidden;
}
.cb-blocks-unit .cbu-copy {
    position: relative;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .cb-blocks-unit .cbu-copy {
        top: 50%;
        -webkit-transform: translate(0, -55%);
        -ms-transform: translate(0, -55%);
        transform: translate(0, -55%);
        padding-top: 1px;
        padding-right: 15px;
    }
}
.cb-blocks-unit .cbu-copy:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #555;
}
.cb-blocks-unit .cbu-img {
    position: relative;
    margin-bottom: 10px;
}
.cb-blocks-unit .cbu-img .cbu-credit {
    padding-top: 1px;
    text-align: center;
}
.cb-blocks-unit .cbu-img .cbu-credit p {
    position: relative;
    display: inline-block;
    padding: 4px 12px 0 16px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 768px) {
    .cb-blocks-unit .cbu-copy:before {
        top: 0;
    }
    .cb-blocks-unit .cbu-img {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-bottom: 0;
    }
    .cb-blocks-unit .cbu-img .cbu-credit {
        text-align: left;
    }
    .cb-blocks-unit .cbu-img .cbu-credit p {
        display: block;
    }
    .cb-blocks-unit .cbu-img.isl {
        padding-right: 10px;
    }
}
.cb-blocks-unit .cbu-img .cbu-credit p i {
    display: none;
}
.cb-blocks-unit .cbu-img .cbu-credit p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.cb-ipc-unit .cipc-copy:before,
.cb-linklist-unit ul li.outer ul:before {
    width: 60px;
    height: 1px;
    content: "";
    left: 0;
}
.cb-ipc-unit .cipc-copy {
    position: relative;
    padding-top: 10px;
}
.cb-ipc-unit .cipc-copy:before {
    position: absolute;
    top: 10px;
    background-color: #555;
}
.cb-ipc-unit .cipc-img {
    position: relative;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .cb-ipc-unit .cipc-copy:before {
        top: 0;
    }
    .cb-ipc-unit .cipc-img {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-bottom: 0;
    }
}
.cb-ipc-unit .box-image-unit {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -40px;
    margin-right: -40px;
}
.cb-ipc-unit .box-image-unit .box-pad {
    padding: 15px 20px 20px;
}
@media (min-width: 1200px) {
    .cb-ipc-unit .box-image-unit .box-pad {
        padding: 16px 24px 30px;
    }
}
.cb-linklist-unit ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.cb-linklist-unit ul li.outer {
    padding: 20px 36px;
    border-top: 1px solid #eceae8;
}
.job-list .bp .clps,
.job-list .jl ul {
    border-top: 1px solid #fff;
    list-style: none;
}
.cb-linklist-unit ul li.outer .ttl {
    display: block;
    position: relative;
    font-size: 24px;
    padding-bottom: 15px;
}
.cb-linklist-unit ul li.outer ul {
    position: relative;
    padding-left: 90px;
}
.cb-linklist-unit ul li.outer ul > li {
    display: inline-block;
    padding-right: 26px;
    font-size: 16px;
}
.cb-linklist-unit ul li.outer ul > li a.arrowed .articon {
    right: -8px;
}
.cb-linklist-unit ul li.outer ul:before {
    position: absolute;
    top: 12px;
    background-color: #aaa;
}
.profiles-unit {
    position: relative;
    padding-top: 5px;
    margin-top: 25px;
}
.profiles-unit .pup {
    max-width: 280px;
    margin: 30px 0 0;
}
@media (min-width: 768px) {
    .profiles-unit .pup {
        margin: 30px auto 0;
    }
}
@media (min-width: 1200px) {
    .profiles-unit .pup {
        max-width: 260px;
    }
}
.profiles-unit .pup .pup-img {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}
.profiles-unit .pup .pup-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-backface-visibility: hidden;
}
.profiles-unit .pup h4 {
    margin: 5px 0 0;
    font-size: 20px;
}
.profiles-unit .pup .board {
    position: relative;
    display: block;
    color: #838070;
    font-size: 16px;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profiles-unit .pup .board:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #838070;
    opacity: 0.7;
}
.profiles-unit .pup p {
    padding-left: 10px;
}
.profiles-unit .pup .desc {
    margin: 0;
    padding: 10px;
    font-size: 13px;
}
.profiles-unit .pup a.arrowed {
    outline: 0 !important;
}
.profiles-unit h3.div {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 1px;
    color: #838070;
}
.profiles-unit h3.div:after,
.profiles-unit:before {
    position: absolute;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
}
.profiles-unit h3.div:after {
    bottom: 0;
    background-color: #838070;
    opacity: 0.7;
}
.profiles-unit:before {
    top: 0;
    background-color: #555;
}
.profiles-unit.noline {
    margin-top: 1px;
    padding-top: 1px;
}
.profiles-unit.noline:before {
    display: none;
}
.job-list {
    position: relative;
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -40px;
    margin-right: -40px;
    background-color: #f3f1ef;
}
.job-list .main-row {
    position: relative;
    z-index: 2;
}
.job-list .bp {
    padding: 15px 20px 25px;
}
.job-list .bp .clps {
    position: relative;
    padding-left: 0;
    padding-top: 8px;
}
.job-list .bp .clps li {
    padding-right: 16px;
    padding-bottom: 2px;
}
.job-list .bp .clps li .ttl {
    display: block;
    font-weight: 600;
}
.job-list .bp .clps li .desc {
    display: none;
    font-size: 13px;
    opacity: 0.8;
}
.job-list .bp .clps li .clps-tgl {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    color: #838070;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}
.job-list .bp .clps li .clps-tgl:after,
.job-list .bp .clps li .clps-tgl:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    width: 12px;
    height: 2px;
    background-color: #838070;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition:
        transform 0.5s ease-out,
        -webkit-transform 0.5s ease-out;
}
.job-list .bp .clps li .clps-tgl:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.job-list .bp .clps li.tw {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0;
}
.job-list .bp .clps.open li {
    padding-bottom: 5px;
}
.job-list .bp .clps.open li .ttl {
    padding-bottom: 2px;
}
.job-list .bp .clps.open li .desc {
    display: block;
}
.job-list .bp .clps.open li .clps-tgl:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.job-list .bp .clps.open li .clps-tgl:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.job-list .jl {
    padding: 15px 20px 25px 40px;
    margin-left: -20px;
    margin-right: -20px;
    color: #fff;
    background-color: #ec5766;
}
.job-list .jl h2,
.job-list .jl h3,
.job-list .jl h4 {
    color: #fff;
}
.job-list .jl ul {
    padding-left: 0;
    margin: 35px 0 20px;
    border-top-color: rgba(255, 255, 255, 0.2);
}
.job-list .jl ul li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.job-list .jl ul li a.arrowed {
    display: block;
    color: #fff;
    font-size: 20px;
    opacity: 0.9;
    padding-right: 24px;
}
.job-list .jl ul li a.arrowed .articon {
    right: 10px;
    top: 5px;
}
.job-list .jl ul li .desc {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}
.job-list .jl-credit p,
.link-list-unit .link-list-wrap .llwi-credit p {
    font-size: 13px;
    color: #000;
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.job-list .bg-column {
    display: none;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ec5766;
    z-index: -1;
}
@media (min-width: 768px) {
    .job-list .bg-column {
        display: block;
    }
}
.job-list .jl-img {
    display: none;
}
@media (min-width: 768px) {
    .job-list .jl-img {
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.job-list .jl-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 3px;
    max-width: 320px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}
.job-list .jl-credit p {
    position: relative;
    display: block;
    padding: 5px 12px 0 16px;
    margin: 0;
}
.job-list .jl-credit p i,
.link-list-unit .link-list-wrap .llwi {
    display: none;
}
.job-list .jl-credit p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.link-list-unit {
    position: relative;
}
.link-list-unit .link-list-wrap {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -40px;
    margin-right: -40px;
}
.link-list-unit .link-list-wrap .row {
    position: relative;
    margin-top: 5px;
    background-color: #fff;
}
.link-list-unit .link-list-wrap .inner {
    padding: 30px 20px 40px;
}
@media (min-width: 768px) {
    .link-list-unit .link-list-wrap {
        background-color: #fff;
    }
    .link-list-unit .link-list-wrap .row {
        margin-top: 0;
        background-color: transparent;
    }
    .link-list-unit .link-list-wrap .inner {
        min-height: 240px;
    }
    .link-list-unit .link-list-wrap .llwi {
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #dad9d4;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.link-list-unit .link-list-wrap .llwi-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 3px;
    max-width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}
.link-list-unit .link-list-wrap .llwi-credit p {
    position: relative;
    display: block;
    padding: 5px 12px 0 16px;
    margin: 0;
}
.link-list-unit .link-list-wrap .llwi-credit p i {
    display: none;
}
.link-list-unit .link-list-wrap .llwi-credit p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
@media (min-width: 768px) {
    .link-list-unit .link-list-wrap .isleft {
        right: auto;
        left: 0;
    }
}
.link-list-unit .link-list-wrap ul.ll {
    list-style: none;
    margin: 20px 0 0;
    position: relative;
    padding-left: 60px;
}
.link-list-unit .link-list-wrap ul.ll > li {
    display: inline-block;
    padding-right: 26px;
    font-size: 16px;
}
.link-list-unit .link-list-wrap ul.ll > li a.arrowed .articon {
    right: -8px;
}
.link-list-unit .link-list-wrap ul.ll:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 45px;
    height: 1px;
    background-color: #aaa;
}
.link-list-unit .link-list-wrap.tanned,
.news-list .date {
    background-color: #f3f1ef;
}
.news-list ul {
    padding-left: 0;
    list-style: none;
    margin: 20px 0 0;
}
.news-list li {
    position: relative;
    padding: 10px 0 40px;
}
.news-list .date {
    position: absolute;
    left: 0;
    top: 22px;
    width: 78px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.angle-stripe:before,
.angle-top-stripe:before,
.news-list .date:after,
.org-search .osbg:after,
.post-box .pb-img,
.post-box .pb-img img {
    -webkit-backface-visibility: hidden;
}
.news-list .date .one {
    display: block;
    font-size: 12px;
    padding-top: 10px;
}
.news-list .date .two {
    display: block;
    font-size: 32px;
    margin-top: -4px;
    padding-bottom: 20px;
}
.news-list .date:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.news-list .inner {
    margin-left: 106px;
}
.news-list .inner h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-list .inner h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #cdccc5;
}
.cb-map-unit {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}
.cb-map-unit .gmap {
    height: 250px;
    background-color: #f3f1ef;
}
@media (min-width: 768px) {
    .cb-map-unit {
        margin-left: -40px;
        margin-right: -40px;
    }
    .cb-map-unit .gmap {
        height: 350px;
    }
}
@media (min-width: 992px) {
    .cb-map-unit .gmap {
        height: 450px;
    }
}
.cb-map-unit .gmap-dir {
    padding: 5px;
    text-align: center;
    background-color: #eceae8;
}
.grant-maker-tabs .tab-pane {
    padding: 10px;
    background-color: #fff;
}
.data-table-unit {
    font-size: 14px;
    padding: 5px 20px;
    background-color: #fff;
    max-height: 1100px;
    overflow: auto;
}
.data-table-unit .table tbody tr td.tbr {
    text-align: right;
    border-right: 1px solid #eee;
}
.data-table-unit .table tbody tr td.tdlnk,
.data-table-unit .table tbody tr td.tdph {
    text-align: center;
    border-left: 1px solid #eee;
}
.data-table-unit .table tbody tr td.tdph i {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.data-table-unit .table tbody tr td.pcattd {
    font-weight: 600;
    font-size: 16px;
}
.data-table-unit .table tbody tr td.pcat1 {
    color: #cc0035;
}
.data-table-unit .table tbody tr td.pcat2 {
    color: #ec5766;
}
.data-table-unit .table tbody tr td.pcat3 {
    color: #e94b6e;
}
.data-table-unit .table tbody tr td.pcat4 {
    color: #354ca1;
}
.data-table-unit .table tbody tr td.pcat5 {
    color: #742776;
}
.data-table-unit .table tbody tr td.pcat6 {
    color: #afa79e;
}
.data-table-unit .table tbody tr td.pcat7 {
    color: #f0ad4e;
}
.data-table-unit .give-cats {
    padding-left: 0;
    list-style: none;
    margin: 10px 0 0;
    background-color: #f3f1ef;
}
.data-table-unit .give-cats li {
    padding: 4px 8px;
    border-bottom: 1px solid #eceae8;
}
.data-table-unit .give-cats li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
}
.data-table-unit .give-cats li.ttl {
    padding-top: 5px;
    color: #fff;
    background-color: #838070;
    border-bottom: none;
}
.data-table-unit .give-cats li.ttl:before {
    display: none;
}
.data-table-unit .cat1 i,
.data-table-unit .cat1:before {
    background-color: #cc0035;
}
.data-table-unit .cat2 i,
.data-table-unit .cat2:before {
    background-color: #ec5766;
}
.data-table-unit .cat3 i,
.data-table-unit .cat3:before {
    background-color: #e94b6e;
}
.data-table-unit .cat4 i,
.data-table-unit .cat4:before {
    background-color: #354ca1;
}
.data-table-unit .cat5 i,
.data-table-unit .cat5:before {
    background-color: #742776;
}
.data-table-unit .cat6 i,
.data-table-unit .cat6:before {
    background-color: #afa79e;
}
.data-table-unit .cat7 i,
.data-table-unit .cat7:before {
    background-color: #f0ad4e;
}
.data-table-unit.infinite {
    max-height: none;
    overflow: visible;
}
.cb-accordion-unit .small-accordion {
    padding: 5px 10px 20px;
    margin-top: 0;
}
@media (min-width: 1200px) {
    .cb-accordion-unit .small-accordion {
        margin-left: 0;
    }
}
.cb-accordion-unit .small-accordion .sa_p {
    position: relative;
    padding: 14px 10px 0;
}
.cb-accordion-unit .small-accordion .sa_p .sa_t {
    position: relative;
    padding-bottom: 14px;
}
.cb-accordion-unit .small-accordion .sa_p .sa_t .sa_tgl {
    position: relative;
    color: #cc0035;
    display: block;
    cursor: pointer;
    font-size: 18px;
    padding-right: 12px;
    -webkit-transition: color 0.6s linear;
    transition: color 0.6s linear;
}
.cb-accordion-unit .small-accordion .sa_p .sa_t .sa_tgl i {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #bcbbb1;
    border-right: 2px solid #bcbbb1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition:
        -webkit-transform 0.6s ease-out,
        border-color 0.6s linear;
    -webkit-transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
}
.cb-accordion-unit .small-accordion .sa_p .sa_t:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dad9d4;
    -webkit-transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.8s linear;
    transition:
        width 1s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.8s linear;
}
.cb-accordion-unit .small-accordion .sa_p .sa_c {
    display: none;
    padding: 16px 0 6px;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cb-accordion-unit .small-accordion .sa_p:first-child {
    border-top: none;
}
.cb-accordion-unit .small-accordion .sa_p.active .sa_t .sa_tgl {
    color: #333;
}
.cb-accordion-unit .small-accordion .sa_p.active .sa_t .sa_tgl i {
    border-color: #cc0035;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cb-accordion-unit .small-accordion .sa_p.active .sa_t:after {
    width: 60px;
    background-color: #afa79e;
}
.cb-accordion-unit .small-accordion .sa_p.active .sa_c {
    display: block;
}
.cb-accordion-unit .small-accordion .sa_p.render .sa_c {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.cb-accordion-unit.has-bg-color {
    padding: 20px;
}
@media (max-width: 767px) {
    .ctc-list-wrap .small-accordion {
        padding: 20px 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ctc-list-wrap .small-accordion {
        padding: 20px 0 30px 10px;
    }
}
.ctc-list-wrap .small-accordion .sa_p.active .sa_t .sa_tgl {
    font-size: 22px;
}
.ctc-form-wrap .form-group {
    padding: 5px 0;
}
.ctc-form-wrap .form-control {
    width: 100%;
    height: 48px;
    font-size: 16px;
}
.ctc-form-wrap textarea.form-control {
    height: auto;
}
.ctc-form-wrap label {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}
.ctc-form-wrap .field-validation-error {
    display: block;
    padding-bottom: 4px;
    margin-top: -5px;
    font-size: 13px;
    color: #e94b6e;
}
.ctc-map-wrap {
    overflow: hidden;
}
.ctc-map-wrap .gmap {
    height: 300px;
    background-color: #f3f1ef;
}
@media (min-width: 768px) {
    .ctc-map-wrap .gmap {
        height: 500px;
    }
}
@media (min-width: 992px) {
    .cb-accordion-unit .small-accordion {
        margin-left: 0;
    }
    .ctc-map-wrap .gmap {
        height: 650px;
    }
}
.ctc-map-wrap .gmap-dir {
    padding: 5px;
    text-align: center;
    background-color: #eceae8;
}
.ctc-map-wrap:before {
    display: none;
    content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    z-index: 10;
    -webkit-transform: skewX(0) skewY(-6deg);
    -ms-transform: skewX(0) skewY(-6deg);
    transform: skewX(0) skewY(-6deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
@media (min-width: 768px) {
    .ctc-map-wrap:before {
        display: block;
    }
}
.login-form-wrap {
    margin-top: 30px;
    padding: 5px 25px 30px;
    border: 1px solid #dad9d4;
    border-top-width: 6px;
    border-top-color: #e94b6e;
}
.login-form-wrap h3 {
    color: #e94b6e;
}
.signup-unit {
    position: relative;
    border-bottom: 1px solid #eceae8;
    overflow: hidden;
}
.signup-unit .rte .bigger {
    font-size: 18px;
}
.signup-unit .svg_g {
    display: block;
    margin-bottom: 32px;
    width: 112px;
    height: 112px;
    border: 6px solid #eceae8;
    background-color: #f3f1ef;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
.signup-unit .over-blue .svg_g {
    background-color: #354ca1;
}
.signup-unit .over-pink .svg_g {
    background-color: #e94b6e;
}
.signup-unit .over-purple .svg_g {
    background-color: #742776;
}
.signup-unit .sign-image {
    display: none;
}
@media (min-width: 768px) {
    .signup-unit .sign-image {
        display: block;
        position: absolute;
        left: 51%;
        top: 50%;
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition:
            -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.2s linear;
        -webkit-transition:
            opacity 1.2s linear,
            -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            opacity 1.2s linear,
            -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition:
            transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.2s linear;
        transition:
            transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 1.2s linear,
            -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .signup-unit .sign-image.left {
        left: auto;
        right: 60%;
    }
    .signup-unit.transit .sign-image {
        opacity: 0;
        -webkit-transform: translate(200px, -50%);
        -ms-transform: translate(200px, -50%);
        transform: translate(200px, -50%);
    }
    .signup-unit.transit .sign-image.left {
        -webkit-transform: translate(-200px, -50%);
        -ms-transform: translate(-200px, -50%);
        transform: translate(-200px, -50%);
    }
}
.small-tabby-accordion {
    padding: 0 0 4px;
    margin-bottom: 4px;
    background-color: #fff;
}
.small-tabby-accordion .sa_p {
    position: relative;
    padding: 0;
}
.small-tabby-accordion .sa_p .sa_t {
    position: relative;
    padding-bottom: 0;
}
.small-tabby-accordion .sa_p .sa_t .sa_tgl {
    position: relative;
    color: #333;
    display: block;
    cursor: pointer;
    font-family: GTAmerican, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-right: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eceae8;
    -webkit-transition: color 0.6s linear;
    transition: color 0.6s linear;
}
.org-results p.result-counts,
.out-grid .reports-states li,
.stats-area .stats-box .stat,
.stats-area .tab-content .chart-title {
    font-family: Tiempos, Georgia, serif;
}
.small-tabby-accordion .sa_p .sa_t .sa_tgl i {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #bcbbb1;
    border-right: 2px solid #bcbbb1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition:
        -webkit-transform 0.6s ease-out,
        border-color 0.6s linear;
    -webkit-transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear;
    transition:
        transform 0.6s ease-out,
        border-color 0.6s linear,
        -webkit-transform 0.6s ease-out;
}
.small-tabby-accordion .sa_p .sa_c {
    display: none;
    padding: 0 0 6px;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition:
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear;
    transition:
        transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.6s linear,
        -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.small-tabby-accordion .sa_p:first-child {
    border-top: none;
}
.small-tabby-accordion .sa_p.active .sa_t .sa_tgl {
    color: #333;
    border-bottom-color: #ddd;
}
.small-tabby-accordion .sa_p.active .sa_t .sa_tgl i {
    margin-top: -6px;
    border-color: #cc0035;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.small-tabby-accordion .sa_p.active .sa_c {
    display: block;
}
.small-tabby-accordion .sa_p.render .sa_c {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.org-search {
    position: relative;
    padding: 20px;
    color: #555;
    overflow: hidden;
    background-color: #f3f1ef;
    margin: 30px -20px 40px;
}
@media (min-width: 768px) {
    .org-search {
        margin-top: 20px;
        background-color: transparent;
    }
    .org-search h3 {
        max-width: 210px;
    }
}
.org-search .osbg,
.org-search h3:before {
    background-color: #ec5766;
    position: absolute;
}
@media (min-width: 992px) {
    .org-search {
        margin-bottom: 15px;
    }
}
.org-search .row {
    position: relative;
    z-index: 2;
}
.org-search h3 {
    position: relative;
    margin-top: 15px;
    padding-top: 26px;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .org-search h3 {
        font-size: 26px;
    }
}
.org-search h3:before {
    content: "";
    top: 0;
    left: 0;
    width: 80px;
    height: 2px;
}
.org-search .orgcount {
    display: block;
    font-size: 40px;
}
.org-search .orgtype {
    display: block;
    margin-top: -10px;
}
.org-search .form-group-area {
    padding-top: 20px;
}
@media (min-width: 768px) {
    .org-search .form-group-area {
        padding-top: 46px;
        padding-right: 30px;
    }
    .org-search .form-group-area label {
        color: #fff;
    }
}
@media (min-width: 1200px) {
    .org-search .form-group-area {
        padding-top: 50px;
    }
}
.org-search .osbg {
    display: none;
    width: 65.5%;
    height: 100%;
    right: 20px;
    top: 40px;
    z-index: 1;
}
.org-search .osbg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200%;
    z-index: 1;
    background-color: #ea4959;
    opacity: 0.6;
    -webkit-transform: skewY(-19.5deg);
    -ms-transform: skewY(-19.5deg);
    transform: skewY(-19.5deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.org-results {
    position: relative;
    margin-bottom: 60px;
}
.org-results .table > tbody > tr > td {
    border-top-color: #eceae8;
}
.org-results .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f8f7;
}
.org-results .table > thead > tr > th {
    border-bottom-color: #eceae8;
}
.org-results th {
    color: #ec5766;
    font-weight: 600;
    font-size: 13px;
}
.org-results p.result-counts {
    position: relative;
    padding: 10px 0 15px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.org-results p.result-counts:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #afa79e;
}
.org-results.preview:after,
.out-grid .reports-states:after {
    content: "";
    left: 0;
    z-index: 2;
}
.org-results.preview:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url(/public/img/preview-white-bg.png) bottom left repeat-x;
}
.asm-bgwhite {
    background-color: #fff;
}
.asm-bgtanf {
    background-color: #f3f1ef;
}
.asm-bgtane {
    background-color: #eceae8;
}
.asm-bgorange {
    background-color: #cc0035;
}
.asm-bggreen {
    background-color: #ec5766;
}
.asm-bgblue {
    background-color: #354ca1;
}
.asm-bgpink {
    background-color: #e94b6e;
}
.asm-bgpurple {
    background-color: #742776;
}
.asm-bt {
    border-top: 1px solid #ddd;
}
.asm-bb {
    border-bottom: 1px solid #ddd;
}
.out-grid {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #f3f1ef;
}
.out-grid .ogflex-copy {
    padding: 20px 20px 40px;
}
@media (min-width: 768px) {
    .org-search .osbg {
        display: block;
    }
    .out-grid {
        margin-left: -40px;
        margin-right: -40px;
    }
    .out-grid .ogflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .out-grid .ogflex-copy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 40px;
        padding-right: 30px;
    }
    .out-grid .ogflex-element {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 1200px) {
    .out-grid {
        margin-left: -80px;
        margin-right: -80px;
    }
    .out-grid .ogflex-copy {
        padding-left: 80px;
        padding-right: 70px;
    }
}
.out-grid .ogflex-element {
    padding: 30px 20px;
    background-color: #ec5766;
}
@media (min-width: 1200px) {
    .out-grid .ogflex-element .ctc-form-wrap {
        padding: 10px 20px;
    }
}
.out-grid .reports-states {
    position: relative;
    padding-left: 0;
    list-style: none;
    height: 105px;
    overflow: hidden;
    text-align: center;
}
.out-grid .reports-states li {
    display: inline-block;
    text-align: left;
    width: 58px;
    height: 70px;
    margin: 0 12px 12px 0;
    padding-top: 34px;
    padding-left: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: url(/public/img/reporticon.png) no-repeat;
}
.banner-cta,
.banner-cta-list,
.cta_csvg,
.ctabutton,
.dot-nav,
.dot-nav a {
    text-align: center;
}
.out-grid .reports-states:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/public/img/greengrad.png) left bottom repeat-x;
}
.header-wrap,
.max-wrap,
.slim-wrap {
    position: relative;
    width: 100%;
}
#content-base {
    overflow: hidden;
    padding-top: 52px;
    background-color: #fff;
}
@media (min-width: 768px) {
    #content-base {
        padding-top: 91px;
    }
}
@media (min-width: 1090px) {
    #content-base {
        padding-top: 109px;
    }
    #content-base.landing {
        padding-top: 0;
    }
}
#content-base.landing {
    padding-top: 0;
}
.header-wrap {
    max-width: 1380px;
    margin: 0 auto;
}
.max-wrap {
    max-width: 1500px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .max-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1280px) {
    .max-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.slim-wrap {
    max-width: 1280px;
    margin: 0 auto;
}
.thin-wrap,
.thin-wrap-ng {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 992px) {
    .slim-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1280px) {
    .slim-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.thin-env {
    padding: 0;
}
@media (min-width: 768px) {
    #content-base.landing {
        padding-top: 0;
    }
    .thin-env {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .thin-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1280px) {
    .thin-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.fw {
    position: relative;
    width: 100%;
}
.fw_g {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #ec5766;
}
.fw_o {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #cc0035;
}
.fw_tf {
    position: relative;
    width: 100%;
    background-color: #f3f1ef;
}
.fw_bordered {
    position: relative;
    width: 100%;
    border-top: 18px solid #cc0035;
}
.rte img {
    display: block;
    max-width: 100%;
    height: auto;
}
.rte ul {
    list-style: none;
    padding: 0 1.2em 0 1.3em;
}
.rte ul li {
    padding: 1px 0;
}
.rte ul li:before {
    content: "\2022";
    color: #cc0035;
    display: block;
    height: 0;
    width: 0;
    left: -1.1em;
    position: relative;
}
.angle-stripe:before,
.footnote-credit:before {
    content: "";
    left: 0;
    top: 0;
}
.rte ul ol li {
    padding-left: 5px;
}
.rte ul ol li:before {
    content: "";
    display: none;
}
.cta_csvg .svg_h,
.ctabutton,
.dot-nav a {
    display: inline-block;
}
.ctabutton {
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    min-width: 160px;
    cursor: pointer;
    border: 1px solid #cc0035;
    color: #fff;
    background-color: #cc0035;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.ctabutton a {
    color: #fff;
    text-decoration: none !important;
}
.cta_csvg {
    max-width: 280px;
    margin: 0 auto;
}
.cta_csvg .svg_h {
    background-color: #f3f1ef;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition:
        -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s linear;
    -webkit-transition:
        background-color 0.4s linear,
        -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        background-color 0.4s linear,
        -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s linear;
    transition:
        transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s linear,
        -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.cta_csvg h2 {
    font-size: 24px;
}
@media (min-width: 768px) {
    .cta_csvg h2 {
        font-size: 26px;
    }
    .cta_csvg.transit .svg_h {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (min-width: 992px) {
    .cta_csvg h2 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .cta_csvg h2 {
        font-size: 32px;
    }
}
.cta_csvg h2.lh2 {
    line-height: 2.2;
}
.cta_csvg.over-blue .svg_h {
    background-color: #354ca1;
}
.cta_csvg.over-pink .svg_h {
    background-color: #e94b6e;
}
.cta_csvg.over-purple .svg_h {
    background-color: #742776;
}
img.thick-border {
    border: 10px solid #dad9d4;
}
.home-ctas {
    padding-top: 10px;
}
.home-ctas .btn {
    min-width: 168px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 12px;
}
.footnote-credit {
    position: relative;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 30px;
}
.footnote-credit:before {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #ccc;
}
.dot-nav {
    position: absolute;
}
.dot-nav a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #dad9d4;
    text-indent: -9999px;
    border-radius: 50%;
    margin: 4px;
    box-shadow:
        0 1px 1px rgba(238, 235, 232, 0.2),
        inset 0 1px 1px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(238, 235, 232, 0.3);
    -webkit-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
}
.dot-nav a:active,
.dot-nav a:focus,
.dot-nav a:hover {
    text-decoration: none;
    box-shadow:
        0 1px 1px rgba(238, 235, 232, 0.7),
        inset 0 1px 1px rgba(0, 0, 0, 0.2),
        0 0 0 4px rgba(238, 235, 232, 0.9);
}
.dot-nav a.active {
    text-indent: 0;
    color: #fff;
    background-color: #cc0035;
}
.angle-stripe {
    position: relative;
    width: 100%;
    margin: 40px 0;
    padding-top: 30px;
    padding-bottom: 60px;
    z-index: 1;
}
.angle-stripe:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f1ef;
    z-index: 1;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.angle-stripe .peek-flower {
    position: absolute;
    width: 100%;
    height: 570px;
    bottom: -50px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
}
.angle-stripe .peek-flower .flower,
.angle-top-stripe {
    position: relative;
}
.angle-top-stripe,
.angle-top-stripe:before {
    width: 100%;
    background-color: #f3f1ef;
    z-index: 1;
}
.angle-top-stripe {
    margin: 50px 0 0;
    padding-top: 50px;
    padding-bottom: 40px;
}
.angle-top-stripe:before,
.bottom-connector:after {
    position: absolute;
    content: "";
}
@media (min-width: 768px) {
    .angle-top-stripe {
        padding-top: 0;
        margin-top: 9.5%;
    }
}
@media (min-width: 992px) {
    .angle-top-stripe {
        margin-top: 9%;
    }
}
@media (min-width: 1200px) {
    .angle-top-stripe {
        margin-top: 8.4%;
    }
}
@media (min-width: 2000px) {
    .angle-top-stripe {
        margin-top: 8.1%;
    }
}
.angle-top-stripe:before {
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
@media (min-width: 768px) {
    .angle-top-stripe:before {
        display: block;
    }
}
.bottom-connector:after {
    left: 50%;
    bottom: -70px;
    margin-left: -1px;
    width: 1px;
    height: 60px;
    border-right: 1px solid #333;
}
a.arrowed {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
a.arrowed .articon {
    position: absolute;
    font-size: 20px;
    right: -1px;
    top: 0;
}
.post-box {
    position: relative;
    padding: 16px 16px 10px;
    max-width: 346px;
    margin: 0 auto;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s linear;
    -webkit-transition:
        opacity 1s linear,
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 1s linear,
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s linear;
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1s linear,
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.post-box .tag {
    font-size: 12px;
    color: #cc0035;
}
.post-box h4 {
    font-size: 20px;
    line-height: 1.3;
}
.post-box .pb-img {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}
.post-box .pb-img img {
    backface-visibility: hidden;
}
.post-box .pb-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: -50px;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.banner-cta:after,
.fad-line:after {
    content: "";
    height: 1px;
}
.fad-line {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.fad-line:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #cc0035;
}
.fad-line.green:after {
    border-bottom: 2px solid #ec5766;
}
.abs-logos {
    display: none;
}
@media (min-width: 992px) {
    .abs-logos {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }
}
.banner-cta {
    position: relative;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 15px;
}
.banner-cta:after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    width: 80px;
    border-top: 1px solid #dad9d4;
}
@media (min-width: 768px) {
    .post-box.transit {
        opacity: 0;
        -webkit-transform: translate(0, 80px);
        -ms-transform: translate(0, 80px);
        transform: translate(0, 80px);
    }
    .banner-cta {
        margin-top: 0;
    }
    .banner-cta:after {
        left: 0;
        top: 5px;
        margin-left: -10px;
        height: 100%;
        width: 1px;
        border-top: none;
        border-left: 1px solid #dad9d4;
    }
}
.banner-cta-list {
    position: relative;
    margin-top: 30px;
    padding: 10px 0 20px;
}
.banner-cta-list:after,
.banner-cta-list:before {
    content: " ";
    display: table;
}
.banner-cta-list:before,
.general-image-credit p:before,
.icon-grid .cta:after {
    content: "";
}
.banner-cta-list:after {
    clear: both;
}
.banner-cta-list:before {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 0;
    height: 1px;
    width: 120px;
    border-top: 1px solid #dad9d4;
}
.banner-cta-list h4 {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .banner-cta-list {
        padding-top: 20px;
    }
    .banner-cta-list h4 {
        margin-top: 20px;
    }
}
.logo-box {
    padding-top: 30px;
    padding-bottom: 40px;
}
.logo-box.unpinned .inner {
    position: relative;
}
.logo-box.unpinned .flipper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo-box.unpinned .flipper img.lgo {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition:
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear;
    -webkit-transition:
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear;
    transition:
        transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.logo-box.unpinned .flipper img.back {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition:
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear;
    -webkit-transition:
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:
        transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear;
    transition:
        transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
        opacity 0.4s linear,
        -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.icon-grid .cta:after,
.packer .item_post .pb-img img,
.packer .item_post .pb-img:after,
.pop-profile .ph .ph-i,
.stats-area.angled:before {
    -webkit-backface-visibility: hidden;
}
.logo-box.unpinned .flipper.flipped img.lgo {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.logo-box.unpinned .flipper.flipped img.back {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.logo-box.off {
    position: absolute;
    top: -1000px;
    left: -5000px;
}
.click-action {
    cursor: pointer;
}
.general-image-credit {
    padding-top: 1px;
}
.general-image-credit p {
    position: relative;
    display: block;
    padding: 6px 12px 0 16px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.general-image-credit p i,
.lift-row .lift-bg {
    display: none;
}
.general-image-credit p:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #cc0035;
}
.lift-basic,
.lift-post-intro,
.lift-section {
    background-color: #fff;
    z-index: 2;
}
.lift-section {
    padding-top: 10px;
}
@media (min-width: 768px) {
    .lift-section {
        margin-top: -60px;
        padding-top: 5px;
    }
}
@media (min-width: 992px) {
    .lift-section {
        padding-top: 20px;
    }
}
@media (min-width: 1200px) {
    .lift-section {
        padding-top: 30px;
    }
}
.lift-basic {
    padding-top: 25px;
}
@media (min-width: 768px) {
    .lift-basic {
        margin-top: -60px;
        padding-top: 40px;
    }
}
@media (min-width: 1200px) {
    .lift-basic {
        padding-top: 50px;
    }
}
.lift-post-intro {
    padding-top: 25px;
}
@media (min-width: 992px) {
    .lift-post-intro {
        margin-top: -60px;
        margin-left: -30px;
        margin-right: -30px;
        padding: 20px 30px 0;
    }
}
@media (min-width: 1200px) {
    .lift-post-intro {
        margin-left: -35px;
        margin-right: -35px;
        padding: 26px 35px 0;
    }
}
.lift-column {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .lift-column {
        margin-top: -60px;
        padding-top: 40px;
        background-color: #fff;
        z-index: 2;
    }
    .lift-column.trans {
        background-color: transparent;
    }
}
@media (min-width: 1200px) {
    .lift-column {
        padding-top: 50px;
    }
}
.lift-row {
    position: relative;
}
@media (min-width: 992px) {
    .lift-row .lift-bg {
        display: block;
        position: absolute;
        left: 7%;
        width: 86%;
        height: 100px;
        top: -60px;
        background-color: #fff;
        z-index: 1;
    }
}
.icon-grid {
    padding-top: 30px;
    padding-bottom: 100px;
}
.icon-grid .ig-box {
   padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
    color: #555;
}
.icon-grid .ig-box p {
    max-width: 390px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.icon-grid .ig-box.tpink .cta {
    background-color: #e94b6e;
}
.icon-grid .ig-box.tpink .cta:after {
    background-color: #e73d63;
}
.icon-grid .ig-box.tgreen .cta {
    background-color: #2aa0a4;
}
.icon-grid .ig-box.tgreen .cta:after {
    background-color: #279498;
}
.icon-grid .ig-icon {
    
    width: 120px;
    height: 120px;
    border: 10px solid #f3f1ef;
    background-color: #354ca1;
    border-radius: 50%;
    display: inline-block;
}
.icon-grid .ig-icon svg {
    display: block;
    width: 100px;
    height: 100px;
}
.icon-grid .cta {
    overflow: hidden;
    position: relative;
    color: #fff;
    margin: 20px auto 0;
    padding: 35px 0;
    max-width: 320px;
    background-color: #354ca1;
}
.icon-grid .cta p {
    position: relative;
    margin: 0;
    z-index: 2;
}
.icon-grid .cta:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #314795;
    -webkit-transform: skewY(-27deg);
    -ms-transform: skewY(-27deg);
    transform: skewY(-27deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
.svg-icon-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.svg-icon-list li {
    display: table;
    width: 100%;
    text-align: left;
    padding: 20px 0 1px;
    border-top: 1px solid #cdccc5;
}
.svg-icon-list .sil-i,
.svg-icon-list .sil-i svg {
    width: 70px;
    height: 70px;
}
.svg-icon-list li:after,
.svg-icon-list li:before {
    content: " ";
    display: table;
}
.svg-icon-list li:after {
    clear: both;
}
.svg-icon-list li:first-child {
    border-top: none;
}
.svg-icon-list .sil-i {
    float: left;
    background-color: #f3f1ef;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 19px;
}
.svg-icon-list .sil-c {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 18px;
}
.svg-icon-list .sil-c p:first-child {
    margin-top: -5px;
}
.corner-flower {
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
    height: 195px;
    overflow: hidden;
    z-index: 0;
}
.corner-flower .flower {
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-flower {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -140px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    z-index: 2;
}
.top-flower .flower {
    position: absolute;
    top: -200px;
    left: 0;
}
.side-menu {
    padding: 1px 0;
}
.side-menu .menu-icon {
    position: absolute;
    top: -5000px;
    left: -2000px;
    margin-top: 15px;
    width: 95px;
    height: 95px;
    background-color: #f3f1ef;
    overflow: hidden;
    border: 5px solid #ece9e6;
    border-radius: 50%;
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
@media (min-width: 992px) {
    .side-menu .menu-icon {
        position: relative;
        left: auto;
        top: auto;
    }
}
.filter-nav li.has-select:after,
.side-menu ul li.parent .first:after,
.side-menu ul li.parent:after {
    top: 50%;
    content: "";
}
.side-menu .menu-icon svg {
    width: 85px;
    height: 85px;
}
.side-menu ul {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .svg-icon-list {
        max-width: 88%;
    }
    .side-menu ul {
        padding-top: 20px;
    }
}
.side-menu ul li {
    display: none;
    position: relative;
    font-size: 14px;
    padding: 0 10px 0 20px;
    border-top: 1px dashed #dad9d4;
    background-color: #f3f1ef;
}
@media (min-width: 992px) {
    .side-menu ul li {
        display: block;
        padding: 0;
        background-color: transparent;
        border-top: none;
    }
}
.side-menu ul li a {
    display: block;
    padding: 6px 0;
}
@media (min-width: 992px) {
    .side-menu ul li a {
        padding: 4px 0;
    }
}
.side-menu ul li a:active,
.side-menu ul li a:focus,
.side-menu ul li a:hover {
    text-decoration: none;
}
.side-menu ul li.nowrp a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side-menu ul li.ttl {
    padding: 0 10px;
}
@media (min-width: 992px) {
    .side-menu ul li.ttl {
        font-size: 15px;
        padding: 0;
    }
    .side-menu ul li.ttl a {
        color: #333 !important;
    }
}
.side-menu ul li.parent {
    display: block;
    font-size: 15px;
    border-top: none;
    cursor: pointer;
    padding: 0 10px;
}
.filter-nav,
.tag-nav li {
    font-size: 14px;
    line-height: 30px;
}
.side-menu ul li.parent:after {
    position: absolute;
    right: 12px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
@media (min-width: 992px) {
    .side-menu ul li.parent {
        display: none;
    }
}
.side-menu ul li.parent .first {
    position: relative;
    display: inline-block;
    padding: 6px 16px 6px 0;
    color: #333;
    font-weight: 700;
}
.side-menu ul li.parent .first:after {
    position: absolute;
    right: 7px;
    margin-top: 0;
    width: 4px;
    height: 4px;
    border-right: 1px solid #838070;
    border-bottom: 1px solid #838070;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side-menu ul li.parent .first.nocrumb:after {
    display: none;
}
.side-menu ul li.parent .crumb {
    display: inline-block;
    padding: 6px 0;
    color: #838070;
}
.side-menu ul li.sel a {
    font-weight: 700;
}
@media (min-width: 992px) {
    .side-menu ul li.parent .crumb {
        display: none;
    }
    .side-menu ul li.sel a {
        text-decoration: underline;
    }
}
@media (min-width: 768px) {
    .side-menu ul.no-icon {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .side-menu ul.open li {
        display: block;
    }
    .side-menu ul.open li.parent:after {
        margin-top: -1px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
.filter-nav li,
.filter-nav select,
.tag-nav li,
.tag-nav li a {
    display: inline-block;
}
.side-menu.lm {
    padding: 1px 0;
}
@media (min-width: 992px) {
    .side-menu.lm ul li a {
        padding: 2px 0;
    }
}
@media (min-width: 768px) {
    .side-menu.lm ul.no-icon {
        padding-top: 20px;
    }
}
.side-menu.over-blue .menu-icon {
    background-color: #354ca1;
}
.side-menu.over-pink .menu-icon {
    background-color: #e94b6e;
}
.side-menu.over-purple .menu-icon {
    background-color: #742776;
}
.tag-nav {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.tag-nav li {
    margin-right: 8px;
}
.tag-nav li a {
    color: #333;
    padding: 0 4px;
    border-radius: 3px;
    line-height: 30px;
}
.tag-nav li a.active {
    color: #fff;
    padding: 0 12px;
    background-color: #cc0035;
}
.tag-nav li a:active,
.tag-nav li a:focus,
.tag-nav li a:hover {
    text-decoration: none;
}
.filter-nav {
    padding-left: 0;
    list-style: none;
    margin: 12px 0 0;
}
@media (min-width: 768px) {
    .filter-nav {
        text-align: right;
        margin-top: 0;
    }
}
.filter-nav li {
    margin-left: 8px;
}
.filter-nav li.has-select {
    position: relative;
}
.filter-nav li.has-select:after {
    position: absolute;
    right: 5px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #cc0035 transparent transparent;
    z-index: 2;
    pointer-events: none;
}
.filter-nav select {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 24px 0 4px;
    border: 1px solid #fff;
    z-index: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.filter-nav select::-ms-expand {
    display: none;
}
.packer {
    position: relative;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 1000px;
}
.packer .column_sizer,
.packer .item_post {
    width: 8.333333333333%;
}
.packer .item_post {
    width: 99.999999999996%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity 750ms linear;
    transition: opacity 750ms linear;
}
@media (min-width: 540px) {
    .packer .item_post {
        width: 49.999999999998%;
    }
}
@media (min-width: 992px) {
    .packer {
        margin-left: -20px;
        margin-right: -20px;
    }
    .packer .item_post {
        width: 33.3333%;
        padding: 20px;
    }
}
.packer .item_post .ip_w {
    padding: 16px 16px 10px;
    background-color: #fff;
}
.packer .item_post .ip_w.b_p {
    padding-top: 24px;
}
.packer .item_post .pb-img {
    position: relative;
    overflow: hidden;
}
.packer .item_post .pb-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 54px;
    bottom: -59px;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.packer .item_post .tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #cc0035;
}
.packer .item_post h4 {
    font-size: 18px;
    margin-top: 6px;
    line-height: 1.3;
}
@media (min-width: 520px) {
    .packer .item_post h4 {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .packer .item_post h4 {
        font-size: 20px;
    }
}
.packer.packed {
    min-height: 10px;
}
.packer.packed .item_post {
    opacity: 1;
}
.post-details {
    padding-bottom: 15px;
}
.post-details ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.post-details ul li {
    display: inline-block;
    font-size: 13px;
    padding-right: 6px;
}
.post-details ul li span {
    color: #777;
}
.post-tools {
    padding-top: 1px;
    z-index: 4;
}
.post-tools .tool-wrap:after,
.post-tools .tool-wrap:before {
    content: " ";
    display: table;
}
.post-tools .tool-wrap:after {
    clear: both;
}
@media (min-width: 992px) {
    .post-tools {
        padding-top: 10px;
    }
    .post-tools .tool-wrap.extrap {
        padding-top: 20px;
    }
    .post-tools.onright {
        float: right;
    }
}
.post-tools .tool {
    margin: 16px 0 0;
    font-size: 13px;
}
.post-tools .tool .ttl {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.post-tools .tool > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 12px;
}
.post-tools .tool > ul > li {
    color: #cc0035;
}
.post-tools .tool > ul > li > ul {
    position: absolute;
    padding-left: 0;
    list-style: none;
    margin: 0;
    top: -5000px;
    left: -5000px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dad9d4;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition:
        -webkit-transform 750ms cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    -webkit-transition:
        opacity 0.6s linear,
        -webkit-transform 750ms cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 0.6s linear,
        -webkit-transform 750ms cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 750ms cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear;
    transition:
        transform 750ms cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.6s linear,
        -webkit-transform 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.post-tools .tool > ul > li > ul li.sel,
.stats-area {
    background-color: #f3f1ef;
}
.post-tools .tool > ul > li > ul li {
    padding: 3px 6px;
    border: 1px solid #dad9d4;
    border-top: none;
}
.post-tools .tool > ul li.primary {
    position: relative;
    background-color: #f3f1ef;
}
.post-tools .tool > ul li.primary span {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 18px 0 6px;
    border: 1px solid #fff;
    line-height: 28px;
    -webkit-transition: border-color 0.4s linear;
    transition: border-color 0.4s linear;
}
.post-tools .tool > ul li.primary span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #838070;
    border-bottom: 1px solid #838070;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
.post-tools .tool > ul li.open span,
.post-tools .tool > ul li.primary span:hover,
.post-tools .tool > ul li.primary.open span {
    border: 1px solid #dad9d4;
}
.post-tools .tool > ul li.open span:after,
.post-tools .tool > ul li.primary.open span:after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.post-tools .tool > ul li.open > ul,
.post-tools .tool > ul li.primary.open > ul {
    top: 29px;
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.post-tools .tool .sharer-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 1px;
    margin-right: 4px;
    border: 1px solid #dad9d4;
}
.post-tools.onright {
    z-index: 3;
}
@media (min-width: 992px) {
    .post-tools.onright .tool-wrap {
        padding-left: 15px;
    }
}
.financials ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
.financials ul li {
    font-size: 24px;
    padding: 22px 0;
    border-bottom: 1px solid #afa79e;
}
.financials ul li a {
    display: block;
    font-size: 16px;
}
.no-results {
    color: #bcbbb1;
}
.stats-area {
    z-index: 1;
}
.stats-area .stats-box {
    margin: 20px 0;
    background-color: #fff;
}
.stats-area .stats-box .sb-wrap {
    padding: 20px 30px 10px;
}
.stats-area .stats-box .ttl {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dad9d4;
}
.stats-area .stats-box .stat {
    display: block;
    font-size: 42px;
    color: #cc0035;
}
@media (min-width: 992px) {
    .stats-area .stats-box .stat {
        font-size: 60px;
    }
}
.stats-area ul.nav-tabs {
    padding-left: 25px;
}
.stats-area .tab-content {
    padding: 25px;
    background-color: #fff;
}
.stats-area .tab-content .chart-title {
    position: relative;
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
}
.flx-posts .flx-post h5,
.flx-related .flx-post h5,
.vpost-meta h4 {
    font-family: GTAmerican, Arial, sans-serif;
    font-weight: 700;
}
.stats-area .tab-content .chart-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 1px;
    border-bottom: 1px solid #dad9d4;
}
.stats-area .tab-content .chart-legend {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .stats-area .tab-content .chart-legend {
        float: left;
        width: 25%;
        margin-top: 20px;
    }
}
.stats-area .tab-content .chart-legend ul {
    padding-left: 0;
    list-style: none;
}
.stats-area .tab-content .chart-legend ul li {
    position: relative;
    font-size: 18px;
    padding: 5px 0 5px 36px;
}
.stats-area .tab-content .chart-legend ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-color: #cc0035;
    opacity: 0.6;
    border-radius: 50%;
}
.stats-area .tab-content .chart-legend ul li.green:before {
    background-color: #ec5766;
}
.stats-area .tab-content .chart-legend ul li.purple:before {
    background-color: #742776;
}
.stats-area .tab-content .chart-legend ul li.blue:before {
    background-color: #354ca1;
}
.stats-area .tab-content .chart-legend ul li.pink:before {
    background-color: #e94b6e;
}
.stats-area .tab-content .chart-right {
    width: 100%;
    height: 400px;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .stats-area .tab-content .chart-right {
        margin-left: 26%;
        width: 74%;
        height: 500px;
    }
}
.stats-area .tab-content .chart-full {
    width: 100%;
    height: 400px;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .stats-area .tab-content .chart-full {
        height: 500px;
    }
}
.stats-area.angled {
    position: relative;
    margin-top: 36px;
    z-index: 1;
}
@media (min-width: 768px) {
    .stats-area.angled {
        margin-top: 5%;
    }
}
.stats-area.angled:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    z-index: 0;
    -webkit-transform: skewY(-6.5deg);
    -ms-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.stats-area.angled.transit:before {
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.fluid-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 56.25%;
}
.fluid-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.btn.btn-emph {
    font-weight: 700;
    font-size: 15px;
    padding: 12px 24px;
    min-width: 160px;
}
.btn.btn-lemph {
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    min-width: 140px;
}
.pop-profile {
    position: relative;
    background: #fff;
    padding: 0;
    width: auto;
    max-width: 1024px;
    margin: 30px auto;
}
.pop-profile .ph {
    position: relative;
    background-color: #f3f1ef;
}
.pop-profile .ph:after,
.pop-profile .ph:before {
    content: " ";
    display: table;
}
.bio-page .board:before,
.flx-posts .flx-post-image:after,
.flx-related .flx-post-image:after,
.mfp-image-holder .da-arrow:before,
.pop-profile .ph .ph-c .board:before,
.pop-profile .ph .ph-i:after,
.supportedby:before {
    content: "";
}
.pop-profile .ph:after {
    clear: both;
}
.pop-profile .ph .ph-c {
    float: left;
    width: 65%;
    padding: 30px;
}
@media (min-width: 768px) {
    .pop-profile .ph .ph-c {
        position: absolute;
        float: none;
        left: 0;
        top: 50%;
        padding: 10px 40px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@media (min-width: 992px) {
    .pop-profile .ph .ph-c {
        padding: 10px 50px;
    }
}
@media (min-width: 1200px) {
    .pop-profile .ph .ph-c {
        padding: 10px 60px;
    }
}
.pop-profile .ph .ph-c h3 {
    margin: 0;
}
.pop-profile .ph .ph-c .board {
    position: relative;
    display: block;
    color: #838070;
    font-size: 17px;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pop-profile .ph .ph-c .board:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #838070;
    opacity: 0.7;
}
.pop-profile .ph .ph-c .desc {
    margin: 10px 0 0;
    max-width: 450px;
}
.pop-profile .ph .ph-i {
    position: relative;
    float: right;
    width: 35%;
    max-width: 280px;
    backface-visibility: hidden;
}
.pop-profile .ph .ph-i:after {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f1ef;
    -webkit-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    transform: skewX(7deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-backface-visibility: hidden;
}
.pop-profile .ph.noimg {
    padding: 1px 0;
}
.pop-profile .ph.noimg .ph-c {
    float: none;
    width: 100%;
}
@media (min-width: 768px) {
    .pop-profile .ph.noimg {
        padding: 45px 0;
    }
    .pop-profile .ph.noimg .ph-c {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.pop-profile .pb {
    padding: 20px 30px;
}
@media (min-width: 768px) {
    .pop-profile .pb {
        padding: 20px 40px;
    }
}
@media (min-width: 992px) {
    .pop-profile .pb {
        padding: 30px 50px;
    }
}
@media (min-width: 1200px) {
    .pop-profile .pb {
        padding: 30px 60px;
    }
}
.pop-profile .pb h4 {
    margin-top: 22px;
    margin-bottom: 9px;
    font-size: 18px;
}
.mfp-image-holder .mfp-content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #555;
    background-color: rgba(100, 100, 100, 0.8);
}
.mfp-image-holder .da-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    z-index: 1046;
    cursor: pointer;
}
@media (min-width: 992px) {
    .mfp-image-holder .da-arrow {
        top: 50%;
        left: auto;
        right: 14px;
    }
}
.mfp-image-holder .da-arrow:before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 11px;
    top: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    opacity: 0.9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mfp-image-holder .da-arrow-right {
    left: 120px;
}
@media (min-width: 992px) {
    .mfp-image-holder .da-arrow-right {
        left: auto;
        margin-top: 56px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.mfp-image-holder .da-arrow-right:before {
    left: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.da-figure,
.da-figure .da-fimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.da-figure .da-fimg {
    padding: 10px;
    z-index: 1;
}
@media (min-width: 992px) {
    .mfp-image-holder .da-arrow-left {
        margin-top: -56px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .da-figure .da-fimg {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .da-figure .da-fimg {
        width: 80%;
    }
}
.da-figure .da-fimg img.mfp-img {
    position: relative;
    width: auto;
    height: auto;
    max-height: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.da-figure .da-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #111;
    z-index: 5;
}
@media (min-width: 992px) {
    .da-figure .da-close {
        width: 60px;
        height: 100%;
    }
}
.da-figure .da-close .mfp-counter {
    top: 10px;
    right: auto;
    left: 40px;
    line-height: 30px;
    text-align: center;
    width: 80px;
}
@media (min-width: 992px) {
    .da-figure .da-close .mfp-counter {
        top: 50%;
        left: auto;
        right: -10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.da-figure .da-close .mfp-close {
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 46px;
    text-align: center;
    right: 0;
    padding-right: 0;
    opacity: 0.9;
}
@media (min-width: 992px) {
    .da-figure .da-close .mfp-close {
        height: 60px;
        line-height: 60px;
        font-size: 52px;
        width: 100%;
        left: 0;
        right: auto;
    }
}
.da-figure .da-captions {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px;
    width: 100%;
    height: auto;
    z-index: 3;
    background-color: #444;
}
@media (min-width: 992px) {
    .da-figure .da-captions {
        top: 0;
        bottom: auto;
        height: 100%;
        padding: 20px 60px 0 10px;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .da-figure .da-captions {
        padding: 20px 70px 0 20px;
        width: 20%;
    }
}
.da-figure .da-captions .mfp-title {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    word-wrap: break-word;
}
.bio-page .board {
    position: relative;
    display: block;
    color: #838070;
    font-size: 16px;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flx-posts,
.vpost-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
}
.bio-page .board:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #838070;
    opacity: 0.7;
}
.bio-page-image {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .bio-page-image {
        float: right;
        margin: 0 -10% 15px 20px;
    }
}
.flx-posts {
    padding: 10px 0;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}
.flx-posts .flx-post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 16px 16px 10px;
    background-color: #fff;
    margin-bottom: 4%;
    max-width: 100%;
}
@media (min-width: 600px) {
    .flx-posts .flx-post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}
@media (min-width: 992px) {
    .flx-posts .flx-post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media (min-width: 1200px) {
    .flx-posts .flx-post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
}
.flx-posts .flx-post.dummy {
    padding: 1px;
    margin-bottom: 0;
    background-color: transparent;
}
.flx-posts .flx-post-image {
    position: relative;
    overflow: hidden;
}
.flx-posts .flx-post-image img.play {
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -41px;
    margin-top: -41px;
}
.flx-posts .flx-post-image:after {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -100px;
    right: 0;
    background-color: #fff;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.flx-posts .flx-post .tag {
    position: relative;
    font-size: 12px;
    color: #cc0035;
    display: block;
    margin-top: -10px;
    z-index: 2;
}
.flx-posts .flx-post h4 {
    font-size: 24px;
    margin-top: 4px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.flx-posts .flx-post h5 {
    font-size: 18px;
    margin-top: 4px;
    line-height: 1.3;
    margin-bottom: 3px;
    color: #ec5766;
}
.supportedby {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    color: #838070;
    font-size: 14px;
}
.supportedby:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background-color: #cdccc5;
}
.vpost-all {
    font-size: 12px;
}
.vpost-content {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
@media (min-width: 992px) {
    .vpost-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.flx-related,
.hn-grid-flex,
.hn-news,
.site-search-form {
    -webkit-box-direction: normal;
}
.vpost-video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    .vpost-video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }
}
@media (min-width: 1200px) {
    .vpost-video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
.vpost-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 992px) {
    .vpost-meta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}
@media (min-width: 1200px) {
    .vpost-meta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
.vpost-meta h3.vttl {
    margin-top: 0;
    font-size: 30px;
}
.vpost-meta h4 {
    margin-bottom: 6px;
    margin-top: 20px;
    color: #ec5766;
}
.vpost .tool.tool-res {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-top: 1px solid #dad9d4;
}
.vpost-res {
    margin: 0;
    list-style-type: square;
    padding-left: 22px;
}
.vpost-res li {
    padding: 0;
    margin-bottom: 5px;
}
.vpost-related {
    padding: 25px 0 20px;
}
.vpost-related h3 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dad9d4;
}
.flx-related {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.flx-related .flx-post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 16px;
    background-color: #f3f1ef;
    margin-bottom: 4%;
    max-width: 100%;
}
@media (min-width: 600px) {
    .flx-related .flx-post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}
.flx-related .flx-post.dummy {
    padding: 1px;
    background-color: transparent;
}
.flx-related .flx-post-image {
    position: relative;
    overflow: hidden;
}
.flx-related .flx-post-image img.play {
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -41px;
    margin-top: -41px;
}
.flx-related .flx-post-image:after {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -100px;
    right: 0;
    background-color: #f3f1ef;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.flx-related .flx-post .tag {
    position: relative;
    font-size: 12px;
    color: #cc0035;
    display: block;
    margin-top: -10px;
    z-index: 2;
}
.flx-related .flx-post h4 {
    font-size: 20px;
    margin-top: 4px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.flx-related .flx-post h5 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 3px;
    color: #ec5766;
}
.hn-alert-inner strong.ttl,
.hn-cal .hcli .date {
    font-family: Tiempos, Georgia, serif;
}
.site-search {
    padding: 20px 0;
}
.mission_sta {
    width: 56%;
    margin: 10px 23%;
    text-align: center;
    padding: 100px 15px;
    font-size: 18px;
}
@media (min-width: 1200px) {
    .flx-related .flx-post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .site-search {
        padding: 20px 106px;
    }
}
.site-search-listing {
    padding-bottom: 20px;
    border-bottom: 1px solid #eceae8;
}
.site-search-listing h4 {
    margin-bottom: 2px;
}
.site-search-listing .crumb small {
    display: inline-block;
}
.site-search-listing .crumb a {
    color: #333;
    display: inline-block;
}
.site-search-listing .crumb a:after {
    display: inline-block;
    content: "\203A";
    padding-left: 5px;
    padding-right: 1px;
}
.site-search-listing .crumb a:last-child:after {
    display: none;
}
.site-search-form {
    padding: 10px;
    background-color: #f3f1ef;
    border-radius: 5px;
    margin: 20px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.site-search-form .ssf-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.site-search-form .ssf-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    text-align: right;
    max-width: 76px;
}

.home-row {
    display: flex;
}

.home-row .home-row-card {
    flex: 1;
    margin: 5px 10px;
    padding: 10px;
}

.home-row .home-row-card .home-image {
    width: 100%;
    height: 170px;
}

.hn-hero {
    position: relative;
    width: 100%;
    background-color: #000;
    z-index: 1;
    background-image: url(//stage.culturaldata.org/public/img/Hero.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.hn-hero .max-wrap {
    color: #fff;
    z-index: 2;
}
.hn-hero-content {
    position: relative;
    padding-top: 70px;
    padding-bottom: 1px;
}
.hn-hero-content h1 {
    font-size: 28px;
    margin: 0;
    max-width: 720px;
    line-height: 1.3;
}
.hn-feature-copy h4,
.hn-news-copy h4 {
    line-height: 1.4;
}
@media (min-width: 768px) {
    .hn-hero-content {
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
    .hn-hero-content h1 {
        font-size: 42px;
    }
}
.hn-hero-content ul.hncul {
    padding-left: 0;
    list-style: none;
    margin-top: 6vh;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .hn-hero-content h1 {
        font-size: 48px;
    }
    .hn-hero-content ul.hncul {
        margin-top: 8vh;
    }
}
@media (min-width: 600px) {
    .hn-hero-content ul.hncul li {
        display: inline-block;
        margin-right: 20px;
    }
}
@media (min-width: 992px) {
    .hn-hero-content ul.hncul li {
        margin-right: 30px;
    }
}
.hn-hero-content ul.hncul li a {
    color: #ec5766;
}
.hn-hero-content ul.hncul li:last-child {
    margin-right: 0;
}
.hn-hero-content ul.hncul li.ttl {
    font-size: 14px;
}
.hn-hero-content .hcind-wrap {
    padding: 1px 0;
}
.hn-hero-content ul.hncind {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding-top: 6vh;
    padding-bottom: 40px;
}
@media (min-width: 1200px) {
    .hn-hero-content ul.hncind {
        padding-top: 8vh;
    }
}
.hn-hero-content ul.hncind li {
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear;
}
.hn-hero-content ul.hncind li:before {
    content: "\2022";
}
.hn-hero-content ul.hncind li.active {
    color: #cc0035;
}
.hn-hero-social {
    position: absolute;
    right: 0;
    top: 20px;
}
@media (min-width: 768px) {
    .hn-hero-social {
        top: 30px;
    }
}
.hn-hero-social a {
    color: #fff;
    text-decoration: none !important;
    font-size: 24px;
    display: inline-block;
    outline: 0 !important;
}
.hn-feature-copy .meta strong,
.hn-news-copy .meta strong {
    color: #cc0035;
}
.hn-hero-social a.articon {
    margin-left: 10px;
}
.hn-hero-social a.nwsicon {
    padding-right: 32px;
    background: url(/public/img/email.png) right 5px no-repeat;
}
.hn-hero-images,
.hn-hero-images .hnii {
    height: 100%;
    background-color: #000;
    z-index: 1;
    width: 100%;
    left: 0;
    overflow: hidden;
}
.hn-feature-image,
.hn-news-image,
.hn-video, .home-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hn-hero-social a.nwsicon span {
    position: relative;
    font-size: 12px;
    top: -6px;
}
.hn-hero-images {
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.hn-hero-images .hnii {
    position: absolute;
    top: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:
        transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hn-hero-images .hnii.next {
    z-index: 2;
}
.hn-hero-images .hnii.active {
    z-index: 3;
}
.hn-hero-images .hnii.transitionOut {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.hn-hero-images .hnii.transitionOut .hniiw {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.hn-hero-images .hnii:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #cc0035;
}
.hn-hero-images .hnii .hniiw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:
        transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
        -webkit-transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hn-hero-images .hnii img {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.hn-alert,
.hn-grid,
.hn-news-copy {
    position: relative;
}
@media (min-width: 600px) {
    .hn-hero-images .hnii img {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.hn-alert {
    margin-bottom: 8px;
    margin-top: -10px;
    z-index: 2;
}
@media (min-width: 992px) {
    .hn-alert {
        margin-top: -30px;
        margin-bottom: 40px;
    }
}
.hn-alert .max-wrap .cf {
    padding: 1px;
    background-color: #eceae8;
    border-radius: 5px;
    border-top: 15px solid #cc0035;
}
@media (min-width: 700px) {
    .hn-alert .max-wrap .cf {
        padding: 10px;
    }
}
.hn-alert-inner {
    padding: 10px 20px 12px;
}
.hn-alert-inner strong.ttl {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.hn-grid {
    margin-top: 0;
    z-index: 2;
}
.hn-grid .max-wrap .cf {
    padding: 1px;
    background-color: #eceae8;
    border-radius: 5px 5px 0 0;
}
.hn-grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hn-grid-flex .outer-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 992px) {
    .hn-grid {
        width: 80%;
        margin: 0 auto;
        background-color: #ededed;
        padding: 0 10px;
    }
    .hn-grid-flex .outer-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
}
.hn-grid-flex .outer-right {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 992px) {
    .hn-grid-flex .outer-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.hn-grid-flex .inner-row-cell {
    margin: 10px;
    background-color: #fff;
}
.hn-grid-flex .inner-row-cell.as-col {
    background-color: transparent;
}
@media (min-width: 700px) {
    .hn-grid .max-wrap .cf {
        padding: 10px;
    }
    .hn-grid-flex .inner-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hn-grid-flex .inner-row-cell {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
    .hn-grid-flex .inner-row-cell.as-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hn-grid-flex .inner-row-cell.as-narrow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}
.hn-news,
.report-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.hn-grid-flex .inner-row-col-cell {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
}
@media (min-width: 700px) {
    .hn-grid-flex .inner-row-col-cell {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-top: 20px;
    }
}
.hn-grid-flex .inner-row-col-cell:first-child {
    margin-top: 0;
}
.hn-news {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
}
.hn-news-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-top: 40%;
}
.hn-news-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 20px;
    padding-bottom: 48px;
}
.hn-news-copy .meta {
    display: block;
    margin: 10px 0;
}
.hn-news-copy a.arrowed {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.hn-feature-copy,
.hn-video {
    position: relative;
}
.hn-feature {
    padding: 10px;
}
.hn-feature-image {
    padding-top: 75%;
}
@media (min-width: 475px) and (max-width: 699px) {
    .hn-feature-image {
        padding-top: 45%;
    }
}
@media (min-width: 992px) {
    .hn-feature-copy {
        padding: 0 10px;
    }
    .hn-cal {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.hn-feature-copy .meta {
    display: block;
    margin: 15px 0 10px;
}
.hn-feature-copy-link {
    padding-top: 7%;
}
.hn-video {
    padding-top: 56.5%;
    overflow: hidden;
}
@media (min-width: 700px) {
    .hn-video {
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0;
        width: 100%;
        height: 100%;
    }
}
.hn-video-copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.hn-video-copy div {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
}
.hn-video-copy div img {
    max-width: 50px;
}
.hn-cal {
    margin: 10px;
    background-color: #fff;
    position: relative;
}
.hn-cal strong.ttl {
    color: #cc0035;
}
.hn-cal-list {
    padding: 20px;
}
@media (min-width: 992px) {
    .hn-cal-list {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
.hn-cal .hcli {
    position: relative;
    padding-left: 70px;
    margin: 10px 0;
}
.hn-cal .hcli:nth-child(n + 5) {
    display: none;
}
@media (min-width: 992px) {
    .hn-cal .hcli {
        margin: 25px 0;
    }
    .hn-cal .hcli:nth-child(n + 5) {
        display: block;
    }
}
.hn-cal .hcli .date {
    position: absolute;
    left: 0;
    top: 8px;
    width: 55px;
    padding: 5px 10px 5px 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    border-right: 1px solid #111;
}
.hn-cal .hcli .date em {
    display: block;
    font-style: normal;
    font-family: GTAmerican, Arial, sans-serif;
    font-size: 13px;
}
.hn-cal .hcli p a {
    display: block;
    margin-top: 8px;
}
.hn-cal .list-footer {
    display: none;
}
@media (min-width: 992px) {
    .hn-cal .list-footer {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 40px 0 15px;
        text-align: center;
        z-index: 5;
        background: url(/public/img/hn/list-footer.png);
    }
}
.report-explore,
.report-hero,
.report-image,
.report-text {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@-webkit-keyframes gallerySwipeLg {
    0% {
        -webkit-transform: skewY(0) translate(0, 0);
        transform: skewY(0) translate(0, 0);
    }
    60% {
        -webkit-transform: skewY(18deg) translate(0, 0);
        transform: skewY(18deg) translate(0, 0);
    }
    100% {
        -webkit-transform: skewY(18deg) translate(-100%, 0);
        transform: skewY(18deg) translate(-100%, 0);
    }
}
@keyframes gallerySwipeLg {
    0% {
        -webkit-transform: skewY(0) translate(0, 0);
        transform: skewY(0) translate(0, 0);
    }
    60% {
        -webkit-transform: skewY(18deg) translate(0, 0);
        transform: skewY(18deg) translate(0, 0);
    }
    100% {
        -webkit-transform: skewY(18deg) translate(-100%, 0);
        transform: skewY(18deg) translate(-100%, 0);
    }
}
@-webkit-keyframes galleryImgLg {
    0% {
        -webkit-transform: skewY(0);
        transform: skewY(0);
    }
    100%,
    60% {
        -webkit-transform: skewY(-18deg);
        transform: skewY(-18deg);
    }
}
@keyframes galleryImgLg {
    0% {
        -webkit-transform: skewY(0);
        transform: skewY(0);
    }
    100%,
    60% {
        -webkit-transform: skewY(-18deg);
        transform: skewY(-18deg);
    }
}
.section-home {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
}
@media (min-width: 768px) {
    .hn-hero-images {
        opacity: 1;
    }
    .section-home {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
@media (min-width: 992px) {
    .section-home {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
@media (min-width: 1200px) {
    .section-home {
        padding-left: 21rem;
        padding-right: 1rem;
    }
}
@media (min-width: 1400px) {
    .section-home {
        padding-left: 9rem;
        padding-right: 1rem;
    }
}
.section {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
}
@media (min-width: 768px) {
    .section {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
@media (min-width: 1200px) {
    .section {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
.title {
    color: #cc0035;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    .title {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
@media (min-width: 1200px) {
    .title {
        position: absolute;
        top: 40%;
        left: -55%;
        color: #cc0035;
        padding-right: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .title h1 {
        font-size: 140px;
    }
}
.btn-report {
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 16px 40px;
}
.report-hero {
    overflow: hidden;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.report-hero.is-active {
    overflow: visible;
}
.report-hero .credit {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 10px;
    left: 30px;
}
@media (min-width: 992px) {
    .report-hero .credit {
        left: 100px;
        bottom: 30px;
    }
}
.report-hero:after,
.report-nav-flex ul li a:after,
.report-text.bi:after {
    left: 0;
    content: "";
}
.report-hero:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.5;
}
.report-hero-text {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 100px 0 150px;
}
.report-hero-text p {
    margin: 30px auto 0;
}
@media (min-width: 992px) {
    .report-hero-text {
        padding: 200px 0 250px;
    }
    .report-hero-text p {
        width: 50%;
    }
    .report-hero h1 {
        font-size: 80px;
    }
}
.report-nav {
    background-color: #3a4e9c;
    box-shadow: 0 4px 6px #16245c;
    position: -webkit-sticky;
    position: sticky;
    z-index: 101;
    top: 0;
}
.report-nav-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.report-nav-flex img {
    height: 30px;
    width: 204px;
}
.report-nav-flex ul {
    width: 70%;
    list-style: none;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    display: none;
}
@media (min-width: 992px) {
    .report-nav-flex ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70%;
    }
    .report-text-content-two.split p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
@media (min-width: 1200px) {
    .report-nav-flex ul {
        width: 70%;
    }
}
.report-nav-flex ul li {
    color: #fff;
}
.report-nav-flex ul li a {
    color: #fff;
    position: relative;
    display: block;
}
.report-nav-flex ul li a:after {
    position: absolute;
    top: 100%;
    width: 10px;
    background-color: #fff;
    height: 1px;
    opacity: 0.5;
}
.report-text {
    position: relative;
}
.report-text.bi {
    color: #fff;
}
.report-text.bi:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
}
.report-text.bc {
    color: #fff;
}
.report-text-content {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
@media (min-width: 1200px) {
    .report-text-content {
        padding: 260px 0 100px;
    }
    .report-text-content:before {
        background-color: #f8dac6;
        height: 2px;
        width: 40px;
        top: 230px;
        position: absolute;
        left: 0;
    }
}
.report-text-content h1 {
    margin-bottom: 50px;
}
.report-image {
    width: 100%;
    min-height: 1200px;
    position: relative;
}
.report-image a {
    color: #fff;
    text-decoration: none;
}
.report-image .right {
    position: absolute;
    right: 0;
    background-color: rgba(58, 78, 156, 0.9);
    bottom: 0;
    width: 100%;
    top: 0;
}
.report-image .right ol {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .report-image {
        min-height: 1000px;
    }
    .report-image .right {
        max-width: 700px;
        top: auto;
    }
    .report-image .right ol {
        width: 90%;
    }
    .report-image h1 {
        margin-left: -20%;
        font-size: 150px;
    }
}
.report-image .right ol h3 {
    position: relative;
    padding-left: 20px;
}
.report-image .right ol h3:after {
    position: absolute;
    top: 100%;
    width: 20px;
    background-color: #fff;
    height: 1px;
    opacity: 0.5;
    content: "";
    left: 20px;
}
.report-image .right ol li {
    color: #fff;
    margin-bottom: 50px;
}
.report-image .right ol li p {
    width: 80%;
    margin-top: 15px;
    font-weight: 100;
    padding-left: 20px;
}
.report-image h1 {
    color: #fff;
}
.report-explore {
    width: 100%;
    position: relative;
}
.report-explore:after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.report-explore-container {
    padding: 100px 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.hamburger,
.report-explore-container.is-active {
    overflow: visible;
}
.report-explore-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.report-explore .left {
    width: 90%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .report-explore .left {
        width: 50%;
        text-align: left;
        margin: 0;
    }
    .report-explore .left h1 {
        font-size: 80px;
    }
}
@media (min-width: 1400px) {
    .report-explore .left h1 {
        font-size: 120px;
    }
}
.report-explore .right-nav {
    width: 100%;
    position: absolute;
    top: -103px;
    right: 0;
    min-height: 100vh;
    background: #000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition:
        transform 0.3s linear,
        -webkit-transform 0.3s linear;
    padding-top: 40px;
    z-index: 100;
}
.report-explore .right-nav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 992px) {
    .report-explore .right-nav {
        width: 40%;
        top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        height: auto;
        background: 0 0;
    }
    .report-more-title h1 {
        font-size: 150px;
    }
}
.report-explore .right-nav .inner {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
}
.report-explore .right-nav a {
    color: #fff;
    text-decoration: none;
}
.report-explore .right-nav h4 {
    color: #ee965d;
    padding-left: 20px;
}
.report-explore .right-nav ol {
    margin: 0 auto;
}
.report-explore .right-nav ol h3 {
    position: relative;
    padding-left: 20px;
}
.report-explore .right-nav ol h3:after {
    position: absolute;
    top: 100%;
    width: 20px;
    background-color: #fff;
    height: 1px;
    opacity: 0.5;
    content: "";
    left: 20px;
}
.report-explore .right-nav ol li {
    color: #fff;
    margin-bottom: 50px;
}
.report-explore .right-nav ol li p {
    margin-top: 15px;
    font-weight: 100;
    padding-left: 20px;
}
.report-more {
    background-color: #dc616a;
    padding: 90px 0;
    position: relative;
}
.report-more .btn-report {
    text-align: center;
    display: block;
    max-width: 220px;
    margin: 100px auto 0;
    position: relative;
    z-index: 4;
}
.report-more-title {
    text-align: center;
    margin-bottom: 80px;
}
.report-more-title h1 {
    color: #fff;
    font-weight: 100;
    margin: 0;
    line-height: 1;
}
.report-more-title h4 {
    color: #fff;
    margin: 0;
}
.report-more-flex {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}
.report-more-flex:after {
    content: "flickity";
    display: none;
}
@media (min-width: 1200px) {
    .report-more-flex:after {
        content: "";
    }
    .report-more-flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.report-more-flex-item .inner h3:after,
.report-quote:after,
.right-nav ol h3:after {
    content: "";
}
.report-more-flex-item {
    width: 100%;
    background-color: rgba(190, 61, 71, 0.8);
    position: relative;
    height: auto;
    margin-right: 20px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .report-more-flex-item {
        width: 48%;
    }
    .report-next .inner h1 {
        font-size: 80px;
    }
}
@media (min-width: 1200px) {
    .report-more-flex-item {
        width: 31%;
        box-shadow: #570b0b 0 20px 20px;
        margin-right: 0;
    }
}
.report-more-flex-item .inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 100px;
}
.report-more-flex-item .inner h3 {
    margin: 30px 0 20px;
    position: relative;
}
.report-more-flex-item .inner h3:after {
    bottom: -10px;
    width: 20px;
    background-color: #fff;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 0;
}
.report-more-flex-item .inner img {
    text-align: center;
    display: block;
    max-height: 159px;
    margin: 0 auto;
}
.report-next {
    background-color: #ee965d;
    text-align: center;
    position: relative;
}
.report-next:hover {
    color: #fff;
    text-decoration: none;
}
.report-next .inner {
    padding: 100px 0 140px;
    color: #fff;
}
.report-lr {
    margin: 50px 0;
}
.report-lr-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .report-lr {
        margin: 100px 0;
    }
    .report-lr-flex.flip {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.report-lr-flex-item {
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .report-lr-flex-item {
        margin-bottom: 0;
    }
    .report-lr-flex-item.text {
        width: 40%;
    }
    .report-lr-flex-item.graph {
        width: 55%;
    }
}
.report-lr-flex-item li {
    margin-bottom: 20px;
}
.report-lr-flex-item img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.report-quote {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.report-quote.small .report-quote-inner {
    padding-top: 100px;
}
.report-quote:after {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.report-quote-inner {
    padding-top: 300px;
    color: #fff;
    padding-bottom: 50px;
    position: relative;
    z-index: 4;
}
.report-quote-inner h2 {
    margin-top: 20px;
    margin-bottom: 100px;
}
@media (min-width: 992px) {
    .report-quote-inner {
        padding-top: 600px;
    }
    .report-quote-inner h2 {
        font-size: 40px;
    }
}
.chart-macro {
    width: 100%;
    height: 600px;
    margin: 40px 0;
}
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property:
        opacity,
        -webkit-filter;
    transition-property:
        opacity,
        -webkit-filter;
    transition-property: opacity, filter;
    transition-property:
        opacity,
        filter,
        -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    position: relative;
    z-index: 101;
}
.torange .basic-hero,
.torange .service-hero,
.torange .simple-hero {
    border-bottom-color: #cc0035;
}
.torange .full-width-callout-unit .mquote,
.torange .txt-list3-unit .l_i:after {
    border-top-color: #cc0035;
}
@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
}
.hamburger:focus {
    outline: 0;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition:
        top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
    transition:
        top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    -webkit-transition:
        top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition:
        top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition:
        top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition:
        top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition:
        top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
    transition:
        top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition:
        top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
        top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
        top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
        top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.right-nav {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition:
        transform 0.3s linear,
        -webkit-transform 0.3s linear;
    padding-top: 40px;
    z-index: 100;
}
.right-nav.page {
    opacity: 0;
}
.right-nav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media (min-width: 992px) {
    .right-nav.page {
        display: none;
    }
    .right-nav {
        width: 40%;
        top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        height: auto;
        background: 0 0;
    }
}
.right-nav .inner {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
}
.right-nav a {
    color: #fff;
    text-decoration: none;
}
.right-nav h4 {
    color: #ee965d;
    padding-left: 20px;
}
.right-nav ol {
    margin: 0 auto;
}
.right-nav ol h3 {
    position: relative;
    padding-left: 20px;
}
.right-nav ol h3:after {
    position: absolute;
    top: 100%;
    width: 20px;
    background-color: #fff;
    height: 1px;
    opacity: 0.5;
    left: 20px;
}
.right-nav ol li {
    color: #fff;
    margin-bottom: 50px;
}
.torange .btn-tan,
.torange .side-menu ul li a,
.torange .themed {
    color: #cc0035;
}
.right-nav ol li p {
    margin-top: 15px;
    font-weight: 100;
    padding-left: 20px;
}
.torange .get-started-unit,
.torange .icon-grid .cta,
.torange .side-by-side-unit .icon,
.torange .single-icon-unit .icon {
    background-color: #cc0035;
}
.torange .icon-grid .cta:after {
    background-color: #bd0031;
}
.torange .accordion-unit .ac_tgl:after,
.torange .accordion-unit .ac_tgl:before,
.torange .basic-hero,
.torange .basic-hero .sh-bg,
.torange .cb-blocks-unit .cbu-copy:before,
.torange .simple-hero,
.torange .simple-hero .sh-bg {
    background-color: #cc0035;
}
.tblue .basic-hero,
.tblue .service-hero,
.tblue .simple-hero {
    border-bottom-color: #354ca1;
}
.torange .fw_bordered {
    border-color: #cc0035;
}
.torange .side-menu ul li.parent a {
    color: #333;
}
.torange .accordion-unit .ac_i h2,
.torange .cb-blocks-unit h2,
.torange .cb-blocks-unit h3,
.torange .cb-blocks-unit h4,
.torange .cb-blocks-unit h5,
.torange .rte li:before {
    color: #cc0035;
}
.torange .accordion-unit .ac_tgl {
    color: #cc0035;
    border-color: #cc0035;
}
.torange .accordion-unit .ac_ex .btn-primary {
    background-color: #cc0035;
    border-color: #cc0035;
}
.tblue .full-width-callout-unit .mquote,
.tblue .txt-list3-unit .l_i:after {
    border-top-color: #354ca1;
}
.tblue .btn-tan,
.tblue .side-menu ul li a,
.tblue .themed {
    color: #354ca1;
}
.tblue .get-started-unit,
.tblue .icon-grid .cta,
.tblue .side-by-side-unit .icon,
.tblue .single-icon-unit .icon {
    background-color: #354ca1;
}
.tblue .icon-grid .cta:after {
    background-color: #314795;
}
.tblue .accordion-unit .ac_tgl:after,
.tblue .accordion-unit .ac_tgl:before,
.tblue .basic-hero,
.tblue .basic-hero .sh-bg,
.tblue .cb-blocks-unit .cbu-copy:before,
.tblue .simple-hero,
.tblue .simple-hero .sh-bg {
    background-color: #354ca1;
}
.tgreen .basic-hero,
.tgreen .service-hero,
.tgreen .simple-hero {
    border-bottom-color: #ec5766;
}
.tblue .fw_bordered {
    border-color: #354ca1;
}
.tblue .side-menu ul li.parent a {
    color: #333;
}
.tblue .accordion-unit .ac_i h2,
.tblue .cb-blocks-unit h2,
.tblue .cb-blocks-unit h3,
.tblue .cb-blocks-unit h4,
.tblue .cb-blocks-unit h5,
.tblue .rte li:before {
    color: #354ca1;
}
.tblue .accordion-unit .ac_tgl {
    color: #354ca1;
    border-color: #354ca1;
}
.tblue .accordion-unit .ac_ex .btn-primary {
    background-color: #354ca1;
    border-color: #354ca1;
}
.tgreen .full-width-callout-unit .mquote,
.tgreen .txt-list3-unit .l_i:after {
    border-top-color: #ec5766;
}
.tgreen .btn-tan,
.tgreen .side-menu ul li a,
.tgreen .themed {
    color: #ec5766;
}
.tgreen .get-started-unit,
.tgreen .icon-grid .cta,
.tgreen .side-by-side-unit .icon,
.tgreen .single-icon-unit .icon {
    background-color: #ec5766;
}
.tgreen .icon-grid .cta:after {
    background-color: #ea4959;
}
.tgreen .accordion-unit .ac_tgl:after,
.tgreen .accordion-unit .ac_tgl:before,
.tgreen .basic-hero,
.tgreen .basic-hero .sh-bg,
.tgreen .cb-blocks-unit .cbu-copy:before,
.tgreen .simple-hero,
.tgreen .simple-hero .sh-bg {
    background-color: #ec5766;
}
.tpink .basic-hero,
.tpink .service-hero,
.tpink .simple-hero {
    border-bottom-color: #e94b6e;
}
.tgreen .fw_bordered {
    border-color: #ec5766;
}
.tgreen .side-menu ul li.parent a {
    color: #333;
}
.tgreen .accordion-unit .ac_i h2,
.tgreen .cb-blocks-unit h2,
.tgreen .cb-blocks-unit h3,
.tgreen .cb-blocks-unit h4,
.tgreen .cb-blocks-unit h5,
.tgreen .rte li:before {
    color: #ec5766;
}
.tgreen .accordion-unit .ac_tgl {
    color: #ec5766;
    border-color: #ec5766;
}
.tgreen .accordion-unit .ac_ex .btn-primary {
    background-color: #ec5766;
    border-color: #ec5766;
}
.tpink .full-width-callout-unit .mquote,
.tpink .txt-list3-unit .l_i:after {
    border-top-color: #e94b6e;
}
.tpink .btn-tan,
.tpink .side-menu ul li a,
.tpink .themed {
    color: #e94b6e;
}
.tpink .get-started-unit,
.tpink .icon-grid .cta,
.tpink .side-by-side-unit .icon,
.tpink .single-icon-unit .icon {
    background-color: #e94b6e;
}
.tpink .icon-grid .cta:after {
    background-color: #e73d63;
}
.tpink .accordion-unit .ac_tgl:after,
.tpink .accordion-unit .ac_tgl:before,
.tpink .basic-hero,
.tpink .basic-hero .sh-bg,
.tpink .cb-blocks-unit .cbu-copy:before,
.tpink .simple-hero,
.tpink .simple-hero .sh-bg {
    background-color: #e94b6e;
}
.tpurple .basic-hero,
.tpurple .service-hero,
.tpurple .simple-hero {
    border-bottom-color: #742776;
}
.tpink .fw_bordered {
    border-color: #e94b6e;
}
.tpink .side-menu ul li.parent a {
    color: #333;
}
.tpink .accordion-unit .ac_i h2,
.tpink .cb-blocks-unit h2,
.tpink .cb-blocks-unit h3,
.tpink .cb-blocks-unit h4,
.tpink .cb-blocks-unit h5,
.tpink .rte li:before {
    color: #e94b6e;
}
.tpink .accordion-unit .ac_tgl {
    color: #e94b6e;
    border-color: #e94b6e;
}
.tpink .accordion-unit .ac_ex .btn-primary {
    background-color: #e94b6e;
    border-color: #e94b6e;
}
.tpurple .full-width-callout-unit .mquote,
.tpurple .txt-list3-unit .l_i:after {
    border-top-color: #742776;
}
.tpurple .btn-tan,
.tpurple .side-menu ul li a,
.tpurple .themed {
    color: #742776;
}
.tpurple .get-started-unit,
.tpurple .icon-grid .cta,
.tpurple .side-by-side-unit .icon,
.tpurple .single-icon-unit .icon {
    background-color: #742776;
}
.tpurple .icon-grid .cta:after {
    background-color: #69236b;
}
.tpurple .accordion-unit .ac_tgl:after,
.tpurple .accordion-unit .ac_tgl:before,
.tpurple .basic-hero,
.tpurple .basic-hero .sh-bg,
.tpurple .cb-blocks-unit .cbu-copy:before,
.tpurple .simple-hero,
.tpurple .simple-hero .sh-bg {
    background-color: #742776;
}
.tpurple .fw_bordered {
    border-color: #742776;
}
.tpurple .side-menu ul li.parent a {
    color: #333;
}
.tpurple .accordion-unit .ac_i h2,
.tpurple .cb-blocks-unit h2,
.tpurple .cb-blocks-unit h3,
.tpurple .cb-blocks-unit h4,
.tpurple .cb-blocks-unit h5,
.tpurple .rte li:before {
    color: #742776;
}
.tpurple .accordion-unit .ac_tgl {
    color: #742776;
    border-color: #742776;
}
.tpurple .accordion-unit .ac_ex .btn-primary {
    background-color: #742776;
    border-color: #742776;
}
.blockListSq {
    position: relative;
    width: 100%;
    margin: 0 auto; /*background-color: rgb(243, 241, 239);*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 390px));
    grid-auto-rows: minmax(50px, auto);
}
@media (min-width: 992px) {
    .packer.blockListSq .item_post {
        width: inherit;
    }
}
@media (min-width: 992px) {
    .packer.blockListSq .item_post {
        width: inherit;
    }
}
