@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: linear-gradient(180deg, #000000 2.08%, #020411 22.4%, #000109 81.25%);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1, h2 {
  font-weight: 600;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
}

.bold {
  font-weight: 800;
}
.italics {
  font-style: italic;
}
.white-color {
  color: #ffffff;
}
.red-color {
  color: #ed3030;
}
.text-anchor,
.content-text a,
#content-text-sidebar a,
#article-wrapper a,
.email-preferences-text a {
  color: #3098F8;
  text-decoration: underline;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.text-anchor:hover,
.content-text a:hover,
#content-text-sidebar a:hover,
#article-wrapper a:hover,
.email-preferences-text a:hover {
  color: #1180e6;
}
.button {
  display: block;
  height: 34px;
  margin: 0 auto;
  border: 1px solid #C96F38;
  color: #FFFFFF;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
.button:hover {
  background-color: #C96F38;
}
.disabled-button {
  color: #c9c9c9;
  border: 1px solid #979797;
  cursor: default;
}
.disabled-button:hover {
  background-color: initial;
}
.input-text {
  height: 32px;
  padding: 2px 6px;
}
.input-textarea {
  padding: 6px 6px;
  line-height: 1.3;
}
.input-text,
.input-textarea {
  background-color: #000000;
  border: 1px solid #151D4E;
  color: #FFFFFF;
  font-family: Raleway;
  font-size: 12px;
  transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.input-text::placeholder,
.input-textarea::placeholder {
  font-family: Raleway;
  font-size: 12px;
  color: #696565;
}
.input-text:-ms-input-placeholder,
.input-textarea:-ms-input-placeholder {
  font-family: Raleway;
  font-size: 12px;
  color: #696565;
}
.input-text::-ms-input-placeholder,
.input-textarea::-ms-input-placeholder {
  font-family: Raleway;
  font-size: 12px;
  color: #696565;
}
.input-text:hover,
.input-textarea:hover {
  border: 1px solid #1b2667;
}
.input-text:focus,
.input-textarea:focus {
  outline: none;
  border: 1px solid #222f81;
}
.input-error {
  border: 1px solid #ed3030;
}
.input-error:hover {
  border: 1px solid #e84242;
}
.input-error:focus {
  border: 1px solid #fa5454;
}
.input-submit {
  position: fixed;
  top: -1000px;
  left: -1000px;
}
.social-link-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  line-height: 28px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#header {
  position: absolute;
  width: 100%;
  height: 120px;
  z-index: 100;
}
#header-content {
  max-width: 2000px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 120px;
}
#header-logo {
  height: 100%;
}
#header nav {
  float: right;
}
#header nav a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 80px;
}
#header nav a {
  margin: 0 0 0 44px;
  color: #FFFFFF;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
#header .nav-current {
  border-bottom: 2px solid #C96F38;
}

#nav-icon {
  display: none;
  float: right;
  width: 32px;
  height: 24px;
  margin: 24px 30px 24px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #ececec;
  border-radius: 9px;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 10px;
}
#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 20px;
}
#nav-icon.open span {
  background: #ececec;
}
#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 4px;
}
#nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 16px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 16px;
}
#content-sidebar {
  display: none;
  position: absolute;
  top: -510px;
  left: 0;
  width: 100%;
  padding: 90px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: -10;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#content-sidebar.open {
  top: 0;
}
#content-sidebar p {
  font-size: 17pt;
  font-weight: 400;
}
#content-sidebar a {
  color: #FFFFFF;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
@media screen and (max-width: 1200px) {
  #header-content {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 1000px) {
  #nav-icon {
    display: inline-block;
  }
  #header nav {
    display: none;
  }
  #header-logo {
    margin-left: 30px;
  }
  #content-sidebar {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #header {
    height: 106px;
  }
  #header-content {
    padding: 20px 14px;
  }
  #header-logo {
    margin-left: 10px;
  }
  #nav-icon {
    width: 24px;
    height: 18px;
    margin: 16px 10px 16px 0;
  }
  #nav-icon span {
    height: 4px;
  }
  #nav-icon span:nth-child(3),
  #nav-icon span:nth-child(4) {
    top: 8px;
  }
  #nav-icon span:nth-child(5),
  #nav-icon span:nth-child(6) {
    top: 16px;
  }
  #nav-icon.open span:nth-child(1) {
    left: 1px;
    top: 6px;
  }
  #nav-icon.open span:nth-child(2) {
    top: 6px;
  }
  #nav-icon.open span:nth-child(5) {
    left: 1px;
    top: 14px;
  }
  #nav-icon.open span:nth-child(6) {
    top: 14px;
  }
  #content-sidebar p {
    font-size: 13pt;
  }
}

#footer {
  background-color: #070B23;
  width: 100%;
  height: 250px;
  clear: both;
  position: relative;
  margin-top: -250px;
  padding: 40px 10px 0 10px;
}
#footer-table {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  color: #FFFFFF;
  table-layout: fixed;
}
#footer td {
  padding: 0 10px;
  vertical-align: top;
}
#footer .cell-content {
  max-width: 255px;
  margin: 0 auto;
  padding: 7px 0;
}
#footer #title-row {
  color: #C96F38;
  font-size: 14px;
  line-height: 167.9%;
}
#footer #links-header-cell {
  text-align: center;
}
#footer #content-row,
#footer .links-cell .cell-content a {
  color: #FFFFFF;
  font-family: Raleway;
  font-size: 12px;
  line-height: 167.9%;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
#footer .links-subcell {
  padding: 0;
}
#footer .links-cell .cell-content {
  padding-top: 3px;
}
#footer #links-subtable {
  width: 190px;
  margin: 0 auto;
  table-layout: fixed;
}
#footer .links-cell .cell-content p {
  margin: 0;
  text-align: center;
}
#header nav a:hover,
#content-sidebar a:hover,
#footer .links-cell .cell-content a:hover {
  color: #cccccc;
}
#footer #logo-cell {
  margin-top: -30px;
  line-height: 100%;
}
#footer #footer-logo {
  height: 60px;
}
#footer .social-link-button {
  margin: 30px 14px 0 0;
}
#subscription-input {
  width: 204px;
  margin: 10px 0;
}
#subscription-button {
  width: 97px;
  margin: 10px 0;
  text-align: center;
  letter-spacing: 0;
}
#footer-subscription-form-text {
  margin: 4px;
  text-align: left;
  font-family: Raleway;
  font-size: 12px;
}
#footer #copyright-notice {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-family: Raleway;
  font-size: 11px;
}
#footer #copyright-notice a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width:1200px) {
  #footer .social-link-button {
    margin-right: 10px;
  }
}
@media screen and (max-width:1000px) {
  #footer {
    height: auto;
    padding-bottom: 30px;
  }
  #footer #title-row {
    display: none;
  }
  #footer-table tr > td {
    display: block;
  }
  #footer .cell-content {
    max-width: 90%;
    text-align: center;
  }
  #footer .links-cell .cell-content {
    margin-top: 10px;
  }
  #footer .links-subcell {
    display: inline-block;
  }
  #footer .links-cell .cell-content p {
    margin: 0 4px;
    text-align: center;
  }
  #footer-about-text {
    display: none;
  }
  #subscription-button {
    margin: 0 auto;
  }
  #footer-subscription-form-text {
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  #footer #copyright-notice {
    font-size: 10px;
  }
}

#go-to-top-button {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 280px;
  width: 40px;
  height: 40px;
  background-color: #070B23;
}
#go-to-top-button:hover {
  background-color: #C96F38;
}
#go-to-top-button img {
  display: block;
  width: 18px;
  margin: 10px auto;
}

#news-subscription-label {
  display: inline-block;
  color: #C96F38;
  font-size: 16px;
}
#news-subscription-input {
  width: 204px;
  height: 30px;
  margin: 0 25px;
  background-color: #000000;
}
#news-subscription-button {
  display: inline-block;
  width: 97px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}
#subscription-form-text {
  margin: 4px;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
}
@media screen and (max-width: 1800px) {
  #news-subscription-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #news-subscription-label {
    display: block;
  }
}

.news-entry {
  display: inline-block;
  width: 580px;
  height: 460px;
  margin: 36px;
  padding: 10px;
  border-radius: 2px;
  background-color: #1d1f2d;
  text-align: left;
  font-family: Raleway;
  cursor: pointer;
  vertical-align: top;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
.news-entry:hover {
  background-color: #31323c;
}
.news-entry-title {
  margin: 0;
  color: #C96F38;
  font-size: 20px;
  line-height: 167.9%;
}
.news-entry-date {
  margin: 0 0 10px 0;
  color: #959595;
  font-size: 13px;
}
.news-entry-thumbnail {
  width: 100%;
}
.news-entry-preview {
  margin: 10px 0 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 167.9%;
}
@media screen and (max-width: 2200px) {
  .news-entry {
    width: 420px;
    height: 400px;
    margin: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .news-entry {
    width: 320px;
    height: 380px;
    margin: 16px;
  }
  .news-entry-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .news-entry {
    width: 270px;
    height: 350px;
    margin: 6px;
  }
  .news-entry-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .news-entry {
    display: block;
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 16px auto;
  }
  .news-entry-title {
    font-size: 20px;
  }
}
