
button,
hr {
    overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}
pre,
textarea {
    overflow: auto;
}
:root,
[aria-disabled] {
    cursor: default;
}
.top-search,
body,
html {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hamburger,
button,
select {
    text-transform: none;
}
.hamburger--3dx .hamburger-box,
.hamburger--3dx-r .hamburger-box,
.hamburger--3dy .hamburger-box,
.hamburger--3dy-r .hamburger-box {
    perspective: 50px;
}
#quiz-block .quizResultsCopy .social-share.bottom-social ul li,
.menu-wrap .menu,
.menu-wrap .secondary,
.pagination,
header .social-share.bottom-social ul li,
nav ol,
nav ul {
    list-style: none;
}
.fa-ul,
.social.links ul li,
ul.home-nav li {
    list-style-type: none;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}
[hidden],
audio:not([controls]),
template {
    display: none;
}
b,
strong {
    font-weight: bolder;
}
button,
input {
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: ButtonText dotted 1px;
}
details,
main,
summary {
    display: block;
}
html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
input {
    -webkit-border-radius: 0;
}
input[type="number"] {
    width: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
progress {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
textarea {
    resize: vertical;
}
*,
::after,
::before {
    box-sizing: inherit;
    border-style: solid;
    border-width: 0;
}
.menu__input,
.mfp-container,
.search__input,
:root,
img.mfp-img {
    box-sizing: border-box;
}
* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.mfp-close,
a {
    text-decoration: none;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: transparent;
    color: inherit;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
    touch-action: manipulation;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
svg {
    fill: currentColor;
}
[aria-busy="true"] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[hidden][aria-hidden="false"] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute;
}
[hidden][aria-hidden="false"]:focus {
    clip: auto;
}
:root {
    background-color: #fff;
    color: #000;
    font: 100%/1.5 sans-serif;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
[type="button"],
[type="email"],
[type="month"],
[type="password"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[type="reset"],
[type="submit"],
[type="number"],
[type="search"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
button,
select,
textarea {
    min-height: 1.5em;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}
.pagination li,
body,
html {
    font-family: PSFournierWebRegular;
}
small {
    font-size: 75%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #666;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #666;
    color: #fff;
}
body,
html {
    /*background-color: #000 !important;*/
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
}
body main,
html main {
    background: #fff;
}
.btn,
.overlay {
    background: #000;
}
body.search-open header,
html.search-open header {
    margin-top: 61px !important;
}
body.search-open .top-search,
html.search-open .top-search {
    top: 0;
}
body.search-open .top-search input[type="text"],
html.search-open .top-search input[type="text"] {
    opacity: 1;
}
a {
    color: #0057b8;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    color: #666;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
}
.pagination,
.pagination li {
    position: relative;
    text-align: center;
}
.pagination {
    margin: 0 auto;
    float: left;
    width: 100%;
}
.pagination ul {
    margin: 0 !important;
    padding: 35px 0;
}
@media (min-width: 768px) {
    .pagination ul {
        padding: 70px 0;
    }
}
.pagination li {
    margin: 0 !important;
    display: inline-block;
    float: none;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    padding: 0 12px 0 10px;
}
.pagination li:last-of-type:after {
    display: none !important;
}
.pagination li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d1d2d5;
}
.hamburger,
.text-hide {
    background-color: transparent;
    border: 0;
}
.pagination a,
.pagination span {
    line-height: 1.6em;
    margin: 0 10px;
    padding: 5px 2px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    color: #3b3d4d;
}
.pagination a svg,
.pagination span svg {
    margin-bottom: 3px;
    width: 14px;
    height: 18px;
    fill: #3b3d4d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination a svg:hover,
.pagination span svg:hover {
    fill: #666;
}
.pagination span.current {
    color: #b7bac2;
}
.pagination a:hover {
    color: #666;
} /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2aa343fbb92c9d48f93e9e78dfe886a9)
 * Config saved to config.json and https://gist.github.com/2aa343fbb92c9d48f93e9e78dfe886a9
 */
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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: 15px;
    padding-right: 15px;
}
.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 {
    float: left;
}
.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;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.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;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
}
.affix {
    position: fixed;
}
@-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;
    }
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    overflow: visible;
}
.btn,
.btn:hover,
.fa-inverse {
    color: #fff;
}
.hamburger--emphatic,
.hamburger--emphatic-r,
.sr-only {
    overflow: hidden;
}
.hamburger-box {
    width: 25px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    right: 0;
    width: 100%;
    content: "";
    display: block;
}
.fa,
.fa-stack {
    display: inline-block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger--3dx .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(270deg);
    transition-delay: 0.1s;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -50px;
    top: -50px;
    transform: translate3d(50px, 50px, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -50px;
    top: -50px;
    transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -50px;
    top: 50px;
    transform: translate3d(50px, -50px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -50px;
    top: 50px;
    transform: translate3d(-50px, -50px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 50ms 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider .hamburger-inner::before,
.hamburger--slider-r .hamburger-inner::before {
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner {
    top: 1px;
}
.hamburger--slider .hamburger-inner::before {
    top: 6px;
}
.hamburger--slider .hamburger-inner::after {
    top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.57px, -4px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 6px;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.57px, -4px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.32s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont5b62.eot?v=4.6.3);
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format("embedded-opentype"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu__info,
.search__info {
    font-style: "PSFournierWebRegular";
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.btn,
input[type="email"],
input[type="text"],
textarea {
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.btn {
    display: block;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    padding: 20px 15px 15px;
    line-height: 120%;
    min-width: 265px;
    max-width: 350px;
    width: auto;
    font-size: 15px;
    font-family: SharpUnityExtrabold;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
.btn:hover {
    background: #666;
}
input[type="email"],
input[type="text"],
textarea {
    background: #fff;
    height: 50px;
    padding: 10px 20px;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    transition: background 0.25s ease;
    float: left;
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    color: #000;
    font-size: 20px;
    font-family: PSFournierWebRegular;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    background: #eee;
}
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}
button.btn,
input[type="submit"].btn {
    float: left;
    width: 100%;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
}
.content .gform_wrapper {
    margin-top: 35px;
}
.content .gform_wrapper .gform_body {
    width: 100% !important;
}
.content .gform_wrapper .gfield_label {
    margin-top: 0 !important;
    font-family: PSFournierWebRegular;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 0.5em;
}
@media (min-width: 768px) {
    .content .gform_wrapper .gfield_label {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .content .gform_wrapper .gfield_label {
        font-size: 20px;
    }
}
.content .gform_wrapper .validation_error {
    color: #ff3232;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid #ff3232;
    padding: 10px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.content .gform_wrapper li.gfield.gfield_error {
    background: 0 0;
    border-top: none;
    border-bottom: none;
}
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_required,
.content .gform_wrapper li.gfield.gfield_error .gfield_label,
.content .gform_wrapper li.gfield.gfield_error .gfield_required {
    color: #000;
}
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
.content .gform_wrapper li.gfield.gfield_error .gfield_label {
    margin-top: 0 !important;
    font-family: PSFournierWebRegular;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 0.5em;
}
@media (min-width: 768px) {
    .content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
    .content .gform_wrapper li.gfield.gfield_error .gfield_label {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
    .content .gform_wrapper li.gfield.gfield_error .gfield_label {
        font-size: 20px;
    }
}
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message,
.content .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message {
    margin-top: 0;
    padding-top: 0;
    color: #ff3232;
}
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gform_wrapper li.gfield_error textarea,
.content
    .gform_wrapper
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content .gform_wrapper li.gfield.gfield_error .gform_wrapper li.gfield_error textarea,
.content .gform_wrapper li.gfield.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 1px solid #ff3232 !important;
}
.content .gform_wrapper #gform_ajax_spinner_1 {
    margin: 15px auto;
    float: none;
    display: table;
    max-width: 25px !important;
    max-height: 25px !important;
}
.content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
}
.content .gform_wrapper ul.gform_fields li input[type="email"],
.content .gform_wrapper ul.gform_fields li input[type="text"],
.content .gform_wrapper ul.gform_fields li textarea {
    border: 1px solid #ccc;
}
.content .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
.content .gform_wrapper .gform_footer input[type="submit"] {
    display: table;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background: #0057b8;
    color: #fff;
    padding: 17px 15px;
    border-radius: 3px;
    line-height: 120%;
    min-width: 300px;
    max-width: 350px;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    font-family: PSFournierWebRegular;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
.content .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #666;
    color: #fff;
}
.social.links {
    float: left;
    font-size: 20px;
    margin-top: 8px;
}
.social.links span {
    float: left;
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 13px 15px 0;
}
.social.links ul {
    margin: 0;
    padding: 0;
    float: right;
}
#image-popup-inline,
#image-popup-inline a,
#inline-popup {
    margin: 0 auto;
    position: relative;
    max-width: 780px;
    width: 100%;
}
.social.links ul li {
    float: left;
}
.social.links ul li a {
    padding: 6px 15px;
    float: left;
    color: #000;
}
.social.links ul li a:hover {
    color: #666;
}
#image-popup-inline a {
    display: block;
}
#image-popup-inline a img {
    height: auto;
    width: 100%;
    border-radius: 3px;
}
#image-popup-inline button.mfp-close,
#inline-popup button.mfp-close {
    color: #000;
    top: 1px;
    right: 0;
}
.hide-me {
    display: none;
}
#inline-popup .inline-wrap {
    background: #fff;
    padding: 15px;
    text-align: center;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.searchOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(32, 32, 47, 0.98);
    z-index: 9999 !important;
}
.js .searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
.searchOverlay::after,
.searchOverlay::before {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1em solid #eceff1;
}
.searchOverlay::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: translate3d(-15px, -15px, 0);
}
.searchOverlay::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    transform: translate3d(15px, 15px, 0);
}
.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1em;
    right: 1.25em;
    display: none;
    cursor: pointer;
}
.js .btn--search-close {
    display: block;
}
.search__form {
    margin: 5em 0;
}
.search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    width: 75%;
    padding: 0.05em 0;
    color: #eceff1;
    border-bottom: 2px solid #0057b8;
}
.search__input::-webkit-input-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.search__input::-moz-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.search__input:-ms-input-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search__input::-ms-clear {
    display: none;
}
.search__info {
    font-size: 90%;
    font-weight: 700;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #0057b8;
}
.search__related {
    display: flex;
    width: 75%;
    pointer-events: none;
}
.search__suggestion {
    width: 33.33%;
    text-align: left;
}
.search__suggestion:nth-child(2) {
    margin: 0 3em;
}
.search__suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}
.search__suggestion h3::before {
    content: "\21FE";
    display: inline-block;
    padding: 0 0.5em 0 0;
}
.search__suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0;
}
.js .searchOverlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.js .search--open {
    pointer-events: auto;
    opacity: 1;
}
.searchOverlay::after,
.searchOverlay::before {
    transition: transform 0.5s;
}
.search--open::after,
.search--open::before {
    transform: translate3d(0, 0, 0);
}
.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.btn--search-close svg {
    width: 35px;
}
.btn--search-close svg .color {
    fill: #eceff1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn--search-close:hover svg .color {
    fill: #0057b8;
}
.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.js .search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.js .search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}
.search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.1s;
}
.search--open .search__suggestion:nth-child(3) {
    transition-delay: 0.2s;
}
@media screen and (max-width: 40em) {
    .search__form {
        margin: 5em 0 1em;
    }
    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }
    .btn--search-close svg {
        width: 25px;
    }
    .search__info {
        text-align: left;
    }
    .search__suggestion {
        font-size: 80%;
        width: 100%;
    }
    .search__suggestion:nth-child(2),
    .search__suggestion:nth-child(3) {
        display: none;
    }
}
.menuOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #2f2f2f;
    z-index: 9999 !important;
}
.menuOverlay .align-middle {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 70px;
}
.menuOverlay .align-middle ul.menu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menuOverlay .align-middle ul.menu li {
    font-size: 27px;
    font-family: SharpUnityExtrabold;
    font-weight: 400 !important;
    margin: 0 0 10px;
}
@media (min-width: 480px) {
    .menuOverlay .align-middle ul.menu li {
        font-size: 27px;
    }
}
@media (min-width: 768px) {
    .menuOverlay .align-middle ul.menu li {
        font-size: 27px;
    }
}
.menuOverlay .align-middle ul.menu li a {
    color: #fff;
    padding: 5px;
}
.menuOverlay .align-middle ul.menu li a:hover {
    color: #fff;
}
.js .menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
.menuOverlay::after,
.menuOverlay::before {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    pointer-events: none;
    border: 8px solid #fff;
}
.menuOverlay::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: translate3d(-15px, -15px, 0);
}
.menuOverlay::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    transform: translate3d(15px, 15px, 0);
}
.btn--menu-close {
    font-size: 2em;
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.js .btn--menu-close {
    display: block;
}
.menu__form {
    margin: 5em 0;
}
.menu__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    width: 75%;
    padding: 0.05em 0;
    color: #eceff1;
    border-bottom: 2px solid #0057b8;
}
.menu__input::-webkit-input-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.menu__input::-moz-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.menu__input:-ms-input-placeholder {
    opacity: 0.85;
    color: #eceff1;
}
.menu__input::-webkit-menu-cancel-button,
.menu__input::-webkit-menu-decoration {
    -webkit-appearance: none;
}
.menu__input::-ms-clear {
    display: none;
}
.menu__info {
    font-size: 90%;
    font-weight: 700;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #0057b8;
}
.menu__related {
    display: flex;
    width: 75%;
    pointer-events: none;
}
.menu__suggestion {
    width: 33.33%;
    text-align: left;
}
.menu__suggestion:nth-child(2) {
    margin: 0 3em;
}
.menu__suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}
.menu__suggestion h3::before {
    content: "\21FE";
    display: inline-block;
    padding: 0 0.5em 0 0;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
.sub-nav nav ul li a:after {
    content: "";
}
.menu__suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0;
}
.js .menuOverlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.js .menu--open {
    pointer-events: auto;
    opacity: 1;
}
.menuOverlay::after,
.menuOverlay::before {
    transition: transform 0.5s;
}
.menu--open::after,
.menu--open::before {
    transform: translate3d(0, 0, 0);
}
.btn--menu-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.btn--menu-close svg {
    width: 15px;
}
.btn--menu-close svg .color {
    fill: #eceff1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn--menu-close:hover svg .color {
    fill: #0057b8;
}
.menu--open .btn--menu-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.js .align-middle {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}
.js .menu--open .align-middle {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 40em) {
    .align-middle {
        margin: 5em 0 1em;
    }
    .btn--menu-close {
        font-size: 1.25em;
        top: 10px;
        right: 20px;
    }
    .btn--menu-close svg {
        width: 15px;
    }
    .menu__info {
        text-align: left;
    }
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
}
@font-face {
    font-family: PSFournierWebRegular;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebRegularotf.woff2) format("woff2"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebRegularotf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: PSFournierWebBold;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebBoldotf.woff2) format("woff2"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebBoldotf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: PSFournierWebBoldItalic;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebBoldItalicotf.woff2) format("woff2"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebBoldItalicotf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: PSFournierWebItalic;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebItalicotf.woff2) format("woff2"),
        url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/PSFournierWebItalicotf.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SharpUnitySemibold;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/SharpUnitySemibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SharpUnitySemiboldItalic;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/SharpUnitySemiboldItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SharpUnityExtrabold;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/SharpUnityExtrabold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SharpUnityExtraboldItalic;
    src: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/fonts/SharpUnityExtraboldItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.mfp-bg {
    width: 100%;
    z-index: 999998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    width: 100%;
    z-index: 999999;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 8px;
}
.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: 999999;
}
.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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-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;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    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;
    touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 32px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.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;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.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 {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    height: auto;
    display: block;
    width: auto;
}
img.mfp-img {
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    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);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.alert-bar .close-icon,
.mobile-nav nav.mobile {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.alert-bar {
    float: left;
    width: 100%;
    padding: 11px 15px 7px;
    background: #0057b8;
    position: relative;
    z-index: 9;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.alert-bar p {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: SharpUnitySemibold;
    font-weight: 600;
    font-size: 14px;
}
.alert-bar p span {
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 15px;
}
.alert-bar a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alert-bar .close-icon {
    position: absolute;
    top: 40%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.top,
.top-search {
    position: fixed;
    width: 100%;
}
.alert-bar .close-icon .fa {
    padding: 15px 0;
    float: right;
    margin: 5px 0 0;
    cursor: pointer;
    color: #fff;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.alert-bar .close-icon .fa:hover {
    color: #666;
}
.alert-bar.has-link:hover {
    background: #666;
}
.alert-bar.has-link .close-icon .fa:hover {
    color: #000;
}
.top {
    float: left;
    z-index: 9998;
}
.admin-bar .top {
    top: 46px;
}
@media (min-width: 768px) {
    .admin-bar .top,
    .admin-bar.sticky .top {
        top: 32px;
    }
    .sticky header {
        height: 65px;
        padding: 5px 0;
    }
}
.sticky .top {
    top: 0;
}
.sticky header {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
.top-search {
    height: 61px;
    background: #404040;
    padding: 5px 0;
    top: -61px;
    transition: all 0.3s ease-in-out;
}
.top-search .container {
    padding: 0;
    width: 100%;
    max-width: 1190px;
}
.top-search form {
    position: relative;
}
.top-search input[type="text"] {
    width: 100%;
    height: 52px;
    background: #404040;
    color: #eee;
    font-family: PSFournierWebRegular;
    font-weight: 400;
    font-size: 29px;
    letter-spacing: 0;
    opacity: 1;
    padding: 10px 60px 10px 10px;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
}
.top-search input[type="submit"],
header .search-icon {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}
.top-search input[type="text"]::-webkit-input-placeholder {
    color: #eee;
}
.top-search input[type="text"]::-moz-placeholder {
    color: #eee;
}
.top-search input[type="text"]:-ms-input-placeholder {
    color: #eee;
}
.top-search input[type="text"]:-moz-placeholder {
    color: #eee;
}
.top-search input[type="submit"] {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 30px;
    height: 30px;
    -webkit-mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg) no-repeat 100% 100%;
    mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg#mask);
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #eee;
    transition: 0.3s;
    z-index: 25px;
    text-indent: -9999px;
    opacity: 1;
}
.top-search input[type="submit"]:hover {
    background: #666;
}
header {
    float: left;
    width: 100%;
    padding: 4px 0;
    /*height: 55px;*/
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .sticky header .hamburger {
        margin-top: 6px;
    }
    .sticky header .logo a.logo-text {
        margin-top: 12px;
    }
    .sticky header .primary {
        margin-top: 7px;
    }
    header {
        /*height: 105px;
        padding: 14px 0;*/
    }
}
header .container-navigation {
    padding: 0 20px;
    width: 100%;
    /*max-width: 1010px;*/
    margin: 0 auto;
}
@media (min-width: 768px) {
    header .container-navigation {
        padding: 0 40px;
    }
    header .search-icon i {
        font-size: 23px;
    }
}
@media (min-width: 960px) {
    header .container-navigation {
        padding: 0 20px;
    }
}
header .search-icon {
    float: right;
    padding: 9px 10px;
    margin-left: 20px;
    margin-right: 50px;
    transition: 0.3s;
}
.hamburger,
header .search-icon i {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
@media (min-width: 992px) {
    header .search-icon {
        margin-left: 20px;
        margin-right: 0;
    }
}
header .search-icon:hover i {
    color: #666;
}
header .search-icon i {
    transition: 0.3s;
    color: #fff;
    font-size: 23px;
}
header .logo {
    font-size: 14px;
    font-family: PSFournierWebBold;
}
header .logo a.logo-text {
    margin-top: 13px;
    display: inline-block;
    float: left;
    width: 260px;
}
header .control,
header nav {
    float: right;
}
@media (min-width: 480px) {
    header .logo a.logo-text {
        width: 300px;
    }
}
@media (min-width: 768px) {
    header .logo {
        font-size: 25px;
        font-weight: bold;
    }
    header .logo a.logo-text {
        margin-top: 23px;
        width: auto;
    }
}
header .social.links {
    display: none;
}
@media (min-width: 1250px) {
    header .social.links {
        display: block;
        float: right;
        margin: 6px 20px 0 0;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
    }
}
header .social.links ul li i {
    font-size: 17px;
}
header .social.links ul li a {
    color: #999;
    padding: 0 11px;
}
header .social.links ul li a:hover {
    color: #666;
}
header nav.primary a {
    color: #000;
}
header nav.primary a:hover {
    color: #666;
}
nav.primary {
    display: none;
}
@media (min-width: 992px) {
    nav.primary {
        display: block;
    }
}
@media (min-width: 768px) {
    nav.primary {
        float: left;
        margin: 17px 0 0 45px;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    nav.primary ul {
        margin: 0 20px 0 0;
        display: table;
    }
    nav.primary ul li {
        margin: 0;
        padding: 13px 8px;
        position: relative;
        font-family: SharpUnitySemibold;
        font-size: 14px;
    }
}
@media (min-width: 768px) and (min-width: 1250px) {
    nav.primary ul li {
        padding: 13px;
    }
}
@media (min-width: 768px) {
    nav.primary ul li a {
        padding-bottom: 6px;
    }
    nav.primary ul li.home {
        display: none;
    }
    nav.primary ul li.menu-item-has-children:hover .sub-menu {
        display: block;
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    }
    nav.primary ul li.menu-item-has-children:hover .sub-menu li {
        -webkit-animation: fadeIn 0.5s ease-in-out;
        -webkit-animation-fill-mode: both;
        animation: fadeIn 0.5s ease-in-out;
        animation-fill-mode: both;
    }
    nav.primary ul li.current_page_item a {
        border-bottom: 2px solid #0057b8;
    }
    nav.primary ul li.current_page_item ul li a {
        border-bottom: 0;
    }
    nav.primary ul li:first-child {
        border-left: 0;
    }
    nav.primary ul li:last-child {
        margin-right: 0;
    }
    nav.primary ul li .sub-menu {
        width: 270px;
        position: absolute;
        top: 62px;
        left: 58%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #0057b8;
        padding: 25px;
        visibility: hidden;
        opacity: 0;
        margin-top: 20px;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    }
    nav.primary ul li .sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 12px solid #0057b8;
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    nav.primary ul li .sub-menu:after {
        content: "";
        height: 22px;
        width: 100%;
        position: absolute;
        top: -22px;
        left: 0;
        background: 0 0;
    }
    nav.primary ul li .sub-menu li {
        width: 100%;
        margin: 0 0 8px;
        padding: 0;
        border: 0 !important;
        line-height: 100%;
        font-family: PSFournierWebRegular;
        font-size: 16px;
    }
    nav.primary ul li .sub-menu li:last-child {
        margin-bottom: 0 !important;
    }
    nav.primary ul li .sub-menu li a {
        color: #fff;
        margin: 0;
    }
    nav.primary ul li .sub-menu li a:hover {
        color: #000;
        opacity: 1 !important;
    }
}
.topper-cta .video-popup,
nav.secondary ul li a {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
nav.secondary {
    display: none;
}
nav.secondary ul li a {
    display: block;
    float: left;
    text-align: center;
    background: #0057b8;
    color: #fff;
    height: 43px;
    border-radius: 3px;
    line-height: 41px;
    width: 155px;
    font-size: 16px;
    font-weight: 600;
    font-family: PSFournierWebRegular;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
}
nav.secondary ul li a:hover {
    background: #fff;
    color: #666;
}
@media (min-width: 1250px) {
    nav.secondary ul li a {
        width: 175px;
    }
}
nav.secondary ul li:last-child a {
    background: #666;
}
nav.secondary ul li:last-child a:hover {
    background: #fff;
    color: #666;
}
@media (min-width: 992px) {
    nav.secondary {
        display: block;
        float: right;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    nav.secondary ul li:last-child {
        margin: 0 0 0 10px;
    }
    .hamburger {
        display: none;
    }
}
@media (min-width: 768px) {
    nav ul li {
        float: left;
        list-style-type: none;
    }
}
.hamburger {
    float: right;
    margin: 10px 0 0;
    position: relative;
    z-index: 9998;
    transition: 0.3s;
}
.menu-wrap .menu,
.menu-wrap .menu li,
.menu-wrap .secondary,
.mobile-nav nav,
.mobile-nav nav.mobile ul {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .hamburger {
        margin: 18px 0 0;
    }
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
    background-color: #666;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff;
}
.hamburger div {
    font-family: SharpUnityExtrabold;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-meta span,
.menu-wrap .menu li,
footer nav.footer-secondary ul li a,
footer nav.primary ul li {
    font-family: PSFournierWebRegular;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2f2f2f;
    z-index: 10;
    height: 100%;
    display: none;
}
.mobile-nav nav.mobile {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-nav nav.mobile ul {
    margin: 0;
    padding: 0;
}
.mobile-nav nav.mobile ul li {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin: 0 0 10px;
}
.menu-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    background: 0 0;
    font-weight: 600;
    opacity: 0;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
    transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
    left: 100%;
}
#container-wrap,
.top {
    opacity: 1;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.menu-wrap .align-middle {
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-wrap .menu {
    overflow: hidden;
}
.menu-wrap .menu li {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.menu-wrap .menu li a {
    color: #fff;
    padding: 5px 0;
}
.menu-wrap .menu li a:hover {
    color: #666;
}
.menu-wrap .secondary {
    margin: 20px 0 15px;
    overflow: hidden;
    display: block;
}
.menu-wrap .secondary li {
    display: table;
    margin: 0 auto 10px !important;
    text-align: center;
}
.menu-wrap .secondary li a {
    float: none;
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 52px;
    max-width: 325px;
    font-size: 18px;
}
.menu-wrap .social-mobile {
    float: left;
    width: auto;
    width: 100%;
}
.menu-wrap .social-mobile .social {
    display: table;
    margin: 0 auto;
    float: none;
    width: auto;
}
.menu-wrap .social-mobile .social ul li a {
    color: #999;
}
.menu-wrap .social-mobile .social ul li a:hover {
    color: #666;
}
.menu-wrap .social-mobile .social ul li a i {
    font-size: 32px;
}
.menu-top {
    line-height: 58px;
}
.menu-top .profile {
    display: inline-block;
    padding: 8px 10px;
    line-height: 42px;
}
.menu-side,
.menu-top .profile {
    width: 300px;
}
.menu-top .profile img {
    float: left;
    margin-right: 1em;
}
.icon-list {
    display: inline-block;
    font-size: 1.25em;
}
.icon-list a {
    margin: 0 1em 0 0;
    padding: 0;
}
@media screen and (max-width: 32em) {
    .icon-list {
        padding-left: 1em;
    }
}
.menu-side a {
    display: block;
    padding: 1.2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-side a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.top {
    transition: 0.3s;
}
#container-wrap {
    float: left;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s;
}
.show-menu #container-wrap,
.show-menu .menu-wrap {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
#container-wrap.alert {
    margin-top: 39px;
}
.show-menu .top {
    opacity: 0;
}
.show-menu #container-wrap {
    left: -100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 0.4);
    transition-timing-function: cubic-bezier(0.2, 0, 0.3, 0.4);
}
.show-menu .menu-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
    transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
    left: 0;
}
.topper .read-more a svg,
.upnext {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.bottom-cta {
    float: left;
    width: 100%;
    background-color: #0057b8;
    background-size: cover !important;
    position: relative;
    padding: 40px 0;
    color: #fff;
}
@media (min-width: 768px) {
    .bottom-cta {
        height: 750px;
    }
}
.bottom-cta h1,
.bottom-cta h6 {
    color: #fff;
    text-align: center;
}
footer,
footer a {
    color: #000;
}
.bottom-cta h6 {
    margin-bottom: 5px;
}
.bottom-cta h1 {
    margin-bottom: 35px;
}
.bottom-cta .container,
.bottom-cta .row {
    height: 100%;
}
.bottom-cta .bottom-cta-form {
    margin: 0 auto;
    display: table;
    float: none;
    width: 300px;
    padding: 0;
}
.bottom-cta .bottom-cta-form form .email {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.bottom-cta .bottom-cta-form form .zip {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.bottom-cta .bottom-cta-form form .submit {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    footer {
        /*padding: 50px 0 70px;*/
        padding: 22px 0px 0px;
    }
}
footer a:hover {
    color: #666;
}
.footer-meta span,
.h1,
h1 {
    color: #000;
    font-weight: 400;
}
footer.submenu {
    padding: 40px 0 100px;
}
footer .col-sm-6 {
    text-align: center;
}
@media (min-width: 768px) {
    footer.submenu {
        padding: 40px 0;
    }
    footer .col-sm-6 {
        margin: 0 auto;
        display: table;
        float: none;
    }
}
footer nav.footer-secondary {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    display: block;
}
@media (min-width: 768px) {
    footer nav.footer-secondary {
        margin: 0 0 15px;
    }
    footer nav.footer-secondary ul li a {
        font-size: 15px;
        font-weight: 600;
    }
}
@media (min-width: 992px) {
    footer nav.footer-secondary {
        margin: 0 0 20px;
    }
}
footer nav.footer-secondary ul {
    margin: 0 auto;
    display: table;
    float: none;
}
footer nav.footer-secondary ul li {
    text-align: center;
    margin: 0 15px;
}
footer nav.footer-secondary ul li a {
    font-weight: 600;
    font-size: 15px;
}
footer nav.primary {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    footer nav.primary {
        margin-bottom: 40px;
    }
    footer nav.primary ul li {
        font-weight: 600;
    }
}
@media (min-width: 992px) {
    footer nav.footer-secondary ul li a {
        font-size: 16px;
    }
    footer nav.primary {
        margin-bottom: 70px;
    }
}
footer nav.primary ul {
    margin: 0 auto;
    display: table;
    float: none;
}
footer nav.primary ul li {
    text-align: center;
    font-weight: 600;
}
footer nav.primary ul li.home {
    display: block;
}
footer nav.primary ul li a {
    font-size: 18px;
}
@media (min-width: 768px) {
    footer nav.primary ul li a {
        font-size: 19px;
    }
}
footer .social {
    margin-top: 0;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    footer .social {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    footer nav.primary ul li a {
        font-size: 20px;
    }
    footer .social {
        margin-bottom: 70px;
    }
}
footer .social.links {
    float: left;
    width: 100%;
}
footer .social.links ul {
    margin: 0 auto;
    display: table;
    float: none;
}
.footer-meta,
.footer-meta .address,
.footer-meta span {
    float: left;
    width: 100%;
}
footer .social.links ul li a i {
    font-size: 24px;
}
@media (min-width: 768px) {
    footer .social.links ul li a i {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    footer .social.links ul li a i {
        font-size: 32px;
    }
}
.footer-meta .address {
    margin: 0 0 20px;
    text-align: center;
}
.footer-meta .address span {
    margin: 0;
}
.footer-meta .copyrights {
    margin: 0 0 15px;
    text-align: center;
    float: left;
    width: 100%;
}
.footer-meta .copyrights span {
    margin: 0;
}
.footer-meta span {
    display: block;
    font-size: 12px;
}
.footer-meta span.campaign-name {
    margin-top: 15px;
}
.footer-meta span.address {
    margin-bottom: 15px;
}
.footer-meta span.paid-for {
    text-align: center;
    border: 1px solid #c8c8c8;
    padding: 10px 20px;
    width: 100%;
    color: #999;
    margin: 0 auto;
    max-width: 620px;
    float: none;
    display: table;
    font-size: 12px;
}
.footer-meta span.site-by {
    text-align: center;
    font-weight: 400;
    color: #999;
    margin-top: 15px;
}
.footer-meta span.site-by a {
    color: #999;
}
.footer-meta span.site-by a:hover {
    color: #666;
}
.footer-left {
    float: left;
    width: 190px;
}
.footer-left p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: SharpUnitySemibold;
    color: #3d3d3d;
}
.footer-left p:first-child {
    font-family: SharpUnityExtrabold;
}
.footer-left p a {
    display: inline-block;
    margin-left: 6px;
}
.footer-right {
    float: right;
    width: 125px;
}
@media (min-width: 768px) {
    .footer-right {
        margin-right: 10px;
        /*float: left;*/
        /*margin: 0 0 0 50px;*/
        width: 135px;
    }
}
.footer-right img,
.footer-right svg {
    width: 300px;
    height: 80px;
    fill: #949494;
    margin: 7px 0 0;
}
aside,
main {
    width: 100%;
    float: left;
}
.topper .read-more a svg .st0,
.upnext .arrow svg .st0 {
    fill: #fff;
}
.h1,
.h2,
h1,
h2 {
    margin: 0 0 0.5em;
}
.h1,
h1 {
    font-family: PSFournierWebBold;
    font-size: 24px;
    line-height: 116%;
}
.h2,
.h3,
h2,
h3 {
    font-family: PSFournierWebBold;
    color: #000;
    line-height: 120%;
}
@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 34px;
    }
}
@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 40px;
    }
}
.h1.super,
h1.super {
    font-size: 30px;
}
@media (min-width: 768px) {
    .h1.super,
    h1.super {
        font-size: 42.5px;
    }
}
@media (min-width: 992px) {
    .h1.super,
    h1.super {
        font-size: 50px;
    }
}
.h1 em,
.h1 i,
.h1 strong,
h1 em,
h1 i,
h1 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
.h2,
h2 {
    font-weight: 400;
    font-size: 20px;
}
@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 25.5px;
    }
}
@media (min-width: 992px) {
    .h2,
    h2 {
        font-size: 30px;
    }
}
.h2 em,
.h2 i,
.h2 strong,
h2 em,
h2 i,
h2 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
.h3,
h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 0.5em;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-family: SharpUnityExtrabold;
    color: #000;
    line-height: 130%;
   /* margin: 0 0 0.5em;*/
    margin: 20px 0 0.5em;
}
@media (min-width: 768px) {
    .h3,
    h3 {
        font-size: 25.5px;
    }
}
@media (min-width: 992px) {
    .h3,
    h3 {
        font-size: 30px;
    }
}
.h3 em,
.h3 i,
.h3 strong,
h3 em,
h3 i,
h3 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
.h4,
h4 {
    font-weight: 400;
    font-size: 18px;
}
@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}
.h4 em,
.h4 i,
.h4 strong,
h4 em,
h4 i,
h4 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
.h5,
h5 {
    font-weight: 400;
    font-size: 18px;
}
@media (min-width: 768px) {
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .h5,
    h5 {
        font-size: 20px;
    }
}
.h5 em,
.h5 i,
.h5 strong,
h5 em,
h5 i,
h5 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
.h6,
h6 {
    font-weight: 600;
    font-size: 18px;
}
.content ol,
.content ul,
p {
    line-height: 144%;
    color: #000;
}
@media (min-width: 768px) {
    .h6,
    h6 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .h6,
    h6 {
        font-size: 20px;
    }
}
.h6 em,
.h6 i,
.h6 strong,
h6 em,
h6 i,
h6 strong {
    font-weight: 600 !important;
    font-style: normal !important;
}
p {
    font-family: PSFournierWebRegular;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    p {
        font-size: 18px;
        margin: 0 0 25px;
    }
}
@media (min-width: 992px) {
    p {
        font-size: 18px;
        margin: 0 0 25px;
    }
}
p strong {
    font-family: PSFournierWebBold;
    font-weight: 400;
}
.content ol,
.content ul {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: PSFournierWebRegular;
    font-weight: 400;
}
@media (min-width: 768px) {
    .content ol,
    .content ul {
        font-size: 18px;
        margin-bottom: 30px;
        margin-left: 25px;
        padding-left: 25px;
    }
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    margin: 5px;
}
.content ol ul li,
.content ul ul li {
    list-style: disc;
}
.content ol strong,
.content ul strong {
    font-family: PSFournierWebBold;
    font-weight: 400;
}
.sub-nav .social span,
.topper h1,
.topper-posts .page-meta span {
    font-family: PSFournierWebRegular;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}
@media (min-width: 768px) {
    .container {
        padding: 0 40px;
        /*max-width: 1050px;*/
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
hr {
    width: 140px;
    height: 1px;
    background: #eaeaea;
    border-radius: 0;
    margin: 40px auto 0;
}
@media (min-width: 768px) {
    hr {
        margin: 50px auto 0;
    }
}
@media (min-width: 992px) {
    hr {
        margin: 70px auto 0;
    }
}
hr.long {
    width: 100%;
    height: 2px;
    max-width: 100%;
    margin: 50px auto 0;
    background: #eaeaea !important;
}
@media (min-width: 768px) {
    hr.long {
        margin: 0;
    }
}
.content {
    float: left;
    width: 100%;
}
.content .col-md-8 {
    margin: 0 auto;
    display: table;
    float: none;
}
.content .bottom-share {
    padding: 25px 0;
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}
@media (min-width: 992px) {
    .content .bottom-share {
        display: none;
    }
}
.content .bottom-share .social {
    display: table;
    float: none;
    margin: 0 auto;
}
.content .bottom-share .social span,
.topper.tall .deck {
    display: none;
}
.content .bottom-share .social ul li a,
.content .bottom-share .social ul li a:hover {
    color: #666;
}
.topper h1,
.topper h2,
.topper h3,
.topper h4,
.topper h5,
.topper h6,
.topper p,
.upnext h2,
.upnext h6 {
    color: #fff;
}
.content .bottom-share .social ul li a i {
    font-size: 23px;
}
.upnext {
    margin-top: 0 !important;
    margin-bottom: 0;
    height: auto;
    position: relative;
    padding: 50px 0 85px;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    float: left;
    width: 100%;
    background: #0057b8;
}
.topper,
.upnext:hover {
    background-color: #000;
}
.upnext h2 {
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
}
.upnext h6 {
    text-align: center;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .content .bottom-share .social ul li a i {
        font-size: 29px;
    }
    .upnext {
        height: 380px;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .upnext {
        height: 500px;
        padding: 0;
    }
}
.upnext a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.upnext .container {
    max-width: 100%;
}
@media (min-width: 768px) {
    .upnext .container {
        max-width: 80%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (min-width: 960px) {
    .upnext .container {
        max-width: 80%;
    }
}
.upnext .arrow {
    width: 40px;
    position: absolute;
    top: auto;
    margin: 0 auto;
    bottom: 35px;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 20px;
}
.upnext .arrow svg {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 768px) {
    .upnext .arrow {
        width: 50px;
        right: 50px;
        margin: 0;
        left: auto;
        bottom: auto;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .vertical-centered {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.vertical-centered {
    float: left;
    width: 100%;
    text-align: center;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .topper {
    /*height: 400px !important;*/
    height: 210px !important;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 55px;
}
.topper .read-more a svg,
.topper-cta .video-popup {
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
}
@media (min-width: 768px) {
    .home .topper {
        height: calc(100vh - 72px) !important;
        max-height: 500px;
        /*min-height: 350px;*/
        margin-top: 105px;
    }
}
@media (min-width: 992px) {
    .home .topper {
        height: calc(100vh - 72px) !important;
        max-height: 580px;
        /*min-height: 808px;*/
        min-height: 670px;
        margin-top: 105px;
    }
}
.topper {
    float: left;
    width: 100%;
    background-size: cover !important;
    position: relative;
    padding: 40px 0;
    margin-top: 55px;
}
.topper h6 {
    margin-bottom: 10px;
}
.topper .deck,
.topper h1 {
    margin-bottom: 25px;
}
.topper h1 {
    font-weight: 300;
}
.topper .container {
    height: 100%;
    opacity: 0;
}
.topper .container .row,
.topper .container .row .col-xs-12 {
    height: 100%;
}
.topper .container .row .col-xs-12 h1 {
    position: absolute;
    bottom: 0;
    left: 15px;
}
@media (min-width: 1250px) {
    .upnext .container {
        max-width: 1190px;
    }
    .topper .container .row .col-xs-12 h1 {
        width: 70%;
    }
}
@media (min-width: 768px) {
    .topper {
        padding: 0;
        margin-top: 105px;
    }
    .topper .container .row .col-xs-12 h1 {
        bottom: 50px;
        font-size: 50px;
    }
    .topper .deck {
        margin-bottom: 45px;
    }
}
.topper .deck p {
    margin-bottom: 20px;
}
.topper .deck p:last-of-type {
    margin-bottom: 0;
}
.topper.short {
    height: auto;
    padding: 65px 0 55px;
}
@media (min-width: 768px) {
    .topper.short {
        height: 420px;
    }
}
@media (min-width: 992px) {
    .topper.short {
        height: 420px;
    }
}
.topper.tall {
    height: auto;
    padding: 85px 0 100px;
}
@media (min-width: 768px) {
    .topper.tall {
        height: 540px;
    }
    .topper.tall .deck {
        display: block;
    }
}
@media (min-width: 992px) {
    .topper.tall {
        height: 590px;
    }
}
.topper.home {
    height: auto;
    padding: 55px 0 20px;
}
@media (min-width: 768px) {
    .topper.home {
        height: 540px;
        padding: 0;
    }
    .topper.home .deck {
        display: block;
    }
}
.topper.home .deck {
    display: block;
}
.topper .read-more {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 47px;
}
@media (min-width: 992px) {
    .topper.home {
        height: 590px;
        padding: 0;
    }
    .topper .read-more {
        max-width: 67px;
        bottom: 35px;
    }
}
.topper .read-more a {
    padding: 10px;
    float: left;
    width: 100%;
    height: auto;
}
.topper .read-more a svg {
    width: 100%;
    transition: 0.3s;
}
.topper .read-more a:hover svg {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.topper .read-more a:hover svg .st0 {
    fill: #666;
}
.topper-posts {
    padding: 90px 0 0;
}
@media (min-width: 768px) {
    .topper-posts {
        padding: 100px 0 0;
    }
}
@media (min-width: 992px) {
    .topper-posts {
        padding: 140px 0 0;
    }
}
.topper-posts .col-md-8 {
    margin: 0 auto;
    float: none;
}
.topper-posts.no-topper .col-md-8 {
    display: table;
    margin: 0 auto;
    padding-top: 50px;
}
@media (min-width: 480px) {
    .topper-posts.no-topper .col-md-8 {
        padding-top: 80px;
    }
}
@media (min-width: 960px) {
    .topper-posts.no-topper .col-md-8 {
        padding: 25px 0 0;
    }
}
.topper-posts.no-topper h1,
.topper-posts.no-topper h6 {
    text-align: center;
}
.topper-posts .page-meta {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.topper-posts .page-meta span {
    padding: 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.topper-posts .page-meta a {
    color: #000;
}
.sub-nav .social span,
.sub-nav .social ul li a:hover,
.topper-posts .page-meta a:hover {
    color: #666;
}
.topper-posts h2 {
    margin: 0 auto 25px;
    text-align: center;
    max-width: 700px;
}
.topper-posts .post-info {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
@media (min-width: 960px) {
    .topper-posts .sub-nav {
        margin-bottom: 25px;
    }
}
.topper-cta {
    float: left;
    width: 100%;
}
.topper-cta .btn {
    margin: 0 auto;
    display: table;
}
.topper-cta .video-link {
    position: relative;
}
.topper-cta .video-popup {
    width: 75px;
    height: 75px;
    background: #0057b8;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    display: table;
    margin: 0 auto;
    outline: 0;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.topper-cta .video-popup:hover {
    background: #666;
}
.topper-cta .video-popup span {
    width: 30px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    margin: 0 auto;
}
.topper-cta .video-popup span svg {
    margin-left: 5px;
    width: 100%;
    height: auto;
}
.topper-cta .topper-form {
    margin: 0 auto;
    display: table;
    float: none;
    width: 300px;
    padding: 0;
}
.topper-cta .topper-form form .email {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.topper-cta .topper-form form .zip {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.topper-cta .topper-form form .submit {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.topper-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-size: cover !important;
}
.fullscreen-bg__video {
    display: none;
}
@media (min-width: 768px) {
    .fullscreen-bg__video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}
.sub-nav {
    float: left;
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 992px) {
    .sub-nav {
        padding: 0 40px;
    }
}
.sub-nav .container {
    padding: 0;
}
.sub-nav .social {
    margin: 0;
    float: right;
    display: none;
    height: 70px;
    background: #eee;
    padding: 21px 30px;
}
@media (min-width: 992px) {
    .sub-nav .social {
        display: block;
    }
}
.sub-nav .social span {
    margin: 4px 10px 0;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}
.sub-nav .social ul li a {
    padding: 0 8px;
    color: #666;
}
.sub-nav .topper-menu {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
}
@media (min-width: 768px) {
    .sub-nav .topper-menu {
        display: table;
        margin: 0 auto;
        width: auto;
        float: none;
    }
}
.sub-nav .topper-menu.news {
    display: table;
    margin: 0 auto;
    width: auto;
    float: none;
}
.sub-nav nav {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .sub-nav nav {
        margin-top: 0;
        margin-bottom: 22px;
    }
}
.sub-nav nav ul {
    margin: 0;
    padding: 0;
}
.sub-nav nav ul li {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .sub-nav nav ul li {
        width: auto;
    }
    .sub-nav nav ul li.current-menu-item a:after {
        background: #0057b8;
        opacity: 1;
    }
    .sub-nav nav ul li:first-of-type a {
        margin-left: 0 !important;
    }
    .sub-nav nav ul li:last-child a {
        margin-right: 0 !important;
    }
}
.sub-nav nav ul li .sub-menu {
    display: none;
}
.sub-nav nav ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: SharpUnitySemibold;
    display: block;
    text-align: center;
    color: #000;
    position: relative;
    margin: 5px 10px;
    padding: 5px;
}
.sub-nav nav ul li a:after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .sub-nav nav ul li a {
        padding: 23px 0 10px;
        margin: 0 20px;
    }
    .sub-nav nav ul li a:hover:after {
        opacity: 1;
    }
}
.module {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .module {
        margin-top: 55px;
    }
}
.module.last-module.buttons,
.module.last-module.contact-block,
.module.last-module.full-content {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .module.last-module.buttons,
    .module.last-module.contact-block,
    .module.last-module.full-content {
        margin-bottom: 70px;
    }
}
@media (min-width: 992px) {
    .module {
        margin-top: 70px;
    }
    .module.last-module.buttons,
    .module.last-module.contact-block,
    .module.last-module.full-content {
        margin-bottom: 90px;
    }
}
.module .container,
.module .row {
    height: 100%;
}
.module img.size-full {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.module .wp-caption {
    width: 100% !important;
    margin: 25px 0;
}
.module .wp-caption img {
    height: auto !important;
    width: 100% !important;
}
@media (min-width: 480px) {
    .module .wp-caption img {
        height: auto !important;
        width: auto !important;
    }
    .module .wp-caption {
        width: auto !important;
        margin: 25px 0;
    }
}
.module .wp-caption-text {
    margin: 10px 0;
    font-size: 14px;
    line-height: 125%;
    text-align: center;
    font-family: PSFournierWebRegular;
    font-weight: 400;
    color: #000;
    width: 100% !important;
}
@media (min-width: 480px) {
    .module .wp-caption-text {
        font-size: 16px;
        width: auto;
    }
}
.module .alignleft {
    float: none;
    margin: 25px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}
@media (min-width: 480px) {
    .module .alignleft {
        float: left;
        width: auto;
        max-width: auto;
        position: relative;
        margin: 10px 35px 10px 0;
    }
}
.module .aligncenter {
    float: none;
    display: table;
    width: 100%;
    height: auto;
    margin: 25px 0;
}
@media (min-width: 480px) {
    .module .aligncenter {
        float: none;
        width: auto;
        position: relative;
        margin: 10px auto;
    }
}
.module .alignright {
    float: none;
    margin: 25px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}
@media (min-width: 480px) {
    .module .alignright {
        float: right;
        max-width: auto;
        width: auto;
        position: relative;
        margin: 10px 0 10px 35px;
    }
}
.module.action-menu {
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.module.action-menu nav ul li:first-child:nth-last-child(1),
.module.action-menu nav ul li:first-child:nth-last-child(1) ~ li {
    width: 100%;
}
.module.action-menu nav ul li:first-child:nth-last-child(2),
.module.action-menu nav ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
.module.action-menu nav ul li:first-child:nth-last-child(3),
.module.action-menu nav ul li:first-child:nth-last-child(3) ~ li {
    width: 33.33333%;
}
.module.action-menu nav ul li:first-child:nth-last-child(4),
.module.action-menu nav ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
.module.action-menu nav ul li:first-child:nth-last-child(5),
.module.action-menu nav ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
.module.action-menu nav ul li:first-child:nth-last-child(6),
.module.action-menu nav ul li:first-child:nth-last-child(6) ~ li {
    width: 16.66667%;
}
.module.action-menu nav ul li:first-child:nth-last-child(7),
.module.action-menu nav ul li:first-child:nth-last-child(7) ~ li {
    width: 14.28571%;
}
.module.action-menu nav ul li:first-child:nth-last-child(8),
.module.action-menu nav ul li:first-child:nth-last-child(8) ~ li {
    width: 12.5%;
}
.module.full-cta,
.module.full-cta .btn {
    float: left;
    width: 100%;
}
.module.action-menu nav ul li {
    text-align: center;
    border-right: 1px solid #0057b8;
    float: left;
}
.module.action-menu nav ul li .sub-menu {
    display: none;
}
.module.action-menu nav ul li:last-child {
    margin: 0;
    border: 0;
}
.module.action-menu nav ul li a {
    display: block;
    float: left;
    width: 100%;
    background: #666;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
}
.module.full-cta {
    background-color: #0057b8;
    color: #fff;
    background-size: cover !important;
}
@media (min-width: 768px) {
    .module.action-menu {
        position: relative;
    }
    .module.action-menu nav ul li a {
        padding: 60px 0;
    }
    .module.full-cta {
        height: 650px;
    }
    .module.full-cta .btn {
        margin: 0 auto;
        display: table;
        float: none;
        width: auto;
    }
}
.module.full-cta p {
    color: #fff;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.module.news-feed .news-items .news-item .news-content.image-in .display-time,
.module.news-feed .news-items .news-item .news-content.image-in .icon i,
.module.news-feed .news-items .news-item .news-content.image-in h5,
.module.news-feed .news-items .news-item:hover .display-time,
.module.news-feed .news-items .news-item:hover .icon i,
.module.news-feed .news-items .news-item:hover h5 {
    color: #fff !important;
}
.module.news-feed {
    margin: 0;
    padding: 50px 20px;
}
@media (min-width: 768px) {
    .module.news-feed {
        padding: 85px 40px;
    }
}
.module.news-feed h3 {
    text-align: center;
    margin: 0 0 35px;
}
@media (min-width: 768px) {
    .module.news-feed h3 {
        margin: 0 0 45px;
    }
}
@media (min-width: 992px) {
    .module.news-feed {
        padding: 125px 40px;
    }
    .module.news-feed h3 {
        margin: 0 0 55px;
    }
}
.module.news-feed .col-md-9,
.module.news-feed .read-more {
    float: none;
    display: table;
    margin: 0 auto;
}
.module.news-feed .container {
    padding: 0;
}
.module.news-feed .read-more {
    text-align: center;
}
.module.news-feed .read-more a {
    display: table;
}
.module.news-feed .news-items {
    float: left;
    width: 100%;
    margin: 0 0 45px;
}
@media (min-width: 768px) {
    .module.news-feed .news-items {
        margin: 0 0 55px;
    }
}
@media (min-width: 992px) {
    .module.news-feed .news-items {
        margin: 0 0 75px;
    }
}
.module.news-feed .news-items .news-item {
    float: none;
    width: calc(100% - 12px);
    max-width: 350px;
    margin: 6px auto;
    background: #eee;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    height: 300px;
    position: relative;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .module.news-feed .news-items .news-item {
        width: calc(33% - 12px);
        height: 350px;
        float: left;
        margin: 6px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .module.news-feed .news-items .news-item {
        width: calc(33% - 12px);
        height: 425px;
        max-width: 100%;
    }
}
.module.news-feed .news-items .news-item:hover {
    background: #666;
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.12);
}
.module.news-feed .news-items .news-item:hover .news-image .image {
    opacity: 0.3;
}
.module.news-feed .news-items .news-item:hover .icon svg .st0 {
    fill: #fff !important;
}
.module.news-feed .news-items .news-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 199 !important;
}
.module.news-feed .news-items .news-item .news-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #000;
    border-radius: 3px;
}
.module.news-feed .news-items .news-item .news-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    opacity: 0.5;
    border-radius: 3px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.module.news-feed .news-items .news-item .message {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 15px 0;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .module.news-feed .news-items .news-item .message {
        margin: 20px 0;
    }
}
@media (min-width: 992px) {
    .module.news-feed .news-items .news-item .message {
        margin: 30px 0;
    }
}
.module.news-feed .news-items .news-item .icon {
    text-align: center;
}
.module.news-feed .news-items .news-item .icon i {
    font-size: 32px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.module.news-feed .news-items .news-item .icon svg {
    width: 28px;
    height: auto;
}
.module.news-feed .news-items .news-item .icon svg .st0 {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    clip-path: url(#SVGID_2_);
    fill: #0057b8;
}
.module.news-feed .news-items .news-item .news-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}
.module.news-feed .news-items .news-item .news-content .vertical-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module.news-feed .news-items .news-item .news-content.image-in .icon svg .st0 {
    fill: #fff !important;
}
.module.news-feed .news-items .news-item .display-time {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: PSFournierWebRegular;
    color: #0057b8;
    font-weight: 600;
}
.module.news-feed .news-items .news-item.twitter .icon i {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #00aced;
}
.module.news-feed .news-items .news-item.twitter .display-time {
    color: #00aced;
}
.module.news-feed .news-items .news-item.facebook .display-time,
.module.news-feed .news-items .news-item.facebook .icon i {
    color: #344b81;
}
.module.news-feed .btn {
    margin: 0 auto;
    display: table;
    float: none;
    width: auto;
}
.module.featured-content {
    float: left;
    width: 100%;
}
.module.featured-content .image-slider {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.module.featured-content .image-slider .slick-prev {
    position: absolute;
    top: 37%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    width: 25px;
    height: 25px;
    -webkit-mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/next.svg) no-repeat 100% 100%;
    mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/next.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #333;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-indent: -9999px;
    cursor: pointer;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 25;
    opacity: 0.5;
}
.module.featured-content .image-slider .slick-next,
.module.image-slider .slick-prev {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (min-width: 768px) {
    .module.featured-content .image-slider .slick-prev {
        left: 100px;
        background-color: #c8c8c8;
        top: 42%;
        width: 70px;
        height: 70px;
    }
}
.module.featured-content .image-slider .slick-prev:hover {
    background: #333;
    opacity: 1;
}
.module.featured-content .image-slider .slick-next {
    position: absolute;
    top: 42%;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 25px;
    z-index: 25;
    height: 25px;
    -webkit-mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/next.svg) no-repeat 100% 100%;
    mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/next.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #333;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-indent: -9999px;
    opacity: 0.5;
    cursor: pointer;
}
@media (min-width: 768px) {
    .module.featured-content .image-slider .slick-next {
        right: 100px;
        background-color: #c8c8c8;
        top: 47%;
        width: 70px;
        height: 70px;
    }
    .module.featured-content .image-slider .featured-image {
        height: auto;
    }
}
.module.featured-content .image-slider .slick-next:hover {
    background: #333;
    opacity: 1;
}
.module.featured-content .image-slider .featured-image {
    height: auto;
    width: 100%;
    float: left;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover !important;
    margin-top: 0;
}
@media (min-width: 960px) {
    .module.featured-content .image-slider .featured-image {
        height: auto;
    }
}
.module.featured-content .featured-image {
    text-align: center;
}
.module.featured-content .featured-image img {
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .module.featured-content .featured-image img {
        padding: 0 40px;
    }
}
@media (min-width: 1250px) {
    .module.featured-content .featured-image img {
        padding: 0 60px;
    }
}
.module.featured-content .featured-image.video-share {
    margin-top: 0;
}
.module.featured-content .featured-image.video-share .video {
    width: 100%;
    max-width: 1145px;
    height: auto;
    float: none;
    margin: 0 auto;
}
.module.featured-content .col-md-8 {
    margin: 15px auto 0;
    display: table;
    float: none;
    text-align: left;
}
.module.featured-content .col-md-8 p {
    margin: 0;
    font-size: 14px;
    color: #000;
}
@media (min-width: 768px) {
    .module.featured-content .col-md-8 p {
        font-size: 16px;
    }
}
.module.full-content blockquote {
    text-align: left;
    margin: 35px 0;
    position: relative;
    padding-left: 20px;
    color: #000;
    font-size: 22px;
    line-height: 145%;
    font-family: PSFournierWebBold;
}
.module.block-quote p,
.module.full-content blockquote p {
    line-height: 120%;
    font-family: PSFournierWebBold;
}
@media (min-width: 768px) {
    .module.full-content blockquote {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .module.full-content blockquote {
        font-size: 30px;
        padding-left: 0;
        margin: 55px 0;
    }
}
.module.full-content blockquote p {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .module.full-content blockquote p {
        font-size: 26px;
    }
}
.module.full-content blockquote p:last-child {
    padding: 0;
    margin: 0;
}
.module.full-content blockquote h6 {
    font-style: normal;
}
.module.full-content .col-md-9 {
    margin: 0 auto;
    float: none;
}
.module.full-content img {
    width: 100%;
}
@media (min-width: 480px) {
    .module.full-content img {
        width: auto;
    }
}
.module.columns .row .indiv-column {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .module.columns .row .indiv-column {
        padding: 0 15px;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(1),
    .module.columns .row .indiv-column:first-child:nth-last-child(1) ~ .indiv-column {
        width: 100%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(2),
    .module.columns .row .indiv-column:first-child:nth-last-child(2) ~ .indiv-column {
        width: 50%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(3),
    .module.columns .row .indiv-column:first-child:nth-last-child(3) ~ .indiv-column {
        width: 33.33333%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(4),
    .module.columns .row .indiv-column:first-child:nth-last-child(4) ~ .indiv-column {
        width: 25%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(5),
    .module.columns .row .indiv-column:first-child:nth-last-child(5) ~ .indiv-column {
        width: 20%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(6),
    .module.columns .row .indiv-column:first-child:nth-last-child(6) ~ .indiv-column {
        width: 16.66667%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(7),
    .module.columns .row .indiv-column:first-child:nth-last-child(7) ~ .indiv-column {
        width: 14.28571%;
    }
    .module.columns .row .indiv-column:first-child:nth-last-child(8),
    .module.columns .row .indiv-column:first-child:nth-last-child(8) ~ .indiv-column {
        width: 12.5%;
    }
    .module.video .videoWrapper {
        width: calc(100% + 150px);
        margin: 0 -75px;
    }
}
.module.block-quote .col-sm-8,
.module.video .col-md-8 {
    margin: 0 auto;
    display: table;
    float: none;
}
.module.block-quote {
    padding: 90px 0;
    background: 50% 50% #000;
    text-align: left;
    background-size: cover !important;
}
.home-about .description p,
.home-about h2,
.home-issues .description p,
.home-issues h3 {
    text-align: center;
}
@media (min-width: 768px) {
    .module.block-quote {
        padding: 160px 0;
    }
}
@media (min-width: 992px) {
    .module.full-content blockquote p {
        font-size: 30px;
    }
    .module.block-quote {
        padding: 245px 0;
    }
}
.module.block-quote p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .module.block-quote p {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .module.block-quote p {
        font-size: 30px;
    }
}
.module.block-quote p:last-of-type {
    margin-bottom: 0;
}
.module.block-quote h6 {
    margin-top: 35px;
    margin-bottom: 0;
    color: #fff;
}
.module.block-quote .overlay {
    display: block;
}
.module.buttons {
    margin: 20px 0;
}
.module.buttons .all-buttons {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .module.buttons {
        margin: 40px 0;
    }
    .module.buttons .all-buttons .btn:first-child {
        margin-left: 0;
        margin-right: 0;
    }
}
.module.buttons .col-md-8 {
    margin: 0 auto;
    display: table;
    float: none;
}
.module.buttons .btn {
    float: none;
    width: 100%;
    display: table;
    margin: 0 auto 8px;
}
@media (min-width: 768px) {
    .module.buttons .btn {
        margin: 0 0 0 10px;
        width: auto;
        display: block;
        float: left;
    }
}
.module.image-slider {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.module.image-slider .slick-next,
.module.image-slider .slick-prev {
    position: absolute;
    z-index: 25;
    background-color: #fff;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-indent: -9999px;
    cursor: pointer;
}
.module.image-slider .full-widht-slider-image {
    height: 300px;
    width: 100%;
    float: left;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover !important;
}
@media (min-width: 768px) {
    .module.image-slider {
        margin-bottom: 50px;
        padding: 0;
    }
    .module.image-slider .full-widht-slider-image {
        height: 450px;
    }
}
@media (min-width: 960px) {
    .module.image-slider .full-widht-slider-image {
        height: 650px;
    }
}
.module.image-slider .slick-prev {
    top: 46%;
    transform: translateY(-50%);
    left: 25px;
    width: 25px;
    height: 25px;
    -webkit-mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg) no-repeat 100% 100%;
    mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 0.3s;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
}
#quiz-block.attached .container,
.module.image-slider .slick-next {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (min-width: 768px) {
    .module.image-slider .slick-prev {
        width: 45px;
        height: 45px;
    }
}
.module.image-slider .slick-prev:hover {
    background: #fff;
    opacity: 1;
}
.module.image-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 25px;
    height: 25px;
    -webkit-mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg) no-repeat 100% 100%;
    mask: url(https://www.hillaryclinton.com/wp-content/themes/wideeyecreative/assets/build/img/arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 0.3s;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .module.image-slider .slick-next {
        width: 45px;
        height: 45px;
    }
}
.module.image-slider .slick-next:hover {
    background: #fff;
    opacity: 1;
}
.module.contact-block {
    padding: 0;
    margin-top: 0;
}
.module.contact-block .contact-area {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.module.contact-block .contact-area p {
    padding: 0;
    margin: 0 auto;
    display: table;
    float: none;
    font-family: SharpUnityExtrabold;
    font-size: 18px;
    line-height: 125%;
}
.block-quote-container {
    float: left;
    width: 100%;
    padding: 0 20px;
    max-width: 1400px;
}
@media (min-width: 768px) {
    .module.contact-block .contact-area p {
        font-size: 20px;
    }
    .block-quote-container {
        padding: 0 40px;
    }
}
@media (min-width: 1250px) {
    .block-quote-container {
        padding: 0 60px;
        float: none;
        margin: 0 auto;
        display: table;
    }
}
.home-about {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0;
}
@media (min-width: 768px) {
    .home-about {
        padding: 85px 0;
    }
}
@media (min-width: 992px) {
    .home-about {
        padding: 125px 0;
    }
}
.home-about .col-md-9 {
    float: none;
    display: table;
    margin: 0 auto;
}
.home-about h2 {
    margin-bottom: 25px;
    margin-top: 0;
}
.home-about .description {
    margin-bottom: 20px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .home-about .description {
        margin-bottom: 40px;
    }
}
.home-about .read-more {
    float: left;
    width: 100%;
}
.home-about .read-more a {
    float: none;
    display: table;
    margin: 0 auto;
}
.home-issues {
    float: left;
    width: 100%;
    background: #eee;
    padding: 50px 20px;
}
@media (min-width: 768px) {
    .home-issues {
        padding: 85px 40px;
    }
}
@media (min-width: 992px) {
    .home-issues {
        padding: 125px 40px;
    }
}
.home-issues .col-md-9 {
    float: none;
    display: table;
    margin: 0 auto;
}
.home-issues .container {
    padding: 0;
}
.home-issues h3 {
    margin-bottom: 25px;
    margin-top: 0;
}
.home-issues .description {
    margin-bottom: 20px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .home-issues .description {
        margin-bottom: 40px;
    }
}
.home-issues .read-more {
    float: left;
    width: 100%;
}
.home-issues .read-more a {
    float: none;
    display: table;
    margin: 0 auto;
}
.top-introduction,
ul.home-nav,
ul.home-nav li,
ul.home-nav li a {
    float: left;
    width: 100%;
}
ul.home-nav li {
    margin: 0;
}
ul.home-nav li:first-child a {
    background: #0b0b0b;
}
ul.home-nav li:nth-child(2) a {
    background: #121212;
}
ul.home-nav li:nth-child(3) a {
    background: #202020;
}
ul.home-nav li:nth-child(4) a {
    background: #2f2f2f;
}
ul.home-nav li:last-child a {
    background: #3d3d3d;
}
ul.home-nav li a {
    color: #fff;
    display: block;
    padding: 15px 0 20px;
    font-size: 20px;
}
@media (min-width: 768px) {
    ul.home-nav li a {
        font-size: 25px;
        padding: 25px 0 33px;
    }
    .top-introduction {
        padding: 30px 0;
    }
}
ul.home-nav li a:hover {
    background: #0057b8;
}
.top-introduction {
    background: #fff;
    padding: 30px 0;
}
@media (min-width: 992px) {
    .top-introduction {
        padding: 30px 0 100px;
    }
}
.top-introduction .col-md-8 {
    float: none;
    display: table;
    margin: 0 auto;
}
.post-type-archive-issue .top-introduction {
    padding: 30px 0 20px;
}
@media (min-width: 768px) {
    .post-type-archive-issue .top-introduction {
        padding: 30px 0 20px;
    }
}
.page-template-template-issues-php .module.last-module {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .page-template-template-issues-php .module.last-module {
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) {
    .post-type-archive-issue .top-introduction {
        padding: 30px 0;
    }
    .page-template-template-issues-php .module.last-module {
        margin-bottom: 35px;
    }
}
.issues-page {
    float: left;
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .issues-page {
        padding: 0 25px;
    }
}
@media (min-width: 992px) {
    .issues-page {
        padding: 0 40px;
    }
}
.issues-page.inpage {
    padding: 40px 20px;
}
@media (min-width: 768px) {
    .issues-page.inpage {
        padding: 55px 40px;
    }
    .issues-page .container {
        max-width: 960px;
    }
}
@media (min-width: 992px) {
    .issues-page.inpage {
        padding: 70px 40px;
    }
}
.issues-page .container {
    padding: 0;
}
.issues-page .issues-grid {
    padding-bottom: 0;
}
.single-issue .module.last-module {
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .single-issue .module.last-module {
        margin-bottom: 25px;
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .single-issue .module.last-module {
        margin-bottom: 35px;
        margin-top: 30px;
    }
}
.issue-next-link {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    font-family: SharpUnitySemibold;
    font-size: 14px;
    text-align: left;
}
article .overlay-share .social span,
article .read-more a {
    font-family: PSFournierWebRegular;
    font-weight: 600;
}
@media (min-width: 768px) {
    .issue-next-link {
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .issue-next-link {
        margin-bottom: 80px;
    }
}
.issue-next-link .col-sm-12 {
    float: left;
}
.issues-grid {
    width: 100%;
    display: table;
    padding: 0 0 35px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .issue-next-link .col-md-8 {
        float: none;
    }
    .issues-grid {
        padding: 10px 0 45px;
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .issues-grid {
        padding: 10px 0 65px;
        text-align: center;
        margin-bottom: 100px;
    }
}
.issues-grid .single-issue {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 6px auto;
    background: #eaeaea;
    border-radius: 3px;
    height: 250px;
    position: relative;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
}
.issues-grid .single-issue.inner-issue {
    background: 0 0;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 170px;
}
.issues-grid .single-issue.inner-issue:hover {
    background: #666;
    border: 1px solid #666;
    color: #fff;
}
.issues-grid .single-issue.inner-issue:hover a {
    color: #fff;
}
@media (min-width: 768px) {
    .issues-grid .single-issue.inner-issue {
        height: 180px;
    }
}
@media (min-width: 992px) {
    .issues-grid .single-issue.inner-issue {
        height: 165px;
        width: calc(50% - 20px);
    }
}
.issues-grid .single-issue.inner-issue .wrapper h5,
.issues-grid .single-issue.inner-issue .wrapper p {
    opacity: 1;
}
@media (min-width: 768px) {
    .issues-grid .single-issue {
        width: calc(50% - 20px);
        height: 250px;
        float: none;
        display: inline-block;
        margin: 10px;
    }
}
.issues-grid .single-issue .wrapper h5,
.issues-grid .single-issue .wrapper p {
    text-align: left;
    margin: 0;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
@media (min-width: 992px) {
    .issues-grid .single-issue {
        width: calc(33% - 20px);
        height: 250px;
    }
}
.issues-grid .single-issue:hover {
    background: #666;
}
.issues-grid .single-issue:hover .wrapper h5,
.issues-grid .single-issue:hover .wrapper p {
    color: #fff;
    opacity: 1;
}
.issues-grid .single-issue a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.issues-grid .single-issue .wrapper {
    z-index: 98;
    padding: 20px;
}
.issues-grid .single-issue .wrapper h5 {
    transition: 0.3s;
}
.issues-grid .single-issue .wrapper p {
    font-size: 16px;
    line-height: 130%;
    transition: 0.3s;
    opacity: 0;
}
.learn-more .inner-nav .next-post,
article .overlay-share {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
@media (min-width: 768px) {
    .issues-grid .single-issue .wrapper {
        padding: 35px;
    }
    .issues-grid .single-issue .wrapper p {
        font-size: 18px;
    }
}
.articles {
    float: left;
    width: 100%;
}
.single-post .featured-image,
.single-post .featured-video {
    max-width: 100%;
    margin: 50px auto 0;
    position: relative;
}
.single-post .featured-image img,
.single-post .featured-video img {
    width: 100%;
    height: auto;
}
.single-post .featured-image .caption,
.single-post .featured-video .caption {
    margin-top: 15px;
}
.single-post .featured-image .caption p,
.single-post .featured-video .caption p {
    text-align: center;
    font-size: 13px;
}
.single-post .featured-image iframe,
.single-post .featured-video iframe {
    width: 100%;
    height: 280px;
}
@media (min-width: 768px) {
    .single-post .featured-image iframe,
    .single-post .featured-video iframe {
        height: 450px;
    }
}
@media (min-width: 960px) {
    .single-post .featured-image iframe,
    .single-post .featured-video iframe {
        height: 580px;
    }
}
.post-feed .content {
    background: #eee;
    padding: 30px 20px;
}
@media (min-width: 768px) {
    .post-feed .content {
        padding: 50px 40px;
    }
}
.post-feed .content .container {
    padding: 0;
}
.post-feed .featured-content {
    position: relative;
}
.post-feed .featured-content a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-feed .featured-content .featured-image {
    width: 100%;
    background-size: cover !important;
    background-position: 50% 50%;
    height: 240px;
}
@media (min-width: 768px) {
    .post-feed .featured-content .featured-image {
        height: 380px;
    }
}
@media (min-width: 992px) {
    .post-feed .featured-content .featured-image {
        height: 520px;
    }
}
.post-feed .featured-content .featured-video {
    margin-bottom: 0;
}
.post-feed .featured-content .featured-video iframe {
    width: 100%;
    height: 240px;
}
@media (min-width: 768px) {
    .post-feed .featured-content .featured-video iframe {
        height: 380px;
    }
}
@media (min-width: 992px) {
    .post-feed .featured-content .featured-video iframe {
        height: 520px;
    }
}
article {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    article {
        margin-bottom: 45px;
    }
    article:hover .overlay-share {
        opacity: 1;
    }
    article:hover .main-content h3 a {
        color: #0057b8;
    }
    article:hover .main-content .read-more a {
        color: #666;
    }
}
article .overlay-share {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: 100;
}
article .overlay-share .social {
    margin: 0;
    float: right;
    display: none;
    height: 60px;
    background: #eee;
    padding: 15px 20px;
}
@media (min-width: 992px) {
    article .overlay-share .social {
        display: block;
    }
}
article .overlay-share .social span {
    margin: 4px 10px 0;
    color: #666;
    text-transform: none;
    font-size: 14px;
}
article .overlay-share .social ul li a {
    padding: 0 8px;
    color: #666;
}
article .overlay-share .social ul li a:hover {
    color: #666;
}
article:last-child {
    margin: 0;
    border-bottom: 0;
}
article img {
    max-width: 100%;
    height: auto;
    margin: 0;
}
article .main-content {
    width: 100%;
    float: left;
    padding: 25px 20px;
    position: relative;
}
@media (min-width: 768px) {
    article .main-content {
        padding: 70px 40px;
    }
}
article .main-content .full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
article .excerpt,
article h3 {
    display: table;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 785px;
    text-align: center;
}
article .meta,
article .read-more {
    margin: 0 auto 10px;
    max-width: 785px;
    width: 100%;
    display: table;
    text-align: center;
}
article h3 a {
    color: #000;
}
article .read-more a {
    color: #0057b8;
    font-size: 16px;
    position: relative;
    padding-right: 15px;
}
article .read-more a:after {
    right: 0;
    content: "\f105";
    position: absolute;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    bottom: -4px;
}
.learn-more .go-back a:after,
.learn-more .inner-nav .next-post .wrapper p.tiny span:after {
    left: 0;
    content: "\f104";
    font-style: normal;
    text-decoration: inherit;
}
.learn-more .go-back a,
article .meta span {
    font-family: PSFournierWebRegular;
    font-weight: 600;
}
article .meta span {
    margin: 0 20px;
    font-size: 16px;
    color: #999;
}
article .meta span a {
    color: #999;
}
.learn-more .go-back a:hover,
article .meta span a:hover {
    color: #666;
}
@media (min-width: 768px) {
    article .meta span {
        font-size: 19px;
    }
    article .btn {
        float: left;
    }
}
.learn-more {
    position: relative;
    float: left;
    width: 100%;
}
.learn-more .go-back {
    margin: 20px auto 0;
    max-width: 750px;
    padding: 0 20px;
    text-align: center;
}
.learn-more .go-back a {
    position: relative;
    font-size: 16px;
    color: #666;
    padding-left: 15px;
}
.learn-more .go-back a:after {
    position: absolute;
    font-size: 19px;
    font-family: FontAwesome;
    font-weight: 400;
    bottom: -4px;
}
.learn-more .inner-nav {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 35px;
}
.learn-more .inner-nav .next-post {
    float: left;
    width: 100%;
    background: #000;
    height: auto;
    position: relative;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .learn-more .inner-nav .next-post {
        width: 50%;
        height: 530px;
    }
}
@media (min-width: 992px) {
    .learn-more .inner-nav .next-post {
        height: 630px;
    }
}
@media (min-width: 1250px) {
    .learn-more .inner-nav .next-post {
        height: 730px;
    }
}
.learn-more .inner-nav .next-post:hover {
    background: #666 !important;
}
.learn-more .inner-nav .next-post a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.learn-more .inner-nav .next-post .wrapper {
    max-width: 550px;
    padding: 55px 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .learn-more .inner-nav .next-post .wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 25px;
    }
}
.learn-more .inner-nav .next-post .wrapper h3,
.learn-more .inner-nav .next-post .wrapper p {
    color: #fff;
    text-align: center;
}
.learn-more .inner-nav .next-post .wrapper h3 {
    margin: 20px 0;
}
.learn-more .inner-nav .next-post .wrapper p.tiny {
    font-family: PSFournierWebRegular;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.learn-more .inner-nav .next-post .wrapper p.tiny span {
    position: relative;
    padding-left: 15px;
}
.learn-more .inner-nav .next-post .wrapper p.tiny span:after {
    position: absolute;
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: 400;
}
.event-links a,
.event-meta {
    font-family: PSFournierWebRegular;
}
.learn-more .inner-nav .next-post .wrapper p.date {
    font-size: 18px;
    margin: 0;
}
.learn-more .inner-nav .next-post.float-right {
    background: #0057b8;
}
.learn-more .inner-nav .next-post.float-right .wrapper .tiny span {
    padding-left: 0;
    padding-right: 15px;
}
.learn-more .inner-nav .next-post.float-right .wrapper .tiny span:after {
    left: auto;
    right: 0;
    content: "\f105";
}
.all-events {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.all-events .col-md-9 {
    margin: 0 auto;
    display: table;
    float: none;
}
.bottom-link a,
.top-link a {
    display: inline-block;
    float: none;
}
.event-info {
    float: left;
    width: 100%;
}
.event-info .map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}
.event-info .map img {
    max-width: inherit !important;
}
.top-link {
    text-align: center;
    margin-bottom: 35px;
    margin-top: -15px;
}
.bottom-link {
    text-align: center;
    margin-top: 35px;
}
.module.full-content .col-md-10 {
    float: none;
    margin: 0 auto;
}
.module.full-content .event-info .col-md-8 {
    float: left;
    margin: 0;
}
.page-template-template-events .top-introduction {
    padding-bottom: 10px;
}
.page-template-template-events .top-introduction h3,
.page-template-template-events .top-introduction p {
    text-align: center;
}
.event-info-block {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.event-set {
    float: left;
    width: 100%;
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .event-set {
        margin: 0 0 75px;
    }
}
.event-set h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .event-set h3 {
        margin-bottom: 45px;
        margin-top: 0;
    }
}
.event-set .event-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.event-item {
    float: left;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.event-item .col-sm-8 {
    float: left;
    margin: 0;
}
.event-item .col-sm-4 {
    float: right;
}
.event-item .col-sm-4 img {
    width: 100%;
    height: auto;
}
.single-event .full-content {
    margin-top: 30px;
}
h3.event-title {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left !important;
}
h3.event-title a {
    color: #000;
}
h3.event-title a:hover {
    color: #0057b8;
}
.event-meta {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 400;
}
.event-links {
    margin-top: 15px;
    overflow: hidden;
}
.event-links a {
    font-weight: 600;
    font-size: 16px;
    margin-right: 35px;
    position: relative;
    padding-right: 15px;
}
.event-links a.learn:after {
    right: 0;
    content: "\f105";
    position: absolute;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    bottom: -4px;
}
.list-page .top-introduction {
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-page .list-grid.search {
    padding: 65px 0 15px;
}
@media (min-width: 768px) {
    .event-links {
        margin-top: 25px;
    }
    .list-page .list-grid.search {
        padding: 85px 0 50px;
    }
}
.list-page .list-grid .col-md-8 {
    float: none;
    display: table;
    margin: 0 auto;
}
.list-page .list-grid .main-headline {
    margin-top: 40px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .list-page .list-grid .main-headline {
        margin-bottom: 45px;
        margin-top: 50px;
    }
}
.list-page .list-grid .main-headline h3 {
    text-align: center;
    margin: 0;
}
.list-page .list-grid .single-row {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
    .list-page .list-grid .single-row {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
}
.list-page .list-grid .single-row .description p:last-of-type {
    margin-bottom: 0;
}
.list-page .list-grid .single-row .links {
    margin-top: 15px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .list-page .list-grid .single-row .links {
        margin-top: 25px;
    }
}
.list-page .list-grid .single-row .links a {
    font-family: PSFournierWebRegular;
    font-weight: 600;
    font-size: 16px;
    margin-right: 35px;
    position: relative;
    padding-right: 15px;
}
.list-page .list-grid .single-row .links a.learn:after {
    right: 0;
    content: "\f105";
    position: absolute;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    bottom: -4px;
}
.list-page .list-grid .single-row .links a.download {
    padding-right: 20px;
}
.list-page .list-grid .single-row .links a.download span {
    right: 0;
    top: -1px;
    position: absolute;
}
.list-page .list-grid .single-row .links a.download span svg {
    width: 11px;
    height: auto;
}
.list-page .list-grid .single-row .links a.download span svg .st0 {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: none;
    stroke: #0057b8;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
#quiz-block button,
#quiz-block button:after {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.list-page .list-grid .single-row .links a.download:hover span svg .st0 {
    stroke: #666;
}
@keyframes fade-and-remove {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
#quiz-block {
    position: relative;
    padding: 190px 0 120px;
    min-height: 700px;
    background-color: #333;
    border-bottom: 0;
}
#quiz-block.attached {
    padding: 0;
}
#quiz-block.attached .container {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
#quiz-block .loader {
    visibility: hidden;
    opacity: 0;
    background: #333;
    z-index: 100;
    -webkit-animation: fade-and-remove 2s;
    -moz-animation: fade-and-remove 2s;
    -o-animation: fade-and-remove 2s;
    animation: fade-and-remove 2s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#quiz-block .loader .wrapper {
    width: 100%;
    position: relative;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
#quiz-block .loader svg {
    width: 100px;
    height: 100px;
    margin-left: 50px;
    display: inline-block;
}
#quiz-block .answers li input[type="radio"],
#quiz-block .question.complete h3,
#quiz-block .takeQuiz {
    display: none;
}
#quiz-block h1.quizName {
    max-width: 660px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 60px;
    line-height: 100%;
}
#quiz-block .quizDescription {
    max-width: 660px;
    margin: 0 auto 50px;
}
#quiz-block .quizDescription p {
    font-size: 21px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    color: #fff;
}
#quiz-block button {
    font-size: 16px;
    line-height: 4em;
    background-color: #0057b8;
    transition: 0.3s;
    font-family: PSFournierWebRegular;
    width: 340px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    border: none;
    position: relative;
    outline: 0;
    cursor: pointer;
}
#quiz-block button:after {
    content: "\f105";
    font-family: FontAwesome;
    transition: 0.3s;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 25px;
}
#quiz-block .questionCount,
#quiz-block .takeQuiz p {
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#quiz-block button:hover {
    background-color: #fff;
    color: #0057b8;
}
#quiz-block .questionCount,
#quiz-block .takeQuiz p {
    color: #fff;
    font-family: PSFournierWebRegular;
}
#quiz-block button:hover:after {
    right: 18px;
}
#quiz-block .takeQuiz p {
    line-height: 1.5em;
    margin: 0;
}
#quiz-block .takeQuiz hr {
    background: #fff;
    height: 2px;
    width: 75px;
    margin: 10px auto;
}
#quiz-block .questionCount {
    line-height: 2em;
    margin: 0;
}
#quiz-block .questionCount hr {
    background: #fff;
    height: 2px;
    width: 75px;
    margin: 10px auto;
}
#quiz-block h3 {
    font-size: 24px;
    line-height: 110%;
    padding: 20px 0 0;
}
#quiz-block .answers {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
#quiz-block .answers li {
    float: left;
    width: 48%;
    margin: 1%;
}
#quiz-block .answers li input[type="radio"] + label {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #0057b8;
    font-size: 20px;
    font-family: PSFournierWebRegular;
    color: #fff;
    line-height: 3.5em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#quiz-block .answers li input[type="radio"] + label:hover {
    background-color: #fff;
    color: #0057b8;
}
#quiz-block .answers li input[type="radio"]:checked + label {
    background-color: #fff;
    color: #666;
}
#quiz-block .question,
#quiz-block .questions,
#quiz-block ul li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
#quiz-block .quizScore {
    font-family: PSFournierWebRegular;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.8em;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
#quiz-block .quizScore hr {
    background: #fff;
    height: 2px;
    width: 75px;
    margin: 10px auto 50px;
}
#quiz-block .quizResults {
    max-width: 650px;
    margin: 0 auto;
}
#quiz-block .quizResults form {
    width: 350px;
    margin: 0 auto;
    display: table;
}
#quiz-block .quizResults form input {
    width: 100%;
    margin-bottom: 5px;
    height: 55px;
}
#quiz-block .quizResults form button {
    width: 100%;
    line-height: 100%;
    height: 55px;
    border-radius: 0 !important;
}
#quiz-block .quizResults form button:after {
    display: none;
}
#quiz-block .quizResults .social {
    display: table;
    float: none;
    margin: 25px auto 0;
}
#quiz-block .quizResults .social a {
    color: #fff;
}
#quiz-block .quizResultsCopy p {
    color: #fff;
    font-size: 21px;
    line-height: 33px;
}
#quiz-block .quizResultsCopy form {
    margin: 20px 0;
}
#quiz-block .quizResultsCopy form h2,
#quiz-block .quizResultsCopy form hr {
    display: none;
}
#quiz-block .quizResultsCopy input[type="email"],
#quiz-block .quizResultsCopy input[type="text"] {
    font-size: 22px;
    line-height: 60px;
    color: #505e6e;
    border: none;
    width: 95%;
    max-width: 370px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: PSFournierWebRegular;
    padding: 0 20px;
    outline: 0;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    border-radius: 0 !important;
}
#quiz-block .quizResultsCopy input[type="email"]:focus,
#quiz-block .quizResultsCopy input[type="text"]:focus {
    background-color: #dedede;
}
#quiz-block .quizResultsCopy input[type="submit"] {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    border: none;
    width: 95%;
    max-width: 370px;
    background-color: #666;
    text-transform: uppercase;
    font-family: PSFournierWebRegular;
    padding: 0 20px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    border-radius: 0 !important;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#quiz-block .quizResultsCopy input[type="submit"]:hover {
    background-color: #666;
}
#quiz-block .quizResultsCopy .social-share.bottom-social {
    max-height: 100px auto 0;
}
#quiz-block .quizResultsCopy .social-share.bottom-social a i {
    color: #fff !important;
    border-color: #fff !important;
}
#quiz-block .quizResultsCopy .social-share.bottom-social a:hover i {
    background: #fff;
    color: #666 !important;
}
#quiz-block .quizResultsCopy .social-share.bottom-social h6 {
    color: #fff !important;
}
#quiz-block .answerBox {
    display: table;
    background: #fff;
    padding: 5px 20px;
    margin: 60px auto 30px;
}
#quiz-block .answerBox svg {
    fill: #0057b8;
    float: left;
    width: 52px;
    margin-top: 2px;
    margin-right: 9px;
}
#quiz-block .answerBox span {
    float: left;
    color: #0057b8;
    font-size: 60px;
    line-height: 100%;
    font-family: PSFournierWebRegular;
}
#quiz-block .answerBox.incorrect svg {
    fill: #666;
    width: 42px;
    margin-top: 9px;
}
#quiz-block .answerBox.incorrect span {
    color: #666;
}
#quiz-block .responses li {
    margin: 30px auto 50px;
    font-family: PSFournierWebRegular;
    max-width: 600px;
    font-size: 21px;
    line-height: 1.8em;
}
header .social-share.bottom-social {
    float: right;
    margin: 8px 0;
    padding: 0;
}
header .social-share.bottom-social h6 {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 13px;
    margin-bottom: 0;
    line-height: 39px;
}
header .social-share.bottom-social a {
    width: 50px;
    height: 38px;
}
.quiz-bg,
.quiz-bg.quiz-bg-image:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
header .social-share.bottom-social a i {
    line-height: 37px;
    font-size: 17px;
    color: #fff !important;
    border-color: #fff !important;
}
header .social-share.bottom-social a i.fa-envelope {
    line-height: 36px !important;
    font-size: 15px !important;
}
header .social-share.bottom-social ul {
    float: right;
}
header .social-share.bottom-social a:hover i {
    background: #fff;
    color: #666 !important;
}
#quiz-block,
#quiz-block h1,
#quiz-block h3 {
    text-align: center;
    color: #fff;
}
article#quiz-block .container ul li:after {
    content: initial;
}
.quiz-bg {
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity linear 0.5s;
    -moz-transition: opacity linear 0.5s;
    -o-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}
.quiz-bg.quiz-bg-image:after {
    content: "";
    background-color: rgba(15, 16, 18, 0.75);
}
.quiz-bg.quiz-bg-active {
    opacity: 1;
}
@media (min-width: tablet) {
    header .social-share.bottom-social {
        display: none;
    }
    #quiz-block {
        padding: 100px 0 35px;
        min-height: 200px;
    }
    #quiz-block h1.quizName {
        font-size: 35px;
    }
    #quiz-block .quizDescription {
        margin-bottom: 20px;
    }
    #quiz-block .quizDescription p {
        font-size: 18px;
    }
    #quiz-block .answers {
        margin-bottom: 10px;
    }
    #quiz-block .answers li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
    #quiz-block button {
        width: 90%;
        max-width: 350px;
        line-height: 3.5em;
    }
    #quiz-block .quizScore {
        font-size: 17px;
    }
    #quiz-block h3 {
        margin: 20px 15px 25px;
    }
    #quiz-block .answers li {
        margin-bottom: 3px;
    }
    #quiz-block .answers li input[type="radio"] + label {
        width: 90%;
        max-width: 350px;
        float: none;
        line-height: 3em;
    }
    #quiz-block .answerBox {
        padding: 5px 10px;
        margin: 30px auto 15px;
    }
    #quiz-block .answerBox span {
        font-size: 30px;
        line-height: 150%;
    }
    #quiz-block .answerBox svg {
        width: 36px;
        margin-left: 5px;
    }
    #quiz-block .answerBox.incorrect svg {
        width: 28px;
        margin-top: 9px;
    }
    #quiz-block .responses li {
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }
    #quiz-block .quizScore hr {
        margin: 10px auto 15px;
    }
    #quiz-block #quiz-block .quizResultsCopy input[type="email"],
    #quiz-block #quiz-block .quizResultsCopy input[type="text"],
    #quiz-block #quiz-block .quizResultsCopy input[type="submit"] {
        line-height: 60px;
    }
    #quiz-block .social-share.bottom-social {
        margin: 30px auto 10px;
    }
}
.latest-project,
.latest-project-left,
.latest-projects,
.project-title {
    width: 100%;
    float: left;
}
.latest-projects {
    padding: 30px 0 0;
}
@media (min-width: 768px) {
    .latest-projects {
        padding: 30px 0 0;
    }
}
@media (min-width: 992px) {
    .latest-projects {
        padding: 35px 0 0;
    }
}
.latest-projects h1 {
    margin-bottom: 1.5em;
}
.latest-project {
    border-top: 1px solid #ccc;
    padding: 27px 0;
}
.project-title {
    font-family: SharpUnityExtrabold;
    font-size: 18px;
}
.latest-nav li,
.latest-project-left a {
    font-family: SharpUnitySemibold;
}
@media (min-width: 768px) {
    .project-title {
        font-size: 20px;
    }
    .latest-project-left {
        width: 40%;
    }
}
@media (min-width: 960px) {
    .latest-project-left {
        width: 35%;
    }
}
.latest-project-left a {
    font-size: 14px;
}
.latest-project-right {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .latest-project-right {
        margin: 0;
        float: right;
        width: 50%;
    }
    .latest-project-right img {
        padding: 10px 0;
    }
}
@media (min-width: 960px) {
    .latest-project-right {
        width: 55%;
    }
}
.latest-project-right img {
    width: 100%;
    height: auto;
}
.latest-nav {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
.latest-nav li a,
.latest-nav li span {
    font-size: 14px;
    color: #999;
}
.latest-nav li .current {
    border-bottom: 2px solid #0057b8;
    padding: 0 10px 4px;
    color: #000;
}
.latest-nav .page-numbers {
    position: relative;
}
.latest-nav .page-numbers li {
    position: static;
}
.latest-nav .page-numbers li:after {
    display: none;
}
.latest-nav .page-numbers .next {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
}
.latest-nav .page-numbers .prev {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
}
