@charset "UTF-8";
/*

Theme Name: Canberra Glassworks
Theme URI:
Author: CRE8IVE
Author URI: https://www.cre8ive.com.au/
Description: Built in 2018 by CRE8IVE, this is the custom theme for the new Canberra Glassworks website.
Version: 1.0
Text Domain: glasworks


*/
@import url("https://use.typekit.net/kiu4ctd.css");
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM ORIGIN */
/* TRANSITION */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  background-color: white;
  font-size: 26px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 300;
}

#wrapper {
  overflow: hidden;
  position: relative;
  background-color: white;
}

#page {
  width: 100%;
  overflow: hidden;
}

.row {
  width: calc(100% - 20px);
  max-width: 1250px;
  margin: auto;
}
.row .row {
  width: 100%;
}

.display-none {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  border: 0;
}

.display-mob, .mobile-only {
  display: none;
}

.row_nw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.row_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_nw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.col_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .display-mob, .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}
@keyframes scale-outer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes scale-outer {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale-inner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/*

Gotham font sourced from:
https://dashboard.typography.com/account/cloud-project.php?notice=allset&Prj_ProjectID=128590#
Gotham Book and Gotham Bold enabled. Also availble (but not activated) are Gotham Light (font-weight 300) and Gotham Medium (font-weight 500). Head to the above URL to enable if required.

Gotham fonts active:

Gotham Book
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;

Gotham Book Italic
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 400;

Gotham Bold:
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;

Gotham Bold Italic:
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 700;
*/
html {
  font-family: "nimbus-sans", sans-serif;
  line-height: 1.2;
  background-color: #1a1a1a;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 20px;
  }
}

.page-home h5 {
  color: #2c3b8b;
}

.bg-home {
  background-color: #2c3b8b;
}
.bg-home:hover, .bg-home:focus {
  background-color: #202b64;
}

.color-home {
  color: #2c3b8b;
}
.color-home h5 {
  color: #2c3b8b;
}

.page-visit h5 {
  color: #70a3b5;
}

.bg-visit {
  background-color: #70a3b5;
}
.bg-visit:hover, .bg-visit:focus {
  background-color: #538b9f;
}

.color-visit {
  color: #70a3b5;
}
.color-visit h5 {
  color: #70a3b5;
}

.page-create h5 {
  color: #eda755;
}

.bg-create {
  background-color: #eda755;
}
.bg-create:hover, .bg-create:focus {
  background-color: #e88f27;
}

.color-create {
  color: #eda755;
}
.color-create h5 {
  color: #eda755;
}

.page-access h5 {
  color: #d35953;
}

.bg-access {
  background-color: #d35953;
}
.bg-access:hover, .bg-access:focus {
  background-color: #c23832;
}

.color-access {
  color: #d35953;
}
.color-access h5 {
  color: #d35953;
}

.page-support h5 {
  color: #8a9578;
}

.bg-support {
  background-color: #8a9578;
}
.bg-support:hover, .bg-support:focus {
  background-color: #707a60;
}

.color-support {
  color: #8a9578;
}
.color-support h5 {
  color: #8a9578;
}

.page-about h5 {
  color: #70a3b5;
}

.bg-about {
  background-color: #70a3b5;
}
.bg-about:hover, .bg-about:focus {
  background-color: #538b9f;
}

.color-about {
  color: #70a3b5;
}
.color-about h5 {
  color: #70a3b5;
}

h1 {
  margin-bottom: 1rem;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

h2 {
  margin-bottom: 1rem;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

h5 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

h6 {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.indent, .form_block .row, .feature_exhibition .row .content,
.exhibitions .row .content,
.eventbrite_listing .row .content, .post_article .row .content p, .attachment_link .row, .two_column_text .row, .rich_text .row, .banner_text .row {
  padding: 45px 215px;
}
@media screen and (max-width: 1270px) {
  .indent, .form_block .row, .feature_exhibition .row .content,
.exhibitions .row .content,
.eventbrite_listing .row .content, .post_article .row .content p, .attachment_link .row, .two_column_text .row, .rich_text .row, .banner_text .row {
    padding: 45px 15vw;
  }
}
@media screen and (max-width: 970px) {
  .indent, .form_block .row, .feature_exhibition .row .content,
.exhibitions .row .content,
.eventbrite_listing .row .content, .post_article .row .content p, .attachment_link .row, .two_column_text .row, .rich_text .row, .banner_text .row {
    padding: 45px;
  }
}
@media screen and (max-width: 720px) {
  .indent, .form_block .row, .feature_exhibition .row .content,
.exhibitions .row .content,
.eventbrite_listing .row .content, .post_article .row .content p, .attachment_link .row, .two_column_text .row, .rich_text .row, .banner_text .row {
    padding: 45px 0;
  }
}

.roundbutton {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3846153846rem 1.1538461538rem;
  color: #1a1a1a;
  border-radius: 0.9615384615rem;
  text-decoration: none;
  transition: background-color 0.25s;
  color: white !important;
}
#wrapper {
  min-height: 100vh;
}
#wrapper.loaded:before {
  display: none;
}
#wrapper:before {
  content: "Loading, please wait...";
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  font-size: 20px;
  top: 560px;
  transform: translate(-50%, 0);
  color: white;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 9px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.25);
  padding: 5px;
}
@media screen and (max-width: 360px) {
  #wrapper:before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
#header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100vw - 1248px) / 2);
  background: #1a1a1a;
}
#header:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100vw - 1248px) / 2);
  background: #1a1a1a;
}
#header.logged-1 {
  top: 32px;
}
@media screen and (max-width: 782px) {
  #header.logged-1 {
    top: 45px;
  }
}
@media screen and (max-width: 600px) {
  #header.logged-1 {
    top: 0;
  }
}
#header > div {
  max-width: 48.0769230769rem;
  margin: auto;
}
#header #logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  background-color: #1a1a1a;
}
#header #logo span {
  display: block;
  height: 2.2692307692rem;
  font-size: 0;
  background-image: url(images/logo.svg);
  background-size: auto 44px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
#header #menu-toggle {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -moz-box-flex: 0;
  -moz-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-order: 10;
  -ms-flex-order: 10;
  order: 10;
  opacity: 0;
}
#header .hamburger {
  display: none;
}
#header #nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  margin: 0 1px;
  overflow: hidden;
}
#header #nav > div {
  width: 100%;
  height: 100%;
}
#header #nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  list-style: none;
}
#header #nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 1px;
}
#header #nav ul li a {
  display: block;
  padding: 0.6923076923rem 0;
  width: 100%;
  font-size: 0.7692307692em;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #e6e6e6;
  background-color: #1a1a1a;
  transition: background 0.1s, color 0.1s;
  outline: none;
  height: 2.2692307692rem;
}
#header #nav ul li a[href="#search"] {
  color: #eda755;
}
#header #nav ul li a[href="#search"]:after {
  display: inline-block;
  content: "";
  width: 0.8846153846rem;
  height: 0.8846153846rem;
  background-image: url(images/search-y.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: -4px 0 -2px 8px;
}
#header #nav ul li a:hover, #header #nav ul li a:focus {
  color: white;
}
#header #nav ul li a:hover[href*="/home/"], #header #nav ul li a:focus[href*="/home/"] {
  background-color: #2c3b8b;
}
#header #nav ul li a:hover[href*="/visit/"], #header #nav ul li a:focus[href*="/visit/"] {
  background-color: #70a3b5;
}
#header #nav ul li a:hover[href*="/create/"], #header #nav ul li a:focus[href*="/create/"] {
  background-color: #eda755;
}
#header #nav ul li a:hover[href*="/access/"], #header #nav ul li a:focus[href*="/access/"] {
  background-color: #d35953;
}
#header #nav ul li a:hover[href*="/support/"], #header #nav ul li a:focus[href*="/support/"] {
  background-color: #8a9578;
}
#header #nav ul li a:hover[href*="/about/"], #header #nav ul li a:focus[href*="/about/"] {
  background-color: #70a3b5;
}
#header #nav ul li a:hover[href="#search"], #header #nav ul li a:focus[href="#search"] {
  background-color: white;
  color: #eda755;
}
#header #nav ul li.current-menu-item a[href*="/home/"], #header #nav ul li.current-page-ancestor a[href*="/home/"] {
  background-color: #2c3b8b;
}
#header #nav ul li.current-menu-item a[href*="/visit/"], #header #nav ul li.current-page-ancestor a[href*="/visit/"] {
  background-color: #70a3b5;
}
#header #nav ul li.current-menu-item a[href*="/create/"], #header #nav ul li.current-page-ancestor a[href*="/create/"] {
  background-color: #eda755;
}
#header #nav ul li.current-menu-item a[href*="/access/"], #header #nav ul li.current-page-ancestor a[href*="/access/"] {
  background-color: #d35953;
}
#header #nav ul li.current-menu-item a[href*="/support/"], #header #nav ul li.current-page-ancestor a[href*="/support/"] {
  background-color: #8a9578;
}
#header #nav ul li.current-menu-item a[href*="/about/"], #header #nav ul li.current-page-ancestor a[href*="/about/"] {
  background-color: #70a3b5;
}
#header #search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -moz-box-flex: 0;
  -moz-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  height: 59px;
  overflow: hidden;
  background-color: #1a1a1a;
}
#header #search form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
#header #search #s {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
  color: white;
  border: 0px;
  background-color: transparent;
  padding: 4px 10px;
  border-radius: 0;
}
#header #search #searchsubmit {
  margin-left: 5px;
  appearance: normal;
  -webkit-appearance: none;
  background-color: #4d4d4d;
  border-radius: 0;
  border: 0;
  height: 40px;
  width: 40px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/search-y.svg);
  background-size: 1.1538461538rem 1.1923076923rem;
}
#header .socials {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  padding-left: 0.1923076923rem;
  padding-right: 0.3846153846rem;
  background-color: #1a1a1a;
  height: 2.2692307692rem;
}
#header .socials > div {
  height: 100%;
  padding-left: 0.3846153846rem;
}
#header .socials > div .icons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1.9230769231rem;
  -moz-box-flex: 1;
  -moz-flex: 1 1 1.9230769231rem;
  -ms-flex: 1 1 1.9230769231rem;
  flex: 1 1 1.9230769231rem;
}
#header .socials > div .icons > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.1538461538rem;
  -moz-box-flex: 0;
  -moz-flex: 0 0 1.1538461538rem;
  -ms-flex: 0 0 1.1538461538rem;
  flex: 0 0 1.1538461538rem;
  position: relative;
  top: 0;
  height: 0.7692307692rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  color: #e6e6e6;
  transition: top 0.2s;
}
#header .socials > div .icons > a:hover, #header .socials > div .icons > a:focus {
  top: -3px;
}
#header .socials > div .icons > a.search {
  background-image: url(images/search-y.svg);
  background-size: 15px;
}
#header .socials > div .icons > a.insta {
  background-image: url(images/insta.svg);
  background-size: 15px;
}
#header .socials > div .icons > a.facebook {
  background-image: url(images/facebook.svg);
  background-size: 15px 17px;
}
#header .socials > div span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#header .socials > div span a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.4615384615rem;
  -moz-box-flex: 0;
  -moz-flex: 0 0 3.4615384615rem;
  -ms-flex: 0 0 3.4615384615rem;
  flex: 0 0 3.4615384615rem;
  font-size: 0.6153846154em;
  text-align: right;
  text-decoration: none;
  color: #e6e6e6;
}
#header .socials > div span a:hover, #header .socials > div span a:focus {
  text-decoration: underline;
}
#header.search-active #nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -moz-box-flex: 0;
  -moz-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
}
#header.search-active #search {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 2px;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  #header #logo {
    -webkit-flex-basis: 220px;
    -moz-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    height: auto;
    padding: 0;
  }
  #header #nav {
    display: block;
  }
  #header #nav ul li a {
    padding: 1.1rem 0;
  }
  #header .socials {
    -webkit-flex-basis: 175px;
    -moz-flex-basis: 175px;
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    padding-left: 0.3846153846rem;
    padding-right: 0.3846153846rem;
  }
  #header .socials > div > a {
    flex-basis: 1.3076923077rem;
  }
  #header .socials > div > span a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  #header {
    background-color: rgba(26, 26, 26, 0.8);
  }
  #header .row_nw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .row_nw #logo {
    -webkit-flex-basis: calc(100% - 62px);
    -moz-flex-basis: calc(100% - 62px);
    -ms-flex-preferred-size: calc(100% - 62px);
    flex-basis: calc(100% - 62px);
  }
  #header .row_nw #logo span {
    width: 90%;
  }
  #header .row_nw .hamburger {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    background-color: #1a1a1a;
    height: 60px;
    margin-left: 2px;
    position: relative;
  }
  #header .row_nw .hamburger span {
    display: block;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 3px;
    background-color: white;
  }
  #header .row_nw .hamburger span.l1 {
    top: 17px;
  }
  #header .row_nw .hamburger span.l2 {
    top: 27px;
  }
  #header .row_nw .hamburger span.l3 {
    top: 37px;
  }
  #header .row_nw #nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #header .row_nw #nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  #header .row_nw #nav ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
  #header .row_nw #nav ul li a {
    height: 100%;
    font-size: 10vw;
    padding: 11vw 10px;
  }
  #header .row_nw #search {
    transition: height 0.3s;
    height: 0;
  }
  #header .row_nw .socials {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 0;
    overflow: hidden;
    font-size: 26px;
    transition: height 0.3s;
  }
  #header .row_nw .socials > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }
  #header .row_nw .socials > div > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  #header .row_nw .socials > div span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  #header .row_nw .socials > div span a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  #header .row_nw #menu-toggle:checked ~ #nav {
    margin-top: 2px;
  }
  #header .row_nw #menu-toggle:checked ~ #nav ul li {
    height: calc((85vh - 130px) / 4);
    margin: 0 0 2px 0;
  }
  #header .row_nw #menu-toggle:checked ~ .socials {
    height: 60px;
  }
  #header.search-active .row_nw #search {
    height: 59px;
    margin-right: 0;
    margin-bottom: 2px;
  }
  #header.search-active .row_nw #menu-toggle:checked ~ #nav ul li {
    height: calc((85vh - 190px) / 4);
  }
}

#banner {
  position: relative;
}
#banner .bg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4d4d4d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(30%) brightness(60%);
  -webkit-filter: grayscale(30%) brightness(60%);
}
#banner .row {
  position: relative;
  z-index: 2;
  color: white;
  height: 100%;
  padding-top: 60px;
}
#banner .down {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 16px);
  background-image: url(images/arrow.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #banner .down {
    height: 22px;
    bottom: 10px;
  }
}
#banner.has-parent-0 {
  height: 700px;
  max-height: 70vw;
}
#banner.has-parent-0 .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#banner.has-parent-0 .row .content {
  text-align: center;
}
#banner.has-parent-0:not(.is-home) .row .content h1 {
  color: #1a1a1a;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  font-size: 3.2692307692rem;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}
@supports (transition: initial) {
  #banner.has-parent-0:not(.is-home) .row .content h1 {
    text-shadow: none;
  }
}
#banner.has-parent-0.is-home h1 {
  font-size: 1.6923076923rem;
  font-weight: 900;
  margin-bottom: 3.0769230769rem;
}
#banner.has-parent-0.is-home .row .content h2 {
  font-size: 1.5384615385rem;
  font-weight: 900;
  margin-bottom: 4.6153846154rem;
  letter-spacing: 0.02em;
}
#banner.has-parent-0.is-home .row .content a {
  color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 20px;
  padding: 8px 13px;
  font-size: 0.6923076923rem;
  font-weight: 700;
  background-color: transparent;
  transition: background-color 0.3s;
}
#banner.has-parent-0.is-home .row .content a:hover {
  background-color: #2c3b8b;
}
@media screen and (max-width: 767px) {
  #banner.has-parent-0 {
    max-height: 100vw;
  }
  #banner.has-parent-0.is-home h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #banner.has-parent-0:not(.is-home) .row .content h1 {
    font-size: 2.5rem;
  }
  #banner.has-parent-0.is-home .row .content h2 {
    margin-bottom: 3.0769230769rem;
  }
  #banner.has-parent-0:not(.is-home) .row .content h2 {
    font-size: 2.5rem;
  }
}
#banner.has-parent-1 {
  height: 500px;
  max-height: 50vw;
}
#banner.has-parent-1 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#banner.has-parent-1 .row .content {
  text-align: left;
}
#banner.has-parent-1 .row .content h1 {
  font-size: 1rem;
  text-transform: uppercase;
  /*
  					span{
  						&:before{
  							display: inline-block;
  							content: '/';
  							margin: 0 0 0 rem(8);
  						}
  						&.first{
  							display: block;
  							width: rem(190);
  							height: rem(4);
  							margin: rem(26) 0;
  							background-color: white;
  							&:before{
  								display: none;
  							}
  						}
  					}
  */
  /*
  					> div{ // Probably should be a SPAN but that is being used as a border seperator.
  						display: block;
  						font-weight: 500;
  					}
  */
}
#banner.has-parent-1 .row .content h1 span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
#banner.has-parent-1 .row .content h1 span:nth-child(1) {
  display: block;
  font-weight: 700;
}
#banner.has-parent-1 .row .content h1 span:nth-child(1):after {
  content: "";
  display: block;
  width: 7.3076923077rem;
  height: 0.1538461538rem;
  margin: 1rem 0;
  background-color: white;
}
#banner.has-parent-1 .row .content h1 span:nth-child(2) ~ span:before {
  content: "/";
  display: inline-block;
  margin: 0 0.3076923077rem;
}
#banner.has-parent-1 .row .content h1 a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  #banner.has-parent-1 {
    max-height: 80vw;
  }
  #banner.has-parent-1 .row {
    padding-top: 20px;
  }
  #banner.has-parent-1 .row .content h1 span.first {
    margin: 0.6153846154rem 0;
  }
}

#main {
  min-height: calc(100vh - 900px);
}

#footer {
  background-color: #1a1a1a;
  color: white;
  font-size: 0.6923076923rem;
}
#footer .row {
  padding: 1.7307692308rem 0 0.1923076923rem;
}
#footer .row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  min-width: 150px;
  max-width: 200px;
  margin: 0 0.7692307692rem 1.5384615385rem;
}
#footer .row > div > * {
  display: block;
}
#footer .row > div b {
  margin-bottom: 1em;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
}
#footer .row > div a {
  color: white;
  text-decoration: underline;
}
#footer .row > div a[href*=tel] {
  text-decoration: none;
}
#footer .row > div img {
  height: auto;
}
#footer .row > div img.c8 {
  max-width: 135px;
}
#footer .row > div img.cbr {
  max-width: 190px;
}
@media screen and (max-width: 400px) {
  #footer .row > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.content_area {
  /*
  	h1{
  		font-size: rem(60);
  		margin-bottom: rem(26);
  	}
  	h2{
  		font-size: rem(55);
  		margin-bottom: rem(26);
  	}
  	h3{
  		font-size: rem(45);
  		margin-bottom: rem(26);
  	}
  	h4{
  		font-size: rem(35);
  		margin-bottom: rem(26);
  	}
  	h5{
  		font-size: rem(25);
  		margin-bottom: rem(26);
  	}
  	h6{
  		font-size: rem(20);
  		margin-bottom: rem(26);
  	}
  */
}
.content_area p {
  font-size: 0.8461538462rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 1rem;
}
.content_area.large-font p {
  font-size: 1rem;
  font-weight: 400;
}
.content_area h2 {
  margin-top: 2rem;
}
.content_area h3 {
  color: #7c7c7c;
}
.content_area h6 {
  color: gray;
}
.content_area ul,
.content_area ol {
  margin-left: 1.1538461538rem;
  margin-bottom: 1rem;
}
.content_area ul li,
.content_area ol li {
  font-size: 0.8461538462rem;
  margin-bottom: 1rem;
  margin-top: -0.75rem;
}
.content_area a {
  color: #2c3b8b;
}
.content_area table, .content_area table.tablepress {
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.6923076923rem;
  border: none;
}
.content_area table tr, .content_area table.tablepress tr {
  border: none;
}
.content_area table tr:first-child td, .content_area table.tablepress tr:first-child td {
  border-top-color: transparent;
}
.content_area table tr:last-child td, .content_area table.tablepress tr:last-child td {
  border-bottom-color: transparent;
}
.content_area table tr:nth-last-child(2) td[rowspan="2"], .content_area table.tablepress tr:nth-last-child(2) td[rowspan="2"] {
  border-bottom-color: transparent;
}
.content_area table tr:nth-last-child(3) td[rowspan="3"], .content_area table.tablepress tr:nth-last-child(3) td[rowspan="3"] {
  border-bottom-color: transparent;
}
.content_area table tr:nth-last-child(4) td[rowspan="4"], .content_area table.tablepress tr:nth-last-child(4) td[rowspan="4"] {
  border-bottom-color: transparent;
}
.content_area table tr:nth-last-child(4) td[rowspan="4"], .content_area table.tablepress tr:nth-last-child(4) td[rowspan="4"] {
  border-bottom-color: transparent;
}
.content_area table tr:nth-last-child(6) td[rowspan="6"], .content_area table.tablepress tr:nth-last-child(6) td[rowspan="6"] {
  border-bottom-color: transparent;
}
.content_area table th,
.content_area table td, .content_area table.tablepress th,
.content_area table.tablepress td {
  padding: 0.3076923077rem 0.3846153846rem;
  text-align: left;
  vertical-align: top;
  border: none;
}
.content_area table th, .content_area table.tablepress th {
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
}
.content_area table td, .content_area table.tablepress td {
  border-bottom: 1px solid #cccccc;
}
.content_area table thead th, .content_area table.tablepress thead th {
  background-color: transparent;
}
.content_area table .odd td, .content_area table.tablepress .odd td {
  background-color: transparent;
}
.content_area table .row-hover tr:hover td, .content_area table.tablepress .row-hover tr:hover td {
  background-color: transparent;
}
.content_area table.responsive-table th.mobile-only-header, .content_area table.tablepress.responsive-table th.mobile-only-header {
  display: none;
}
.content_area table.responsive-table td.mobile-only-cell, .content_area table.tablepress.responsive-table td.mobile-only-cell {
  display: none;
}
@media screen and (max-width: 767px) {
  .content_area table.responsive-table, .content_area table.tablepress.responsive-table {
    display: block;
    width: 100%;
  }
  .content_area table.responsive-table thead, .content_area table.tablepress.responsive-table thead {
    display: block;
    width: 100%;
  }
  .content_area table.responsive-table tbody, .content_area table.tablepress.responsive-table tbody {
    display: block;
    width: 100%;
  }
  .content_area table.responsive-table tr, .content_area table.tablepress.responsive-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.9230769231rem;
  }
  .content_area table.responsive-table tr.responsive-table-header-row, .content_area table.tablepress.responsive-table tr.responsive-table-header-row {
    display: none;
  }
  .content_area table.responsive-table tr:nth-last-child(2) td[rowspan="2"], .content_area table.tablepress.responsive-table tr:nth-last-child(2) td[rowspan="2"] {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr:nth-last-child(3) td[rowspan="3"], .content_area table.tablepress.responsive-table tr:nth-last-child(3) td[rowspan="3"] {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr:nth-last-child(4) td[rowspan="4"], .content_area table.tablepress.responsive-table tr:nth-last-child(4) td[rowspan="4"] {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr:nth-last-child(4) td[rowspan="4"], .content_area table.tablepress.responsive-table tr:nth-last-child(4) td[rowspan="4"] {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr:nth-last-child(6) td[rowspan="6"], .content_area table.tablepress.responsive-table tr:nth-last-child(6) td[rowspan="6"] {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr:first-child td, .content_area table.tablepress.responsive-table tr:first-child td {
    border-top-color: #cccccc;
  }
  .content_area table.responsive-table tr:last-child td, .content_area table.tablepress.responsive-table tr:last-child td {
    border-bottom-color: #cccccc;
  }
  .content_area table.responsive-table tr th.mobile-only-header:nth-last-child(2), .content_area table.tablepress.responsive-table tr th.mobile-only-header:nth-last-child(2) {
    border-bottom: transparent;
  }
  .content_area table.responsive-table tr th.mobile-only-header:nth-last-child(2) + td, .content_area table.tablepress.responsive-table tr th.mobile-only-header:nth-last-child(2) + td {
    border-bottom: transparent;
  }
  .content_area table.responsive-table th, .content_area table.tablepress.responsive-table th {
    display: block;
    width: auto !important;
  }
  .content_area table.responsive-table th.mobile-only-header, .content_area table.tablepress.responsive-table th.mobile-only-header {
    display: block;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .content_area table.responsive-table th.mobile-only-header + td, .content_area table.tablepress.responsive-table th.mobile-only-header + td {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .content_area table.responsive-table td, .content_area table.tablepress.responsive-table td {
    display: block;
    width: auto !important;
  }
  .content_area table.responsive-table td.mobile-only-cell, .content_area table.tablepress.responsive-table td.mobile-only-cell {
    display: block;
  }
  .content_area table.responsive-table td[data-label], .content_area table.tablepress.responsive-table td[data-label] {
    position: relative;
    width: 100%;
    min-height: 1.5rem;
    padding-left: calc(30% + 0.3846153846rem);
  }
  .content_area table.responsive-table td[data-label]:before, .content_area table.tablepress.responsive-table td[data-label]:before {
    content: attr(data-label);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    padding: 0.3076923077rem 0.3846153846rem;
    font-weight: 700;
  }
  .content_area table.responsive-table td[data-label]:last-child, .content_area table.tablepress.responsive-table td[data-label]:last-child {
    border-bottom-color: transparent;
  }
}
.content_area hr {
  margin: 1rem 0;
  border-color: #e6e6e6;
  border-style: solid;
}

.banner_text {
  background-color: #e6e6e6;
  text-align: center;
}
.banner_text .row .content_area p {
  margin: 0;
  padding: 0 1.9230769231rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 720px) {
  .banner_text .row {
    font-size: 1.3461538462rem;
  }
  .banner_text .row p {
    padding: 0;
  }
}

.heading h2 {
  font-size: 2.5rem;
  margin: 1.34rem 0 1.53846rem;
  letter-spacing: 0.02em;
}
.heading.page-level-2 h2, .heading.page-level-3 h2, .heading.page-level-4 h2, .heading.page-level-5 h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 2.4615384615rem;
  color: #1a1a1a !important;
}
.heading + .rich_text .row {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .heading h2 {
    font-size: 2.1153846154rem;
  }
}

.rich_text .row {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.two_column_text .row {
  padding-top: 2.3076923077rem;
}
.two_column_text .row .larger {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.two_column_text .row .smaller {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin-left: 1.7307692308rem;
}
.two_column_text .row h3 {
  margin-bottom: 0.5rem;
  font-size: 1.0769230769rem;
}
.two_column_text .row h4 {
  margin-bottom: 0.5rem;
  font-size: 0.8461538462rem;
}
.two_column_text .row p {
  margin-bottom: 0.5rem;
  font-size: 0.8461538462rem;
}
.two_column_text.wide .row {
  padding: 60px 0 45px;
}
@media screen and (max-width: 680px) {
  .two_column_text .row .larger,
.two_column_text .row .smaller {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  .two_column_text .row .larger {
    margin-bottom: 0.5rem;
  }
}

.page_links,
.discover_links {
  padding: 0.7692307692rem 0 calc(45px - 1rem);
}
.page_links .row .page_link,
.discover_links .row .page_link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -webkit-flex-basis: calc(50% - 0.5rem);
  -moz-flex-basis: calc(50% - 0.5rem);
  -ms-flex-preferred-size: calc(50% - 0.5rem);
  flex-basis: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  text-decoration: none;
}
.page_links .row .page_link:hover div.text .arrow, .page_links .row .page_link:focus div.text .arrow,
.discover_links .row .page_link:hover div.text .arrow,
.discover_links .row .page_link:focus div.text .arrow {
  left: 50px;
}
.page_links .row .page_link > div,
.discover_links .row .page_link > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page_links .row .page_link > div.text,
.discover_links .row .page_link > div.text {
  position: relative;
  padding: 1.5384615385rem;
  font-weight: 700;
  color: white;
}
.page_links .row .page_link > div.text .arrow,
.discover_links .row .page_link > div.text .arrow {
  position: absolute;
  display: block;
  width: 0.6153846154rem;
  height: 1.2307692308rem;
  bottom: 1.5384615385rem;
  left: 1.5384615385rem;
  background-image: url(images/arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: left 0.35s;
}
.page_links .row .page_link > div.image,
.discover_links .row .page_link > div.image {
  height: 0;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1270px) {
  .page_links .row .page_link,
.discover_links .row .page_link {
    -webkit-flex-basis: calc(50% - 5px);
    -moz-flex-basis: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 0.3846153846rem;
  }
  .page_links .row .page_link div.text,
.discover_links .row .page_link div.text {
    padding: 2vw;
  }
  .page_links .row .page_link div.text .arrow,
.discover_links .row .page_link div.text .arrow {
    bottom: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 720px) {
  .page_links .row .page_link,
.discover_links .row .page_link {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .page_links .row .page_link:hover div.text .arrow, .page_links .row .page_link:focus div.text .arrow,
.discover_links .row .page_link:hover div.text .arrow,
.discover_links .row .page_link:focus div.text .arrow {
    left: 25px;
  }
  .page_links .row .page_link div.text,
.discover_links .row .page_link div.text {
    padding: 4vw 2vw;
  }
  .page_links .row .page_link div.text .arrow,
.discover_links .row .page_link div.text .arrow {
    width: 0.3846153846rem;
  }
}

.discover_links {
  background-color: #e6e6e6;
}
.discover_links .row h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0.5rem 0 1rem;
  font-size: 1.5384615385rem;
  font-weight: 400;
}
.discover_links .row .page_link {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  background-color: #4d4d4d;
}

.attachment_link {
  background-color: #f2f2f2;
}
.attachment_link .download_link {
  position: relative;
  text-decoration: none;
}
.attachment_link .download_link:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 42px;
  top: 8px;
  vertical-align: middle;
  background-image: url(images/pdf.svg);
  background-size: contain;
}
.attachment_link .download_link > div {
  margin-left: 50px;
  line-height: 1.4;
}
.attachment_link .download_link > div > span {
  display: inline-block;
}
.attachment_link .download_link > div > span:nth-child(1) {
  display: block;
  text-decoration: underline;
}
.attachment_link .download_link > div > span:nth-child(2) {
  display: block;
  font-size: 0.9em;
  color: #1a1a1a;
}

.image_links {
  padding: 1.7307692308rem 0 calc(45px - 1rem);
}
.image_links .row .image_link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-basis: calc(50% - 0.5rem);
  -moz-flex-basis: calc(50% - 0.5rem);
  -ms-flex-preferred-size: calc(50% - 0.5rem);
  flex-basis: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  text-decoration: none;
}
.image_links .row .image_link:hover .image .bg, .image_links .row .image_link:focus .image .bg {
  transform: scale(1.05);
}
.image_links .row .image_link .image {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
.image_links .row .image_link .image .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  filter: grayscale(30%) brightness(60%);
  -webkit-filter: grayscale(30%) brightness(60%);
  transition: transform 0.6s;
}
.image_links .row .image_link .image span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 35px;
  font-size: 1.5384615385rem;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 767px) {
  .image_links .row .image_link {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.video {
  text-align: center;
  padding: 0.5769230769rem 0 1.7307692308rem;
}
.video h3 {
  font-size: 1.6923076923rem;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  margin-bottom: 0.5rem;
}
.video h4 {
  font-size: 1.5384615385rem;
  font-family: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.video iframe {
  max-width: 100%;
  max-height: 55vw;
}

.text_and_image .row {
  padding: 1.7307692308rem 0;
}
.text_and_image .row > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.text_and_image .row > div.content {
  padding: 75px 100px;
}
.text_and_image .row > div.content h3 {
  margin-bottom: 1rem;
  color: #2c3b8b;
  font-size: 1.5384615385rem;
  line-height: 1.1;
}
.text_and_image .row > div.content p {
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-size: 0.7692307692rem;
}
.text_and_image .row > div.content a {
  font-size: 0.7692307692rem;
}
.text_and_image .row > div.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.text_and_image .row.bg {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 60px 40px;
}
.text_and_image .row.bg > div.content {
  padding: 0 1.5384615385rem;
  color: white;
}
.text_and_image .row.bg > div.content p {
  color: white;
}
.text_and_image .row.bg > div.content a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3846153846rem 1.1538461538rem;
  color: #1a1a1a;
  border-radius: 0.9615384615rem;
  text-decoration: none;
  transition: background-color 0.25s;
  font-size: 0.7692307692rem;
}
@media screen and (max-width: 1270px) {
  .text_and_image .row div.content,
.text_and_image .row.bg div.content {
    padding: 4vw 6vw;
  }
}
@media screen and (max-width: 900px) {
  .text_and_image .row div.content,
.text_and_image .row.bg div.content {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 680px) {
  .text_and_image .row,
.text_and_image .row.bg {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text_and_image .row > div,
.text_and_image .row.bg > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .text_and_image .row > div.image,
.text_and_image .row.bg > div.image {
    padding-top: 74%;
  }
  .text_and_image .row.bg {
    padding: 20px;
  }
}

.article_listing .row {
  padding: 0.9615384615rem 0;
}
.article_listing .row .item {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding: 0.7692307692rem 0;
}
.article_listing .row .item > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.article_listing .row .item > div.content {
  padding: 0 1.5384615385rem 0 0;
}
.article_listing .row .item > div.content h4 {
  font-size: 1.5384615385rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.article_listing .row .item > div.content h4 a {
  color: inherit;
  text-decoration: none;
}
.article_listing .row .item > div.content p,
.article_listing .row .item > div.content ul,
.article_listing .row .item > div.content li {
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-size: 0.7692307692rem;
  line-height: 1.35;
}
.article_listing .row .item > div.content li {
  margin-bottom: 0.2rem;
  margin-left: 1rem;
}
.article_listing .row .item > div.content a.button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3846153846rem 1.1538461538rem;
  color: #1a1a1a;
  border-radius: 0.9615384615rem;
  text-decoration: none;
  transition: background-color 0.25s;
  font-size: 0.7692307692rem;
  color: white;
}
.article_listing .row .item > div .image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article_listing .row .item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.article_listing .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.article_listing .row > div main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article_listing .row > div aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 0.7692307692rem 0 0 1.1538461538rem;
  font-size: 0.6923076923rem;
}
.article_listing .row > div aside h4 {
  margin-bottom: 0.5rem;
  font-size: 0.9230769231rem;
  color: #1a1a1a;
}
.article_listing .row > div aside ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.article_listing .row > div aside ol > li {
  display: block;
  margin: 0.1153846154rem 0 0 0.3846153846rem;
  padding: 0;
}
.article_listing .row > div aside ol > li > span {
  font-size: "Gotham A", "Gotham B", "nimbus-sans", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.article_listing .row > div aside > ol {
  margin-bottom: 0.5rem;
}
.article_listing .row > div aside a {
  color: #595959;
  text-decoration: none;
}
.article_listing .row > div aside a:hover, .article_listing .row > div aside a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 970px) {
  .article_listing .row > div {
    display: block;
  }
  .article_listing .row > div main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .article_listing .row > div aside {
    margin: 0.5rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .article_listing .row .item > div.content {
    padding: 0 0.7692307692rem 0 0;
  }
  .article_listing .row .item > div.content h4 {
    font-size: 1.3076923077rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .article_listing .row .item > div.image {
    height: 0;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 680px) {
  .article_listing .row .item > div.content h4 {
    font-size: 1.0769230769rem;
  }
  .article_listing .row .item > div .image {
    min-height: 200px;
  }
}

.article_pagination {
  font-size: 0.6153846154rem;
  margin: 1.5384615385rem 0 0.7692307692rem;
  padding: 0 0.3846153846rem;
}
.article_pagination ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article_pagination ol > li {
  display: block;
  margin: 0 0.3846153846rem 0.3846153846rem;
}
.article_pagination ol > li a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3846153846rem 1.1538461538rem;
  color: #1a1a1a;
  border-radius: 0.9615384615rem;
  text-decoration: none;
  transition: background-color 0.25s;
  margin: 0;
  color: white;
  white-space: nowrap;
}
.article_pagination ol > li a.article_pagination_active {
  background-color: #cccccc;
}
.article_pagination ol > li a.article_pagination_active:hover, .article_pagination ol > li a.article_pagination_active:focus {
  background-color: #cccccc;
}

.post_article .row {
  position: relative;
  margin-bottom: 2.3076923077rem;
}
.post_article .row h3 {
  display: block;
  margin: 1rem 0;
  padding-bottom: 0.5rem;
  padding-right: 115px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.post_article .row h4 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.post_article .row .content {
  font-size: 0.8461538462rem;
}
.post_article .row .content h3,
.post_article .row .content h4 {
  padding-left: 215px;
  padding-right: 215px;
}
.post_article .row .content p {
  padding-top: 0;
  padding-bottom: 0;
}
.post_article .row .content p:first-of-type {
  font-size: 1rem;
}
.post_article .row .content p img {
  margin: 1rem 0 1rem -215px;
}
@media screen and (max-width: 1270px) {
  .post_article .row .content p img {
    margin-left: -15vw;
  }
}
@media screen and (max-width: 1270px) {
  .post_article .row .content h3,
.post_article .row .content h4 {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
@media screen and (max-width: 970px) {
  .post_article .row .content h3,
.post_article .row .content h4 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .post_article .row h3 {
    padding-right: 95px;
  }
}
@media screen and (max-width: 720px) {
  .post_article .row .content h3,
.post_article .row .content h4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.social-media-share {
  position: absolute;
  top: 5px;
  right: 10px;
}
.social-media-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-share ul > li {
  display: block;
  margin-left: 0.5rem;
}
.social-media-share ul > li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.social-media-share ul > li a.social-media-share-facebook {
  background-image: url(images/facebook-share.svg);
  background-color: #3c5a9a;
}
.social-media-share ul > li a.social-media-share-twitter {
  background-image: url(images/twitter-share.svg);
  background-color: #439cd6;
}
@media screen and (max-width: 767px) {
  .social-media-share {
    top: 10px;
  }
  .social-media-share ul > li a {
    width: 38px;
    height: 38px;
  }
}

.feature_exhibition .row .content,
.exhibitions .row .content,
.eventbrite_listing .row .content {
  padding-top: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 45px;
}
.feature_exhibition .row .content .body,
.exhibitions .row .content .body,
.eventbrite_listing .row .content .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.feature_exhibition .row .content .body div,
.exhibitions .row .content .body div,
.eventbrite_listing .row .content .body div {
  position: relative;
}
.feature_exhibition .row .content .body div h2,
.exhibitions .row .content .body div h2,
.eventbrite_listing .row .content .body div h2 {
  font-size: 0.7692307692rem;
}
.feature_exhibition .row .content .body div p,
.exhibitions .row .content .body div p,
.eventbrite_listing .row .content .body div p {
  margin-bottom: 1rem;
}
.feature_exhibition .row .content .body .exp,
.exhibitions .row .content .body .exp,
.eventbrite_listing .row .content .body .exp {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  opacity: 0;
}
.feature_exhibition .row .content .body .exp:checked ~ label .more,
.exhibitions .row .content .body .exp:checked ~ label .more,
.eventbrite_listing .row .content .body .exp:checked ~ label .more {
  display: none;
}
.feature_exhibition .row .content .body .exp:checked ~ label .less,
.exhibitions .row .content .body .exp:checked ~ label .less,
.eventbrite_listing .row .content .body .exp:checked ~ label .less {
  display: inline-block;
}
.feature_exhibition .row .content .body .exp:checked ~ div,
.exhibitions .row .content .body .exp:checked ~ div,
.eventbrite_listing .row .content .body .exp:checked ~ div {
  height: auto;
}
.feature_exhibition .row .content .body .exp:checked ~ div:after,
.exhibitions .row .content .body .exp:checked ~ div:after,
.eventbrite_listing .row .content .body .exp:checked ~ div:after {
  display: none;
}
.feature_exhibition .row .content .body label,
.exhibitions .row .content .body label,
.eventbrite_listing .row .content .body label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6153846154rem;
  z-index: 2;
}
.feature_exhibition .row .content .body label .less,
.exhibitions .row .content .body label .less,
.eventbrite_listing .row .content .body label .less {
  display: none;
}
.feature_exhibition .row .content .body img,
.exhibitions .row .content .body img,
.eventbrite_listing .row .content .body img {
  max-width: 100%;
}
.feature_exhibition .row .content .info,
.exhibitions .row .content .info,
.eventbrite_listing .row .content .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding-left: 1.9230769231rem;
  font-size: 0.8461538462rem;
}
.feature_exhibition .row .content .info h6,
.feature_exhibition .row .content .info b,
.exhibitions .row .content .info h6,
.exhibitions .row .content .info b,
.eventbrite_listing .row .content .info h6,
.eventbrite_listing .row .content .info b {
  display: block;
  font-size: 0.7692307692rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.feature_exhibition .row .content .info .event_multiple_dates,
.exhibitions .row .content .info .event_multiple_dates,
.eventbrite_listing .row .content .info .event_multiple_dates {
  display: block;
  font-size: 0.7692307692rem;
  margin-bottom: 0.5rem;
}
.feature_exhibition .row .content .info .event_multiple_dates.help,
.exhibitions .row .content .info .event_multiple_dates.help,
.eventbrite_listing .row .content .info .event_multiple_dates.help {
  display: inline-block;
  padding: 1px 3px 3px;
  border-radius: 50%;
  height: 0.7692307692rem;
  width: 0.7692307692rem;
  font-size: 0.5769230769rem;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.feature_exhibition .row .content .info .event_multiple_dates.help:after,
.exhibitions .row .content .info .event_multiple_dates.help:after,
.eventbrite_listing .row .content .info .event_multiple_dates.help:after {
  display: none;
  content: 'Use the "Select a Different Date" button below to see date options';
  position: absolute;
  left: 0.8846153846rem;
  top: 0;
  color: #1a1a1a;
  width: 120px;
  font-size: 0.5rem;
  background-color: inherit;
  padding: 5px 10px;
}
.feature_exhibition .row .content .info .event_multiple_dates.help:hover:after,
.exhibitions .row .content .info .event_multiple_dates.help:hover:after,
.eventbrite_listing .row .content .info .event_multiple_dates.help:hover:after {
  display: block;
}
.feature_exhibition .row .content .info .event_date_range,
.exhibitions .row .content .info .event_date_range,
.eventbrite_listing .row .content .info .event_date_range {
  font-size: 0.6923076923rem;
}
.feature_exhibition .row .content .info .event_date_range span:nth-child(1),
.exhibitions .row .content .info .event_date_range span:nth-child(1),
.eventbrite_listing .row .content .info .event_date_range span:nth-child(1) {
  white-space: nowrap;
}
.feature_exhibition .row .content .info .event_date_range span:nth-child(2),
.exhibitions .row .content .info .event_date_range span:nth-child(2),
.eventbrite_listing .row .content .info .event_date_range span:nth-child(2) {
  color: gray;
}
.feature_exhibition .row .content .info .event_date_range span:nth-child(3),
.exhibitions .row .content .info .event_date_range span:nth-child(3),
.eventbrite_listing .row .content .info .event_date_range span:nth-child(3) {
  white-space: nowrap;
}
.feature_exhibition .row .content .info a,
.exhibitions .row .content .info a,
.eventbrite_listing .row .content .info a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  margin: 1rem 0 1rem;
  font-size: 0.7692307692rem;
}
.feature_exhibition .row .content .tickets,
.exhibitions .row .content .tickets,
.eventbrite_listing .row .content .tickets {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 370px;
}
.feature_exhibition .row .content .tickets .eventbrite-widget,
.feature_exhibition .row .content .tickets iframe,
.exhibitions .row .content .tickets .eventbrite-widget,
.exhibitions .row .content .tickets iframe,
.eventbrite_listing .row .content .tickets .eventbrite-widget,
.eventbrite_listing .row .content .tickets iframe {
  width: 100%;
  height: 100%;
}
.feature_exhibition .row .content .image,
.exhibitions .row .content .image,
.eventbrite_listing .row .content .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 0;
  padding-top: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .feature_exhibition .row .content .info,
.exhibitions .row .content .info,
.eventbrite_listing .row .content .info {
    -webkit-flex-basis: 260px;
    -moz-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }
}
@media screen and (max-width: 500px) {
  .feature_exhibition .row .content .body,
.exhibitions .row .content .body,
.eventbrite_listing .row .content .body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .feature_exhibition .row .content .info,
.exhibitions .row .content .info,
.eventbrite_listing .row .content .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 1.1538461538rem;
  }
}

.feature_exhibition .row .content {
  padding: 0 0 45px;
}

.expandable .expandable-control {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3846153846rem 1.1538461538rem;
  color: #1a1a1a;
  border-radius: 0.9615384615rem;
  text-decoration: none;
  transition: background-color 0.25s;
  font-size: 0.6153846154rem;
  position: absolute;
  bottom: -10px;
  z-index: 2;
  margin: 0;
  color: white;
}
.exhibitions .row .content .body > div,
.eventbrite_listing .row .content .body > div {
  height: 140px;
  overflow: hidden;
}
.exhibitions .row .content .body > div:after,
.eventbrite_listing .row .content .body > div:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  opacity: 1;
  transition: opacity 0.45s;
}
.exhibitions .row .content .body > div.expanding:after,
.eventbrite_listing .row .content .body > div.expanding:after {
  opacity: 0;
}
.exhibitions .row .content .body > div .attachment-thumbnail,
.eventbrite_listing .row .content .body > div .attachment-thumbnail {
  float: right;
  margin: 0.1923076923rem 0 0.3846153846rem 1.5384615385rem;
}

.eventbrite_listing {
  font-size: 0.7692307692rem;
}

.event_help {
  margin: 0.5rem 0;
  padding: 0.3846153846rem;
  font-size: 0.6153846154rem;
  background-color: #f5f7fa;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 0.5s, transform 0.5s;
}
.event_help.event_help_show {
  transform: translateY(0);
  opacity: 1;
}
.event_help p {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
.event_help p.event_help_show {
  transform: translateY(0);
  opacity: 1;
}
.event_help p:nth-child(1) {
  margin: 0;
}
.event_help p:nth-child(1) span:nth-child(3) {
  display: block;
}
.event_help p:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0.6153846154rem 0 0;
}
.event_help p:nth-child(2) span:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 45px;
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
}
.event_help p:nth-child(2) span:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.event_help p:nth-child(2) span:nth-child(3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: right;
  margin-left: 0.1923076923rem;
}
.event_help p:nth-child(2) span:nth-child(3) span {
  white-space: nowrap;
}
.event_help p span {
  vertical-align: top;
}
.event_help p img {
  display: inline-block;
  vertical-align: top;
}
.event_help p img.eventbrite_different_date_icon {
  width: 180px;
  height: auto;
  margin-left: 0.2307692308rem;
}
.event_help p img.eventbrite_sold_out_icon {
  width: 52px;
  height: auto;
}

.sponsors {
  background-color: #e6e6e6;
  margin-top: 45px;
}
.sponsors .row {
  padding: 45px 0 25px;
  text-align: center;
}
.sponsors .row h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4d4d4d;
}
.sponsors .row .links a {
  margin: 0 20px 20px;
}

.map {
  margin-bottom: 45px;
}
.map iframe {
  max-width: 100%;
}

.page_sponsor {
  background-color: #e6e6e6;
  text-align: center;
}
.page_sponsor .row {
  padding: 45px 275px;
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d;
}
.page_sponsor .row p {
  margin-bottom: 1rem;
}

.two_column_banner .row {
  padding: 45px 105px;
}
.two_column_banner .row > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  font-size: 0.7692307692rem;
}
.two_column_banner.bg {
  color: white;
}
@media screen and (max-width: 1270px) {
  .two_column_banner .row {
    padding: 45px 7vw;
  }
}

.form_block .row {
  color: #1a1a1a;
}
.form_block .row h3 {
  font-size: 1.7307692308rem;
  margin-bottom: 1rem;
}
.form_block .row .nf-form-layout {
  padding-top: 2.3076923077rem;
}
.form_block .row .nf-form-fields-required {
  font-size: 0.5769230769rem;
  margin-bottom: 1rem;
}
.form_block .row .nf-field-label {
  margin: 0;
}
.form_block .row .nf-field-label label {
  font-size: 0.6923076923rem;
  font-weight: 400;
}
.form_block .row .nf-field-element input,
.form_block .row .nf-field-element select,
.form_block .row .nf-field-element textarea {
  display: block;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  padding: 10px;
  font-family: inherit;
  font-size: 0.8461538462rem;
  font-weight: 400;
  background-color: white;
}
.form_block .row .nf-field-element input[type=button],
.form_block .row .nf-field-element select[type=button],
.form_block .row .nf-field-element textarea[type=button] {
  padding: 10px 30px;
  margin-left: auto;
}
.form_block .row .nf-field-element input[type=checkbox] + label,
.form_block .row .nf-field-element select[type=checkbox] + label,
.form_block .row .nf-field-element textarea[type=checkbox] + label {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8461538462rem;
}
.form_block .row .list-select-wrap .nf-field-element {
  position: relative;
}
.form_block .row .list-select-wrap .nf-field-element:before {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  z-index: 0;
}
.form_block .row .list-select-wrap .nf-field-element select {
  position: relative;
  z-index: 2;
}
.form_block .row .nf-error-msg {
  color: #d35953;
  font-size: 0.6923076923rem;
}
.form_block .row hr {
  margin: 1rem 0;
  border-color: #e6e6e6;
  border-style: solid;
}
.form_block.hide-title .row {
  padding-top: 0;
}
.form_block.hide-title .row h3 {
  display: none;
}
.form_block form {
  background-color: #f2f2f2;
  padding: 1.5384615385rem;
}
.form_block form p {
  font-size: 0.8461538462rem;
  margin: 0.5rem 0;
}
@media screen and (max-width: 720px) {
  .form_block form {
    padding: 0.7692307692rem;
  }
  .form_block form .label-left .nf-field-label {
    display: block;
    text-align: left;
    width: 100%;
  }
  .form_block form .label-left .nf-field-element {
    display: block;
    width: 100%;
  }
}
.form_block.section-home h2,
.form_block.section-home h3 {
  color: #2c3b8b;
}
.form_block.section-home .ninja-forms-req-symbol {
  color: #2c3b8b;
}
.form_block.section-home .nf-field-element input,
.form_block.section-home .nf-field-element select,
.form_block.section-home .nf-field-element textarea {
  border-color: #2c3b8b;
}
.form_block.section-home .nf-field-element input[type=button],
.form_block.section-home .nf-field-element select[type=button],
.form_block.section-home .nf-field-element textarea[type=button] {
  background-color: #2c3b8b;
  color: white;
}
.form_block.section-home .nf-field-element input[type=checkbox]:checked, .form_block.section-home .nf-field-element input[type=radio]:checked,
.form_block.section-home .nf-field-element select[type=checkbox]:checked,
.form_block.section-home .nf-field-element select[type=radio]:checked,
.form_block.section-home .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-home .nf-field-element textarea[type=radio]:checked {
  background-color: #2c3b8b;
  padding: 0 5px;
}
.form_block.section-home .nf-field-element input[type=checkbox]:checked:after, .form_block.section-home .nf-field-element input[type=radio]:checked:after,
.form_block.section-home .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-home .nf-field-element select[type=radio]:checked:after,
.form_block.section-home .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-home .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-home .list-select-wrap .nf-field-element:before {
  border-color: #2c3b8b transparent transparent transparent;
}
.form_block.section-visit h2,
.form_block.section-visit h3 {
  color: #70a3b5;
}
.form_block.section-visit .ninja-forms-req-symbol {
  color: #70a3b5;
}
.form_block.section-visit .nf-field-element input,
.form_block.section-visit .nf-field-element select,
.form_block.section-visit .nf-field-element textarea {
  border-color: #70a3b5;
}
.form_block.section-visit .nf-field-element input[type=button],
.form_block.section-visit .nf-field-element select[type=button],
.form_block.section-visit .nf-field-element textarea[type=button] {
  background-color: #70a3b5;
  color: white;
}
.form_block.section-visit .nf-field-element input[type=checkbox]:checked, .form_block.section-visit .nf-field-element input[type=radio]:checked,
.form_block.section-visit .nf-field-element select[type=checkbox]:checked,
.form_block.section-visit .nf-field-element select[type=radio]:checked,
.form_block.section-visit .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-visit .nf-field-element textarea[type=radio]:checked {
  background-color: #70a3b5;
  padding: 0 5px;
}
.form_block.section-visit .nf-field-element input[type=checkbox]:checked:after, .form_block.section-visit .nf-field-element input[type=radio]:checked:after,
.form_block.section-visit .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-visit .nf-field-element select[type=radio]:checked:after,
.form_block.section-visit .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-visit .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-visit .list-select-wrap .nf-field-element:before {
  border-color: #70a3b5 transparent transparent transparent;
}
.form_block.section-create h2,
.form_block.section-create h3 {
  color: #eda755;
}
.form_block.section-create .ninja-forms-req-symbol {
  color: #eda755;
}
.form_block.section-create .nf-field-element input,
.form_block.section-create .nf-field-element select,
.form_block.section-create .nf-field-element textarea {
  border-color: #eda755;
}
.form_block.section-create .nf-field-element input[type=button],
.form_block.section-create .nf-field-element select[type=button],
.form_block.section-create .nf-field-element textarea[type=button] {
  background-color: #eda755;
  color: white;
}
.form_block.section-create .nf-field-element input[type=checkbox]:checked, .form_block.section-create .nf-field-element input[type=radio]:checked,
.form_block.section-create .nf-field-element select[type=checkbox]:checked,
.form_block.section-create .nf-field-element select[type=radio]:checked,
.form_block.section-create .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-create .nf-field-element textarea[type=radio]:checked {
  background-color: #eda755;
  padding: 0 5px;
}
.form_block.section-create .nf-field-element input[type=checkbox]:checked:after, .form_block.section-create .nf-field-element input[type=radio]:checked:after,
.form_block.section-create .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-create .nf-field-element select[type=radio]:checked:after,
.form_block.section-create .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-create .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-create .list-select-wrap .nf-field-element:before {
  border-color: #eda755 transparent transparent transparent;
}
.form_block.section-access h2,
.form_block.section-access h3 {
  color: #d35953;
}
.form_block.section-access .ninja-forms-req-symbol {
  color: #d35953;
}
.form_block.section-access .nf-field-element input,
.form_block.section-access .nf-field-element select,
.form_block.section-access .nf-field-element textarea {
  border-color: #d35953;
}
.form_block.section-access .nf-field-element input[type=button],
.form_block.section-access .nf-field-element select[type=button],
.form_block.section-access .nf-field-element textarea[type=button] {
  background-color: #d35953;
  color: white;
}
.form_block.section-access .nf-field-element input[type=checkbox]:checked, .form_block.section-access .nf-field-element input[type=radio]:checked,
.form_block.section-access .nf-field-element select[type=checkbox]:checked,
.form_block.section-access .nf-field-element select[type=radio]:checked,
.form_block.section-access .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-access .nf-field-element textarea[type=radio]:checked {
  background-color: #d35953;
  padding: 0 5px;
}
.form_block.section-access .nf-field-element input[type=checkbox]:checked:after, .form_block.section-access .nf-field-element input[type=radio]:checked:after,
.form_block.section-access .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-access .nf-field-element select[type=radio]:checked:after,
.form_block.section-access .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-access .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-access .list-select-wrap .nf-field-element:before {
  border-color: #d35953 transparent transparent transparent;
}
.form_block.section-support h2,
.form_block.section-support h3 {
  color: #8a9578;
}
.form_block.section-support .ninja-forms-req-symbol {
  color: #8a9578;
}
.form_block.section-support .nf-field-element input,
.form_block.section-support .nf-field-element select,
.form_block.section-support .nf-field-element textarea {
  border-color: #8a9578;
}
.form_block.section-support .nf-field-element input[type=button],
.form_block.section-support .nf-field-element select[type=button],
.form_block.section-support .nf-field-element textarea[type=button] {
  background-color: #8a9578;
  color: white;
}
.form_block.section-support .nf-field-element input[type=checkbox]:checked, .form_block.section-support .nf-field-element input[type=radio]:checked,
.form_block.section-support .nf-field-element select[type=checkbox]:checked,
.form_block.section-support .nf-field-element select[type=radio]:checked,
.form_block.section-support .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-support .nf-field-element textarea[type=radio]:checked {
  background-color: #8a9578;
  padding: 0 5px;
}
.form_block.section-support .nf-field-element input[type=checkbox]:checked:after, .form_block.section-support .nf-field-element input[type=radio]:checked:after,
.form_block.section-support .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-support .nf-field-element select[type=radio]:checked:after,
.form_block.section-support .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-support .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-support .list-select-wrap .nf-field-element:before {
  border-color: #8a9578 transparent transparent transparent;
}
.form_block.section-about h2,
.form_block.section-about h3 {
  color: #70a3b5;
}
.form_block.section-about .ninja-forms-req-symbol {
  color: #70a3b5;
}
.form_block.section-about .nf-field-element input,
.form_block.section-about .nf-field-element select,
.form_block.section-about .nf-field-element textarea {
  border-color: #70a3b5;
}
.form_block.section-about .nf-field-element input[type=button],
.form_block.section-about .nf-field-element select[type=button],
.form_block.section-about .nf-field-element textarea[type=button] {
  background-color: #70a3b5;
  color: white;
}
.form_block.section-about .nf-field-element input[type=checkbox]:checked, .form_block.section-about .nf-field-element input[type=radio]:checked,
.form_block.section-about .nf-field-element select[type=checkbox]:checked,
.form_block.section-about .nf-field-element select[type=radio]:checked,
.form_block.section-about .nf-field-element textarea[type=checkbox]:checked,
.form_block.section-about .nf-field-element textarea[type=radio]:checked {
  background-color: #70a3b5;
  padding: 0 5px;
}
.form_block.section-about .nf-field-element input[type=checkbox]:checked:after, .form_block.section-about .nf-field-element input[type=radio]:checked:after,
.form_block.section-about .nf-field-element select[type=checkbox]:checked:after,
.form_block.section-about .nf-field-element select[type=radio]:checked:after,
.form_block.section-about .nf-field-element textarea[type=checkbox]:checked:after,
.form_block.section-about .nf-field-element textarea[type=radio]:checked:after {
  content: "✓";
  color: #000;
  font-size: 16px;
  text-align: center;
}
.form_block.section-about .list-select-wrap .nf-field-element:before {
  border-color: #70a3b5 transparent transparent transparent;
}

.subscribe_form h3 {
  font-size: 1.7307692308rem;
  margin-bottom: 1rem;
}
.subscribe_form form {
  background-color: #f2f2f2;
  padding: 1.5384615385rem;
}
.subscribe_form form .mc-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}
.subscribe_form form label {
  font-size: 0.6923076923rem;
  font-weight: 400;
}
.subscribe_form form ul {
  list-style: none;
}
.subscribe_form form input,
.subscribe_form form select,
.subscribe_form form textarea {
  display: block;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  padding: 10px;
  font-family: inherit;
  font-size: 0.8461538462rem;
  font-weight: 400;
  background-color: white;
}
.subscribe_form form input[type=submit],
.subscribe_form form select[type=submit],
.subscribe_form form textarea[type=submit] {
  padding: 10px 30px;
  margin-left: auto;
}
.subscribe_form form input[type=checkbox], .subscribe_form form input[type=radio],
.subscribe_form form select[type=checkbox],
.subscribe_form form select[type=radio],
.subscribe_form form textarea[type=checkbox],
.subscribe_form form textarea[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.subscribe_form form input[type=checkbox]:checked, .subscribe_form form input[type=radio]:checked,
.subscribe_form form select[type=checkbox]:checked,
.subscribe_form form select[type=radio]:checked,
.subscribe_form form textarea[type=checkbox]:checked,
.subscribe_form form textarea[type=radio]:checked {
  background-color: #d35953;
}
.subscribe_form form input[type=checkbox] + label, .subscribe_form form input[type=radio] + label,
.subscribe_form form select[type=checkbox] + label,
.subscribe_form form select[type=radio] + label,
.subscribe_form form textarea[type=checkbox] + label,
.subscribe_form form textarea[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8461538462rem;
}
.subscribe_form form .indicates-required {
  font-size: 0.5769230769rem;
  margin-bottom: 1rem;
}
.subscribe_form form .asterisk {
  color: #d35953;
}
.subscribe_form form #mc_embed_signup_scroll div.mce_inline_error {
  font-size: 0.6923076923rem;
  font-weight: 400;
  background-color: transparent;
  color: #d35953;
}

.back_to_top .row {
  padding: 45px 0;
}
.back_to_top .row a {
  display: block;
  width: 32px;
  height: 32px;
  transform: rotate(270deg);
  z-index: 2;
}
.back_to_top .row a svg {
  color: inherit;
  width: auto;
  height: 100%;
}
.back_to_top .row a svg polyline {
  stroke: currentColor;
}

.gallery {
  margin: auto;
  font-size: 0.6153846154rem;
}
.gallery h4 {
  margin-top: 1.3846153846rem;
}
.gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
.gallery ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: block;
  margin-bottom: 0.7692307692rem;
  padding: 0 10px;
  text-align: center;
}
.gallery.columns-1 ul li {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.gallery.columns-2 ul li {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.gallery.columns-3 ul li {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.gallery.columns-4 ul li {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.gallery.columns-5 ul li {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.gallery a {
  display: block;
  text-decoration: none;
}
.gallery a > div {
  overflow: hidden;
}
.gallery a:hover img, .gallery a:focus img {
  transform: scale(1.05);
}
.gallery a:hover .gallery-caption, .gallery a:focus .gallery-caption {
  color: #1a1a1a;
}
.gallery a:focus {
  outline: 1px dotted black;
}
.gallery img {
  display: block;
  width: auto;
  width: 100%;
  height: auto;
  transition: transform 0.4s;
}
.gallery .gallery-caption {
  display: block;
  margin-left: 0;
  margin-top: 0.3076923077rem;
  font-size: 0.5769230769rem;
  text-decoration: none;
  color: #595959;
  transition: color 0.4s;
}
@media screen and (max-width: 900px) {
  .gallery {
    font-size: 0.8rem;
  }
  .gallery ul li {
    -webkit-flex-basis: 33.333%;
    -moz-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media screen and (max-width: 680px) {
  .gallery {
    font-size: 0.8rem;
  }
  .gallery ul li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.flexslider {
  border: none;
  background: transparent;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.flexslider .slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav {
  position: absolute;
  z-index: 10;
  bottom: 0.7692307692rem;
}
.flexslider .flex-control-nav.flex-control-paging {
  bottom: -1.1538461538rem;
  height: 0.3846153846rem;
  width: auto;
  left: 0;
  right: 0;
}
.flexslider .flex-control-nav.flex-control-paging li a {
  width: 0.3846153846rem;
  height: 0.3846153846rem;
  box-shadow: none;
  border-radius: 50%;
  background-color: #666;
}
.flexslider .flex-control-nav.flex-control-paging li a:hover {
  background: #595959;
}
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
  background: white;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  width: 1.5384615385rem;
  height: auto;
  margin: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  text-shadow: none;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.9615384615rem;
  margin-left: -0.3076923077rem;
}
.flexslider .flex-direction-nav .flex-prev:hover, .flexslider .flex-direction-nav .flex-prev:focus,
.flexslider .flex-direction-nav .flex-next:hover,
.flexslider .flex-direction-nav .flex-next:focus {
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-prev:before {
  border-style: solid;
  border-width: 0.9615384615rem 0.6923076923rem 0.9615384615rem 0;
  border-color: transparent white transparent transparent;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-direction-nav .flex-next:before {
  border-style: solid;
  border-width: 0.9615384615rem 0 0.9615384615rem 0.6923076923rem;
  border-color: transparent transparent transparent white;
}
.flexslider .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
}
.lightbox-shade {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.lightbox-shade .flexslider {
  border: none;
  background: transparent;
  /*
  		margin: {
  			left: 60px;
  			right: 60px;
  		}
  */
}
.lightbox-shade .flexslider .slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.lightbox-shade .flexslider:hover .flex-direction-nav .flex-prev,
.lightbox-shade .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
}
.lightbox-shade .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.lightbox-shade .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.lightbox-shade .flexslider .flex-direction-nav .flex-prev,
.lightbox-shade .flexslider .flex-direction-nav .flex-next {
  top: 50%;
  bottom: auto;
  width: 1.3076923077rem;
  height: 5.9230769231rem;
  margin: 0;
  opacity: 0.65;
  background: transparent;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.lightbox-shade .flexslider .flex-direction-nav .flex-prev:before,
.lightbox-shade .flexslider .flex-direction-nav .flex-next:before {
  content: "";
  display: none;
}
.lightbox-shade .flexslider .flex-direction-nav .flex-prev:hover, .lightbox-shade .flexslider .flex-direction-nav .flex-prev:focus,
.lightbox-shade .flexslider .flex-direction-nav .flex-next:hover,
.lightbox-shade .flexslider .flex-direction-nav .flex-next:focus {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lightbox-shade .flexslider .flex-direction-nav .flex-prev,
.lightbox-shade .flexslider .flex-direction-nav .flex-next {
    width: 0.9230769231rem;
  }
}
.lightbox-shade .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background-image: url("images/gallery-arrow-left.svg");
}
.lightbox-shade .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
.lightbox-shade .flexslider .flex-direction-nav .flex-next {
  right: 0;
  background-image: url("images/gallery-arrow-right.svg");
}
.lightbox-shade .flexslider .flex-direction-nav .flex-next:before {
  display: none;
}
.lightbox-shade .lightbox-loader {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 4.6153846154rem;
  height: 4.6153846154rem;
  margin-top: -2.3076923077rem;
  margin-left: -2.3076923077rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3ELogoBG%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Layer_1-2'%3E%3Cpath class='st0' d='M18.7,0.8C9.3,0.5,0.3,11.4,0.3,21.7s8,17.2,18,17.5c11.3,0.3,21.2-8,21.3-16.9C39.8,8.2,26.1,0.8,18.7,0.8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-name: scale-outer;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
.lightbox-shade .lightbox-loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Ctitle%3ELogoInnerCircle%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Layer_1-2'%3E%3Cpath d='M18.6,16.7h-0.1c-1.8,0.8-2.7,2.8-1.9,4.7c0,0,0,0,0,0.1c0.8,1.8,3,2.7,4.8,1.9h0.1c1.8-0.7,2.7-2.8,1.9-4.6 c0,0,0-0.1,0-0.1C22.6,16.8,20.4,15.9,18.6,16.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-name: scale-outer;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}
.lightbox-shade .lightbox-loader > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Ctitle%3ELogoInnerCurve%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Layer_1-2'%3E%3Cpath d='M20,9.1c-1.5,0-3,0.3-4.4,0.9c-2.8,1.1-4.9,3.3-6.1,6c-1.1,2.6-1,5.6,0.1,8.2c1.8,4.1,5.9,6.7,10.3,6.6 c1.5,0,3-0.3,4.4-0.9c2.8-1.1,4.9-3.3,6.1-6.1c1.1-2.6,1-5.6-0.1-8.2C28.5,11.7,24.5,9.1,20,9.1z M30.1,23.8 c-1.1,2.7-3.2,4.8-5.9,5.9c-1.3,0.6-2.8,0.8-4.2,0.8c-4.3,0-8.2-2.5-10-6.4c-1.1-2.5-1.2-5.4-0.1-8c1.1-2.7,3.2-4.7,5.9-5.8 c1.3-0.6,2.8-0.8,4.2-0.8l0,0c4.3,0,8.2,2.5,10,6.4C31.1,18.4,31.2,21.3,30.1,23.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-name: scale-inner;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-delay: 0.25s;
}
.lightbox-shade .lightbox-loader > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Ctitle%3ELogoOuterCurve%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Layer_1-2'%3E%3Cpath d='M19,4.6c-0.8-0.1-1.6-0.2-2.4-0.2C9.6,4.5,5,8.9,3.8,16.9c-0.9,4.9,0.3,9.9,3.3,14c2.2,2.8,5.5,4.5,9.1,4.7h1.5 c4.2,0.1,8.3-1.1,11.8-3.3l0,0c3.5-2.2,5.9-5.7,6.8-9.7c0.6-3.2-0.1-6.4-2.1-9C30.7,8.5,23.8,5.3,19,4.6z M35.9,22.3 C34,31.1,25.4,35.1,17.7,35.1h-1.5c-3.5-0.2-6.7-1.8-8.8-4.5c-2.9-3.9-4-8.8-3.2-13.6C5.4,9.1,9.8,4.9,16.6,4.9 c0.8,0,1.6,0,2.3,0.1c4.8,0.6,11.5,3.8,15,8.6C35.8,16.1,36.5,19.3,35.9,22.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-name: scale-inner;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-delay: 0.75s;
}
.lightbox-shade .lightbox-close {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0.7692307692rem;
  right: 0.7692307692rem;
  width: 1.5384615385rem;
  height: 1.5384615385rem;
  font-size: 0;
}
.lightbox-shade .lightbox-close:focus {
  outline: thin dotted white;
}
.lightbox-shade .lightbox-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7307692308rem;
  left: 0.1923076923rem;
  width: 1.1538461538rem;
  height: 0.0769230769rem;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox-shade .lightbox-close:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.7307692308rem;
  left: 0.1923076923rem;
  width: 1.1538461538rem;
  height: 0.0769230769rem;
  background: white;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-shade .lightbox-container {
  /*
  .lightbox-prev,
  .lightbox-next {
  	display: block;
  	position: absolute;
  	top: 50%;
  	width: rem(46);
  	height: rem(84);
  	margin-top: rem(-42);
  	opacity: .4;
  	@include transition(opacity, .15);
  	&.lightbox-pagination-disabled {
  		visibility: hidden;
  	}
  	&:hover,
  	&:focus {
  		opacity: 1;
  	}
  }
  .lightbox-prev {
  	left: rem(10);
  	@include bg('icon-paginate-previous-light.svg', 50% 50%);
  }
  .lightbox-next {
  	right: rem(10);
  	@include bg('icon-paginate-previous-right.svg', 50% 50%);
  }
  */
}
.lightbox-shade .lightbox-container > h2 {
  font-size: 1.3846153846rem;
  text-align: center;
  margin: 0 0 1.1538461538rem;
  color: white;
}
.lightbox-shade .lightbox-container .lightbox-showcase > .flexslider {
  position: static;
  margin: 0 60px;
}
.lightbox-shade .lightbox-container .lightbox-showcase > .flexslider .slides > li img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.lightbox-shade .lightbox-container .lightbox-paging {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0.1923076923rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
.lightbox-shade .lightbox-container .lightbox-paging > li {
  display: inline-block;
  position: relative;
  width: 0.1923076923rem;
  height: 0.1923076923rem;
  margin: 0 0.1538461538rem;
  vertical-align: bottom;
  text-indent: -1000em;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.lightbox-shade .lightbox-container .lightbox-paging > li.selected {
  cursor: default;
}
.lightbox-shade .lightbox-container .lightbox-caption {
  text-align: center;
  margin: 1.1538461538rem auto 0.3846153846rem;
  padding: 0 2.8846153846rem;
  font-size: 0.6923076923rem;
  color: white;
}
.lightbox-shade .lightbox-container .lightbox-showcase {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.lightbox-shade .lightbox-container .lighbox-photograph {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
}

body.lightbox-displayed {
  overflow: hidden;
}

.instagram_feed .row {
  padding: 1.7307692308rem 0;
  text-align: center;
}
.instagram_feed .row a {
  color: #1a1a1a;
  text-decoration: none;
}