<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 100vh;
  -webkit-transition: height, 0.3s, ease;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border: none; }

#home-slider .slider-caption {
  position: absolute;
  top: 55.7%;
  left: 50%;
  width: 100%;
  max-width: 880px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #home-slider .slider-caption h1, #home-slider .slider-caption h2 {
    font-size: 72px;
    line-height: 78px;
    font-weight: 500; }

.slick-dots {
  position: absolute;
  right: 0;
  top: 44%;
  width: 48px; }
  .slick-dots li {
    display: block; }
    .slick-dots li &gt; button {
      min-width: auto; }
      .slick-dots li &gt; button::before {
        width: 8px;
        height: 8px;
        margin: 6px;
        background-color: transparent;
        border: 2px solid #ffffff; }
    .slick-dots li.slick-active &gt; button::before {
      background-color: #fff; }

.cats-slider {
  padding: 40px 0; }
  .cats-slider .slick-slide a.button {
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 15px;
    min-width: 160px;
    text-align: center; }

.cats-prev,
.cats-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1; }
  .cats-prev:hover,
  .cats-next:hover {
    opacity: 0.6; }

.cats-prev {
  left: 15px; }

.cats-next {
  right: 15px; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 100vh; }
    #home-slider .slick-slide .slider-caption {
      top: 50%;
      left: 50%; }
      #home-slider .slick-slide .slider-caption h1, #home-slider .slick-slide .slider-caption h2 {
        font-size: 55px;
        line-height: 65px; } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 100vh; }
    #home-slider .slick-slide .slider-caption {
      top: 50%;
      left: 50%; }
      #home-slider .slick-slide .slider-caption h1, #home-slider .slick-slide .slider-caption h2 {
        font-size: 25px;
        line-height: 30px; } }

/* Foundation tweaks */
.row {
  max-width: 970px; }
  .row-full {
    max-width: 100%; }
  .row-hero {
    max-width: 1100px; }
  .row-quote {
    max-width: 1000px; }

.columns, .column {
  min-height: 1px; }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px; }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-caption {
  font-size: 12px; }

#wpadminbar {
  opacity: 0.3;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }

.gfield {
  list-style: none;
  margin-bottom: 24px; }

.gfield_label {
  display: block;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 5px; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border: 3px solid #d35957; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb; }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd; }
  .ui-datepicker tbody {
    border: none; }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb; }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666; }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }
  .ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }
  .ui-datepicker-calendar .ui-state-default {
    background: #ededed; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  .ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    /* set the active date background color */
    border: 1px solid #c19163;
    /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  height: 34px;
  padding: 5px 0.5rem;
  margin-bottom: 0; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 125px;
  max-width: 100%;
  resize: none; }

[type=number] {
  -moz-appearance: textfield; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0; }

button, .button, input[type='submit'], input[type='reset'] {
  margin-bottom: 0;
  font-family: "Walsheim", sans-serif;
  padding: 6px 15px;
  border: 3px solid #000000;
  background-color: transparent;
  color: #000000;
  font-size: 21px;
  font-weight: 500;
  min-width: 175px;
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #000000; }

/* Button additional styles */
.fasc-button {
  padding: 6px 15px !important;
  border: 3px solid #000000 !important;
  color: #000000 !important;
  font-size: 21px !important;
  background-color: transparent !important;
  font-weight: 500;
  min-width: 175px;
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 21px 42px !important; }
  .fasc-button:hover, .fasc-button:focus {
    color: #ffffff !important;
    background-color: #000000 !important; }

.button {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button:hover, .button:focus {
    /*basic hover and focus effects*/ }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000;
  font-family: "Walsheim", sans-serif; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/Walsheim/GT-Walsheim-Regular.woff");
  font-weight: 400; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/Walsheim/GT-Walsheim-Light.woff");
  font-weight: 300; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/Walsheim/GT-Walsheim-Medium.woff");
  font-weight: 500; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/Walsheim/GT-Walsheim-Bold.woff");
  font-weight: 700; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/Walsheim/GT-Walsheim-Black.woff");
  font-weight: 900; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit; }

h1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 500; }

h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 700; }

h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px; }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 25px;
  font-weight: 300; }
  p:empty {
    display: none; }
  p a {
    text-decoration: none;
    color: #000000; }
    p a:hover {
      color: #eaaa00; }

ul, ol {
  /*basic list styles*/
  font-size: inherit; }
  ul li, ol li {
    font-size: 21px;
    line-height: 29px;
    font-weight: 300; }

ol {
  margin: 0 0 30px 60px; }
  ol li {
    margin-bottom: 5px; }

a {
  color: #1a608b;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0a2535; }

img {
  border-radius: 10px;
  border: 5px solid #ffffff; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -moz-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease; }
  .preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .preloader__icon:before {
      display: block;
      content: '\f1ce';
      font-size: 50px;
      font-family: FontAwesome;
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite; }
  .preloader--hidden {
    opacity: 0;
    visibility: hidden; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* Pagination */
ul.pagination {
  margin: 37px 0; }
  ul.pagination .pagination {
    margin: 0; }
    ul.pagination .pagination.current {
      color: #eaaa00;
      background: transparent;
      display: block; }
  ul.pagination li {
    padding: 2px 25px;
    border-right: 1px solid #d7d7d7;
    display: inline-block; }
    ul.pagination li a, ul.pagination li span {
      font-size: 25px;
      font-weight: 300;
      color: #7d7d7d;
      padding: 3px; }
      ul.pagination li a:hover, ul.pagination li span:hover {
        background-color: transparent;
        color: #eaaa00; }
    ul.pagination li:last-child {
      padding-right: 0;
      border-right: none; }
      ul.pagination li:last-child a {
        padding-right: 0; }

/* Search form */
#searchform {
  position: relative; }

#s {
  padding-right: 75px; }

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer; }
  #searchsubmit:after {
    font-family: FontAwesome;
    font-size: 20px; }

#home-slider .slick-slide, .bgcover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.rel {
  position: relative; }

.no-left {
  padding-left: 0; }

.no-right {
  padding-right: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.table-view {
  display: table; }

.table-item {
  display: table-cell;
  vertical-align: middle; }

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text li, .white-text p, .white-text span, .white-text pre, .white-text blockquote {
  color: #ffffff; }
  .white-text h1.no-color, .white-text h2.no-color, .white-text h3.no-color, .white-text h4.no-color, .white-text h5.no-color, .white-text h6.no-color, .white-text li.no-color, .white-text p.no-color, .white-text span.no-color, .white-text pre.no-color, .white-text blockquote.no-color {
    color: inherit; }

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px 16px 30px;
  z-index: 1; }
  .header nav {
    height: 90%;
    overflow: auto; }
  .header-socials {
    padding-left: 33px; }
  .header .menu-button {
    display: inline-block;
    float: right;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 33px;
    top: 12px; }
    .header .menu-button:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      background: #ffffff;
      top: 50%;
      left: 0;
      margin-top: -9px;
      -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
      box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
      -webkit-transition: all, 0.3s, ease-in-out;
      -moz-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header .menu-button:hover:after {
      background: #d9d9d9;
      -webkit-box-shadow: 0 7px 0 #d9d9d9, 0 14px 0 #d9d9d9;
      box-shadow: 0 7px 0 #d9d9d9, 0 14px 0 #d9d9d9; }
  .header .close-menu {
    position: absolute;
    right: 33px;
    top: 20px;
    width: 25px;
    height: 25px; }
    .header .close-menu:before, .header .close-menu:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 25px;
      width: 3px;
      background-color: #000000;
      -webkit-transition: all, 0.3s, ease-in-out;
      -moz-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header .close-menu:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header .close-menu:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header .close-menu:hover:before, .header .close-menu:hover:after {
      background-color: #eaaa00; }
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    width: 400px;
    background-color: #ffffff;
    padding: 182px 30px 80px 44px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .header-menu-link {
      color: #000000;
      position: absolute;
      bottom: 30px;
      left: 44px; }
      .header-menu-link:hover {
        color: #eaaa00; }
    .header-menu.act {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .header-menu ul {
      margin: 0;
      list-style: none;
      padding: 0;
      margin-bottom: 22px; }
      .header-menu ul li {
        display: block;
        background-color: transparent;
        position: relative;
        padding-left: 38px; }
        .header-menu ul li &gt; a {
          padding: 0;
          background: transparent;
          font-size: 29px;
          line-height: 42px;
          color: #000000;
          font-weight: 700;
          font-family: "Walsheim", sans-serif;
          position: relative;
          display: inline-block; }
          .header-menu ul li &gt; a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 5px;
            width: 100%;
            display: block;
            -webkit-transition: all, 0.3s, ease-in-out;
            -moz-transition: all, 0.3s, ease-in-out;
            -o-transition: all, 0.3s, ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .header-menu ul li span.toggle-sub {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 6px;
          font-size: 30px;
          cursor: pointer; }
          .header-menu ul li span.toggle-sub:hover {
            color: #d35957; }
        .header-menu ul li.current-menu-item &gt; a, .header-menu ul li.current_page_ancestor &gt; a, .header-menu ul li.current_page_parent &gt; a, .header-menu ul li.current_page_item &gt; a {
          background: transparent;
          color: #000000; }
          .header-menu ul li.current-menu-item &gt; a:before, .header-menu ul li.current_page_ancestor &gt; a:before, .header-menu ul li.current_page_parent &gt; a:before, .header-menu ul li.current_page_item &gt; a:before {
            background-color: #d35957; }
        .header-menu ul li.has-dropdown &gt; a {
          padding: 0; }
          .header-menu ul li.has-dropdown &gt; a:after {
            display: none !important; }
        .header-menu ul li &gt; a:hover {
          /* menu item style on hover */
          background: transparent;
          color: #000000; }
          .header-menu ul li &gt; a:hover:before {
            background-color: #d35957; }
        .header-menu ul li:hover &gt; a {
          /* Parent link style on dropdown hover */
          background: transparent;
          color: #000000; }
        .header-menu ul li .sub-menu {
          display: none;
          border: none;
          margin-bottom: 13px; }
          .header-menu ul li .sub-menu.js-dropdown-active {
            display: block; }
          .header-menu ul li .sub-menu li {
            display: block;
            padding-left: 2px; }
            .header-menu ul li .sub-menu li &gt; a {
              font-size: 17px;
              line-height: 28px;
              font-weight: 300;
              background: transparent;
              color: #000000; }
              .header-menu ul li .sub-menu li &gt; a:before {
                height: 3px; }
              .header-menu ul li .sub-menu li &gt; a:hover {
                background: transparent;
                color: #000000; }
            .header-menu ul li .sub-menu li.current_page_item &gt; a {
              color: #000000; }
    .header-menu .is-dropdown-submenu .is-dropdown-submenu {
      margin-top: 0; }
      .header-menu .is-dropdown-submenu .is-dropdown-submenu li a {
        /* Styles for 2nd level dropdown menu link */ }
    .header-menu a.social-one {
      margin: 0 14px 0 0; }

.logo {
  display: inline-block;
  padding-top: 34px; }
  .logo img {
    display: block;
    max-height: 50px;
    border-radius: 0;
    border: none; }

/* ------------------------------------
    Default Page
------------------------------------- */
.hero-block {
  padding: 244px 15px 120px; }
  .hero-block h1 {
    color: #ffffff; }

.page-content {
  padding: 92px 0 75px; }
  .page-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 26px; }
    .page-content ul li {
      position: relative;
      padding-left: 11px; }
      .page-content ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 13px;
        left: 0;
        background-color: #000000; }

/* ------------------------------------
    Contact Page
------------------------------------- */
.contact-page-top {
  padding: 92px 15px 55px;
  margin-bottom: 94px; }
  .contact-page-top:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #7d7d7d;
    position: absolute;
    left: 15px;
    bottom: 0; }
  .contact-page-top hr {
    width: 138px;
    margin: 25px auto 42px;
    border-bottom: 5px solid #000000; }

.contact-page-form {
  margin-bottom: 100px; }
  .contact-page-form form {
    max-width: 417px; }
    .contact-page-form form .validation_message,
    .contact-page-form form .validation_error {
      display: none; }
    .contact-page-form form .gform_heading h3 {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 11px; }
    .contact-page-form form .gform_body ul li div.ginput_complex {
      padding: 9px 0 21px; }
      .contact-page-form form .gform_body ul li div.ginput_complex span {
        width: 47%;
        display: inline-block;
        position: relative; }
        .contact-page-form form .gform_body ul li div.ginput_complex span:first-child {
          float: left;
          margin-right: 6%; }
        .contact-page-form form .gform_body ul li div.ginput_complex span label {
          font-size: 12.5px;
          line-height: 12.5px;
          position: absolute;
          left: 0;
          bottom: -27px; }
    .contact-page-form form .gform_body ul li.gfield_error input, .contact-page-form form .gform_body ul li.gfield_error textarea {
      border: 3px solid #d35957 !important; }
    .contact-page-form form .gform_footer input[type="submit"] {
      margin-top: 27px; }

.contact-page-contacts {
  padding: 48px 15px 0 9.3em; }
  .contact-page-contacts p {
    line-height: 32px;
    margin-bottom: 21px; }

/* ------------------------------------
    Leadership Page
------------------------------------- */
.members ul#members-tabs {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 76px 0 18px; }
  .members ul#members-tabs li {
    display: inline-block;
    margin-bottom: 30px;
    width: 50%;
    float: left; }
    .members ul#members-tabs li:nth-child(even) {
      text-align: right; }
    .members ul#members-tabs li:last-child {
      float: none; }
    .members ul#members-tabs li a {
      color: #c2c2c2; }
      .members ul#members-tabs li a h2 {
        line-height: 58px;
        display: inline-block; }
    .members ul#members-tabs li.is-active a {
      color: #000000; }
      .members ul#members-tabs li.is-active a h2 {
        border-bottom: 6px solid #eaaa00; }
    .members ul#members-tabs li:hover a {
      color: #000000; }

.members-image {
  height: 318px;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

.members-one {
  margin-bottom: 29px; }
  .members-one h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 2px; }
  .members-one p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    margin-bottom: 0; }

.partners {
  margin-top: 69px; }
  .partners-one {
    padding: 92px 0 66px; }
    .partners-one:nth-child(odd) {
      background-color: #f8f8f8; }
    .partners-one p {
      line-height: 33px; }

.bottom {
  background-color: #eaaa00;
  margin-top: 83px; }
  .bottom-image {
    height: 420px;
    border-radius: 10px;
    border: 5px solid #ffffff;
    margin-top: -85px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }
    .bottom-image.with-back {
      height: 347px;
      width: 81%;
      display: inline-block;
      margin-right: -5px;
      float: right; }
    .bottom-image-back {
      height: 347px;
      width: 81%;
      display: inline-block;
      border-radius: 10px;
      border: 5px solid #ffffff;
      margin: -47px 0 0 -12px; }
  .bottom-text {
    max-width: 400px;
    padding: 99px 0 75px;
    margin-left: 67px; }
    .bottom-text h2 {
      margin-bottom: 37px; }
    .bottom-text a.fasc-button {
      padding: 8px 15px !important;
      border: 4px solid #ffffff !important;
      color: #ffffff !important;
      min-width: 190px;
      margin: 68px 15px 0 0 !important;
      text-align: center; }
      .bottom-text a.fasc-button:hover {
        border: 4px solid #000000 !important;
        background-color: #000000 !important;
        color: #ffffff !important; }

/* ------------------------------------
   About Page
------------------------------------- */
.about-content {
  padding: 94px 15px 69px; }
  .about-content h2 {
    line-height: 35px; }
  .about-content hr {
    margin: 45px auto 51px;
    border-bottom: 6px solid #eaaa00;
    width: 140px; }
  .about-content img.size-full {
    margin-bottom: 71px; }

.about-bottom {
  padding: 178px 0 118px;
  margin-top: 68px; }
  .about-bottom p {
    margin-bottom: 12px; }
  .about-bottom blockquote {
    margin: 0;
    padding: 0;
    border: none; }
    .about-bottom blockquote h2, .about-bottom blockquote h1, .about-bottom blockquote h3, .about-bottom blockquote h4 {
      font-size: 54px;
      line-height: 64px;
      margin-bottom: 33px;
      color: #000000; }
    .about-bottom blockquote p {
      font-size: 29px;
      font-weight: 700;
      letter-spacing: 6px;
      color: #000000; }

.links .small-6:nth-child(odd) {
  padding-right: 10px; }

.links .small-6:nth-child(even) {
  padding-left: 10px; }

.links-one {
  display: block;
  border-radius: 10px;
  min-height: 300px;
  margin-bottom: 30px; }
  .links-one:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .links-one h4 {
    font-weight: 700;
    line-height: 28px;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 55%;
    width: 100%; }
  .links-one:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .links-one:hover p {
    margin-bottom: 20px; }

/* ------------------------------------
    Involved page
------------------------------------- */
.involved .page-content {
  padding: 94px 0 69px; }

.involved .links-one {
  min-height: 454px;
  margin-bottom: 21px; }
  .involved .links-one h4 {
    font-size: 50px;
    line-height: 50px;
    top: 54%; }

.involved .about-bottom {
  padding: 165px 0 130px; }
  .involved .about-bottom h1, .involved .about-bottom h2 {
    font-size: 65px;
    line-height: 59px; }

/* ------------------------------------
    Content Styles
------------------------------------- */
.flexible-half {
  padding: 100px 0 86px; }
  .flexible-half-image {
    padding: 45%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 15px; }
  .flexible-half-text {
    margin-left: 60px; }
    .flexible-half-text.left-text {
      margin: 0 50px 0 0; }
    .flexible-half-text h2 {
      margin-bottom: 37px; }
    .flexible-half-text a.fasc-button {
      min-width: 193px;
      margin: 27px 15px 0 5px !important;
      padding: 8px 15px !important;
      text-align: center; }

.flexible-text {
  padding: 97px 0 73px; }
  .flexible-text h2 {
    margin-bottom: 37px; }
  .flexible-text hr {
    width: 140px;
    border-bottom: 5px solid #eaaa00; }
  .flexible-text a.fasc-button {
    margin: 29px 42px !important; }

.flexible-image {
  height: 420px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

.flexible-sidebar {
  padding: 50px 0; }
  .flexible-sidebar:first-child {
    padding: 92px 0 50px; }
  .flexible-sidebar a.fasc-button {
    margin: 25px 15px 0 -4px !important;
    text-align: center; }
  .flexible-sidebar ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 27px 38px; }
    .flexible-sidebar ul li {
      position: relative;
      padding-left: 14px;
      line-height: 29.5px; }
      .flexible-sidebar ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000000;
        display: inline-block;
        position: absolute;
        top: 13px;
        left: 2px; }

.flexible-bars {
  padding: 18px 0 77px; }
  .flexible-bars a.fasc-button {
    margin: 25px 15px 0 -4px !important;
    text-align: center; }
  .flexible-bars .bars {
    border-bottom: 3px solid #000000;
    border-left: 2px solid #000000;
    max-width: 458px;
    height: 290px;
    margin: 17px 0 97px 56px;
    width: 100%; }
    .flexible-bars .bars span {
      display: inline-block;
      font-size: 16px;
      color: #000000;
      font-weight: 500;
      position: absolute;
      left: -32px;
      width: 23px;
      text-align: right;
      line-height: 0; }
      .flexible-bars .bars span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -20px;
        width: 12px;
        height: 2px;
        background-color: #000000; }
      .flexible-bars .bars span:nth-child(1) {
        bottom: 0; }
      .flexible-bars .bars span:nth-child(2) {
        bottom: 10%; }
      .flexible-bars .bars span:nth-child(3) {
        bottom: 20%; }
      .flexible-bars .bars span:nth-child(4) {
        bottom: 30%; }
      .flexible-bars .bars span:nth-child(5) {
        bottom: 40%; }
      .flexible-bars .bars span:nth-child(6) {
        bottom: 50%; }
      .flexible-bars .bars span:nth-child(7) {
        bottom: 60%; }
      .flexible-bars .bars span:nth-child(8) {
        bottom: 70%; }
      .flexible-bars .bars span:nth-child(9) {
        bottom: 80%; }
      .flexible-bars .bars span:nth-child(10) {
        bottom: 90%; }
      .flexible-bars .bars span:nth-child(11) {
        bottom: 100%; }
    .flexible-bars .bars:after {
      content: '';
      width: 2px;
      height: 5px;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #000000; }
  .flexible-bars .bar-one {
    display: inline-block;
    margin: 0 5px;
    width: 109px;
    padding: 5px 5px 15px 5px;
    -webkit-transition: all, 0.6s, ease-in-out;
    -moz-transition: all, 0.6s, ease-in-out;
    -o-transition: all, 0.6s, ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    bottom: 0;
    height: 50px; }
    .flexible-bars .bar-one p {
      font-size: 11px;
      line-height: 14px;
      font-weight: 500;
      margin-bottom: 0; }
      .flexible-bars .bar-one p.above-text {
        position: absolute;
        left: 5px;
        bottom: calc(100% + 5px);
        color: #000; }
    .flexible-bars .bar-one .below-text {
      position: absolute;
      top: calc(100% + 10px);
      left: 10px;
      max-height: 80px;
      overflow: auto; }
      .flexible-bars .bar-one .below-text p {
        font-size: 14px;
        line-height: 15px;
        color: #000; }
    .flexible-bars .bar-one.b-1 {
      left: 47px; }
    .flexible-bars .bar-one.b-2 {
      left: 170px; }
    .flexible-bars .bar-one.b-3 {
      left: 293px; }

.flexible .links {
  margin: 97px auto 72px; }

.flexible .bottom {
  margin-top: 131px; }
  .flexible .bottom-text a.fasc-button {
    padding: 8px 15px !important;
    border: 3px solid #ffffff !important;
    margin: 16px 15px 0 3px !important; }
    .flexible .bottom-text a.fasc-button:hover {
      border: 3px solid #000000 !important;
      background-color: #000000 !important;
      color: #ffffff !important; }

/* ------------------------------------
   Blog page
------------------------------------- */
.blog-top {
  padding: 94px 15px 30px; }
  .blog-top hr {
    width: 138px;
    margin: 25px auto 29px;
    border-bottom: 5px solid #000000; }

main.blog-content {
  padding-top: 60px; }
  main.blog-content article {
    margin-bottom: 100px;
    padding-bottom: 60px; }
    main.blog-content article:before {
      content: '';
      display: inline-block;
      height: 1px;
      width: calc(100% - 30px);
      background-color: #7d7d7d;
      position: absolute;
      left: 15px;
      bottom: 0; }
    main.blog-content article:last-child {
      margin-bottom: 0; }
  main.blog-content .article-text {
    padding: 35px 15px 15px; }
    main.blog-content .article-text-container {
      max-width: 364px; }
    main.blog-content .article-text h2 {
      margin-bottom: 41px; }
    main.blog-content .article-text a.button {
      margin-top: 27px; }
    main.blog-content .article-text.pad .article-text-container {
      padding-left: 71px;
      max-width: 435px; }

/* ------------------------------------
   Blog single page
------------------------------------- */
.single-post .hero-block {
  background-color: #000000; }

.single-post .page-content {
  padding: 100px 0; }

.single-post-left h2 {
  line-height: 44px;
  margin-top: -11px; }

.single-post-left p {
  font-size: 25px;
  margin-bottom: 27px; }

.single-post-left a {
  display: inline-block;
  margin-right: 14px; }
  .single-post-left a:hover {
    opacity: 0.6; }

.single-post-right img.size-full_hd {
  width: 100%;
  margin-bottom: 61px; }

.single-post-right a.button {
  padding: 6px 17px;
  margin-top: 21px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

/* 404 page */
.not-found .hero-block {
  background-color: #eaaa00; }

.not-found-content {
  padding: 100px 0; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.home .main-background {
  position: relative; }
  .home .main-background .scroll {
    display: inline-block;
    height: 21px;
    width: 45px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url("../images/arrow.png");
    background-size: contain;
    background-repeat: no-repeat; }
    .home .main-background .scroll:hover {
      bottom: 45px; }

.home .flexible-text {
  padding: 97px 0 47px; }
  .home .flexible-text hr {
    margin: -13px auto 30px; }

.home .flexible-sidebar {
  padding: 90px 0 41px; }
  .home .flexible-sidebar:nth-child(1), .home .flexible-sidebar:nth-child(3), .home .flexible-sidebar:nth-child(5) {
    padding: 90px 0 41px; }
  .home .flexible-sidebar h2 {
    line-height: 44px; }
  .home .flexible-sidebar a.fasc-button {
    margin: 52px 15px 0 -7px !important; }

.home .contact-page-form {
  margin-top: 100px; }

.padding-right {
  padding-right: 50px; }

.relative,
.rel {
  position: relative; }

.all-in__title-text {
  padding: 100px 15px; }
  .all-in__title-text .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .all-in__title-text .title::before {
      content: '';
      height: 5px;
      width: 140px;
      background-color: #d35957;
      position: absolute;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
  .all-in__title-text p {
    font-size: 20px;
    font-weight: 400; }

.photo {
  padding-bottom: 36%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.all-in__title-text-2-col {
  padding: 100px 0; }
  .all-in__title-text-2-col .title {
    padding-right: 50px;
    font-weight: 700;
    line-height: 1.2; }
    .all-in__title-text-2-col .title h1,
    .all-in__title-text-2-col .title h2,
    .all-in__title-text-2-col .title h3,
    .all-in__title-text-2-col .title h4,
    .all-in__title-text-2-col .title h5,
    .all-in__title-text-2-col .title h6 {
      line-height: 1.2; }
  .all-in__title-text-2-col .text {
    line-height: 1.8;
    font-size: 20px;
    font-weight: 400; }

.all-in__form {
  padding: 50px 0;
  background-color: #e1e1e1; }

[class*="field_"] input,
[class*="field_"] #input_1_3 {
  border: 3px solid #000;
  background-color: transparent; }

.form .gform_title {
  font-weight: 700;
  font-size: 25px; }

.form .gfield_label {
  display: block;
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 5px; }

.form #input_1_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form #input_1_1 #input_1_1_3_container {
    padding-right: 10px; }
  .form #input_1_1 span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .form #input_1_1 label {
    font-weight: 500;
    font-size: 12px;
    padding-top: 10px; }

.form #gform_submit_button_1 {
  float: left;
  padding: 7px 45px;
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 21px;
  font-weight: 500; }
  .form #gform_submit_button_1:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.contacts {
  padding: 50px 0 0 130px; }
  .contacts .contact {
    padding-bottom: 40px; }
    .contacts .contact h5 {
      font-weight: 700;
      font-size: 19px; }
    .contacts .contact a {
      color: #000;
      font-weight: 500;
      font-size: 19px;
      display: block; }
      .contacts .contact a:hover {
        color: #d35957;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

/* ------------------------------------
    Footer Styles
------------------------------------- */
a.social-one {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  position: relative;
  margin: -10px 5px; }
  a.social-one i {
    font-size: 17px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  a.social-one:hover {
    background-color: #eaaa00; }

.footer {
  background-color: #f8f8f8;
  padding: 25px 0 50px; }
  .footer-logo {
    max-width: 200px;
    margin-left: 53px;
    border-radius: 0;
    border: none; }
  .footer-content {
    padding: 23px 30px 0 15px; }
  .footer div.menu-footer-menu-container {
    display: inline-block; }
  .footer ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    .footer ul li {
      display: inline-block; }
      .footer ul li a {
        font-size: 17px;
        font-weight: 300;
        color: #000000;
        padding: 0 23px; }
        .footer ul li a:hover {
          color: #eaaa00; }
  .footer .copyright a {
    text-decoration: none;
    color: #000; }
    .footer .copyright a:hover {
      color: #d35957;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.tabs-content .tabs-panel {
  display: none; }
  .tabs-content .tabs-panel.is-active {
    display: block; }

.students-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .students-panel__block {
    width: 100%;
    max-width: 20%; }
    .students-panel__block .members-image {
      height: 150px; }

.students-info {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px; }
</pre></body></html>