#navbar {
  max-width: none !important;
}
#navbar > .row {
  position: relative;
}

.navbar {
  margin-bottom: 0;
}
.navbar .logo {
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
  background-color: transparent;
}

.button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button a:hover, .button a:focus {
  background-color: #153a9f;
  color: #FFF;
}
.button a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button a:disabled:hover {
  background-color: #3564e5;
}

.button--white-outline a {
  background-color: transparent;
  border: solid 3px #FFF;
  padding: 15px 40px;
}
.button--white-outline a:hover, .button--white-outline a:focus {
  background-color: #FFF;
  color: #3564e5;
}

.button-text a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.button-text a:hover {
  color: #6287eb;
}

.button-text--dot a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/button-text--dot.png");
  margin-left: 5px;
}

.form-actions [id^=edit-submit],
.form-actions [id^=mc-embedded-subscribe] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.form-actions [id^=edit-submit] .icon,
.form-actions [id^=mc-embedded-subscribe] .icon {
  display: none;
}
.form-actions [id^=edit-submit]:hover, .form-actions [id^=edit-submit]:focus,
.form-actions [id^=mc-embedded-subscribe]:hover,
.form-actions [id^=mc-embedded-subscribe]:focus {
  background-color: #153a9f;
  color: #FFF;
}
.form-actions [id^=edit-submit]:disabled,
.form-actions [id^=mc-embedded-subscribe]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form-actions [id^=edit-submit]:disabled:hover,
.form-actions [id^=mc-embedded-subscribe]:disabled:hover {
  background-color: #3564e5;
}
.form-actions [id^=edit-preview],
.form-actions [id^=edit-cancel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 3px #FFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.form-actions [id^=edit-preview]:hover, .form-actions [id^=edit-preview]:focus,
.form-actions [id^=edit-cancel]:hover,
.form-actions [id^=edit-cancel]:focus {
  background-color: #FFF;
  color: #3564e5;
}
.form-actions [id^=edit-preview]:disabled,
.form-actions [id^=edit-cancel]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form-actions [id^=edit-preview]:disabled:hover,
.form-actions [id^=edit-cancel]:disabled:hover {
  background-color: #3564e5;
}

.form-control {
  border-color: #3e476a;
  background: #353d5a;
  border-radius: 0;
  transition: background 150ms ease;
  color: #FFF;
  font-weight: 600;
}
.form-control::-webkit-input-placeholder {
  color: #DDD;
  font-weight: normal;
}
.form-control::-moz-placeholder {
  color: #DDD;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #DDD;
  font-weight: normal;
}
.form-control:-moz-placeholder {
  color: #DDD;
  font-weight: normal;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #3e476a !important;
  background: #3e476a;
}

select.form-control {
  border-color: #3e476a;
  background: #353d5a;
  border-radius: 0;
  transition: background 150ms ease;
  color: #FFF;
  margin-bottom: 20px;
}

.filter-guidelines {
  border: solid 1px #3e476a;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-right: 15px;
  padding-left: 15px;
}
.filter-guidelines h3 {
  font-size: 1em;
}

.form-type-checkbox > label {
  padding-left: 0;
  line-height: 1em;
}
.form-type-checkbox > label > label {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}

.form-type-radio input[type="radio"] {
  margin-left: -20px !important;
}

fieldset.panel {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 10px 0;
  font-size: 0.9em;
}

fieldset.panel .panel-heading {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset.panel .panel-body {
  padding-right: 0;
  padding-left: 0;
}

fieldset .panel-heading a.panel-title {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.form-control.chosen-container {
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  color: #333;
}
.form-control.chosen-container .chosen-search input {
  background-color: #eee !important;
  border-color: #ccc !important;
  color: #333 !important;
}

table {
  width: 100%;
  font-size: 0.95em;
  margin-bottom: 30px;
  background-color: transparent;
}
table.sticky-header thead {
  background-color: #3564e5;
  color: #FFF;
}
table.sticky-header thead a {
  color: #FFF;
}
table.sticky-header thead th:first-child {
  padding-left: 10px;
}
table.sticky-header thead th:last-child {
  padding-right: 10px;
}
table thead img {
  display: inline !important;
}
table th {
  padding: 5px 0;
  vertical-align: top;
  text-transform: uppercase;
}
table td {
  padding: 5px 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  table th {
    border-bottom: solid 2px #3e476a;
  }
  table td {
    border-bottom: solid 1px #3e476a;
  }
}
@media (max-width: 767px) {
  table thead, table th {
    display: none;
  }
  table tr {
    border-bottom: solid 2px #3e476a;
  }
  table td {
    display: block;
    clear: both;
  }
  table td > * {
    display: inline;
  }
  table td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline;
  }
}

.table,
.table .table {
  background-color: transparent;
}

body {
  color: #FFF;
  font-family: "Open Sans", "Arial";
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.95em;
}

p {
  margin: 0 0 30px;
  font-size: 0.95em;
}
p:last-child {
  margin-bottom: 30px;
}

ul, ol {
  font-size: 0.95em;
}

a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-weight: bold;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #6287eb;
}

.codeblock {
  color: #666;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.heading-gold-border {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

hr.gold-border {
  clear: both;
  border: none;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  margin: 40px 0;
  padding: 3px;
}

[class*="image-right-"] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  [class*="image-right-"] {
    float: right;
    margin-left: 30px;
  }
}

[class*="image-left-"] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  [class*="image-left-"] {
    float: left;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .image-right-25 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .image-left-25 {
    width: 25%;
  }
}

.embedded-video .player,
.embedded-video-player-widescreen {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embedded-video .player iframe,
.embedded-video-player-widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embedded-video-player {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.embedded-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 18px;
  padding-bottom: 20px;
}
.breadcrumb > li {
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb > li.active {
  color: #fff;
}
.breadcrumb > li a {
  color: #3564e5;
}
.breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/button-text--dot.png");
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-left: 4px;
}

#cboxTitle {
  background-color: #000;
  color: #FFF;
}

#comments h2.title {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 13.33333px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.comment {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.indented .comment {
  position: relative;
  padding-left: 40px;
}
.indented .comment:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 55px;
  background-color: #FFF;
  opacity: 0.1;
  width: 15px;
}
.comment .permalink {
  display: block;
  margin-bottom: 5px;
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
.comment .comment__submitted {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.comment .comment__author-pic {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.comment .comment__author-pic img {
  max-width: 35px;
}
.comment .username {
  display: inline-block;
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
}
.comment .comment__submitted-date {
  display: inline-block;
  float: left;
}
.comment .comment__submitted-date-label {
  margin-right: 4px;
}
.comment .comment__body {
  clear: both;
}
.comment > p {
  background: rgba(255, 255, 255, 0.1);
  padding-right: 10px;
  padding-left: 10px;
}
.comment .links {
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.comment .links li a {
  color: #3564e5;
}
.comment .links li.comment_forbidden a {
  text-decoration: underline;
}
.comment.view-mode-full {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.comment-form {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .comment-form {
    margin-bottom: 80px;
  }
}
.comment-form .filter-wrapper {
  background: transparent;
  border: none;
}
.comment-form .filter-wrapper .panel-body {
  padding-right: 0;
  padding-left: 0;
}
.comment-form .mollom-privacy {
  font-size: 0.8em;
}
.comment-form .form-actions {
  margin-top: 20px;
}

.node-fan-art.view-mode-full .fan-art__title {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .node-fan-art.view-mode-full .fan-art__title {
    margin-top: 80px;
  }
}
.node-fan-art.view-mode-full .fan-art__submitted {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .node-fan-art.view-mode-full .fan-art__submitted {
    margin-bottom: 80px;
  }
}
.node-fan-art.view-mode-full .fan-art__submitted-author .label-inline {
  display: inline;
}
.node-fan-art.view-mode-full .fan-art__submitted-author a {
  font-weight: bold;
}
.node-fan-art.view-mode-full .fan-art__image {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.node-fan-art.view-mode-full .fan-art__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .node-fan-art.view-mode-full .fan-art__image {
    margin-bottom: 80px;
  }
}
.node-fan-art.view-mode-full .fan-art__content {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-fan-art.view-mode-full .fan-art__content {
    margin-bottom: 80px;
  }
}
.node-fan-art.view-mode-full .comment-wrapper {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-fan-art.view-mode-full .comment-wrapper {
    margin-bottom: 80px;
  }
}

.node-fan-art.view-mode-teaser {
  position: relative;
  background-color: #000;
  margin-bottom: 20px;
}
.node-fan-art.view-mode-teaser .fan-art__image {
  overflow: hidden;
}
.node-fan-art.view-mode-teaser .fan-art__image a {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 2;
}
.node-fan-art.view-mode-teaser .fan-art__image a img {
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.node-fan-art.view-mode-teaser .fan-art__content {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  margin: 20px;
  transition: margin 150ms ease;
  line-height: 1.6em;
}
.node-fan-art.view-mode-teaser .fan-art__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin: 0;
}
.node-fan-art.view-mode-teaser .fan-art__submitted {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
  font-size: 0.9em;
}
.node-fan-art.view-mode-teaser .fan-art__submitted span, .node-fan-art.view-mode-teaser .fan-art__submitted div {
  display: inline;
}
.node-fan-art.view-mode-teaser .fan-art__link {
  display: inline-block;
  float: right;
  width: 100px;
}
.node-fan-art.view-mode-teaser .fan-art__link a {
  position: relative;
  z-index: 3;
}
.node-fan-art.view-mode-teaser:hover .fan-art__image a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.node-fan-art.view-mode-teaser:hover .fan-art__content {
  margin-top: 15px;
  margin-bottom: 15px;
}

.view-fan-art.view-display-id-page {
  margin-bottom: 60px;
}

.field-name-body img {
  max-width: 100%;
}

ul.flippy {
  overflow: hidden;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
ul.flippy li {
  padding: 0;
}
ul.flippy li.prev {
  float: left;
}
ul.flippy li.next {
  float: right;
}
ul.flippy a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

#block-boxes-footer-logo-copyright {
  text-align: center;
  margin-bottom: 20px;
}
#block-boxes-footer-logo-copyright .footer_logo_copyright__logo {
  margin-top: -20px;
  margin-bottom: 20px;
}
#block-boxes-footer-logo-copyright p {
  margin-bottom: 5px;
  font-size: 0.95em;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  #block-boxes-footer-logo-copyright .boxes-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #block-boxes-footer-logo-copyright .footer_logo_copyright__logo {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #block-boxes-footer-logo-copyright .footer_logo_copyright__copyright {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 30px;
    margin-right: 30px;
  }
}

#flag-confirm {
  text-align: center;
  margin-bottom: 40px;
}

.search-form .form-group {
  margin-bottom: 0;
}
.search-form .input-group {
  background-image: url(../images/search-overlay.png);
  background-color: #080808;
  background-position: center right;
  background-repeat: no-repeat;
  outline: 1px solid #575757;
}
.search-form .input-group #edit-keys {
  background-color: transparent;
  border-color: transparent !important;
  box-shadow: none !important;
  height: 42px;
}
.search-form .input-group button {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  height: 42px;
  width: 35px;
  outline: none !important;
}
.search-form .input-group button .icon {
  display: none;
}

.search-advanced .form-checkboxes .form-item {
  display: inline;
  margin-right: 10px;
}
.search-advanced .action {
  margin-top: 10px;
}
.search-advanced .action button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.search-advanced .action button:hover, .search-advanced .action button:focus {
  background-color: #153a9f;
  color: #FFF;
}

#user-login,
#user-pass,
#user-register-form,
#user-profile-form {
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #user-login,
  #user-pass,
  #user-register-form,
  #user-profile-form {
    margin-bottom: 80px;
  }
}
#user-login legend,
#user-pass legend,
#user-register-form legend,
#user-profile-form legend {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
#user-login .form-item-field-age13-und .help-block,
#user-pass .form-item-field-age13-und .help-block,
#user-register-form .form-item-field-age13-und .help-block,
#user-profile-form .form-item-field-age13-und .help-block {
  display: inline;
  color: #FFF;
  line-height: 1.5em;
  text-align: left;
}
#user-login .form-item-field-age13-und .control-label,
#user-pass .form-item-field-age13-und .control-label,
#user-register-form .form-item-field-age13-und .control-label,
#user-profile-form .form-item-field-age13-und .control-label {
  position: relative;
  padding-left: 5px;
}
#user-login .form-item-field-age13-und .control-label label,
#user-pass .form-item-field-age13-und .control-label label,
#user-register-form .form-item-field-age13-und .control-label label,
#user-profile-form .form-item-field-age13-und .control-label label {
  padding-left: 0;
}
#user-login .form-item-field-age13-und input,
#user-pass .form-item-field-age13-und input,
#user-register-form .form-item-field-age13-und input,
#user-profile-form .form-item-field-age13-und input {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-top: 0;
  margin-left: 0;
}
#user-login input[type="email"],
#user-login input[type="text"],
#user-login input[type="password"],
#user-pass input[type="email"],
#user-pass input[type="text"],
#user-pass input[type="password"],
#user-register-form input[type="email"],
#user-register-form input[type="text"],
#user-register-form input[type="password"],
#user-profile-form input[type="email"],
#user-profile-form input[type="text"],
#user-profile-form input[type="password"] {
  border-color: #3e476a;
  background: #353d5a;
  border-radius: 0;
  transition: background 150ms ease;
  color: #FFF;
}
#user-login input[type="email"]:focus,
#user-login input[type="text"]:focus,
#user-login input[type="password"]:focus,
#user-pass input[type="email"]:focus,
#user-pass input[type="text"]:focus,
#user-pass input[type="password"]:focus,
#user-register-form input[type="email"]:focus,
#user-register-form input[type="text"]:focus,
#user-register-form input[type="password"]:focus,
#user-profile-form input[type="email"]:focus,
#user-profile-form input[type="text"]:focus,
#user-profile-form input[type="password"]:focus {
  box-shadow: none !important;
  border-color: #3e476a;
  background: #3e476a;
}
#user-login .g-recaptcha > div,
#user-pass .g-recaptcha > div,
#user-register-form .g-recaptcha > div,
#user-profile-form .g-recaptcha > div {
  margin: 0 auto;
}
#user-login .form-actions,
#user-pass .form-actions,
#user-register-form .form-actions,
#user-profile-form .form-actions {
  margin-top: 30px;
}

#user-profile-form .form-type-password-confirm, #user-profile-form .form-type-password {
  width: 100% !important;
}
#user-profile-form #edit-signature-format {
  text-align: left;
}

.node-type-forum .page__title {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  .node-type-forum .page__title {
    margin-top: 80px;
  }
}
.node-type-forum .forum-topic-header {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.node-type-forum .topic-post-count {
  clear: none;
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .node-type-forum .topic-post-count {
    float: right;
    width: 25%;
    text-align: right;
  }
}
.node-type-forum .topic-reply-link {
  border-right: solid 1px #3e476a;
  margin-bottom: 20px;
  padding-right: 7px;
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
.node-type-forum .topic-reply-link a {
  text-decoration: underline;
}
.node-type-forum .topic-reply-link a:hover {
  text-decoration: none;
}
.node-type-forum .topic-reply-allowed a {
  text-decoration: none;
}
.node-type-forum .last-post-link a {
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
.node-type-forum .links {
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.node-type-forum .links li a {
  color: #3564e5;
}
.node-type-forum .links li.comment_forbidden a {
  text-decoration: underline;
}

div.forum-post {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 5px;
  margin-bottom: 20px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}
.indented div.forum-post {
  position: relative;
  padding-left: 40px;
}
.indented div.forum-post:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 55px;
  background-color: #FFF;
  opacity: 0.1;
  width: 15px;
}

.forum-post__title {
  display: block;
  margin-bottom: 5px;
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}

.forum__in-reply-to {
  color: #3564e5;
}
.forum__in-reply-to a {
  color: #3564e5;
  text-decoration: underline;
}

.forum-post__author {
  display: inline-block;
  float: left;
}
.forum-post__author .author-pane {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.forum-post__author .username {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
}
.forum-post__author .user-picture {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.forum-post__author .user-picture img {
  max-width: 35px;
}

.forum-post__submitted-date {
  display: inline-block;
  float: left;
}

.forum-post__content {
  clear: both;
}

#forum-comments {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #forum-comments {
    margin-bottom: 80px;
  }
}
#forum-comments h2.title {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 13.33333px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.forum-post__signature {
  background: rgba(255, 255, 255, 0.1);
  padding-right: 10px;
  padding-left: 10px;
}

.game-subpage__title {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .game-subpage__title {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.game-subpage__body {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .game-subpage__body {
    margin-bottom: 80px;
  }
}

/* Game box display styles.
 * Usage:
 * - Games listing page
 */
.node-game.view-mode-box {
  position: relative;
  overflow: hidden;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding: 40px 2%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-game.view-mode-box {
    padding: 60px 2%;
    margin-bottom: 60px;
  }
}
.node-game.view-mode-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center top;
}
.node-game .game__content {
  max-width: 620px;
}

.view-display-id-page_1 {
  margin-bottom: 40px;
}

/* Game featured display styles.
 * Usage:
 * - Homepage block
 */
.node-game.view-mode-featured {
  overflow: hidden;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .node-game.view-mode-featured {
    padding-top: 60px;
  }
}
.node-game.view-mode-featured .group-center:first-child {
  margin-bottom: 40px;
}
.node-game.view-mode-featured .group-left,
.node-game.view-mode-featured .group-right {
  padding: 0 2%;
}
.node-game.view-mode-featured .game__title {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-right: 20px;
}
.node-game.view-mode-featured .game__title a {
  color: #FFF;
}
.node-game.view-mode-featured .game__link {
  display: inline-block;
  float: left;
  margin-top: 7px;
}
.node-game.view-mode-featured .game__body {
  clear: both;
}
.node-game.view-mode-featured .quote__author {
  margin-bottom: 40px;
}
.node-game.view-mode-featured .game__media-label {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  font-size: 1.8em;
  line-height: 1.3em;
}
.node-game.view-mode-featured .game__media-link {
  display: inline-block;
  float: left;
  margin-top: 9px;
}
.node-game.view-mode-featured .game__media {
  clear: both;
}

.view-home-game {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 100%;
}
.view-home-game .more-link {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .view-home-game .more-link {
    padding-bottom: 60px;
  }
}
.view-home-game .more-link a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 3px #FFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.view-home-game .more-link a:hover, .view-home-game .more-link a:focus {
  background-color: #FFF;
  color: #3564e5;
}

/* Game global styles.
 * If these are too specific for other view modes, move to .view-mode-full (below) as needed.
 */
.game__title {
  text-transform: uppercase;
}
.game__title a:focus {
  color: #FFF;
  text-decoration: none;
}

.game__logo {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.game__logo img {
  width: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .game__logo {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.game__callout {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .game__callout {
    margin-bottom: 80px;
    font-size: 1.4em;
  }
}

.game__platforms {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 0.95em;
}
.game__platforms .game__platforms-label {
  display: inline-block;
  float: left;
  margin-right: 13.33333px;
  line-height: 1.4em;
}
.game__platforms ul {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.game__platforms ul li {
  display: inline-block;
  float: left;
  margin-right: 13.33333px;
}

.game__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.game__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game__background:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/gold-border.png);
}
.game__background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}

.game__buy-link,
.game__demo-link {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.game__wallpaper {
  overflow: hidden;
  position: relative;
  background-image: url("../images/game-wallpaper-bg.jpg");
  background-color: #0e0e0f;
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 40px;
  padding-bottom: 40px;
}
.game__wallpaper .game__wallpaper-label {
  margin-bottom: 50px;
  text-align: center;
}
.game__wallpaper .game__wallpaper-sizes {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.game__wallpaper .game__wallpaper-sizes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3564e5;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.game__wallpaper .game__wallpaper-sizes a {
  color: #3564e5;
}
.game__wallpaper .game__wallpaper-sizes .file-icon, .game__wallpaper .game__wallpaper-sizes .file-size {
  display: none;
}
.game__wallpaper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/gold-border-thick.png);
}
.game__wallpaper > .view-wallpapers-in-game {
  margin-left: 20px;
  margin-right: 20px;
}
.game__wallpaper .game__wallpaper-thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .game__wallpaper > .view-wallpapers-in-game {
    overflow: hidden;
  }
  .game__wallpaper > .view-wallpapers-in-game > .view-content,
  .game__wallpaper > .view-wallpapers-in-game > .view-footer {
    display: inline-block;
    float: left;
    width: 48.5%;
    margin-bottom: 2%;
  }
  .game__wallpaper > .view-wallpapers-in-game > .view-content {
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .game__wallpaper > .view-wallpapers-in-game {
    margin-left: 30px;
    margin-right: 30px;
  }
  .game__wallpaper .game__wallpaper-thumbnail {
    display: inline;
    float: left;
    width: 50%;
  }
  .game__wallpaper .game__wallpaper-sizes {
    display: inline;
    float: left;
    width: 50%;
  }
}

.game__buy-section {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.game__buy-section .game__buy-section-label {
  margin-bottom: 30px;
}
.game__buy-section .button {
  display: inline-block;
  margin: 0 10px 20px 10px;
}

/* Game full node styles. */
.node-game.view-mode-full .group-left,
.node-game.view-mode-full .group-right {
  padding: 0 2%;
}
.node-game.view-mode-full .group-center {
  position: relative;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .node-game.view-mode-full .group-center {
    padding: 60px 0;
  }
}
.node-game.view-mode-full .game__title {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.node-game.view-mode-full .game__quotes {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .node-game.view-mode-full .game__quotes .quote {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .node-game.view-mode-full .game__quotes .quote:nth-child(odd) {
    padding-left: 30px;
    padding-right: 10px;
  }
  .node-game.view-mode-full .game__quotes .quote:nth-child(even) {
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .node-game.view-mode-full .game__quotes .quote:nth-child(odd) {
    padding-left: 80px;
    padding-right: 20px;
  }
  .node-game.view-mode-full .game__quotes .quote:nth-child(even) {
    padding-left: 20px;
    padding-right: 80px;
  }
}
.node-game.view-mode-full .game__media {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.node-game.view-mode-full .game__media .game__media-label {
  text-align: center;
  margin-bottom: 40px;
}
.node-game ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#boxes-box-homepage_intro {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
#boxes-box-homepage_intro p {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  #boxes-box-homepage_intro {
    text-align: left;
  }
  #boxes-box-homepage_intro .boxes-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #boxes-box-homepage_intro .homepage-intro__image {
    width: 86px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #boxes-box-homepage_intro .homepage-intro__paragraph-first {
    width: calc(50% - 43px);
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 40px;
    padding-right: 40px;
  }
  #boxes-box-homepage_intro .homepage-intro__paragraph-first p {
    text-align: justify;
  }
  #boxes-box-homepage_intro .homepage-intro__paragraph-last {
    width: calc(50% - 43px);
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 40px;
    padding-right: 40px;
  }
  #boxes-box-homepage_intro .homepage-intro__paragraph-last p {
    text-align: justify;
  }
}

.homepage-intro__image {
  margin-bottom: 30px;
}
.homepage-intro__image img {
  display: inline-block;
}

.icon-block {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .icon-block {
    margin-bottom: 60px;
  }
}

.icon-block__icon {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border: solid 2px #FFF;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-block__icon--forums {
  background-image: url(../images/icon-forum.png);
}

.icon-block__icon--email {
  background-image: url(../images/icon-email.png);
}

.icon-block__icon--review {
  background-image: url(../images/icon-review.png);
}

.icon-block__icon--press {
  background-image: url(../images/icon-press.png);
}

.icon-block__content {
  display: inline-block;
  float: left;
  width: calc(100% - 70px);
}
.icon-block__content .webform-client-form input[type="email"],
.icon-block__content .webform-client-form textarea {
  border-color: #3e476a;
  background: #353d5a;
  border-radius: 0;
  transition: background 150ms ease;
  color: #FFF;
}
.icon-block__content .webform-client-form input[type="email"]:focus,
.icon-block__content .webform-client-form textarea:focus {
  box-shadow: none !important;
  border-color: #3e476a;
  background: #3e476a;
}
.icon-block__content .webform-submit {
  width: 100% !important;
}

.icon-block__title {
  margin-top: 0;
  margin-bottom: 8px;
}

.block-mailchimp-signup form .form-type-checkboxes label {
  margin-right: 10px !important;
}

.menu--games-submenu {
  overflow: hidden;
  background-color: #22273a;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.menu--games-submenu .attachment-before {
  display: none;
}
.menu--games-submenu .view-content-footer {
  padding-top: 10px;
  padding-bottom: 12px;
}
.menu--games-submenu .view-content-footer .view-content {
  display: inline;
}
.menu--games-submenu .view-content-footer .view-content > div {
  display: inline-block;
}
.menu--games-submenu .view-content-footer .view-content a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu--games-submenu .view-content-footer .view-content a:focus, .menu--games-submenu .view-content-footer .view-content a:hover {
  color: #DE972B;
  text-decoration: none;
}
.menu--games-submenu .view-content-footer .view-content a.active {
  color: #e8b76d;
}
@media (min-width: 768px) {
  .menu--games-submenu {
    float: none !important;
    padding-top: 10px;
    padding-bottom: 12px !important;
    background-color: transparent;
  }
  .menu--games-submenu .attachment-before {
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .menu--games-submenu .attachment-before img {
    width: auto;
    max-height: 48px;
  }
  .menu--games-submenu .view-content-footer {
    display: inline-block;
    float: right;
    width: calc(100% - 220px);
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu--games-submenu .view-content-footer .view-content > div {
    display: inline-block;
  }
  .menu--games-submenu .view-content-footer .view-content a {
    padding: 9px 10px;
  }
}

.navbar-default .navbar-collapse .navbar-nav li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    position: relative;
    border-top: none;
    background-color: #22273a;
    background-image: url(../images/gold-border.png);
    background-repeat: repeat-x;
    background-position: center top;
  }
  .navbar-default .navbar-collapse:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../images/gold-border.png);
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin-bottom: 10px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    line-height: 3em;
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.6);
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
    background: #3564e5;
    border-color: #3564e5;
    color: #FFF;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    background: #3564e5;
    border-color: #3564e5;
    color: #FFF;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a:hover {
    background: #3564e5;
    border-color: #3564e5;
    color: #FFF;
  }
  .navbar-default .navbar-collapse #block-search-form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding: 0 !important;
  }
}

#block-menu-menu-primary-footer-menu {
  font-size: 0.95em;
  line-height: 1.6em;
  text-align: center;
}
#block-menu-menu-primary-footer-menu ul li {
  display: inline-block;
}
#block-menu-menu-primary-footer-menu a {
  padding: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #block-menu-menu-primary-footer-menu {
    margin-top: 30px;
    text-align: left;
  }
  #block-menu-menu-primary-footer-menu ul li {
    display: block;
  }
  #block-menu-menu-primary-footer-menu a {
    padding: 0 0 5px 0;
  }
}

#block-menu-menu-secondary-footer-menu {
  font-size: 0.95em;
  line-height: 1.6em;
  text-align: center;
}
#block-menu-menu-secondary-footer-menu ul li {
  display: inline-block;
}
#block-menu-menu-secondary-footer-menu a {
  padding: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #block-menu-menu-secondary-footer-menu {
    margin-top: 30px;
    text-align: left;
  }
  #block-menu-menu-secondary-footer-menu ul li {
    display: block;
  }
  #block-menu-menu-secondary-footer-menu a {
    padding: 0 0 5px 0;
  }
}

.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="facebook"],
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="youtube"],
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="twitter"],
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="steam"],
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="reddit"],
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="discord"] {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="facebook"] {
  background-position: 0 0;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="youtube"] {
  background-position: 0 -25px;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="twitter"] {
  background-position: 0 -50px;
  margin-left: 0px;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="steam"] {
  background-position: 0 -75px;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="reddit"] {
  background-position: 0 -100px;
}
.navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="discord"] {
  background-position: 0 -325px;
}
body.logged-in .navbar-default .navbar-collapse .navbar-nav.secondary > li.menu-item--login {
  display: none;
}
.navbar-default .navbar-collapse .navbar-nav.secondary a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse .navbar-nav.secondary {
    background-image: url(../images/gold-border.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 30px;
  }
  .navbar-default .navbar-collapse .navbar-nav.secondary > li {
    display: inline;
  }
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a {
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="facebook"],
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="youtube"],
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="twitter"],
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="steam"],
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="reddit"] {
    display: inline-block;
    border: none;
    margin-top: 20px;
  }
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="facebook"]:hover,
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="youtube"]:hover,
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="twitter"]:hover,
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="steam"]:hover,
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a[href*="reddit"]:hover {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse .navbar-nav.secondary > li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 60px;
    padding: 0 15px;
    text-transform: uppercase;
  }
}

.menu--social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--social li {
  display: inline;
  margin-right: 50px;
}
.menu--social li:last-child {
  margin-right: 0;
}
.menu--social a {
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 100px;
  background-repeat: none;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0.8;
  transition: opacity 150ms ease;
}
.menu--social a:hover {
  opacity: 1;
}
.menu--social a html.no-svg {
  background-image: url(../images/bluebottle-icon-sprite.png);
}
.menu--social a[href*="facebook"] {
  background-position: 0 0;
}
.menu--social a[href*="youtube"] {
  background-position: 0 -50px;
}
.menu--social a[href*="twitter"] {
  background-position: 0 -100px;
}
.menu--social a[href*="steam"] {
  background-position: 0 -150px;
}
.menu--social a[href*="reddit"] {
  background-position: 0 -200px;
}
.menu--social a[href*="discord"] {
  background-position: 0 -650px;
}

div.mollom-flag-reasons {
  background: #000;
  border: none;
  box-shadow: none;
}

.node-blog.view-mode-teaser {
  position: relative;
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.node-blog.view-mode-teaser .blog__title {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.node-blog.view-mode-teaser .blog__title a {
  color: #FFF;
}
.node-blog.view-mode-teaser .blog__title a:focus {
  color: #FFF;
  text-decoration: none;
}
.node-blog.view-mode-teaser .blog__image {
  margin-bottom: 20px;
}
.node-blog.view-mode-teaser .blog__image img {
  width: 100%;
}
.node-blog.view-mode-teaser .blog__author-pic {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.node-blog.view-mode-teaser .blog__submitted {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.node-blog.view-mode-teaser .blog__submitted span {
  font-weight: bold;
  margin-right: 4px;
}
.node-blog.view-mode-teaser .blog__submitted .label-inline {
  font-weight: normal;
}
.node-blog.view-mode-teaser .blog__body {
  clear: both;
}
.node-blog.view-mode-teaser .blog__link {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.view-latest-news .more-link {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .view-latest-news .more-link {
    padding-bottom: 60px;
  }
}
.view-latest-news .more-link a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: solid 3px #FFF;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.view-latest-news .more-link a:hover, .view-latest-news .more-link a:focus {
  background-color: #FFF;
  color: #3564e5;
}

.view-front-page-no-trimmed .view-footer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .view-front-page-no-trimmed .view-footer {
    float: right;
    margin-top: -70px;
    text-align: right;
  }
}

#block-views-news-archive-sidebar-block .views-summary li {
  font-size: 0.9em;
  text-transform: uppercase;
}

.page-blog- #block-system-main {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-blog- #block-system-main .node-blog.view-mode-teaser {
    display: inline-block;
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 2%;
  }
  .page-blog- #block-system-main .node-blog.view-mode-teaser:nth-child(2n) {
    margin-right: 0;
  }
}

.blog__tags {
  color: #3564e5;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
.blog__tags .blog__tags-label {
  display: inline;
  margin-right: 2px;
  color: #FFF;
}
.blog__tags a {
  color: #3564e5;
}

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

.node-blog.view-mode-full .blog__title {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full .blog__title {
    margin-top: 80px;
  }
}
.node-blog.view-mode-full .blog__submitted {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full .blog__submitted {
    margin-bottom: 80px;
  }
}
.node-blog.view-mode-full .blog__author-pic {
  margin-right: 10px;
}
.node-blog.view-mode-full .blog__submitted-author {
  margin-right: 4px;
}
.node-blog.view-mode-full .blog__submitted-date-label {
  margin-right: 4px;
}
.node-blog.view-mode-full .blog__image {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.node-blog.view-mode-full .blog__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full .blog__image {
    margin-bottom: 80px;
  }
}
.node-blog.view-mode-full .blog__content {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full .blog__content {
    margin-bottom: 80px;
  }
}
.node-blog.view-mode-full .blog__tags {
  margin-bottom: 40px;
}
.node-blog.view-mode-full .blog__all-link {
  text-align: center;
}
.node-blog.view-mode-full .blog__all-link a {
  position: relative;
  z-index: 3;
}
.node-blog.view-mode-full ul.flippy {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full ul.flippy {
    position: relative;
    top: -30px;
  }
}
.node-blog.view-mode-full .comment-wrapper {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .node-blog.view-mode-full .comment-wrapper {
    margin-bottom: 80px;
  }
}

.page-search .breadcrumb {
  display: none;
}
.page-search #block-system-main {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-search #block-system-main {
    margin-bottom: 80px;
  }
}
.page-search .search-form {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-search .search-form {
    margin-bottom: 80px;
  }
}
.page-search .search-results__title {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.page-search .search-item__title a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.page-search .search-item__title a:hover {
  color: #6287eb;
}

/* Basic page global styles.
 * If these are too specific for other view modes, move to .view-mode-full (below) as needed.
 */
.page__title {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page__title {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.front .page__title {
  display: none;
  visibility: hidden;
}

.page__title--small {
  font-size: 28px;
  text-transform: none;
}

.page__callout-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .page__callout-title {
    margin-top: 60px;
  }
}

.page__callout {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .page__callout {
    margin-bottom: 80px;
  }
}
.page__callout:last-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page__callout:last-child {
    margin-bottom: 80px;
  }
}

.page__tabs {
  text-align: center;
}

/* Game full node styles. */
.pagination {
  border-radius: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li > a {
  background-color: #22273a;
  border-color: #3e476a;
  color: #f9f9fb;
  margin-right: 1px;
}
.pagination li > a:hover {
  background-color: #3564e5;
  border-color: #3e476a;
  color: #FFF;
}
.pagination li > span {
  margin-right: 5px;
}
.pagination li.active > span {
  background-color: #FFF;
  color: #22273a;
}
.pagination li.active > span:hover {
  background-color: #FFF;
  color: #22273a;
}
.pagination li.disabled > span {
  background-color: #22273a;
  border-color: #3e476a;
  color: #98a1c3;
}
.pagination li.disabled > span:hover {
  background-color: #22273a;
  border-color: #3e476a;
  color: #98a1c3;
}
.pagination li:first-child > span, .pagination li:first-child > a {
  border-radius: 0;
}
.pagination li:last-child > span, .pagination li:last-child > a {
  border-radius: 0;
}

.quote {
  margin-bottom: 40px;
}
.quote p {
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3em;
}

.quote__author-pic {
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 15px;
}

.quote__author-name {
  display: inline-block;
  float: left;
  margin-right: 15px;
  font-size: 0.9em;
}

.forum-table-wrap {
  margin-bottom: 60px;
}
.forum-table-wrap:first-child {
  margin-top: 40px;
}

.forum-table-superheader {
  background-image: url(../images/gold-border.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .forum-table-superheader {
    margin-bottom: 40px;
  }
}
.forum-table-superheader .forum-table-name {
  width: calc(100% - 30px);
  float: left;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.forum-table-superheader .forum-table-description {
  width: 100%;
}
.forum-table-superheader span.forum-collapsible {
  width: 30px;
  margin: 0;
}

.forum-details {
  padding-right: 10px;
}
.forum-details .forum-list-icon {
  width: 30px;
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}
.forum-details .forum-name {
  margin-top: 3px;
}
.forum-details > * {
  width: calc(100% - 40px);
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .forum-details {
    width: 50%;
  }
}

th.forum-topics,
th.forum-posts {
  text-align: left;
}

td.forum-number-topics {
  text-align: left !important;
}
@media (max-width: 767px) {
  td.forum-number-topics {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  td.forum-number-topics {
    width: 10%;
  }
}

td.forum-number-posts {
  text-align: left !important;
}
@media (max-width: 767px) {
  td.forum-number-posts {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  td.forum-number-posts {
    width: 10%;
  }
}

td.forum-last-reply {
  font-size: 0.9em;
}
td.forum-last-reply a {
  text-transform: uppercase;
}
td.forum-last-reply a:after, td.forum-last-reply .username:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  td.forum-last-reply {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  td.forum-last-reply {
    width: 30%;
  }
}

.forum-table-topics td.views-field-title .topic-icon {
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.forum-table-topics td.views-field-title a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.forum-table-topics td.views-field-title a:hover {
  color: #6287eb;
}
@media (min-width: 768px) {
  .forum-table-topics td.views-field-title {
    width: 50%;
  }
}
.forum-table-topics td.views-field-name a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.forum-table-topics td.views-field-name a:hover {
  color: #6287eb;
}
.forum-table-topics td.views-field-name a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/button-text--dot.png");
  margin-left: 5px;
}
.forum-table-topics td.views-field-comment-count {
  text-align: left;
}
@media (min-width: 768px) {
  .forum-table-topics td.views-field-comment-count {
    width: 10%;
  }
}
.forum-table-topics td.views-field-totalcount {
  text-align: left;
}
.forum-table-topics td.views-field-last-updated a {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .forum-table-topics td.views-field-last-updated {
    width: 40%;
  }
}

#views-exposed-form-advanced-forum-active-topics-page-1 .views-exposed-form .views-exposed-widget .btn,
#views-exposed-form-advanced-forum-unanswered-topics-page-1 .views-exposed-form .views-exposed-widget .btn {
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  margin-top: 35px;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  text-transform: uppercase;
}
#views-exposed-form-advanced-forum-active-topics-page-1 .views-exposed-form .views-exposed-widget .btn:hover, #views-exposed-form-advanced-forum-active-topics-page-1 .views-exposed-form .views-exposed-widget .btn:focus,
#views-exposed-form-advanced-forum-unanswered-topics-page-1 .views-exposed-form .views-exposed-widget .btn:hover,
#views-exposed-form-advanced-forum-unanswered-topics-page-1 .views-exposed-form .views-exposed-widget .btn:focus {
  background-color: #153a9f;
  color: #FFF;
}

.forum-list-icon-wrapper span {
  width: 30px;
  height: 30px;
}

.forum-list-text-legend-default,
.forum-list-text-legend-new-posts,
.topic-icon-new,
.topic-icon-default,
.topic-icon-hot-new,
.topic-icon-hot,
.topic-icon-sticky,
.topic-icon-closed {
  font-size: 0.95em;
}

.forum-list-icon-default .forum-list-icon-wrapper span,
.forum-list-icon-default .forum-list-icon-wrapper span,
.forum-list-icon-legend .forum-list-icon-default {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -250px;
  background-repeat: none;
}

.forum-list-icon-new-posts .forum-list-icon-wrapper span,
.forum-list-icon-new-posts .forum-list-icon-wrapper span,
.forum-list-icon-legend .forum-list-icon-new-posts {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -300px;
  background-repeat: none;
}

.forum-topic-legend {
  clear: both;
  margin-bottom: 60px;
}
.forum-topic-legend div {
  clear: none;
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}

.topic-icon-default {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -350px;
  background-repeat: none;
}

.topic-icon-sticky {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -400px;
  background-repeat: none;
}

.topic-icon-new {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -450px;
  background-repeat: none;
}

.topic-icon-closed {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -500px;
  background-repeat: none;
}

.topic-icon-hot {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -550px;
  background-repeat: none;
}

.topic-icon-hot-new {
  background-image: url(../images/bluebottle-icon-sprite.svg);
  background-position: 0 -600px;
  background-repeat: none;
}

.forum-pager {
  clear: both;
  margin-bottom: 20px;
}
.forum-pager .pagination {
  margin: 0;
}
@media (min-width: 768px) {
  .forum-pager {
    clear: none;
    width: 48%;
    float: left;
    display: inline-block;
  }
}

.forum-node-create-links {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  color: #3564e5;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.forum-node-create-links a {
  text-decoration: underline;
}
.forum-node-create-links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .forum-node-create-links {
    width: 48%;
    float: right;
    display: inline-block;
    text-align: right;
  }
  .forum-node-create-links .forum-add-node {
    float: right;
    margin-right: 0;
  }
}

.forum-add-forum a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.forum-add-forum a:hover, .forum-add-forum a:focus {
  background-color: #153a9f;
  color: #FFF;
}
.forum-add-forum a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.forum-add-forum a:disabled:hover {
  background-color: #3564e5;
}

#forum-sort {
  float: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #forum-sort {
    clear: left;
    width: 48%;
    float: left;
    display: inline-block;
  }
  #forum-sort form {
    float: left;
  }
  #forum-sort form .form-control {
    display: inline;
    width: auto;
    margin-right: 10px;
  }
}

.forum-tools {
  float: none;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .forum-tools {
    clear: right;
    width: 48%;
    float: right;
    display: inline-block;
  }
  .forum-tools form {
    float: right;
  }
}

.tabs--primary {
  width: auto;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 0;
  margin: 0 auto 20px auto;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.tabs--primary > li {
  display: inline-block;
  border-right: 1px solid #FFF;
}
.tabs--primary > li > a {
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.tabs--primary > li > a:hover, .tabs--primary > li > a:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #3564e5;
}
.tabs--primary > li.active > a {
  background: #FFF;
  color: #3564e5;
}
.tabs--primary > li:first-child {
  margin-left: 0;
}
.tabs--primary > li:last-child {
  border-right: 0;
}
@media (max-width: 600px) {
  .tabs--primary {
    width: 100%;
  }
  .tabs--primary > li {
    float: none;
    display: block;
    border-right: 0;
    border-bottom: 1px solid #FFF;
  }
  .tabs--primary > li:last-child {
    border-bottom: none;
  }
}

.toggle-block {
  background-image: url(../images/gold-border.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 10px;
  transition: background-color 150ms ease;
}
.toggle-block .toggle-block__trigger {
  color: #3564e5;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.toggle-block .toggle-block__trigger:hover {
  color: #6287eb;
}
.toggle-block .toggle-block__content {
  margin-top: 10px;
}
.toggle-block.toggle-block--expanded {
  background-color: #22273a;
}
.toggle-block.toggle-block--first {
  position: relative;
}
.toggle-block.toggle-block--first:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/gold-border.png);
}
html.js .toggle-block .toggle-block__content {
  display: none;
}

.webform-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3564e5;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Arial";
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 11px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.webform-submit:hover, .webform-submit:focus {
  background-color: #153a9f;
  color: #FFF;
}
.webform-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.webform-submit:disabled:hover {
  background-color: #3564e5;
}

.footer {
  position: relative;
  z-index: 2;
  border: none;
  background-image: url(../images/footerbg.png);
  background-repeat: repeat-x;
  height: 307px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #FFF;
}
.footer a {
  color: #FFF;
}
.footer a:hover, .footer a:focus, .footer a.active {
  color: #DE972B;
}
@media (min-width: 768px) {
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer .region-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer #block-boxes-footer-logo-copyright {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  .footer #block-menu-menu-primary-footer-menu {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 140px;
  }
  .footer #block-menu-menu-secondary-footer-menu {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 140px;
  }
}

.ds-2col-stacked .group-header,
.ds-2col-stacked .group-left,
.ds-2col-stacked .group-center,
.ds-2col-stacked .group-footer,
.ds-2col-stacked-fluid .group-header,
.ds-2col-stacked-fluid .group-left,
.ds-2col-stacked-fluid .group-center,
.ds-2col-stacked-fluid .group-footer {
  margin-bottom: 20px;
}
.ds-2col-stacked .group-center,
.ds-2col-stacked-fluid .group-center {
  overflow: hidden;
}
.ds-2col-stacked .group-left,
.ds-2col-stacked .group-right,
.ds-2col-stacked-fluid .group-left,
.ds-2col-stacked-fluid .group-right {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .ds-2col-stacked .group-left,
  .ds-2col-stacked-fluid .group-left {
    float: left;
    width: 50%;
    padding-right: 2%;
  }
  .ds-2col-stacked .group-right,
  .ds-2col-stacked-fluid .group-right {
    float: left;
    width: 50%;
    padding-left: 2%;
  }
  .ds-2col-stacked.group-one-column .group-left, .ds-2col-stacked.group-one-column .group-right,
  .ds-2col-stacked-fluid.group-one-column .group-left,
  .ds-2col-stacked-fluid.group-one-column .group-right {
    float: none;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ds-2col-stacked--40-60 .group-left {
    float: left;
    width: 40%;
    padding-right: 2%;
  }
  .ds-2col-stacked--40-60 .group-right {
    float: left;
    width: 60%;
    padding-left: 2%;
  }
}

.layout--grid-2 {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .layout--grid-2 li {
    display: inline-block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .layout--grid-2 li:nth-child(2n) {
    margin-right: 0;
  }
}

.layout--grid-2-padded {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .layout--grid-2-padded li {
    display: inline-block;
    float: left;
    width: 36%;
    margin-left: 10%;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .layout--grid-2-padded li:nth-child(2n) {
    margin-left: 4%;
    margin-right: 10%;
  }
}

.layout--grid-3 {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .layout--grid-3 li {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .layout--grid-3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .layout--grid-3 li:nth-child(3n) {
    margin-right: 0;
  }
}

.layout--grid-6 {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout--grid-6 li {
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.layout--grid-6 li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .layout--grid-6 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .layout--grid-6 li:nth-child(2n) {
    margin-right: 2%;
  }
  .layout--grid-6 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .layout--grid-6 li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .layout--grid-6 li:nth-child(3n) {
    margin-right: 2%;
  }
  .layout--grid-6 li:nth-child(6n) {
    margin-right: 0;
  }
}

.layout--grid-2-3 {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout--grid-2-3 li {
  display: inline-block;
  float: left;
  width: 48.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.layout--grid-2-3 li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .layout--grid-2-3 li {
    width: 31.33333%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .layout--grid-2-3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .layout--grid-2-3 li:nth-child(3n) {
    margin-right: 0;
  }
}

.layout--grid-latest-news {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .layout--grid-latest-news li {
    display: inline-block;
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 2%;
  }
  .layout--grid-latest-news li:nth-child(2n) {
    margin-right: 0;
  }
}

.layout--news-listing {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.layout--search-results {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
