@import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Raleway:300,500&display=swap");
h1 {
  font-size: 3em;
  line-height: 2;
  margin-bottom: 25px;
}

h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.15em;
  line-height: 1.4;
  margin-bottom: 18px;
}

h5 {
  font-size: 1.05em;
  line-height: 1.65;
  margin-bottom: 16px;
}

h6 {
  font-size: 1em;
  line-height: 1.65;
  margin-bottom: 12px;
}

p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 12px;
}

sml {
  font-size: 0.75em;
}

li {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 12px;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

h1 {
  font-family: Bilbo Swash Caps, cursive;
}

a,
.link {
  color: #d7a193;
}

#page-wrapper .site-footer {
  background-color: #222222;

}

#page-wrapper a,
#page-wrapper .link {
  color: #d7a193;
}

#navbar-top {
  padding: 2em;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), color-stop(80%), to(#3a2c27));
  background-image: linear-gradient(#393939, 80%, #3a2c27); */
  display: block;
  text-align: center;
  /* #block-slogan */
}

#navbar-top .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#navbar-top a,
#navbar-top .link {
  color: #ffffff;
}

#navbar-top .navbar-brand {
  width: 100%;
  font-family: Bilbo Swash Caps, cursive;
  font-size: 3em;
}

@media (max-width: 576px) {
  #navbar-top .navbar-brand {
    font-size: 2em;
  }
}

#navbar-top .block {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  color: #ffffff;
}

@media (max-width: 576px) {
  #navbar-top .block {
    font-size: 1.15em;
  }
}

#navbar-main {
  background-color: #be0031 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#navbar-main.navbar {
  padding: 0px;
}

#navbar-main ul.navbar-nav {
  text-align: center;
  display: block;
}

#navbar-main ul.navbar-nav li.nav-item {
  margin-bottom: 0px;
  display: inline-block;
}

#navbar-main ul.navbar-nav li.nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0.5rem 1rem;
}

@media (min-width: 1200px) {
  #navbar-main ul.navbar-nav li.nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}

#main-wrapper {
  color: #ffffff;
}

#main-wrapper.layout-main-wrapper {
  background: #393939;
}

#main-wrapper a {
  color: #d7a193;
}

.path-frontpage .main-content.col .view-content.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.path-frontpage .main-content.col .view-content.row div {
  width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .path-frontpage .main-content.col .view-content.row div {
    max-width: 299px;
  }
}

@media (min-width: 1200px) {
  .path-frontpage .main-content.col .view-content.row div {
    max-width: 333px;
  }
}

.path-frontpage .main-content.col .view-content.row div a {
  display: block;
  text-align: center;
}

.path-frontpage .main-content.col .view-content.row img {
  padding: 15px;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .path-frontpage .main-content.col .view-content.row img {
    max-width: 299px;
  }
}

@media (min-width: 1200px) {
  .path-frontpage .main-content.col .view-content.row img {
    max-width: 333px;
  }
}

.path-frontpage .main-content.col .view-content.row .figure-title {
  font-family: Bilbo Swash Caps, cursive;
  font-size: 1.5em;
}

.node--type-figure .main-content .layout__region {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  grid-gap: 2%;
  margin-top: 25px;
      grid-template-areas: "gallery bio bio" "ref ref ref";
  /*.figure-gallery*/
  /*Figure Bio*/
}

@media (max-width: 576px) {
  .node--type-figure .main-content .layout__region {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: "gallery" "bio" "ref";
  }
}

.node--type-figure .main-content .layout__region .figure-gallery {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: gallery;
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-main-portrait-image {
  text-align: left;
}

@media (max-width: 576px) {
  .node--type-figure .main-content .layout__region .figure-gallery .field--name-field-main-portrait-image {
    text-align: center;
  }
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-main-portrait-image img {
  width: 100%;
  max-width: 333px;
  height: auto;
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-previous-figure-reference {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-figure-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .node--type-figure .main-content .layout__region .figure-gallery .field--name-field-figure-images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-figure-images .field__item {
  margin: 0 5px;
}

.node--type-figure .main-content .layout__region .figure-gallery .field--name-field-figure-images img {
  width: 100%;
  height: auto;
}

.node--type-figure .main-content .layout__region .figure-bio {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: bio;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.node--type-figure .main-content .layout__region .figure-bio h1 {
  margin-bottom: 0px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-size: 2.75em;
}

.node--type-figure .main-content .layout__region .figure-bio .field--name-field-figure-sub-title {
  margin-bottom: 25px;
  font-weight: 500;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

.node--type-figure .main-content .layout__region .figure-bio .figure-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75em;
  text-align: left;
  margin: 25px 0px;
  border-top: 1px solid #d7a193;
  padding: 10px 15px 7px 15px;
  border-bottom: 1px solid #d7a193;
}

.node--type-figure .main-content .layout__region .figure-reference {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2/1/3/4;
  position: relative;
  /* child absolute */
  margin: 0 -9600rem;
  /* add back section padding value */
  padding: 0.25rem 9600rem;
  background: #220220;
  color: white;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node--type-figure .main-content .layout__region .figure-reference:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  /* subtract h2 padding */
  left: 9598.5rem;
  right: 9598.5rem;
  background: #220220;
}

.node--type-figure .main-content .layout__region .figure-reference .field {
  padding: 15px;
}

.node--type-figure .main-content .layout__region .figure-reference .field--name-field-video {
  width: 50%;
}

@media (max-width: 576px) {
  .node--type-figure .main-content .layout__region .figure-reference .field--name-field-video {
    width: 100%;
  }
}

.node--type-figure .main-content .layout__region .figure-reference .field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.node--type-figure .main-content .layout__region .figure-reference .field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--type-page .main-content {
  margin-top: 25px;
}

.node--type-page img.align-left {
  margin-right: 25px;
  margin-bottom: 25px;
  display: inline-block;
  max-width: 255px;
  height: auto;
}

@media (max-width: 576px) {
  .node--type-page img.align-left {
    float: none;
    display: block;
    max-width: 100%;
  }
}

.path-gallery .views-element-container.col-auto {
  padding-right: 0px;
  padding-left: 0px;
}

.path-gallery .view-gallery-landing-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 576px) {
  .path-gallery .view-gallery-landing-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.path-gallery .view-gallery-landing-page .view-header h1 {
  text-align: center;
  font-size: 3em;
  margin-top: 25px;
}

.path-gallery .view-gallery-landing-page .views-row {
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
}

@media (min-width: 768px) {
  .path-gallery .view-gallery-landing-page .views-row {
    width: 250px;
  }
}

.path-gallery .view-gallery-landing-page .views-row .views-field-field-representative-figure img {
  width: auto;
  height: 333px;
  padding: 5%;
}

@media (max-width: 576px) {
  .path-gallery .view-gallery-landing-page .views-row .views-field-field-representative-figure img {
    width: auto;
    height: 500px;
  }
}

.path-gallery .view-gallery-landing-page .views-row .views-field-field-short-title {
  margin-bottom: 25px;
}

.node--type-group .field--name-field-group-image {
  text-align: center;
  margin-top: 25px;
}

.node--type-group .field--name-field-group-image img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

.node--type-group .field--name-node-title h1 {
  text-align: center;
}

.node--type-group .field--name-field-group-secondary-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 25px;
}

.node--type-group .col-auto {
  padding-right: 0px;
  padding-left: 0px;
}

.node--type-group .view-figures-ordered-by-portrait-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 576px) {
  .node--type-group .view-figures-ordered-by-portrait-year {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.node--type-group .view-figures-ordered-by-portrait-year .views-row {
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
}

@media (min-width: 768px) {
  .node--type-group .view-figures-ordered-by-portrait-year .views-row {
    width: 250px;
  }
}

.node--type-group .view-figures-ordered-by-portrait-year .views-field-field-main-portrait-image img {
  width: auto;
  height: 333px;
  padding: 5%;
}

@media (max-width: 576px) {
  .node--type-group .view-figures-ordered-by-portrait-year .views-field-field-main-portrait-image img {
    width: auto;
    height: 500px;
  }
}

.node--type-group .view-figures-ordered-by-portrait-year .views-field-title {
  margin-bottom: 25px;
}

.node--type-group .group-page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 25px;
}

.featured-bottom {
  background: #393939;
  padding-top: 35px;
}

@media (max-width: 576px) {
  .featured-bottom {
    padding-top: 75px;
  }
}

.featured-bottom .contextual-region {
  width: 100%;
}

.featured-bottom .view-content.row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
}

.featured-bottom .view-header {
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.featured-bottom .views-row {
  text-align: center;
}

.featured-bottom .views-row a {
  color: #ffffff;
  font-size: 12px;
}

.featured-bottom img {
  width: auto;
  height: 200px;
  padding: 5px;
}

.page-node-392 h1 {
  text-align: center;
}

.page-node-392 .media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

.page-node-392 .media-wrap div {
  width: 33%;
  text-align: center;
  padding: 15px;
}

@media (max-width: 576px) {
  .page-node-392 .media-wrap div {
    width: 100%;
  }
}

.page-node-392 .media-wrap div img {
  width: 150px;
}

.path-contact .btn-primary {
  background-color: #be0031;
  border-color: #be0031;
}

.path-contact .btn-primary:hover, .path-contact .btn-primary:focus {
  background-color: #3a2c27;
}

.site-footer .site-footer__top .region {
  width: 100%;
}

.site-footer .site-footer__top .region .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .site-footer__top .region .navbar-nav li {
  margin: 0 5px 0px 5px;
}

.site-footer .site-footer__top .region .navbar-nav li a {
  text-transform: uppercase;
}

.site-footer .site-footer__top .region .block {
  border: none;
  text-align: center;
  width: 100%;
}

@media (max-width: 576px) {
  .site-footer .site-footer__top .region .block span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
header#header {
  margin-top: 30px;
}
#gs-top-bar .gs-container{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 14%;
    height: 40px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #be0031;
}
#gs-top-bar .gs-col-md-8 {
  padding-right: 1%;
  padding-left: 1%;
  text-align: right;
  width: 65%;
}
#gs-top-bar .gs-col-md-4 {
  width: 33%;
  padding-right: 1%;
  padding-left: 1%;
  text-align:left;
}
/* #gs-top-bar .gs-col-md-8 {
  width: 65%;
  text-align:center;  
} */
#gs-top-bar img {
	height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%;
}
ul#gs-quick-menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0px;
}
ul#gs-quick-menu li {
  display: inline-block;
  padding: 0px 7px;
  margin-bottom:0px;
  /* DROPDOWN TRIGGER */
}
ul#gs-quick-menu li:hover {
  background: none;
}
ul#gs-quick-menu li a {
  color: white;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
ul#gs-quick-menu li a:hover {
  text-decoration:none;
}

ul#gs-quick-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
}
#social-icons .social-icon,
#primary-mono .entry-meta .postdate,
#sidebar-sponsors h3,
#quick-menu a {
  color: #fff;
}

/* 600 px or narrower */
@media screen and (max-width: 1064px) {
  #gs-top-bar .gs-col-md-4,
  #gs-top-bar .gs-col-md-8  {
    width: 100%;
    text-align:center;
  }
  #gs-top-bar .gs-container{
    height: 103px;
    padding: 0px;
  }
  ul#gs-quick-menu {
    padding:0px;
    margin-top: -18px;
  }
  #gs-top-bar img {
    max-width: 84vw;
  }
  ul#gs-quick-menu li a {
    font-size: 12px;
  }
  ul#gs-quick-menu li {
    margin-top:25px;
  }
  header#header {
    margin-top: 75px;
  }
}
@media screen and (max-width: 390px) {
  #gs-top-bar .gs-col-md-4,
  #gs-top-bar .gs-col-md-8  {
    width: 100%;
    text-align:center;
  }
  #gs-top-bar .gs-container{
    height: 55px;
    padding: 0px 4%;
  }
  ul#gs-quick-menu {
    padding:0px;
    margin-top: -30px;
  }
  #gs-top-bar img {
    max-width: 84vw;
  }
  ul#gs-quick-menu li a {
    font-size: 10px;
  }
  header#header {
    margin-top: 35px;
  }
}

/* Footer */
.gs-footer-container{
  width: 100%;
  margin: 25px 0px;
}
.gs-footer-container .gs-container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.gs-col-md-3{
  width: 25%;
}
@media screen and (max-width: 1064px) {
  .gs-col-md-3{
    width: 100%;
  }
}
.gs-footer-container .gs-col-md-3{
  color: white;
  padding: 0 1%;
}
.gs-col-md-3.logo img{
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gs-col-md-3.partners img{
  max-width: 169px;
  height: auto;
}