@import url("rich_text.3a88da3eabaa.css");

/* Fonts */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/EBGaramond-Regular.7eef6619ba7f.ttf") format('truetype');
}

/* Defaults */
body {
    background: #000;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a,
a:active,
a:hover {
    color: #fff;
    text-decoration: none;
}
figure {
    margin: 4px 0;
    text-align: center;
}
figcaption {
    font-size: x-small;
    text-align: center;
}
p {
    line-height: 1.5;
}
.hidden {
    display: none;
}


/* Main content */
.content-container {
    max-width: 960px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.content-container img {
    max-width: 100%;
    height: auto;
}

/* Footer */
#site-footer a,
#site-footer a:active {
    color: #fff;
}
#site-footer a:hover {
    color: #888;
}

/* Embedded content */
.responsive-object {
    position: relative;
}

.responsive-object video,
.responsive-object audio {
    width: 100%;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Articles */

.article-viewer-page .content-container {
    max-width: 1280px;
    padding-bottom: 15px;
}

/* Slide shows */
.lSAction > a {
    background-image: url("../img/vendor/controls.75e5868a6b92.png");
}
.slide-show:not(.lightSlider) {
    display: none;
}
.lSSlideOuter {
    margin: 1em 0;
}
.slide-show.hide-thumbnails figcaption,
.slide-show.hide-thumbnails figcaption,
.lSSlideOuter.hide-thumbnails .lSPager {
    display: none;
}

/* Social media */
.social-media-container {
    display: inline-flex;
}
.social-media-link {
    float: left;
    font-size: 30px;
    padding-right: 15px;
}
.social-media-container .facebook-link a .fa-facebook {
    color: #3B5998;
}
.social-media-container .twitter-link a {
    color: #1DA1F2;
}
.social-media-container .instagram-link a .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    padding: 2px 4px;
    border-radius: 6px;
}
.social-media-container .youtube-link a .fa-youtube {
    color: #FF0000;
}


/* Error pages */
.template-error .content-container {
    font-size: 2em;
}
.template-error .container {
    display: flex;
}
.template-error .logo-container {
    width: 318px;
    height: 950px;
    overflow: hidden;
}
.template-error .content-container .logo {
    width: 320px;
    max-width: initial;
    height: auto;
    margin-top: -50px;
}
.template-error .header h1 {
    font-size: 72px;
    margin: 10px 0 80px;
}
.template-error .content {
    width: 720px;
}


/* Forms */
.site-form {
    margin: 24px;
}
.site-form,
.site-form *,
.site-form *:before,
.site-form *:after {
    box-sizing: border-box;
}
.site-form label {
    display: block;
    max-width: 100%;
    padding-right: 4px;
    margin-bottom: 5px;
    font-weight: bold;
}
.site-form label:after {
    color: #FF0000;
    content: "*";
    display: inline-block;
}
.site-form input,
.site-form select,
.site-form textarea {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.site-form textarea {
    height: auto;
}
.site-form .errorlist {
    color: #b94a48;
    list-style: none;
}
.site-form button {
    display: block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border: 1px solid #357ebd;
    border-radius: 6px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background: #428bca none;
}
.site-form button:hover,
.site-form button:focus,
.site-form button:active {
    background-color: #3071a9;
    border-color: #285e8e;
}
