/*
Theme Name: MantyFrame
Author: MantyWeb
Author URI: https://mantyweb.com
Description: A custom framework
Client: AHS
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Fonts
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.4.1 Custom Post Types
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 Fonts
--------------------------------------------------------------*/
@import "assets/fonts/gotham/stylesheet.css";

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  /* smooth scroll */
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2vw;
  margin: 0.67vw 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1vw 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1vw;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1vw;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25vw;
}

sup {
  top: -0.5vw;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

a.mmc-button.big.trans {
  font-weight: 600;
  color: #88262b;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35vw 0.625vw 0.75vw;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5vw;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5vw;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.2vw;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75vw;
  padding: 1.5vw 0 0;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5vw;
}

h2 {
  color: #000;
  font-size: 20px;
  font-size: 1.25vw;
}

h3 {
  color: #000;
  font-size: 18px;
  font-size: 1.7vw;
}

h4 {
  color: #000;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 800;
}

h5 {
  color: #000;
  font-size: 13px;
  font-size: 0.8125vw;
  font-weight: 800;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

h6 {
  color: #000;
  font-size: 15px;
  font-size: 0.9375vw;
  font-weight: 800;
}

p {
  margin: 0 0 1.5vw;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125vw;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5vw;
}

address {
  margin: 0 0 1.5vw;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375vw;
  line-height: 1.6;
  margin-bottom: 1.6vw;
  max-width: 100%;
  overflow: auto;
  padding: 1.6vw;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375vw;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "Ã¢â‚¬Å“" "Ã¢â‚¬Â" "Ã¢â‚¬Ëœ" "Ã¢â‚¬â„¢";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5vw;
}

fieldset {
  margin-bottom: 1vw;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7vw;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3vw;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5vw;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(99, 99, 99)),
    to(rgb(177, 177, 177))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(99, 99, 99) 0%,
    rgb(177, 177, 177) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(99, 99, 99) 0%,
    rgb(177, 177, 177) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(99, 99, 99) 0%,
    rgb(177, 177, 177) 100%
  );
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  font-size: 1.2vw;
  line-height: 1;
  margin-top: 2vw;
  padding: 1vw;
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75vw 2vw;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  opacity: 0.85;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5vw;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5vw 1.8vw;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5vw;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5vw 1.5vw;
}

.flex-column li,
.widget li,
.text-section li {
  list-style: none;
  position: relative;
  font-size: 1.2vw;
}

.flex-column li::before,
.widget li::before,
.text-section li::before {
  content: "";
  position: absolute;
  height: 1vw;
  width: 1vw;
  left: -1.8vw;
  background: #88262b;
  top: 0.41vw;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5vw;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5vw;
}

th {
  padding: 0.4vw;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4vw;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
  color: rgb(136, 38, 43);
  text-decoration: none;
}

p a {
  color: #89252a;
  text-decoration: none;
}

a:hover,
a:active {
  color: rgb(136, 38, 43);
  outline: 0;
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
  margin-bottom: 1vw;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
  font-size: 16px;
  font-size: 1vw;
  position: relative;
  width: 83%;
  float: right;
}

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}

.navigation-top a {
  color: #222;
  font-weight: 100;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul#intro-menu {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.menu-top-nav-container {
  float: right;
}

ul#intro-menu li a {
  background: #89252a;
  padding: 1.2vw 1vw;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 300;
}

button.search-submit {
  margin: 0;
  background: rgb(136, 38, 43);
  border: 0;
  padding: 1.2vw 1vw;
  cursor: pointer;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-layer {
  position: relative;
}

.search-open {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
}

.search-open.open {
  display: none;
}

span.screen-reader-text {
  visibility: hidden;
}

input#search-input {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 20vw;
  font-size: 1vw;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
}

input#search-input.open {
  max-width: 20vw;
}

form.header-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.3vw;
}

div#intro-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

ul#intro-menu li {
  margin-left: 0.2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.2vw 0 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  padding: 1.5vw 0;
  margin: 2vw 1.6vw;
  -webkit-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

.hasScrolled .main-navigation li {
  margin: 0.5vw 1.6vw;
}

.main-navigation li:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #d2d2d2;
  top: 0;
  right: -1.77vw;
}

.main-navigation li li,
.main-navigation li:last-child,
.hasScrolled .main-navigation li li,
.main-navigation li:last-child {
  border: 0;
  margin-right: 0;
}

.hasScrolled ul.sub-menu li {
  margin: 0;
}

.main-navigation li li:after,
.main-navigation li:last-child:after {
  display: none;
}

.main-navigation a {
  display: block;
  padding: 0.1vw 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.3;
}

.main-navigation li.current-menu-item a {
  color: #772a2c !important;
}

.main-navigation li:hover a {
  color: #772a2c !important;
}

svg.icon.icon-angle-down {
  display: none;
}

ul.sub-menu {
  display: none;
  position: absolute;
  left: -2vw;
  padding: 0;
  text-align: left;
  background: none;
  min-width: 15vw;
  padding-top: 3.5vw;
  max-height: 0;
  /* overflow: hidden; */
  -webkit-transition: max-height 0.6s, padding-top 0.3s;
  -o-transition: max-height 0.6s, padding-top 0.3s;
  transition: max-height 0.6s, padding-top 0.3s;
}

ul.sub-menu li {
  margin: 0;
  background: #d2d2d2;
  display: block;
  padding: 1.2vw 2vw 0;
  text-transform: uppercase;
}

ul.sub-menu li:last-child {
  padding-bottom: 1.5vw;
}

.main-navigation li:hover > ul.sub-menu {
  display: block;
  max-height: 1000px;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.hasScrolled ul.sub-menu {
  padding-top: 2vw;
}
.main-navigation ul ul li:hover > a {
  color: #ffffff !important;
}

ul.sub-menu .menu-effect {
  display: none;
}

.menu-effect {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  top: auto;
  bottom: 1.5vw;
}

.main-navigation li:hover a .menu-effect,
.main-navigation li.current-menu-item a .menu-effect,
.main-navigation li.current_page_item a .menu-effect {
  width: 100%;
  top: auto;
}

.main-navigation li:hover a .menu-effect,
.main-navigation li.current-menu-item a .menu-effect,
.main-navigation li.current_page_item a .menu-effect {
  background: #772a2c !important;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1vw;
  text-shadow: none;
  position: absolute;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle .icon {
  margin-right: 0.5vw;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5vw;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5vw;
  position: absolute;
  text-shadow: none;
  top: 0;
}

button.dropdown-toggle {
  display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
  display: none;
}

.main-navigation .sub-menu li:hover > ul.sub-menu {
  display: block;
  background: #eee;
  z-index: 9999999;
  left: 100%;
  padding: 0;
  top: 0;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

#page {
  position: relative;
  word-wrap: break-word;
  max-width: 100vw;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.5%;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header {
  z-index: 999999;
  height: auto !important;
}

.top-nav {
  background: #fff;
}

.header-social a {
  color: #000;
}

.header-social ul#social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-social ul#social-menu li {
  margin-left: 0;
  margin-right: 1.5vw;
  font-size: 1.3vw;
}

/* Site branding */

.site-branding {
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  -o-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
  width: auto;
  float: left;
  padding: 1vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.site-branding a .site-title-header {
  margin: 0 0 0 1vw;
  white-space: nowrap;
}

.site-branding-logo.branding-title a img {
  max-width: 13%;
}

.site-branding-logo.no-title a img {
  width: 13vw;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.hasScrolled .site-branding-logo.no-title a img {
  width: 10vw;
}

.site-branding.has-slider {
  position: absolute;
  width: 100%;
  top: 0;
}
.content-wrap {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.slide-content {
  width: 60%;
  padding: 5vw;
  margin: 5vw auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  text-shadow: 1px 1px 1px #000000ba;
}

.border-no .slide-content {
  width: 60%;
}
.button-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-wrap.bottom_left .slide-content {
  left: 0;
  right: auto;
  float: left;
  margin: 0 0 4vw 4vw;
}

.content-wrap.bottom_left,
.content-wrap.bottom_right {
  top: auto;
}
.content-wrap.bottom_right {
  left: auto;
  right: 0;
}

.border-no .content-wrap.bottom_right .slide-content {
  text-align: right;
  padding: 0;
}

.content-wrap.bottom_right .slide-content {
  left: auto;
  right: 0;
  margin: 0 5vw 5vw 0;
  width: 100%;
}

.border-no .content-wrap.bottom_left .slide-content {
  text-align: left;
  padding: 0;
}

div#slider.border-no .slide-content .border {
  display: none;
}

#slider ul.slides,
#slider ul.slides li {
  height: 100% !important;
}

.content-wrap.top_left {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 45vw;
  margin: 10vw 0 0 5vw;
}

.content-wrap.top_left .slide-content {
  width: 45vw;
  margin: 0 0 4vw;
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
}

.content-wrap.bottom_left .slide-content {
  left: 0;
  right: auto;
  margin: 0 0 4vw 5vw;
}

.border-no .content-wrap.top_left .slide-content {
  text-align: left;
  padding: 0;
  margin: 0 0 4vw 0;
}

.border-no .content-wrap.bottom_right .slide-content {
  text-align: right;
  padding: 0;
  margin: 0 7.5vw 3vw 6vw;
}

.border-no .content-wrap.bottom_left .slide-content {
  text-align: left;
  padding: 0;
  margin: 0 7vw 3vw 7.5vw;
}

.border-no .content-wrap.top_right .slide-content {
  text-align: right;
  padding: 0;
  margin: 0;
}

.content-wrap.top_right {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45vw;
  margin: 10vw 5vw 0 0;
}

.content-wrap.top_right .slide-content {
  width: 45vw;
  margin: 0 0 4vw;
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
}

.border .border::after {
  max-width: 100%;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
}
.border .border.top-left::after {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.border .border.top-right::after {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.border.left {
  left: 0;
}

.border.top {
  position: absolute;
  top: 0;
  max-width: 0;
  height: 3px;
  background: #fff;
  width: 100%;
  left: 0;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
}
.border .border.top {
  max-width: 100%;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.border.bottom {
  position: absolute;
  bottom: 0;
  max-width: 0;
  background: #fff;
  height: 3px;
  width: 100%;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
  right: 0;
}
.border .border.bottom {
  max-width: 100%;
  -webkit-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
}

.border.left,
.border.right {
  position: absolute;
  height: 100%;
  width: 3px;
  bottom: 0;
  margin: auto;
  background: #fff;
  max-height: 0;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.border.right {
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
}

.border .border.down {
  max-height: 1000%;
  -webkit-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.border.down {
  top: 100%;
  max-height: 0;
  position: absolute;
  height: 1000%;
  width: 3px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: max-height 3s;
  -o-transition: max-height 3s;
  transition: max-height 3s;
}
.section-content.box-content p {
  margin: 0;
}
.border .border.left,
.border .border.right {
  max-height: 100%;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.border .border.right {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.border .border.bottom {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.slide-content p:nth-last-of-type(1) {
  margin: 0;
}

.slide-image {
  width: 100%;
}

.slide-image img {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}

.slide-image img.mobile-image {
  display: none !important;
}

.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-branding a:hover,
.site-branding a:focus {
  opacity: 0.7;
}

.slide-title {
  font-size: 3vw;
  line-height: 1;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 1vw;
}

.content-wrap.no-content .slide-title {
  font-size: 3vw;
}

div#slider {
  overflow: hidden;
  position: relative;
  /*padding-top: 3.7vw;*/
  padding-top:0;
}

.site-title,
.site-title a {
  color: #222;
  opacity: 1;
  text-transform: uppercase;
  font-size: 2vw;
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
  color: #fff;
}

.site-description {
  color: #666;
  font-size: 13px;
  font-size: 1.5vw;
  margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
  color: #fff;
  opacity: 0.8;
}

.custom-logo-link {
  display: inline-block;
  padding-right: 1vw;
  vertical-align: middle;
  width: auto;
}

.custom-logo-link img {
  display: inline-block;
  max-height: 80px;
  width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-height: 200px;
  max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
  opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}

.custom-header {
  position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
  display: table;
  height: 300px;
  height: 75vh;
  width: 100%;
}

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(75%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px; /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
  width: 45px;
}

.brand-nav {
  position: fixed;
  left: 0;
  right: 0;
  background: #eee;
  z-index: 999999;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
  /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}

.admin-bar .wp-custom-header-video-button {
  top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home)
  .custom-header-media
  img {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe,
  .has-header-image:not(.twentyseventeen-front-page):not(.home)
    .custom-header-media
    img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
  padding: 0;
}

.twentyseventeen-panel {
  overflow: hidden;
  position: relative;
}

.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: 1px solid #ddd;
}

.panel-content {
  position: relative;
}

.panel-content .wrap {
  padding-bottom: 0.5vw;
  padding-top: 1.75vw;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
  display: block;
  margin: 0.3vw 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875vw;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3vw;
}

.recent-posts .entry-header {
  margin-bottom: 1.2vw;
}

.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.5vw;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875vw;
  margin-left: 1vw;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
  background-color: #fff;
  position: relative;
  /* z-index: 99; */
}

.site-content {
  padding: 4vw 0 0;
  position: relative;
}

.home .site-content {
  padding: 0;
  position: relative;
}

.single .site-content {
  padding: 2vw 0;
  position: relative;
}

div#content.has-slider {
  padding-top: 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5vw;
  position: absolute;
  top: 1.65vw;
  width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 1.5vw;
  font-weight: 800;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
}

.entry-header .entry-title {
  margin-bottom: 0.25vw;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}

.entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875vw;
  font-weight: 800;
  letter-spacing: 0.1818vw;
  padding-bottom: 0.25vw;
  text-transform: uppercase;
}

.entry-meta a {
  color: #767676;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination,
.comments-pagination {
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 300;
  padding: 2vw 0 3vw;
  text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666vw;
  height: 0.666666666vw;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.comments-pagination {
  border: 0;
}

.page-numbers {
  display: none;
  padding: 0.5vw 0.75vw;
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1vw;
  line-height: 1;
  padding: 0.25vw 0.5vw 0.4vw;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  color: #000;
}

.prev.page-numbers {
  float: left;
}

.next.page-numbers {
  float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125vw;
  width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2vw;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding: 1vw 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}

.search .nav-links {
  display: block;
  width: 100%;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding-top: 2vw;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1vw;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125vw;
}

article.search-article h3 {
  font-size: 1vw;
}

/* More tag */

.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5vw;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 800;
  padding: 2vw 0 3vw;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5vw 1vw;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Entry footer */

.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2vw;
  padding: 2vw 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875vw;
  font-weight: 800;
  letter-spacing: 0.1818vw;
  padding-left: 2.5vw;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1vw;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5vw;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 800;
  margin-top: 2vw;
  padding: 0.7vw 2vw;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25vw;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25vw;
  position: absolute;
  top: 0.4vw;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */

.post-navigation {
  font-weight: 800;
  margin: 3vw 0;
}

.post-navigation .nav-links {
  padding: 1vw 0;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875vw;
  letter-spacing: 0.1818vw;
  margin-bottom: 1vw;
  text-transform: uppercase;
}

.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375vw;
}

.post-navigation .nav-next {
  margin-top: 1.5vw;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5vw;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5vw;
}
.single-left {
  width: 45%;
  float: left;
}

.single-right {
  width: 52%;
  float: right;
}

h1.entry-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 100;
}

.back {
  width: 100%;
  float: left;
  margin-top: 2vw;
  font-size: 1.3vw;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
13.4.1 Custom Post Types
--------------------------------------------------------------*/

div#member-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  width: 100%;
  margin-top: 3vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  padding-bottom: 6vw;
  position: relative;
}
.team-member {
  width: 24.1%;
  margin-right: 1vw;
  margin-bottom: 1vw;
  cursor: pointer;
}
.team-member:nth-of-type(4n + 4) {
  margin-right: 0;
}
.member-thumb {
  background: #000;
  width: 100%;
  height: 21.485vw;
  position: relative;
  overflow: hidden;
}
div#more-member {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  padding: 1vw;
  opacity: 0;
  background: rgba(228, 228, 228, 0.92);
  z-index: -1;
  cursor: auto;
  -webkit-transition: opacity 0.3s, z-index 1s;
  -o-transition: opacity 0.3s, z-index 1s;
  transition: opacity 0.3s, z-index 1s;
}
div#more-member.show-member {
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s, z-index 1s;
  -o-transition: opacity 0.3s, z-index 1s;
  transition: opacity 0.3s, z-index 1s;
}
.member-left {
  width: 32%;
  float: left;
}
.member-right {
  width: 67%;
  float: right;
}
.member-right .member-title {
  color: #000;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
.member-right p {
  margin: 0;
  font-size: 1vw;
}
.close-member {
  position: absolute;
  right: 1.2vw;
  top: 2vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.close-member span {
  display: block;
  width: 100%;
  background: #000;
  opacity: 1;
  height: 0.2vw;
  position: absolute;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.close-member span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-member span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.member-thumb::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99;
}
.member-thumb:hover::before {
  content: "";
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.member-thumb img {
  width: auto;
  max-width: none;
  height: 100%;
  /* float: none; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.member-thumb:hover .member-info {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.member-toggle {
  position: absolute;
  left: auto;
  top: 1.6vw;
  bottom: auto;
  right: 0;
  font-size: 1.6vw;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.member.active .member-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.member {
  overflow: hidden;
}
.member-image {
  width: 37%;
  height: auto;
  float: left;
  margin-right: 1vw;
  clear: left;
}
.member-bio {
  width: 100%;
}
.member-info {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1vw;
  display: flex;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.5s, margin-bottom 1s;
  -o-transition: max-height 1.5s, margin-bottom 1s;
  transition: max-height 1.5s, margin-bottom 1s;
  /* padding: 1vw 0 0; */
  margin-bottom: 0;
}

.accordion-title {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 1.4vw;
  padding: 2vw 0 2vw;
  border-top: 1px solid rgb(199, 199, 199);
  position: relative;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.accordion-title.active {
  color: rgb(136, 38, 43);
}

.active .member-info {
/*   max-height: 100vh;
  margin-bottom: 1.5vw; */
  max-height: fit-content;
  margin-bottom: 1.5rem;
  -webkit-transition: max-height 3.5s, margin-bottom 1s;
  -o-transition: max-height 3.5s, margin-bottom 1s;
  transition: max-height 3.5s, margin-bottom 1s;
}
.member-name {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 1vw;
  padding: 2vw 0 2vw;
  border-top: 1px solid rgb(199, 199, 199);
  position: relative;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.member-name.no-bio {
  padding-bottom: 2vw;
  cursor: default;
}
.member.active .member-name {
  color: rgb(136, 38, 43);
}
.member.active .member-name.no-bio {
  color: #000;
  padding: 2vw 0 2vw;
}
.member:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.member-title {
  color: #fff;
  font-size: 1.2vw;
  margin-top: 0.4vw;
}

.accordion-title.active .member-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.committee-members h3 {
  font-weight: 600;
}
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

/*** Home ***/

.page-header {
  padding-bottom: 2vw;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875vw;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875vw;
}

.page-links {
  clear: both;
  margin: 0 0 1.5vw;
}

/* 404 page */

.error404 .page-content {
  padding-bottom: 4vw;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3vw;
}

/*--------------------------------------------------------------
13.5.1 Custom pages
--------------------------------------------------------------*/

.home .section.intro-section {
  margin: 0 0 3vw;
  font-size: 1.5vw;
}

.intro-section .section-wrap {
  max-width: 52%;
  margin: 0 auto;
  text-align: center;
}

span.small {
  font-size: 1vw;
}

.home-widgets .section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget {
  width: 29%;
  height: 15.6vw;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(94, 94, 94)),
    to(rgb(79, 77, 77))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(94, 94, 94) 0%,
    rgb(79, 77, 77) 100%
  );
  background: -o-linear-gradient(top, rgb(94, 94, 94) 0%, rgb(79, 77, 77) 100%);
  background: linear-gradient(
    to bottom,
    rgb(94, 94, 94) 0%,
    rgb(79, 77, 77) 100%
  );
  margin: 2vw 0;
}

.home .widget,
.page-template-flex .widgets:not(.block-widgets) .widget {
  border-bottom: 0.7vw solid #88262b;
}

a.widget-link {
  position: absolute;
  bottom: -5.5vw;
  width: 100%;
  padding: 1vw 0;
  text-align: center;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
  z-index: 99;
  color: #fff;
  font-size: 3vw;
}

.widget:hover a.widget-link {
  bottom: 0vw;
}

.widget img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: block;
}

.widget-title {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  z-index: 9;
  text-align: center;
  padding: 1vw;
}

.widget:nth-of-type(3n + 2) {
  margin: 2vw 3.5vw;
}

.wid-title {
  font-size: 2vw;
  text-transform: uppercase;
}

.widget-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  overflow: hidden;
  background: #fff;
  margin: 0.2vw;
}

.widget-background img {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.widget-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-icon img {
  max-height: 47%;
  max-width: 32%;
}

.main-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.widget:hover .main-content {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.section.widgets_section .widgets.block-widgets .wrap {
  max-width: 74.5%;
  justify-content: flex-start;
}

.section.widgets_section .widgets.block-widgets .wrap .widget {
  width: 21.8%;
  margin: 0 2vw 2vw 0;
  height: auto;
  min-height: 16.22vw;
}

.section.widgets_section
  .widgets.block-widgets
  .wrap
  .widget:nth-of-type(4n + 4) {
  margin-right: 0;
}

.block-widgets a.widget-link > i {
  display: none;
}

.block-widgets a.widget-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.block-widgets .widget:hover {
  background: #88272b;
  color: #fff;
}

.hover-content {
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.2vw;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  color: #fff;
  padding: 3vw;
  font-size: 1vw;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.widget:hover .hover-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hover-content p {
  margin: 0;
}

.hover-content h2 {
  font-size: 1vw;
  color: #fff;
  margin: 0 0 0.2vw;
  padding: 0;
  text-transform: uppercase;
}

.hover-content h3 {
  font-size: 1.4vw;
  color: #fff;
  margin: 0.7vw 0;
  padding: 0;
  font-weight: 200;
  text-transform: uppercase;
}

.widget-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.2vw;
  color: #7a7878;
  font-weight: 100;
  z-index: 9;
}

a.button {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #772a2c;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding: 1vw 3vw;
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-shadow: none;
}

header a.button {
  -webkit-box-shadow: 1px 1px 1px #9f9f9fba;
  box-shadow: 1px 1px 1px #9f9f9fba;
}

.error404 a.button {
  background: rgb(136, 38, 43);
  color: rgb(255, 255, 255);
}

section.error-404.not-found {
  margin-top: 2vw;
}

.intro-content a.button {
  background: rgb(136, 38, 43);
  color: rgb(255, 255, 255);
  margin-top: 0.7vw;
}

a.button:hover {
  opacity: 0.85;
}

.hoverimage {
  width: 40%;
  float: right;
  margin-top: 3vw;
}
.content-left {
  width: 55%;
  float: left;
}

p.directions a {
  border: 0;
  margin: 0;
  color: #fff;
  padding: 1vw 3vw 0.8vw;
  font-size: 1vw;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid;
  margin: 1vw 0 0;
  background: #88262b;
}

.article-wrap article {
  width: 20%;
  padding: 0.5vw;
}

.article-wrapper {
  border: 1px solid #1379887d;
  background: #fff;
}

.article-wrapper header.entry-header,
.article-wrapper .entry-content {
  padding: 0 1vw;
}
.article-wrapper .entry-content {
  padding: 0 1vw 1vw;
  line-height: 1.1;
  font-size: 1vw;
}

article a.button {
  background: rgb(136, 38, 43);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1vw;
  display: inline-block;
  margin: 1vw 0 2vw;
}

.article-wrapper .entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
  font-size: 1.25vw;
  font-weight: 300;
  font-size: 1vw;
  font-weight: 800;
  text-transform: uppercase;
}

.grid-sizer,
.grid-item,
.article-wrap article {
  width: 20%;
}

ul.differentiators li:last-child::after {
  content: "";
  padding: 0;
  margin: 0;
  top: 0;
}

div#pillars {
  position: relative;
  overflow: hidden;
}

.pillar-circle {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.pillar-bg img {
  display: block;
}

.circle-wrap {
  width: 37.264%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: url(assets/img/circles2.png);
  -webkit-background-size: 94% 94%;
  background-size: 94% 94%;
  background-position: center center;
  background-repeat: no-repeat;
}

.pillar-icon {
  position: absolute;
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: auto;
  height: 2.8vw;
  width: 2.8vw;
}

.pillar-icon.icon-1 {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.pillar-icon.icon-2 {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: -0.3vw;
  left: auto;
  max-width: 7%;
}

.pillar-icon.icon-3 {
  top: auto;
  bottom: -0.6vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 9%;
}

.pillar-icon.icon-4 {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: auto;
  left: 0;
}

.pillar-icon img {
  max-width: 100%;
  max-height: 100%;
}

.pillar {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 24%;
  text-align: center;
  max-height: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.pillar.active-pillar {
  opacity: 1;
}

.pillar h2 {
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 100;
  padding-bottom: 0.3vw;
  border-bottom: 0.2vw solid;
  display: inline-block;
  color: #fff;
}

.pillar-nav {
  width: 100%;
  position: absolute;
  bottom: 1.5vw;
  text-align: right;
  z-index: 2;
  right: 3vw;
  z-index: 999;
}

.pillarnav {
  margin: 0 0.2vw;
  display: inline-block;
  zoom: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0.1vw solid #fff;
  cursor: pointer;
}

.nav-inner {
  width: 0.6vw;
  height: 0.6vw;
  display: block;
  cursor: pointer;
  text-indent: 100vw;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.pillarnav.active-nav .nav-inner {
  background: #fff;
}

div#leaders {
  max-width: 57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leader {
  width: 26%;
  text-align: center;
  margin-bottom: 5vw;
}

.leader:nth-of-type(3n + 2) {
  margin: 0 6.1vw 5vw;
}

.leaderimg img {
  display: block;
  margin-bottom: 1vw;
}

.leadername {
  text-transform: uppercase;
  font-size: 1.34vw;
  color: #c3e09c;
  line-height: 1.2;
}

.leadertitle {
  font-size: 1.3vw;
  color: #9b9b9b;
}

div#stats img {
  width: 100%;
}

#logos .flex-viewport {
  max-width: 75%;
  margin: 0 auto;
}

#logos .slides img {
  max-width: 45%;
  margin: 0 auto;
}

#logos h2 {
  font-size: 2.4vw;
  text-transform: uppercase;
  font-weight: 100;
  color: #53b8ae;
  text-align: center;
  color: #f7b293;
  margin-bottom: 5vw;
}

div#logos {
  margin: 4vw 0 5vw;
}

#logos ul.flex-direction-nav {
  bottom: 3.6vw;
  top: auto;
  opacity: 1;
  width: 87%;
}

#logos .flex-direction-nav a:before {
  content: ">";
  color: #7d7d7d;
  font-size: 2vw;
}

#logos .flex-direction-nav a.flex-prev:before {
  content: "<";
  color: #7d7d7d;
}

/*** Linecards ***/

.ilc-header h2 {
  font-size: 2vw !important;
}

/*** Services ***/

div#divisions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.division-box {
  width: 33.3333333%;
  height: 16.078vw;
  overflow: hidden;
}

.division-box.division-choice {
  background: #4c4c4c;
  padding: 3vw 2vw;
  color: #fff;
}

.division-box.division-choice h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 100;
  margin-bottom: 0.4vw;
}

.div-intro {
  font-size: 0.9vw;
  color: #b6b6b6;
}

.division-box.division-choice a.button {
  font-size: 1vw;
  padding: 0.8vw 1.4vw;
}

div#middle-image img {
  display: block;
}

div#services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service {
  width: 33.33333%;
  height: 21.437vw;
  position: relative;
  padding: 0.3vw 0.3vw 0.4vw;
  overflow: hidden;
}

.service-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
  opacity: 0;
  -webkit-transition: opacity 1.4s;
  -o-transition: opacity 1.4s;
  transition: opacity 1.4s;
}

.service:hover .service-bg {
  opacity: 0.7;
}

.service:nth-child(6n + 1),
.service:nth-child(6n + 1) .service-bg {
  background: #44588e;
}

.service:nth-child(6n + 2),
.service:nth-child(6n + 2) .service-bg {
  background: #219bc8;
}

.service:nth-child(6n + 3),
.service:nth-child(6n + 3) .service-bg {
  background: #229b8d;
}

.service:nth-child(6n + 4),
.service:nth-child(6n + 4) .service-bg {
  background: #b32950;
}

.service:nth-child(6n + 5),
.service:nth-child(6n + 5) .service-bg {
  background: #f37237;
}

.service:nth-child(6n + 6),
.service:nth-child(6n + 6) .service-bg {
  background: #91c647;
}

.service-img {
  background: #fff;
  overflow: hidden;
  max-height: 100%;
}

.service-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6vw;
  z-index: 9;
  color: #747474;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  cursor: default;
}

.title-wrap::after {
  border-bottom: 1px solid;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 0;
  -webkit-transition: max-width 0.3s;
  -o-transition: max-width 0.3s;
  transition: max-width 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service:hover .title-wrap::after {
  max-width: 5vw;
}

.title-wrap {
  position: relative;
  margin-bottom: 0.4vw;
}

.service:hover .service-title {
  color: #fff;
}

.service-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 1s, opacity 0.5s;
  -o-transition: max-height 1s, opacity 0.5s;
  transition: max-height 1s, opacity 0.5s;
  font-size: 1vw;
  padding: 0 6vw;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.service:hover .service-content {
  max-height: 100%;
  opacity: 1;
}

/*** Projects ***/

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #c9cbcc;
  padding: 1vw 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-nav-item {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1vw;
  margin: 0 2.8vw;
}

.project-nav-item.active-nav {
  border-bottom: 2px solid;
}

.projimage {
  position: relative;
  height: 20vw;
}

.project:not(.open) .projimage {
  cursor: pointer;
}

.project {
  width: 33.3333%;
  position: relative;
  height: 20vw;
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.5s;
  -o-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  display: none;
}

.projectmodal {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 2vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
}

.projectmodal.show {
  opacity: 1;
  z-index: 999;
}

.project.open::after {
  width: 0;
  height: 0;
  border-left: 1.4vw solid transparent;
  border-right: 1.4vw solid transparent;
  border-top: 1.4vw solid #636363;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 20vw;
}

.modalinner {
  background: #666666;
  color: #fff;
  overflow: hidden;
}

.modal-right {
  width: 64%;
  float: right;
}

.modal-left {
  width: 36%;
  float: left;
  padding: 2vw;
}

.project-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}

.projectmodals {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 98;
}

.projouter {
  position: relative;
  overflow: hidden;
}

.projinfo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  -webkit-transition: top 0.8s, opacity 0.8s;
  -o-transition: top 0.8s, opacity 0.8s;
  transition: top 0.8s, opacity 0.8s;
  z-index: 9;
  overflow: hidden;
}

.project:hover .projinfo {
  opacity: 1;
}

.project.open .projinfo {
  opacity: 0;
}

.project-sort select {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  color: #000;
  padding: 0.4vw 0.7vw;
  line-height: 1;
  height: auto;
  border: 0;
  width: 100%;
  padding-right: 3vw;
  z-index: 9;
  font-size: 0.8vw;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-search input {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #c9cbcc;
  color: #b4b7c0;
  padding: 0.4vw 0.7vw;
  line-height: 1;
  font-size: 0.8vw;
}

.project-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c9cbcc;
  position: relative;
  margin-right: 0.6vw;
}

.project-sort i.fa.fa-sort-desc {
  position: absolute;
  top: 0;
  bottom: 0.4vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0.7vw;
}

.infowrap {
  text-align: center;
  -webkit-transform: translateY(4vw);
  -ms-transform: translateY(4vw);
  transform: translateY(4vw);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.project:hover .infowrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

h2.projtitle {
  font-size: 2vw;
  font-weight: 100;
  padding-bottom: 0.6vw;
  color: rgba(255, 255, 255, 0.81);
  position: relative;
}

h2.projtitle::after {
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.81);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 0;
  -webkit-transition: max-width 1.4s;
  -o-transition: max-width 1.4s;
  transition: max-width 1.4s;
}

.project:hover h2.projtitle::after {
  max-width: 40%;
}

.projloc {
  font-size: 1vw;
}
.project-search {
  position: relative;
}
.project-search i.fa.fa-search {
  position: absolute;
  right: 1vw;
  top: 0;
  bottom: 0;
  left: auto;
  line-height: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
  cursor: pointer;
}

.modal-left h2 {
  font-size: 1.6vw;
  padding: 0;
  color: #fff;
  font-weight: 100;
  margin-bottom: 0.2vw;
}

.modal-left h3::after {
  content: "";
  height: 1px;
  width: 13%;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
}

.modalcontent p {
  font-size: 0.9vw;
  margin-bottom: 0.2vw;
  line-height: 1.6;
}

.featuredproducts li {
  font-size: 0.9vw;
  line-height: 1.6;
}

.featuredproducts {
  margin: 0.8vw 0;
}

.featuredproducts h4 {
  font-size: 1vw;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0.4vw;
}

.modal-left ul {
  margin: 0 0 0 1vw;
}

.modal-left h3 {
  font-size: 1vw;
  color: #fff;
  margin: 0 0 0.8vw;
  padding: 0 0 0.8vw;
  position: relative;
  font-weight: 100;
}

.project-content .section.intro-section h1,
.news-content .section.intro-section h1 {
  margin: 0 auto;
  padding: 1.4vw 2vw;
  border-top: 0.2vw solid;
  border-bottom: 0.2vw solid;
  font-size: 2.4vw;
  display: inline-block;
  font-weight: 100;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

div#projects #load-more-proj {
  margin-bottom: 2vw;
  margin-right: 1vw;
  float: right;
  border: 0;
  color: #fff;
}

div#projects #load-more-proj.hide {
  display: none;
}

/*** News ***/

div#news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  padding-bottom: 6vw;
  position: relative;
  margin: 3vw auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-item {
  width: 24.19%;
  margin-right: 1vw;
  margin-bottom: 1vw;
  cursor: pointer;
  border: 1px solid;
  display: none;
}
.news-item:hover {
  border: 1px solid #2196f3;
}
.news-item:nth-of-type(4n + 4) {
  margin-right: 0;
}
.news-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.more-news {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: -1;
  cursor: auto;
  -webkit-transition: opacity 0.3s, z-index 1s;
  -o-transition: opacity 0.3s, z-index 1s;
  transition: opacity 0.3s, z-index 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.more-news.show-news {
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s, z-index 1s;
  -o-transition: opacity 0.3s, z-index 1s;
  transition: opacity 0.3s, z-index 1s;
}

.news-left {
  width: 47%;
  float: left;
}
.news-right {
  width: 50%;
  float: right;
}

.news-right .news-title {
  color: #000;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
.news-right p {
  margin: 0;
  font-size: 1vw;
}
.close-news {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.close-news span {
  display: block;
  width: 100%;
  background: #e0e1e1;
  opacity: 1;
  height: 0.2vw;
  position: absolute;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  top: 0.8vw;
}

.more-wrap {
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 2vw;
  border: 2px solid #e04c37;
  max-height: 69%;
  overflow-y: auto;
}
.close-news span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-news span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-thumb img {
  width: 100%;
  height: auto;
}
.news-info {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99;
  padding: 1vw 1.2vw;
}
.news-thumb:hover .news-info {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

button#load-more {
  border: 0;
  color: #fff;
}

button#load-more.hide {
  display: none;
}

div#image-slider {
  overflow: hidden;
  position: relative;
}
#image-slider .flex-control-nav {
  text-align: left;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  top: 1vw;
}

#image-slider .flex-control-nav li {
  border: 0.1vw solid #000;
}

#image-slider .flex-control-paging li a.flex-active {
  background: #000;
}

.news-name {
  color: #000;
  font-weight: 100;
  font-size: 1.2vw;
  line-height: 1.4;
}

.more-wrap .news-name {
  color: #000;
  font-weight: 100;
  font-size: 1.8vw;
  line-height: 1.4;
  margin-top: 1vw;
}
.news-title {
  color: #fff;
  font-size: 1.2vw;
  margin-top: 0.4vw;
}

.news-con {
  font-size: 1vw;
}

.news-item:nth-of-type(8n + 6),
.news-item:nth-of-type(8n + 8) {
  margin-top: -3.5vw;
}

.page-template-news .news-pagination-content {
  overflow: hidden;
  margin-bottom: 2vw;
}

.page-template-news .news-pagination-content .wrap {
  position: relative;
}

.page-template-news .news-pagination-content .wrap .news-left {
  padding-top: 5vw;
}

.page-template-news .news-pagination-content .wrap .filter-wrap {
  background: transparent;
}

.page-template-news
  .news-pagination-content
  .wrap
  .filter-wrap
  div#project-nav
  .nav-item:hover,
.page-template-news
  .news-pagination-content
  .wrap
  .filter-wrap
  div#project-nav
  .nav-item:hover
  a,
.page-template-news
  .news-pagination-content
  .wrap
  .filter-wrap
  div#project-nav
  .nav-item.selected:hover,
.page-template-news
  .news-pagination-content
  .wrap
  .filter-wrap
  div#project-nav
  .nav-item.selected:hover
  a {
  background: #89252a;
  color: #fff;
}

@media (max-width: 550px) {
  .page-template-news .news-pagination-content .wrap .filter-wrap {
    position: relative !important;
  }

  .page-template-news
    .news-pagination-content
    .wrap
    .filter-wrap
    div#project-nav {
    text-align: center;
    width: 100%;
  }
}

/*** Contact ***/

div#locations {
  position: relative;
  max-width: 80%;
  margin: 0 auto 6vw;
}

.location-hotspot {
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  background: #aa2657;
  -webkit-transform: translateY(-0.5vw) translateX(-0.8vw);
  -ms-transform: translateY(-0.5vw) translateX(-0.8vw);
  transform: translateY(-0.5vw) translateX(-0.8vw);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

div#locations img {
  display: block;
}

div#contact-form img {
  display: block;
}

.location-hotspot:hover {
  zoom: 1.2;
}

.headquarters h2,
.directory h2 {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #b32950;
}

div#intro > div {
  width: 39%;
  text-align: center;
}
div#intro {
  max-width: 80%;
  margin: 3.5vw auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.directory a.button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(181, 51, 87, 1)),
    to(rgba(222, 74, 53, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  color: #fff;
  margin-top: 0;
}

.location-more {
  position: absolute;
}

.location-more {
  position: absolute;
  text-align: center;
  top: 1vw;
  right: 1vw;
  border: 4px solid #526e67;
  padding: 3vw 6vw;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #888888;
  box-shadow: 0px 0px 5px #888888;
  max-width: 40%;
}

.location-more.active-location {
  opacity: 1;
  z-index: 9;
}

.location-more h2 {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #526e67;
}

.close-location {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}

.close-location span {
  display: block;
  width: 100%;
  background: #e0e1e1;
  opacity: 1;
  height: 0.2vw;
  position: absolute;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  top: 0.8vw;
}

.close-location span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-location span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.location-more a.button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(181, 51, 87, 1)),
    to(rgba(222, 74, 53, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(181, 51, 87, 1) 0%,
    rgba(222, 74, 53, 1) 100%
  );
  color: #fff;
  margin: 0;
}

div#contact-form {
  border: 3px solid #000000;
  position: relative;
}

.form-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: auto;
  background: rgba(255, 255, 255, 0.66);
  padding: 2vw 3vw;
  max-height: 63%;
  border: 2px solid #bbb;
}

.form-wrap.rel {
  position: relative;
  max-width: 80%;
  margin: 2vw auto;
  background: rgba(255, 255, 255, 0.66);
  padding: 2vw 3vw;
  max-height: 63%;
  border: 2px solid #bbb;
}

.gform_wrapper {
  overflow: hidden;
}

.news-info .news-date {
  text-transform: uppercase;
  font-size: 1vw;
  margin-top: 0.3vw;
}

.form-wrap h3 {
  font-size: 1.5vw;
  font-weight: 100;
  text-transform: uppercase;
}

ul#gform_fields_1 {
  list-style: none;
}

.form-wrap label,
.contact-right .hbspt-form label {
  display: none;
}

.hbspt-form fieldset {
  max-width: none !important;
}

.contact-right .hs-form-field {
  width: 100% !important;
  margin-bottom: 1vw;
}

.contact-right .hs-form-field input,
.contact-right .hs-form-field textarea {
  width: 100% !important;
}

.contact-right .hs-form-field textarea {
  min-height: 10vw !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.6vw 1vw;
}

.form-wrap input[type="text"],
.form-wrap input[type="tel"],
.form-wrap input[type="email"],
.contact-right input[type="text"],
.contact-right input[type="tel"],
.contact-right input[type="email"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.6vw 1vw;
}

input.hs-button {
  background: rgb(255, 255, 255);
  color: rgb(134, 40, 44);
  text-transform: none;
  font-size: 1.2vw;
  border: none;
  font-weight: 500;
  padding: 1vw 3vw;
  margin-top: 1vw;
}

.section.map_section {
  margin: 0 -4vw;
}

.form-wrap li.gfield:nth-of-type(odd) {
  float: left;
  width: 49.25%;
  margin-bottom: 1vw;
}

.form-wrap li.gfield:nth-of-type(even) {
  float: right;
  width: 49.25%;
  margin-bottom: 1vw;
}

input#gform_submit_button_1 {
  border: 0;
  margin: 0;
  color: #fff;
  background: #075861;
  float: right;
  padding: 1vw 3vw 0.8vw;
  font-size: 1vw;
  font-weight: 600;
}

/*** Events ***/

div#eventlist {
  float: right;
  width: 39%;
}

div#calendar {
  float: left;
  width: 100%;
  background: #fff;
}

.tooltiptopicevent {
  background: #88262b;
  color: #fff;
  padding: 1vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tooltiptopicevent h4 {
  color: #fff;
  font-size: 1.2vw;
  margin: 0;
  padding: 0;
}

.results-toolbar .event-search.show {
  width: 27%;
}

.results-toolbar {
  background: #88262b;
  padding: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div#event-section {
  background: #f3f3f3;
  padding: 7vw 0;
}

.event-results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

a.button.view {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 1.1vw !important;
  padding: 1vw !important;
  height: auto !important;
  line-height: 1 !important;
  border: 1px solid #f6ecec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
}

.fc-center h2 {
  font-size: 1.8vw;
  font-weight: 100;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background: #eee;
  padding: 1vw;
}

.fc-view-container tr {
  border: 0;
  font-size: 1vw;
}

.fc-row table {
  margin: 0;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
  background: #88262b;
  padding: 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fc-clear {
  display: none;
}

.event-search {
  display: none;
  width: 100%;
}

.event-search.show {
  display: block;
}

.fc-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 27%;
}

.fc-left {
  width: 27%;
}

#event-slider .flex-control-nav {
  position: relative;
  bottom: 0;
  margin: 2vw 0;
  text-align: center;
  right: 0;
}

#event-slider .flex-control-nav li {
  margin: 0 0.4vw;
  display: inline-block;
  zoom: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative;
  height: 1vw;
  width: 1vw;
  background: #000;
}

.event-right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  max-width: 43%;
  min-height: 100%;
}

.right-top {
  padding: 1vw 3vw 1.5vw 3vw;
  background: #2c2727;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

span.a2a_count {
  background: none;
  border: none;
  color: #fff;
  font-size: 1vw !important;
  width: auto !important;
  display: none !important;
}

.addtoany_list a {
  display: none !important;
}

a.addtoany_share {
  display: block !important;
  width: 6.7vw;
}

.a2a_full_footer {
  display: none;
}

div#a2apage_full {
  background: rgba(0, 0, 0, 0.82) !important;
}

div#a2apage_find_container {
  display: none;
}

a.a2a_i,
i.a2a_i {
  border: none !important;
}

div#a2apage_full {
  height: 62%;
}

div#a2apage_full_services {
  height: 95% !important;
}

.a2a_menu a,
.a2a_menu a:active,
.a2a_menu a:focus,
.a2a_menu a:hover,
.a2a_menu a:visited {
  color: rgb(255, 255, 255) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

div#a2apage_dropdown {
  display: none !important;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 2vw;
}

span.a2a_count {
  line-height: 1 !important;
  height: auto !important;
  vertical-align: bottom !important;
  position: relative;
  bottom: 0.4vw;
}

.a2a_count:before,
.a2a_count:after {
  display: none;
}

span.sharetext {
  background: #fff;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-size: 0.8vw;
  -webkit-border-radius: 1px !important;
  border-radius: 1px !important;
  color: #88262b;
  padding: 0.5vw 1vw;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 5px 0 rgba(194, 194, 194, 0.48);
  box-shadow: 0 2px 5px 0 rgba(194, 194, 194, 0.48);
}

.countdown {
  background: #2c2727;
  text-align: center;
  padding: 0.5vw;
  color: #fff;
}

.event-left img {
  min-height: 100%;
  width: auto !important;
  max-width: none;
}

.tms {
  color: #5c5b5b;
  padding-left: 0.5vw;
}

.event-tab {
  width: 100%;
  text-align: center;
  border: 1px solid rgb(136, 38, 43);
  border-right: 0;
  padding: 2vw 1vw;
  font-size: 0.9vw;
  font-weight: 600;
  color: rgb(136, 38, 43);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-tab:hover {
  background: #87272c;
  color: #fff;
}

.event-tab.active {
  background: #88262b;
  color: #fff;
}

.event-content {
  display: none;
  padding-top: 3vw;
}

div#event-content {
  width: 98%;
}

.event-content.active {
  display: block;
}

div#tweet-event,
.twitter-feed {
  width: 33%;
  margin-left: 4vw;
  background: #f8f8f8;
  padding: 2vw 4vw;
}

div#tweet-event .flex-direction-nav a:before {
  color: rgb(135, 39, 44);
  text-shadow: none;
  font-size: 2vw;
}

#event-content-wrap ul.slides.social-feed-container-tweet li {
  width: 100% !important;
  padding: 0;
}

#event-content-wrap .social-feed-element {
  position: relative;
  margin-bottom: 3vw;
  font-size: 1vw;
}

.tweet-time {
  margin-top: 1vw;
}

#event-content-wrap .text-wrapper {
  font-size: 1vw;
  color: rgb(0, 0, 0);
}

div#tweet-event h2,
.twitter-feed h2 {
  color: #88262b;
  font-weight: 600;
  font-size: 1.4vw;
  margin: 2vw 0;
}

.tweets.slick-slide {
  width: 20vw;
}

a.twitter-profile {
  float: left;
  margin: 0.4vw 1vw 1vw 0;
  width: 4vw;
}

.tweet-text {
  width: 100%;
  float: left;
}

.tweet-ago {
  float: left;
  margin: 1vw 0;
  color: rgb(135, 37, 43);
  width: 100%;
}

.tweet a.read-more {
  float: left;
}

.tweets .tweet {
  width: 100%;
  float: left;
  margin-bottom: 3vw;
}

#event-content-wrap .author-icon {
  background: none;
  color: #88262b;
  font-size: 1.8vw;
  position: absolute;
  left: -2.8vw;
  width: auto;
  height: auto;
  top: 0;
}

div#event-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-information {
  border-top: 1px solid #88262b;
  border-bottom: 1px solid #88262b;
  margin-bottom: 3vw;
}

.event-image {
  margin-bottom: 3vw;
}

.event-content:nth-of-type(n + 2) .event-image {
  display: none;
}

.event-information .date {
  background: #88262b;
  color: #fff;
  right: 0;
  padding-right: 2vw;
}

.event-information h3,
.event-information h1 {
  width: 35%;
  font-weight: 700;
  font-size: 2.4vw;
  line-height: 1;
  margin: 0 20px 0 0;
}

.event-information .title-date {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1.7vw;
  margin-bottom: 2vw;
}

.event-information .event-marker {
  color: #87272c;
  font-size: 2.2vw;
  left: -3vw;
  top: 0;
  bottom: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-information .date {
  background: #88262b;
  color: #fff;
  right: 0;
  padding-right: 2vw;
  position: absolute;
  top: 0;
  width: 15%;
}

.event-information .event-location {
  color: #000;
  margin-right: 8vw;
  padding-right: 2vw;
  width: 45%;
}

.event-location a {
  color: rgb(0, 0, 0);
}

.event-tab:last-child {
  border-right: 1px solid #88262b;
}

div#event-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 3vw;
}

div#event-tabs.hide-tabs {
  display: none;
}

.timer:nth-of-type(2) {
  padding: 0 0.8vw;
  margin: 0 0.8vw;
  border-left: 1px solid #5a5959;
  border-right: 1px solid #51504f;
}

.right-bottom {
  padding: 1.5vw 3vw 3vw 3vw;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #211919;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-left: 1px solid rgb(45, 40, 39);
}

.event-right h3 {
  font-weight: 600;
  color: #fff;
  font-size: 2.5vw;
  padding-right: 2vw;
  line-height: 1.1;
  width: 79%;
}

#event-slider .flex-direction-nav a:before {
  display: none;
}

#event-slider a.flex-next,
#event-slider a.flex-prev {
  color: #fff;
  font-size: 1.1vw;
}

#event-slider a.flex-next i,
#event-slider a.flex-prev i {
  font-size: 2vw;
  line-height: 0;
  padding: 0.1vw 0.5vw 0;
  position: relative;
  top: 0.36vw;
}

.event-location {
  color: #fff;
  font-size: 1vw;
  position: relative;
  margin-left: 1.5vw;
}

a.button.event {
  color: #fff;
  background: #88262b;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1vw;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 2vw;
}

.location-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-cost {
  color: rgb(255, 255, 255);
  display: none;
}

.title-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3vw;
}

.page-template-events .section .wrap {
  max-width: 80%;
}

.event-marker {
  position: absolute;
  left: -1.5vw;
  font-size: 1.4vw;
  top: -0.3vw;
}

#event-slider a.flex-next i {
  padding-right: 0;
}

#event-slider a.flex-prev i {
  padding-left: 0;
}

#event-slider ul.flex-direction-nav {
  opacity: 1;
  bottom: 9vw;
  top: auto;
}

#event-slider ul.slides {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

div#event-slider {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.event-left {
  width: 57% !important;
  height: 100%;
}

#event-slide .slides li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgb(34, 26, 25);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.event-search .search-wrap {
  background: #fff;
  width: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.event-search input.filter-input {
  background: none;
}

button.fc-button {
  background: none;
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.daymo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.daymo h3 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.8vw;
  padding: 0;
  margin: 0 0 0 0.5vw;
  font-weight: 100;
}

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

div#eventlist h2 {
  font-size: 1.8vw;
  font-weight: 100;
  text-transform: uppercase;
  margin: 1vw 0 2vw;
}

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

.fc-center > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section .fc-center h2 {
  padding: 0 1vw;
  font-size: 1.2vw;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.fc-left > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fc-event,
.fc-event-dot {
  background: #f5ecec !important;
  border-color: #88262b !important;
  color: #88262b !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 2px solid !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0.5vw 1vw !important;
  font-weight: 600 !important;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 1vw !important;
}

button.fc-month-button,
button.fc-agendaWeek-button,
button.fc-list-button {
  text-transform: capitalize;
  font-size: 1.1vw !important;
  padding: 1vw !important;
  height: auto !important;
  line-height: 1 !important;
  border: 1px solid #f6ecec42;
  opacity: 1 !important;
}

button.fc-state-active {
  color: #87272c !important;
  background: #fff !important;
}

th.fc-day-header {
  padding: 3vw 0 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8vw;
  border: 0 !important;
}

.fc-unthemed td.fc-today {
  background: #f5ecec !important;
}

.listbot {
  margin: 0.2vw 0 1vw 4.7vw;
}

.daymo .day {
  background: #000;
  padding: 1vw;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1;
  -webkit-border-radius: 0.4vw;
  border-radius: 0.4vw;
}

/** Flex Template **/

.section h2 {
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 9;
  margin-bottom: 2.5vw;
  color: #000;
  font-size: 2vw;
}

.contact-right h2 {
  color: rgb(255, 255, 255);
}

.text_with_image h2 {
  color: rgb(255, 255, 255);
  text-align: left;
}

.text_with_image .flex-left {
  padding: 4vw 0;
}

.text_with_image .flex-right {
  margin-right: calc((100vw - 100%) / -2);
  width: calc(49% + (100vw - 100%) / 2);
}

.text_with_image .flex-right > img {
  display: block;
}

.news_section h2,
.section.statistics_section h2 {
  color: rgb(255, 255, 255);
}

.section.news_section.parallax {
  color: rgb(255, 255, 255);
}

.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-columns.image-left {
  flex-direction: row-reverse;
}

.flex-content h2 {
  text-align: unset;
}

.flex-column.flex-image-column.video-column video {
  width: 100%;
  height: auto;
}

.flex-columns > div {
  width: 49%;
}

.flex-gallery.grid-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-image {
  width: 25%;
  height: 15vw;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 0 1vw !important;
}

.flex-gallery {
  z-index: 9;
}

.flex-image img {
  width: 100%;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  max-width: none;
  width: -webkit-calc(100% + 2.81vw);
  width: calc(100% + 2.81vw);
  -webkit-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
  /* right: 2.81vw; */
}

.flex-image:hover img {
  right: 0;
}

.gal-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: 300;
  padding: 3vw 1vw 1vw;
  z-index: 9;
}

.flex-image::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: -webkit-linear-gradient(to bottom, #00000000 0%, #00000073 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00000000),
    to(#00000073)
  );
  background: -webkit-linear-gradient(top, #00000000 0%, #00000073 100%);
  background: -o-linear-gradient(top, #00000000 0%, #00000073 100%);
  background: linear-gradient(to bottom, #00000000 0%, #00000073 100%);
}

.flexslider .slides .flex-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.gal-caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.5s;
  -o-transition: max-height 1.5s;
  transition: max-height 1.5s;
  position: relative;
  font-size: 0.9vw;
}

.flex-image:hover .gal-caption {
  max-height: 10vw;
}

.gal-title {
  font-size: 1.4vw;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1vw;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.slide-wrap.open .gal-info,
.slide-wrap.open .gal-title {
  color: #000;
}

.grid-slider {
  position: relative;
}

.slide-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -3;
  /* background: #000000a3; */
  left: 0;
  right: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.slide-wrap.open {
  display: block;
  opacity: 1;
  z-index: 99999;
  height: auto;
}

.grid-slider ul.flex-direction-nav {
  opacity: 1;
  height: 0;
}

.grid-slider li.flex-nav-prev {
  float: left;
  left: -8vw;
  position: relative;
}

.grid-slider li.flex-nav-next {
  float: right;
  position: relative;
  right: -8vw;
}

.grid-slider .gal-caption {
  max-height: none;
}

.grid-slider {
  position: absolute;
  max-width: 70%;
  margin: 0 auto;
  max-height: 82%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.grid-slider .flex-control-nav {
  position: absolute;
  bottom: -7vw;
  right: 0;
  text-align: center;
}

.grid-slider .slides img {
  height: auto;
  max-width: 100%;
  max-height: 95%;
  margin: 0;
}

.grid-slider .gal-info {
  position: relative;
  padding: 2vw 0 0;
  margin: 0;
}

.grid-slider .flex-control-nav {
  position: absolute;
  bottom: -7vw;
  right: 0;
  text-align: center;
}

.close-slider {
  position: absolute;
  top: 1vw;
  right: 6.5vw;
  font-size: 3vw;
  color: #24282e;
  cursor: pointer;
}

.grid-slider ul {
  height: 100%;
}

li.gal-slide-image {
  text-align: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100% !important;
}

.section {
  padding: 4vw 0;
  opacity: 1;
  -webkit-transition: opacity 1.8s;
  -o-transition: opacity 1.8s;
  transition: opacity 1.8s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  overflow: hidden;
  position: relative;
  z-index: 9999;

  background: #fff;
}

.section.events_section {
  min-height: 44vw;
}

.section.news_section {
  padding: 6vw 0;
}

.section.visible {
  opacity: 1;
}

.section.cta {
  padding: 0;
}

.section.cta .wrap,
.section.widgets_section .wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.section.cta .cta .wrap,
.section.widgets_section .widgets .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-intro {
  max-width: 61.5%;
  margin: 0 auto;
  text-align: center;
}

.cta {
  padding: 3vw 0;
}

.cta-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.cta-left p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.cta-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cta .button {
  margin: 0;
}

.latest-posts .latest-post {
  width: 25%;
  height: 15vw;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.page-template-news .latest-post,
.page-template-press .latest-post {
  height: auto;
  width: 31%;
  margin: 0 2vw 2vw 0;
}

.page-template-news .latest-post:first-child,
.page-template-press .latest-post:first-child {
  width: 100%;
  margin-right: 0;
}

.page-template-news .latest-post:nth-of-type(3n + 4),
.page-template-press .latest-post:nth-of-type(3n + 4) {
  margin-right: 0;
}

.latest-posts {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.loading .latest-posts {
  opacity: 0;
}

.blog-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  padding: 1vw;
  background: transparent;
  -webkit-transition: top 1s, background 0.6s;
  -o-transition: top 1s, background 0.6s;
  transition: top 1s, background 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.section.widgets_section .widgets .wrap {
  max-width: 55%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 940px) {
  .section.widgets_section .widgets .wrap {
    max-width: 85%;
  }
  .section.widgets_section .widgets .wrap .widget {
    width: 22%;
  }
}

.latest-post:hover .blog-text {
  background: #2f2f2f96;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.latest-post:hover .border.left,
.latest-post:hover .border.right {
  max-height: 15vw;
}

.latest-post .border.top,
.latest-post .border.bottom {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.latest-post:hover .border.top,
.latest-post:hover .border.bottom {
  max-width: 100%;
}

.blog-text a.more {
  display: block;
}

.blog-excerpt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 2s;
  -o-transition: max-height 2s;
  transition: max-height 2s;
  line-height: 1.3;
  font-size: 0.9vw;
  margin-top: 1vw;
  color: #fff;
}

.latest-post:hover .blog-excerpt {
  max-height: 100%;
}

.blog-text h3:after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -0.45vw;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.latest-post:hover .blog-text h3:after {
  width: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-text h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-size: 1.3vw;
  top: 1vw;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.latest-post:hover .blog-text h3 {
  top: 0;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden;
}

.latest-post img {
  -webkit-transition: -webkit-transform 100s;
  transition: -webkit-transform 100s;
  -o-transition: transform 100s;
  transition: transform 100s;
  transition: transform 100s, -webkit-transform 100s;
  width: 100%;
  display: block;
}

.latest-post:nth-of-type(n + 2) .newsimg img {
  -webkit-transition: -webkit-transform 100s;
  transition: -webkit-transform 100s;
  -o-transition: transform 100s;
  transition: transform 100s;
  transition: transform 100s, -webkit-transform 100s;
  min-width: 100%;
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.news_section .latest-post .newsimg img {
  -webkit-transition: -webkit-transform 100s;
  transition: -webkit-transform 100s;
  -o-transition: transform 100s;
  transition: transform 100s;
  transition: transform 100s, -webkit-transform 100s;
  min-width: 100%;
  display: block;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: 100%;
}

.featured-image {
  float: left;
  margin: 0 2vw 0 0;
  width: 35%;
  clear: both;
}

h1.single-entry-title {
  clear: none;
  padding: 0;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 2vw;
}

.image-hold {
  width: 100%;
  height: 11vw;
  background: #5757579c;
}

div#news {
  padding: 0;
}

.news-text {
  position: relative;
  text-align: left;
  padding: 1vw;
  background: #fff !important;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  color: #000;
}

.news-text a {
  color: rgb(0, 0, 0);
}

.news-text a.read-more {
  color: rgb(134, 40, 44);
}

.newsimg {
  height: 14.2vw;
  overflow: hidden;
}

.news_section .newsimg {
  height: 11vw;
  overflow: hidden;
}

.page-template-news .latest-post:first-child .newsimg,
.page-template-press .latest-post:first-child .newsimg {
  height: auto;
}

.latest-post:hover .news-text {
  background: #ffffffbf;
}

.news-excerpt.news-meta {
  font-size: 0.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: none;
  overflow: hidden;
  left: 0;
  position: relative;
  -webkit-transition: left 0.3s, max-height 1s;
  -o-transition: left 0.3s, max-height 1s;
  transition: left 0.3s, max-height 1s;
}

.latest-post:hover .news-excerpt.news-meta {
  max-height: 15vw;
  left: 0;
}

.news-text h3 {
  margin: 0;
  font-weight: 600;
  color: #000;
  position: relative;
  font-size: 1vw;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.page-template-news .news-text h3 {
  font-size: 1.2vw;
}

.news-excerpt {
  font-size: 1vw;
  margin-top: 0.4vw;
}

.page-template-news .image-hold {
  width: 100%;
  height: 10.5vw;
  background: rgb(243, 243, 243);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2vw;
}

a.read-more {
  margin: 0;
  font-weight: 600;
  color: #89252a;
  position: relative;
  font-size: 1vw;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.latest-post:hover .news-text h3 {
  color: #000;
}

ul.navi-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  font-weight: 600;
  text-transform: uppercase;
}

ul.navi-wrap li {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1vw;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.page-template-news ul.navi-wrap li {
  cursor: pointer;
  position: relative;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1vw;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

ul.navi-wrap li.selected {
  cursor: default;
  color: #88262b;
}

ul.number-wrap li.selected,
ul.number-wrap li:hover,
.navi-wrap li span:hover {
  max-width: 100%;
  color: #88262b;
}

.news_section .navi-wrap li span:hover {
  color: #ffffffc2;
}

.news_pag_loading {
  height: auto !important;
  width: 100%;
}

ul.number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: auto;
}

ul.number-wrap li {
  margin: 0 1vw;
  padding: 0 0.5vw;
}

ul.navi-wrap > li {
  width: 100%;
}

li.next {
  text-align: right;
}

ul.navi-wrap > li.active span {
  cursor: pointer;
  position: relative;
  padding: 0 0 0.5vw;
}

.number-wrap li.active {
  cursor: pointer;
}

.modal-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 0;
  height: 0;
  -webkit-transition: width 0.5s, height 0.5s, -webkit-border-radius 0.5s;
  transition: width 0.5s, height 0.5s, -webkit-border-radius 0.5s;
  -o-transition: width 0.5s, height 0.5s, border-radius 0.5s;
  transition: width 0.5s, height 0.5s, border-radius 0.5s;
  transition: width 0.5s, height 0.5s, border-radius 0.5s,
    -webkit-border-radius 0.5s;
  padding: 5vw 0.5vw 0 2vw;
  color: #000;
}

.modal-meta {
  position: relative;
  margin: 0 0 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-meta a {
  color: #124148;
}

.modal-wrap > div {
  max-height: 100%;
  overflow-y: auto;
  padding: 0 6vw;
  max-width: 100%;
  margin: 0 auto;
}

.modal-image {
  max-width: 35%;
  float: left;
  clear: left;
  margin: 0 2vw 0 0;
}

.modal-wrap h3 {
  font-size: 2vw;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  color: #144249;
}

.slide-wrap.open .modal-wrap {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.project-cat {
  position: absolute;
  right: -5vw;
  bottom: -6vw;
  width: 17vw;
  height: 17vw;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  font-size: 0.9vw;
}

.latest-post:hover .project-cat {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.project-cat > div {
  max-width: 62%;
  right: 4vw;
  position: relative;
  width: 100%;
  text-align: right;
  bottom: 7.5vw;
}

.latest-posts.project-posts .latest-post img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.project-posts .latest-post h3 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.3vw;
}

.latest-posts.project-posts .latest-post:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

div#project-nav,
div#events-nav {
  margin: 0 0 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  margin-right: 3vw;
  cursor: pointer;
  position: relative;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1vw;
}

.nav-item.selected,
.nav-item.selected a {
  color: #89252a;
}

.nav-item.selected:after,
.nav-item:hover:after {
  max-width: 100%;
}

.nav-item:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.2vw;
  height: 2px;
  background: #89252a;
  margin: auto;
  left: 0;
  right: auto;
  max-width: 0;
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 -5vw;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.loading .loader {
  z-index: 9;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.loading-element {
  height: 135px;
  width: 135px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  margin-top: -3vw;
  top: 7vw;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent !important;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
  -webkit-border-radius: 2000%;
  border-radius: 2000%;
  border-top: 0.8vw solid rgba(136, 38, 43, 0.71);
  border-right: 0.8vw solid rgba(136, 38, 43, 0.71);
  border-bottom: 0.8vw solid rgba(136, 38, 43, 0.71);
  border-left: 0.8vw solid #88262b;
}

li.inactive span {
  display: none;
}

.loading .loading-element {
  opacity: 1;
}

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

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

.team-pagination-content .latest-post {
  height: 28vw;
  border: 1px solid #f4f4f4;
}

.team-pagination-content .latest-post .image-wrap {
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  border: 1px solid;
  border-color: #b2c4c7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20vw;
  position: absolute;
  z-index: 99;
  margin: auto;
  width: 20vw;
  overflow: hidden;
  left: 2.5vw;
  right: 2.5vw;
  top: 2.5vw;
  bottom: 5.4vw;
}

.team-pagination-content .latest-post:hover .image-wrap {
  overflow: visible;
}

.team-pagination-content .latest-post img {
  max-height: 126%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.team-pagination-content .image-second:before,
.team-pagination-content .image-wrap:before {
  background-color: #b2c4c7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#055962),
    color-stop(#137988),
    to(#b2c4c7)
  );
  background-image: -webkit-linear-gradient(top, #055962, #137988, #b2c4c7);
  background-image: -o-linear-gradient(top, #055962, #137988, #b2c4c7);
  background-image: linear-gradient(to bottom, #055962, #137988, #b2c4c7);
  content: "";
  display: block;
  height: -webkit-calc(145.7 * 1.22%);
  height: calc(145.7 * 1.22%);
  left: -23%;
  opacity: 0;
  position: absolute;
  top: -19%;
  width: 145.7%;
}

.team-pagination-content .latest-post:hover .image-second:before,
.team-pagination-content .latest-post:hover .image-wrap:before {
  opacity: 1;
}

.image-second {
  width: 100%;
  height: 100%;
  background: #fff;
}

.team-pagination-content .latest-post img {
  height: 28vw;
  width: auto;
  position: absolute;
  top: -2.5vw;
  bottom: auto;
  margin: auto;
  left: -999px;
  right: -999px;
  max-height: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: none;
  -webkit-backface-visibility: hidden;
}

.image-second img {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.latest-post:hover .image-second img {
  opacity: 0.7;
}

.team-pagination-content .latest-post .image-second img {
  top: 0vw;
  bottom: auto;
}

.team-pagination-content .latest-post .image-wrap img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.team-pagination-content .latest-post:hover .image-wrap img {
  opacity: 0.88;
}

.team-pagination-content .latest-post:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b2c4c7;
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -webkit-transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s;
  -o-transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s;
  transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s;
  z-index: 999;
}

.team-pagination-content .latest-post:hover:before {
  left: 2.5vw;
  right: 2.5vw;
  top: 2.5vw;
  bottom: 5.4vw;
}

.team-text {
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  text-align: left;
  line-height: 1;
  color: #000;
}

.team-text h3 {
  font-weight: 600;
  font-size: 1.4vw;
  margin-bottom: 0.2vw;
}

.team-pagination-content .latest-post:hover .team-text,
.team-pagination-content .latest-post:hover .team-text h3 {
  color: #fff;
}

body.noscroll {
  overflow: hidden;
}

.contact-left,
.contact-right {
  width: 49%;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.gform_wrapper {
  margin: 0 !important;
  max-width: 100%;
}

textarea#input_1_4 {
  height: 10vw;
}

.contact-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-left h2 {
  text-align: left;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

div#wpadminbar {
  z-index: 999999;
}

.acf-map {
  height: 28.5vw;
  margin: 0 -8vw;
}

.section.contact_section:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*** .slide-image img {
    position: fixed;
    z-index: 0;
}

#slider .slides, #slider .slides li {
    height: 100%;
} ***/

.events-posts .latest-post {
  background: #fff;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #eee;
  padding: 1vw;
}

.events-posts h3 {
  font-size: 1.2vw;
  font-weight: 600;
}

.events-posts .events-excerpt {
  font-size: 1vw;
}

.events-posts .date-meta {
  left: 1vw;
  top: 1vw;
}

.events-posts .latest-post img,
.events-posts .latest-post .image-hold {
  max-width: 22%;
  height: auto !important;
  margin-right: 2vw;
}

.fc-view table {
  margin: 0;
}

.events-posts .events-text {
  text-align: left;
  margin-top: 1vw;
  width: 57vw;
}

.events-posts .latest-post .image-hold {
  max-width: 4%;
}

.latest-posts.events-posts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.date {
  background: #ffffff;
  color: #87272c;
  font-weight: 600;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2vw 4vw 2vw 2vw;
  position: relative;
  right: -3vw;
  line-height: 0.8;
  /* position: absolute; */
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: -3vw;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}

.date > span {
  display: block;
}

span.year {
  font-size: 1.5vw;
  margin-top: 0.2vw;
}

.day {
  font-size: 2.5vw;
  line-height: 1;
}

div#upcoming_events {
  max-width: 94%;
  margin: 0 auto;
}

.event-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #88262b;
  line-height: 1.1;
  font-weight: 500;
  padding: 2vw;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  flex-grow: 1;
}

.event-day:hover,
.event-day.active {
  color: #fff;
  background: #87272c;
}

span.month {
  font-size: 1.8vw;
}

.summary {
  display: none;
}
.summary.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

img.summary-left {
  float: left;
  clear: left;
  width: 100%;
  width: 50%;
}

a.read-more.event-button.button {
  border: 1px solid;
  margin: 1vw 0 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(79, 79, 79, 0.48);
  box-shadow: 0 2px 5px 0 rgba(79, 79, 79, 0.48);
}

a.read-more.event-button.button .fal {
  font-size: 1.5vw;
  position: relative;
  position: ABSOLUTE;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 2vw;
  bottom: 0.05vw;
  line-height: 0;
}

.summary-content h4 {
  font-size: 1.8vw;
  color: #595958;
  font-weight: 600;
}

.summary-content {
  padding: 2vw 7vw 2vw 4vw;
  font-size: 1vw;
  line-height: 1.5;
  display: block;
  word-break: break-word;
  width: 50%;
}

.event-summaries {
  border: 1px solid #dfdfdf;
  border-top: 0;
  overflow: hidden;
}

.event-dates h3 {
  font-size: 1.4vw;
  text-transform: uppercase;
  font-weight: 500;
  color: #5d5d5c;
  padding: 2vw;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.event-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.event-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
}
.dp_calendar .calendar_list #list li p {
  margin: 10px 0 0 0;
  display: none;
  font-size: 16px;
  line-height: 100%;
  display: block !important;
}

div#calendar2 {
  width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

ul#list_days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dp_calendar .div_dates li {
  width: auto !important;
}

div#day_name h1,
#day_name .div_month {
  margin: 0 1vw 0 0 !important;
}

div#day_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div#day_name h1 {
  font-size: 6vw !important;
}

dp_calendar .div_dates .day_name .span_month {
  font-size: 2vw !important;
}

.dp_calendar .div_dates .day_name .span_day {
  /* font-size: 35px; */
  font-size: 3vw !important;
}

.dp_calendar .calendar_list h2 {
  font-size: 1.5vw !important;
}

.dp_calendar .calendar_list #list li p {
  margin: 1vw 0 0 0 !important;
  font-size: 1.2vw !important;
}

.dp_calendar .calendar_list #list {
  list-style: none;
  margin: 0.5vw 0 0 0 !important;
}

.dp_calendar .calendar_list #list li h1 {
  padding: 0;
}

.dp_calendar .div_dates li {
  background: none;
  padding: 1vw !important;
  margin: 0 1px;
  font-size: 1vw !important;
}

.dp_calendar .div_dates li.has_events {
  background: #88262b !important;
  color: #fff !important;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 1vw !important;
}

.dp_calendar .div_dates li:hover,
.dp_calendar .div_dates li.active {
  background: #9b9b9b !important;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 1vw !important;
}

.dp_calendar .calendar_list #list li.urgent .time {
  background: #fbcb66 !important;
  border: 1px solid #fbcb66 !important;
  font-size: 1.7vw !important;
}

.dp_calendar .calendar_list #list li .time {
  color: #272727 !important;
}

a.event-link {
  color: #137988;
  font-style: italic;
  font-weight: 800;
}

.dp_calendar .div_dates li.today {
  background: #eee !important;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.dp_calendar .main_date {
  font-size: 5vw !important;
}

.dp_calendar .div_dates li.today {
  background: #eee !important;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  color: #000 !important;
}

.dp_calendar .div_main_date {
  background: #fff !important;
}

.dp_calendar .calendar_list {
  background: #fff !important;
}

h3.marker-title {
  font-size: 2vw;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #88262b;
}

.team_pag_loading,
.news_pag_loading,
.project_pag_loading {
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
}

.home .loading-element {
  border-top: 0.8vw solid rgba(255, 255, 255, 0.71);
  border-right: 0.8vw solid rgba(255, 255, 255, 0.71);
  border-bottom: 0.8vw solid rgba(255, 255, 255, 0.71);
  border-left: 0.8vw solid #ffffff;
}

.parallax-mirror {
  top: -10vw !important;
  height: 100% !important;
  position: absolute !important;
  overflow: visible !important;
  bottom: 0 !important;
  /* -webkit-transform: none!important; */
  -ms-transform: none !important;
  /* transform: none!important; */
  visibility: visible !important;
  display: none;
}

.slide-image .parallax-mirror {
  z-index: 9 !important;
}

img.section-bg {
  width: 100%;
}

.bg-parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-position: 50% 0;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: covert !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.news_section ul.number-wrap {
  display: none;
}

.news_section ul.navi-wrap {
  position: absolute;
  top: 9vw;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
}

.news_section .latest-posts {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.news_section ul.navi-wrap li {
  font-size: 2.5vw;
}

.news_section .latest-post:nth-of-type(even) {
  margin: 0 2.5vw;
}

.news_section .latest-posts .latest-post {
  height: auto;
  background: #fff;
}

.news_section .image-hold {
  width: 100%;
  height: 11vw;
  background: rgb(243, 243, 243);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1vw;
}

@media (max-width:768px) {
	.news_section .image-hold {
		height:270px;
	}
}

.date-meta {
  position: absolute;
  top: 0;
  padding: 0.7vw 0.8vw;
  background: #8a2529;
  color: #fff;
  left: 1vw;
  line-height: 1.2;
  font-size: 1vw;
  font-weight: 500;
}

.statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistics > div {
  z-index: 9;
  color: #fff;
}

.statistics-right {
  width: 39%;
}

.statistic-number {
  font-size: 3vw;
  font-weight: 600;
  width: 44%;
  line-height: 1.1;
}

.statistics h2,
.statistics p {
  text-align: left;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.statistics h2 {
  margin-bottom: 2vw;
}

.statistic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #fff;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistic:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.section.statistics_section {
  padding: 13.7vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statistic-title {
  font-weight: 400;
  width: 54%;
  line-height: 1.2;
}

.statistics > div {
  z-index: 9;
  color: #fff;
}

.section.statistics_section .wrap {
  max-width: 79%;
}

.statistics-left {
  width: 53%;
}

.statistic-number span {
  display: block;
}

div#video {
  padding: 8.4vw 0;
  width: 100%;
}

.video video {
  width: 100%;
}

.video {
  width: 100%;
  position: relative;
}

.section.video_section .widget-wrap {
  align-items: flex-start;
}

.video-play,
.video-pause {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4vw;
  color: #28395a;
  cursor: pointer;
  z-index: 99;
  height: 0;
  background: #fff;
  height: 7vw;
  width: 7vw;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2vw solid #28395a;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video i.fas.fa-play-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.video-pause {
  display: none;
}

.video-right {
  width: 41%;
  color: #000;
  font-weight: 600;
  padding-right: 2vw;
  font-size: 1.15vw;
}

div#video.playing .video-play {
  display: none;
}

#video.playing .video-pause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#video.playing .video:hover .video-pause {
  opacity: 1;
}

.video-play:hover,
#video.playing .video:hover .video-pause:hover {
  opacity: 0.8;
}

.video-left {
  width: 51%;
}

ul.slides.social-feed-container-tweet li {
  padding: 2vw;
  width: -webkit-calc(84.5vw/3) !important;
  width: calc(84.5vw / 3) !important;
}

.intro-text {
  text-align: center;
  position: relative;
}

.twitter_section h2 {
  color: #88262b;
}

.section.twitter_section p {
  font-weight: 600;
  color: #000;
  font-size: 1.1vw;
}

.twitter-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 41vw;
  color: #f5f5f5;
  z-index: 0;
}

.section.twitter_section {
  min-height: 41vw;
  position: relative;
  z-index: 9;
}

.author-icon {
  background: #88262b;
  width: 6vw;
  height: 6vw;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3vw;
  margin: 0 1.5vw 1vw 0;
}

.icon-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-title {
  font-weight: 600;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.3;
}

p.social-feed-text a {
  display: none;
}

a.read-button {
  text-transform: uppercase;
  font-weight: 600;
  color: #87272c;
}

div#tweet-slider {
  overflow: visible;
}

div#tweet-slider .flex-direction-nav {
  width: 100%;
}

#tweet-slider .flex-direction-nav a:before {
  color: #c4c4c4;
  text-shadow: none;
}

#tweet-slider.flexslider .flex-direction-nav .flex-prev {
  left: -4vw !important;
  position: relative;
}

#tweet-slider.flexslider .flex-direction-nav .flex-next {
  position: relative;
  left: 4vw;
}

.contact-section .widget {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  height: auto;
}

.contact-section .widget-title p {
  margin: 1vw 0 0 2vw;
  line-height: 1.5;
}

.contact-section .widget-title {
  position: relative;
  color: #000;
  margin: 0;
}

.contact-section.section.widgets_section .widgets .wrap {
    max-width: 100%!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-section .widget img {
  width: auto;
  height: 3.5vw;
  opacity: 1;
}

div#breadcrumbs {
  color: #000;
  font-weight: 500;
}

div#breadcrumbs a:hover {
  color: #88262b;
}

a.button.booking {
  color: #fff;
  background: #87272c;
  margin-top: 0;
}

.news-pagination-content .filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2vw;
}

div#project-nav {
  margin: 0;
}

.search-wrap {
  width: 23%;
  position: relative;
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
input.filter-input {
  font-size: 1vw;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.search-wrap:focus {
  border-color: #88262b;
}

.search-enter {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #cbcbcb;
  padding: 0 1vw;
  cursor: pointer;
}

div#breadcrumbs a {
  color: rgb(0, 0, 0);
}

span.breadcrumb_last {
  color: #88262b;
}

.contact-section.widgets_section {
  padding: 2vw 0;
}

.contact-section h3.gform_title {
  text-align: center;
  font-size: 1.8vw !important;
}

.contact_section label {
  margin: 0 0 1vw;
  font-size: 1vw !important;
  color: #6f6f6f;
  font-family: "Arial";
  font-weight: 300 !important;
}

.contact_section .hs-form-field {
  margin-top: 0 !important;
  margin-bottom: 1vw !important;
}

.hs-form-field,
.hs-form-field input,
.hs-form-field textarea {
  width: 100% !important;
}

.contact_section .hs-form-field textarea {
  min-height: 10vw !important;
  padding: 0.6vw 1vw;
}

.contact_section input.hs-button {
  color: rgb(255, 255, 255);
  background: rgb(136, 38, 43);
}

.contact_section .contact-form .hbspt-form {
  margin: 0 auto 1vw !important;
  max-width: 48%;
}

.contact_section .ginput_container input,
.contact_section .ginput_container textarea {
  border: 1px solid #979797 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  font-family: "Arial" !important;
  font-size: 1vw !important;
  color: #4a4a4a !important;
  padding: 1.2vw 1.4vw !important;
}

.contact_section .ginput_container input:focus,
.contact_section .ginput_container textarea:focus {
  border-color: #4a90e2 !important;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
}

ul.hs-error-msgs.inputs-list label {
  display: block;
  color: rgb(255, 255, 255);
  list-style: none;
}

.contact-form ul.hs-error-msgs.inputs-list label {
  color: rgb(136, 38, 43);
}

.gform_wrapper .gform_footer {
  padding: 1vw 0 !important;
  margin: 0 !important;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 1.2vw 1.4vw !important;
}

input#gform_submit_button_1 {
  border: 0;
  margin: 0;
  color: #fff;
  background: #88262b;
  float: right;
  padding: 1.5vw 4vw;
  font-size: 1vw;
  font-weight: 600;
  text-transform: none;
  font-family: "Arial";
  font-weight: 200;
  font-size: 1.2vw;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.intro-content h2,
.intro-content h1 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 1.86vw;
}

div#summary-nav {
  float: left;
  clear: both;
  width: 23.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-content {
	width: 100%;
    max-width: 960px;
    margin: 0px auto;
}

.intro-content p {
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

.summary-page .news_section h2 {
  color: #000;
}

.summary-page .news_section ul.navi-wrap li {
  color: #88262b;
}

.summary-page .news_section .navi-wrap li span:hover {
  color: #88262ba8;
}

.summary-nav-item {
  font-weight: 300;
  color: #000;
  font-family: "Arial";
  position: relative;
  margin: 0.6vw 0 0.6vw;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.6vw 1.3vw 1.6vw 0;
}

.summary-nav-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 79%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}

.summary-nav-item:hover::after {
  opacity: 1;
}

.summary-nav-item.active {
  font-weight: 800;
}

.summary-nav-item.active::after {
  opacity: 1;
}

.home-summary.summary-nav-item::after {
  content: "";
}

.home-summary.summary-nav-item::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 0.4vw;
  background: #88262b;
}

.home-summary.summary-nav-item {
  font-weight: 700;
  font-size: 2vw;
  padding-left: 1.2vw;
  margin-bottom: 1vw;
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 0;
  line-height: 1;
}

.home-summary.summary-nav-item a {
  color: #000;
}

.summary-nav-item:last-child {
  border: 0;
}

.summary-page .flex-column h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 1.86vw;
}

.summary-page .column_text_section .wrap {
  max-width: 72.5%;
}

.summary-page .flex-columns > div {
  width: 45%;
}

.section.column_text_section {
  padding: 7vw 0;
}

.timeline_section {
  background: #88262b;
  color: #fff;
  padding: 6vw 0;
}

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 47%;
  margin: 0 auto;
  position: relative;
}

.timeline::after {
  content: "";
  width: 0.4vw;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.timeline-year {
  font-size: 2vw;
  font-weight: 700;
  position: relative;
}

.timeline-event {
  width: 16.5vw;
  margin-bottom: 1vw;
  min-height: 7vw;
}

.timeline-event:nth-of-type(odd) {
  text-align: right;
  margin-right: 64%;
}

.timeline-event:nth-of-type(even) {
  margin-left: 59%;
}

.timeline-event:nth-of-type(odd) .timeline-year::after {
  content: "";
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: -4.9vw;
  border: 0.4vw solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #88272b;
  z-index: 999;
}

.timeline-event:nth-of-type(even) .timeline-year::after {
  content: "";
  width: 3vw;
  height: 3vw;
  position: absolute;
  left: -5vw;
  border: 0.4vw solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #88272b;
  z-index: 99;
}

.timeline-event:last-child:nth-of-type(odd) .timeline-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1vw;
  height: 100%;
  background: #88272b;
  right: -4vw;
  z-index: 99;
  padding-bottom: 5vw;
}

.timeline-event:last-child:nth-of-type(even) .timeline-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1vw;
  height: 100%;
  background: #88272b;
  left: -4vw;
  z-index: 99;
  padding-bottom: 5vw;
}

.timeline-content {
  position: relative;
}

.timeline::after {
  content: "";
  width: 0.4vw;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.timeline-event:last-child {
  margin-bottom: 0;
}

.section.committee_section h2,
.summary-page .section.widget_section h2 {
  color: #000;
}

.widget-wrap {
  max-width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.widget-wrap.Center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.committee_section .widget-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.widget-wrap .widget,
.block-widgets .widget {
  margin: 0 2vw 2vw 0;
  width: 17.8%;
  background: #eee;
  min-height: 14.22vw;
  color: #656565;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1vw;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.widget-wrap .widget a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.widget strong {
  font-size: 1vw;
  margin-top: 0.5vw;
}

.widget.link-widget {
  height: auto;
  background: none;
}

.link-featured img {
  width: auto !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 1vw;
}

.widget.link-widget a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget.has-image a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget.has-image a img {
  margin-bottom: 1vw;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}

.widget-wrap.Center .widget:last-child {
  margin-right: 0;
}

.page-id-136 .widget-wrap .widget {
  min-height: 17.22vw;
}

.widget-wrap.image-content-widget {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page .hover {
  max-height: 0;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  font-weight: 600;
}

.widget-hover:hover .hover {
  max-height: 12vw;
}

.widget-wrap .widget:hover {
  background: #88262b;
  color: #fff;
}

.widget.link-widget:hover {
  color: rgb(136, 38, 43);
  background: none;
}

.widget-wrap .widget:nth-of-type(5n + 5) {
  margin-right: 0;
}

.widget-wrap .widget a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget.with-content {
  width: 31.5%;
  height: auto;
  padding: 0;
  background: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-backface-visibility: hidden;
  border: 0;
}

.widget.with-content:hover {
  background: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.widget.with-content img {
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  max-width: 57%;
}

.widget.with-content .widget-content {
  position: relative;
  font-size: 1vw;
  text-align: left;
  font-weight: 500;
  margin-top: 2vw;
}

.widget.with-content:nth-of-type(5n + 5) {
  margin-right: 2vw;
}

.widget.with-content:nth-of-type(3n + 3) {
  margin-right: 0;
}

widget.with-content .widget-content {
  position: relative;
  font-size: 1vw;
  text-align: left;
  font-weight: 500;
  margin-top: 2vw;
}

.widget.with-image img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.widget.with-image {
  padding: 0;
  background: none;
  border: 0;
}

.widget.with-image:last-child {
  margin: 0 0 2vw 0;
}

.widget.with-image img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  max-height: 100%;
}

.widget.with-image:hover img {
  opacity: 0.8;
}

.widget.with-image:hover {
  background: none;
  color: #000;
}

.committee-marketing div#summary-nav {
  background: #eee;
  padding: 1.6vw 4.5vw;
  width: 35%;
}

.committee-marketing .summary-nav-item {
  font-size: 1.1vw;
  border: 0;
  margin: 0;
  padding: 0.6vw 0.6vw 0.6vw 0;
}
.committee-marketing .summary-nav-item:hover {
  color: #88262b;
}
.committee-marketing .summary-nav-item.active {
  color: #88262b;
  font-weight: 400;
}

.committee-marketing .intro-content {
  float: right;
  width: 58%;
}

.committee-marketing .summary-nav-item.active::after {
  opacity: 1;
}

.contact-right label.gfield_label {
  display: none !important;
}

.contact-left h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.86vw;
}

.contact-left a.button {
  background: #87272c;
  color: #fff;
  margin-top: 0;
}

.contact-section .wrap {
  max-width: 79.5%;
}

.contact-right {
  background: #87272c;
  padding: 4.6vw 4vw;
  width: 47.5%;
}
body:not(.no-slides) .contact-right {
  position: absolute;
  right: 0;
  top: -4vw;
}

.textcon h2 {
  color: rgb(0, 0, 0);
}

.BBFormSection {
  margin: 0 auto !important;
  width: 100% !important;
}

body:not(.no-slides) .section.contact-section:nth-of-type(1) .contact-right {
  top: -13.5vw;
  z-index: 9;
  position: absolute;
  right: 0;
}
.contact-right .gform_wrapper input,
.contact-right .gform_wrapper textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 1.2vw !important;
}

.contact-right .gform_wrapper .gform_footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-right input.gform_button {
  background: #fff !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #86282c !important;
  padding: 1vw 5vw !important;
  margin-top: 1vw !important;
  font-weight: 600 !important;
}

.section.form_section .wrap {
  position: relative;
}

.contact-right h2 {
  text-align: left;
  margin-bottom: 0.5vw;
  font-size: 1.86vw;
}

.section.form_section {
  overflow: visible;
}

.standard-section.text_section h2 {
  color: #000;
}

.text_section a.button {
  background: #88262b;
  color: #fff;
}

.section.text_with_image {
  background: #000;
  color: #fff;
  padding: 0;
}

.text-right {
  margin-right: -8vw;
  /* margin-left: 8vw; */
  width: 60%;
}

.text-left {
  width: 50%;
  padding: 4vw 4vw 4vw 0;
}

.text-left,
.text-left * {
  text-align: left !important;
}

.text-left {
  width: 50%;
}

.section.text_with_image .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 84.5%;
}

.section.text_section.parallax .wrap,
.section.text_section.has-bg .wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: none;
}

.textcon {
  width: 100%;
  max-width: 100%;
}

.section.text_section.parallax h2,
.section.text_section.has-bg h2 {
  color: #fff;
}

.text-right img {
  display: block;
  width: 100%;
}

.text_section.has-bg a.button,
.text_section.parallax a.button {
  background: #fff;
  color: #87272c;
}

.timeline_section.standard-section {
  background: #fff;
}

.timeline_section.standard-section {
  background: #fff;
  color: #88262b;
}

.standard-section .timeline::after {
  background: #87282c;
}

.standard-section .timeline-event:nth-of-type(even) .timeline-year::after,
.standard-section .timeline-event:nth-of-type(odd) .timeline-year::after {
  background: #fff;
}

.standard-section
  .timeline-event:last-child:nth-of-type(even)
  .timeline-content::after,
.standard-section
  .timeline-event:last-child:nth-of-type(odd)
  .timeline-content::after {
  background: #fff;
}

.standard-section .timeline-content {
  color: #000;
  font-weight: 600;
}

.standard-section .cta-left p {
  font-size: 1.8vw;
}

.timeline_section .wrap {
  max-width: 84.5%;
}

.section.news-section.visible {
  padding: 2vw 0 4vw;
}

.section.news-section .featured-image {
  width: 100%;
  margin: 2vw 0;
}

.section.news-section .featured-image img {
  width: 100%;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-left .navigation {
  margin-left: 2vw;
}

.navi a {
  color: rgb(0, 0, 0);
}

.single-news article {
  position: relative;
}

.single-news .date-meta {
  top: 2vw;
  left: 2vw;
  text-align: center;
  padding: 1vw 1.5vw;
}

.single-news h1 {
  text-align: left;
  font-size: 1.8vw;
  font-weight: 600;
}

.single-news h2 {
  color: #000;
  text-align: left;
  font-size: 1.5vw;
  padding: 0.5vw 0 0;
  margin-bottom: 1vw;
}

.single-news h3 {
  font-size: 1.36vw;
  font-weight: 600;
}

.single-news .news-left {
  width: 76%;
  padding-right: 4vw;
  border-right: 1px solid #dbdbdb;
}

.page-template-news .news-left {
  width: 80%;
  padding-right: 2vw;
  border-right: 1px solid #dbdbdb;
  position: relative;
}

.tag-item {
  font-size: 1vw;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
}

span.tag-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.2vw;
  display: block;
}

.nav-item a {
  color: rgb(0, 0, 0);
}

.tag-item a {
  color: rgb(0, 0, 0);
}

.tag-item a:hover {
  color: rgb(136, 38, 43);
}

.tag-item.selected a {
  color: rgb(136, 38, 43);
}

.tags {
  margin-top: 3vw;
  padding-top: 3vw;
  border-top: 1px solid rgb(219, 219, 219);
}

.tag-item:hover {
  color: rgb(136, 38, 43);
}

.tag-item.selected {
  color: rgb(136, 38, 43);
  font-weight: 600;
}

.single-news .image-hold {
  background: none;
  height: 8.5vw;
}

.single-news .news-right {
  width: 24%;
  float: right;
  padding: 0 0 0 3.4vw;
}

.page-template-news .news-right {
  width: 20%;
  padding-left: 2vw;
}

.news-right .search-wrap {
  width: 100%;
}

.page-template-news .search-wrap {
  margin-bottom: 2vw;
}

.page-template-news ul.navi-wrap {
  margin-top: 4vw;
  margin-bottom: 0;
}

.single-news-content {
  margin-left: 2vw;
}

.latest-news {
  margin-top: 3vw;
}

.latest-news .latest-post {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
}

.latest-news .news-text {
  padding: 1vw 0 0;
}

.page-template-news .newsimg {
  height: 10.5vw;
}

.latest-news h2 {
  background: #9b9b9b;
  padding: 0.8vw;
  text-align: center;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 400;
  margin-bottom: 2vw;
}

.blog-date {
  text-transform: uppercase;
  font-size: 1vw;
  letter-spacing: 0.05vw;
  color: #868686;
  padding-top: 0.4vw;
}

.latest-news h3 {
  font-size: 1.14vw;
  line-height: 1.4;
}

.latest-news .news-universal-pagination {
  margin: 0;
}

.latest-news ul.navi-wrap {
  margin: 0;
}

.latest-news ul.navi-wrap li {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #dcdcdc;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  padding: 0.5vw;
  border: 1px solid;
}

.latest-news ul.navi-wrap li:hover span,
.latest-news ul.navi-wrap li:hover {
  background: #dcdcdc;
  color: #fff;
}

.latest-news ul.navi-wrap li.inactive {
  opacity: 0;
  cursor: inherit;
}

.latest-news ul.navi-wrap > li.active span {
  padding: 0;
  opacity: 1;
  color: #9b9b9b;
}

a.button.accordion-button {
  color: #fff;
  background: #88262b;
}

.member-image img {
  width: 100%;
}

.job-list ul {
  list-style: none;
}

.date-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.date.jobsdate {
  right: 0;
  display: inline-block;
  font-size: 1vw;
  padding: 0 0 0 1vw;
}

.job-item h4.title {
  display: inline;
}

.job-item {
  margin-bottom: 3vw;
  padding: 3vw 2vw;
  background: rgb(255, 255, 255);
  margin: 0 auto 3vw;
  position: relative;
  border: 1px solid rgba(136, 38, 43, 0.08);
  -webkit-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
  transition: border-color 0.6s;
}

.job-item:hover {
  border-color: rgb(136, 38, 43);
}

.text_section .job-list {
  margin-top: -4vw;
}

.job-item p.link-more {
  display: none;
}

span.address {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.4vw;
  display: block;
  font-size: 1.2vw;
  letter-spacing: 0.04vw;
}

span.page-numbers.current {
  display: none;
}

span.page-numbers.page-num {
  display: block;
}

a.next.page-numbers {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

span.page-numbers.page-num {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

a.prev.page-numbers {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.single-ahsjob h2 {
  font-size: 1.4vw;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
  color: rgb(90, 90, 90);
}

.single-ahsjob a.summary-nav-item {
  padding: 0vw 0 0.8vw;
  margin: 0.2vw 0 0.5vw;
}

/*** Video Section ***/

.video-modals {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.83);
  z-index: 999999999;
  display: none;
}

.section.video_section {
  position: unset;
}

.home .section.video_section {
  position: relative;
}

.video-modal {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  /* position: relative; */
  padding-bottom: 65.25%;
  height: 0;
}

.video-modal iframe {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 64%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.video-modals.open {
  display: block;
}

.close-modal {
  position: absolute;
  top: 2vw;
  right: 3vw;
  color: rgb(255, 255, 255);
  font-size: 3vw;
  cursor: pointer;
  z-index: 999;
}

.widget.video-widget {
  cursor: pointer;
  justify-content: flex-start;
}

.page-id-9115 div#summary-nav {
  display: none;
}

.page-id-9115 .intro-content {
  width: 100%;
}

/*** New Parallax ***/

.parallax img.section-bg {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  transform: scale(1.2);
  /* margin-top: 18%; */
  max-width: none;
}

.parallax .bg-container {
  /* position: relative; */
  opacity: 1 !important;
  width: 100%;
  height: 100%;
}

.section.text_section.parallax .wrap .textcon {
  max-width: 79.5%;
}

.special {
  position: relative;
  padding-top: 12.2vw;
}

.special-inc .slide-image {
  position: relative !important;
  top: 0;
}

.special img {
  display: block;
  width: 100%;
  /* height: 13vw; */
}

.special-content {
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* margin: auto; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
  /* color: #fff; */
  margin-right: 8vw;
  margin-left: 3vw;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 1vw 7.5vw 1vw 2vw;
}

#masthead .special .wrap {
  position: static;
}

.special-inc .content-wrap {
  bottom: 0 !important;
}

.special-image {
  max-width: 24%;
}

.special {
  display: flex;
  justify-content: space-between;
  border-bottom: 1vw solid #f5f5f5;
}

.special a.button {
  display: flex;
  /* flex-direction: column; */
  flex-grow: 1;
  margin: 0 0 0 1.5vw;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
}

.special p {
  font-size: 2vw;
  margin: 0;
}

button.fc-list-button {
  display: none;
  background: none;
  border-radius: 4px;
  margin-right: 1vw !important;
  box-shadow: none;
}

.wrap.event-wraps {
  display: none;
  width: 100% !important;
  max-width: 100% !important;
}

.list-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.easyPaginateNav a {
  float: left;
  color: #666;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  padding: 0.5vw 1vw;
  margin: 0 0 0 0.5vw;
  border-radius: 3px;
  /* box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
  background: #efefef;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #efefef)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.easyPaginateNav {
  margin-top: 1vw;
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
}

.easyPaginateNav a.page.current {
  background: #88262a;
  color: #fff;
}

.wrap.event-wraps .image-hold {
  width: 17.5vw !important;
  height: 10vw !important;
  float: left;
  max-width: none;
  margin-bottom: 1vw;
}

div#easyPaginate .latest-post {
  display: flex !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.special-content a.button i {
  margin-left: 0.5vw;
}

/*** Event Page Update 4/11/19 ***/

.page-template-events a.flex-prev {
  background: #000000b8;
  padding: 1vw;
  border-radius: 5px;
}

.event-right h3 {
  font-size: 1.8vw;
}

.day {
  font-size: 2vw;
}

.addtoany_shortcode {
  position: absolute;
  bottom: 0;
}

.event-left {
  width: 57% !important;
  height: 31vw;
}

.event-right {
  height: 31vw !important;
}

#event-slide .slides li {
  height: 31vw !important;
}

.date {
  padding: 1vw 2vw 1vw 1vw;
  right: -2vw;
}

.right-top {
  padding: 2vw 2vw 0 2vw;
}

.title-date {
  margin-bottom: 1vw;
}

.right-bottom {
  padding: 2vw;
}

a.button.event {
  margin: 1vw 0;
}

.event-location {
  margin-bottom: 1vw;
}

.event-right h3 {
  padding-right: 0;
}

.event-left img {
  width: 100% !important;
}

/*** Twitter Update ***/

p.timePosted {
  display: none;
}

#tweet-slider li.slick-slide {
  padding: 0 2vw;
}

.user > a[data-scribe="element:user_link"] {
  background: rgb(136, 38, 43);
  color: #fff;
  padding: 1vw;
  font-size: 3vw;
  line-height: 1;
  margin-right: 0.5vw;
}

.user {
  display: flex;
  margin-bottom: 1vw;
  align-items: center;
}

span[data-scribe="element:verified_badge"] .emoji {
  display: none !important;
}

div[data-scribe="component:author"] {
  font-weight: 600;
}

.insta-slick.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  font-size: 3vw;
  cursor: pointer;
}

.slick-right.insta-slick.slick-arrow {
  right: -3vw;
}

.slick-left.insta-slick.slick-arrow {
  left: -3vw;
}

/*** Resident Education Program RR 6/7/19 ***/

.section.widgets_section.resident-education-widgets .widget-title {
  position: relative;
  order: 2;
  color: rgb(0, 0, 0);
  display: inline;
  text-align: left;
  margin: 1vw 0 0.5vw;
  padding: 0;
  font-size: 1.5vw;
  line-height: 1.2;
}

.section.widgets_section.resident-education-widgets .widget img {
  height: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.section.widgets_section.resident-education-widgets .widget {
  height: auto;
  display: flex;
  flex-direction: column;
  background: none;
  border: 0;
  width: 30%;
  margin: 2vw 0;
}

.section.widgets_section.resident-education-widgets .widget-content-new {
  order: 3;
  font-size: 1.4vw;
}

.section.widgets_section.resident-education-widgets .widget-intro {
  font-weight: 400;
  text-align: left;
  max-width: 65%;
  font-size: 1.5vw;
}

.section.widgets_section.resident-education-widgets .widgets .wrap {
  max-width: 65%;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.section.widgets_section.resident-education-widgets
  .widget:nth-of-type(3n + 2) {
  margin: 2vw 3.23vw;
}

span.rep-date {
  color: rgb(136, 37, 43);
}

.section.widgets_section.resident-education-widgets a.widget-link {
  width: 100%;
  height: 100%;
  bottom: 0;
}

.section.widgets_section.resident-education-widgets
  .widget-link
  i.fal.fa-arrow-circle-right {
  display: none;
}

.column_image_text_section .flex-columns {
  width: 77%;
  margin: 3vw auto 0;
  z-index: 1;
  position: relative;
}

.flex-left-content p {
  font-size: 1.5vw;
  flex-grow: 1;
}

.column_image_text_section .wrap > p {
  font-size: 1.73vw;
  max-width: 74%;
  margin: 0 auto 2vw;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}

.flex-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.flex-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column_image_text_section .flex-columns > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column_image_text_section .flex-right-image {
  background: rgb(255, 255, 255);
}

.flex-left-content {
  background: #fff;
  padding: 3vw 3.5vw;
}

.column_image_text_section .flex-left-content a.button {
  background: rgb(136, 37, 43);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.5vw;
  margin: 0;
}

.section.column_image_text_section.resident-image-column .wrap > h2,
.section.column_image_text_section.resident-image-column .wrap > p {
  color: #fff;
}

.section.column_image_text_section.resident-image-column .wrap > h2 {
  font-size: 2.8vw;
  font-weight: 600;
}

.section.image_gallery_carousel {
  max-width: 77%;
  margin: 0 auto;
}

.carousel-gallery ul.flex-direction-nav {
  width: auto;
  left: -5vw;
  right: -5vw;
}

.carousel-gallery .flex-direction-nav a:before {
  color: rgb(120, 42, 42);
}

div#gallery-slider {
  overflow: visible;
  margin: 0 -1vw;
}

li.flex-image.slick-slide {
  height: 14vw;
}

li.flex-image.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  line-height: 0;
  font-size: 7vw;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: rgb(136, 37, 43);
  cursor: pointer;
}

.slick-arrow fal {
  height: 0;
  line-height: 0;
}

.slick-arrow .fal {
  height: 0;
  line-height: 0;
}

.slick-right.slick-arrow {
  right: -5vw;
}

.slick-left.slick-arrow {
  left: -5vw;
}

.flex-right-image img {
  flex-grow: 1;
}

#tweet-event div[data-scribe="component:author"] {
  display: none;
}

#tweet-event .user > a[data-scribe="element:user_link"] {
  background: none;
  padding: 0;
  color: rgb(136, 37, 43);
  font-size: 2vw;
}

#tweet-event .user {
  float: left;
  margin: 0.75vw 0.5vw 0 0;
}

#tweet-event li.row {
  margin-bottom: 1vw;
}

#tweet-event p.timePosted {
  display: block;
}

/** Fellowship ***/

.widget.fellowship-widget {
  background: none;
  opacity: 1;
  height: 10vw;
  margin: 1vw !important;
}

.widget.fellowship-widget img {
  opacity: 1;
  object-fit: contain;
}

.sorting-widget {
  flex-direction: row;
  display: flex;
  justify-content: center;
  margin: 0 0 15px 0;
}

@media (max-width: 676px) {
  .sorting-widget {
    flex-direction: column;
  }
}

form.opportunities-choices,
form.category-choices,
form.region-choices {
  margin: 10px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.opportunities-choices label,
form.category-choices label,
form.region-choices label {
  margin-right: 1vw;
  margin-bottom: 0;
}

.no-results {
  padding-top: 60px;
  margin: auto;
  text-align: center;
}

.reset-filter {
  border: 1px solid #88262b;
  background: #88262b;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  font-weight: 500;
  padding: 0 20px;
}

.reset-filter:hover {
  background: white;
  color: #88262b;
}

.fellowship-widget .widget-title {
  background-image: linear-gradient(
    180deg,
    #00000091 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all linear 0.3s;
}

.fellowship-widget:hover .widget-title {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  transition: all linear 0.3s;
}

a.fellow-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: 9;
}

.fellowship-widget .widget-image {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.single-fellowships .site-content {
  overflow: hidden;
}

.single-fellowships .section {
  padding: 0 0 2vw;
}

.single-fellowships .intro-content,
.single-fellowships #summary-nav {
  padding-top: 2vw;
}

.single-fellowships .section h2 {
  margin-bottom: 0;
}

.top-image img {
  width: 100%;
}

.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 0 !important;
}

.gform_wrapper .gform_footer {
  justify-content: flex-start;
}

.single-fellowships .section.contact-section p {
  font-weight: 600;
}

.single-fellowships .section.contact-section p:last-child {
  margin-bottom: 0;
}

/*** Content Hub RRMW 08102020 ***/

.nav-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #87262b;
}

div#section-nav > .wrap > .nav-item {
  font-size: 95%;
  border-right: 1px solid #c8c8c8;
  padding: 1vw;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 500;
  text-transform: none;
}

div#section-nav > .wrap > .nav-item i {
  font-size: 250%;
  margin-bottom: 1vw;
}

div#section-nav > .wrap > .nav-item i.fas.fa-arrows-alt {
  color: #0f406b;
}

div#section-nav > .wrap > .nav-item:hover i.fas.fa-arrows-alt {
  color: #ffffff;
}

div#section-nav > .wrap > .nav-item:last-child {
  margin-right: 0;
  /* padding-right: 0; */
  border-right: 0;
}

.nav-item:hover > a {
  color: #fff;
}

.nav-item:hover {
  background: #86262b;
}

#section-nav .nav-item:after {
  display: none;
}

.slide-section-content {
  width: 67%;
}

.slider_section .slider-wrap {
  width: 30%;
  position: relative;
}

.slider-section-arrows .slick-arrow {
  position: relative;
  font-size: 200%;
  left: auto;
  right: auto;
  padding: 1vw 0.5vw;
  color: #89252b;
  transition: color 0.3s;
}

.slider-section-arrows .slick-arrow:first-child {
  color: #a9a9a9;
}

.slider-section-arrows {
  float: right;
  height: 2vw;
  clear: both;
  display: flex;
  right: -3vw;
  position: absolute;
  bottom: 4vw;
}

.slider_section > .wrap {
  display: flex;
  justify-content: space-between;
}

.slider_section {
  background: #fbfbfb;
  position: relative;
}

.slider-section-arrows .slick-arrow:hover {
  color: #772b2b;
}

.content-hub h1 {
  font-size: 258%;
  font-weight: 700;
}

.slider_section ul.slick-dots {
  bottom: auto !important;
  margin-top: -2vw;
  opacity: 0;
  transition: top 0.3s opacity 0.3s;
}

.slide-cap {
  font-size: 85%;
  margin-top: 0.5vw;
  margin-right: 0.25vw;
}

.content-hub .text_section * {
  color: inherit;
  text-align: inherit;
}

.content-hub .text_section > .wrap {
  max-width: 53%;
}

.content-hub .text_section a:not(.button)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 1vw;
  position: relative;
  top: 0.1vw;
}

.topic-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.topic-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics {
  display: flex;
  flex-wrap: wrap;
}

.topics > .topic {
  width: 23.2%;
  margin: 0 2vw 2vw 0;
  background: #fbfbfb;
  text-align: center;
}

.topics > .topic:nth-of-type(4n + 4) {
  margin-right: 0;
}

.topics > .topic > a {
  color: #000;
  width: 100%;
  height: 100%;
  padding: 4vw 2vw;
  display: flex;
  transition: background 0.3s, color 0.3s;
  align-items: center;
  justify-content: center;
}

.topics > .topic > a:hover {
  background: #89252b;
  color: #fff;
  box-shadow: 3px 4px 8px #0003;
}

.hub-filter-wrap {
  position: absolute;
  opacity: 0;
  top: 200%;
  transition: top 1s, 0.6s;
  background: #e6e7eb;
  z-index: -1;
  padding: 0;
  width: 100%;
}

.hub-cats {
  position: relative;
}

.hub-filter-wrap.active {
  opacity: 1;
  top: 100%;
  z-index: 9;
}

.hub-filter {
  cursor: pointer;
  font-size: 95%;
  background: #e6e7ea;
  width: auto;
  display: flex;
  padding: 1vw;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.hub-filter-wrap::before {
  position: absolute;
  width: 2vw;
  height: 1.258vw;
  z-index: 999;
  top: -1.213vw;
  left: 6.76vw;
}

.video-preload {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
}

.hub-cat {
  cursor: pointer;
  padding: 0 0 0.25vw;
  border-bottom: 1px solid #ddd;
  display: block;
  text-transform: uppercase;
  transition: color 0.3s, border 0.3s;
  padding: 0.5vw 1.22vw;
  border-radius: 3px;
  text-align: left;
  flex-grow: 1;
  cursor: pointer;
  text-transform: capitalize;
}

.hub-cat:hover {
  background: #87262b;
  color: #fff;
}

.hub-cat:first-child {
  border-top: 1px solid #ddd;
}

.hub-cat:last-child {
  border: 0;
}

.hub-caats {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}

.apply {
  cursor: pointer;
  text-align: right;
  font-size: 0.8vw;
  text-transform: uppercase;
  padding-bottom: 0;
  border-bottom: 1px solid;
  float: right;
  position: relative;
  right: 0.2vw;
  color: #87262b;
  font-family: brandon-grotesque, sans-serif;
  display: none;
}

.hub-cat::after {
  width: 100%;
  height: 1px;
  width: 0;
  background: #00a8af;
  transition: width 0.3s;
}

.hub-filter svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
  margin-left: 0.25vw;
}

.slider-nav.slick-arrow {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  color: #a9a9a9;
  opacity: 1;
  background: none;
  border: none;
  box-shadow: none;
  padding: 1vw 0.5vw;
  margin: 0;
  width: auto;
}

.pod-arrows,
.case-arrows {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 5vw;
}

.hub-filter.active svg {
  transform: rotate(360deg);
}

.slider-nav.slick-arrow:first-child {
  color: #a9a9a9;
}

.slider-arrows {
  display: flex;
  justify-content: flex-end;
}

.video-slide iframe,
.video-slide video {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: 0 0 1vw;
  object-fit: cover;
  width: 100%;
  height: 13.5vw;
  display: block;
}

.slider-nav.slick-arrow:hover {
  color: #801829;
}

.video-parent > .play {
  height: 100%;
}

.video-parent video,
.video-parent iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-category {
  color: #89252b;
  margin: 0.25vw 0;
  font-weight: 300;
}

.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.play {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 300%;
  color: #ffffff;
  height: 15vw;
  cursor: pointer;
}

.play .fad:before {
  color: #801829;
}

.video-embed {
  position: relative;
}

.play > svg path.fa-primary {
  color: #fff;
}

h4.video-title {
  font-size: 116%;
  font-weight: 500;
}

.video-slide .video-info .video-title,
.video-slide .video-info .download-all {
  display: none;
}

.video-section .slick-track {
  align-items: flex-start;
}

.video-wrapper {
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding-top: 2vw;
}

.video-borders {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 14.9vw;
  width: 100%;
}

.video-borders > div {
  background: #89252b;
  position: absolute;
}

.video-borders > div:nth-of-type(1) {
  top: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 3px;
  transition: width 0.2s;
}

.active-video .video-borders > div:nth-of-type(1) {
  width: 100%;
}

.video-borders > div:nth-of-type(2) {
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  height: 0;
  width: 3px;
  transition: height 0.2s;
  transition-delay: 0.2s;
}

.active-video .video-borders > div:nth-of-type(2) {
  height: 100%;
}

.video-borders > div:nth-of-type(3) {
  width: 0;
  height: 3px;
  top: 100%;
  left: auto;
  right: 0;
  bottom: auto;
  transition: width 0.2s;
  transition-delay: 0.4s;
}

.active-video .video-borders > div:nth-of-type(3) {
  width: 100%;
}

.video-borders > div:nth-of-type(4) {
  height: 100%;
  bottom: 0;
  height: 0;
  width: 3px;
  left: 0;
  right: auto;
  transition: height 0.2s;
  transition-delay: 0.8s;
}

.active-video .video-borders > div:nth-of-type(4) {
  height: 100%;
}

.video-section .slick-arrow {
  font-size: 200%;
}

.video-section::after {
  content: "";
  background: #f6f6f6;
  left: 0;
  top: 8vw;
  position: absolute;
  width: 100vw;
  height: 43vw;
}

.content-hub .news_section h2 {
  color: #000;
  margin: 0;
  padding: 0;
}

.slick-slide .topic-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-top {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2vw;
}

.news-arrows .slider-nav {
  font-size: 200%;
}

.news-arrows {
  display: flex;
  position: absolute;
  right: 0;
  height: 5vw;
}

.news-cats {
  position: absolute;
  left: 0;
  background: #e6e7eb;
  padding: 1vw 2.5vw 1vw 1vw;
  cursor: pointer;
}

.news-cats i.fas {
  position: absolute;
  right: 1vw;
  top: 1.4vw;
  bottom: auto;
  display: flex;
  align-items: center;
}

.news-cat {
  display: none;
}

.news-cat.selected {
  display: block;
}

.section.image_content * {
  text-align: inherit;
}

.section.image_content .flex-columns {
  align-items: center;
}

.button-wrap {
  display: flex;
  justify-content: flex-start;
}

.button-wrap > .button {
  margin-right: 1vw;
  background: #89252b;
  color: #fff;
}

.resource-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.resource-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.download-wrapper::-webkit-scrollbar-track {
  background-color: #f5f5f587;
}

.download-wrapper::-webkit-scrollbar {
  width: 0.35vw;
  background-color: #f5f5f5;
}

.download-wrapper::-webkit-scrollbar-thumb {
  background-color: #89252b;
}

.downloads .download h4 {
  padding: 0;
  font-weight: 500;
  font-size: 94%;
}

.downloads .download > a:hover {
  background: #89252b;
}

.downloads .download > a:hover h4 {
  color: #fff;
}

.downloads .download > a:hover .download-icon > img {
  filter: grayscale(1) invert(1) brightness(100);
}

.filter-wrap {
  position: relative;
  z-index: 222;
  position: absolute;
  left: 0;
  background: #e6e7eb;
  padding: 1vw 2.5vw 1vw 1vw;
}

.download-cat {
  display: none;
}

.download-cat.active {
  display: block;
}

.download-cats i.fas {
  position: absolute;
  right: 1vw;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.download-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.downloads .download:nth-of-type(4n + 4) {
  margin-right: 1vw;
}

.section.podcast_section {
  padding: 3vw 0 4vw;
  background: #fbfbfb;
}

.page-template-content-hub .pod-posts li.latest-post {
  padding: 1vw 0;
  width: 97%;
}

.section.podcast_section h2 {
  margin-bottom: 1vw;
}

.pod-left {
  width: 50%;
  float: left;
  margin-right: 1vw;
  overflow: hidden;
}

.pod-left .download-image img {
  width: 100%;
  height: 20vw;
}

.pod-right li.latest-post {
  margin-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5vw;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.pod-right li.latest-post .blog-text a {
  font-size: 1vw;
  margin-top: 1vw;
  text-transform: uppercase;
  font-weight: 600;
}

.pod-right li.latest-post .blog-text {
  width: 68%;
  float: left;
  position: relative;
}

.podcast_section .wrap {
  position: relative;
}

li.latest-post .download-image {
  height: 100%;
  width: 32%;
}

li.latest-post .download-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pod-right li.latest-post:hover .blog-text {
  background: none;
}

.pod-right li.latest-post .blog-text h3:after {
  display: none;
}

.pod-left .blog-text {
  display: block;
  position: relative;
  bottom: 0;
  background: #89252b;
  text-align: left;
  color: #fff;
  height: 100%;
  padding: 2vw 5vw;
  min-height: 22vw;
}

.pod-left .blog-excerpt {
  max-height: none;
  text-align: left;
}

a.play-button {
  margin-top: 1vw;
  display: block;
}

.download-image img {
  display: block;
}

.pod-left .blog-text h3 {
  color: #fff;
  font-size: 1.8vw;
}

.pod-left .blog-text a {
  color: #fff;
  border-color: #fff;
}

.pod-1 {
  height: 41vw;
  overflow: hidden;
}

.pod-left .download-image {
  height: auto;
  display: flex;
  position: relative;
}

.download-image > .pod-embed {
  width: 100%;
}

.pod-right .pod-posts .slides {
  width: 100%;
}

.pod-right::-webkit-scrollbar-track {
  background-color: #f5f5f587;
}
.pod-right::-webkit-scrollbar {
  width: 0.35vw;
  background-color: #f5f5f5;
}
.pod-right::-webkit-scrollbar-thumb {
  background-color: #89252b;
}

.pod-right .latest-posts {
  height: auto;
  display: block;
}

.podcast_section .pod-right .blog-text h3 {
  color: #000;
  top: 0;
  text-transform: none;
  margin-bottom: 0.2vw;
}

.pod-posts .blog-excerpt {
  max-height: none;
  color: #000;
  margin: 0;
}

.single-topics div#summary-nav {
  background: #fbfbfb;
  padding: 1.6vw 2.5vw;
  /*width: 28%;*/
  transition: top 0.3s;
  width: 24vw;
}

@media (max-width: 550px) {
  .single-topics div#summary-nav {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 1.5vw;

    overflow: auto;
    max-height: 200px;
    width: 100%;
  }
}

.post-link {
  text-align: right;
}

.single-topics div#summary-nav.sticky {
  position: fixed;
  top: 11vw;
  overflow-y: hidden;
  max-height: calc(100vh - 13vw);
  padding-bottom: 0;
}

.single-topics div#summary-nav.sticky.footer-stick {
  bottom: 35vw;
  top: auto;
  position: absolute;
  bottom: 4vw;
  max-height: unset;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  height: 100%;
  padding-bottom: 2vw;
  overflow-y: scroll;
}

.single-topics div#summary-nav.sticky .nav-wrapper::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}
.single-topics div#summary-nav.sticky .nav-wrapper::-webkit-scrollbar {
  width: 0;
  background-color: #fbfbfb;
}
.single-topics div#summary-nav.sticky .nav-wrapper::-webkit-scrollbar-thumb {
  background-color: #fbfbfb;
}

.topic-right {
  float: right;
  width: 68%;
}

@media (max-width: 550px) {
  .topic-right {
    float: none;
    width: 100%;
  }
}

.single-topics .site-content-contain .wrap {
  overflow: hidden;
}

.topic-right > .section {
  background: #fbfbfb;
  padding: 2vw 2vw 2vw 1vw;
  margin-bottom: 2vw;
}

.topic-right > .section > .section-wrap {
  height: 100%;
  overflow-y: scroll;
  padding: 1vw 2vw 1vw 1vw;
}
.topic-right > .section > .section-wrap::-webkit-scrollbar-track {
  background-color: #f5f5f587;
}

.topic-right > .section > .section-wrap::-webkit-scrollbar {
  width: 0.35vw;
  background-color: #f5f5f5;
}

.topic-right > .section > .section-wrap::-webkit-scrollbar-thumb {
  background-color: #89252b;
}

@media (max-width: 550px) {
  .single-topics .home-summary.summary-nav-item:before {
    width: 5px;
  }

  .single-topics .home-summary.summary-nav-item a {
    font-size: 120%;
    padding-left: 5px;
  }
}

.single-topics a.summary-nav-item {
  font-size: 1.1vw;
  border: 0;
  margin: 0;
  padding: 0.6vw 0.6vw 0.6vw 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;

  border-top: 1px solid #c5c5c5;
  padding: 1vw 0.5vw 1vw 0;
}

.single-topics a.summary-nav-item:first-of-type {
  border: none;
}

@media (max-width: 550px) {
  .single-topics a.summary-nav-item {
    font-size: 100%;
    padding: 2vw 0;
  }
}

.single-topics a.summary-nav-item.active {
  color: #87262b;
  padding-bottom: 0;
}

a.summary-nav-item.active::after {
  display: none;
}

.topic-sub-nav {
  display: flex;
  flex-direction: column;
  font-size: 85%;
  font-weight: 500;
  /* font-family: 'Arial'; 
    margin-left: 1vw;*/

  /*border-top: 1px solid #c5c5c5;*/
  padding: 0.8vw 0 0.8vw 1.2vw;
}

@media (max-width: 550px) {
  .topic-sub-nav {
    padding: 1.2vw 0 1.2vw 2.2vw;
  }
}

a.topic-nav-item {
  line-height: 1;
  /* padding: .2vw 0 1vw;*/
  padding: 0.5vw 0;
  color: #000;
}

a.topic-nav-item:hover {
  color: #87262b;
}

@media (max-width: 550px) {
}

.single-topics h1 {
  font-size: 165%;
}

.share {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  height: 3vw;
}

.single-topics .addtoany_list a {
  display: block !important;
}

.single-topics .a2a_kit.a2a_kit_size_32.addtoany_list {
  margin-bottom: 0;
  display: flex;
  float: left;
}

.share::before {
  content: "Share:";
  margin-bottom: 0.4vw;
}

.single-topics
  .addtoany_list.a2a_kit_size_32
  a:not(.addtoany_special_service)
  > span {
  width: 2vw !important;
  height: 2vw !important;
}

.single-topics .addtoany_shortcode {
  position: relative;
}

.single-topics .addtoany_list a > span {
  background: none !important;
}

.single-topics .addtoany_list a > span > svg > path {
  fill: #89252b !important;
}

.single-topics .addtoany_list a {
  width: auto !important;
  padding: 0 !important;
}

.single-topics .addtoany_list a > span.sharetext {
  display: none;
}

.topic-wrap {
  display: flex;
  flex-wrap: wrap;
}

.topic-wrap > .topic-article {
  width: 48%;
  margin-bottom: 2vw;
}

.topic-wrap > .topic-article:nth-of-type(even) {
  margin-right: 0;
}

.topic-content a.read-more {
  display: block;
  padding: 0.5vw 0;
}

.topic-content a.read-more::after {
  content: "\f105";
  margin-left: 0.4vw;
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: 0.04vw;
}

.topic-right > .section.news_articles .section-wrap {
  max-height: 47vw;
}

.single-topics .topic-image {
  height: 15vw;
  overflow: hidden;
}

.single-topics .topic-image > img {
  height: 100%;
  object-fit: cover;
}

.single-topics .video-info {
  padding: 0;
  width: 100%;
}

.single-topics .play {
  height: 28.6vw;
}

.single-topics .video-embed iframe {
  height: 28.6vw;
  width: 100%;
  margin: 0;
}

.single-topics .video-description {
  font-size: 85%;
}

.single-topics .video-wrapper {
  padding: 0;
}

.single-topics .video-embed > img {
  height: 28vw;
}

.video-holder {
  position: relative;
  margin-bottom: 2vw;
}

.single-topics h4.video-title {
  font-size: 100%;
  padding: 0;
}

.podcast-description {
  font-size: 85%;
}

.single-topics .topic-content {
  font-size: 85%;
}

.section.podcasts .section-wrap {
  max-height: 47vw;
}

.topic-right .section.videos > .section-wrap {
  padding-top: 0;
  max-height: 50vw;
}

.single-topics div#section-1 > .section-wrap {
  max-height: 100%;
  height: 100%;
}

.single-topics .section-wrap h2 {
  color: #000;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  font-size: 154%;
  margin-bottom: 1vw;
}

.podcast-holder > iframe {
  width: 50%;
  float: right;
}

.pod-file {
  float: right;
  width: 50%;
  height: 11vw;
  position: relative;
}

.pod-file > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.podcast-holder > .play {
  height: 11vw;
  right: 0;
  left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 50%;
  font-size: 200%;
  padding: 1vw;
}

.pod-embed > iframe {
  margin: 0;
  width: 100%;
  height: 100%;
}

.pod-file > .play,
.pod-file > .pause {
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  font-size: 200%;
  padding: 1vw;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.pause .fad:before {
  color: #89252b;
}

.single-topics .download {
  width: 40%;
  margin-bottom: 1vw;
}

.single-topics .downloads .download > a {
  padding: 1vw;
}

.file-info {
  color: #000;
  font-size: 85%;
}

.single-topics .downloads .download > a h4 {
  font-size: 95%;
  margin: 0;
}

.section.resources .section-wrap {
  max-height: 57vw;
}

.download:hover .file-info {
  color: #fff;
}

/*** Filters **/

.news-cats.open .news-cat {
  display: block;
}

.news-cats.open {
  z-index: 99;
}

.news-cats.open .news-cat:not(:first-child) {
  padding: 1vw 0 0;
}

.news-top .hub-cats {
  position: absolute;
  left: 0;
  bottom: 0vw;
  display: none;
}

.hub-cats.active {
  z-index: 999;
}

/** Forms **/

.topic-form,
.rounds-form,
.resource-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  background: #ffffffd4;
  backdrop-filter: blur(3px);
  padding: 0 17vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
}

button.pum-close.popmake-close {
  color: #fff;
  background: none !important;
}

.pum-theme-default-theme .pum-content + .pum-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #89252b;
  font-size: 2vw;
  position: absolute;
  top: 1vw;
  right: 1vw;
}

.pum-container.pum-responsive.pum-responsive-medium {
  padding: 0;
}

.pum-container.pum-responsive img {
  width: 100%;
}

.pum-content.popmake-content {
  display: flex;
}

.popup-half:last-child {
  width: 55%;
  padding: 3vw 5vw;
}

.popup-half:first-child {
  display: flex;
  width: 45%;
}

.topic-form-wrap,
.rounds-form-wrap,
.resource-form-wrap,
.pum-container {
  max-height: 80vh !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  transform: translateY(-100%) !important;
  transition: transform 0.6s;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 7px #eee;
  border-radius: 5px !important;
  top: auto !important;
  padding: 2vw;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.topic-form.show .topic-form-wrap,
.rounds-form.show .rounds-form-wrap,
.resource-form.show .resource-form-wrap,
.pum-active .pum-container {
  transform: translateY(0) !important;
}

.topic-form .hbspt-form,
.rounds-form .hbspt-form,
.resource-form .hbspt-form {
  padding: 0 2vw 2vw;
  height: 93%;
  overflow-y: auto;
  position: relative;
  display: flex;
}

.topic-form .hbspt-form::-webkit-scrollbar-track,
.rounds-form .hbspt-form::-webkit-scrollbar-track,
.resource-form .hbspt-form::-webkit-scrollbar-track {
  background-color: #f5f5f587;
}
.topic-form .hbspt-form::-webkit-scrollbar,
.rounds-form .hbspt-form::-webkit-scrollbar,
.resource-form .hbspt-form::-webkit-scrollbar {
  width: 0.35vw;
  background-color: #f5f5f5;
}
.topic-form .hbspt-form::-webkit-scrollbar-thumb,
.rounds-form .hbspt-form::-webkit-scrollbar-thumb,
.resource-form .hbspt-form::-webkit-scrollbar-thumb {
  background-color: #89252b;
}

.topic-open,
.rounds-open {
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 5vw;
  color: #89252b;
  font-weight: 600;
  z-index: 9;
}

.close-topic-form,
.close-rounds-form,
.close-resource-form {
  position: absolute;
  top: 1vw;
  right: 2vw;
  color: #89252b;
  font-size: 200%;
  cursor: pointer;
}

.topic-form-wrap {
  min-width: 47%;
}

.hbspt-form > form {
  width: 100%;
}

.rounds-form-wrap h2,
.topic-form-wrap h2,
.resource-form-wrap h2 {
  font-size: 150%;
  margin: 0;
  padding: 0 2vw 1vw;
}

.hs-fieldtype-text.field.hs-form-field label {
  display: none;
}

.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 1vw;
}

ul.inputs-list {
  list-style: none;
}

ul.inputs-list label {
  display: flex;
  align-items: center;
}

ul.inputs-list label input {
  width: auto !important;
}

.hs-form-field textarea label {
  display: none;
}

.hs-fieldtype-textarea.field.hs-form-field label {
  display: none;
}

.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 1vw;
}

.hs-fieldtype-textarea.field.hs-form-field textarea {
  height: 10vw;
}

.hs_submit.hs-submit input {
  background: #89252b;
  color: #fff;
  width: 100%;
  margin: 0;
}

.hs-form-field.hs-fieldtype-text input,
.hs-form-field textarea {
  width: 100% !important;
  background: #eee;
}

div#popmake-14053 {
  height: 34vw;
  overflow: hidden;
}

.submitted-message {
  display: none;
}

.popup-half {
  height: 100%;
}

.pum-content.popmake-content {
  height: 100%;
}

.arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  width: 100%;
}

.arrows > .slick-arrow.slick-prev {
  right: auto;
  left: 1vw;
}

.arrows > .slick-arrow {
  opacity: 0;
  color: #bfbfbf24;
  text-shadow: 1px 1px 0 rgba(93, 93, 93, 0.3);
  transition: opacity 0.3s, color 0.3s;
}

.arrows > .slick-arrow.slick-next {
  left: auto;
  right: 1vw;
}

#slider:hover .slick-arrows {
  opacity: 1;
}

#slider:hover .arrows > .slick-arrow {
  opacity: 1;
}

.arrows > .slick-arrow:hover {
  color: #fff;
}

.section.resource-section {
  padding: 2vw;
  text-align: left;
}

.section.resource-section h2 {
  text-align: left;
  margin-bottom: 1vw;
}

a.button.resource-open {
  background: #89252a;
  color: #fff;
  margin-top: 1vw;
  cursor: pointer;
}

.slider_section ul.slick-dots {
  display: none !important;
}

.single-topics div#slider .desktop-image {
  margin-top: 8.5vw;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
  background: #9b9b9b;
  color: #000;
  z-index: 9;
  position: relative;
}

ul#social-menu {
  list-style: none;
  text-align: right;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4vw;
}

.footer-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer .wrap {
  padding-bottom: 3vw;
  padding-top: 7vw;
}

/* Footer widgets */

.site-footer .widget-area {
  padding-bottom: 2vw;
  padding-top: 2vw;
}

/* Social nav */

.social-navigation {
  font-size: 16px;
  font-size: 1vw;
  margin-bottom: 1vw;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1vw 0.5vw 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #333;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

.footer-logo {
  width: 20%;
}

.footer-menu ul {
  list-style: none;
  text-align: right;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ul#social-menu li {
  margin-left: 0.4vw;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

ul#social-menu li:hover {
  opacity: 0.8;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-logo img {
  width: 100%;
}

ul#main-footer-menu,
ul#support-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.menu-footer {
  margin-right: 5vw;
}

.footer-menu h2 {
  color: #000;
  font-weight: 700;
  margin: 0 0 1.5vw;
  font-size: 1.5vw;
}

.footer-menu li {
  line-height: 1.3;
  font-size: 1.2vw;
  font-weight: 500;
}

.footer-social {
  margin-left: 1vw;
}

#top.menu li:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

#top.menu li {
  display: inline-block;
  margin-right: 0.3vw;
  text-align: right;
  border-right: 1px solid;
  padding-right: 0.3vw;
  line-height: 1;
}

ul#top.menu li a {
  font-size: 0.8vw;
  text-transform: uppercase;
}

/* Site info */

.site-info {
  font-size: 14px;
  font-size: 1vw;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
}

.site-info a {
  color: #000;
}

.site-info a:hover {
  color: #89252a;
}

ul#social-menu i {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.info-left {
  float: none;
  margin-top: 4vw;
  padding-top: 2vw;
  font-size: 0.8vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-right {
  float: right;
}

.site-info p {
  margin: 0;
  line-height: 1;
  font-size: 1.2vw;
  font-weight: 400;
}

.footer-social ul#social-menu li {
  margin-left: 2vw;
}

.news_universal_container,
.project_universal_container,
.team_universal_container,
.events_universal_container {
  position: relative;
}

.latest-posts::before,
.section::before {
  display: none;
  width: 200vw;
  height: 200vw;
  background: #eeeeeef5;
  position: fixed;
  bottom: 0;
  content: "";
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6vw;
  z-index: -1;
}

.latest-posts.latest-open::before {
  z-index: 99999;
  width: 200vw;
  height: 200vw;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
}

.latest-posts.latest-open::before,
.section.latest-open::before {
  z-index: 99999;
  width: 200vw;
  height: 200vw;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  display: block;
}

.slide-wrap .flex-direction-nav a:before {
  color: #000;
}

.footer-content {
  width: 100%;
}

#footer-menu li {
  text-transform: uppercase;
  font-size: 0.8vw;
  margin: 0 0.5vw 0 0;
}

#footer-menu li:after {
  content: "|";
  margin: 0 0 0 0.5vw;
  font-weight: 700;
}

#footer-menu li:last-child {
  margin-right: 0;
}

#footer-menu li:last-child:after {
  margin-left: 0;
  content: "";
}

.page-template-press div#project-nav {
  display: none;
}

.page-id-9 .section.text_section.section-3 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5vw;
  height: 0.8vw;
  background: rgb(255, 255, 255);
  right: 0;
  left: 0;
  margin: auto;
}

.page-id-9 .section.text_section.section-3 h2 {
  padding-bottom: 2vw;
}

.copyright p {
  font-size: 1vw;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5vw;
  max-width: 100%;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125vw;
  font-style: italic;
  margin-bottom: 1.5vw;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075vw 0;
}

/* Media Elements */

.mejs-container {
  margin-bottom: 1.5vw;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #333;
}

.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #eee;
}

.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
  padding: 0.625vw 0.625vw 0.3125vw;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625vw;
  font-weight: 800;
  letter-spacing: 0.1818vw;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125vw;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125vw 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1vw;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625vw;
  vertical-align: middle;
  width: 1vw;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5vw;
  padding: 0 1vw 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.tile-content a {
  color: rgb(255, 255, 255);
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
  .twentyseventeen-panel:after {
  border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
  bottom: 1vw;
  content: "";
  display: block;
  left: 1vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
  .twentyseventeen-panel
  .panel-content {
  z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page
  .twentyseventeen-panel:nth-of-type(1):after {
  border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer
  #primary
  article.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel .customize-partial-edit-shortcut button {
  top: 30px;
  left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5vw 0 0;
  right: 0;
  text-align: center;
  width: 2vw;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/*** All Screens > 1024px  ***/
@media only screen and (max-width: 1024px) {
  .flex-image img {
    right: 0;
  }

  .flex-image .gal-caption {
    max-height: 10vw;
  }

  .section.cta .cta .wrap,
  .section.widgets_section .widgets .wrap {
    max-width: 92.5%;
  }

  .latest-post .blog-text {
    background: #2f2f2f96;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .latest-post .blog-text {
    background: #2f2f2f96;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .latest-post .blog-text h3:after {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .latest-post .blog-excerpt {
    max-height: 100%;
  }

  .latest-post .blog-text h3 {
    top: 0;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .latest-post img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .latest-post .news-text {
    background: #ffffffbf;
  }

  .latest-post .news-text h3 {
    color: #000;
  }

  .latest-post .news-excerpt.news-meta {
    max-height: 15vw;
    left: 0;
  }

  .latest-posts.project-posts .latest-post img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .latest-post .project-cat {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .team-pagination-content .latest-post:before {
    left: 2.5vw;
    right: 2.5vw;
    top: 2.5vw;
    bottom: 5.4vw;
  }

  .team-pagination-content .latest-post .image-wrap {
    overflow: visible;
  }

  .team-pagination-content .latest-post .image-second:before,
  .team-pagination-content .latest-post .image-wrap:before {
    opacity: 1;
  }

  .team-pagination-content .latest-post .team-text,
  .team-pagination-content .latest-post .team-text h3 {
    color: #fff;
  }

  .team-pagination-content .latest-post .image-wrap img {
    opacity: 0.88;
  }

  .latest-post .image-second img {
    opacity: 0.7;
  }

  ul#list_days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dp_calendar .div_dates li {
    font-size: 2vw !important;
  }

  .site-branding-logo.branding-title a img {
    max-width: 23%;
  }

  .slide-wrap {
    overflow: hidden;
    top: 0 !important;
  }

  .widget {
    width: 29%;
    height: 21.6vw;
  }

  .widget.fellowship-widget {
    height: 14vw;
  }

  .section.widgets_section .widgets .wrap {
    max-width: 76%;
  }

  .widget-title {
    font-size: 1.5vw;
  }

  ul.slides.social-feed-container-tweet li {
    padding: 2vw;
    width: -webkit-calc(84.5vw/3) !important;
    width: calc(84.5vw / 3) !important;
  }

  .section.widgets_section .widgets .wrap {
    max-width: 76%;
  }

  div#intro-nav {
    position: relative;
    top: 0;
  }
}

/*** iPad Pro & > ****/
@media screen and (max-device-width: 1024px) {
  .menu-main-menu-container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #252525;
    width: 59vw;
    top: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .site-content-contain {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
  }

  .single .site-content {
    padding: 4vw 0;
    position: relative;
  }

  svg.icon.icon-angle-down {
    display: block;
  }

  .site-title,
  .site-title a {
    font-size: 4vw;
  }

  .menu-effect {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 100%;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    top: auto;
    background: #636363;
    right: 0;
    left: 0;
    opacity: 0.2;
  }

  .main-navigation li:hover a .menu-effect,
  .main-navigation li.current-menu-item a .menu-effect,
  .main-navigation li.current_page_item a .menu-effect {
    top: auto;
    height: 1px;
  }

  #footer-menu li:after {
    content: "|";
    margin: 0 0 0 0.5vw;
    font-weight: 700;
    font-size: 1.5vw;
  }

  ul#social-menu a {
    font-size: 2vw;
  }

  .site-description {
    color: #666;
    font-size: 13px;
    font-size: 2.5vw;
    margin-bottom: 0;
  }

  button.dropdown-toggle {
    display: block;
    background: none;
    color: #1e1e1e;
    top: 1.5vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    right: 0.5vw;
  }

  div#slider {
    overflow: hidden;
    position: relative;
    margin-top: 0 !important;
    height: auto !important;
  }

  #masthead .wrap {
    width: 100%;
    max-width: 100%;
  }

  .wrap {
    max-width: 92.5%;
  }

  header#masthead {
    height: auto !important;
  }

  .slide-image {
    position: relative !important;
  }

  button.dropdown-toggle.toggled-on {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .brand-nav {
    position: relative;
  }

  .main-navigation li a:hover .menu-effect,
  .main-navigation li.current-menu-item a .menu-effect,
  .main-navigation li.current_page_item a .menu-effect {
    height: 1px;
    top: auto;
  }

  header .menu-primary-container {
    position: absolute;
    background: #eee;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 5vw;
    -webkit-transition: width 2s, -webkit-transform 0.8s;
    transition: width 2s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, width 2s;
    transition: transform 0.8s, width 2s;
    transition: transform 0.8s, width 2s, -webkit-transform 0.8s;
    width: 0%;
    overflow: hidden;
  }

  header .toggled-on .menu-primary-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 60%;
    -webkit-transition: width 0s, -webkit-transform 0.8s;
    transition: width 0s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s, -webkit-transform 0.8s;
  }

  .site-branding-logo.branding-title {
    max-width: 20%;
  }

  header .main-navigation li a::before {
    display: none;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
    background: none;
    right: 3.5vw;
    width: 4.8vw;
    height: 2.6vw;
    position: absolute;
    z-index: 999;
    top: 1.5vw;
  }

  button.menu-toggle span {
    height: 3px;
  }

  .main-navigation ul ul.toggled-on {
    display: block;
    text-align: right;
    position: relative;
    padding: 1vw;
    border: 0;
    max-height: 1000px;
  }

  .main-navigation li:hover ul.sub-menu {
    display: none;
    text-align: right;
    position: relative;
    padding: 1vw;
    border: 0;
  }

  .main-navigation li:hover ul.sub-menu.toggled-on {
    display: block;
    text-align: right;
    position: relative;
    padding: 1vw 0;
    border: 0;
    left: 0;
  }

  .navigation-top {
    font-size: 16px;
    font-size: 1vw;
    position: absolute;
    width: 100%;
    float: right;
  }

  div#intro-nav {
    position: relative;
  }

  button.menu-toggle span {
    display: block;
    position: absolute;
    height: 0.4vw;
    width: 100%;
    background: #1e1e1e;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }

  .section.image_section {
    opacity: 1 !important;
  }
  button.menu-toggle span:nth-child(1) {
    top: 0;
  }
  .toggled-on button.menu-toggle span:nth-child(1) {
    top: 43%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  button.menu-toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  button.menu-toggle span:nth-child(3) {
    bottom: 0;
  }

  .toggled-on button.menu-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .toggled-on button.menu-toggle span:nth-child(3) {
    -webkit-animation: move 1s forwards;
    animation: move 1s forwards;
  }

  @keyframes move {
    0% {
      bottom: 0;
    }

    /* Finish changes by here */
    80% {
      bottom: -44%;
    }

    /* Between 20% and 100%, nothing changes */
    100% {
      bottom: -44%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
    }
  }
  header .menu-primary-navigation-container {
    max-height: 0;
    -webkit-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
    height: auto;
  }
  header .toggled-on .menu-primary-navigation-container {
    max-height: 100vh;
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s;
  }
  .site-branding {
    padding-top: 1vw;
    position: relative;
    top: 0;
    background: #eee;
  }
  .header-right {
    width: 100%;
  }
  nav#site-navigation {
    top: 1vw;
    position: relative;
  }
  body {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  body.menu-open {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
  }
  header .main-navigation li {
    position: relative;
    display: block;
    margin-left: 0;
    padding: 2.5vw 4vw;
  }
  .main-navigation li li {
    padding: 1vw 0;
  }
  .main-navigation li li,
  .main-navigation li:last-child {
    border-bottom: 0;
    margin-right: 0;
    background: none;
  }

  .hasScrolled .main-navigation li {
    margin: 2vw 1.6vw;
  }

  .main-navigation li:last-child {
    margin: 2vw 1.6vw;
  }

  ul.sub-menu li:last-child {
    padding-bottom: 1.5vw;
    margin: 0;
  }

  .main-navigation a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: 300;
    text-transform: uppercase;
  }

  ul#top.menu li a {
    font-size: 1.3vw;
    text-transform: uppercase;
  }

  .site-info a,
  .site-info p {
    font-size: 1.4vw;
  }

  .site-branding {
    width: 100%;
    margin: 0 auto;
    padding: 2vw 4vw;
    left: 0;
    right: 0;
  }

  #masthead .wrap {
    width: 100%;
    max-width: 100%;
  }

  #masthead .top-nav .wrap {
    max-width: 92.5%;
  }

  ul.slides.social-feed-container-tweet li {
    padding: 2vw;
    width: -webkit-calc(92.5vw/3) !important;
    width: calc(92.5vw / 3) !important;
  }
}

/*** Tablet Portrait & > ****/
@media only screen and (max-width: 768px) {
  #slider .slides > li {
    height: auto !important;
  }

  .menu-main-menu-container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #252525;
    width: 59vw;
    top: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .site-content-contain {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
  }

  .single .site-content {
    padding: 4vw 0;
    position: relative;
  }

  svg.icon.icon-angle-down {
    display: block;
  }

  .site-title,
  .site-title a {
    font-size: 4vw;
  }

  .menu-effect {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 100%;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    top: auto;
    background: #636363;
    right: 0;
    left: 0;
    opacity: 0.2;
  }

  .main-navigation li:hover a .menu-effect,
  .main-navigation li.current-menu-item a .menu-effect,
  .main-navigation li.current_page_item a .menu-effect {
    top: auto;
    height: 1px;
  }

  #footer-menu li:after {
    content: "|";
    margin: 0 0 0 0.5vw;
    font-weight: 700;
    font-size: 1.5vw;
  }

  ul#social-menu a {
    font-size: 2vw;
  }

  .site-description {
    color: #666;
    font-size: 13px;
    font-size: 2.5vw;
    margin-bottom: 0;
  }

  button.dropdown-toggle {
    display: block;
    background: none;
    color: #1e1e1e;
    top: 2vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    right: 0.5vw;
  }

  div#slider {
    overflow: hidden;
    position: relative;
    margin-top: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
  }

  .site-branding-logo.no-title a img {
    max-width: 100%;
    width: 100%;
  }

  #masthead .wrap {
    width: 100%;
    max-width: 100%;
  }

  .wrap {
    max-width: 92.5%;
  }

  header#masthead {
    height: auto !important;
  }

  .slide-image {
    position: relative !important;
  }

  button.dropdown-toggle.toggled-on {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .brand-nav {
    position: relative;
  }

  .special {
    padding-top: 0 !important;
  }

  .special-content {
    margin-right: 4vw;
  }

  .main-navigation li a:hover .menu-effect,
  .main-navigation li.current-menu-item a .menu-effect,
  .main-navigation li.current_page_item a .menu-effect {
    height: 1px;
    top: auto;
  }

  header .menu-primary-container {
    position: absolute;
    background: rgb(245, 245, 245);
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 2vw;
    -webkit-transition: width 2s, -webkit-transform 0.8s;
    transition: width 2s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, width 2s;
    transition: transform 0.8s, width 2s;
    transition: transform 0.8s, width 2s, -webkit-transform 0.8s;
    width: 0%;
    overflow: hidden;
  }

  header .toggled-on .menu-primary-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 60%;
    -webkit-transition: width 0s, -webkit-transform 0.8s;
    transition: width 0s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s, -webkit-transform 0.8s;
    padding-top: 2vw;
    background: rgb(245, 245, 245);
  }

  .site-branding-logo.branding-title {
    max-width: 20%;
  }

  header .main-navigation li a::before {
    display: none;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
    background: none;
    right: 3.5vw;
    width: 4.8vw;
    height: 2.6vw;
    position: absolute;
    z-index: 999;
    top: -2.5vw;
  }

  button.menu-toggle span {
    height: 3px;
  }

  .main-navigation ul ul.toggled-on {
    display: block;
    text-align: right;
    position: relative;
    padding: 1vw 0;
    border: 0;
    max-height: 1000px;
    left: 0;
  }

  .main-navigation li:hover ul.sub-menu {
    display: none;
    text-align: right;
    position: relative;
    padding: 1vw;
    border: 0;
  }

  .main-navigation li:hover ul.sub-menu.toggled-on {
    display: block;
    text-align: right;
    position: relative;
    padding: 1vw 0;
    border: 0;
    left: 0;
  }

  .navigation-top {
    font-size: 16px;
    font-size: 1vw;
    position: absolute;
    width: 100%;
    float: right;
    left: 0;
    top: 6vw;
  }

  button.menu-toggle span {
    display: block;
    position: absolute;
    height: 0.4vw;
    width: 100%;
    background: #1e1e1e;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }

  .section.image_section {
    opacity: 1 !important;
  }
  button.menu-toggle span:nth-child(1) {
    top: 0;
  }
  .toggled-on button.menu-toggle span:nth-child(1) {
    top: 43%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  button.menu-toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  button.menu-toggle span:nth-child(3) {
    bottom: 0;
  }

  .toggled-on button.menu-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .toggled-on button.menu-toggle span:nth-child(3) {
    -webkit-animation: move 1s forwards;
    animation: move 1s forwards;
  }

  @keyframes move {
    0% {
      bottom: 0;
    }

    /* Finish changes by here */
    80% {
      bottom: -44%;
    }

    /* Between 20% and 100%, nothing changes */
    100% {
      bottom: -44%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
    }
  }
  header .menu-primary-navigation-container {
    max-height: 0;
    -webkit-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
    height: auto;
  }
  header .toggled-on .menu-primary-navigation-container {
    max-height: 100vh;
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s;
  }
  .site-branding {
    padding-top: 1vw;
    position: relative;
    top: 0;
  }
  .header-right {
    width: 100%;
  }
  nav#site-navigation {
    top: 1vw;
    position: relative;
  }
  body {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  body.menu-open {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
  }
  header .main-navigation li {
    position: relative;
    display: block;
    margin-left: 0;
    padding: 2.5vw 4vw;
  }
  .main-navigation li li {
    padding: 1vw 0;
  }
  .main-navigation li li,
  .main-navigation li:last-child {
    border-bottom: 0;
    margin-right: 0;
    background: none;
  }

  .hasScrolled .main-navigation li {
    margin: 2vw 1.6vw;
  }

  .main-navigation li:last-child {
    margin: 2vw 1.6vw;
  }

  ul.sub-menu li:last-child {
    padding-bottom: 1.5vw;
    margin: 0;
  }

  .main-navigation a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: 300;
    text-transform: uppercase;
  }

  ul#top.menu li a {
    font-size: 1.3vw;
    text-transform: uppercase;
  }

  .site-info a,
  .site-info p {
    font-size: 1.4vw;
  }

  .site-branding {
    width: 30%;
    padding: 2vw 4vw;
    left: 0;
    right: auto;
    background: none;
    margin: 0;
  }

  #masthead .wrap {
    width: 100%;
    max-width: 100%;
  }

  #masthead .top-nav .wrap {
    max-width: 92.5%;
  }

  .slide-content {
    font-size: 2.5vw;
  }

  .learn {
    font-size: 1.2vw;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
    background: none;
    right: 4.5vw;
    width: 4.8vw;
    height: 2.6vw;
    position: absolute;
    z-index: 999;
    top: -4.3vw;
  }

  button.menu-toggle span {
    height: 0.5vw;
  }

  .main-navigation a {
    font-size: 2.4vw;
  }

  .widget-text {
    font-size: 1.2vw;
  }

  .site-info a {
    font-size: 1.3vw;
  }

  .social-menu a {
    margin-left: 0.8vw;
    width: 3.3vw;
  }

  .wrap {
    width: 90%;
  }

  .wrap.event-wraps {
    display: none;
    max-width: 100% !important;
  }

  .loadtitle {
    top: 73%;
  }

  .loadtitle.has-header.load {
    top: 73%;
  }
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1.4vw;
  }
  h2 {
    font-size: 1.6vw;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 1vw;
  }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 2vw;
  }

  .site-branding-logo.branding-title {
    max-width: 34%;
  }
}

/*** Large Phone Format & > ****/
@media only screen and (max-width: 550px) {
  .site-branding a h1 {
    font-size: 4vw;
  }

  .contact-left {
    width: 100%;
  }

  button.search-submit {
    padding: 3vw;
  }

  p {
    margin: 0 0 3.5vw;
    padding: 0;
  }

  .boxxed {
    float: left;
    width: 100%;
  }
  #masthead .top-nav .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  input#search-input {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    font-size: 3vw;
    max-width: none;
    overflow: hidden;
    padding: 2vw;
    border: 0;
    -webkit-transition: max-width 0.8s;
    -o-transition: max-width 0.8s;
    transition: max-width 0.8s;
  }

  form.header-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 4vw;
  }

  article a.button {
    background: rgb(136, 38, 43);
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 3vw;
    display: inline-block;
    margin: 1vw 0 2vw;
  }

  header .toggled-on .menu-primary-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-transition: width 0s, -webkit-transform 0.8s;
    transition: width 0s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s;
    transition: transform 0.8s, width 0s, -webkit-transform 0.8s;
    border-bottom: 4px solid rgb(136, 38, 43);
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 4.2vw;
  }

  h2 {
    font-size: 4.6vw;
  }

  .main-navigation a {
    display: block;
    padding: 2.5vw 4vw;
    text-decoration: none;
    font-size: 3.4vw;
    font-weight: 300;
    text-transform: uppercase;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 4vw;
  }

  h3 {
    font-size: 4.5vw;
  }

  .main-navigation a {
    padding: 2.5vw 4vw;
    font-size: 4.4vw;
    font-weight: 599;
  }

  .site-branding-logo img {
    width: 85vw;
  }

  .slide-content {
    font-size: 4.4vw;
    width: 80%;
  }

  .slide-image img.mobile-image {
    display: block !important;
  }

  .slide-image img.desktop-image {
    display: none !important;
  }

  .slide-title {
    font-size: 5.4vw;
  }

  .slide-content p {
    font-size: 4vw;
  }

  header .menu-primary-container {
    position: absolute;
    background: #eee;
    left: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 13vw;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }

  header .menu-primary-container {
    position: absolute;
    background: rgba(245, 245, 245, 0.99);
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 5vw;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    width: 100%;
  }

  .flex-image {
    width: 50%;
    height: 31vw;
  }

  .flex-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-columns > div {
    width: 100%;
  }

  .flex-control-nav li {
    margin: 0 1.4vw !important;
    height: 2.6vw !important;
    width: 2.6vw !important;
  }

  h1 {
    font-size: 4.2vw;
  }

  .gal-title {
    font-size: 4vw;
  }

  .latest-posts.latest-open::before,
  .section.latest-open::before {
    z-index: 99999;
    width: 200vh;
    height: 200vh;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
  }

  li.gal-slide-image {
    text-align: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: CENTER;
    -webkit-align-items: CENTER;
    -ms-flex-align: CENTER;
    align-items: CENTER;
    -webkit-box-pack: FLEX-START;
    -webkit-justify-content: FLEX-START;
    -ms-flex-pack: FLEX-START;
    justify-content: FLEX-START;
    height: AUTO !important;
    z-index: 1;
  }

  .gal-caption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;
    transition: max-height 1.5s;
    position: relative;
    font-size: 4vw;
  }

  .close-slider {
    position: absolute;
    top: 1vw;
    right: 5.5vw;
    font-size: 7vw;
    color: #24282e;
    cursor: pointer;
  }

  .flex-direction-nav {
    top: 22vw !important;
    bottom: auto !important;
  }

  .acf-map {
    height: 100vw;
  }

  .latest-posts .latest-post {
    width: 85%;
    height: 30vw;
    margin: 0 0 3vw;
  }

  .news_section .latest-post:nth-of-type(even) {
    margin: 0 0 3vw;
  }

  .blog-text h3,
  .news-text h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-size: 4.2vw;
    top: 1vw;
    -webkit-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  .modal-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 0;
    height: 0;
    -webkit-transition: width 0.5s, height 0.5s, -webkit-border-radius 0.5s;
    transition: width 0.5s, height 0.5s, -webkit-border-radius 0.5s;
    -o-transition: width 0.5s, height 0.5s, border-radius 0.5s;
    transition: width 0.5s, height 0.5s, border-radius 0.5s;
    transition: width 0.5s, height 0.5s, border-radius 0.5s,
      -webkit-border-radius 0.5s;
    padding: 19vw 0.5vw 0 2vw;
    color: #000;
  }

  .modal-wrap h3 {
    font-size: 5vw;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    color: #144249;
  }

  .modal-image {
    max-width: 100%;
    float: left;
    clear: left;
    margin: 3vw 0;
  }

  .nav-item {
    margin-right: 5vw;
    cursor: pointer;
    position: relative;
    color: #3e3e3e;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 4.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3vw;
  }

  .contact-section.section.widgets_section .widgets .wrap {
    max-width: 80% !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget {
    width: 100%;
    height: 21.6vw;
  }

  .widget.fellowship-widget {
    height: 58vw;
    margin: 0 0 5vw !important;
  }

  .main-navigation li:hover ul.sub-menu.toggled-on {
    display: block;
    text-align: right;
    position: relative;
    padding: 1vw 4vw 1vw 0;
    border: 0;
    left: 0;
  }

  button.dropdown-toggle {
    display: block;
    background: none;
    color: #000;
    top: 3.8vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    right: 1vw;
  }

  div#summary-nav {
    width: 100%;
  }

  .intro-content {
    float: right;
    width: 100%;
    margin-top: 5vw;
  }

  .modal-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 4vw;
  }

  .gal-caption {
    max-height: 0;
  }

  .blog-excerpt {
    max-height: none;
    font-size: 4vw;
  }

  .latest-post .blog-text {
    background: #2f2f2f96;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: auto;
  }

  .latest-post .blog-text h3 {
    top: 0;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .latest-post .blog-text h3:after {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .flex-control-nav li {
    height: 2.6vw;
    width: 2.6vw;
  }

  .latest-post .news-excerpt.news-meta {
    max-height: 15vw;
    left: 0;
    font-size: 4vw;
    margin-top: 1vw;
  }

  .project-posts .latest-post h3 {
    position: absolute;
    top: 2vw;
    left: 2vw;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 4.2vw;
  }

  .project-cat > div {
    font-size: 4vw;
    max-width: none;
    right: 8vw;
  }

  .team-pagination-content .latest-post .image-wrap {
    width: 22vw;
    height: 22vw;
  }

  .team-pagination-content .latest-post:before {
    display: none;
  }

  .div_month br {
    display: none;
  }

  .dp_calendar .div_dates .day_name .div_month {
    width: auto !important;
    padding-top: 0 !important;
  }

  div#day_name h1,
  .div_month span,
  .dp_calendar .div_dates .day_name .span_day {
    font-size: 6vw !important;
    margin-right: 1vw !important;
  }

  .slide-wrap {
    overflow: hidden;
    top: 0 !important;
  }

  .dp_calendar .calendar_list #list li h1 {
    font-size: 7vw !important;
  }

  .dp_calendar .calendar_list h2 {
    font-size: 4.5vw !important;
  }

  li.urgent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-pagination-content .latest-post .team-text,
  .team-pagination-content .latest-post .team-text h3 {
    color: #fff;
    font-size: 4.2vw;
    z-index: 99;
  }

  .dp_calendar .calendar_list #list li p {
    margin: 2vw 0 0 0 !important;
    font-size: 4vw !important;
    width: 100%;
    line-height: 1.2 !important;
  }

  .dp_calendar .main_date {
    font-size: 7vw !important;
  }

  .dp_calendar .calendar_list #list li h1 {
    font-size: 7vw !important;
    margin: 0 0 0 10px;
    float: left;
    font-weight: normal;
    color: inherit;
    clear: none;
    line-height: 100%;
  }

  .dp_calendar .div_dates li {
    font-size: 4.5vw !important;
    padding: 2.5vw !important;
  }

  dp_calendar .div_dates li:hover,
  .dp_calendar .div_dates li.active,
  .dp_calendar .div_dates li.has_events {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 2.5vw !important;
  }

  ul#list_days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3vw 4vw !important;
  }

  .contact-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  nput#gform_submit_button_1 {
    border: 0;
    margin: 0;
    color: #fff;
    background: #075861;
    float: right;
    padding: 1vw 3vw 0.8vw;
    font-size: 4vw;
    font-weight: 600;
    margin-top: 1vw;
  }

  textarea#input_1_4 {
    height: 23vw;
  }

  .dp_calendar .calendar_list #list li.urgent .time {
    background: #fbcb66 !important;
    border: 1px solid #fbcb66 !important;
    font-size: 4.7vw !important;
  }

  acf-map {
    height: 91vw;
  }

  .contact_section .gfield {
    margin: 0 auto 1vw !important;
    max-width: 100%;
  }

  .contact_section label {
    margin: 2.5vw 0 0;
    font-size: 4vw !important;
    color: #6f6f6f;
    font-family: "Arial";
    font-weight: 300 !important;
  }

  input#gform_submit_button_1 {
    border: 0;
    margin: 0;
    color: #fff;
    float: right;
    padding: 1vw 3vw 0.8vw;
    font-size: 4vw;
    font-weight: 600;
  }

  .section h2 {
    font-size: 5.2vw;
  }

  ul.navi-wrap li {
    font-size: 5.5vw;
  }

  ul.navi-wrap {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
  }

  .page-template-flex .widget,
  .home .widget {
    width: 100%;
    height: auto;
    border-bottom: 2vw solid #88262b;
  }

  .widget:nth-of-type(2n + 2) {
    margin: 2vw 0;
  }

  a.widget-link {
    position: absolute;
    bottom: -18.5vw;
    width: 100%;
    padding: 1vw 0;
    text-align: center;
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: 99;
    color: #fff;
    font-size: 12vw;
  }

  .widget-title {
    font-size: 4.5vw;
    text-transform: uppercase;
    font-weight: 600;
  }

  .news-excerpt {
    font-size: 4vw;
    margin-top: 2.4vw;
  }

  a.read-more {
    font-size: 4vw;
    margin-top: 3vw;
    display: block;
  }

  .news-text {
    padding: 4vw;
  }

  .event-dates h3 {
    font-size: 4.2vw;
    border-bottom: 1px solid rgb(237, 237, 237);
  }

  .summary-excerpt {
    font-size: 4vw;
  }

  .summary-content h4 {
    font-size: 4.1vw;
  }

  .summary.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  img.summary-left {
    float: left;
    clear: left;
    width: 100%;
    max-width: 100%;
  }

  .summary-content {
    width: 100%;
  }

  .date-meta {
    font-size: 4vw;
    left: 2vw;
    padding: 2vw;
  }

  .statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .statistics > div {
    z-index: 9;
    color: #fff;
    width: 100%;
  }

  .statistics-right {
    margin-top: 4vw;
  }

  .statistics h2,
  .statistics p {
    font-size: 4vw;
  }
  .statistics h2 {
    font-size: 4.5vw;
  }

  .site-branding {
    width: 39%;
  }

  .menu-toggle {
    width: 9.8vw;
    height: 4.6vw;
    top: -3vw;
  }
  .news_section .latest-post .newsimg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 100s;
    transition: -webkit-transform 100s;
    -o-transition: transform 100s;
    transition: transform 100s;
    transition: transform 100s, -webkit-transform 100s;
    min-width: 100%;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .news_section .newsimg {
    height: auto;
    overflow: hidden;
  }

  button.menu-toggle span {
    height: 0.6vw;
  }

  .home-summary.summary-nav-item {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 87%;
    margin: 0 auto;
    position: relative;
  }

  .timeline-year {
    font-size: 4vw;
  }

  .timeline-event {
    width: 34.5vw;
    margin-bottom: 1vw;
    min-height: 7vw;
  }

  .timeline-event:nth-of-type(even) {
    margin-left: 54.5%;
  }

  .content-wrap.no-content .slide-title {
    font-size: 5vw;
  }

  .event-right h3 {
    font-size: 4vw;
  }

  div#event-tabs {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }

  .video-right {
    font-size: 4vw;
    padding: 0;
  }

  ul.slides.social-feed-container-tweet li {
    padding: 3vw 7vw;
    width: 91vw !important;
  }

  .author-title {
    font-weight: 600;
    color: #000;
    font-size: 4vw;
    line-height: 1.3;
  }

  .section.twitter_section p {
    font-weight: 600;
    color: #000;
    font-size: 4vw;
  }

  div#tweet-slider .flex-direction-nav {
    width: 91%;
    top: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
  }
  .site-info a {
    font-size: 5.2vw;
  }

  .footer-content-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo img {
    width: 70%;
    margin-top: 5vw;
  }

  .footer-menu h2 {
    /* color: #fff; */
    font-weight: 700;
    margin: 0 0 1.5vw;
    font-size: 5.2vw;
  }

  .site-info a,
  .site-info p {
    font-size: 5vw;
  }

  .news_section ul.navi-wrap li {
    font-size: 5.5vw;
  }

  .loading-element {
    border-top: 2vw solid rgba(136, 38, 43, 0.71);
    border-right: 2vw solid rgba(136, 38, 43, 0.71);
    border-bottom: 2vw solid rgba(136, 38, 43, 0.71);
    border-left: 2vw solid #88262b;
  }

  .home .loading-element {
    border-top: 2vw solid rgba(255, 255, 255, 0.71);
    border-right: 2vw solid rgba(255, 255, 255, 0.71);
    border-bottom: 2vw solid rgba(255, 255, 255, 0.71);
    border-left: 2vw solid #ffffff;
    top: 80vw;
  }

  a.button {
    font-size: 5vw;
    padding: 3vw 3vw;
    text-align: center;
    line-height: 1.3;
  }

  span.month {
    font-size: 3.8vw;
  }

  .day {
    font-size: 4.5vw;
    line-height: 1;
  }

  .statistic-number {
    font-size: 5vw;
  }

  .info-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-logo {
    width: 39%;
  }

  .footer-logo {
    width: 86%;
  }

  .footer-menu li {
    padding: 0.5vw 0;
  }

  .site-info p {
    line-height: 1.5;
  }

  .cta .button {
    margin: 0;
    padding: 2vw 10vw;
  }

  ul#intro-menu li a {
    font-size: 4vw;
    padding: 4vw;
  }

  div#intro-nav {
    position: relative;
    top: 0;
  }

  .widget-wrap .widget {
    margin: 0 0 4vw !important;
    width: 100%;
    height: auto;
    padding: 8vw;
  }

  .site-content-contain {
    margin-top: 0 !important;
  }

  .contact-section .wrap {
    max-width: 100%;
  }

  .image_section .wrap {
    width: 100%;
  }

  .main-navigation ul ul li:hover a {
    color: rgb(136, 38, 43) !important;
  }

  .committee-marketing .summary-nav-item {
    font-size: 4vw;
  }

  .member-name,
  .member-info {
    font-size: 4vw;
  }

  .member-toggle {
    position: absolute;
    left: auto;
    top: 1vw;
    bottom: auto;
    right: 0;
    font-size: 4.6vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .flex-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .summary-page .flex-columns > div {
    width: 100%;
  }

  .summary-page .flex-column h2 {
    font-size: 4.2vw;
  }

  .flex-column.flex-right {
    margin-top: 2vw;
  }

  .timeline-event:nth-of-type(odd) .timeline-year::after {
    right: -6.6vw;
    height: 4vw;
    width: 4vw;
  }

  .timeline-event:nth-of-type(even) .timeline-year::after {
    height: 4vw;
    width: 4vw;
    left: -5.5vw;
  }

  ul,
  ol {
    margin: 0 0 3.5vw 6.8vw;
    padding: 0;
  }

  .flex-column li,
  .widget li,
  .text-section li {
    list-style: none;
    position: relative;
    font-size: 4vw;
  }

  #event-slide .slides li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
  }

  .event-left {
    width: 100% !important;
    height: auto !important;
  }

  .event-left img {
    min-height: 0 !important;
    width: 100% !important;
    max-width: none;
  }

  .event-right {
    height: auto !important;
    max-width: none;
  }

  a.addtoany_share {
    display: block !important;
    width: 100%;
  }

  span.sharetext {
    font-size: 4vw;
  }

  .event-location {
    color: #fff;
    font-size: 4.5vw;
    position: relative;
    margin-left: 3.5vw;
    line-height: 1.2;
  }

  span.a2a_count {
    font-size: 4vw !important;
  }

  .event-marker {
    position: absolute;
    left: -3.5vw;
    font-size: 4.4vw;
    top: -0.3vw;
  }

  #event-slider ul.flex-direction-nav {
    bottom: 14vw !important;
    top: auto !important;
  }

  .right-bottom {
    padding: 1.5vw 3vw 8vw 3vw;
  }

  #event-slider a.flex-next i,
  #event-slider a.flex-prev i {
    font-size: 4vw;
  }

  .committee-marketing div#summary-nav {
    width: 100%;
  }

  .committee-marketing .intro-content {
    width: 100%;
  }

  #event-slider a.flex-next,
  #event-slider a.flex-prev {
    font-size: 4vw;
  }

  a.button.event {
    font-size: 4vw;
  }

  #event-slider .flex-control-paging li a:hover {
    background: rgb(0, 0, 0);
  }

  #event-slider .flex-control-paging li a.active:hover {
    background: #222;
  }

  .event-information .event-marker {
    font-size: 5.2vw;
    left: -5vw;
    display: none;
  }

  #event-slider ul.slides {
    background: #2d2827;
  }

  .section .fc-center h2 {
    padding: 0 1vw;
    font-size: 4.2vw;
  }

  button.fc-month-button,
  button.fc-agendaWeek-button {
    font-size: 4vw !important;
  }

  input.filter-input {
    font-size: 3vw;
  }

  .event-information h3,
  .event-information h1 {
    width: 83%;
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .twitter-feed {
    width: 100%;
    margin-left: 0;
    padding: 3vw 10vw;
  }

  .tweets.slick-slide {
    width: 90vw;
  }

  .slick-right.insta-slick.slick-arrow {
    right: -6vw;
  }

  .slick-left.insta-slick.slick-arrow {
    left: -6vw;
  }

  .insta-slick.slick-arrow {
    font-size: 9vw;
  }

  .twitter-feed h2 {
    font-size: 4.6vw;
  }

  a.twitter-profile {
    width: 14vw;
  }

  th.fc-day-header {
    font-size: 2.8vw;
  }

  .fc-view-container tr {
    font-size: 3vw;
  }

  .event-tab {
    font-size: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3vw 1vw;
    border: 1px solid rgb(136, 38, 43);
  }

  .event-information .title-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #event-content-wrap .text-wrapper {
    font-size: 4vw;
    padding-left: 6vw;
  }

  #event-content-wrap .author-icon {
    background: none;
    color: #88262b;
    font-size: 4.8vw;
    position: absolute;
    left: -0.8vw;
    width: auto;
    height: auto;
    top: 0;
  }

  .tweet-time {
    margin-top: 1vw;
    padding-left: 6vw;
    font-size: 4vw;
    font-weight: 600;
  }

  ul#social-menu a {
    font-size: 9vw;
  }

  .footer-social ul#social-menu li {
    margin-left: 0;
  }

  .main-navigation ul#intro-menu li.current-menu-item a {
    color: rgb(0, 0, 0) !important;
  }

  .footer-social {
    width: 100%;
  }

  ul#social-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw;
  }

  .single-news h1 {
    font-size: 4vw;
  }

  .single-news h3 {
    font-size: 4vw;
  }

  #event-content-wrap .social-feed-element {
    position: relative;
    margin-bottom: 3vw;
    font-size: 4vw;
  }

  .event-information h3 {
    width: 86%;
    font-weight: 700;
    font-size: 4.4vw;
    line-height: 1.3;
    margin: 0;
  }

  .event-information .event-location {
    color: rgb(0, 0, 0);
    margin-right: 8vw;
    padding-right: 2vw;
    width: 100%;
    margin-left: 0;
  }

  .border-no .slide-content {
    width: 100%;
  }

  div#event-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div#event-content {
    width: 100%;
    overflow: hidden;
  }

  div#tweet-event {
    width: 100%;
    margin-left: 0;
    background: #f8f8f8;
    padding: 2vw 4vw;
    margin-top: 3vw;
  }

  .widget.with-content img {
    width: auto;
    height: auto;
    opacity: 1;
  }

  .widget.with-content {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0 4vw 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  div#tweet-event h2 {
    font-size: 4.4vw;
  }

  .flex-column li::before,
  .widget li::before,
  .text-section li::before {
    content: "";
    position: absolute;
    height: 2vw;
    width: 2vw;
    left: -3.8vw;
    background: rgb(136, 38, 43);
    top: 2vw;
  }

  .contact-section .widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
  }

  .contact_section .contact-form .hbspt-form {
    margin: 0 auto 1vw !important;
    max-width: 100%;
  }

  input.hs-button.primary.large {
    font-size: 4vw;
    padding: 3vw 5vw;
  }

  .contact-section h3.gform_title {
    text-align: center;
    font-size: 4.8vw !important;
  }

  .contact_section .ginput_container input,
  .contact_section .ginput_container textarea {
    border: 1px solid #979797 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    font-family: "Arial" !important;
    font-size: 4vw !important;
    color: #4a4a4a !important;
    padding: 1.2vw 1.4vw !important;
  }

  .page-template-news .latest-posts .latest-post,
  .page-template-press .latest-posts .latest-post {
    height: auto;
  }

  .page-template-news .news-text h3,
  .page-template-press .news-text h3 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }

  .page-template-news .latest-posts .latest-post,
  .page-template-press .latest-posts .latest-post {
    width: 100%;
    height: auto;
    margin: 0 0 3vw;
  }

  .page-template-news ul.navi-wrap li,
  .page-template-press ul.navi-wrap li {
    font-size: 4vw;
  }

  .page-template-press .search-wrap {
    width: 100%;
    margin-bottom: 2vw;
    height: 9vw;
  }

  .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div#project-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 2vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  input.filter-input {
    font-size: 16px;
  }

  .page-template-news .search-wrap {
    width: 100% !important;
  }

  .page-template-news .loading-element {
    top: 22vw;
  }

  .single-news .news-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .single-news .news-right {
    width: 100%;
    float: right;
    padding: 0;
  }

  .section.cta .cta .wrap,
  .section.widgets_section .widgets .wrap {
    max-width: 92.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-left {
    text-align: center;
    margin-bottom: 2vw;
  }

  .blog-date {
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing: 0.05vw;
    color: #868686;
    padding-top: 1.4vw;
  }

  .single-news .search-wrap {
    width: 41%;
  }

  .nav-item:after {
    bottom: -1vw;
  }

  .single-news .latest-posts .latest-post {
    width: 100%;
    height: auto;
    margin: 0 0 3vw;
  }

  .section.text_with_image .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-right {
    margin-right: -9vw;
    margin-left: -9vw;
    width: 120%;
  }

  .section.text_section.parallax .wrap,
  .section.text_section.has-bg .wrap {
    position: relative;
    padding: 8vw;
  }

  .section {
    min-height: 0 !important;
  }

  .page-template-standard
    .timeline-event:nth-of-type(odd)
    .timeline-year::after {
    right: -3.9vw;
  }

  .standard-section .cta-left p {
    font-size: 4vw;
  }

  .timeline-event:last-child:nth-of-type(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2vw;
    height: 100%;
    background: #88272b;
    right: -4.5vw;
    z-index: 99;
    padding-bottom: 5vw;
  }

  .section.contact-section:nth-of-type(1) .contact-right {
    top: 0;
    z-index: 9;
    position: relative;
    right: 0;
    margin: 4vw 0 0;
  }

  .events-posts.latest-posts .latest-post {
    background: #fff;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #eee;
    padding: 1vw;
    margin-bottom: 0;
    flex-direction: column;
  }

  a.button.view {
    font-size: 3.1vw !important;
  }

  .events-posts .latest-post img,
  .events-posts .latest-post .image-hold {
    max-width: 42%;
    height: auto !important;
    margin-right: 2vw;
  }

  .events-posts .events-excerpt {
    font-size: 4vw;
  }

  .events-posts h3 {
    font-size: 4.2vw;
    font-weight: 600;
  }

  .event-search input.filter-input {
    font-size: 1.1vw;
  }

  ul.number-wrap li {
    font-size: 4vw;
  }

  .site-logo {
    width: 100%;
  }

  .site-branding-logo.no-title a img {
    max-width: 100%;
    width: 100%;
  }

  .header-social {
    display: none;
  }

  .top-nav {
    display: none;
  }

  .top-nav.show {
    display: block;
    background: none;
  }

  .show ul#intro-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3vw 0 1vw;
  }

  ul#intro-menu li {
    margin-left: 0.2vw;
    display: block;
    margin: 0 0 2vw;
    padding: 0;
    text-align: center;
    border: 0;
  }

  ul#intro-menu li:after {
    display: none;
  }

  .member-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .member-image {
    width: 100%;
  }

  .timeline-event:last-child:nth-of-type(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    width: 2vw;
    height: 136%;
    right: -5.5vw;
    z-index: 99;
    top: -2vw;
  }

  .timeline-event:last-child:nth-of-type(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: -1.5vw;
    bottom: 0;
    width: 1vw;
    height: 136%;
    left: -5.5vw;
    z-index: 99;
    padding-bottom: 5vw;
  }

  .standard-section
    .timeline-event:last-child:nth-of-type(odd)
    .timeline-content::after {
    right: -3.5vw;
  }

  .standard-section
    .timeline-event:last-child:nth-of-type(even)
    .timeline-content::after {
    left: -4vw;
  }

  .parallax .bg-container {
    opacity: 1 !important;
    height: 100%;
    /*position: relative;*/
	  position:absolute;
  }

  img.section-bg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    bottom: -100%;
    margin: auto;
    left: -100%;
    right: -100%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
  }

  .image_section .bg-container {
    position: relative;
  }

  .parallax img.section-bg {
    position: absolute;
  }

  table.schedule td {
    padding-right: 3vw;
  }

  .news-left {
    width: 100% !important;
    padding-right: 2vw;
    border-right: 0 !important;
    position: relative;
  }

  .news-right {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .page-template-news .newsimg {
    height: 45vw;
  }

  .page-template-news .image-hold {
    height: 45vw;
  }

  .tag-item {
    font-size: 4vw;
  }

  .widget-wrap.Center {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  h4 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-size: 4.2vw;
    font-weight: 800;
  }

  .accordion-title {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 4.2vw;
    padding: 4vw 4vw 4vw 0;
    border-top: 1px solid rgb(199, 199, 199);
    position: relative;
    line-height: 1.2;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .event-dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .event-day {
    width: 100%;
  }

  #upcoming_events .event-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  div#event-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special {
    padding-top: 0 !important;
    flex-direction: column;
  }

  .special-content {
    margin-right: 4vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 2rem 1rem;
  }

  .special p {
    font-size: 4vw;
  }

  .special a.button {
    font-size: 3vw;
    margin-left: 0;
  }

  .special-content-wrap {
    align-items: center;
  }

  .special-image {
    max-width: 100%;
  }

  .special i.fal.fa-arrow-right {
    margin-left: 1vw;
  }

  .list-title {
    margin-bottom: 2vw;
  }

  .fc-toolbar .fc-right {
    display: none;
  }

  button.fc-list-button {
    font-size: 4vw !important;
  }

  .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    flex-direction: column-reverse;
    padding: 3vw;
  }

  .fc-toolbar button {
    flex-grow: 1;
    padding: 3vw !important;
  }

  .fc-button-group {
    width: 100%;
    display: flex;
    float: none;
  }

  .fc-left {
    width: 100%;
  }

  .events-text,
  .events-posts .latest-post img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .latest-posts.events-posts {
    flex-wrap: wrap;
  }

  .easyPaginateNav a {
    flex-grow: 1;
  }

  .easyPaginateNav {
    justify-content: space-between;
  }

  span.year {
    font-size: 4vw;
  }

  .date {
    right: -4vw;
  }

  a.flex-prev {
    background: none;
  }

  .right-top {
    padding: 4vw;
  }

  a.flex-prev {
    background: none;
  }

  .countdown {
    font-size: 4.5vw;
    padding: 2vw !important;
  }

  .timer {
    padding: 3vw;
  }

  span.sharetext {
    padding: 4vw;
  }

  .addtoany_shortcode {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3vw;
  }

  .right-bottom {
    margin-bottom: 13vw;
  }

  li.flex-image.slick-slide {
    height: 54vw;
  }

  .section.widgets_section.resident-education-widgets .widget-intro {
    max-width: 89%;
    font-size: 4vw;
  }

  .section.widgets_section.resident-education-widgets .widgets .wrap {
    max-width: 90%;
  }

  .section.widgets_section.resident-education-widgets .widget {
    width: 100%;
  }

  .section.widgets_section.resident-education-widgets
    .widget:nth-of-type(2n + 2) {
    margin: 2vw 0;
  }

  .section.widgets_section.resident-education-widgets a.widget-link {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .section.widgets_section.resident-education-widgets .widget-content-new {
    font-size: 4vw;
  }

  .section.widgets_section.resident-education-widgets .widget-title {
    font-size: 4vw;
  }

  .section.column_image_text_section.resident-image-column .wrap > h2 {
    font-size: 5vw;
  }

  .column_image_text_section .wrap > p {
    font-size: 4vw;
    max-width: 100%;
  }

  .column_image_text_section .flex-columns {
    width: 100%;
  }

  .flex-left-content p {
    font-size: 4vw;
  }

  .column_image_text_section .flex-left-content a.button {
    font-size: 4vw;
  }

  .section.image_gallery_carousel {
    max-width: 94%;
  }

  div#gallery-slider {
    margin: 0 2vw;
  }

  #tweet-slider .slick-list {
    max-width: 90%;
    margin: 0 auto;
  }

  #tweet-slider .slick-left {
    left: -2vw;
  }

  #tweet-slider .slick-right {
    right: -2vw;
  }

  select {
    height: auto;
  }

  .section-wrap.video-text-section .flex-columns {
    flex-direction: column;
  }

  .video-text-section .flex-column.flex-content {
    order: 2;
  }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {
  /* Hide elements */

  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }

  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }

  /* Font sizes */

  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt;
  }

  /* Layout */

  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */

  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  .twentyseventeen-front-page.has-header-image .site-branding,
  .twentyseventeen-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75vw !important; /* override styles added by JavaScript */
  }

  .site-title {
    font-size: 25pt;
  }

  .site-description {
    font-size: 12pt;
    opacity: 1;
  }

  /* Posts */

  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  body,
  a,
  .site-title a,
  .twentyseventeen-front-page.has-header-image .site-title,
  .twentyseventeen-front-page.has-header-video .site-title,
  .twentyseventeen-front-page.has-header-image .site-title a,
  .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important; /* Make sure color schemes don't affect to print */
  }

  h2,
  h5,
  blockquote,
  .site-description,
  .twentyseventeen-front-page.has-header-image .site-description,
  .twentyseventeen-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important; /* Make sure color schemes don't affect to print */
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}

.pum-container {
  padding: 50px !important;
}
.pum-container .pum-content {
  flex-direction: column !important;
}
