@charset "UTF-8";
/* ---------------------------------------------------------
    Vendor
---------------------------------------------------------*/
/* ---------------------------------------------------------
    Embedded icomoon fonts styles
---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?yxkd1x");
  src: url("../fonts/icomoon.eot?yxkd1x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yxkd1x") format("truetype"), url("../fonts/icomoon.woff?yxkd1x") format("woff"), url("../fonts/icomoon.svg?yxkd1x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search-active:before {
  content: "\e90b"; }

.icon-mail01:before {
  content: "\e90a"; }

.icon-backward:before {
  content: "\e906"; }

.icon-forward:before {
  content: "\e907"; }

.icon-next:before {
  content: "\e908"; }

.icon-prev:before {
  content: "\e909"; }

.icon-chevron:before {
  content: "\e905"; }

.icon-view:before {
  content: "\e903"; }

.icon-issue:before {
  content: "\e904"; }

.icon-back:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e902"; }

@font-face {
  font-family: 'beausite_classic';
  src: url("../fonts/beausiteclassic-regular-webfont.woff2") format("woff2"), url("../fonts/beausiteclassic-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d23e27; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #d9dada;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ---------------------------------------------------------
    Helpers
---------------------------------------------------------*/
.nav-drop .drop-hold > ul, .nav-drop .drop-hold > ul .drop ul, .view-area .viewset, .content-hold .content-items .box-list, .content-hold .content-list ul, .filter-holder .alphabet-list, .filter-holder .alphabet-content ul, .essay-list ul, .sources-holder .source-list, .sub-nav ul, .contributor-block ul, .subject-block ul, .top-content .holder ul, .core-block .holder ul, .history-block .history-slider .slick-dots, .news-block .recent-block .post-list, .result-block .search-tags, .result-block .result-list, .tips-block ul, #footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header .header-top:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* ---------------------------------------------------------
    Components
---------------------------------------------------------*/
ul.pagination {
  margin: 20px 0; }
  ul.pagination .page-item .page-link {
    background-color: transparent;
    border: none; }

/* ---------------------------------------------------------
    Сommon site styles
---------------------------------------------------------*/
#header {
  position: relative;
  background: #fff;
  padding: 42px 0 39px;
  z-index: 999;
  /* logo styles */ }
  @media (max-width: 991px) {
    #header {
      padding: 39px 0; } }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0; } }
  #header .container {
    max-width: 1155px; }
  #header .header-top {
    text-align: center;
    position: relative;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      #header .header-top {
        position: static;
        text-align: left;
        margin-bottom: 0; } }
  #header .logo {
    font-size: 29px;
    font-weight: 700; }
    @media (max-width: 767px) {
      #header .logo {
        font-size: 18px;
        line-height: 22px;
        width: 140px;
        float: left; } }
    #header .logo a:hover {
      color: #d23e27; }
  #header .r-holder {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      #header .r-holder {
        position: static;
        float: right;
        padding-right: 48px;
        margin-top: 9px; } }
    #header .r-holder a {
      color: #000; }
      #header .r-holder a:hover {
        color: #d23e27; }
    #header .r-holder .mail-block {
      margin-left: 17px; }
    #header .r-holder .ico {
      font-size: 20px;
      line-height: 1; }
    #header .r-holder .icon-mail {
      font-size: 16px; }
    @media (max-width: 767px) {
      #header .r-holder .dropdown {
        position: static; } }
  #header .search-block {
    line-height: 1;
    /* search form styles */ }
    #header .search-block.show a {
      color: #d23e27; }
    #header .search-block .active {
      color: #d23e27; }
      #header .search-block .active .icon-search:before {
        content: "\e90b"; }
    #header .search-block .dropdown-toggle:after {
      display: none; }
    #header .search-block .search-form {
      top: 17px !important;
      left: 15px !important;
      border-radius: 0;
      padding: 0;
      width: 240px; }
      @media (max-width: 767px) {
        #header .search-block .search-form {
          width: 100%;
          top: 100% !important;
          left: 0 !important;
          right: 0 !important;
          transform: none !important;
          margin-top: 0; } }
      #header .search-block .search-form:before {
        content: '';
        background: #fff;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        top: -10px;
        right: 15px;
        transform: rotate(45deg);
        z-index: -1; }
        @media (max-width: 767px) {
          #header .search-block .search-form:before {
            display: none; } }
      #header .search-block .search-form .form-control {
        padding: 12px 20px;
        height: 44px; }

/* main navigation styles */
#nav .nav-opener {
  display: none; }
  @media (max-width: 767px) {
    #nav .nav-opener {
      display: block; } }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 19px;
  text-indent: -9999px; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    transition: all 0.2s linear;
    background: #d23e27;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px; }
  .nav-active .nav-opener:before {
    opacity: 0; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 8px; }
  .nav-opener:after {
    top: 16px; }
  .nav-opener:hover {
    opacity: 0.8; }
  .nav-active .nav-opener:after,
  .nav-active .nav-opener span {
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
    right: 2px; }
  .nav-active .nav-opener span {
    transform: rotate(-45deg); }

.nav-drop {
  font: 13px/1.31 "montserrat", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .nav-drop {
      font-size: 12px;
      letter-spacing: 0; } }
  .nav-drop .drop-hold > ul {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .nav-drop .drop-hold > ul {
        background: #fff;
        display: block; } }
    .nav-drop .drop-hold > ul > li {
      margin: 0 10px;
      position: relative; }
      @media (max-width: 767px) {
        .nav-drop .drop-hold > ul > li {
          border-top: 1px solid #dedede;
          margin: 0; } }
      .nav-drop .drop-hold > ul > li.active > a, .nav-drop .drop-hold > ul > li.drop-active > a {
        color: #d23e27;
        font-weight: 700;
        text-decoration: underline; }
      @media (min-width: 768px) {
        .nav-drop .drop-hold > ul > li:hover .drop, .nav-drop .drop-hold > ul > li.hover .drop {
          display: block; } }
      .nav-drop .drop-hold > ul > li:hover > a, .nav-drop .drop-hold > ul > li.hover > a {
        color: #d23e27;
        text-decoration: underline; }
      .nav-drop .drop-hold > ul > li > a {
        color: #000; }
        @media (max-width: 767px) {
          .nav-drop .drop-hold > ul > li > a {
            display: block;
            padding: 12px 15px; } }
        .nav-drop .drop-hold > ul > li > a:hover {
          color: #d23e27;
          text-decoration: underline; }
      @media (max-width: 767px) {
        .nav-drop .drop-hold > ul > li.has-drop-down .has-drop-down-a {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .nav-drop .drop-hold > ul > li.has-drop-down .opener {
          display: block; } }
      .nav-drop .drop-hold > ul > li .opener {
        display: none;
        text-indent: -9999px; }
        @media (max-width: 767px) {
          .nav-drop .drop-hold > ul > li .opener {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            width: 40px;
            height: 40px;
            background: #d23e27; }
            .nav-drop .drop-hold > ul > li .opener:before, .nav-drop .drop-hold > ul > li .opener:after {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 2px;
              width: 12px;
              background: #fff; }
            .nav-drop .drop-hold > ul > li .opener:after {
              height: 12px;
              width: 2px; } }
        .nav-drop .drop-hold > ul > li .opener:hover {
          text-decoration: none !important;
          color: #000; }
    .nav-drop .drop-hold > ul .drop {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 232px;
      transform: translateX(-50%);
      padding-top: 39px; }
      @media (max-width: 767px) {
        .nav-drop .drop-hold > ul .drop {
          position: static;
          padding-top: 0;
          transform: none;
          width: 100%; } }
      .nav-drop .drop-hold > ul .drop:before, .nav-drop .drop-hold > ul .drop:after {
        content: '';
        background: #fff;
        border: solid #757575;
        border-width: 0 1px 1px 0;
        width: 42.1%;
        height: 20px;
        position: absolute;
        top: 20px;
        left: 10px;
        transform: skew(-42deg); }
        @media (max-width: 767px) {
          .nav-drop .drop-hold > ul .drop:before, .nav-drop .drop-hold > ul .drop:after {
            display: none; } }
      .nav-drop .drop-hold > ul .drop:after {
        left: auto;
        right: 10px;
        transform: skew(42deg);
        border-width: 0 0 1px 1px; }
      .nav-drop .drop-hold > ul .drop ul {
        background: rgba(255, 255, 255, 0.9);
        padding: 22px 20px 22px 27px;
        border: solid #757575;
        border-width: 0 1px 1px 1px; }
        @media (max-width: 767px) {
          .nav-drop .drop-hold > ul .drop ul {
            border: none;
            padding: 20px 27px;
            background: #f9e2e0; } }
        .nav-drop .drop-hold > ul .drop ul > li {
          text-transform: uppercase; }
          .nav-drop .drop-hold > ul .drop ul > li + li {
            margin-top: 13px; }
          .nav-drop .drop-hold > ul .drop ul > li > a {
            color: #000; }
            .nav-drop .drop-hold > ul .drop ul > li > a:hover {
              font-weight: 600; }

@media (max-width: 767px) {
  .nav-drop {
    max-height: 0;
    transition: all 0.25s linear; } }

@media (max-width: 767px) {
  .nav-active .nav-drop {
    max-height: 4000px; } }

@media (max-width: 767px) {
  .nav-active .nav-drop .drop-hold {
    transform: translateY(0); } }

@media (max-width: 767px) {
  .nav-drop .drop-hold {
    transition: all 0.25s linear;
    transform: translateY(-100%); } }

@media (max-width: 767px) {
  .nav-drop {
    height: calc(100vh - 68px);
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0; } }

@media (max-width: 767px) {
  body {
    font-size: 16px; } }

/* button styles */
.btn {
  font-size: 13px;
  font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: none;
  white-space: normal; }
  .btn:focus {
    outline: none; }

.btn-primary {
  border: 1px solid #fff;
  padding: 7px 19px;
  color: #fff; }
  .btn-primary:hover {
    background: #fff;
    color: #000; }

.btn-secondary {
  border: 1px solid #000;
  color: #000; }
  .btn-secondary:hover {
    background: #000;
    color: #fff; }

.btn-success {
  border: 1px solid #d23e27;
  color: #d23e27; }
  .btn-success:hover {
    border: 1px solid #d23e27;
    background: #d23e27;
    color: #fff; }

.btn-success:not(:disabled):not(.disabled):active {
  border-color: #d23e27;
  background: #d23e27; }

.btn-danger {
  background: #d63d26;
  border: none;
  color: #fff; }
  .btn-danger:hover {
    background: #e0624f; }

a {
  transition: color 0.3s linear, background 0.3s linear, opacity 0.3s linear; }

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

.form-control {
  border: none;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 63px;
  padding: 21px 26px; }
  .form-control::-webkit-input-placeholder {
    color: #000; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .form-control:-moz-placeholder {
    color: #000; }
  .form-control:-ms-input-placeholder {
    color: #000; }
  .form-control.placeholder {
    color: #000; }
  @media (max-width: 767px) {
    .form-control {
      height: 50px;
      padding: 15px 18px; } }

.big-text {
  display: block;
  font-size: 32px;
  line-height: 1.44;
  font-style: italic;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .big-text {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .big-text {
      font-size: 22px; } }

.issue-title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.17;
  font-style: italic;
  letter-spacing: 1px;
  position: relative;
  border: solid #000;
  border-width: 1px 0; }

.large-title {
  font-size: 28px;
  font-weight: 700;
  color: #d23e27; }
  @media (max-width: 767px) {
    .large-title {
      font-size: 24px; } }

h2 {
  font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

#wrapper {
  overflow: hidden; }

/* featured banner styles */
.featured-banner {
  background: #0d0d0d;
  color: #fff; }
  .featured-banner .container {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .featured-banner .container {
        padding: 0;
        display: block;
        max-width: 100%; } }
  .featured-banner .btn:focus {
    outline: 1px dotted #d23e27; }
  .featured-banner .about-area {
    width: 42.6%;
    padding: 130px 120px 132px 0;
    position: relative;
    z-index: 0; }
    @media (max-width: 991px) {
      .featured-banner .about-area {
        padding: 40px 35px 54px 0; } }
    @media (max-width: 767px) {
      .featured-banner .about-area {
        background: #23407d;
        width: 100%;
        padding: 59px 15px;
        text-align: center; } }
    .featured-banner .about-area:before {
      content: '';
      background: #23407d;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: 0;
      z-index: -1; }
      @media (max-width: 767px) {
        .featured-banner .about-area:before {
          display: none; } }
    .featured-banner .about-area .big-text {
      margin-bottom: 49px; }
      @media (max-width: 991px) {
        .featured-banner .about-area .big-text {
          margin-bottom: 22px; } }
    .featured-banner .about-area p {
      margin-bottom: 75px; }
      @media (max-width: 767px) {
        .featured-banner .about-area p {
          margin-bottom: 35px; } }
  .featured-banner .feature-area {
    width: 57.4%;
    padding: 88px 0 132px 90px; }
    @media (max-width: 991px) {
      .featured-banner .feature-area {
        padding: 40px 0 54px 35px; } }
    @media (max-width: 767px) {
      .featured-banner .feature-area {
        width: 100%;
        padding: 59px 15px;
        text-align: center; } }
    .featured-banner .feature-area .sm-title {
      display: block;
      font: 12px/1.4 "montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 35px; }
    .featured-banner .feature-area .desc-hold {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 72px; }
      @media (max-width: 767px) {
        .featured-banner .feature-area .desc-hold {
          display: block;
          margin-bottom: 27px; } }
      .featured-banner .feature-area .desc-hold .img-holder {
        width: 45.4%; }
        @media (max-width: 767px) {
          .featured-banner .feature-area .desc-hold .img-holder {
            width: 100%;
            margin-bottom: 35px; } }
      .featured-banner .feature-area .desc-hold .desc {
        width: 54.6%;
        padding-left: 58px;
        font-size: 0.875rem;
        line-height: 1.58; }
        @media (max-width: 991px) {
          .featured-banner .feature-area .desc-hold .desc {
            padding-left: 25px; } }
        @media (max-width: 767px) {
          .featured-banner .feature-area .desc-hold .desc {
            width: 100%;
            padding: 0; } }
      .featured-banner .feature-area .desc-hold .issue-title {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: 3px;
        padding: 4px 0;
        margin-bottom: 60px;
        border-color: #fff; }
        .featured-banner .feature-area .desc-hold .issue-title a {
          color: #fff; }
        @media (max-width: 991px) {
          .featured-banner .feature-area .desc-hold .issue-title {
            margin-bottom: 32px; } }
      .featured-banner .feature-area .desc-hold .date {
        display: block;
        font: 14px/1.4 "montserrat", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 1px;
        margin-bottom: 1px; }
      .featured-banner .feature-area .desc-hold p {
        padding-right: 20px; }
        @media (max-width: 991px) {
          .featured-banner .feature-area .desc-hold p {
            padding-right: 0; } }

/* journals section style */
.journals-section {
  background: #d9dada; }
  @media (max-width: 991px) {
    .journals-section {
      text-align: center; } }
  .journals-section .inner {
    padding: 71px 0 110px;
    border-bottom: 1px solid #acacac; }
    @media (max-width: 767px) {
      .journals-section .inner {
        padding: 44px 0 30px; } }
  .journals-section h1 {
    margin-bottom: 49px; }
  .journals-section .row {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .journals-section .row {
        justify-content: center; } }
    @media (max-width: 767px) {
      .journals-section .row {
        margin-bottom: 24px; } }
  .journals-section .col {
    margin-bottom: 32px;
    text-align: center; }
    @media (max-width: 991px) {
      .journals-section .col {
        width: 33.33%;
        flex-basis: auto;
        flex-grow: 0; } }
    @media (max-width: 767px) {
      .journals-section .col {
        width: 50%; } }
    @media (max-width: 575px) {
      .journals-section .col {
        width: 100%; } }
    .journals-section .col a:hover {
      opacity: 0.6; }
    @media (min-width: 576px) {
      .journals-section .col img {
        height: 200px;
        width: auto; } }
    @media (max-width: 1199px) {
      .journals-section .col img {
        max-height: 203px; } }
    @media (max-width: 991px) {
      .journals-section .col img {
        max-height: 100%; } }
  .journals-section .btn {
    padding: 7px 17px; }

/* news section styles */
.news-section {
  background: #d9dada;
  padding: 78px 0 89px; }
  @media (max-width: 767px) {
    .news-section {
      padding: 38px 0 0; } }
  .news-section .big-text {
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .news-section .big-text {
        margin-bottom: 15px; } }
    .news-section .big-text a {
      color: #000; }
      .news-section .big-text a:hover {
        color: #d23e27; }
  .news-section .inner {
    padding-right: 92px;
    margin-bottom: 34px; }
    @media (max-width: 991px) {
      .news-section .inner {
        padding-right: 0; } }
  .news-section p {
    margin-bottom: 0; }
  .news-section .more {
    font-style: italic;
    text-decoration: underline;
    color: #000; }
    .news-section .more:hover {
      color: #d23e27; }

/* newsletter section styles */
.join-section {
  background: #eceded;
  padding: 88px 0 98px; }
  @media (max-width: 991px) {
    .join-section {
      padding: 54px 0; } }
  .join-section h2 {
    margin-bottom: 43px; }
  .join-section .newsletter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px; }
    @media (max-width: 767px) {
      .join-section .newsletter-form {
        margin: 0; } }
    .join-section .newsletter-form .input-group {
      width: 82.8%; }
      @media (max-width: 767px) {
        .join-section .newsletter-form .input-group {
          width: 100%;
          display: block; } }
    .join-section .newsletter-form .form-control {
      width: 21.2%;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .join-section .newsletter-form .form-control {
          width: 100%;
          margin: 0 0 15px; } }
      .join-section .newsletter-form .form-control.input-error {
        border: 1px solid #f00; }
    .join-section .newsletter-form input[type=email] {
      width: 31.1%; }
      @media (max-width: 767px) {
        .join-section .newsletter-form input[type=email] {
          width: 100%; } }
    .join-section .newsletter-form .btn {
      max-width: 107px;
      padding: 8px 22px;
      margin: 0 20px; }
      @media (max-width: 991px) {
        .join-section .newsletter-form .btn {
          margin: 0 0 0 2%; } }
      @media (max-width: 767px) {
        .join-section .newsletter-form .btn {
          margin: 0;
          width: 100%;
          max-width: 100%; } }

.jcf-select {
  background: none;
  border-color: #d23e27;
  width: 100%;
  height: 43px; }
  .jcf-select.jcf-focus {
    outline: 1px dotted #000; }
  .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 41px;
    font-style: italic;
    margin: 0 43px 0 12px;
    padding: 0 5px; }
    @media (max-width: 1199px) {
      .jcf-select .jcf-select-text {
        margin-right: 30px; } }
  .jcf-select .jcf-select-opener {
    background: none;
    width: 43px; }
    @media (max-width: 1199px) {
      .jcf-select .jcf-select-opener {
        width: 30px; } }
    .jcf-select .jcf-select-opener:before {
      content: '\e905';
      font-family: 'icomoon';
      font-size: 12px;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media (max-width: 1199px) {
        .jcf-select .jcf-select-opener:before {
          left: 7px; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }

.journals-block {
  background: #d9dada;
  padding-top: 79px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .journals-block {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .journals-block .container {
      max-width: 1217px; } }
  .journals-block .filter-bar {
    padding-right: 21px; }
    @media (max-width: 1199px) {
      .journals-block .filter-bar {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .journals-block .filter-bar {
        margin-bottom: 35px; } }
  .journals-block h2 {
    letter-spacing: 1px;
    margin-bottom: 31px; }
    .journals-block h2.bordered {
      border: solid #acacac;
      border-width: 1px 0;
      padding: 8px 0; }
  .journals-block .filter-form label {
    font: 12px/14px "montserrat", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 13px; }
  .journals-block .filter-form .form-group {
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .journals-block .filter-form .form-group {
        margin-bottom: 20px; } }
  .journals-block .filter-form .select-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 61px; }
    @media (max-width: 767px) {
      .journals-block .filter-form .select-holder {
        margin-bottom: 40px; } }
    .journals-block .filter-form .select-holder .jcf-select {
      width: 103px;
      min-width: 0;
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .journals-block .filter-form .select-holder .jcf-select {
          width: 90px; } }
      @media (max-width: 767px) {
        .journals-block .filter-form .select-holder .jcf-select {
          width: 43%; } }
    .journals-block .filter-form .select-holder .mid {
      padding: 0 12px;
      font-style: italic; }
      @media (max-width: 1199px) {
        .journals-block .filter-form .select-holder .mid {
          padding: 0 8px; } }
  .journals-block .item-holder {
    padding-left: 38px;
    padding-top: 2px; }
    @media (max-width: 991px) {
      .journals-block .item-holder {
        padding-left: 0; } }
    .journals-block .item-holder .row {
      margin: 0 -20px; }
      @media (max-width: 575px) {
        .journals-block .item-holder .row {
          margin: 0; } }
    .journals-block .item-holder .col {
      width: 33.33%;
      flex-basis: auto;
      flex-grow: 0;
      padding: 0 20px;
      margin-bottom: 59px;
      position: relative;
      font-size: 14px;
      line-height: 1.57; }
      @media (max-width: 991px) {
        .journals-block .item-holder .col {
          width: 50%;
          margin-bottom: 48px; } }
      @media (max-width: 575px) {
        .journals-block .item-holder .col {
          width: 100%;
          padding: 0; } }
      .journals-block .item-holder .col:first-child, .journals-block .item-holder .col:nth-child(2), .journals-block .item-holder .col:nth-child(3) {
        padding-top: 46px; }
        .journals-block .item-holder .col:first-child:before, .journals-block .item-holder .col:nth-child(2):before, .journals-block .item-holder .col:nth-child(3):before {
          content: '';
          border-top: 2px solid #c2c3c3;
          position: absolute;
          top: 0;
          left: 20px;
          right: 20px; }
          @media (max-width: 575px) {
            .journals-block .item-holder .col:first-child:before, .journals-block .item-holder .col:nth-child(2):before, .journals-block .item-holder .col:nth-child(3):before {
              left: 0;
              right: 0; } }
      @media (max-width: 991px) {
        .journals-block .item-holder .col:nth-child(3) {
          padding-top: 0; }
          .journals-block .item-holder .col:nth-child(3):before {
            display: none; } }
      @media (max-width: 575px) {
        .journals-block .item-holder .col:nth-child(2) {
          padding-top: 0; }
          .journals-block .item-holder .col:nth-child(2):before {
            display: none; } }
      .journals-block .item-holder .col p strong {
        margin-right: 10px; }
    .journals-block .item-holder .img-holder {
      margin-bottom: 43px; }
      @media (max-width: 575px) {
        .journals-block .item-holder .img-holder {
          text-align: center; } }
      .journals-block .item-holder .img-holder a:hover {
        opacity: 0.6; }
      @media (min-width: 1200px) {
        .journals-block .item-holder .img-holder img {
          height: 300px;
          width: auto; } }
      @media (max-width: 1199px) {
        .journals-block .item-holder .img-holder img {
          max-height: 240px; } }
      @media (max-width: 575px) {
        .journals-block .item-holder .img-holder img {
          max-height: 100%; } }
    .journals-block .item-holder .issue-title {
      border-color: #acacac;
      margin-bottom: 7px;
      padding: 3px 4px; }
      .journals-block .item-holder .issue-title a {
        color: #000; }
        .journals-block .item-holder .issue-title a:hover {
          color: #d23e27; }

.journal-area {
  background: #d9dada;
  padding-top: 101px;
  padding-bottom: 91px; }
  @media (max-width: 991px) {
    .journal-area {
      padding-top: 80px;
      padding-bottom: 71px; } }
  @media (max-width: 767px) {
    .journal-area {
      padding-top: 46px;
      padding-bottom: 38px; } }
  @media (min-width: 1200px) {
    .journal-area .container {
      max-width: 1240px; } }
  @media (max-width: 767px) {
    .journal-area .img-holder {
      max-width: 280px;
      margin: 0 auto 35px; } }
  .journal-area .desc-holder {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.71; }
    @media (max-width: 1199px) {
      .journal-area .desc-holder {
        padding-left: 0; } }
    .journal-area .desc-holder .issue-title {
      font-size: 30px;
      border-color: #444;
      border-width: 2px 0;
      padding: 9px 0;
      letter-spacing: 3px;
      margin-bottom: 11px; }
    .journal-area .desc-holder .dates {
      font-weight: 700;
      display: block;
      margin-bottom: 29px; }
    .journal-area .desc-holder .text-block {
      background: #eaebeb;
      padding: 24px 36px; }
      @media (max-width: 991px) {
        .journal-area .desc-holder .text-block {
          padding: 20px 24px; } }
      @media (max-width: 767px) {
        .journal-area .desc-holder .text-block {
          padding: 18px 20px; } }
      .journal-area .desc-holder .text-block .text {
        margin-bottom: -14px; }
      .journal-area .desc-holder .text-block p {
        margin-bottom: 24px; }
      .journal-area .desc-holder .text-block .more {
        text-decoration: underline;
        color: #000; }
        .journal-area .desc-holder .text-block .more:hover {
          color: #d23e27; }
        .journal-area .desc-holder .text-block .more[aria-expanded="true"] {
          display: none; }
      .journal-area .desc-holder .text-block .less {
        text-decoration: underline;
        color: #000; }
        .journal-area .desc-holder .text-block .less:hover {
          color: #d23e27; }
        .journal-area .desc-holder .text-block .less[aria-expanded="false"] {
          display: none; }
  .journal-area .side-info {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 49px;
    margin-top: -6px; }
    @media (max-width: 1199px) {
      .journal-area .side-info {
        padding-left: 0; } }
    @media (max-width: 991px) {
      .journal-area .side-info {
        padding-top: 45px; } }
    @media (max-width: 991px) {
      .journal-area .side-info .detail-wrap {
        display: flex;
        flex-wrap: wrap; } }
    .journal-area .side-info .author {
      display: block;
      margin-bottom: 46px; }
      @media (max-width: 767px) {
        .journal-area .side-info .author {
          margin-bottom: 35px; } }
      .journal-area .side-info .author strong {
        font-weight: 700; }
      .journal-area .side-info .author a {
        color: #000; }
    .journal-area .side-info .heading {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font: 12px/1.5 "montserrat", "Helvetica Neue", Arial, sans-serif;
      border: solid #c3c3c3;
      border-width: 1px 0;
      margin-bottom: 26px;
      padding: 8px 0; }
      @media (max-width: 767px) {
        .journal-area .side-info .heading {
          margin-bottom: 20px; } }
    .journal-area .side-info .by-hold {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 37px; }
    .journal-area .side-info .title {
      display: block;
      color: #d23e27;
      font-weight: 700; }
    .journal-area .side-info .data-hold {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700; }
      .journal-area .side-info .data-hold .icon-issue {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 25px;
        line-height: 1;
        color: #000; }

.view-area {
  padding-top: 64px;
  padding-bottom: 34px; }
  @media (min-width: 1200px) {
    .view-area .container {
      max-width: 1240px; } }
  .view-area .inner {
    padding: 0 12px; }
    @media (max-width: 1199px) {
      .view-area .inner {
        padding: 0; } }
  .view-area .viewset {
    font: 12px/1.5 "montserrat", "Helvetica Neue", Arial, sans-serif;
    border: solid #c3c3c3;
    border-width: 1px 0;
    margin-bottom: 55px;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    float: left; }
    @media (max-width: 767px) {
      .view-area .viewset {
        float: none;
        justify-content: center; } }
    .view-area .viewset li {
      position: relative; }
      .view-area .viewset li + li {
        padding-left: 28px;
        margin-left: 26px; }
        .view-area .viewset li + li:before {
          content: '';
          background: #808080;
          width: 1px;
          height: 11px;
          position: absolute;
          top: 3px;
          left: 0; }
      .view-area .viewset li.active {
        font-weight: 600; }
        .view-area .viewset li.active a {
          color: #000; }
      .view-area .viewset li a {
        color: #4d4d4d; }
        .view-area .viewset li a:hover {
          color: #000; }
  .view-area .row {
    clear: both; }
    .view-area .row .title {
      font-size: 20px;
      line-height: 1.2;
      font-style: italic;
      display: block;
      margin-bottom: 36px; }
      @media (max-width: 767px) {
        .view-area .row .title {
          text-align: center;
          margin-bottom: 18px; } }
      .view-area .row .title a {
        color: #000; }
        .view-area .row .title a:hover {
          color: #d23e27; }
    .view-area .row .img-holder {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .view-area .row .img-holder {
          text-align: center; } }
      .view-area .row .img-holder a:hover {
        opacity: 0.8; }

.issue-block {
  border-top: 1px solid #999; }
  @media (min-width: 1200px) {
    .issue-block .container {
      max-width: 1140px; } }
  .issue-block .col-details {
    position: relative; }
    .issue-block .col-details:after {
      content: '';
      background: #999;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: -9999px;
      right: -9999px; }
  .issue-block .row {
    align-items: flex-start; }
    @media (max-width: 991px) {
      .issue-block .row {
        display: block;
        margin: 0; } }
  .issue-block .col-desc {
    width: 76.7%;
    padding: 0 15px;
    margin-left: auto; }
    @media (max-width: 991px) {
      .issue-block .col-desc {
        margin: 0;
        padding: 0;
        width: 100%; } }
  .issue-block .side-info {
    width: 23.3%;
    padding: 60px 15px 0; }
    @media (max-width: 991px) {
      .issue-block .side-info {
        width: 100%;
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .issue-block .side-info {
        padding-bottom: 10px; } }
    .issue-block .side-info .img-holder {
      width: 100%;
      max-width: 160px;
      margin-bottom: 37px; }
      @media (max-width: 991px) {
        .issue-block .side-info .img-holder {
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .issue-block .side-info .img-holder {
          margin-bottom: 28px; } }
    @media (max-width: 991px) {
      .issue-block .side-info .detail-wrap {
        display: flex;
        flex-wrap: wrap; } }
    .issue-block .side-info .details-holder {
      min-height: 140px;
      margin-bottom: 35px; }
      @media (max-width: 1199px) {
        .issue-block .side-info .details-holder {
          min-height: 250px; } }
      @media (max-width: 991px) {
        .issue-block .side-info .details-holder {
          min-height: 0; } }
      .issue-block .side-info .details-holder .opener {
        font: 10px/12px "montserrat", "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000; }
      .issue-block .side-info .details-holder .detail {
        font-size: 14px;
        line-height: 1.57;
        padding-top: 13px;
        padding-right: 75px; }
        @media (max-width: 1199px) {
          .issue-block .side-info .details-holder .detail {
            padding-right: 0; } }
        .issue-block .side-info .details-holder .detail a {
          color: #000; }
    .issue-block .side-info .data-hold {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 10px; }
      .issue-block .side-info .data-hold .ico {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 25px;
        line-height: 1;
        color: #000; }
      .issue-block .side-info .data-hold .icon-view {
        font-size: 27px; }
    .issue-block .side-info .issue-data-links {
      padding-left: 30px;
      padding-right: 45px;
      margin-bottom: 30px; }
      .issue-block .side-info .issue-data-links ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .issue-block .side-info .issue-data-links ul li {
          border-bottom: 1px solid #ccc;
          padding: 3px 0;
          font-size: 16px; }
          .issue-block .side-info .issue-data-links ul li:last-child {
            border-bottom: none; }
          .issue-block .side-info .issue-data-links ul li a {
            display: block; }
  .issue-block .view-frame {
    width: 76.7%;
    height: 100%;
    background: #231f20;
    color: #fff;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative; }
    @media (max-width: 1199px) {
      .issue-block .view-frame {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991px) {
      .issue-block .view-frame {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .issue-block .view-frame {
        padding-top: 46px;
        padding-bottom: 46px; } }
    .issue-block .view-frame:before {
      content: '';
      background: #231f20;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      right: -9999px;
      z-index: -1; }
      @media (max-width: 991px) {
        .issue-block .view-frame:before {
          left: -9999px; } }
    .issue-block .view-frame .view-holder {
      padding-left: 7px; }
      @media (max-width: 1199px) {
        .issue-block .view-frame .view-holder {
          padding-left: 0; } }
  .issue-block .pagination-holder {
    font: 9px/13px "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 82px; }
    @media (max-width: 767px) {
      .issue-block .pagination-holder {
        margin-bottom: 52px; } }
    .issue-block .pagination-holder a {
      color: #fff;
      margin: 0 7px; }
      .issue-block .pagination-holder a:hover {
        color: #d23e27; }
    .issue-block .pagination-holder .page {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 22px;
      height: 16px;
      background: #fff;
      color: #000;
      margin: 0 4px;
      padding: 0 3px; }
    .issue-block .pagination-holder .txt {
      margin: 0 5px;
      letter-spacing: 1px; }
    .issue-block .pagination-holder .ico {
      font-size: 13px;
      line-height: 1; }

.content-hold .text {
  font: 12px/16px "montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.content-hold .content-mask {
  padding: 0 20px 0 6px; }
  @media (max-width: 767px) {
    .content-hold .content-mask {
      padding: 0; } }

.content-hold .content-items {
  font-size: 14px;
  line-height: 1.57;
  padding: 47px 0 48px;
  border-bottom: 1px solid #989898; }
  @media (max-width: 767px) {
    .content-hold .content-items {
      padding-bottom: 22px; } }
  .content-hold .content-items .view-changer,
  .content-hold .content-items .cite-hold {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .content-hold .content-items .view-changer,
      .content-hold .content-items .cite-hold {
        display: block; } }
  .content-hold .content-items .view-changer {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .content-hold .content-items .view-changer {
        margin-bottom: 40px; } }
  .content-hold .content-items .cite-hold .text {
    margin-top: 9px; }
    @media (max-width: 767px) {
      .content-hold .content-items .cite-hold .text {
        margin-top: 0; } }
  .content-hold .content-items .cite-hold .wrap {
    padding-left: 7px;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .content-hold .content-items .cite-hold .wrap {
        padding-right: 0;
        padding-left: 0; } }
    .content-hold .content-items .cite-hold .wrap a {
      color: #000; }
      .content-hold .content-items .cite-hold .wrap a:hover {
        color: #d23e27; }
  .content-hold .content-items .text {
    width: 23.2%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .content-hold .content-items .text {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
  .content-hold .content-items .wrap {
    width: 76.8%; }
    @media (max-width: 767px) {
      .content-hold .content-items .wrap {
        width: 100%; } }
  .content-hold .content-items .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -10px 0; }
    @media (max-width: 767px) {
      .content-hold .content-items .box-list {
        margin: 0; } }
    .content-hold .content-items .box-list li {
      font: 10px/14px "montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      margin: 0 10px;
      letter-spacing: 1px;
      width: 90px; }
      @media (max-width: 767px) {
        .content-hold .content-items .box-list li {
          margin: 0 5px 15px; } }
      .content-hold .content-items .box-list li a {
        color: #000; }
        .content-hold .content-items .box-list li a:hover .show-box:after {
          border-width: 3px; }
      .content-hold .content-items .box-list li.active .show-box:after {
        border-width: 3px; }
    .content-hold .content-items .box-list .show-box {
      width: 72px;
      height: 50px;
      margin-bottom: 7px;
      display: inline-block;
      position: relative; }
      @media (max-width: 767px) {
        .content-hold .content-items .box-list .show-box {
          margin-bottom: 4px; } }
      .content-hold .content-items .box-list .show-box:after {
        content: '';
        border: 1px solid #333;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .content-hold .content-items .box-list .show-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1; }

.content-hold .content-list {
  font-size: 14px;
  line-height: 1.57;
  padding: 21px 0 39px;
  border-bottom: 1px solid #989898; }
  @media (max-width: 767px) {
    .content-hold .content-list {
      padding-top: 30px; } }
  .content-hold .content-list .h1 {
    margin-bottom: 38px;
    display: block; }

.content-hold .related-hold {
  padding: 24px 0 55px; }
  @media (max-width: 575px) {
    .content-hold .related-hold {
      padding-bottom: 15px; } }
  .content-hold .related-hold .h1 {
    display: block;
    margin-bottom: 49px; }
    @media (max-width: 767px) {
      .content-hold .related-hold .h1 {
        margin-bottom: 38px; } }
  .content-hold .related-hold .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 575px) {
      .content-hold .related-hold .frame {
        display: block; } }
  .content-hold .related-hold .block {
    font-size: 16px;
    line-height: 1.5;
    width: 44%;
    padding-right: 20px; }
    @media (max-width: 575px) {
      .content-hold .related-hold .block {
        padding-right: 0;
        width: 100%;
        margin-bottom: 37px; } }
  .content-hold .related-hold .title {
    font: 12px/16px "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 36px;
    display: block; }
    @media (max-width: 575px) {
      .content-hold .related-hold .title {
        margin-bottom: 10px; } }
  .content-hold .related-hold strong {
    margin-bottom: 1px;
    display: block;
    color: #d23e27; }

.banner-block {
  background: #23407d;
  color: #fff;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 34px; }
  @media (max-width: 767px) {
    .banner-block {
      padding-top: 34px; } }
  .about-page .banner-block {
    padding-top: 64px;
    padding-bottom: 58px; }
    @media (max-width: 767px) {
      .about-page .banner-block {
        padding-top: 34px;
        padding-bottom: 34px; } }
  @media (max-width: 1199px) {
    .banner-block br {
      display: none; } }
  .banner-block .text {
    font-size: 28px;
    line-height: 1.5;
    font-style: italic;
    display: block;
    padding: 0 55px; }
    @media (max-width: 991px) {
      .banner-block .text {
        padding: 0; } }
    @media (max-width: 767px) {
      .banner-block .text {
        font-size: 22px; } }

.resources-block {
  padding-top: 88px;
  padding-bottom: 39px; }
  @media (max-width: 767px) {
    .resources-block {
      padding-top: 50px;
      padding-bottom: 10px; } }
  .resources-block .inner {
    padding-right: 87px;
    line-height: 1.61;
    margin-bottom: 54px; }
    @media (max-width: 1199px) {
      .resources-block .inner {
        padding-right: 0; } }
  .resources-block .issue-title {
    font-size: 30px;
    padding: 8px 0;
    letter-spacing: 3px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .resources-block .issue-title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .resources-block .issue-title {
        margin-bottom: 26px; } }
  .resources-block p {
    padding-right: 5px;
    margin-bottom: 38px; }
  .resources-block .btn {
    width: 180px;
    font-size: 12px;
    padding: 8px 12px; }

.resourses-red {
  background: #f8e2df;
  padding: 66px 0 26px; }
  @media (max-width: 767px) {
    .resourses-red {
      padding: 50px 0 10px; } }
  .resourses-red .issue-title {
    font-size: 30px;
    padding: 8px 0;
    letter-spacing: 3px;
    margin-bottom: 61px; }
    @media (max-width: 991px) {
      .resourses-red .issue-title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .resourses-red .issue-title {
        margin-bottom: 26px; } }
  .resourses-red .inner {
    padding-right: 90px;
    line-height: 1.61;
    margin-bottom: 54px; }
    @media (max-width: 1199px) {
      .resourses-red .inner {
        padding-right: 0; } }
  .resourses-red p {
    margin-bottom: 50px; }
  .resourses-red .btn {
    font-size: 12px;
    padding: 8px 30px; }

.item-section {
  background: #d9dada; }

.head-holder {
  border-bottom: 2px solid #c2c3c3;
  padding: 34px 0 6px; }
  @media (max-width: 767px) {
    .head-holder {
      padding-top: 18px; } }
  @media (max-width: 575px) {
    .head-holder {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .head-holder .mask {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 575px) {
      .head-holder .mask {
        display: block; } }
  .head-holder h1 {
    margin-bottom: 6px;
    margin-right: 35px;
    min-width: 240px; }
    @media (max-width: 575px) {
      .head-holder h1 {
        min-width: 0;
        margin-right: 0; } }
  .head-holder .back-hold {
    font-size: 16px;
    line-height: 1.2;
    font-style: italic; }
    .head-holder .back-hold a {
      color: #000; }
      .head-holder .back-hold a .icon-back {
        color: #d23e27;
        font-size: 10px;
        line-height: 1;
        margin-right: 4px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: top; }
      .head-holder .back-hold a:hover {
        color: #d23e27; }

.item-wrapper {
  padding-top: 60px; }
  .item-wrapper .column {
    margin-bottom: 79px; }
    @media (max-width: 767px) {
      .item-wrapper .column {
        margin-bottom: 60px; } }
  .item-wrapper .img-holder {
    margin-bottom: 28px; }
    @media (min-width: 992px) {
      .item-wrapper .img-holder img {
        height: 320px; } }
    @media (min-width: 1200px) {
      .item-wrapper .img-holder img {
        height: 380px; } }
    @media (max-width: 991px) {
      .item-wrapper .img-holder img {
        max-height: 195px; } }
    @media (max-width: 767px) {
      .item-wrapper .img-holder img {
        max-height: 100%; } }
    .item-wrapper .img-holder a:hover {
      opacity: 0.8; }
  .item-wrapper .desc {
    font-size: 14px;
    line-height: 1.57; }
    .item-wrapper .desc span {
      display: block; }
  .item-wrapper .title {
    font-size: 16px;
    line-height: 1.56; }

.filter-holder {
  padding-top: 55px;
  padding-bottom: 61px; }
  .filter-holder .mask {
    padding-right: 100px; }
    @media (max-width: 991px) {
      .filter-holder .mask {
        padding: 0; } }
  .filter-holder h2.bordered {
    border: solid #acacac;
    border-width: 1px 0;
    padding: 8px 0;
    letter-spacing: 1px;
    margin-bottom: 16px; }
  .filter-holder .alphabet-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .filter-holder .alphabet-list li {
      margin-right: 9px;
      font-family: "montserrat", "Helvetica Neue", Arial, sans-serif; }
      .filter-holder .alphabet-list li a {
        color: #4d4d4d; }
        .filter-holder .alphabet-list li a:hover {
          color: #d23e27; }
      .filter-holder .alphabet-list li.active {
        font-weight: 700; }
        .filter-holder .alphabet-list li.active a {
          color: #d23e27; }
          .filter-holder .alphabet-list li.active a:before {
            content: '[';
            display: inline-block;
            vertical-align: top;
            margin-right: 2px; }
          .filter-holder .alphabet-list li.active a:after {
            content: ']';
            display: inline-block;
            vertical-align: top;
            margin-left: 2px; }
  .filter-holder .alphabet-content ul {
    font-size: 16px;
    line-height: 1.56; }

.post-block {
  padding-top: 69px;
  padding-bottom: 71px; }
  @media (max-width: 767px) {
    .post-block {
      padding-top: 40px;
      padding-bottom: 52px; } }
  .post-block .title-area {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .post-block .title-area {
        margin-bottom: 40px; } }
    .post-block .title-area .large-title {
      display: block;
      margin-bottom: 5px; }
    .post-block .title-area.add {
      margin-bottom: 56px; }
      @media (max-width: 767px) {
        .post-block .title-area.add {
          margin-bottom: 42px; } }
      .post-block .title-area.add .by {
        font-size: 16px; }
    .post-block .title-area .by {
      font-size: 14px;
      display: block; }
  .post-block .body-part {
    line-height: 1.61;
    padding-top: 11px;
    padding-right: 112px;
    margin-bottom: 95px; }
    @media (max-width: 1199px) {
      .post-block .body-part {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .post-block .body-part {
        margin-bottom: 48px;
        padding-top: 20px; } }
    .post-block .body-part h1 {
      margin-bottom: 47px; }
      @media (max-width: 767px) {
        .post-block .body-part h1 {
          margin-bottom: 30px; } }
    .post-block .body-part p {
      margin-bottom: 28px; }
  .post-block .gallery {
    font-size: 16px;
    line-height: 1.56;
    border-top: 2px solid #c2c3c3;
    padding-top: 12px; }
    @media (max-width: 767px) {
      .post-block .gallery {
        padding-top: 20px; } }
    .post-block .gallery h1 {
      margin-bottom: 49px; }
      @media (max-width: 767px) {
        .post-block .gallery h1 {
          margin-bottom: 30px; } }
    .post-block .gallery .holder {
      margin-bottom: 39px; }
      .post-block .gallery .holder .title {
        font-weight: 700;
        display: block; }
      .post-block .gallery .holder p {
        margin-bottom: 20px; }
      .post-block .gallery .holder .img-holder a:hover {
        opacity: 0.8; }
  .post-block .passage-holder {
    line-height: 1.61;
    padding-right: 119px;
    margin-bottom: 75px; }
    @media (max-width: 1199px) {
      .post-block .passage-holder {
        padding: 0; } }
    .post-block .passage-holder p {
      margin-bottom: 28px; }

.essay-list {
  padding-top: 66px;
  padding-bottom: 53px; }
  @media (max-width: 767px) {
    .essay-list {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .essay-list ul {
    font-size: 16px;
    line-height: 1.56; }
    .essay-list ul li {
      margin-bottom: 25px; }
    .essay-list ul .topic {
      font-weight: 700; }

.sources-holder h1 {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 14px;
  margin-bottom: 51px; }
  @media (max-width: 767px) {
    .sources-holder h1 {
      margin-bottom: 42px; } }

.sources-holder .source-list {
  font-size: 16px;
  line-height: 1.69;
  padding-right: 100px; }
  @media (max-width: 1199px) {
    .sources-holder .source-list {
      padding: 0; } }
  .sources-holder .source-list li {
    margin-bottom: 10px; }

.sticky-wrap-sub-nav.fixed-position .sub-nav {
  z-index: 999; }

.sub-nav {
  border-bottom: 1px solid #c2c3c3;
  background: #fff; }
  .sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    font: 13px/1.3 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 0 13px;
    margin: 0 -22px; }
    @media (max-width: 991px) {
      .sub-nav ul {
        letter-spacing: 0;
        margin: 0 -10px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .sub-nav ul {
        font-size: 14px;
        margin: 0 -8px;
        padding: 10px 0;
        justify-content: center; } }
    @media (max-width: 560px) {
      .sub-nav ul {
        flex-direction: column;
        text-align: center; } }
    .sub-nav ul li {
      margin: 0 22px 4px; }
      @media (max-width: 991px) {
        .sub-nav ul li {
          margin: 0 10px 4px; } }
      @media (max-width: 767px) {
        .sub-nav ul li {
          margin: 0 8px 8px; } }
      .sub-nav ul li a {
        color: #000; }
        .sub-nav ul li a:hover {
          color: #d23e27;
          text-decoration: underline; }
      .sub-nav ul li.anchor-active a {
        color: #d23e27;
        text-decoration: underline; }

.data-block {
  background: #f8e2df;
  padding-top: 84px;
  padding-bottom: 124px; }
  @media (max-width: 767px) {
    .data-block {
      padding-top: 42px;
      padding-bottom: 57px; } }
  .data-block .intro-holder {
    border-top: 2px solid #bcb1b0;
    padding-top: 11px;
    padding-right: 23px;
    line-height: 1.61;
    margin-bottom: 86px; }
    @media (max-width: 1199px) {
      .data-block .intro-holder {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .data-block .intro-holder {
        margin-bottom: 42px; } }
    .data-block .intro-holder h1 {
      margin-bottom: 46px; }
      @media (max-width: 767px) {
        .data-block .intro-holder h1 {
          margin-bottom: 26px; } }
    .data-block .intro-holder p {
      margin-bottom: 29px; }
  .data-block .note-text {
    display: block;
    font-size: 17px;
    line-height: 1.53;
    padding-right: 90px;
    margin-bottom: 47px; }
    @media (max-width: 1199px) {
      .data-block .note-text {
        padding-right: 0; } }
  @media (min-width: 1200px) {
    .data-block .table-holder .container {
      max-width: 1218px; } }
  .data-block .table-holder .btn {
    width: 180px;
    margin: 0 auto;
    display: block;
    padding: 7px 12px; }

.database-table {
  width: 100%;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .database-table {
      display: block; } }
  @media (max-width: 767px) {
    .database-table {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .database-table tbody,
    .database-table td,
    .database-table tr {
      display: block; } }
  @media (max-width: 991px) {
    .database-table colgroup,
    .database-table thead {
      display: none; } }
  .database-table .col1 {
    width: 14.8%; }
  .database-table .col2 {
    width: 11%; }
  .database-table .col3 {
    width: 13.4%; }
  .database-table .col4 {
    width: 7.8%; }
  .database-table .col5 {
    width: 7.7%; }
  .database-table .col6 {
    width: 8%; }
  .database-table .col7 {
    width: 7.1%; }
  .database-table .col8 {
    width: 8.1%; }
  .database-table .col9 {
    width: 22.1%; }
  .database-table thead {
    background: #d23e27;
    color: #fff;
    font: 10px/1.5 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .database-table thead th {
      font-weight: 600;
      padding: 44px 10px 11px; }
      .database-table thead th:first-child {
        padding-left: 22px; }
        @media (max-width: 991px) {
          .database-table thead th:first-child {
            padding-left: 10px; } }
  .database-table tbody {
    font-size: 14px;
    line-height: 1.57; }
    .database-table tbody tr {
      border-bottom: 1px solid #888686; }
      @media (max-width: 991px) {
        .database-table tbody tr {
          display: flex;
          flex-wrap: wrap;
          padding: 10px 0 15px; } }
    .database-table tbody td {
      padding: 0 10px;
      height: 82px; }
      @media (max-width: 991px) {
        .database-table tbody td {
          width: 50%;
          height: auto;
          padding: 3px 10px;
          display: flex;
          flex-wrap: wrap;
          align-items: center; } }
      @media (max-width: 575px) {
        .database-table tbody td {
          width: 100%; } }
      @media (max-width: 991px) {
        .database-table tbody td:before {
          content: attr(data-label);
          width: 120px;
          font: 600 12px/1.5 "montserrat", "Helvetica Neue", Arial, sans-serif; } }
      @media (max-width: 991px) {
        .database-table tbody td br {
          display: none; } }
      @media (max-width: 991px) {
        .database-table tbody td > span {
          width: calc(100% - 120px); } }
      .database-table tbody td:first-child {
        font-size: 16px;
        line-height: 1.56;
        font-weight: 700;
        padding-left: 22px; }
        @media (max-width: 991px) {
          .database-table tbody td:first-child {
            width: 100%;
            padding-left: 10px;
            margin-bottom: 10px; } }
        @media (max-width: 991px) {
          .database-table tbody td:first-child:before {
            display: none; } }
      @media (max-width: 767px) {
        .database-table tbody td:last-child {
          width: 100%; } }
      .database-table tbody td:nth-child(7), .database-table tbody td:nth-child(8) {
        font-weight: 700; }
      .database-table tbody td em a {
        color: #000;
        text-decoration: underline; }
        .database-table tbody td em a:hover {
          color: #d23e27; }

.contributor-block {
  padding-top: 110px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .contributor-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contributor-block .inner {
    border-top: 1px solid #808080;
    padding-top: 11px;
    padding-right: 102px;
    line-height: 1.61; }
    @media (max-width: 1199px) {
      .contributor-block .inner {
        padding-right: 0; } }
  .contributor-block h1 {
    margin-bottom: 40px; }
  .contributor-block strong {
    display: block;
    margin-bottom: 29px; }
  .contributor-block ul {
    margin-bottom: 28px; }
    .contributor-block ul li:before {
      content: "\e900";
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: top;
      margin-top: 9px;
      transform: rotate(180deg);
      color: #d23e27;
      font-size: 13px;
      line-height: 1;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .contributor-block ul li:before {
          margin-top: 8px; } }
  .contributor-block p {
    margin-bottom: 29px; }
  .contributor-block .btn {
    margin-top: 24px;
    letter-spacing: 1px;
    min-width: 275px; }
    @media (max-width: 767px) {
      .contributor-block .btn {
        margin-top: 10px; } }

.subject-block {
  padding-bottom: 106px; }
  @media (max-width: 767px) {
    .subject-block {
      padding-bottom: 55px; } }
  .subject-block .inner {
    border-top: 1px solid #808080;
    padding-top: 11px;
    padding-right: 106px;
    line-height: 1.61; }
    @media (max-width: 1199px) {
      .subject-block .inner {
        padding-right: 0; } }
  .subject-block h1 {
    margin-bottom: 40px; }
  .subject-block strong {
    display: block; }
  .subject-block ul {
    margin-bottom: 28px; }
    .subject-block ul li:before {
      content: "\e900";
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: top;
      margin-top: 9px;
      transform: rotate(180deg);
      color: #d23e27;
      font-size: 13px;
      line-height: 1;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .subject-block ul li:before {
          margin-top: 8px; } }
    .subject-block ul li .icon-back {
      display: inline-block;
      vertical-align: top;
      margin-top: 9px;
      transform: rotate(180deg);
      color: #d23e27;
      font-size: 13px;
      line-height: 1;
      margin-right: 6px;
      margin-left: 1px; }

.top-content {
  padding-top: 84px; }
  @media (max-width: 767px) {
    .top-content {
      padding-top: 42px; } }
  .top-content .holder {
    border-top: 2px solid #c2c3c3;
    padding-top: 11px;
    line-height: 1.61;
    margin-bottom: 81px; }
    @media (max-width: 767px) {
      .top-content .holder {
        margin-bottom: 50px; } }
    .top-content .holder h1 {
      margin-bottom: 49px; }
      @media (max-width: 767px) {
        .top-content .holder h1 {
          margin-bottom: 26px; } }
    .top-content .holder strong {
      display: block;
      margin-bottom: 29px; }
    .top-content .holder p {
      margin-bottom: 28px; }
    .top-content .holder ul {
      margin-bottom: 61px; }
      @media (max-width: 767px) {
        .top-content .holder ul {
          margin-bottom: 30px; } }
      .top-content .holder ul li {
        font-size: 16px;
        line-height: 1.56;
        margin-bottom: 25px; }
        .top-content .holder ul li strong {
          display: inline; }
        .top-content .holder ul li:before {
          content: "\e900";
          font-family: 'icomoon';
          display: inline-block;
          vertical-align: top;
          margin-top: 6px;
          transform: rotate(180deg);
          color: #d23e27;
          font-size: 12px;
          line-height: 1;
          margin-right: 8px; }
          @media (max-width: 767px) {
            .top-content .holder ul li:before {
              margin-top: 8px; } }
    .top-content .holder .btn {
      width: 182px;
      letter-spacing: 1px; }

.core-block {
  background: #f8e2df;
  padding-top: 79px;
  padding-bottom: 94px; }
  @media (max-width: 767px) {
    .core-block {
      padding-top: 42px;
      padding-bottom: 50px; } }
  .core-block h1 {
    border-top: 2px solid #c3ada9;
    padding-top: 11px;
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .core-block h1 {
        margin-bottom: 28px; } }
  .core-block .holder {
    border-top: 2px solid #c3ada9;
    padding-top: 14px;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .core-block .holder {
        margin-bottom: 35px; } }
    .core-block .holder .list-title {
      display: block;
      font-weight: 700;
      color: #d23e27;
      margin-bottom: 17px; }
    .core-block .holder ul li {
      line-height: 1.61; }
      .core-block .holder ul li:before {
        content: "\e900";
        font-family: 'icomoon';
        display: inline-block;
        vertical-align: top;
        margin-top: 9px;
        transform: rotate(180deg);
        color: #d23e27;
        font-size: 12px;
        line-height: 1;
        margin-right: 8px; }
        @media (max-width: 767px) {
          .core-block .holder ul li:before {
            margin-top: 8px; } }
    .core-block .holder .status {
      display: block;
      margin-top: 29px; }
  .core-block .btn {
    margin-top: 9px;
    width: 224px;
    letter-spacing: 1px; }

.about-page h1 {
  border-top: 2px solid #c2c3c3;
  padding-top: 10px; }

.scope-block .container {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .scope-block .container {
      display: block; } }

.scope-block .scope-holder {
  width: 40%;
  padding: 117px 90px 20px 0;
  font-size: 19px;
  line-height: 1.74; }
  @media (max-width: 991px) {
    .scope-block .scope-holder {
      padding: 40px 30px 30px 0;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .scope-block .scope-holder {
      width: 100%;
      padding: 40px 0 28px;
      text-align: center; } }
  .scope-block .scope-holder h1 {
    margin-bottom: 53px; }
    @media (max-width: 767px) {
      .scope-block .scope-holder h1 {
        margin-bottom: 35px; } }

.scope-block .timeline-holder {
  width: 60%;
  padding: 114px 0 132px 85px;
  position: relative;
  font-size: 14px;
  line-height: 1.57; }
  @media (max-width: 991px) {
    .scope-block .timeline-holder {
      padding: 40px 0 30px 30px; } }
  @media (max-width: 767px) {
    .scope-block .timeline-holder {
      width: 100%;
      padding: 40px 0;
      text-align: center; } }
  .scope-block .timeline-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -9999px;
    bottom: 0;
    background: #d9d9d9;
    z-index: -1; }
    @media (max-width: 767px) {
      .scope-block .timeline-holder:before {
        left: -9999px;
        right: -9999px; } }
  .scope-block .timeline-holder .sm-title {
    text-transform: uppercase;
    font: 12px/1.4 "montserrat", "Helvetica Neue", Arial, sans-serif;
    display: block;
    margin-bottom: 37px;
    letter-spacing: 1.5px; }
  @media (max-width: 767px) {
    .scope-block .timeline-holder .img-outer {
      max-width: 300px;
      margin: 0 auto; } }
  .scope-block .timeline-holder .img-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px 22px; }
    @media (max-width: 991px) {
      .scope-block .timeline-holder .img-group {
        margin: 0 -10px 22px; } }
    @media (max-width: 767px) {
      .scope-block .timeline-holder .img-group {
        margin: 0 -5px 12px; } }
    .scope-block .timeline-holder .img-group .img-holder {
      padding: 0 13px;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .scope-block .timeline-holder .img-group .img-holder {
          width: 33.33%; } }
      @media (max-width: 991px) {
        .scope-block .timeline-holder .img-group .img-holder {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .scope-block .timeline-holder .img-group .img-holder {
          padding: 0 5px; } }
      @media (max-width: 1199px) {
        .scope-block .timeline-holder .img-group .img-holder img {
          max-height: 199px; } }
      @media (max-width: 991px) {
        .scope-block .timeline-holder .img-group .img-holder img {
          max-height: 163px; } }
      @media (max-width: 767px) {
        .scope-block .timeline-holder .img-group .img-holder img {
          max-height: 128px; } }

.history-block {
  background: #d23e27;
  padding-top: 88px;
  padding-bottom: 88px; }
  @media (max-width: 991px) {
    .history-block {
      padding-top: 58px;
      padding-bottom: 58px; } }
  .history-block h1 {
    margin-bottom: 50px;
    border-color: #ebaaa0;
    color: #fff; }
    @media (max-width: 767px) {
      .history-block h1 {
        margin-bottom: 36px; } }
  .history-block .img-holder {
    margin-bottom: 37px; }
    @media (max-width: 767px) {
      .history-block .img-holder {
        max-width: 250px;
        margin: 0 auto 25px; } }
  .history-block .img-caption {
    font-size: 14px;
    line-height: 1.57;
    display: block;
    max-width: 335px; }
    @media (max-width: 767px) {
      .history-block .img-caption {
        text-align: center;
        margin-bottom: 35px;
        max-width: 100%; } }
  .history-block .history-slider {
    line-height: 1.61; }
    .history-block .history-slider p {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .history-block .history-slider p {
          margin-bottom: 26px; } }
    .history-block .history-slider .slick-dots {
      display: flex;
      flex-wrap: wrap;
      margin: 17px -6px 0; }
      @media (max-width: 767px) {
        .history-block .history-slider .slick-dots {
          justify-content: center;
          margin-top: 10px; } }
      .history-block .history-slider .slick-dots li {
        padding: 0 6px;
        line-height: 1; }
      .history-block .history-slider .slick-dots .slick-active button:before {
        content: '';
        background: #000;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        position: absolute;
        top: 3px;
        left: 3px; }
      .history-block .history-slider .slick-dots button {
        background: #fff;
        text-indent: -9999px;
        width: 17px;
        height: 17px;
        border-radius: 100%;
        border: none;
        position: relative;
        line-height: 1;
        padding: 0;
        overflow: hidden; }

.staff-block {
  padding-top: 124px;
  padding-bottom: 122px; }
  @media (max-width: 991px) {
    .staff-block {
      padding-top: 64px;
      padding-bottom: 52px; } }
  @media (max-width: 767px) {
    .staff-block {
      padding-top: 58px;
      padding-bottom: 36px; } }
  .staff-block h1 {
    padding-top: 12px;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .staff-block h1 {
        margin-bottom: 36px; } }
  .staff-block .holder {
    line-height: 1.61;
    margin-bottom: 28px; }

.contributors-block {
  background: #d9d9d9;
  padding-top: 120px;
  padding-bottom: 142px;
  line-height: 1.61; }
  @media (max-width: 991px) {
    .contributors-block {
      padding-top: 60px;
      padding-bottom: 62px; } }
  @media (max-width: 767px) {
    .contributors-block {
      padding-top: 52px;
      padding-bottom: 52px; } }
  .contributors-block h1 {
    padding-top: 12px;
    margin-bottom: 42px;
    border-color: #525252; }
    @media (max-width: 767px) {
      .contributors-block h1 {
        margin-bottom: 36px; } }
  .contributors-block strong {
    display: block;
    margin-bottom: 28px; }
  .contributors-block em {
    letter-spacing: 0.3px; }

.advisors-block {
  padding-top: 97px;
  padding-bottom: 90px;
  background: #f8e2df; }
  @media (max-width: 991px) {
    .advisors-block {
      padding-top: 45px;
      padding-bottom: 20px; } }
  .advisors-block h1 {
    margin-bottom: 62px;
    border-color: #7d7271; }
    @media (max-width: 767px) {
      .advisors-block h1 {
        margin-bottom: 36px; } }
  .advisors-block h2 {
    margin-bottom: 33px;
    font-size: 16px;
    color: #d23e27; }
    @media (max-width: 767px) {
      .advisors-block h2 {
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 20px; } }
  .advisors-block .holder {
    line-height: 1.61;
    margin-bottom: 29px; }
  .advisors-block .wrap {
    margin-bottom: 42px; }
    .advisors-block .wrap em {
      display: block;
      margin-bottom: 28px; }
  .advisors-block .l-hold .wrap {
    padding-right: 65px; }
    @media (max-width: 991px) {
      .advisors-block .l-hold .wrap {
        padding-right: 0; } }
  .advisors-block .r-hold .wrap {
    padding-left: 38px; }
    @media (max-width: 991px) {
      .advisors-block .r-hold .wrap {
        padding-left: 0; } }

.contact-block {
  padding-top: 155px;
  padding-bottom: 155px; }
  @media (max-width: 767px) {
    .contact-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contact-block .sm-title {
    font: 12px/1.3 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #d23e27;
    display: block;
    margin-bottom: 14px;
    letter-spacing: 1.5px; }
  .contact-block .mailing-details {
    margin-bottom: 50px; }
  .contact-block .mail {
    font-style: italic;
    font-size: 16px; }
    .contact-block .mail a {
      color: #000;
      position: relative;
      padding-left: 33px; }
      .contact-block .mail a:before {
        content: "\e901";
        font-family: 'icomoon';
        font-size: 16px;
        line-height: 1;
        font-style: normal;
        color: #d23e27;
        position: absolute;
        top: 2px;
        left: 2px; }
      .contact-block .mail a:hover {
        color: #d23e27; }
  .contact-block .contact-form {
    margin-top: 4px; }
    .contact-block .contact-form .sm-title {
      color: #000;
      margin-bottom: 44px; }
    @media (max-width: 767px) {
      .contact-block .contact-form .input-group {
        display: block; } }
    .contact-block .contact-form .input-group .form-control + .form-control {
      margin-left: 20px; }
      @media (max-width: 767px) {
        .contact-block .contact-form .input-group .form-control + .form-control {
          margin-left: 0; } }
    .contact-block .contact-form .form-control {
      margin-bottom: 32px; }
      @media (max-width: 767px) {
        .contact-block .contact-form .form-control {
          margin-bottom: 15px;
          width: 100%; } }
      .contact-block .contact-form .form-control.input-error {
        border: 1px solid #f00; }
    .contact-block .contact-form .btn-hold {
      text-align: right;
      padding-top: 14px; }
      @media (max-width: 767px) {
        .contact-block .contact-form .btn-hold {
          padding-top: 10px; } }
    .contact-block .contact-form .btn {
      letter-spacing: 1px;
      padding: 10px 12px;
      font-size: 12px;
      width: 160px; }
      @media (max-width: 767px) {
        .contact-block .contact-form .btn {
          width: 100%; } }

.post-desc {
  padding-top: 69px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .post-desc {
      padding-top: 53px;
      padding-bottom: 20px; } }
  .post-desc.lab-add {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .post-desc.lab-add {
        padding-bottom: 20px; } }
    .post-desc.lab-add .holder {
      margin-bottom: 44px; }
  .post-desc .row {
    flex-direction: row-reverse; }
  .post-desc .holder {
    margin-bottom: 97px; }
    @media (max-width: 767px) {
      .post-desc .holder {
        margin-bottom: 63px; } }
  .post-desc .lg-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #d23e27;
    border: solid #d23e27;
    border-width: 1px 0;
    padding: 3px 4px; }
    @media (max-width: 767px) {
      .post-desc .lg-title {
        font-size: 26px;
        margin-bottom: 32px; } }
  .post-desc .img-holder {
    border: 1px solid #bfbfbf;
    background: #cdcdcd;
    position: relative;
    padding-top: 61.5%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .post-desc .img-holder {
        margin-bottom: 34px; } }
    .post-desc .img-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
  .post-desc .desc {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 2px;
    padding-right: 90px; }
    @media (max-width: 1199px) {
      .post-desc .desc {
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .post-desc .desc {
        padding-right: 0; } }
    .post-desc .desc strong {
      display: block;
      margin-bottom: 22px; }
    .post-desc .desc p {
      margin-bottom: 22px; }
    .post-desc .desc .btn {
      width: 161px;
      margin-top: 35px;
      font-size: 12px;
      padding: 7px 12px; }
      @media (max-width: 767px) {
        .post-desc .desc .btn {
          margin-top: 24px; } }

.tools-block {
  padding-top: 96px;
  padding-bottom: 72px; }
  @media (max-width: 767px) {
    .tools-block {
      padding-top: 63px;
      padding-bottom: 10px; } }
  .tools-block.visualisation-hold {
    padding-top: 85px; }
    @media (max-width: 767px) {
      .tools-block.visualisation-hold {
        padding-top: 63px; } }
    .tools-block.visualisation-hold h1 {
      margin-bottom: 49px; }
    .tools-block.visualisation-hold .holder {
      margin-bottom: 101px; }
      @media (max-width: 767px) {
        .tools-block.visualisation-hold .holder {
          margin-bottom: 63px; } }
    .tools-block.visualisation-hold .frame {
      margin-bottom: 40px; }
    .tools-block.visualisation-hold .text-wrap {
      font-size: 14px;
      line-height: 1.57;
      margin-bottom: 38px; }
  .tools-block h1 {
    border-top: 1px solid #888;
    padding-top: 11px;
    margin-bottom: 42px; }
  .tools-block .holder {
    margin-bottom: 76px; }
    @media (max-width: 767px) {
      .tools-block .holder {
        margin-bottom: 54px; } }
  .tools-block .mask {
    padding-right: 87px; }
    @media (max-width: 1199px) {
      .tools-block .mask {
        padding-right: 0; } }
    .tools-block .mask.add .frame {
      margin-bottom: 19px; }
  .tools-block .frame {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 18px; }
  .tools-block .sm-title {
    text-transform: uppercase;
    font: 600 12px/1.57 "montserrat", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px; }
  .tools-block .item-mask {
    padding-right: 87px;
    padding-top: 23px; }
    @media (max-width: 1199px) {
      .tools-block .item-mask {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .tools-block .item-mask {
        padding-top: 0; } }
  .tools-block time,
  .tools-block .name {
    display: block;
    font: 12px/1.4 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 17px; }
  .tools-block .img-holder {
    max-width: 527px;
    border: 1px solid #bfbfbf;
    background-color: #cdcdcd;
    margin-bottom: 36px;
    overflow: hidden; }
  .tools-block .lg-title {
    font-size: 28px;
    line-height: 1.36;
    font-style: italic;
    display: block;
    margin-bottom: 15px; }
    .tools-block .lg-title a {
      color: #000; }
      .tools-block .lg-title a:hover {
        color: #d23e27; }
  .tools-block .name {
    margin-bottom: 24px; }
  .tools-block .text p {
    margin-bottom: 25px; }
  .tools-block .more {
    text-decoration: underline;
    font-style: italic;
    color: #000; }
    .tools-block .more:hover {
      color: #d23e27; }

.lab-red {
  background: #f8e2df;
  padding-top: 77px;
  padding-bottom: 38px; }
  .lab-red .inner {
    font-size: 14px;
    line-height: 1.57;
    font-weight: 700;
    padding-right: 95px;
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      .lab-red .inner {
        padding-right: 0; } }
    .lab-red .inner p {
      margin-bottom: 40px; }
  .lab-red .h1 {
    display: block;
    border-top: 2px solid #baa3a0;
    padding-top: 10px;
    margin-bottom: 37px;
    font-weight: 400; }
  .lab-red .btn {
    letter-spacing: 1px;
    min-width: 238px; }

.news-block {
  padding-top: 67px;
  padding-bottom: 150px;
  background: #d9dada; }
  @media (max-width: 991px) {
    .news-block {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .news-block {
      padding-top: 54px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .news-block .recent-block {
      margin-bottom: 50px; } }
  .news-block .recent-block h2 {
    letter-spacing: 1px;
    margin-bottom: 27px; }
    .news-block .recent-block h2.bordered {
      border: solid #acacac;
      border-width: 1px 0;
      padding: 8px 0; }
  .news-block .recent-block .post-list {
    font: 600 12px/1.3 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .news-block .recent-block .post-list li {
      margin-bottom: 10px; }
      .news-block .recent-block .post-list li a {
        color: #000; }
        .news-block .recent-block .post-list li a:hover {
          color: #d23e27; }
  .news-block .entry-block {
    padding: 2px 44px 0; }
    @media (max-width: 991px) {
      .news-block .entry-block {
        padding: 0; } }
    .news-block .entry-block .holder {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 103px; }
      @media (max-width: 991px) {
        .news-block .entry-block .holder {
          padding-bottom: 80px; } }
      @media (max-width: 767px) {
        .news-block .entry-block .holder {
          display: block;
          padding-bottom: 44px; } }
      .news-block .entry-block .holder + .holder {
        border-top: 1px solid #acacac;
        padding-top: 81px; }
        @media (max-width: 767px) {
          .news-block .entry-block .holder + .holder {
            padding-top: 44px; } }
    .news-block .entry-block time {
      font: 600 13px/1.3 "montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding-right: 15px;
      width: 25.2%; }
      @media (max-width: 767px) {
        .news-block .entry-block time {
          width: 100%;
          display: block;
          padding: 0;
          margin-bottom: 20px; } }
    .news-block .entry-block .post-hold {
      width: 74.8%;
      padding-top: 0; }
      @media (max-width: 767px) {
        .news-block .entry-block .post-hold {
          width: 100%; } }
      .news-block .entry-block .post-hold p {
        margin-bottom: 0; }
      .news-block .entry-block .post-hold .more {
        text-decoration: underline;
        color: #000; }
        .news-block .entry-block .post-hold .more:hover {
          color: #d23e27; }
    .news-block .entry-block .img-holder {
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .news-block .entry-block .img-holder {
          margin-bottom: 32px; } }
    .news-block .entry-block .title-lg {
      font-size: 32px;
      font-style: italic;
      display: block;
      margin-bottom: 17px;
      margin-top: -5px;
      letter-spacing: 0.6px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .news-block .entry-block .title-lg {
          font-size: 23px;
          line-height: 1.3; } }
      .news-block .entry-block .title-lg a {
        color: #000; }
        .news-block .entry-block .title-lg a:hover {
          color: #d23e27; }
    .news-block .entry-block .btn-holder {
      margin-left: 27%;
      margin-top: -30px; }
      @media (max-width: 767px) {
        .news-block .entry-block .btn-holder {
          margin-left: 0;
          margin-top: 0;
          text-align: center; } }
    .news-block .entry-block .btn {
      letter-spacing: 1px;
      font-size: 12px;
      padding: 8px 22px; }

.search-section {
  background: #dbdcdc; }
  .search-section .head-holder .back-hold a .front {
    transform: rotate(180deg); }

.detail-search-form {
  padding-top: 79px;
  padding-bottom: 94px; }
  @media (max-width: 767px) {
    .detail-search-form {
      padding-top: 42px;
      padding-bottom: 50px; } }
  .detail-search-form .h3 {
    display: block;
    font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .detail-search-form .h4 {
    display: block;
    font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .detail-search-form .bordered {
    border: solid #acacac;
    border-width: 1px 0;
    margin-bottom: 42px;
    padding: 9px 0; }
    @media (max-width: 991px) {
      .detail-search-form .bordered {
        margin-bottom: 60px; } }
  .detail-search-form .search-row {
    padding-right: 100px; }
    @media (max-width: 991px) {
      .detail-search-form .search-row {
        padding-right: 0; } }
  .detail-search-form .btn {
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    width: 160px; }
    @media (max-width: 767px) {
      .detail-search-form .btn {
        width: 100%; } }
  .detail-search-form .tool {
    padding: 0;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #b3b3b3;
    border: none;
    font-size: 8px;
    line-height: 15px;
    cursor: pointer;
    padding: 1px 0;
    text-align: center; }
  .detail-search-form .clear-hold {
    position: absolute;
    top: 70px;
    right: 2px;
    font: 12px/14px "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .detail-search-form .clear-hold {
        top: 50px; } }
    .detail-search-form .clear-hold a {
      color: #000;
      padding-left: 34px;
      position: relative; }
      .detail-search-form .clear-hold a:before, .detail-search-form .clear-hold a:after {
        content: '';
        width: 18px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 8px;
        left: 0;
        transform: rotate(45deg);
        transition: background 0.3s linear; }
      .detail-search-form .clear-hold a:after {
        transform: rotate(-45deg); }
      .detail-search-form .clear-hold a:hover {
        color: #d23e27; }
        .detail-search-form .clear-hold a:hover:before, .detail-search-form .clear-hold a:hover:after {
          background: #d23e27; }

.keyword-block {
  position: relative;
  margin-bottom: 66px; }
  @media (max-width: 767px) {
    .keyword-block {
      margin-bottom: 50px; } }

.keyword-holder {
  max-width: 705px; }
  .keyword-holder .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 61px; }
    @media (max-width: 767px) {
      .keyword-holder .holder {
        display: block; } }
  .keyword-holder .keyword-wrap {
    width: 257px; }
    @media (max-width: 767px) {
      .keyword-holder .keyword-wrap {
        margin-bottom: 25px;
        width: 100%; } }
    .keyword-holder .keyword-wrap .form-control {
      margin-bottom: 15px; }
  .keyword-holder .keyword-mid {
    width: 118px;
    margin: 11px 36px 0; }
    @media (max-width: 991px) {
      .keyword-holder .keyword-mid {
        margin: 11px 20px 0; } }
    @media (max-width: 767px) {
      .keyword-holder .keyword-mid {
        margin: 0 0 25px;
        width: 100%; } }
    .keyword-holder .keyword-mid .jcf-select {
      min-width: 118px;
      height: 47px;
      margin-bottom: 0; }
      .keyword-holder .keyword-mid .jcf-select .jcf-select-text {
        margin: 0 28px 0 12px;
        line-height: 45px; }
      .keyword-holder .keyword-mid .jcf-select .jcf-select-opener:before {
        left: auto;
        right: 12px; }
  .keyword-holder .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -4px; }
    @media (max-width: 767px) {
      .keyword-holder .radio-wrap {
        justify-content: flex-start;
        margin: 0 -8px; } }
    .keyword-holder .radio-wrap .inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 4px; }
      @media (max-width: 767px) {
        .keyword-holder .radio-wrap .inner {
          margin: 0 8px; } }
    .keyword-holder .radio-wrap .lbl {
      font: 12px/1 "montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase; }
      .keyword-holder .radio-wrap .lbl label {
        margin: 0; }
    .keyword-holder .radio-wrap .tool {
      margin: 0 4px; }
  .keyword-holder .jcf-radio {
    border-color: #000;
    width: 14px;
    height: 14px;
    background: #fff;
    margin-right: 9px; }
    .keyword-holder .jcf-radio span {
      background: #000; }
    .keyword-holder .jcf-radio.jcf-focus {
      outline: 1px dotted #000; }
  .keyword-holder .check-wrap {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .keyword-holder .check-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 10px; } }
    .keyword-holder .check-wrap .lbl {
      width: 90%; }
      @media (max-width: 767px) {
        .keyword-holder .check-wrap .lbl {
          width: 88%; } }
    .keyword-holder .check-wrap .lbl-text {
      font: 13px/1.57 "montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 7px;
      display: block; }
    .keyword-holder .check-wrap em {
      font-size: 14px;
      line-height: 1.57;
      display: block; }
    .keyword-holder .check-wrap .jcf-checkbox {
      background: none;
      border-color: #000;
      margin-right: 14px;
      margin-top: 2px; }
      .keyword-holder .check-wrap .jcf-checkbox.jcf-focus {
        outline: 1px dotted #000; }
      .keyword-holder .check-wrap .jcf-checkbox span {
        height: 5px;
        width: 9px;
        border-width: 0 0 2px 2px;
        border-color: #000; }

.limit-block {
  position: relative;
  border-bottom: 1px solid #acacac;
  padding-bottom: 66px;
  margin-bottom: 29px; }
  @media (max-width: 767px) {
    .limit-block {
      padding-bottom: 36px; } }
  .limit-block .h4 {
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .limit-block .h4 {
        margin-bottom: 50px; } }
  .limit-block .clear-hold {
    top: 92px; }
    @media (max-width: 991px) {
      .limit-block .clear-hold {
        top: 50px; } }

.limit-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 730px; }
  @media (max-width: 767px) {
    .limit-holder {
      display: block; } }
  .limit-holder .col-wrap {
    width: 38%; }
    @media (max-width: 991px) {
      .limit-holder .col-wrap {
        width: 40%; } }
    @media (max-width: 767px) {
      .limit-holder .col-wrap {
        width: 100%; } }
    .limit-holder .col-wrap + .col-wrap {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .limit-holder .col-wrap + .col-wrap {
          margin-left: 0; } }
    .limit-holder .col-wrap .form-group {
      margin-bottom: 22px; }
  .limit-holder .lbl {
    margin-bottom: 7px; }
  .limit-holder label {
    font: 12px/1.3 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 7px;
    max-width: 90%; }
  .limit-holder .tool {
    display: inline-block;
    vertical-align: middle; }
  .limit-holder .jcf-select {
    height: 47px; }
    @media (max-width: 767px) {
      .limit-holder .jcf-select {
        margin-bottom: 0; } }
    .limit-holder .jcf-select .jcf-select-text {
      line-height: 45px; }
    .limit-holder .jcf-select .jcf-select-opener:before {
      left: 0px; }
  .limit-holder .select-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -7px; }
    .limit-holder .select-holder .jcf-select {
      width: 118px;
      min-width: 0;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .limit-holder .select-holder .jcf-select {
          width: 112px; } }
      @media (max-width: 767px) {
        .limit-holder .select-holder .jcf-select {
          width: 43%; } }
      .limit-holder .select-holder .jcf-select .jcf-select-opener:before {
        left: auto;
        right: 11px; }
    .limit-holder .select-holder .mid {
      padding: 8px 12px 0;
      font-style: italic; }
    @media (max-width: 767px) {
      .limit-holder .select-holder .select-inner {
        width: 43%; } }
    @media (max-width: 767px) {
      .limit-holder .select-holder .select-inner .jcf-select {
        width: 100%; } }
    .limit-holder .select-holder .select-inner em {
      display: block;
      font-size: 14px;
      padding: 2px 5px; }

.result-block {
  font-size: 14px;
  line-height: 1.57;
  padding-top: 79px;
  padding-bottom: 93px; }
  @media (max-width: 767px) {
    .result-block {
      padding-top: 46px;
      padding-bottom: 53px; } }
  .result-block .holder {
    padding-right: 100px; }
    @media (max-width: 991px) {
      .result-block .holder {
        padding-right: 0; } }
  .result-block .h4 {
    display: block;
    text-transform: uppercase;
    font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px; }
  .result-block .bordered {
    border: solid #acacac;
    border-width: 1px 0;
    margin-bottom: 25px;
    padding: 9px 0; }
    @media (max-width: 991px) {
      .result-block .bordered {
        margin-bottom: 30px; } }
  .result-block .search-tags {
    font: 12px/1.56 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 56px; }
    @media (max-width: 767px) {
      .result-block .search-tags {
        margin: 0 -10px 40px; } }
    .result-block .search-tags li {
      letter-spacing: 1px;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .result-block .search-tags li {
          margin: 0 10px; } }
      .result-block .search-tags li a {
        color: #000; }
        .result-block .search-tags li a:hover {
          color: #d23e27; }
  .result-block .note {
    display: block;
    margin-bottom: 62px; }
    @media (max-width: 767px) {
      .result-block .note {
        margin-bottom: 42px; } }
  .result-block .result-area .wrap {
    border-bottom: 2px solid #8e8f8f;
    padding-top: 17px;
    padding-bottom: 25px; }
    .result-block .result-area .wrap:first-child {
      border-top: 2px solid #8e8f8f; }
  .result-block .title {
    font-size: 16px;
    line-height: 1.56;
    font-weight: 700;
    margin-bottom: 22px; }
  .result-block .result-list em {
    font-weight: 700; }
  .result-block .btn {
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    width: 160px;
    margin-top: 61px; }
    @media (max-width: 767px) {
      .result-block .btn {
        margin-top: 42px;
        width: 100%; } }

.search-tips-section .head-holder,
.search-tips-section .sub-nav {
  background: #dbdcdc; }

.search-tips-section .sub-nav ul {
  font-size: 10px; }
  @media (max-width: 767px) {
    .search-tips-section .sub-nav ul {
      font-size: 8px; } }
  @media (max-width: 767px) {
    .search-tips-section .sub-nav ul li {
      margin: 0 6px 4px; } }

.tips-block {
  font-size: 14px;
  line-height: 1.57;
  padding-top: 57px;
  padding-bottom: 40px;
  letter-spacing: 0.3px; }
  @media (max-width: 767px) {
    .tips-block {
      padding-top: 46px;
      padding-bottom: 30px; } }
  .tips-block .holder {
    padding: 15px 0 0; }
  .tips-block .title {
    text-transform: uppercase;
    font: 12px/14px "montserrat", "Helvetica Neue", Arial, sans-serif;
    color: #d23e27;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 41px; }
  .tips-block .icon-back {
    display: inline-block;
    vertical-align: top;
    color: #d23e27;
    transform: rotate(180deg);
    font-size: 10px;
    line-height: 1;
    margin-top: 7px;
    margin-right: 6px; }
  .tips-block ul {
    margin-bottom: 41px; }
    .tips-block ul li {
      margin-bottom: 22px; }
  .tips-block p {
    margin-bottom: 22px; }
  .tips-block .add {
    font-size: 12px;
    font-family: "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .tips-block .sub-heading {
    font: 600 12px/14px "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 26px; }
    .tips-block .sub-heading .icon-back {
      margin-top: 3px; }
  .tips-block .text-hold {
    margin-bottom: 41px; }

.modal .modal-title {
  font-size: 24px; }

.modal.modal--large .modal-dialog {
  max-width: 800px; }

.modal iframe {
  width: 100%;
  height: 75vh;
  border: none;
  outline: none; }

#footer {
  background: #d23e27;
  color: #fff;
  padding: 70px 0 90px;
  font-size: 14px;
  line-height: 1.57; }
  @media (max-width: 991px) {
    #footer {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    #footer {
      padding: 36px 0 10px;
      text-align: center; } }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #000; }
  @media (max-width: 767px) {
    #footer .footer-links {
      margin-bottom: 35px; } }
  #footer .footer-links li {
    font: 14px/1.57 "montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 9px; }
  #footer .h1 {
    display: block;
    margin-bottom: 88px; }
    @media (max-width: 991px) {
      #footer .h1 {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      #footer .h1 {
        margin-bottom: 16px; } }
  #footer .title {
    font: 14px/1.57 "montserrat", "Helvetica Neue", Arial, sans-serif;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      #footer .title {
        margin-bottom: 14px; } }
  #footer .col-hold {
    padding-top: 67px; }
    @media (max-width: 991px) {
      #footer .col-hold {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #footer .col-hold {
        margin-bottom: 35px; } }
    #footer .col-hold p {
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        #footer .col-hold p {
          margin-bottom: 12px; } }
    #footer .col-hold em {
      font-style: italic; }
    #footer .col-hold .text {
      padding-right: 24px; }
      @media (max-width: 767px) {
        #footer .col-hold .text {
          padding-right: 0; } }
  @media (max-width: 767px) {
    #footer .wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  #footer .partner-logo {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #footer .partner-logo {
        margin-bottom: 0;
        padding: 0 10px; } }

#back-to-top {
  transition: all .3s linear;
  right: 20px;
  bottom: -100px;
  position: fixed;
  z-index: 100;
  margin: 0;
  text-align: center; }
  #back-to-top.scrolled-down {
    bottom: 20px; }
  #back-to-top a {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 50px;
    line-height: 45px; }
  #back-to-top svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    fill: #fff;
    width: 15px;
    height: 30px;
    vertical-align: middle; }

body {
  min-width: 320px; }
