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

/*--------------------------------------------------------------
>>> 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%;
}

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;
}

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;
	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:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.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: 'Gotham', sans-serif;
    font-size: 15px;
    font-size: 1.3vw;
    line-height: 1.4;
    color: #7a7878;
    font-weight: 300;
}

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

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: 3.4vw;
	font-weight: 300;
}

h2 {
	color: #000;
	font-size: 20px;
	font-size: 2.25vw;
	font-weight: 300;
}

h3 {
	color: #000;
	font-size: 18px;
	font-size: 2vw;
	font-weight: 300;
}

h4 {
	color: #000;
	font-size: 16px;
	font-size: 1.8vw;
	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;
	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;
	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%);
    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 .4s;
    -o-transition: opacity .4s;
    transition: opacity .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: .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 0 1.5vw 1.5vw;
}

/*--------------------------------------------------------------
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: #222;
	text-decoration: none;
}

a:focus {
}

a:hover,
a:active {
	color: #000;
	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; */
    overflow: hidden;
    height: 17.5vw;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover!Important;
    background-position: center!important;
    z-index: 0;
}

.post-thumbnail img {
    display: block;
}

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

.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: auto;
    float: right;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    -webkit-transition: top 1s, opacity 2s;
    -o-transition: top 1s, opacity 2s;
    transition: top 1s, opacity 2s;
    /*position: absolute;
    top: 113%;*/
    /* flex-grow: 1; */
    /* justify-content: flex-end; */
		opacity: 1;
    font-size: 1.2vw;
}

.minimize .navigation-top {

    top: auto;
    position: relative;
    /* overflow: hidden; */
    max-width: 100%;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-grow: 1; */
    /* justify-content: flex-end; */
    /* width: 34vw; */
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;

}

div#intro-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    float: none;
    /* width: 100%; */
    /* margin-top: 2.5vw; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: .25vw;
}

.menu-top-nav-container {order: 2;margin-left: auto;}

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

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

ul#intro-menu li a {
    /* background: rgb(122, 77, 109); */
    padding: 1.05vw 1vw;
    color: rgb(255, 255, 255);
    font-size: .9vw;
    font-weight: 600;
    -webkit-transition: font-size .2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

ul#intro-menu li:last-child a{
	color: rgb(255, 255, 255);
	background-color: rgb(128, 67, 155);
	min-width: 10vw;
	text-align: center;
}

ul#intro-menu li:last-child a:hover{
	background-color: rgb(255, 255, 255);
	color: rgb(128, 67, 155);
}

.minimize ul#intro-menu li a {
    /* font-size: .8vw; */
}

.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;
}

.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;
	height: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

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

.menu-primary-container {
    height: 100%;
}

.main-navigation ul ul {
    border-radius: 0 0 2px 2px;
    top: 103%;
    border-radius: 0 0 2px 2px;
    /* -webkit-box-shadow: 0 5px 9px 2px rgba(0,0,0,0.25); */
    -moz-box-shadow: 0 5px 9px 2px rgba(0,0,0,0.25);
    /* box-shadow: 0 5px 9px 2px rgba(0,0,0,0.25); */
    min-width: 14vw;
    /* width: auto; */
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.2vw 0 0;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    padding: 1.3vw 0;
    position: relative;
    font-weight: 300;
    font-size: 1.2vw;
    -webkit-transition: font-size .3s;
    -o-transition: font-size .3s;
    transition: font-size .3s;
}

ul#intro-menu ul li::after, ul#top-menu ul li::after {
    position: absolute;
    content: '';
    width: 65%;
    height: .1vw;
    background: rgb(95, 20, 126);
    left: 0;
    right: 0;
    margin: auto;
}

.main-navigation li.current-menu-item > a {
    font-weight: 600;
}

ul#intro-menu ul li:last-child::after, ul#top-menu ul li:last-child::after {
    background: none;
    height: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-right: 1.6vw;
    /* text-transform: uppercase; */
    height: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: height .3s, -webkit-transform .3s;
    transition: height .3s, -webkit-transform .3s;
    -o-transition: height .3s, transform .3s;
    transition: height .3s, transform .3s;
    transition: height .3s, transform .3s, -webkit-transform .3s;
}

.main-navigation li:hover {
    -webkit-transform: translateY(-.15vw);
        -ms-transform: translateY(-.15vw);
            transform: translateY(-.15vw);
}

 .main-navigation #top-menu > li:first-child{
	margin-left: 1.6vw;
}

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

.minimize .main-navigation li {
    margin-right: 1.6vw;
    margin-left: 0;
    /* padding-top: .5vw; */
}

.main-navigation a {
	display: block;
	padding: 0.1vw 0;
	text-decoration: none;
	font-weight: 500;
	/* display: flex; */
	position: relative;
	padding-bottom: 0;
}

.minimize .main-navigation a {
    color: rgb(91, 39, 134)!important;
    padding-bottom: 0;
    font-size: 1.2vw;
}

.no-slides .main-navigation a {
    color: #000;
}

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

ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    text-align: left;
    background: #137988d4;
    min-width: 10vw;
    /* padding-top: 3.5vw; */
    max-height: 0;
    overflow: hidden;
    -webkit-transition: padding-top .5s;
    -o-transition: padding-top .5s;
    transition: padding-top .5s;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    text-align: left;
    background: rgba(19,121,136,.8313725490196079);
    min-width: 0vw;
    max-height: 0;
    overflow: hidden;
    /* transition: max-height .5s,padding-top .5s; */
    left: -50%;
    right: -50%;
    /* width: 17vw; */
    margin: auto;
    z-index: 9;
}

.minimize ul.sub-menu {
    /* padding-top: 2vw; */
}

ul.sub-menu li {
    margin: 0;
    /* background: #eee; */
    display: block;
    padding: .4vw 1vw;
    height: auto!important;
    text-align: center;
}

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

.main-navigation ul ul li:hover a {
		color: #fbcb66;
	}

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

.menu-effect {
    content: '';
    position: absolute;
    width: 100%;
    height: .3vw;
    bottom: 100%;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
    top: auto;
    background: #636363;
    display: none;
}

.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 {
    height: 215%;
    top: auto;
}

.minimize .main-navigation li:hover ul.sub-menu a {
    font-size: 1vw;
    padding-bottom: 1.3vw;
}

.minimize .main-navigation li:hover ul.sub-menu li {
    margin-left: 0;
}

/* 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;
	border: navajowhite;
}

.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: rgb(105, 0, 131);
	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:focus {
}

.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;
}

/*** Header Search ***/

button.search-submit {
    margin: 0;
    background: none;
    border: 0;
    padding: .5vw .25vw;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(155, 155, 155);
    font-size: 1.4vw;
    line-height: 1;
    -webkit-transition: font-size .5s;
    -o-transition: font-size .5s;
    transition: font-size .5s;
		color: #502675;
}
button.search-submit:hover {
    background: none;
    color: rgb(155, 155, 155);
    border: none;
}
.minimize button.search-submit {
    /* font-size: 1.4vw; */
}
.search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
 .button-layer {
     position: relative;
     /* opacity: 0; */
     -webkit-transition: opacity .6s;
     -o-transition: opacity .6s;
     transition: opacity .6s;
     margin-left: .25vw;
}
 .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;
}

.search-enter.button {
    background: none;
    margin-left: 1vw;
    padding: 1vw 5vw;
    cursor: pointer;
    text-transform: uppercase;
    border-width: 2px!important;
    border-radius: 3px;
    margin-top: 0;
    line-height: 1.6;
}
 input#search-input {
     border-radius: 0;
     width: 15vw;
     font-size: 1vw;
     max-width: 0;
     overflow: hidden;
     padding: 0;
     border: 0;
     -webkit-transition: max-width .8s;
     -o-transition: max-width .8s;
     transition: max-width .8s;

     border: 1px solid #fff;
     background: #eee;
     padding: .35vw 0;
     margin-left: 0;
     background: none;
     border-bottom: 1px solid rgb(87, 31, 121);
     border-bottom: 1px solid rgba(0, 0, 0, 0);
     -webkit-transition: max-width .8s, border-color .8s;
     -o-transition: max-width .8s, border-color .8s;
     -webkit-transition: max-width .8s, border-color 1s;
     -o-transition: max-width .8s, border-color 1s;
     transition: max-width .8s, border-color 1s;
		 max-width: 15vw;
     /* border: 1px solid rgb(206, 206, 206); */
     padding: .35vw 0;
     margin-left: .5vw;
     background: none;

}
.open .close-search {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.close-search {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    position: absolute;
    right: 0;
    cursor: pointer;
}
 input#search-input.open {
     max-width: 20vw;
     /* border: 1px solid rgb(206, 206, 206); */
     padding: .35vw 0;
     margin-left: .5vw;
     background: none;
     border-bottom: 1px solid rgb(87, 31, 121);
}
 form.header-search-form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     /* margin-left: 1vw; */
     /* display: none; */
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
		 background-color: #fff;
		 margin-top: .5vw;
		 margin-bottom: .5vw;
}

.minimize header.open-search #top-nav {
    max-width: 0;
    opacity: 0;
}

li.slide.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    /* opacity: 0; */
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

li.slide.video-embed .content-wrap {
    display: none;
}

.slide iframe {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

li.slide.video-embed.A-Roll .content-wrap {
    display: none;
}

li.slide.video-embed.A-Roll {
    opacity: 1;
}

.play-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vw;
    width: 15vw;
    margin: auto;
    background: rgb(96, 44, 128);
    color: #fff;
    font-size: 4vw;
    border-radius: 10%;
    cursor: pointer;
}

.playing .play-button {
	display: none;
}

.stopped .play-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-file .slide-video {
    position: relative;
    top: 0!Important;
}

.slide-video video {
    width: 100%;
}

.video-file audio::-webkit-media-controls-timeline,
.video-file video::-webkit-media-controls-timeline {
    display: none;
}

/*--------------------------------------------------------------
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;
	position: relative;
	/* 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: 86%;
}

.wrap:after {
	clear: both;
	/* content: ""; */
	display: block;
}

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

#masthead .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center; */
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 90%;
}

.site-header {
	background-color: #fff;
	position: relative;
	z-index: 999999;
}

/* 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: 1.25vw 0;
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.site-logo {
    text-align: center;
    height: 100%;
}

.site-branding a .header-title * {
    margin: 0 0 0 1vw;
    white-space: nowrap;
    font-size: 1.5vw;
    -webkit-transition: font-size .5s;
    -o-transition: font-size .5s;
    transition: font-size .5s;
}

.site-branding a .header-title strong {
	margin: 0;
}



.minimize h1.site-title-header {
    font-size: 1vw;
}

.site-branding-logo a img {
    max-height: 4vw;
    /* -webkit-transition: max-height .6s; */
    -o-transition: max-height .6s;
    /* transition: max-height .6s; */
    display: block;
}

.minimize .site-branding-logo a img {

}

.site-branding-logo.no-title {
    width: auto;
    display: block;
    height: 100%;
}

.no-title .site-logo {
    text-align: center;
    display: block;
}

.site-branding-logo.no-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    /* display: block; */
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}



.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slide-content {
    width: 45%;
    padding: 5vw;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.2;
    font-weight: 300;
    position: relative;
}
.content-wrap.center .slide-content {
    padding: 5vw 0;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(87, 31, 121); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

a.button.slide-button {
    background: none;
    border: 2px solid;
    padding: 1vw 3vw;
    font-weight: 500;
}

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

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}

.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 0 0;
    /* width: 100%; */
    text-align: left;
}

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

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

.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: 4vw 0 0;
    position: absolute;
    top: 0;
    bottom: auto;
    height: auto;
}





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

.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 5vw 4vw 3vw;
}

.border-no .content-wrap.bottom_left .slide-content {
    text-align: left;
    padding: 0;
    margin: 0 0 4vw 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: 4vw 0 0;
    position: absolute;
    top: 0;
    bottom: auto;
    height: auto;
}


.border .border::after {
    max-width: 100%;
    -webkit-transition: max-width .8s;
    -o-transition: max-width .8s;
    transition: max-width .8s;
}
.border .border.top-left::after {
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .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 .8s;
    -o-transition: max-width .8s;
    transition: max-width .8s;
}
.border .border.top {
    max-width: 100%;
    -webkit-transition: max-width .8s;
    -o-transition: max-width .8s;
    transition: max-width .8s;
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
}
.border.bottom {
    position: absolute;
    bottom: 0;
    max-width: 0;
    background: #fff;
    height: 3px;
    width: 100%;
    -webkit-transition: max-width .8s;
    -o-transition: max-width .8s;
    transition: max-width .8s;
    right: 0;
}
.border .border.bottom {
    max-width: 100%;
    -webkit-transition: max-width .8s;
    -o-transition: max-width .8s;
    transition: max-width .8s;
}

.border.left, .border.right {
    position: absolute;
    height: 100%;
    width: 3px;
    bottom: 0;
    margin: auto;
    background: #fff;
    max-height: 0;
    -webkit-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .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: #000;
    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 .8s;
    -o-transition: max-height .8s;
    transition: max-height .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 h1 {
    /* margin: 0; */
}
.slide-content p:nth-last-of-type(1) {
    margin: 0;
}
.slide-image img {
    height: auto;
    width: 100%;
    display: block;
	position: relative;
}

div#slider {
    overflow: hidden;
    position: relative;
    margin-top: 6.7vw;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

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

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

.home .slide-content {
    background: rgba(255, 255, 255, 0.82);
}

.home .slide-content .slide-title {
    color: rgb(87, 31, 121);
}

.home .slide-content p {
    color: rgb(0, 0, 14);
}

.home a.button.slide-button {
    color: rgb(87, 31, 121);
    border-color: rgb(87, 31, 121);
}

.home a.button.slide-button:hover {
    color: rgb(255, 255, 255);
}

.home .content-wrap.bottom_left .slide-content {
    margin: 0 0 0 13vw;
    width: 39%;
    padding: 5vw 3vw;
}

.home .content-wrap.bottom_right .slide-content {
    margin: 0 13vw 0 0;
    width: 39%;
    padding: 5vw 3vw;
}

.flex-direction-nav li a {
    display: block;
}

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: 9;
  /*  -webkit-box-shadow: 0px 2px 5px 0px rgba(79, 79, 79, 0.48); */
    /*box-shadow: 0px 2px 5px 0px rgba(79, 79, 79, 0.48); */
    top: 3.3vw;
		border-bottom: 2px solid #f1db87;
}

.admin-bar .brand-nav {
    top: calc(32px + 2.62vw);
}

.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;
}

ul#intro-bar {
    margin: 0;
    list-style: none;
		display: flex;
}

ul#intro-bar li > a {
    font-size: 1vw;
    padding: .7vw 1vw;
    color: #502675;
    font-weight: 500;
    font-size: 1vw;
    width: auto;
}

ul#intro-bar li {
    display: flex;
}

#masthead #top-navigation .wrap {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

div#top-navigation {
    position: fixed;
    width: 100%;
    background: #eee;
}

.header-social{
	margin-left: 2vw;
}

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

/*--------------------------------------------------------------
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;
	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;
}

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

.no-slides .site-content {
    padding: 8vw 0 0;
}

.single .site-content {
    padding: 8vw 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: 3.4vw;
	font-weight: 800;
	letter-spacing: 0.14vw;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25vw;
	font-size: 1.7vw;
	line-height: 1.2;
	padding-top: 1vw;
}

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

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

.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;
	display: none;
}

.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: 800;
	padding: 2vw 0 3vw;
	text-align: center;
}

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

.comments-pagination {
	border: 0;
}

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

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

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

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5vw;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.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;
}

.search .site-main > article {
    margin-bottom: 2vw;
    border-bottom: 1px solid;
    padding-bottom: 3vw;
}

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; */
}

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

.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;
}

/* 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;
	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: -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;
}
.team_section .image-hold {
    height: 100%;
}
.single-bios .email-form.section.visible {
    display: none;
}
.modal-wrap p:last-child {
    margin-bottom: 4vw;
}
.member-thumb {
    background: #000;
    width: 100%;
    height: 21.485vw;
    position: relative;
    overflow: hidden;
}
ul.bio-info {
    margin: 0;
    list-style: none;
    font-size: 1.25vw;
    font-weight: 400;
}



ul.bio-info li {
    margin-bottom: .25vw;
    text-transform: none;
}

.team_section .latest-post:hover .team-text {
    -webkit-transform: translateY(-1vw);
        -ms-transform: translateY(-1vw);
            transform: translateY(-1vw);
}

.team-text:after {
    content: '';
    width: 100%;
    height: 1.6vw;
    background: rgb(87, 31, 121);
    position: absolute;
    bottom: -1.1vw;
    left: 0;
}
div#more-member {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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 .3s, z-index 1s;
    -o-transition: opacity .3s, z-index 1s;
    transition: opacity .3s, z-index 1s;
}
div#more-member.show-member {
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity .3s, z-index 1s;
    -o-transition: opacity .3s, z-index 1s;
    transition: opacity .3s, z-index 1s;
}
.member-left {
    width: 32%;
    float: left;
}
.member-right {
    width: 67%;
    float: right;
}
.member-right .member-title {
    color: #000;
    padding-bottom: .5vw;
    margin-bottom: .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: .2vw;
    position: absolute;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .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 .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 99;
}
.member-thumb:hover::before {
    content: '';
    opacity: .4;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .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-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 4vw;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 89%;
    z-index: 99;
}
.member-thumb:hover .member-info {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.member-name {
    color: #00BCD4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5vw;
    letter-spacing: .2vw;
}
.member-title {
    color: #fff;
    font-size: 1.2vw;
    margin-top: .4vw;
}
/*--------------------------------------------------------------
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;
}

.page:not(.home) #content {
}

/* 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.widget {
    width: 50%;
    height: 27vw;
    position: relative;
    padding: .2vw;
    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%);
}

.home-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    -webkit-transition: background .3s, padding .8s;
    -o-transition: background .3s, padding .8s;
    transition: background .3s, padding .8s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    /* flex-wrap: wrap; */
    /* margin: 0 3vw 0; */
}
.widget-title {
    font-size: 2vw;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,5%,0);
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.widget-title::after {
    /* content: ''; */
    position: absolute;
    left: 0;
    right: 0;
    max-width: 0;
    bottom: .1vw;
    border-bottom: 2px solid rgb(255, 255, 255);
    -webkit-transition: max-width .3s;
    -o-transition: max-width .3s;
    transition: max-width .3s;
    margin: auto;
}
.widget-content:hover .widget-title::after {
    max-width: 100%;
}
.widget-content:hover .widget-title {
    -webkit-transform: translate3d(0,45%,0);
    transform: translate3d(0,5%,0);
    color: rgb(255, 255, 255);
}
.skills {
    -webkit-transform: translate3d(0,-145%,0);
    transform: translate3d(0,-145%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    font-size: 1.6vw;
}
.widget-content:hover .skills {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

.home-widget {
    width: 48%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 25.6vw;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    margin: 0 3vw 3vw 0!important;
}

.home-widget:nth-of-type(3n+2) {
    /* margin: 0 0 0 3.4vw; */
}

.move-widgets .home-widget {
    width: 31%;
}

.widget-background {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.widget-background img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;
    display: block;
    min-width: 103%;
    min-height: 100%;
    opacity: 1;
}
.widget-content:hover .widget-background img {
    opacity: .5;
}
.home-widget:nth-of-type(2) .widget-background img {
    left: -103%;
}
.home-widget:nth-of-type(1) .widget-background img {
    right: -103%;
}
.widget-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(238, 238, 238, 0.44); */
    -webkit-transition: background-color 0.35s;
    -webkit-transition: background-color 0.65s;
    -o-transition: background-color 0.65s;
    transition: background-color 0.65s;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.widget-content:hover {
    background-color: rgba(58,52,42,0);
}
.widget-content p {
    font-size: 1vw;
    top: .8vw;
    position: relative;
    max-width: 80%;
    margin: 1vw auto;
    font-weight: 300;
    color: #fff;
    font-size: 1.4vw;
}


.widget-content::before, .widget-content p {
    /* opacity: 0; */
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
    /* transition: opacity 0.35s, transform 0.35s; */
    /* -webkit-transform: scale(0); */
    /* transform: scale(0); */
}

.widget-content:hover::before, .widget-content:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    color: rgb(255, 255, 255);
}

.widget-content::before {
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    bottom: 2.5vw;
    left: 2.5vw;
    border: 2px solid rgb(255, 255, 255);
    /* content: ''; */
}

.widget-content a.button {
    z-index: 1;
}

.home-widget::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    width: 100%;
    height: 100%;
    /* content: ''; */
    display: block;
}
.home-widget:hover::before {
    display: none;
}

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

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

.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: flex; */
    /* align-items: 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 .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .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;
}


.hover-content {
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: .2vw;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .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: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.hover-content p {
    margin: 0;
}

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

.hover-content h3 {
    font-size: 1.4vw;
    color: #fff;
    margin: .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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.2vw;
    /* text-transform: uppercase; */
    color: #7a7878;
    font-weight: 100;
    z-index: 9;
}



.button, button, input.gform_button, p.directions a, a.button {
    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%);
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    font-size: 1.2vw;
    line-height: 1;
    margin-top: 2vw;
    padding: 1.5vw 4vw;
    display: inline-block;
    -webkit-transition: opacity .4s, color .4s, border-color .2s;
    -o-transition: opacity .4s, color .4s, border-color .2s;
    transition: opacity .4s, color .4s, border-color .2s;
    font-weight: 400;
}

.text_section_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2vw;
}

.text_section_buttons .button {
    margin: 0 2vw;
}

.widget a.button {
    background: #fff;
    color: #2c2d2f;
}

a.button:hover {
    opacity: .85;
}

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

p.directions a {
    background: #fbb31c;
    border: 0;
    margin: 0;
    color: #fff;
    padding: 1vw 3vw .8vw;
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase;
}

.article-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.article-wrap article {
    width: 20%;
    /* padding: .5vw; */
    margin: .5vw;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}


.article-wrapper {
    /* border: 1px solid #1379887d; */
    /* background: #fff; */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 10v;
}

.thumb-place {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    height: 17.3vw;
    background-color: rgb(238, 238, 238);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.thumb-place:hover {
    opacity: .8;
}

.thumb-place a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-wrapper header.entry-header, .article-wrapper .entry-content {
    padding: 0 1vw;
    position: relative;
    max-width: 20vw;
}
.article-wrapper .entry-content {
    padding: 0 1vw 1vw;
    line-height: 1.1;
    font-size: 1.6vw;
    /* flex-grow: 1; */
    /* display: flex; */
    /* flex-direction: column; */
    color: #fff;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    clear: none;
    margin-bottom: 1vw;
    padding: 0;
}

.post-exc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

span.page-numbers.current {
    padding: .5vw 8vw;
}

article a.button {
    /* background: #fbcb66; */
    /* color: #000; */
    font-weight: 500;
    font-size: 1vw;
    display: block;
    text-align: center;
    margin-top: .5vw;
}

.search a.button {
    display: inline-block;
}

.article-wrapper .entry-title a {
    color: #fff;
    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: 32%;
}

.grid-sizer {
    display: none;
}

img.attachment-mantyframe-featured-image.size-mantyframe-featured-image.wp-post-image {
    position: absolute;
    max-width: none;
}

.article-wrap article:nth-of-type(1), .article-wrap article:nth-of-type(2), .article-wrap article:nth-of-type(5), .article-wrap article:nth-of-type(7) {
    width: 180px;
    width: 19vw;
    height: 19vw;
    overflow: hidden;
}

.article-wrap article:nth-of-type(4) {
    width: 180px;
    width: 19vw;
    height: 39vw;
    overflow: hidden;
    position: absolute;
    top: 31.5vw;
}

.article-wrap article:nth-of-type(3) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 382px;
    width: 40vw;
    height: 39vw;
}

.article-wrap article:nth-of-type(6) {
    width: 45vw;
    height: 19vw;
    right: 27vw;
    position: absolute;
    top: 51.5vw;
}

.article-wrap article:nth-of-type(5) {
    position: absolute;
    top: 31.5vw;
    left: 27vw;
}

.article-wrap article:nth-of-type(7) {
    position: absolute;
    right: 7vw;
    top: 51.5vw;
}

.blog main#main .article-wrap {
    height: 67vw;
}

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 .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .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);
    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 .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -.3vw;
    left: auto;
    max-width: 7%;
}

.pillar-icon.icon-3 {
    top: auto;
    bottom: -.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1vw;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

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

.pillar h2 {
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 100;
    padding-bottom: .3vw;
    border-bottom: .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 .2vw;
    display: inline-block;
    zoom: 1;
    border-radius: 100%;
    border: .1vw solid #fff;
    cursor: pointer;
}

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

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

.interior .section-wrap h2 {
    /* font-size: 2.4vw; */
    /* text-transform: uppercase; */
    /* font-weight: 100; */
    /* color: #53b8ae; */
}

div#leaders {
    max-width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
}

.logo-text {
    text-align: left;
    font-size: 1.25vw;
    font-weight: 400;
}

#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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: 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: .4vw;
}

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

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



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

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

.service {
    width: 33.33333%;
    height: 21.437vw;
    position: relative;
    padding: .3vw .3vw .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: .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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6vw;
    z-index: 9;
    color: #747474;
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -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 .3s;
    -o-transition: max-width .3s;
    transition: max-width .3s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

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

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

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

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

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

/*** Projects ***/

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

.project-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #c9cbcc;
    padding: 1vw 2vw;
    -webkit-box-pack: justify;
        -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 .5s;
    -o-transition: margin-bottom .5s;
    transition: margin-bottom .5s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    display: none;
}

.projectmodal {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 2vw;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .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: -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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    -webkit-transition: top .8s, opacity .8s;
    -o-transition: top .8s, opacity .8s;
    transition: top .8s, opacity .8s;
    z-index: 9;
    overflow: hidden;
}

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

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

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

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

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

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

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

.infowrap {
    text-align: center;
    -webkit-transform: translateY(4vw);
        -ms-transform: translateY(4vw);
            transform: translateY(4vw);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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: .2vw;
}

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

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

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

.featuredproducts {
    margin: .8vw 0;
}



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

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

.modal-left h3 {
    font-size: 1vw;
    color: #fff;
    margin: 0 0 .8vw;
    padding: 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: .2vw solid;
    border-bottom: .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;
}

/*** LightTalk ***/

div#news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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: 95%;
    -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;
        -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 .3s, z-index 1s;
    -o-transition: opacity .3s, z-index 1s;
    transition: opacity .3s, z-index 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.more-news.show-news {
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity .3s, z-index 1s;
    -o-transition: opacity .3s, z-index 1s;
    transition: opacity .3s, z-index 1s;
}


.news-left {
    width: 101.5%;
    float: left;
    margin: 0 -.5vw;
}
.news-right {
    width: 100%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3vw;
    z-index: 9999;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.news-right .news-title {
    color: #000;
    padding-bottom: .5vw;
    margin-bottom: .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: .2vw;
    position: absolute;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    top: .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 .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 99;
    padding: 1vw 1.2vw;
}
.news-thumb:hover .news-info {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .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: .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: .4vw;
}

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

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

/*** 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(-.5vw) translateX(-.8vw);
        -ms-transform: translateY(-.5vw) translateX(-.8vw);
            transform: translateY(-.5vw) translateX(-.8vw);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: 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 .4s;
    -o-transition: opacity .4s;
    transition: opacity .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: .2vw;
    position: absolute;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    top: .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;
}

.contact-top .gfield input, .contact-top .gfield textarea {
    width: 100%!Important;
}

.contact-top .gfield label {
    display: none!Important;
}

.contact-top .gfield_checkbox label {
    display: block!important;
}

.contact-top .gfield.show-label label {
    display: block!important;
}

.contact-top .gfield.show-label > label {
    margin-top: 2vw;
}

.contact-top .show-label {
    margin-bottom: 3vw;
}

img.ui-datepicker-trigger {
    position: absolute;
    top: 1vw;
    right: 1vw;
}

.contact-top .datepicker {
    position: relative!important;
}

.contact-top .ginput_container.ginput_container_date {
    position: relative;
}

.contact-top .gfield_radio li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-top .gfield_checkbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gfield_sublabel_below label {
    display: block!important;
}

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

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

ul#gform_fields_1 {
    list-style: none;
}

.form-wrap label {
    display: none;
}

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

.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_button {
    border: 0;
    margin: 0;
    color: rgb(255, 255, 255);
    background: rgb(7, 88, 97);
    float: right;
    padding: 1vw 3vw .8vw;
    font-size: 1vw;
    font-weight: 600;
    margin: 0!Important;
}

/*** Events ***/

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

div#calendar {
    float: left;
    width: 59%;
}

.fc-center h2 {
    font-size: 1.8vw;
    text-transform: uppercase;
    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: #eee;
    padding: 1vw;
}

.daymo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: 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 .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-event, .fc-event-dot {
    background: #000!important;
    border-color: #000!important;
}

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

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

/** Flex Template **/

.section:not(article) h2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 2vw;
    font-size: 1.8vw;
    font-weight: 300;
    font-size: 2vw;
    font-weight: 300;
    text-transform: none;
}

.flex-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
}

.flex-columns > div {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /* flex-direction: column; */
    /* height: 100%; */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section.image_text_section .flex-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section.image_text_section {
    margin: 0 -7vw 2vw;
    padding: 0;
}

.image-right .flex-column.flex-content {
    margin-left: 7vw;
    padding-right: 4vw;
}

.image-left .flex-column.flex-content {
    margin-right: 7vw;
    padding-left: 4vw;
}

.flex-column.flex-image-column img {
    width: 100%;
    display: block;
}

.flex-columns.image-left .flex-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.flex-columns .flex-image-column {
    width: 62%;
}

.flex-columns.image-left .flex-content h2 {
    text-align: left;
}

.flex-columns.image-right .flex-content h2 {
    text-align: left;
}

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

.grid-gallery .flex-image {
    width: 29.6vw!important;
    height: 19vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 .45vw .45vw 0!important;
}

.image_gallery_grid .flex-image:nth-of-type(3n+2) {
    margin: 0 .45vw .45vw;
}

.grid-gallery .flex-image:nth-of-type(3n+3) {
    margin: 0 0 .45vw!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: 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: '';
    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: 115%;
    display: block;
}

.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: .9vw;
}



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

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

.slide-wrap.open .gal-info, .slide-wrap.open .gal-title {
    color: rgb(255, 255, 255);
}

.grid-slider {
    position: relative;
}

.slide-wrap {
    position: absolute;
    /* top: 0!important; */
    /* bottom: 0; */
    z-index: -3;
    /* background: #eee; */
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    height: auto;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    position: absolute;
    /* display: none; */
    margin: 0 1vw 1vw;
    padding-bottom: 1vw;
}

.slide-wrap.open {
    display: block;
    opacity: 1;
    z-index: 9;
    height: auto;
    /* top: 0!Important; */
}

.slide-wrap .team-excerpt.team-title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.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: #000;
    cursor: pointer;
}

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

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

.section {
    margin-bottom: 2vw;
    /* opacity: 0; */
    -webkit-transition: opacity 1.8s;
    -o-transition: opacity 1.8s;
    transition: opacity 1.8s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    padding: 2vw 0;
    position: relative;
    overflow: hidden;
}

.section:first-child {
    padding-top: 0;
}

.section.image_gallery_carousel.latest-open {
    opacity: 1;
}

.section.visible {
    opacity: 1;
}

div#gallery-slider {
    margin: 0 auto;
    overflow: visible;
}

#gallery-slider li.flex-nav-prev {
    left: -4vw;
    position: relative;
}

#gallery-slider li.flex-nav-next {
    right: -4vw;
    position: relative;
}

#gallery-slider .flex-direction-nav {
    width: 100%;
    opacity: 1;
}

div#gallery-slider .slides li {
    margin: 0 .5vw 0 0!important;
    height: 20vw!important;
    overflow: hidden;
    width: 29.526vw!important;
}

.latest-posts .latest-post {
    width: 21.28%;
    width: 18.3vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 2vw 3.2vw 0;
}

.latest_section .latest-post:nth-of-type(3n+2) {
    /* margin: 0 .45vw .45vw; */
}

.latest-posts .latest-post:nth-of-type(6n+3) {
    /* margin: 0 .45vw .45vw; */
}

.latest_section .latest-post:nth-of-type(6n+3) {
    /* margin: 0 0 .45vw; */
}


.latest-posts {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 .6s;
    -o-transition: top 1s, background .6s;
    transition: top 1s, background .6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}

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

.latest-post .border.left, .latest-post .border.right {
}

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

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

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

.blog-text a.more {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: .25vw;
}

.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: 1.2vw;
    margin-top: .5vw;
    /* color: #fff; */
}

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

.blog-text h3:after {
    content: '';
    width: 0;
    height: .1vw;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -0.45vw;
    -webkit-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .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; */
    /* transition: top .4s; */
    /* transition-delay: 1s; */
}

.latest-post:hover .blog-text h3 {
    /* top: 0; */
    /* transition: top .3s; */
    /* transition-delay: 0s; */
}

.latest-post img {
    /* transform: scale(1); */
    /* transition: transform 60s; */
    width: 100%;
    max-width: none;
    min-width: 100%;
    /* min-height: 100%; */
}

.page-template-archive-template .latest-post img {
    /* transform: scale(1); */
    /* transition: transform 60s; */
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    display: block;
    height: auto;
    -webkit-transform: none!Important;
        -ms-transform: none!Important;
            transform: none!Important;
}

.latest-post:hover img {
    /* transform: scale(2); */
}

.featured-image {
    float: left;
    margin: 0 0 1vw 0;
    width: 100%;
    clear: both;
    position: relative;
}

.post-date {
    font-weight: 600;
    margin-bottom: 2vw;
}

h1.single-entry-title {
    clear: none;
    padding: 0;
    /* text-transform: uppercase; */
    color: #000;
    font-weight: 500;
    font-size: 2.6vw;
    float: left;
    width: 90%;
}

.intro-wrap {
    display: flex;
    align-items: center;
}

.single-articles .share-this {
    z-index: 99;
    top: 1vw;
    /* margin-top: 4vw; */
    /* bottom: -.9vw; */
    /* flex-direction: row; */
    /* right: 3vw; */
    right: 1vw;
}

.single-articles .share-this a {
    /* margin: 0 1vw 0 0; */
}

.single-articles .share-this a:last-child {
    margin-right: 0;
}

.single-articles .share-this::after {
    bottom: 0;
    top: 0;
    right: -9.1vw;
    border-top: .8vw solid rgba(0, 0, 0, 0);
    border-bottom: .8vw solid rgba(0, 0, 0, 0);
    border-left: 1vw solid rgba(87, 30, 122, 0.6901960784313725);
}



.article-content {
    float: left;
    width: 100%;
}

.single-articles .post-share {
    text-align: right;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    top: 0;
    position: relative;
    float: right;
    clear: right;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.image-hold {
    width: 100%;
    height: 100%;
    background: rgb(214, 214, 214);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15vw 3vw;
}

.news-text {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 1vw;
    background: transparent;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

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

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

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

.news-text h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-size: 1.7vw;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    line-height: 1.5;
}

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

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

ul.navi-wrap li {
    cursor: pointer;
    position: relative;
    color: rgb(128, 128, 128);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2vw;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

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

ul.number-wrap li.selected, ul.number-wrap li:hover, .navi-wrap li span:hover {
    max-width: 100%;
    color: #075861;
}
ul.number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: auto;
    margin: 0;
}
ul.number-wrap li {
    margin: 0 1vw;
        padding: 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 .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%;
    border-radius: 100%;
    overflow: hidden;
    /* width: 0; */
    /* height: 0; */
    -webkit-transition: width .5s, height .5s, -webkit-border-radius .5s;
    -o-transition: width .5s, height .5s, border-radius .5s;
    -webkit-transition: width .5s, height .5s, border-radius .5s;
    transition: width .5s, height .5s, border-radius .5s;
    padding: 2vw;
    background: rgb(238, 238, 238);
}

.bio {
    color: #000;
    float: right;
    width: 62%;
}

.bio p, .bio li {
    color: #000;
}


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

.team-link {
    color: #fff;
}

.modal-meta a {
    color: rgb(181, 181, 181);
}

.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: #000;
    text-transform: uppercase;
    margin: 0;
    font-size: 2vw;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 1vw;
}

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

.project-cat {
    position: absolute;
    right: -5vw;
    bottom: -6vw;
    width: 17vw;
    height: 17vw;
    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: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: 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: .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: calc(100% + 10%);
    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: -ms-flexbox;
    display: flex;
}

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

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

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



.project_pag_loading {
}

.loader {
    background: #eeeeeec7;
    position: absolute;
    top: 20vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -7vw;
    /* z-index: -1; */
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    margin: 7vw auto 0;
    background: none!Important;
}

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

.loading-element {
    height: 60px;
    width: 60px;
    opacity: 0;
    margin-right: 40px;
    display: inline-block;
    position: absolute;
    margin-top: -3vw;
    top: 7vw;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    -webkit-animation: rotateplane 2s infinite ease-in-out;
    animation: rotateplane 2s infinite ease-in-out;
    display: none;
}

li.inactive span {
    display: none;
}

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

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.team_section .latest-post {
    height: 27vw;
    width: 31%;
    margin: 0 1vw 2vw;
}

.team-pagination-content .latest-post .image-wrap {
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,rgb(255, 255, 255) 100%,rgb(0, 0, 0) 100%);
    border: 1px solid;
    border-color: rgb(178, 196, 199);
    border-radius: 50%;
    content: '';
    display: none;
    height: 26vw;
    position: absolute;
    z-index: 99;
    margin: auto;
    width: 26vw;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 2.5vw;
    bottom: auto;
}

.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: calc(145.7 * 1.22%);
    left: -23%;
    opacity: 0;
    position: absolute;
    top: -19%;
    width: 145.7%;
    display: none;
}

.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;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 78%,rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(77%, rgba(255,255,255,0.2)),to(rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 77%,rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 77%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 77%,rgba(255,255,255,0.9) 100%);
}

.team-pagination-content .latest-post img {
    height: 36.7vw;
    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;
    min-width: 100%;
    min-height: 100%;
}

.image-second img {
	/* opacity: .8; */
	-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: .7; */
}

.team-pagination-content .latest-post .image-second img {
    top: 0vw;
    bottom: auto;
    height: unset;
    width: 100%;
}

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

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

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

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

.team-text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    line-height: 1;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 5vw 1vw 1vw;
    background: rgba(0, 0, 0, 0.28);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 16%,rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)),color-stop(21%, rgba(0, 0, 0, 0.1)),to(rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.1) 21%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.1) 21%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.1) 21%,rgba(0,0,0,0.8) 100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.team-text h3 {
    font-weight: 600;
    font-size: 1.4vw;
    margin-bottom: .2vw;
    color: #fff;
}

.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: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

ul#gform_fields_1 label {
    display: none;
}

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

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

.gform_wrapper .gform_footer {
    padding: 1vw 0!important;
    margin: 0!important;
}

div#wpadminbar {
    z-index: 999999;
}

.acf-map {
    height: 35vw;
    margin: 0 -7vw;
}

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

.section.contact_section {
    padding: 0;
    margin: 0 -7vw;
}

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

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

.events-posts .latest-post {
    border-top: 2px solid #137988;
    border-right: 2px solid #137988;
    border-bottom: 2px solid #137988;
    border-left: 0;
    background: #fff;
    width: 11%;
    height: auto;
}

.date {
    background: #137988;
    color: #fff;
    font-weight: 600;
}

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

div#calendar2 {
    width: 100vw;
    margin: 0px -7vw 0;
    border-radius: 0;
    border: 0;
}

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

.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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;
    white-space: nowrap;
}

.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: 2.2vw!important;
    line-height: 1.2!important;
}

.dp_calendar .calendar_list #list {
    list-style: none;
    margin: .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: #055962!important;
    color: #fff !important;
    border-radius: 0 0 3px 3px;
    padding: 1vw!important;
}

.dp_calendar .div_dates li:hover, .dp_calendar .div_dates li.active {
    background: #137988!important;
    color: #fff!important;
    text-decoration: underline;
    cursor: pointer;
    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;
    border-radius: 0 0 3px 3px;
}

.dp_calendar .main_date {
    font-size: 5vw!important;
}

.dp_calendar .div_dates li.today {
    background: rgb(238, 238, 238)!important;
    border-radius: 0 0 3px 3px;
    /* color: rgb(5, 84, 113)!important; */
    text-decoration: none!Important;
}

.dp_calendar .div_dates li.today {
    text-decoration: none;
    background: rgb(238, 238, 238)!Important;
}

.dp_calendar .div_main_date {
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)),to(rgba(226,226,226,1)))!important;
   background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%)!important;
   background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%)!important;
   background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%)!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 6px 8px!Important;
}

h3.marker-title {
    font-size: 2vw;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Gotham';
    color: #055962;
}

.team_pag_loading, .news_pag_loading, .project_pag_loading {
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
    height: auto!important;
    width: 100%;
}

/** Testimonials **/

.slide-wrapper {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.test-quote {
    position: relative;
    font-size: 1.3vw;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.test-attribute {
    margin-top: 2vw;
    font-size: 1.2vw;
    color: rgb(255, 255, 255);
    font-style: italic;
}

.test-slider ul.slides {
    height: 100%!important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.test-slider .flex-direction-nav a:before {
    font-size: 2vw;
}

.test-slider .flex-control-nav {
    position: relative;
    text-align: center;
    bottom: 0;
    right: 0;
    margin-top: 1vw;
}

.test-quote i {
    font-size: 1.4vw;
    bottom: .3vw;
    position: relative;
}

i.fal.fa-quote-left {
    margin-right: .5vw;
}

i.fal.fa-quote-right {
    margin-left: .5vw;
}

.section.testimonial_section {
    margin: 0 -7vw;
    padding: 4vw 0;
    background: rgb(19, 121, 136);
}

.section.events_section {
    margin-bottom: 0;
}

.section.logo_section {
    margin: 0 -7vw;
    padding: 4vw 0 1vw;
    /* background: rgb(19, 121, 136); */
}

.logos-grid {
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.logos-grid .logo {
    width: 30%;
    margin-bottom: 3vw;
    padding: 0 2vw;
    text-align: center;
}

.logo-intro {
    max-width: 80%;
    margin: 0 auto 2vw;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 1.4vw!important;
	width: 1.4vw!important;
	border-radius: 100%!important;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0!important;
}

.bx-wrapper .bx-next {
    right: 0!important;
    background: none!important;
}

.bx-wrapper .bx-prev {
    left: 0!important;
    background: none!important;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0 !important;
    color: rgb(0, 0, 0);
    font-size: 4vw;
    margin-top: -3vw!important;
}

.bx-wrapper {
    border: 0!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

.logo-slide-wrap {
    width: 100%;
}

.bx-controls-direction {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}

.bx-wrapper {
    margin: 0 2vw 0 4vw;
    padding: 0 6vw!important;
}

.bx-wrapper .bx-pager {
    right: 0;
    left: 0;
}

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

.logo-slide {
    padding: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 26vw;
}

.logo-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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 .3s;
    -o-transition: color .3s;
    transition: color .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 .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

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

div#gallery-slider-mobile {
    display: none;
}

li.gal-slide-image:not(.flex-active-slide) {
    opacity: 0;
}

.bx-carousel .bx-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: none!Important;
    background: none;
    padding: 0 5vw!important;
    height: 20vw;
}

#gallery-slider-bx .flex-image {
    height: 20vw;
    overflow: hidden;
}

#gallery-slider-bx .flex-image {
    height: 20vw;
    overflow: hidden;
    width: 29.526vw!important;
    margin: 0 .5vw 0 0!important;
    cursor: pointer;
}

.bx-wrapper .flex-image img {
    max-width: none;
    width: 115%;
    display: block;
}

.bx-carousel .bx-wrapper .bx-controls-direction a {
    right: -1vw!important;
}

.bx-wrapper .bx-controls-direction a {
    color: rgb(255, 255, 255);
}

.bx-carousel .bx-controls-direction {
    max-width: 98%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none!important;
    border: 1px solid rgb(255, 255, 255);
}


.bx-carousel {
    margin: 0 -7vw;
    padding: 0 0 1vw;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: rgb(248, 250, 250)!important;
}

/** Hubspot Newsletter Form **/


.hs_email::before {
    /* content: 'Enter Email'; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 1.6vw;
    bottom: auto;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1vw;
    height: 0;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
    display: none;
}

.email-form form:focus-within .hs_email::before {
    opacity: 0;
}

.hs_email {
    position: relative;
}

.hs-input[name="email"] {
    width: 100%!important;
    max-width: none!important;
    border-radius: 0;
    border-color: rgb(188, 188, 188);
}

input.hs-button.primary.large {
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-left: 20px; */
    border: 1px solid rgb(80, 38, 117);
    color: rgb(80, 38, 117);
    background: none;
    border-radius: 0;
    font-weight: 500;
    text-shadow: none;
    font-family: inherit;
    padding: 1vw 4vw;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}

.actions {
    margin-left: 20px!important;
    margin-top: 0!Important;
    padding-left: 0!Important;
}

ul.hs-error-msgs.inputs-list label {
    display: block!important;
    margin-top: .4vw;
}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 50%;
    margin: 0 auto;
}

.email-form {
    border-top: 1px solid rgb(188, 188, 188);
    border-bottom: 1px solid rgb(188, 188, 188);
    margin-bottom: 5vw;
    padding: 3vw 0;
    clear: both;
}

input.hs-button.primary.large:hover {
    background: rgb(87, 31, 121);
    color: rgb(255, 255, 255);
    border-color: rgb(122, 62, 146);
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*** Infinite Scroll Articles ***/

.articles-left {
    float: left;
    width: 78%;
}

.articles-right {
    float: right;
    width: 17.5%;
    /* position: fixed; */
}

.font-lrg, .font-small {
    border: 1px solid;
    background: #eee;
    padding: 1vw;
    border-radius: 100%;
    width: 4vw;
    height: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1vw;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.font-lrg:hover, .font-small:hover {
    background: rgb(215, 215, 215);
}

.font-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vw;
}

.font-size p {
    width: 100%;
    margin-bottom: .5vw;
}

.cat {
    font-size: 1.2vw;
    padding: 1vw 0;
    border-top: 1px solid #eee;
}

.related-articles p {
    margin-bottom: .5vw;
}

.article-content p, .article-content li {
    font-size: 1.2vw;
}

.socialicons a {
    color: rgb(255, 255, 255);
}

.socialicons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 1.8vw;
    top: 1.4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

select.tag-title {
    -webkit-appearance: none;
    padding: 0.7vw;
    line-height: 1.8;
    height: auto;
    background: none;
    position: relative;
    z-index: 9;
    width: 100%;
}

.topic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 28%;
}

.topic-wrap::after {
    content: '\f078';
    position: absolute;
    right: .8vw;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Font Awesome 5 Pro';
    z-index: 0;
}

.news-pagination-content h1 {
    text-transform: capitalize;
    margin-bottom: 3vw;
}

/
.news-posts .latest-post:nth-of-type(1),
.news-posts .latest-post:nth-of-type(2),
.news-posts .latest-post:nth-of-type(5),
.news-posts .latest-post:nth-of-type(7) {
    width: 180px;
    width: 19vw;
    height: 19vw;
    overflow: hidden;
}

.news-posts .latest-post:nth-of-type(4) {
    /* width: 180px; */
    /* width: 30%; */
    /* height: 39vw; */
    /* overflow: hidden; */
    /*
    position: absolute;
    top: 20vw;
 */
}

.news-posts .latest-post:nth-of-type(3) {
    /* flex-grow: 1; */
    /* width: 382px; */
    width: 65.2%;
    /* height: 39vw; */
}

.news-posts .latest-post:nth-of-type(6) {
    /* width: 64%; */
    /* height: 19vw; */
    /* right: 20vw; */
    /*
    position: absolute;
    top: 40vw;
 */
}

.news-posts .latest-post:nth-of-type(5) {
    /*
    position: absolute;
    top: 20vw;
    left: 20vw;
 */
    /* width: 26%; */
    }

.news-posts .latest-post:nth-of-type(7) {
/*
    position: absolute;
    right: 0;
    top: 40vw;
 */
}



.news-posts .latest-post {
    /* width: auto; */
    /* padding: .5vw; */
    margin: .5vw;
    background: rgba(196, 196, 196, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    /* height: 19vw; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32%;
    /* border: 1px solid; */
}


.news-posts .date-meta {
    display: none;
}

.latest-posts.news-posts {
    margin-bottom: 4vw;
}

a.read-more {
    text-transform: uppercase;
    font-weight: 600;
}

.image-hold img, .page-template-archive-template .image-hold img {
    max-width: 90%;
    min-width: 0;
    min-height: 0;
    margin: 0 auto;
}

/** Video Section **/

.section.video_section {
    padding-top: 0;
    overflow: visible;
    margin: -4vw 0 0;
    padding: 0;
}

.video-wrap {
    position: relative;
    padding-bottom: 52.25%;
    height: 0;
    overflow: hidden;
    width: 100vw;
    margin: 0 -7vw;
}

.video-wrap iframe {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section .news-right h2 {
    width: 100%;
    margin-bottom: 1.5vw!important;
    color: rgb(87, 31, 121);
    font-size: 2vw;
    font-weight: 300;
    text-transform: none;
}

/** Parallax/BG Images ***/

.parallax-mirror {
    top: 0vw!important;
    height: 100%!important;
    position: absolute!Important;
    overflow: visible!important;
    bottom: 0!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 9!Important;
}

.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;
    background-size: covert!important;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}

.section.image_section {
    margin: 0 -7vw 4vw;
}

/*** Home ***/
.home .widget-title {
    font-size: 1.5vw;
    font-weight: 300;
    margin-top: 1vw;
}

.home .widget-content a.button {
    margin-top: 0vw;
    font-size: 1vw;
    padding: 1.25vw 4vw;
    margin-bottom: 1vw;
}

.home .widget-icon img {
    width: 3.5vw;
}

.home-widget:last-child {
    margin-right: 0;
}

.section.featured_blog_section {
    margin: 0 -7vw;
    /* background: rgb(211, 211, 211); */
    padding-top: 0;
}

.home .featured-post-slider .slide-content {
    background: none;
    color: #fff;
}

.home .featured-post-slider .slide-content .slide-title {
    color: #fff;
}

.section.blog_search_section {
    margin-bottom: 0;
}

.featured-post-slider p, .featured-post-slider a.button {
    color: rgb(255, 255, 255)!important;
    border-color: rgb(255, 255, 255);
}

.home .section.text_section.section-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home .section.text_section.section-1 h2 {
    text-transform: none;
    width: 35%;
    text-align: left;
    font-size: 2vw;
    color: rgb(87, 31, 121);
    padding: 0 7% 0 10%;
}

.home .section.text_section.section-1 .section-content {
    width: 65%;
}

.section.sign_up_section {
    margin: 0 -7vw;
    padding: 0;
}

.form-background {
    height: 100%;
}

.form-background {
    background-size: cover;
    /* padding: 10vw 0; */
    background-repeat: no-repeat;
    color: #fff;
}

.section.sign_up_section h2 {
    color: #fff;
}

.section.sign_up_section label {}

.section.sign_up_section input.hs-button.primary.large {
    color: #fff;
    border-color: #fff;
}

.section_sign_up .hs-input[name="email"] {}

.section.sign_up_section .hs-input[name="email"] {
    height: 2vw;
    margin: 0 auto;
}

.section.sign_up_section .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 32%;
}

ul.hs-error-msgs.inputs-list label {
    color: rgb(242, 207, 62);
}

.section.slider_section {
    background: rgb(116, 59, 146);
    color: #fff;
    padding: 12vw 0 12vw;
}

.section.slider_section p, .section.slider_section h2 {
    color: #fff;
}

.section.slider_section p {
    font-size: 2vw;
    text-transform: none;
    padding: 0 2vw;
    line-height: 1.2;
}

.slider_section .slide-wrapper {
    width: 70%;
}

.section.slider_section h2 {
    position: absolute;
    top: 3vw;
    left: 4vw;
    font-size: 2vw;
    font-weight: 200;
    text-transform: none;
}

.slider_section .test-slider .flex-control-nav {
    text-align: left;
    margin-left: 3.9vw;
    top: 5vw;
    bottom: auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section ol.flex-control-nav.flex-control-paging {
    display: none;
}

.slider_section .flexslider {
    position: unset;
}

.slider_section .flex-control-paging li a {
    background: none;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
}

.slider_section .flex-control-nav li {
    width: 3vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    height: 3.5vw;
}

.slider_section .flex-control-paging li a.flex-active {
    /* border-top: 2px solid rgb(242, 207, 62); */
    background: none;
}

.slider_section .test-slider .flex-direction-nav a:before {
    font-size: 3.5vw;
}

#magic-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3.4vw;
	border-top: 2px solid rgb(248, 207, 0);
	top: 0;
	margin: auto;
}

.slider_section .flex-control-paging li a:hover {
    background: none;
}

.watermark {
    position: absolute;
    top: 2vw;
    right: 4vw;
}

.watermark img {
    width: 8vw;
}

.section.column_text_section {
    margin: 0 -7vw;
}

.flex-column.flex-left {
    padding: 8vw 4vw 9vw 8%;
}

.flex-column.flex-right {
	padding: 8vw 8% 8vw 4vw;
}

/*** Migraine Stories ***/

#slider.bxslider ul.slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1vw!Important;
    width: 2000vw;
    /* overflow: hidden; */
}

#slider.bxslider .bx-viewport {
    height: 40vw!important;
}

#slider .bx-wrapper {
    width: 100%;
    margin: 0 0 1vw!important;
    padding: 0!important;
    background: #000;
}

#slider.bxslider li.slide {
    width: 100vw!important;
    background: rgb(0, 0, 0);
}

#slider .bx-controls-direction {
    max-width: 93%;
}

.bx-pager a {
    /* width: 84.33333333333333px!important; */
    margin-right: 1vw;
    display: inline-block;
    overflow: auto;
}

.header-nav .bx-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0!important;
}

.header-nav .bx-pager {
    padding-top: 0!Important;
    bottom: 0!Important;
    /* right: -7vw; */
    /* overflow: auto; */
    width: 2000vw;
    /* left: auto; */
}

.header-nav .bx-pager.bx-default-pager {
    display: none;
}

#slider.bxslider li.slide:not(:first-child) {
    visibility: hidden;
}

.header-nav .bx-pager a.active-slide::after, .header-nav .bx-pager a.active::after, .header-nav .bx-pager a:hover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(87, 31, 121, 0.56);
    top: 0;
    left: 0;
}

.header-nav .bx-pager a {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.section.text_section .section-content {
    /* width: 100%!important; */
    max-width: 65%;
    margin: 0 auto;
}

/*** Get Involved ***/

body:not(.home) .section:not(.move-widgets) .widget-content a.button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

body:not(.home) .section:not(.move-widgets) .home-widget {
    min-height: 33vw;
    background: rgb(116, 59, 146);
    height: auto;
}

.page-id-3808 .text_section:first-child .section-content {
    max-width: none;
}

.page-id-3808 .text_section:first-child {
    margin: 0 -7vw;
}

.instagram_feed .bx-wrapper {
    width: 100%!Important;
    max-width: none!Important;
    margin: 0;
    padding: 0!important;
}

.section.instagram_feed .bx-viewport {
    height: auto!important;
}

.section.instagram_feed .bx-viewport #insta-container img {
}

div#insta-container a {
    /* padding-right: 1.42vw; */
}

.section.instagram_feed {
    width: 100%;
}

.instagram_feed .bx-pager-item {
    display: none!important;
}

.instagram_feed .bx-pager-item.visible {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block!important;
    z-index: 9;
    background: none;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item.visible a {
    border: none!important;
    width: 100%!important;
    border-radius: 0!Important;
    /* background: #eee!important; */
    margin: 0!Important;
    height: .6vw!Important;
    background: none!Important;
}

.instagram_feed .bx-pager.bx-default-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: auto;
    width: 100%;
    padding-top: 0;
    margin-top: 1vw;
    background: #eee;
}

.instagram_feed div#magic-line {
    border: 0;
    height: .6vw;
    /* width: calc(100%/6)!important; */
    background: rgb(245, 205, 41);
    z-index: 2;
}

.insta-social ul#social-menu {
    list-style: none;
    text-align: right;
    /* margin: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2vw;
    margin-top: 3vw;
}

.form-background img {
    width: 100%;
    display: block;
}

.form-background .section-form-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub-bg img {
    width: 100%;
}

.migraine-infographic {
    margin: 0 -7vw;
    background: rgb(245, 245, 245);
    padding: 7vw 8.5vw;
}

.migraine-infographic h2 {
    text-align: left!important;
    color: rgb(91, 39, 134);
    position: relative;
}

.migraine-infographic h2::after {
    width: 64%;
    content: '';
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0vw;
    background: rgb(91, 38, 134);
}

.migraine-infographic .section-content {
    max-width: none!important;
    width: 100%!important;
}

.infographic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.infographic {
    /* flex-grow: 1; */
    width: auto;
    padding: 0 2vw;
}

.infographic:first-child {
    padding-left: 0;
}

.infographic:last-child {
    padding-right: 0;
}

/*** Find Help ***/
.wpgmza_sl_main_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 0 auto;
}

.wpgmza_sl_reset_button_div {
    display: none;
}

.wpgmza_sl_main_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 0 auto;
}

.wpgmza_sl_reset_button_div {
    display: none;
}

.wpgmza_sl_query_innerdiv1 {
    display: none;
}

.wpgmza_sl_radius_div {
}

.wpgmza_sl_radius_innerdiv1 {
    display: none;
}

.wpgmza_sl_category_innerdiv1 {
    display: none;
}

.wpgmza_sl_main_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 69%;
    margin: 0 auto 2vw;
}

.wpgmza_sl_reset_button_div {
    display: none!important;
}

.wpgmza_sl_query_innerdiv1 {
    display: none!important;
}

.wpgmza_sl_radius_div {
}

.wpgmza_sl_radius_innerdiv1 {
    display: none!important;
}

.wpgmza_sl_category_innerdiv1 {
    display: none!important;
}

.wpgmza_sl_radius_div {
    margin-top: 0!important;
}

.wpgmza_sl_category_div {
    margin: 0!important;
    padding: 0!Important;
    margin-right: 1vw!Important;
}

input.wpgmza_sl_search_button_1 {
    margin-top: 0;
    background: none;
    color: rgb(128, 67, 155);
    font-weight: 300;
    border: 2px solid;
}

input.wpgmza_sl_search_button_1:hover {
    margin-top: 0;
    background: rgb(128, 67, 155);
    color: #fff;
    font-weight: 300;
    border: 2px solid;
	  cursor: pointer;
}

.wpgmza_sl_query_div {
    margin-right: 1vw;
    height: auto!important;
    width: 40%;
    padding: 0!important;
    margin-bottom: 0!Important;
}

.wpgmza-form-field__label {
    display: none!important;
}

.wpgmza_sl_radius_div {
    margin: 0 1vw 0 0!important;
    height: auto!Important;
    width: 20%!important;
    padding: 0!important;
}

select#radiusSelect_1 {
    width: 100%;
    height: 100%;
}

.wpgmza_sl_category_innerdiv2 {
    margin-right: 1vw;
    height: 100%!important;
}

.wpgmza_sl_radius_innerdiv2 {
    height: 100%!important;
    width: 100%!important;
}

select#wpgmza_filter_select {
    height: 100%;
    width: 100%;
}

.wpgmza_sl_query_innerdiv2 {
    width: 100%;
    height: 100%!important;
}

.wpgmza_sl_category_div {
    width: 19%!important;
}

.wpgmza_marker_holder{
	padding: 10px 15px !important;
}

input#addressInput_1 {
    height: 100%!important;
    width: 100%!important;
}

body:not(.home) .section:not(.move-widgets) .widget-icon {
    max-width: 2vw;
}

body:not(.home) .widget-content {
    padding: 2vw 0;
    position: relative;
}

.find-help-widgets .widget-content p {
    font-size: 1vw;
    margin-bottom: 3vw;
}

.image-content {
    z-index: 9;
    opacity: 1;
    position: absolute;
    max-width: 75%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.text_section_buttons .button:hover {
    border-color: rgb(128, 67, 155)!Important;
}

.section.image_section.not-full {
    margin: 0 auto;
    width: 100%!important;
}

.section.image_section.not-full-bottom {
    margin: 0 auto 4vw auto;
    width: 100%!important;
}


.move-widgets .widget-title {
    font-size: 1.5vw;
    font-weight: 300;
    margin-top: 1vw;
}

.move-widgets .widget-content a.button {
    margin-top: 0vw;
    font-size: 1vw;
    padding: 1.25vw 4vw;
    margin-bottom: 1vw;
}

.move-widgets .widget-icon img {
	width: 4vw;
    height: 4vw;
    object-fit: contain;
}

.home-widget:last-child {
    margin-right: 0!important;
}

.section.image_text_section.fb-section {
    padding: 9vw 0 5vw;
}

.section.image_text_section.fb-section a.button {
    border-color: #fff;
    color: #fff;
}

.section.image_text_section.fb-section a.button:hover {
    border-color: rgb(128, 67, 155);
}

.section.image_text_section.fb-section::before {
    background: url(/wp-content/themes/mantyframe/assets/img/fb-img.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    max-width: 86%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 3vw;
    background-size: 39vw;
}

.section.image_text_section.fb-section .flex-image-column {
    padding: 0 10vw;
}

.section.slider_section.living-slider::before {
    content: '';
    position: absolute;
    height: 7vw;
    width: .2vw;
    background: #f2cf3e;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section.slider_section.living-slider::after {
    content: '';
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-radius: 100%;
    border: .3vw solid #f2cf3e;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
}

/*** Resources ***/

.resource-widgets .home-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.resource-widgets .home-widget {
    width: 26vw;
    margin-bottom: 3vw;
    background: none!important;
}

.resource-widgets .home-widget .widget-background {
    position: relative;
    min-height: 0;
    min-width: 0;
    height: auto;
}

.resource-widgets .home-widget .widget-background img {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 0;
    min-height: 0;
    max-width: 90%;
    margin: 0 auto;
}

.resource-widgets .home-widget .widget-content {
    padding-top: 0;
    height: auto;
    width: auto;
}

.resource-widgets .widget-content p {
    color: #000;
    font-size: 1vw;
}

.resource-widgets .widget-content .widget-title {
    color: #000;
    font-size: 1.5vw;
}

.resource-widgets .home-widget .widget-content a.button {
    color: rgb(87, 31, 121);
    border-color: rgb(95, 20, 126);
}

.resource-widgets .home-widget .widget-content a.button:hover {
    color: rgb(255, 255, 255);
}

.section.text_section.section-1.resources-intro {
    margin-bottom: 0;
}

.section.text_section.section-1.resources-intro h2 {
    color: rgb(87, 31, 121);
    max-width: 74%;
    margin: 0 auto;
}

.involved-widgets a.button:hover {
    border-color: rgb(242, 207, 62);
    background: rgb(242, 207, 62);
}


div#insta-container a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(125, 52, 151, 0.3);
}

.hs-input::-webkit-input-placeholder {
    color: rgb(105, 105, 105)!important;
    text-align: center;
}

.hs-input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(105, 105, 105)!important;
    text-align: center;
}
.hs-input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(105, 105, 105)!important;
    text-align: center;
}
.hs-input:-moz-placeholder { /* Firefox 18- */
    color: rgb(105, 105, 105)!important;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 1;
}

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

.section.latest_section {
    margin: 0 -7vw 2vw;
}

.home .widget-content a.button:hover, .move-widgets .widget-content a.button:hover {
    background: rgb(205, 205, 205)!important;
    border: 2px solid rgb(205, 205, 205)!important;
    color: rgb(93, 42, 137);
}

.featured {
    height: 9.6vw;
    overflow: hidden;
    margin-bottom: .8vw;
}

.slide-wrap {
	position: absolute;
	z-index: -3;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
	height: auto;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
	position: absolute;
	margin: 0;
	padding-bottom: 1vw
}

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

.slide-wrap .team-excerpt.team-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.5vw
}

.bio-text {
	float: right;
	width: 62%
}

.team-nav {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 94%;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 0;
	height: 0;
	margin: auto
}

.team-nav>div {
	font-size: 3vw;
	cursor: pointer;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
    color: rgb(0, 0, 0);
}

.board-widgets .home-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* max-width: 80%; */
    margin: 0 auto;
}

.board-widgets .home-widgets .home-widget {
    width: 45.8%;
    margin: 0 0 7vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: rgb(238, 238, 238)!important;
}

.board-widgets .home-widgets .home-widget:nth-of-type(odd) {
    margin-right: 2vw;
}

.board-widgets .widget-background {
    min-height: 0;
    position: relative;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.board-widgets .widget-background img {
    right: auto!Important;
    left: auto!important;
    top: auto!important;
    bottom: auto!important;
    position: unset;
    min-width: 0!important;
    min-height: 0!important;
    width: 100%;
}

.board-widgets .widget-content {
    height: auto!important;
    display: block;
    padding: 2vw!important;
    color: #000!important;
}

.board-widgets .widget-title {
    text-align: left;
    font-size: 1.8vw;
    font-weight: 300;
    display: block;
    color: #000!important;
}

.board-widgets .widget-content p {
    max-width: 100%;
    text-align: left;
    margin: 0 0 1vw;
    color: #000!important;
}

.board-widgets .widget-content p strong {
    font-size: 1.8vw;
    margin-top: -.5vw;
    display: block;
    line-height: 1.2;
}

.board-widgets h2 {
    font-size: 5vw!important;
    font-weight: 600!important;
    color: rgb(125, 52, 151);
    margin-bottom: 4vw!important;
}

.insta-nav {
    display: none;
}

.involved-widgets .home-widget {
    min-height: 24vw!important;
}

/*** Donation Forms ***/

form#donate-section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    border-radius: 0!Important;
    -webkit-appearance: none;
    padding: 3vw 0;
    background: none;
    border: 1px solid #e2e2e2;
    font-weight: 500;
    color: #000;
    font-size: 1.6vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

form#donate-section .other-input {
    display: none;
    position: relative;
    width: 13vw;
}

form#donate-section select.monthly-schedule {
    display: none;
}

form#donate-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    margin-bottom: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 90%;
    margin: 4vw auto;
    background: #fff;
}

.donate-submit.button {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #80439b;
    color: #fff;
    font-size: 1.5vw;
    width: 16vw;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.close-other {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 1vw;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

form#donate-section .warning-amt {
    color: #da0f00;
    position: absolute;
    width: 20vw;
    left: 0;
    right: 0;
    display: none;
}

.donate-select select {
    -webkit-appearance: none;
    border: none;
    background: none;
    font-weight: 500;
    padding: 0;
    font-size: 1.6vw;
    width: auto;
    z-index: 9;
    padding: 0.7vw 0 0.7vw 2vw;
    height: auto;
    border-bottom: 1px solid #fff;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding: .7vw 20%;
}

form#donate-section .donate-select.month-select {
    display: none!important;
    width: 19vw;
    position: absolute;
    top: 100%;
    background: #fff;
    right: 16vw;
    z-index: 99;
}

.donate-select {
    position: relative;
}

.select-donation {
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

input.donation-other {
    border: 0;
    border-bottom: 1px solid;
    margin: 0 1vw;
    width: 90%;
    border-radius: 0;
    font-size: 1.6vw;
    font-weight: 600;
}

input.donation-other::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 1.6vw;
    -webkit-appearance: none;
}

input.donation-other:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 1.6vw;
    -webkit-appearance: none;
}

input.donation-other::-ms-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 1.6vw;
    -webkit-appearance: none;
}

input.donation-other::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 1.6vw;
    -webkit-appearance: none;
}

.donate-select.amount-select {
    width: 13vw;
}

form#donate-section .form-title {
    padding: 0 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26vw;
    /* flex-grow: 1; */
    font-weight: 600;
}

form#donate-section .donate-select.sched-select {
    width: 13vw;
}

.section.give_section {
    background: #f5f5f5;
    margin: 0 -7vw 4vw;
    padding: 4vw 0;
}

form#donate-section label {
    position: absolute;
    top: 1vw;
    color: #b2bfcb;
    font-size: 1.4vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.section.give_section:last-child {
    margin-bottom: 0;
}

select.donation-amount {
    width: 63%;
}

.amount-select .select-donation {
    right: 6.5vw;
}

select.donation-schedule {
    width: 80%;
}

.header-donate a.donate-submit.button {
    font-size: .9vw;
    width: auto;
    padding: 0 2vw;
    display: flex;
}

form#donate-section.header-donate label {
    font-size: .8vw;
    top: .4vw;
}

.header-donate .donate-select select {
    font-size: .9vw;
    padding: 1.2vw 12% 0;
    height: 3vw;
    WIDTH: 100%;
}

.header-donate .select-donation {
    font-size: .9vw;
    right: 1vw;
}

form#donate-section.header-donate > div {
    padding: 0;
    width: auto;
    height: auto;
    width: 7vw;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

form#donate-section.header-donate {
    margin: 0 0 0 .5vw;
    padding: 2vw 0px;
    width: 22vw;
    background: none;
}

form#donate-section.header-donate .donate-select.sched-select {
    width: 7vw;
    position: relative;
}

.header-donate select.donation-amount {width: 89%;padding: 1.2vw 28% 0;}

.header-donate .donate-select .select-donation {
    right: 1vw;
    top: 1vw;
}

.section.text_section.kindful-section .section-content {
    max-width: 80%;
}

.kindful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4vw 0 1vw;
}

.kindful-amount {
    border: 1px solid #8a3ca0;
    padding: 3.5vw 0;
    font-size: 4vw;
    border-radius: 3px;
    color: #8a3ca0;
    font-weight: 400;
    cursor: pointer;
    width: 20%;
    text-align: center;
}

.kindful-amount:hover {
    background: #8a3ca0;
    color: #f2cf3e;
}

header input.donation-other {
    padding: 0 0;
    height: 42%;
    margin: 1.4vw auto 0;
    font-size: .9vw;
    line-height: 1;
}

header input.donation-other::-webkit-input-placeholder {
    font-size: .9vw;
    font-weight: 400;
}

header input.donation-other:-ms-input-placeholder {
    font-size: .9vw;
    font-weight: 400;
}

header input.donation-other::-ms-input-placeholder {
    font-size: .9vw;
    font-weight: 400;
}

header input.donation-other::placeholder {
    font-size: .9vw;
    font-weight: 400;
}

header .close-other {
    font-size: .9vw;
    right: .5vw;
    top: 1.2vw;
}

.latest-posts .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.latest-posts ul.flex-direction-nav {
    width: 94%!important;
}

.latest-posts.flexslider {
    overflow: visible;
}

.latest-posts ul.flex-direction-nav::before {}

.latest-posts .flex-direction-nav a:before {
    color: #8a3ca0!important;
}

.latest-posts .flex-viewport {
    width: 79.3%;
    margin: 0 auto;
}

.latest-posts:not(.flexslider) .slides {
    margin: 0 auto;
}

.home-widgets .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.home-widgets:not(.flexslider) .slides {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}

.home-widgets.flexslider .flex-viewport {
    width: 75%;
    margin: 0 auto;
}

.home-widgets.flexslider {
    margin: 0 -7vw;
}

.home-widgets.flexslider .flex-direction-nav a:before {
    color: #80439b!Important;
}


.section.widget_section {
    margin: 0 -7vw 2vw;
}

.home-widgets ul.flex-direction-nav {
    max-width: 83%;
}

.home-widgets:not(.flexslider) {
    margin: 0 auto;
    width: 90%;
}

.section.widget_section.three-across .home-widget {
    width: 31%;
}

.section.give_section.give-get-involved.section-1 {
    margin-top: -4vw;
}

.section.image_text_section:last-child {
    margin-bottom: 0;
}

.page-id-3810 div#top-nav {
    top: auto;
    opacity: 1;
    font-size: .8vw;
    top: auto;
    position: relative;
    /* overflow: hidden; */
    max-width: 100%;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.page-id-3810 .main-navigation a {
    color: rgb(91, 39, 134)!important;
    padding-bottom: 0;
    font-size: .8vw;
}

.page-id-3810 .main-navigation li {
    margin-right: 0;
    margin-left: 1vw;
    /* padding-top: .5vw; */
}

.page-id-3810 .site-branding-logo a img {
    max-height: 3vw;
}

.page-id-3810 .main-navigation li:hover ul.sub-menu a {
    font-size: 1vw;
    padding-bottom: 1.3vw;
}

.page-id-3810 .main-navigation li ul.sub-menu li {
    margin-left: 0;
}

.team_section.board-members .latest-post {
    width: 39%;
    height: 33vw;
}

.team_section.board-members .latest-posts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 84%;
}

.team_section.board-members .slide-wrap {
    width: 67.5%;
    margin: 0 auto;
}

.team_section.board-members .modal-wrap > div {
    padding: 0;
}

.team_section.board-members .modal-image {
    max-width: 34%;
}

.team_section.board-members h2 {
    font-size: 3vw;
    font-weight: 600;
    color: #7d3497;
}

.team_section.board-members h2 {
    font-size: 3vw;
    font-weight: 600;
    color: #7d3497;
}

.section.team_section.board-members {
    background: #f7f7f7;
    margin: 4vw -7vw 2vw;
    padding: 4vw 0;
}

.team_section.board-members .close-slider {
    right: 2.5vw;
}

.leadinModal {
    z-index: 999999!important;
}

.leadinModal {
    z-index: 9999999!important;
}

.news-date {
    color: #80429b;
    font-weight: 600;
}

/*** Content Hub ***/

.latest-posts.hub-posts, .latest-posts.hub-videos {
    margin: 0 0 0 5.5vw;
    overflow-x: auto;
}

.page-template-content-hub .section.text_section {
    /* max-width: 76%; */
    /* margin: 0 auto; */
    /* background: #57207a; */
    /* padding: 2vw 4vw; */
}

.page-template-content-hub .section.text_section.section-1 h2, .page-template-content-hub .form-background .section-form-wrap h2,
.page-template-content-hub .section.text_section.section-1 h1, .page-template-content-hub .form-background .section-form-wrap h1 {
    color: #fff;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 2.5vw;
    margin-bottom: 1vw;
}

.page-template-content-hub .section.text_section.section-1 p {
    color: #fff;
}

.page-template-content-hub .section.text_section.section-1 {
    overflow: visible;
    background: none;
    padding: 0;
    max-width: 76%;
    margin: 0 auto -13.8vw;
    padding-bottom: 8.8vw;
}

.page-template-content-hub .section.text-special .section-wrap {
    position: relative;
    top: -10.8vw;
    overflow: visible;
    background: #571f7a;
    /* margin: 0 0vw 0 -4vw; */
    padding: 3vw;
}

.page-template-content-hub .site-content-contain {
    /* z-index: 999999; */
    position: relative;
}

.page-template-content-hub .section p, .page-template-content-hub .form-background .section-form-wrap {
    line-height: 1.5;
}

.latest-posts.hub-posts .slides {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.slides.mCustomScrollbar {
    width: 100%;
}

.latest-posts.hub-videos .slides {
    white-space: nowrap;
}

.latest-posts.hub-posts .slides.mCustomScrollbar._mCS_1 {
    overflow-x: auto;
}

.latest-posts.hub-videos .slides.mCustomScrollbar._mCS_1 {
    overflow-x: auto;
}

.latest-posts.hub-posts .slides .latest-post {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 27.069vw;
    background: #eee;
    margin-bottom: 1vw;
}

.latest-posts.hub-videos .slides .latest-post {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 27.069vw;
    background: #eee;
    margin-bottom: 1vw;
}

.latest-posts.hub-posts .slides .latest-post .blog-text h3:after {
	display: none;
}

.mCSB_dragger_bar {
    background: #f1db87!important;
    height: 1vw!important;
    margin: 0!important;
    border-radius: 0!important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: #edcf5b!important;
}

.mCSB_scrollTools {
	opacity: 1!important;
    cursor: pointer;
}

.latest-posts.hub-posts .slides .latest-post .featured {
    height: 14vw;
}

.page-template-content-hub .section.latest_section, .page-template-content-hub .section.video_section {
    margin: 2vw -7vw 3vw;
}

.latest-posts.hub-posts .slides .latest-post .blog-text {
    padding: 0 1.5vw 1.5vw;
}

.latest-posts.hub-videos .slides .latest-post .blog-text {
    padding: 0 1.5vw 1.5vw;
}

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

.post-meta {
    color: #b6b6b6;
}

.post-share {
    color: #571f7a;
    cursor: pointer;
    padding: 3vw 0 0;
    position: absolute;
    top: -3vw;
    right: 0;
}

.share-this {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    position: absolute;
    top: 5.5vw;
    background: #571e7ab0;
    padding: 1vw;
    border-radius: 5px;
    right: .5vw;
    opacity: 0;
}

.share-this::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1vw;
    width: 0;
    height: 0;
    border-left: .8vw solid transparent;
    border-right: .8vw solid transparent;
    border-top: 1vw solid #571e7ab0;
    clear: both;
}

.hub-posts .blog-text h3 {
    text-transform: none;
    margin-top: 1vw;
}

.hub-videos .blog-text h3 {
    text-transform: none;
    margin-top: 1vw;
}

.hub-posts .blog-text .post-meta {
    font-size: 1.1vw;
}

.hub-posts .blog-text a.more {
    font-size: 1vw;
    margin-top: 1vw;
}

.page-template-content-hub .leadinModal {
	display: none!important;
}

.share-this.active {
    opacity: 1;
}

.share-this a {
    color: #fff;
}

li.latest-post video {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    cursor: pointer;
}

.page-template-content-hub .section.video_section {
    background: #571e7a;
}

.video_section .latest-posts.hub-posts {
    margin-left: 0;
    width: 95vw;
    padding-top: 3vw;
}

.video_section .wrap {
    max-width: 90%;
}

.video-right video, .video-right iframe {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.video_section .latest-posts.hub-posts .slides .latest-post {
    background: none;
    color: #fff;
}

.video_section .latest-posts.hub-posts .slides .latest-post h3 {
    color: #fff;
}

.video_section .latest-posts.hub-posts .slides .latest-post {
    background: none;
    color: #fff;
}

.video_section .latest-posts.hub-posts .slides .latest-post h3 {
    color: #fff;
}

.page-template-content-hub .section.video_section {
    padding: 4vw 0;
    overflow: visible;
}

.video-left {
    width: 29%;
    float: left;
}

.video-right {
    width: 66%;
    float: right;
    margin-top: -6vw;
    max-height: 2000px;
    -webkit-transition: max-height 3s;
    -o-transition: max-height 3s;
    transition: max-height 3s;
    position: relative;
    padding: 34.25% 0 0 0;
}

.video-left h2 {
    text-align: left!important;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 2.5vw!important;
    margin-bottom: 1vw!important;
}

.page-template-content-hub .section.video_section p {
    line-height: 1.5;
    color: #fff;
}

.video_section .latest-posts.hub-posts .slides .latest-post .blog-text {
    padding: 0;
}

.download_section .video-right {
    /* margin-top: 0; */
    width: 82.66%;
    margin-right: -10vw;
    margin-left: -3vw;
    padding: 0;
}

.latest-post .video-wrap {
    width: auto;
    margin: 0;
}

.download_section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section.download_section {
    background: #571d7a;
    margin: 2vw -7vw 0;
    padding: 4vw 0;
    overflow: visible;
}

.section.download_section p {
    color: #fff;
}

.latest-posts.hub-posts .slides.file-slides .latest-post {
    background: none;
    height: auto!Important;
}

.download_section .blog-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #eeeeee96;
}

.download_section .latest-post:hover .blog-text {
    opacity: 1;
}

.latest-posts.hub-posts .slides .latest-post:hover .download-image img {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.download-image {
    position: relative;
}

.download_section .blog-text h3 {
    color: #571d7a;
}

.download_section a.button {
    color: #eccd51;
    border-color: #eccd51;
}

.mCustomScrollBox {
    max-width: none!Important;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.latest_section .latest-posts.hub-posts .slides .latest-post:last-child {
    margin-right: 0;
}

.video_section .latest-posts.hub-posts .slides .latest-post:last-child {
    margin-right: 3.5vw;
}

.page-template-content-hub .form-background .section-form-wrap {
    /* display: block; */
    width: 38%;
    left: 10vw;
    right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.page-template-content-hub .form-background .section-form-wrap .button {
    color: #fff;
    border-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15vw;
}

.modal-outer {
	position: absolute;
	top: 0;
	bottom: auto;
	margin: auto;
	width: 100vw;
	height: 100vh;
	background: #000000b5;
	z-index: 999999;
}
body {
	position: relative;
}
modal {
    position: absolute;
    /* height: 13vw; */
    width: 32vw;
    background: #eee;
    border-radius: 5px;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-form-wrap {
    width: 100%;
    text-align: center;
    padding: 2vw;
}
.section-form-wrap .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 100%;
}

.section-form-wrap input.hs-input {
    height: 3vw;
}

div#section-modal-form form {
    margin-bottom: 0!important;
}

div#section-modal-form .actions {
    margin-bottom: 0!important;
}
.close-modal {
    top: .5vw;
    position: absolute;
    right: 1vw;
    font-size: 2vw;
    cursor: pointer;
}

.button.slide-button.modal-trigger {
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .leadinModal {
    display: none;
}

.sign_up_section .modal-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-template-content-hub .section.sign_up_section input.hs-button.primary.large {
    color: #000;
    border-color: #000;
}

.page-template-content-hub .section.sign_up_section .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 100%;
}

.page-template-content-hub .section-form {
    margin: 2vw 0 0;
    width: 69%;
}

.sign_up_section modal {
    top: auto;
}

.page-template-content-hub .section.sign_up_section input.hs-button.primary.large:hover {
    color: #fff;
    border-color: #fff;
}

.section.podcast_section {
    margin: 0 -3vw;
    padding: 4vw 0;
}

.pod-top {
    margin-bottom: 1vw;
}

.page-template-content-hub .pod-posts li.latest-post {
    padding: 1vw;
}

.section.podcast_section h2 {
    text-align: left;
    margin-bottom: 1vw;
    font-family: 'Playfair Display', serif;
    font-size: 2.5vw;
    color: #571d7a;
}

.section.podcast_section p {
    color: #571d7a;
}

.pod-left {
    width: 50%;
    float: left;
    margin-right: 1vw;
}

.pod-left .download-image img {
    width: 100%;
}

.pod-right {
    float: right;
    width: 48.5%;
}

.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 .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.pod-right li.latest-post:hover {
	background: #eeeeeeb3;
}

.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: 73%;
    margin-right: 2vw;
}

.pod-right li.latest-post .blog-text h3:after {
	display: none;
}

.pod-left .blog-text {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 2vw;
    background: #784896b5;
    text-align: center;
    color: #fff;
}

.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: 100%;
}

.pod-right .pod-posts .slides {
    height: 41vw;
}

.mCSB_scrollTools_vertical .mCSB_dragger_bar {
    height: inherit!important;
    width: 2vw!Important;
}

.mCSB_draggerRail {
    background: #f1db87!important;
}

.pod-right .download-image {
    height: 11.4vw;
    overflow: hidden;
}

.pod-right li.latest-post:last-child {
    margin-bottom: 0;
}

.page-template-content-hub li.latest-post {
    cursor: default;
}

.page-template-content-hub .brand-nav {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
		border-bottom-color: transparent;
}

.page-template-content-hub div#slider {
    margin-top: 0!important;
}

.page-template-content-hub .site-branding {
    background: none;
}

.page-template-content-hub div#top-nav {
    display: none;
}

.page-template-content-hub .top-wrap {
    opacity: 0;
}

.page-template-content-hub #top-navigation {
    opacity: 0;
    transition: opacity 1s;
}

.minimize.page-template-content-hub #top-navigation {
    opacity: 1  ;
}

.minimize.page-template-content-hub .brand-nav {
    background: #FFF;
		border-bottom-color: #f1db87;
}

.minimize.page-template-content-hub div#top-nav {
    display: block;
}

.minimize.page-template-content-hub .top-wrap {
    opacity: 1;
}

h3.sub-title {
    font-family: 'Playfair Display', serif;
    color: #ebcd51;
}

.video-wrap.embed-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}

.button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.button-wrap a.button {
    margin: 1vw .5vw 0;
}

.page-template-content-hub .section.slider_section_hub {
    margin: 3vw -7vw 3vw;
}

.slider_section_hub .slide-content {
    top: 0!important;
}

.slider_section_hub .bx-wrapper img {
    top: 0!important;
}

.nav-page.slick-slide {
    width: 11.166vw;
    margin-right: 1vw;
    background: rgb(87, 30, 122);
}

.nav-page.slick-slide:hover img, .nav-page.slick-slide.slick-current img {
    opacity: .5;
}

.nav-page.slick-slide img {
    transition: opacity .3s;
}

li.slide.slick-slide {
    position: relative;
    width: 100vw;
}

.nav-pager .slick-list {
    padding: 0!important;
}

.no-slide.nav-pager .slick-track {
    transform: none!important;
    display: flex;
    justify-content: center;
    width: 100%!important;
    margin: 1vw 0 0;
}

a.slick-arrow {
    font-size: 4vw;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    line-height: 0;
    z-index: 9;
}

a.slick-arrow i {
    height: 0;
    line-height: 0;
}

a.slick-arrow.bx-next {
    right: 2vw;
}

a.slick-arrow.bx-prev {
    left: 2vw;
}

/*** New Sponsors ***/

.section.sponsors_section {
    margin: -4vw 0 1vw;
    overflow: visible;
    padding: 0;
}

.bg-container.add-width {
    max-width: 90%;
    margin: 0 auto;
}

.sponsor-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 -7vw;
    border-bottom: 1px solid rgb(218, 218, 218);
    width: 100vw;
    background: rgb(87, 31, 122);
}

.sponsor-cat {
    padding: 3vw 0;
    font-size: 1vw;
    cursor: pointer;
    margin: 0 4vw;
    position: relative;
    color: #fff;
}

.sponsor-level {
    display: none;
}

.sponsor-level.live {
    display: block;
}

.sponsor-cat:hover::after, .sponsor-cat.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: .3vw;
    bottom: 0;
    background: rgb(238, 203, 81);
    left: 0;
    right: 0;
}

.level-image {
    float: left;
    width: 27%;
}

.sponsor-level-info {
    width: 74%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2vw 0;
}

.level-script {
    float: right;
    width: 62%;
    text-align: left;
    margin-left: 4vw;
}

.sponsors {
    width: 100%;
    overflow: hidden;
}

.section:not(article) .level-script h2 {
    margin: 0;
    text-align: left;
}

.level-image img {
    display: block;
}

.sponsor-information {
    margin: 0 -7vw 0;
    background: rgb(248, 248, 248);
}

.sponsor-wrap {
    max-width: 74%;
    margin: 0 auto;
}

.sponsor-info {
    display: none;
    width: 100%!important;
    padding: 2vw 0 3vw;
    overflow: hidden;
}

.info-image {
    width: 35%;
    float: left;
}

.info-wrap-right {
    width: 60%;
    float: right;
}

.more-sponsor {
    font-size: 3vw;
    color: rgb(108, 64, 140);
    cursor: pointer;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.sponsor-logo.live-sponsor-logo .more-sponsor {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.sponsor-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 74%;
    margin: 0 auto 3vw;
    flex-wrap: wrap;
}

.sponsor-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 3vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    max-width: 23%;
}

.sponsor-logo img {
    display: block;
    height: 5vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 3vw;
    width: 13vw;
}

.news-pagination-nav.initial-nav {
    width: 85.5%;
    margin: 0 auto;
}

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

.article-content a {
    font-weight: 700;
}

.fb-like.fb_iframe_widget {
    margin: 1vw 0 3vw;
    display: block;
}

.featured a {
    display: block;
}

.header-nav .bx-viewport {
    height: auto!important;
}

.hub-widgets {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.hub-widget {
	width: 48%;
    display: flex;
    margin: 0 2vw 2vw 0;
    border-right: 5px solid #581F7A;
    box-shadow: 0px 2px 32px #a3a3a366;
}

.widget-image {
    width: 50%;
}

.hub-widget:nth-of-type(2n+2) {
    margin-right: 0;
}

.hub-widget h3.widget-title {
    color: #80439a;
    text-align: left;
    display: block;
    transform: none;
}

.widget-text {
    color: #000;
    font-size: 1.2vw;
    font-weight: 300;
}

body:not(.home) .hub-widget .widget-content {
    padding: 0 2vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.widget-image img {
    display: block;
    width: 100%;
}

.hub-widget a.read-more {
    font-size: 35%;
    margin: 1vw 0;
}

.hub-widget .widget-content:hover .widget-title {
    color: #6b408f;
}

.link-columns {
    display: flex;
    flex-wrap: wrap;
}

.link-column h3 {
    color: #571d7a;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.link-column {
    max-width: 49%;
    margin: 0 2vw 2vw 0;
}

a.hub-link {
    display: block;
    font-size: 90%;
    color: #571d7a;
    margin: 0 0 .5vw;
}

.link-column:nth-of-type(2n+2) {
    margin-right: 0;
}

.advocate-widget {
    margin: 0 auto;
    display: block!important;
}

.patient_advocate_section h2, .links_section h2 {
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 120%;
}

.section.links_section {
    margin: 0 -7vw;
    background: #fcfcfc;
}


.hub-content .flex-columns .flex-image-column::after {content: '';width: 100%;height: 100%;position: absolute;background: #571d7a;right: -3vw;bottom: -3vw;z-index: -2;display: block;}

.hub-content .flex-columns .flex-image-column {
    position: relative;
    display: block;
    z-index: 2;
    width: 50%;
    margin-left: 4vw;
    margin-right: 4.5vw;
}

.hub-content .flex-columns.wrap {
    margin-bottom: 8vw;
}

.hub-content .image_text_section h2.section-title {
    margin-bottom: .5vw;
    /* font-weight: 500; */
}

.hub-content .flex-columns.image-left .flex-image-column {
    margin-left: 0;
    width: 46%;
}

.hub-content .flex-columns.image-left .flex-content {
    margin-right: 0;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
    background: #000;
    color: #fff;
}

.site-footer .wrap {
	/* padding-bottom: 1vw; */
	/* padding-top: 1vw; */
}

/* 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;
	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;
}

.info-left .footer-logo {
    width: 38%;
    margin-bottom: 4.5vw;
}

.footer-menu ul {
    list-style: none;
    text-align: right;
    /* margin: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2vw;
}

ul#social-menu li {
    margin-left: 2vw;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

ul#social-menu li:hover {
    opacity: .8;
}

.footer-menu {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
}

.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: .3vw;
    text-align: right;
    border-right: 1px solid;
    padding-right: .3vw;
    line-height: 1;
}

ul#top.menu li a {
    font-size: .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: -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: #fff;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.info-left {
    float: right;
    /* margin-top: .4vw; */
    font-size: .8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 38%;
    padding-right: 7vw;
    padding: 5vw 7vw 3vw 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info-right {
    float: right;
}

.site-info p {
	margin: 0;
}

.news_universal_container, .project_universal_container, .team_universal_container, .events_universal_container {
    position: relative;
}


.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%;
}

.slide-wrap .flex-direction-nav a:before {
    color: rgb(255, 255, 255);
}

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

#footer-menu li {
    /* text-transform: uppercase; */
    font-size: .8vw;
    /* margin: 0 .5vw 0 0; */
    text-align: left;
}

#footer-menu li:after {
    /* content: '|'; */
    margin: 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: '';
}

.footer-logo img {
    max-height: 4.1vw;
    margin-bottom: 1vw;
}

.info-left, .footer-right {
}

.footer-right {.info-left, .footer-right {:
    margin-right: -7vw;
    width: 46%; }
}

.footer-right {
    margin-right: -7vw;
    width: 46%;
    padding: 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}

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

.footer-right h2, .footer-right div {
    width: 100%;
    text-align: center;
}

.footer-right .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 71%;
}

.sub-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

footer input.hs-button.primary.large {
    background: rgb(121, 121, 121);
    border-color: #fff;
    color: #fff;
}

.footer-right h2 {
    padding: 6vw 0 0;
    z-index: 1;
    color: #fff;
}

footer div#hbs-footer {
    padding-bottom: 4vw;
}

.info-left > div {
    width: 50%;
}

ul#footer-menu {
    display: block;
    margin: 0;
    /* column-count: 2; */
}

.footer-contact {margin-left: 1vw;}

.info-left .site-copy {
    width: 100%;
    /* text-align: center; */
}

.info-left .footer-menu {
    margin-left: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-left .footer-menu.social-menu-footer {
    width: 100%;
    margin: 0 0 2vw;
    border-bottom: 1px solid rgb(238, 207, 92);
    padding: 0 0 1vw;
}

ul#social-menu {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    margin: 0;
    list-style: none;
}

ul#social-menu li:first-child {
    margin: 0;
}

.footer-contact p {
    margin: 0;
    text-transform: uppercase;
}

.footer-title {
    margin-bottom: 1vw;
}

.footer-info {
    font-size: .7vw;
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
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) {




}

/*** Tablet Lanscape & <  ***/
@media only screen
    and (max-device-width : 1024px) {

.menu-effect {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: 100%;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
		top: auto;
		background: #636363;
		right: 0;
		left: 0;
		opacity: .2;
		display: none;
	}

	.header-nav {
		display: none;
	}

	ul#intro-menu ul li::after, ul#top-menu ul li::after {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.minimize .site-branding-logo a img {
		max-height: 4.7vw;
	}


	.menu-main-menu-container {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		background: #252525;
		width: 59vw;
		top: 0;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.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 {
		height: inherit;
		top: auto;
	}

	button.dropdown-toggle {
		display: block;
		background: none;
		color: rgb(91, 38, 134);
		top: 2vw;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		right: 4vw;
		font-size: 2.25vw;
	}

	button.dropdown-toggle.toggled-on {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.brand-nav {
		position: relative;
		z-index: 999;
	}

	.admin-bar .brand-nav {
		top: 2.6vw;
	}

    div#top-navigation {
		position: absolute;
		top: 0;
	}

	.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: .1vw;
		top: auto;
	}

	header .menu-primary-container {
    position: absolute;
    background: rgba(238, 238, 238, 0.95);
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 2vw;
    -webkit-transition: width 2s, -webkit-transform .8s;
    transition: width 2s, -webkit-transform .8s;
    -o-transition: transform .8s, width 2s;
    transition: transform .8s, width 2s;
    transition: transform .8s, width 2s, -webkit-transform .8s;
    /* width: 0%; */
    overflow: hidden;
    height: auto;
    top: -1.18vw;
    padding-top: 0;
    padding-bottom: 0;
}

	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 .8s;
		transition: width 0s, -webkit-transform .8s;
		-o-transition: transform .8s, width 0s;
		transition: transform .8s, width 0s;
		transition: transform .8s, width 0s, -webkit-transform .8s;
		/* top: 10vw; */
	}

	.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: 5vw;
		width: 3.8vw;
		height: 2.2vw;
		position: absolute;
		z-index: 9999999;
		top: -6.8vw;
	}



	button.menu-toggle span {
		height: 3px;
	}

	.main-navigation ul ul.toggled-on {
		display: block;
		text-align: right;
		position: relative;
		padding: 0 1vw;
		border: 0;
		max-height: 1000px;
		left: 0;
		right: 0;
		background: none;
	}

	.main-navigation li:hover ul.sub-menu {
		display: none;
		text-align: right;
		position: relative;
		padding: 1vw;
		border: 0;
		left: 0;
		right: 0;
		background: none;
		color: rgb(0, 85, 116);
	}

	.main-navigation li:hover ul.sub-menu.toggled-on {
		text-align: right;
		position: relative;
		padding: 0 1vw;
		border: 0;
	}

	.navigation-top {
		font-size: 16px;
		font-size: 1vw;
		width: 100%;
		float: right;
		position: absolute;
		right: 0;
		margin-right: -5vw;
	}

	div#slider {
    margin-top: 0!important;
	}

	button.menu-toggle span {
		display: block;
		position: absolute;
		height: .4vw;
		width: 100%;
		background: rgb(91, 38, 134);
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		    transform: rotate(0deg);
		-webkit-transition: .6s ease-in-out;
		-o-transition: .6s ease-in-out;
		transition: .6s ease-in-out;
	}
	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;
	}

	@-webkit-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 .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	  }
	}

	@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 .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	  }
	}
	header .menu-primary-navigation-container {
		max-height: 0;
		-webkit-transition: max-height .8s;
		-o-transition: max-height .8s;
		transition: max-height .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 .6s;
		transition: -webkit-transform .6s;
		-o-transition: transform .6s;
		transition: transform .6s;
		transition: transform .6s, -webkit-transform .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: 3.25vw 10vw;
		border-bottom: 1px solid #eee;
		margin-right: 0;
	}
	.main-navigation li li {
		padding: 0;
	}
	.main-navigation li li, .main-navigation li:last-child {
		border-bottom: 0;
	}


	.main-navigation a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(92, 40, 134)!important;
    text-align: right;
}

	ul#top.menu li a {
		font-size: 1.3vw;
		text-transform: uppercase;
	}

	.site-info a, .site-info p {
		color: #fff;
		font-size: .8vw;
	}

	.site-branding {
		/* width: auto; */
		margin: 0 auto;
		padding: 2vw 0;
		left: 0;
		right: auto;
	}

	#masthead .wrap {
    	/* width: 100%; */
    	/* max-width: 100%; */
    }

    .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;
	}



	#footer-menu li:after {
		/* content: '|'; */
		margin: 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;
	}

    .flex-image img {
		right: 0;
	}

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

	.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 .3s;
		-o-transition: top .3s;
		transition: top .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: .88;
	}

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

	ul#list_days {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-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: auto; */
		/* top: 0!important; */
	}

	.top-wrap {
		position: relative;
		right: 8vw;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.main-navigation ul ul {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	button.dropdown-toggle:hover {
		color: rgb(99, 28, 139);
		border: none;
	}

	.minimize .navigation-top {
		position: absolute;
		z-index: 999;
		top: 113%;
	}

	ul#intro-menu li a {
		padding: 2vw;
	}

	.header-donate .donate-select select {
		height: 5vw;
	}

	.page-id-3810 div#top-nav {
		position: absolute;
		font-size: 16px;
		font-size: 1vw;
		width: 112%;
		float: right;
		margin-right: -5vw;
		margin-left: -5vw;
		top: 100%;
	}

	.page-id-3810 .site-branding-logo a img {
		max-height: 4.7vw;
	}

	/*** Content Hub ***/

	.page-template-content-hub div#top-nav {
		display: block;
	}

	.page-template-content-hub .top-wrap {
		opacity: 1;
	}

	#masthead #top-navigation .wrap {
    width: 91%;
    max-width: 91%;
}

}

/*** Screens < 768px ****/
@media only screen
    and (max-width : 768px) {

    .site-content-contain {
		position: relative;
		top: 0!important;
	}



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

	.header-social {
		}



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

	.site-title, .site-title a {
		font-size: 4vw;
	}



	#footer-menu li:after {
		/* content: '|'; */
		margin: 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;
	}

    .flex-image img {
		right: 0;
	}

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

	.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 .3s;
		-o-transition: top .3s;
		transition: top .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);
		width: calc(100% + 14%);
    }

	.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;
    left: 1.8vw;
    right: 1.8vw;
    top: 2.5vw;
    bottom: 8.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: .88;
	}

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

	ul#list_days {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-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: auto; */
    	/* top: 0!important; */
 }

    div#slider {
    margin-top: 0!important;
}

    .menu-effect {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: 100%;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
		top: auto;
		background: #636363;
		right: 0;
		left: 0;
		opacity: .2;
	}

	.menu-main-menu-container {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		background: #252525;
		width: 59vw;
		top: 0;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.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 {
		height: inherit;
		top: auto;
	}

	button.dropdown-toggle {
		display: block;
		background: none;
		/* color: #fff; */
		top: 1.9vw;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		right: 5vw;
	}

	button.dropdown-toggle.toggled-on {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: none;
		color: rgb(95, 20, 126);
	}

	.brand-nav {
		position: relative;
		top: 2.6vw;
		}

	.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: .1vw;
		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: 2vw;
    -webkit-transition: width 2s, -webkit-transform .8s;
    transition: width 2s, -webkit-transform .8s;
    -o-transition: transform .8s, width 2s;
    transition: transform .8s, width 2s;
    transition: transform .8s, width 2s, -webkit-transform .8s;
    width: 60%;
    overflow: hidden;
    height: auto;
}

	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 .8s;
		transition: width 0s, -webkit-transform .8s;
		-o-transition: transform .8s, width 0s;
		transition: transform .8s, width 0s;
		transition: transform .8s, width 0s, -webkit-transform .8s;
		top: 0;
	}

	.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;
	}

	div#intro-nav {
		/* display: none; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.loaded div#intro-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}





	.logo-intro {
		margin: 0 auto 8vw;
	}

	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;
		right: 0;
		left: auto;
		text-align: right;
		background: none;
	}

	.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 {
		text-align: right;
		position: relative;
		padding: 1vw;
		border: 0;
	}



	.navigation-top {
		font-size: 16px;
		font-size: 1vw;
		width: 112%;
		float: right;
		margin-right: -5vw;
		margin-left: -5vw;
		top: 100%;
	}

	button.menu-toggle span {
		display: block;
		position: absolute;
		height: .4vw;
		width: 100%;
		background: rgb(87, 31, 121);
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		    transform: rotate(0deg);
		-webkit-transition: .6s ease-in-out;
		-o-transition: .6s ease-in-out;
		transition: .6s ease-in-out;
	}
	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;
	}

	@-webkit-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 .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	  }
	}

	@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 .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	  }
	}
	header .menu-primary-navigation-container {
		max-height: 0;
		-webkit-transition: max-height .8s;
		-o-transition: max-height .8s;
		transition: max-height .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: 0;
    position: relative;
 }
	body {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		-webkit-transition: -webkit-transform .6s;
		transition: -webkit-transform .6s;
		-o-transition: transform .6s;
		transition: transform .6s;
		transition: transform .6s, -webkit-transform .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 10vw;
	}
	.main-navigation li li {
		padding: 1vw 0;
	}
	.main-navigation li li, .main-navigation li:last-child {
		border-bottom: 0;
		text-align: right;
	}


	.main-navigation a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(95, 20, 126)!Important;
}

	ul#top.menu li a {
		font-size: 1.3vw;
		text-transform: uppercase;
	}

	.site-info a, .site-info p {
		color: #fff;
		font-size: 1vw;
	}

	.site-branding {
		width: 40%;
		margin: 0;
		/* padding: 2vw 2vw; */
		left: 0;
		right: auto;
	}

	#masthead .wrap {
    	/* width: 100%; */
    	/* max-width: 100%; */
    }

	.slide-content {
		font-size: 1.8vw;
	}

	.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: -5.8vw;
	}

	button.menu-toggle span {
    	 height: .5vw;
    }

    .main-navigation a {
    	font-size: 2.4vw!important;
    }

	.widget-text {
		font-size: 1.2vw;
	}

	.site-info a {
	   font-size: .8vw;
	}

	.right-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		font-size: 1.4vw;
	}

	.social-menu a {
		margin-left: .8vw;
		width: 3.3vw;
	}


	.wrap {
		width: 90%;
    }

    .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%;
	}

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

	div#gallery-carousel-mobile {
		top: 7vw;
		position: relative;
		max-height: 100%;
	}

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

	#gallery-carousel .gal-info {
		margin-bottom: 7vw!important;
	}

	header .menu-primary-container {
		padding-top: 0;
		top: 0;
	}

	li.gal-slide-image {
		margin-bottom: 4vw;
	}

	.footer-right {
		width: 51%;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.main-navigation ul ul {
		-webkit-box-shadow: none;
		box-shadow: none;
		right: 0;
		left: auto;
		background: none;
	}

	.top-wrap {
		position: relative;
		right: 7vw;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	ul#intro-menu ul li::after, ul#top-menu ul li::after {
		display: none;
	}

	.dropdown-toggle:hover, .dropdown-toggle:focus {
		border: none;
		color: rgb(95, 20, 126);
	}

	.minimize .navigation-top {
		position: absolute;
	}

}


/*** Screens > 760 ***/
@media only screen
	and (max-width: 760px) {

		form#donate-section.header-donate {
    width: 85%;
    margin-top: 2vw;
}

.header-donate a.donate-submit.button {
    color: #fff!important;
    background: #6d0d90;
}

.header-donate .donate-select select {
    font-size: 3vw;
    height: 9vw;
}

form#donate-section.header-donate label {
    font-size: 2vw;
}

.header-donate .donate-select .select-donation {
    font-size: 2vw;
    right: 3vw;
}

form#donate-section.header-donate > div {
    border: 1px solid #6d0d90;
}

	.top-nav {
		background: none!important;
	}

	#masthead .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#masthead #top-navigation .wrap {
    	width: 91%;
    	max-width: 91%;
			flex-direction: column;
	}

	ul#intro-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	ul#intro-menu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin-left: 0;
		float: right;
		padding: 0;
		margin-right: 0;
		margin-bottom: 2vw;
	}

	ul#intro-menu li a, .minimize ul#intro-menu li a {
		font-size: 4vw;
		padding: 2vw 5vw;
		width: 100%;
		text-align: center;
	}

	.menu-toggle {
    	top: -6vw;
 }

	header .menu-primary-container {
		padding-top: 0;
		top: 0;
	}

	ul#intro-menu li:last-child a{
		color: #fff !important;
	}

	ul#intro-menu li:last-child a:hover{
		color: #80439b !important;
	}

	ul#intro-menu li a:hover {
		color: rgb(255, 255, 255)!important;
	}

	header .main-navigation li {
		padding: 2.5vw 11vw;
	}

	button.dropdown-toggle {
		right: 4vw;
    	top: 2vw;
	}

	.menu-top-nav-container {
    order: 1;
	}

	.header-social {
    height: auto;
    order: 2;
	}

	.header-social ul#social-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-social ul#social-menu li {
    padding: .5vw;
}

ul#social-menu a {
    font-size: 3.5vw!important;
}

	header .main-navigation li li {
		padding: 1vw 0;
	}

	.minimize .site-branding-logo a img {
		max-height: 4.7vw;
	}

	.site-branding-logo a img{
		max-height: 8vw;
	}

	button.search-submit {
		font-size: 4vw;
		padding: 2vw;
		margin: 0;
		color: #fff;
		background: rgb(99, 30, 139);
	}

	.minimize .main-navigation li li {
		margin-right: 0;
		margin-left: 0;
	}

	.minimize .main-navigation a {
		padding-bottom: 0;
	}

	.minimize .main-navigation li li a {
		padding-bottom: 1.3vw;
	}

	.minimize .navigation-top {
		position: relative;
	}

	.minimize button.search-submit {
		font-size: 4vw;
	}

	.top-wrap {
		display: none;
	}

	.top-wrap.show {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		right: 5vw;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	input#search-input {
		max-width: 100%;
		font-size: 2.4vw;
		width: 42.8vw;
		padding: 2vw;
		margin-right: 2vw;
		border: 1px solid rgb(87, 31, 121);
		margin: 0;
	}

	form.header-search-form {
		max-width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 4vw;
		padding-top: 2vw;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		width: 100%;
		margin: 0;
		background-color: transparent;
	}

	.button-layer {
		margin: 0;
	}

	.minimize .main-navigation li {
		margin-left: 0;
		margin-right: 1.6vw;
	}

	.menu-top-menu-container {
		width: 100%;
	}

	.sponsor-cat {
		font-size: 2vw;
	}

	ul#intro-bar li > a {
		font-size: 2.4vw;
		padding: 1vw 3vw;
	}

	.brand-nav {
		top: 0;
	}

	.menu-top-nav-container {
		margin-left: 3vw;
	}

	ul#social-menu a {
		font-size: 3vw;
	}

	ul#social-menu li {
		margin-left: 2vw;
	}

	div#top-navigation {
		display: none;
		position: relative;
	}

	div#top-navigation.show {
		display: block;
	}

	.top-nav {
		display: none;
	}

	.top-nav.show {
		display: block;
	}

	.single-articles .share-this {
		padding: 2vw;
	}

	.share-this a {
		font-size: 3vw;
	}

	.admin-bar .brand-nav {
		top: 5.6vw;
	}

	.admin-bar .site-content-contain {
		margin-top: 43px!important;
	}

	.single-articles .post-share {
		font-size: 3vw;
		margin: 2vw 0;
	}

}

/*** Screens < 550px ****/
@media only screen and (max-width: 550px) {

    div#gallery-slider-mobile {
		max-width: 90%;
		margin: 0 auto;
	}

	.top-nav {
		display: none;
	}

	.top-nav.show {
		display: block;
	}
	.bx-carousel {
		display: none;
	}

	.header-social {
		height: auto;
		order: 2;
	}

	.header-social ul#social-menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header-social ul#social-menu li {
	padding: 2vw;
	}
	#gallery-slider-mobile .flex-direction-nav {
		width: 100%;
		opacity: 1;
    	z-index: 99;
	}

	#gallery-slider-mobile .flex-image {
		height: 45vw;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 81vw!important;
    	margin: 0!Important;
	    overflow: hidden;
	}

	.flex-direction-nav a:before {
    	font-size: 7vw!important;
	}

	.flexslider .slides .flex-image img {
	    -webkit-transition: opacity .3s, -webkit-transform .3s;
	    transition: opacity .3s, -webkit-transform .3s;
	    -o-transition: opacity .3s, transform .3s;
	    transition: opacity .3s, transform .3s;
	    transition: opacity .3s, transform .3s, -webkit-transform .3s;
	}

	div#gallery-slider-mobile .slides li:not(.flex-active-slide) .gal-info {
		display: none;
	}

	div#gallery-slider-mobile .slides li:not(.flex-active-slide) img {
		-webkit-transform: scale(.9);
		    -ms-transform: scale(.9);
		        transform: scale(.9);
    	opacity: .2;
	}

	div#gallery-carousel-mobile {
		top: 7vw;
		position: relative;
	}

	div#gallery-carousel-mobile .gal-info {
		position: relative;
	}

	div#gallery-slider-mobile .flex-viewport .slides li:not(.flex-active-slide)::after {
		display: none;
	}



	div#gallery-slider-mobile .flex-viewport {
		overflow: visible!important;
	}

	div#gallery-slider-mobile {
		display: block;
    	overflow: visible;
	}

	div#gallery-slider {
		display: none;
	}

	div#gallery-slider-mobile .flex-viewport {
		overflow: visible;
	}

	#gallery-slider-mobile li.flex-nav-prev {
		left: -7vw;
		position: relative;
	}

	#gallery-slider-mobile li.flex-nav-next {
		right: -7vw;
		position: relative;
	}

	.close-slider {
    	position: fixed;
    }

    div#gallery-carousel-mobile .gal-info {
		position: relative;
		margin-bottom: 7vw;
	}

	div#gallery-slider-mobile::before {
		content: '';
		position: absolute;
		width: 9vw;
		left: -9vw;
		height: 100%;
		z-index: 9;
		top: 0;
	}

	div#gallery-slider-mobile::after {
		content: '';
		position: absolute;
		width: 9vw;
		right: -9vw;
		height: 100%;
		z-index: 9;
		top: 0;
	}

	.site-branding a h1 {
	    font-size: 4vw;
	}

	#masthead .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.menu-toggle {
		top: -13vw;
		height: 6vw;
		width: 10vw;
	}

	.logos-grid .logo {
		width: 100%;
		margin-bottom: 7vw;
		padding: 0 10vw;
		text-align: center;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		height: 2.6vw!important;
		width: 2.6vw!important;
		border-radius: 100%!important;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 3vw;
	}

	button.menu-toggle span {
		height: 1vw;
	}

	.site-branding a .header-title * {
	 	font-size: 4vw;
	}

	header .main-navigation li {
		padding: 2.5vw 14vw;
	}

	.contact-left {
		width: 100%;
	}

    .boxxed {
		float: left;
		width: 100%;
	}



	header .toggled-on .menu-primary-container {
    	width: 100%;
    	/* padding-top: 20vw; */
    }

	.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 6vw;
	}

	h2 {
    	font-size: 5vw;
	}

	.main-navigation a {
		display: block;
		padding: 2.5vw 4vw;
		text-decoration: none;
		font-size: 4vw;
		font-weight: 300;
		text-transform: uppercase;
	}

	body, button, input, select, textarea {
		font-size: 4vw;
	}

	h3 {
		font-size: 4.1vw;
	}

	.main-navigation a {
		padding: 2.5vw 0;
		font-size: 4vw!important;
	}

	.site-branding-logo a img {
    	width: auto;
    	max-height: 15vw;
    }

    .minimize .site-branding-logo a img {
		max-height: 15vw;
	}

	.slide-content {
		font-size: 4vw;
		width: 95%!important;
		margin: 0 auto!important;
		top: 0!important;
		bottom: 0!important;
		left: 0!Important;
		right: 0!important;
		position: relative!important;
	}

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

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

	.slide-title {
		font-size: 6vw;
    }

    .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 .8s;
		transition: -webkit-transform .8s;
		-o-transition: transform .8s;
		transition: transform .8s;
		transition: transform .8s, -webkit-transform .8s;
	}

	header .menu-primary-container {
		position: absolute;
		background: #eee;
		left: auto;
		right: 0;
		-webkit-transform: translateX(120%);
		-ms-transform: translateX(120%);
		transform: translateX(120%);
		-webkit-transition: -webkit-transform .8s;
		transition: -webkit-transform .8s;
		-o-transition: transform .8s;
		transition: transform .8s;
		transition: transform .8s, -webkit-transform .8s;
		width: 100%;
		-webkit-transition: width 0s, -webkit-transform .8s;
		transition: width 0s, -webkit-transform .8s;
		-o-transition: transform .8s, width 0s;
		transition: transform .8s, width 0s;
		transition: transform .8s, width 0s, -webkit-transform .8s;
		/* padding-top: 20vw; */
		/* top: -1vw; */
	}

	.toggled-on .menu-primary-container {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}


	.accordion-title {
		font-size: 4.5vw;
		padding: 4vw 0;
	}

	.member-toggle {
		font-size: 6vw;
		top: 3vw;
	}

	#gallery-slider-mobile li.flex-nav-prev {
		left: -7vw;
		position: relative;
	}

	#gallery-slider-mobile li.flex-nav-next {
		right: -7vw;
		position: relative;
	}

    .flex-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-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: 6vw;
	}

	.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: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: CENTER;
		    -ms-flex-align: CENTER;
		        align-items: CENTER;
		-webkit-box-pack: 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: 3vw;
	}

	.close-slider {
		position: absolute;
		top: 1vw;
		right: 5.5vw;
		font-size: 7vw;
		/* color: rgb(255, 255, 255); */
		cursor: pointer;
	}

	.latest-posts .latest-post {
		width: 100%;
		height: 60vw;
		margin: 0 0 6vw!important;
	}

	.home-widget {
		width: 100%;
		height: 60vw;
		margin: 0 0 3vw!important;
	}

	.widget-title {
		font-size: 5vw;
		-webkit-transform: translate3d(0,45%,0);
		        transform: translate3d(0,45%,0);
	    color: rgb(255, 255, 255);
	}

	.widget-content {
		background-color: rgba(58,52,42,0);
	}

	.widget-content .widget-title::after {
		max-width: 100%;
	}


	.widget-content p {
		font-size: 4vw;
		top: 3.8vw;
		position: relative;
		max-width: 80%;
		margin: 1vw auto;
		font-weight: 300;
	}

	.widget-content::before, .widget-content p {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		    transform: scale(1);
		color: rgb(255, 255, 255);
	}

	.acf-map {
		height: 100vw;
	}

	.latest-posts .latest-post {
		width: 100%;
		height: auto;
		position: relative!important;
		/* top: 0!important; */
	}

	.team-pagination-content .latest-post {
		height: 44vw;
		width: 47%;
	}

	.team-pagination-content .latest-post img {
	    height: 131.8vw;
		top: auto;
		bottom: -38vw;
	}

	.gform_wrapper .gform_footer {
		padding: 2vw 0!important;
		margin: 0!important;
	}

	.team-pagination-content .latest-post .image-wrap {
		width: 83vw;
		height: 83vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	ul.navi-wrap li {
		font-size: 3vw;
	}

	.blog-text h3, .news-text h3 {
		margin: 0;
		text-transform: uppercase;
		font-weight: 500;
		color: #000;
		position: relative;
		font-size: 4.2vw;
		top: 1vw;
		-webkit-transition: top .4s;
		-o-transition: top .4s;
		transition: top .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%; */
		/* border-radius: 100%; */
		/* overflow: hidden; */
		/* width: 0; */
		/* height: 0; */
		/* transition: width .5s, height .5s, border-radius .5s; */
		/* padding: 19vw .5vw 0 2vw; */
		/* color: #fff; */
	}

	.logo-slide {
		width: 85vw!important;
	}

	.bx-wrapper .bx-controls-direction af, .bx-wrapper .bx-controls-direction a, a.slick-arrow {
    	font-size: 8vw;
    }

    a.bx-next {
		text-align: right;
	}

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

	.modal-image {
		max-width: 100%;
		/* float: left; */
		/* clear: left; */
		margin: 10vw 0 3vw;
	}

	.nav-item {
		margin-right: 5vw;
		cursor: pointer;
		position: relative;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 4vw;
	}

	button.dropdown-toggle {
		display: block;
		background: none;
		/* color: rgb(255, 255, 255); */
		top: 5vw;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		right: 5.5vw;
		font-size: 4vw;
	}

	.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%;
		height: 1px;
	}

	.top-nav {
		background: none!important;
	}

	ul#intro-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	ul#intro-menu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0 1vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		width: 89%;
	}

	ul#intro-menu li a, .minimize ul#intro-menu li a {
		font-size: 4vw;
		padding: 4vw 5vw;
		width: 100%;
		text-align: center;
	}



	.main-navigation li li {
		padding: 1vw 0;
	}

	.main-navigation li:hover ul.sub-menu {
    text-align: right;
    position: relative;
    padding: 1vw 0;
    border: 0;
}

	.main-navigation li:hover ul.sub-menu.toggled-on {
		text-align: right;
		position: relative;
		padding: 1vw 0;
		border: 0;
	}



	.modal-meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		font-size: 4vw;
	}

		.gal-caption {
		max-height: 0;
	}

	.blog-excerpt {
    	/* display: none; */
    	font-size: 4vw;
 }

	.latest-post .blog-text {
		background: none;
		-webkit-transition-delay: 0s;
		     -o-transition-delay: 0s;
		        transition-delay: 0s;
		top: auto;
	}

	.latest-post .blog-text h3 {
    top: 0;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .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;
	}

	.back {
		font-size: 4vw;
	}

	.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;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}

	.latest-post .blog-text h3:after {
		display: none;
	}

	.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;
	}

	.test-attribute {
		font-size: 4vw;
	}

	.test-quote {
		font-size: 4vw;
	}

	.test-quote i {
		font-size: 4vw;
	}

	.project-cat > div {
		font-size: 4vw;
		max-width: none;
		right: 8vw;
	}
	.content-wrap {
		width: 100%!important;
		top: 0!important;
		margin: 0 auto!important;
		position: relative;
		background: rgb(211, 211, 211);
	}

	.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.1vw!important;
	}

	li.urgent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: 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.1vw;
		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, .dp_calendar .div_dates li:hover {
		border-radius: 3px!important;
		padding: 2.5vw!important;
	}

	ul#list_days {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 3vw 4vw!important;
	}

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

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

	ul#social-menu a {
		font-size: 4vw!Important;
	}

	nput#gform_submit_button_1 {
		border: 0;
		margin: 0;
		color: #fff;
		background: #075861;
		float: right;
		padding: 1vw 3vw .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: 4vw!important;
	}

	acf-map {
		height: 91vw;
    }

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

	.content-wrap.bottom_right .slide-content {
    	margin: 0 5vw 10vw 0;
    }

    .site-info a, .site-info p {
		color: rgb(255, 255, 255);
		font-size: 3vw;
	}

	.footer-logo img {
		max-height: none;
	}

	.footer-logo {
		width: 25%;
	}

	.info-left {
		text-align: right;
		width: 100%;
		padding-right: 0;
		padding-bottom: 12vw;
		order: 2;
	}

	.site-footer .wrap {
		padding-bottom: 0;
		padding-top: 0;
	}

	#footer-menu li:after {
		font-size: 3vw;
	}

	.latest-post a {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}

	.logo-slide {
		padding: 2vw 8vw;
    }

    .bx-controls-direction {
		bottom: auto;
    	top: 45%;
	}

	.grid-sizer, .grid-item, .article-wrap article {
		width: 100%;
		position: relative!important;
		left: 0!important;
		top: 0!important;
	}

	.post-thumbnail a img {
		-webkit-backface-visibility: hidden;
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
		width: 100%;
		height: auto;
	}

	.entry-meta {
	    font-size: 2.6875vw;
    }

    .article-wrapper .entry-title a {
		font-size: 4vw;
	}

	.article-wrapper .entry-content {
		padding: 0 2vw 2vw;
		line-height: 1.1;
		font-size: 4vw;
	}

	article a.button {
		font-size: 4vw;
		margin-top: 1.5vw;
		padding: 3vw;
	}

	.article-wrapper header.entry-header, .article-wrapper .entry-content {
		padding: 0 3vw;
	}

	.article-wrapper .entry-content {
		padding: 0 3vw 3vw;
	}

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

	.featured-image img {
		width: 100%;
	}

	.flex-image {
		height: 60vw;
		width: 81vw!important;
		margin: 0!important;
	}

	.image_gallery_grid .flex-image {
		width: 100%!important;
		margin: 0 0 2vw!important;
		height: 60vw;
	}

	div#gallery-carousel-mobile {
		top: 16vw;
		position: relative;
	}

	input#search-input {
		width: 76%;
		padding: 3vw 3vw;
		font-size: 4vw;
		color: rgb(0, 0, 0);
		-webkit-appearance: none;
	}

	button.search-submit {
		font-size: 5vw;
		padding: 4vw;
	}

	.home a.button.slide-button {
		font-size: 4vw;
		padding: 3vw;
	}

	.home .slide-content {
		padding: 5vw!important;
	}

	.home a.button.slide-button {
		font-size: 4vw;
		padding: 3vw;
	}

	.home .slide-content {
		background: none;
		padding: 5vw 0!Important;
		width: 90%!Important;
	}

	.home .section.text_section.section-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.home .section.text_section.section-1 h2 {
		width: 100%;
		font-size: 5vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 0;
	}

	.home .section.text_section.section-1 .section-content {
		width: 100%;
		max-width: none;
	}

	.section:not(article) h2 {
		font-size: 5vw;
		text-align: center;
	}

	.migraine-infographic h2::after {
		width: 100%;
		position: relative;
	}

	.migraine-infographic h2 {
		text-align: center!important;
	}

	.infographic {
		padding: 0;
		margin-bottom: 11vw;
	}

	.infographic-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.home-widgets {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.home .widget-content a.button {
		font-size: 5vw;
		padding: 4vw 8vw;
	}

	.home .widget-title {
		font-size: 5vw;
	}

	.widget-icon {
		margin-bottom: 4vw;
		max-width: 10vw!Important;
	}

	.section .news-right h2 {
		font-size: 5vw;
	}

	.topic-wrap {
		width: 100%;
	}

	select.tag-title {
		width: 100%;
		padding: 3vw;
	}

	.search-wrap {
		margin-left: 0;
		margin-top: 3vw;
	}

	.topic-wrap::after {
		right: 3vw;
	}

	input.filter-input {
		padding: 3vw;
	}

	.search-enter.button {
		margin-left: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 3vw;
		border-radius: 0 1vw 1vw 0;
	}


	.form-background {
		height: 55vw;
	}

	.form-background img {
		width: auto;
		max-width: none;
		height: 100%;
		margin: 0 auto;
		position: relative;
		left: -69vw;
	}

	.section.sign_up_section .hs-input[name="email"] {
		height: 6vw;
	}

	.section.sign_up_section .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		max-width: 60%;
	}

	input.hs-button.primary.large {
		padding: 4vw 8vw;
	}

	.hs-form-8136fc45-6673-4af7-afb9-abe464667945_61485a06-1945-4c26-9b98-0358fd5fb592 .actions {
		margin-bottom: 0!Important;
		padding-bottom: 0!Important;
	}

	.footer-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.info-left .footer-logo {
		width: 100%;
	}

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

	.info-left .footer-menu {
		margin-left: 0;
		width: 100%;
		margin-bottom: 5vw;
	}

	.footer-contact {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		text-align: left;
		margin-left: 6vw;
	}

	.footer-title {
		margin-bottom: 3vw;
		text-align: left;
		font-size: 3vw;
	}

	.footer-right {
		width: 117%;
		margin-left: -7vw;
		margin-right: -7vw;
		order: 1;
	}

	.flex-control-nav {
		position: relative!important;
		bottom: 0!Important;
	}

	header#masthead {
		background: rgb(211, 211, 211);
	}

	.section.slider_section h2 {
		font-size: 4vw;
	}

	.section.slider_section p {
		font-size: 4vw;
	}

	.test-slider ul.slides {
		margin-top: 6vw;
	}

	.flex-column.flex-content {
		padding: 0!important;
		margin: 4vw auto!Important;
		max-width: 83%;
	}

	.team-pagination-content .latest-post .image-second img {
		position: relative;
		opacity: 1;
		height: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	ul.bio-info {
		font-size: 4vw;
	}

	.team-text {
		padding: 4vw;
	}

	.slide-content, .slide-content p, .slide-title, a.button.slide-button {
		color: rgb(95, 20, 126)!important;
		border-color: rgb(95, 20, 126)!important;
		/* padding: 4vw; */
	}

	.resource-widgets .home-widget {
		width: 100%;
		margin-bottom: 10vw!important;
	}

	.resource-widgets .widget-content p {
		font-size: 4vw;
		margin-bottom: 5vw;
	}

	a.button {
		font-size: 4vw;
		padding: 4vw 8vw;
	}

	.resource-widgets .home-widget:last-child {
		margin-bottom: 0!important;
	}

	.latest-posts.news-posts {
		margin-bottom: 4vw;
		height: auto!important;
	}

	.modal-wrap > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.bio {
		width: 100%;
	}

	.section.featured_blog_section {
		padding: 0;
		background: rgb(211, 211, 211);
	}

	.section.featured_blog_section img.desktop-image {
		display: block!important;
	}

	.home .featured-post-slider .slide-content {
		max-width: 68%;
	}

	.featured-post-slider .flex-control-paging li a.flex-active {
		background: rgb(105, 0, 131)!important;
	}

	.featured-post-slider .flex-control-paging li a {
		color: #000;
		border: 1px solid #000;
	}

	.featured-post-slider a.button {
		color: rgb(123, 0, 142)!important;
		border-color: rgb(115, 0, 136);
	}

	.featured-post-slider .flex-direction-nav a:before {
		color: rgb(105, 0, 131)!important;
	}

	.home .flex-control-paging li a {
		border-color: rgb(95, 20, 126)!important;
	}

	#slider .flex-control-paging li a.flex-active, #slider .flex-control-paging li a:hover {
		background: rgb(95, 20, 126)!important;
	}

	.news-posts .latest-post {
		top: 0!important;
	}

	.font-size p {
		font-size: 3vw;
	}

	.related-articles p {
		font-size: 3vw;
	}

	.font-lrg, .font-small {
		width: 6vw;
		height: 6vw;
	}

	.article-content p, .article-content li {
		font-size: 3vw;
	}

	article h2, h3, h4, h5, h6 {
		font-size: 4vw;
	}

	h1.single-entry-title {
		font-size: 5vw;
	}

	.section.image_text_section.fb-section::before {
		height: 18vw;
		background-size: contain;
		max-width: 82%;
	}

	.section.image_text_section.fb-section {
		padding: 14vw 0 10vw;
	}

	.move-widgets .widget-content a.button {
		font-size: 4vw;
		padding: 4vw 8vw;
	}

	.move-widgets .widget-title {
		font-size: 5vw;
	}

	img.section-bg {
		position: absolute;
	}

	.image-content {
		position: relative;
		padding: 9vw 0;
	}

	.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item.visible a {
		height: 3vw!important;
	}

	div#magic-line {
		height: 3vw!important;
	}

	.section.slider_section.living-slider::after {
		width: 4vw;
		height: 4vw;
		border-width: 2px;
	}

	.section.slider_section.living-slider::before {
		width: 2px;
	}

	.flex-column.flex-right {
		padding: 8vw;
	}

	a.button.slide-button {
		padding: 4vw 8vw;
	}

	#slider .bx-wrapper {
		background: rgb(211, 211, 211);
	}

	#slider .bx-controls-direction {
		top: 38%;
	}

	.section.text_section .section-content {
		max-width: 90%;
	}

	body:not(.home) .widget-content {
		padding: 7vw 0 14vw;
	}

	body:not(.home) .section:not(.move-widgets) .widget-content a.button {
		display: block;
		margin-top: 7vw;
	}

	.news-posts .latest-post:nth-of-type(3) {
		width: 100%;
	}

	.logo-text {
		font-size: 4vw;
	}

	.board-widgets .home-widgets {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.board-widgets .widget-title {
		font-size: 4vw;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.board-widgets .widget-content p strong {
		font-size: 3.5vw;
		margin-top: 1vw;
	}

	.board-widgets .widget-content {
		-webkit-box-pack: start!important;
		    -ms-flex-pack: start!important;
		        justify-content: flex-start!important;
	}

	.board-widgets .widget-content p {
		top: 0;
	}

	.featured {
		height: auto;
	}

	.instagram_feed .bx-viewport {
		width: 80%!important;
		margin: 0 auto;
	}

	.insta-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		height: 0;
		top: 0;
		bottom: 0;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: auto;
		left: 0;
		right: 0;
	}

	.insta-nav > div {
		font-size: 6vw;
		color: rgb(128, 67, 155);
	}

	.wpgmza_sl_main_div {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}

	.wpgmza_sl_query_div {
		width: 100%;
		margin-bottom: 2vw;
		margin-right: 0;
	}

	input#addressInput_1 {
		padding: 2vw;
	}

	.wpgmza_sl_radius_div {
		width: 100%!important;
		margin-bottom: 2vw;
		margin-right: 0;
	}

	select#radiusSelect_1 {
		padding: 2vw;
	}

	.wpgmza_sl_category_div {
		width: 100%!important;
		margin-bottom: 2vw;
	}

	.wpgmza_sl_category_innerdiv2 {
		width: 100%;
	}

	select#wpgmza_filter_select {
		padding: 2vw;
	}

	input.wpgmza_sl_search_button_1 {
		font-size: 4vw;
		margin-top: 2vw;
		padding: 2vw;
		float: right;
	}

	.wpgmza_sl_search_button_div {
		float: right;
		width: 100%;
	}

	.find-help-widgets .widget-content p {
		font-size: 4vw;
	}

	form#donate-section {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		    -ms-flex-direction: column!important;
		        flex-direction: column!important;
	}

	form#donate-section > div {
		/* width: 100%; */
		-webkit-box-pack: start!important;
		    -ms-flex-pack: start!important;
		        justify-content: flex-start!important;
    	border: 0;
	}

	form#donate-section.header-donate > div, form#donate-section.header-donate .donate-select.sched-select {
		width: 100%!important;
		padding: 1vw 3vw;
		border: 1px solid #5f127d!important;
		margin-bottom: 2vw!important;
	}

	.header-donate a.donate-submit.button {
		padding: 3vw;
	}

	.header-donate .donate-select select {
		width: 100%!important;
		padding: 0;
		margin-left: 4vw;
	}

	.header-donate .donate-select .select-donation {
		right: 2vw!important;
	}

	select.donation-amount {
		width: auto!important;
		font-size: 5vw!important;
	}

	form#donate-section .donate-select.sched-select {
		width: 90%!important;
		margin: 0 auto!important;
		border: 0!important;
	}

	select.donation-schedule {
		width: 100%!important;
		font-size: 5vw!important;
	}

	.donate-submit.button {
		width: 100%!important;
		font-size: 5vw!important;
	}

	form#donate-section .form-title {
		width: 100%!important;
		font-size: 5vw!important;
		padding: 4vw!important;
		border: -0!important;
	}

	form#donate-section label {
		font-size: 5vw!important;
		position: relative!important;
		width: auto!important;
		text-align: left!important;
		float: left!important;
		margin: 0!important;
	}

	.amount-select .select-donation {
		font-size: 7vw!important;
		right: 0!important;
	}

	.select-donation {
		font-size: 7vw!important;
		right: 0!important;
	}

	.donate-select.amount-select {
		width: 80%!important;
	}

	.donate-select.amount-select {
		width: 90%!important;
		margin: 0 auto!important;
		border: 0!important!important;
	}

	form#donate-section.header-donate {
		width: 89%;
		/* display: none; */
	}

	.latest-posts ul.flex-direction-nav {
		width: 97%!important;
	}

	.section.widget_section.three-across .home-widget {
		width: 100%;
	}

	.latest-posts .slides {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 90%;
	}

	.page-id-3810 .site-branding-logo a img {
		max-height: 15vw;
	}

	.site-branding {
		width: 75%;
	}

	.page-id-3810 header .toggled-on .menu-primary-container {
		width: 112%;
    }

    .cat {
		font-size: 2.4vw;
	}

	/*** Content Hub ***/
	.page-template-content-hub .section.text_section {
		max-width: 100%;
		margin-bottom: 6vw;
		padding: 6vw 0 4vw;
	}

	.page-template-content-hub .section.text_section.section-1 h2, .page-template-content-hub .form-background .section-form-wrap h2,
	.page-template-content-hub .section.text_section.section-1 h1, .page-template-content-hub .form-background .section-form-wrap h1 {
		font-size: 6vw;
	}

	.page-template-content-hub .section p, .page-template-content-hub .form-background .section-form-wrap {
		font-size: 4vw;
	}

	.latest-posts.hub-posts .slides .latest-post {
    	width: 86.5vw!important;
		margin: 0 6vw 0 0!important;
	}

	.hub-posts .blog-text .post-meta {
		font-size: 4vw;
	    max-width: 90%;
	}

	.hub-posts .blog-text a.more {
		font-size: 3vw;
		margin-top: 7vw;
	}

	.latest-posts.hub-posts .slides .latest-post .blog-text {
		padding: 0 3vw 3vw;
	}

	.latest-posts.hub-posts .slides .latest-post .featured {
		height: 45vw;
		margin-bottom: 3vw;
	}

	.latest-posts.hub-posts .slides.mCustomScrollbar._mCS_1 {
		max-width: none;
	}

	.mCSB_dragger_bar {
		height: 4vw!important;
	}

	.mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin-bottom: 10vw!important;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
		height: 7vw;
	}

	.latest-posts.hub-posts, .latest-posts.hub-videos {
		margin: 0 0 0 7vw;
	}

	.video-left {
		width: 100%;
	}

	.video-left h2 {
		font-size: 6.5vw!important;
		margin-top: 0;
	}

	h3.sub-title {
		margin: 0;
	}

	.page-template-content-hub .section.video_section p {
		font-size: 4vw;
	}

	.video-right {
		display: none;
	}

	ul.slides.video-slides.mCustomScrollbar._mCS_2 {
		margin: 0;
	}

	.page-template-content-hub .section.text-special .section-wrap {
		top: 0;
	}

	.page-template-content-hub .section.text-special {
		margin-bottom: 0;
	}

	.page-template-content-hub .section.text-special .section-wrap {
		top: 0;
		padding: 6vw;
	}

	.page-template-content-hub .section.text_section.section-1 {
		margin-bottom: 0;
		max-width: 100%;
	}

	.latest-posts.hub-posts .slides {
		margin: 0;
		max-width: 100%;
	}

	.share-this {
		top: 2vw;
		padding: 6vw;
	}

	.share-this::after {display: none;}

	.share-this a {
		padding: 2vw;
	}

	.hub-posts .blog-text .post-meta {}

.share-this {
    top: 2vw;
    padding: 6vw;
}

	.share-this::after {display: none;}

	.share-this a {
		padding: 2vw;
	}

	.page-template-content-hub .form-background .section-form-wrap {
		width: 100%;
		left: 0;
		right: 0;
	}

	.page-template-content-hub .form-background .section-form-wrap .button {
		font-size: 5vw;
		padding: 3vw 6vw;
		width: auto;
	}

	.hub-posts .blog-text .post-meta {}

	.share-this {
		top: 2vw;
		padding: 6vw;
	}

	.share-this::after {display: none;}

	.share-this a {
		padding: 2vw;
	}

	.page-template-content-hub .form-background .section-form-wrap {
		width: 100%;
		left: 0;
		right: 0;
		background: #00000069;
	}

	.page-template-content-hub .form-background .section-form-wrap .button {
		font-size: 5vw;
		padding: 3vw 6vw;
		width: auto;
	}

	.section.podcast_section h2 {
		font-size: 6vw;
	}

	.pod-left {
		width: 100%;
	}

	.pod-right {
		width: 100%;
		margin-top: 4vw;
	}

	.pod-1 {
		height: auto;
	}

	.pod-left .blog-text h3 {
		font-size: 5vw;
	}

	.pod-right .pod-posts .slides {
		height: 100vw;
		margin: 0;
		width: 100%!important;
		max-width: none;
	}

	.pod-right li.latest-post .blog-text a {
		font-size: 4vw;
	}

	.pod-right li.latest-post {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}

	.pod-right li.latest-post .blog-text {
		width: 100%;
		margin: 0 0 3vw;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.pod-right .download-image {
		height: auto;
	}

	.download_section .video-right {
		display: block;
		width: 108%;
		margin: 3vw -1vw 3vw 0;
	}

	.download_section .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.video-right .latest-posts.hub-posts {
		margin: 0;
	}

	.page-template-content-hub .form-background {
		height: auto;
	}

	.page-template-content-hub .form-background img {
		left: -172vw;
	}

	.mCSB_scrollTools_vertical .mCSB_dragger_bar {
		width: 4vw!important;
	}

	/*** Sponsors ***/

	.level-image {
		width: 100%;
	}

	.sponsor-level-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 8vw 0;
	}

	.sponsor-cat {
		font-size: 5vw;
		padding: 4vw 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid rgb(218, 218, 218);
	}

	.sponsor-cats {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border: 0;
	}

	.sponsor-cat:hover::after, .sponsor-cat.active::after {
		height: 1vw;
	}

	.level-script {
		width: 100%;
	}

	.sponsor-logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.sponsor-logo {
		margin-bottom: 6vw;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

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

	.more-sponsor {
		font-size: 8vw;
	}

	.bg-container.add-width {
		max-width: 100%;
	}

	.add-width img.section-bg {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.sponsor-info {
		padding: 7vw 0;
	}

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

	.section:not(article) .level-script h2 {
		text-align: center;
	}

	.sponsor-wrap {
		max-width: 90%;
	}

	.info-image {
		width: 100%;
	}

	.info-wrap-right {
		width: 100%;
		margin-top: 5vw;
		text-align: center;
	}

	div#top-navigation {
		position: relative;
		margin-bottom: 6vw;
		display: none;
	}

	div#top-navigation.show {
		display: block;
	}

	.brand-nav {
		top: 0;
	}

	#masthead #top-navigation .wrap {
		flex-direction: column;
	}

	ul#intro-bar li > a {

	}

	.menu-top-nav-container {
		order: 1;
	}

	.menu-middle-menu-container {
		width: 100%;
	}

	.single-articles .share-this {
		top: 1vw;
		padding: 1.5vw;
	}

	.admin-bar .brand-nav {
		top: 0;
	}

	html #wpadminbar {
		top: -46px!important;
	}

	.single-articles .post-share {
		font-size: 5vw;
	}

	.admin-bar .site-content-contain {
		margin-top: 0!important;
	}

	.team_section.board-members .latest-post {
		width: 100%;
		height: auto;
	}

	.team_section.board-members h2 {
		font-size: 5vw;
	}

	.team-text h3 {
		font-size: 5vw;
	}

	.home .widget-icon img {
		width: 13.5vw;
	}

	#slider.bxslider .bx-viewport {
		height: 166vw!important;
	}

	.hub-widget {
		width: 100%;
		margin: 0 0 5vw;
	}

	.hub-widget .widget-text {
		font-size: 100%;
	}

	body:not(.home) .hub-widget .widget-content {
		width: 65%;
	}

	.link-column {
		max-width: none;
		width: 100%;
		margin: 0 0 5vw;
	}

	.hub-widget a.read-more {
		font-size: 100%;
	}

	.section.patient_advocate_section {
		padding-top: 6vw;
	}

}

/*--------------------------------------------------------------
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;
	}
}
