/*
    Theme Name: bootstrapwp
    Author: Cat Matteson
    Version: 1.0
*/

/* 3rd party packages */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  backface-visibility: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
	}
/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* SASS and Global'ish Stuff */

body {
  margin: 0;
  color: #212322;
  font-family: 'aktiv-grotesk', sans-serif;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.image-wrap {
  margin: 30px auto;
  text-align: center;
}

.image-wrap--inline {
  margin: 5px 0 30px 0;
  }

a {
  color: #212322;
}

a:hover {
  text-decoration: none;
}

p, ul, ol {
  margin: 0 0 1.65em 0;
}

p, li {
  line-height: 1.65;
}

/* BEM Blocks */

.remove-favorite {
  display: inline-block;
  transition: all .3s;
  color: #999;
  font-size: .9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}

.remove-favorite:hover {
  background-color: #DEDEDE;
}

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

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

.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

.c-orange {color: #212322}

.c-blue {color: #212322}

.c-white {color: #FFF}

.c-dark {color: #333}

.gray {color: #999999}

.search-trigger {
  display: inline-block;
  color: #212322;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 15px;
}

@media (min-width: 960px) {

.search-trigger {
    top: 15px
}
    }

.search-trigger:hover {
  color: #00A5DF;
}

.item, .artist-item {
  width: 100%;
  margin: 1%;
}

@media (min-width: 530px) {

.item, .artist-item {
    width: 48%
}
    }

@media (min-width: 960px) {

.item, .artist-item {
   width: 31%
}
    }

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }

  .two-thirds {width: 66.66%;}
  .one-half {width: 50%}
  .one-third {width: 33.33%}
  .one-quarter {width: 25%}
  .one-fifth {width: 20%}
  .one-sixth {width: 16.66%}
    }

/* Make Top WP Admin Bar Fixed on Mobile */

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* Seach Form */

.search-form {
  background-color: #F9FAFA;
  padding: 20px;
  text-align: center;
}

.search-form label {
  display: block;
}

.search-form-row {
  display: flex;
}

.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  background: #F9FAFA;
  padding: 10px;
}

@media (min-width: 530px) {

.search-form .s {
    font-size: 1.4rem
}
    }

.search-submit {
  color: #FFF;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #212322;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}

.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out;
  color: #c32929;
  font-weight: bold;
}

.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}

.add-to-schedule {

}

/* Like Box */

.like-box {
  font-size: 1.5rem;
  background-color: #FFFFFF;
  /* box-shadow: 1px 1px 1px rgba(0, 0, 0, .25); */
  color: #212322;
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  margin:0;
  position: absolute;
  right: 30px;
  z-index: 10;
  height: 45px;
  width: 45px;
}

.like-box:hover {
  background-color: #00A5DF;
}

.like-count {
  padding-left: 10px;
}

.like-box #emptyHeart {
  transition: all .35s ease-out;
  position: absolute;
  left: 10px;
}

.like-box #fullHeart {
  left: 10px;
  transition: all .4s ease-out;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scale(.2);
          transform: scale(.2);
  opacity: 0;
}

.like-box[data-exists="yes"] #fullHeart {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.like-box[data-exists="yes"] #emptyHeart {
  visibility: hidden;
  opacity: 0;
}

/* Customize Login Screen */

body.login .button-primary {
  color: #212322;
  border: 2px solid #212322;
  padding: .5rem 1rem 2rem 1rem !important;
  border-radius: 4px;
  text-transform: uppercase;
  margin:1rem auto;
  display: block;
  background-color: transparent;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
  background-color: transparent;
  border-color: #00A5DF;
  color: #00A5DF;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.login {
  background-color: #ffffff;
}

#login {
  width: 100%;
  max-width: 500px;
}

.login h1 a {
  color: #212322;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

#loginform {
  padding: 0 30px 45px 0;
  background-color: transparent;
  box-shadow: rgba(0,0,0,0) 0 1px 3px;
  border-right: 3px solid #00A5DF;
  border-bottom: 3px solid #00A5DF;
  margin: 0 auto;
  max-width: 320px;
}

#loginform label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .75rem; 
  font-weight: 300;
  color: #212322;
  line-height: 1.25;
}

.login-remember  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.login-remember label {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#loginform input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #212322;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

#loginform input[type=checkbox]:checked::before {
  content: 'x';
  font-size: 1.5rem;
  color: #212322;
  position: absolute;
  top: -.4rem;
  left: .3rem;
}

.input, #registerform .input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #212322;
  padding: 15px 30px;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #212322;

}

@media (min-width: 530px) {

.input, #registerform .input {
    font-size: 1.5rem

}
    }

@media (min-width: 960px) {

.input, #registerform .input {
    width: 100%;
    font-size: 1rem

}
    }

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius:0px;
  overflow: hidden;
  text-decoration: none;
  color: #212322;
  font-size: .75rem;
  text-transform: uppercase;
  padding: 1rem 2.5rem 1rem .75rem;
  font-weight: 700;
  border: none;
  outline: none;
  letter-spacing: .025rem ;
  position: relative;
  background: #fff;

  box-shadow: #00A5DF 3px 3px 0;

}

.btn::before {
    content:'';
    background: #00A5DF;
    position:absolute;
    width:0%;
    bottom:0;
    right:0;
    height:100%;
    transition: 0.3s linear;
    z-index:-1;  
  }

.btn:hover::before {
    width:100%;
    }

.btn::after {
    content: "\f105";
    font-size: 2.75rem;
    position: absolute;
    top: -.2rem;
    right: .5rem;
    color: #212322;
    cursor: pointer;
    /* height: 30px; */
    width: 1.25rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased}

.btn--overlay {
    position: absolute;
    top: 208px;
  }

@media (min-width: 530px) {
    }

.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }

.btn--with-photo {
    padding-left: 40px;
    position: relative;
  }

.btn--teal {
    border-color: #00A5DF;
    background-color: #fff;
  }

.btn--orange {
    background-color: #00A5DF;
  }

.btn--orange:hover {
    background: linear-gradient(#00A5DF, rgb(0, 179, 152));
  }

.btn--dark-orange {
    background-color: #212322;
  }

.btn--dark-orange:hover {
    background: linear-gradient(#212322, rgb(0, 0, 0));
  }

.btn--blue {
    background-color: #212322;
  }

.btn--blue:hover {
    background: linear-gradient(rgb(0, 63, 115), #212322);
  }

.btn--yellow {
    background-color: #00A5DF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }

.btn--yellow:hover {
    background: linear-gradient(#00A5DF, rgb(0, 153, 130));
  }

.btn--beige {
    background-color: #F9FAFA;
    color: #173f58;
  }

.btn--beige:hover {
    background-color: #00A5DF;
  }

.btn--gray {
    background-color: #222;
  }

.btn--white {
    background-color: #FFF;
    color: #173f58;
  }

.btn--white:hover {
    background-color: #DDD;
  }

.btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }

@media (min-width: 530px) {

.btn--large {
      font-size: 1.9rem
  }
    }

.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
  }

/* My Notes */

.edit-note,
.delete-note,
.submit-note {
  font-size: .9rem;
  background-color: #EEE;
  padding: 8px 16px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  cursor: pointer;
}

.submit-note {
  color: #FFF;
  border: none;
  background-color: #212322;
  line-height: 1.65;
}

.submit-note:hover {
  background-color: rgb(0, 25, 46);
}

@media (min-width: 635px) {

.edit-note, .delete-note {
    position: relative;
    top: -12px
}
  }

.edit-note:hover, .delete-note:hover {
  background-color: #DDD;
}

.delete-note {
  color: red;
}

.update-note {
  visibility: hidden;
}

.update-note--visible {
  visibility: visible;
}

.note-title-field {
  width: 40%;
  font-size: 1.85rem;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  color: #212322;
  border: 1px solid transparent;
  padding: 7px;
  outline: none;
  position: relative;
  top: 1px;
}

@media (max-width: 400px) {

.note-title-field {
    width: 100%
}
  }

@media (min-width: 635px) {

.note-title-field {
    width: 65%;
    font-size: 3.125rem
}
  }

.note-body-field {
  color: #333;
  font-family: 'aktiv-grotesk', sans-serif;
  resize: none;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1.15rem;
  padding: 7px;
  border: 1px solid transparent;
  height: 175px;
  outline: none;
}

.note-active-field {
  border: 1px solid #DDD;
  -webkit-animation: pulseBorder .75s alternate infinite;
          animation: pulseBorder .75s alternate infinite;
}

@-webkit-keyframes pulseBorder {
  0% {
    border: 1px solid #FFF;
  }

  100% {
    border: 1px solid #CCC;
  }
}

@keyframes pulseBorder {
  0% {
    border: 1px solid #FFF;
  }

  100% {
    border: 1px solid #CCC;
  }
}

/* Create Note */

.create-note {
  background-color: #DDD;
  padding: 20px;
  margin-bottom: 20px;
}

.new-note-title {
  width: 100%;
  padding: 10px;
  font-family: 'aktiv-grotesk', sans-serif;
  border: none;
  margin-bottom: 10px;
  font-size: 1.15rem;
  box-sizing: border-box;
}

.new-note-body {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  font-family: 'aktiv-grotesk', sans-serif;
  border: none;
  margin-bottom: 10px;
  height: 170px;
  font-size: 1.15rem;
  line-height: 1.65;
}

.site-header {
    z-index: 13;
    position: absolute;
    top: 0;
    /* left: 0;
    right: 0; */
    width: 100%;
    padding: 5px 0;
    background-color: #FFF;
    box-shadow: rgba(0,0,0,.1) 0 1px 3px;
}

.site-header__home {
      position: fixed;
      z-index: 13;
      opacity: 0;
      transition: opacity .3s ease-out;
    }

.site-header__home-show {
        opacity: 1;
      }

.site-header__logo {
      position: relative;
      padding: 10px 0px;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

@media (min-width: 960px) {

.site-header__logo {
          left: auto;
          -webkit-transform: translateX(0) scale(1);
                  transform: translateX(0) scale(1)
    }
    }

.site-header__logo__graphic {
        /* text-indent: -9999px; */
        width: 70px;
        height: 60px;
    }

.site-header__avatar {
      position: absolute;
      top: 0;
      left: 0;
    }

.site-header__avatar img {
      display: block;
      width: 30px;
      height: 30px;
    }

.site-header__menu {
      visibility: hidden;
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      padding-top: 58px;
      opacity: 0;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
      transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
      transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
      transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
      padding-bottom: 20px;
      background-color: #FFF;
    }

.site-header__menu--active {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        visibility: visible;
      }

@media (min-width: 960px) {

.site-header__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
        top: 0
    }
    }

.site-header__search-trigger {
      cursor: pointer;
      color: #212322;
      font-size: 1.2rem;
      position: absolute;
      top: 6px;
      right: 16px;
    }

@media (min-width: 530px) {

.site-header__search-trigger {
        top: 4px;
        font-size: 1.4rem
    }
    }

@media (min-width: 960px) {

.site-header__search-trigger {
        opacity: none
    }
    }

.site-header__menu-icon {
    z-index: 10;
    width: 28px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 18px;
}

.site-header__menu-icon::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 3px;
        background-color: #00A5DF;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

.site-header__menu-icon__middle {
        position: absolute;
        top: 8px;
        left: 0;
        width: 28px;
        height: 3px;
        background-color: #00A5DF;
        transition: all .3s ease-out;
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }

.site-header__menu-icon::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 14px;
        height: 3px;
        background-color:#00A5DF;
        -webkit-transform-origin: 0 100%;
                transform-origin: 0 100%;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

@media (min-width: 960px) {

.site-header__menu-icon {
        display: none
}
    }

.site-header__menu-icon--close-x::before {
        -webkit-transform: rotate(45deg) scaleX(1.3);
                transform: rotate(45deg) scaleX(1.3);
        width: 20px;

    }

.site-header__menu-icon--close-x .site-header__menu-icon__middle {
        opacity: 0;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
    }

.site-header__menu-icon--close-x::after {
        bottom: -1px;
        left: -1px;
        width: 20px;
        -webkit-transform: rotate(-45deg) scaleX(1.3) translateY(1px);
                transform: rotate(-45deg) scaleX(1.3) translateY(1px);
    }

.site-header__menu-content {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: all .3s ease-out;
    position: relative;
    z-index: -10;
    padding-top: 90px;
    text-align: center;
}

@media (min-width: 960px) {

.site-header__menu-content {
        opacity: 1;
        z-index: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        padding-top: 0
}
    }

.site-header__menu-content--is-visible {
        opacity: 1;
        z-index: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }

.site-header__menu-trigger {
    color: #00A5DF;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 46px;
  }

@media (min-width: 530px) {

.site-header__menu-trigger {
      top: 5px;
      font-size: 1.4rem
  }
    }

@media (min-width: 960px) {

.site-header__menu-trigger {
      display: none
  }
    }

.site-header__util {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(0,0,0,.1) 0 -1px 3px;
  }

.site-header__util__btn {
      margin-right: 20px;
      padding: 15px 0px 0 15px;
    }

@media (min-width: 960px) {

.site-header__util__btn {
        float: left
    }
    }

.site-header__util__btn i {
      padding-right: 5px;
    }

@media (min-width: 960px) {

.site-header__util {
      position: relative;
      padding: 20px 0 0 0;
      float: right;
      width: auto;
      box-shadow: none
  }
    }

.site-header .btn--with-photo {
    margin-right: 0;
  }

.site-footer {
  background-color: #212322;
  color: #F9FAFA;
  font-size: .875rem;

}

.site-footer__sign-up-blurb {
    text-align: center;
  }

@media (min-width: 960px) {

.site-footer__sign-up-blurb {
      max-width: 250px;
      text-align: left
  }
    }

.site-footer .headline {
    color: #F9FAFA;
   }

.site-footer__link {
    color: #F9FAFA;
    text-decoration: none;
  }

.site-footer__link:hover {
    color: #00A5DF;
    text-decoration: underline;
  }

.site-footer__inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

.site-footer__col-one {
    text-align: center;
    margin-top: 3rem;
  }

@media (min-width: 960px) {

.site-footer__col-one {
      text-align: left;
      width: 25%;
      float: left
  }
    }

.site-footer__col-two {
    text-align: center;
    margin-top: 3rem;
  }

@media (min-width: 960px) {

.site-footer__col-two {
      text-align: left;
      width: 25%;
      float: left
  }
    }

.site-footer__col-three {
    text-align: center;
    margin-top: 3rem;
  }

@media (min-width: 960px) {

.site-footer__col-three {
      text-align: left;
      width: 50%;
      float: left
  }
    }

.site-footer__pull-up {
    margin-top: -5px;
  }

.site-footer__logo-bar {
    background-color: #E9EAEA;
    color: #212322;

  }

.site-footer__logo-bar__col-one {
      text-align: center;
    }

@media (min-width: 960px) {

.site-footer__logo-bar__col-one {
        text-align: left;
        width: 33.33%;
        float: left;
        padding-top: 30px
    }
    }

.site-footer__logo-bar__col-two {
      text-align: center;
    }

@media (min-width: 960px) {

.site-footer__logo-bar__col-two {
        text-align: center;
        width: 33.33%;
        float: left;
        margin-top: -15px
    }
    }

.site-footer__logo-bar__col-three {
      text-align: center;
    }

@media (min-width: 960px) {

.site-footer__logo-bar__col-three {
        text-align: right;
        width: 33.33%;
        float: left;
        padding-top: 15px
    }
    }

.site-footer__logo-bar__credit p {
      font-size: .625rem;
      }

.site-footer__logo-bar__logo {
      display: flex;
      align-items: flex-start;
    }

.main-navigation {
  padding-top: 20px;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
  }

.main-navigation ul:before,
  .main-navigation ul:after {
    content: " ";
    display: table;
  }

.main-navigation ul:after {
    clear: both;
  }

@media (min-width: 960px) {

.main-navigation {
    float: left;
    margin-right: 20px
}
    }

.main-navigation li {
  list-style: none;
  position: relative;
}

.main-navigation li.menu-item-has-children > a {
    display: none;

  }

@media (min-width: 960px) {

.main-navigation li.menu-item-has-children > a {
      display:block

  }
    }

@media (min-width: 960px) {

.main-navigation li {
    float: left;
    padding-left: 30px;
    transition-duration: 0.5s
}

    .main-navigation li.menu-item-has-children {
      padding-right: 15px;
    }

    .main-navigation li.menu-item-has-children::after {
      content: "\f107";
      text-decoration: inherit;
      position: absolute;
      top: 10px;
      right: 0px;
      color: #00A5DF;
      cursor: pointer;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased}

    .main-navigation li > ul {
      background: #fff;
      visibility: hidden;
      opacity: 0;
      min-width: 5rem;
      position: absolute;
      transition: all 0.5s ease;
      padding-top: 3px;
      right: 0;
      display: none;
      box-shadow: #00A5DF 3px 3px 0;
      min-width: 250px;
    }

      .main-navigation li > ul .current-menu-item > a {
        background-color: #00A5DF;
        border-color: transparent;
      }

      .main-navigation li > ul > li {
        clear: both;
        width: 100%;
        padding-left: 0;
      
      }

         .main-navigation li > ul > li a {
          padding: 15px 30px;
          width: 100%;
          text-align: right;
          font-size: .95rem;
        
        }
        
          .main-navigation li > ul > li a:hover {
            background-color: #00A5DF;
            color: #212322;
          }

    .main-navigation li:hover > ul {
      visibility: visible;
      opacity: 1;
      display: block;
    }
    }

.main-navigation a {
  display: block;
  padding: 10px 15px;
  color: #212322;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: lowercase;
  border-top: 5px solid transparent;
  text-align: center;
}

@media (min-width: 960px) {

.main-navigation a {
    display: inline-block;
    padding: 5px 0;
    text-align: left;
    font-size: 1rem
}
    }

.main-navigation .current-menu-item a,
.main-navigation a:hover {
    background-color: #00A5DF;
}

@media (min-width: 960px) {

.main-navigation .current-menu-item a,
.main-navigation a:hover {
    border-color: #00A5DF;
    background-color: transparent
}
    }

.page-banner {
  padding: 120px 0 30px 0;
  position: relative;
}

.page-banner--filtered {
    padding: 60px 0 30px 0;
  }

@media (min-width: 960px) {

.page-banner {
    padding: 130px 0 40px 0;
    width: 25%
}
    .page-banner--filtered {
      padding: 60px 0 30px 0;
    }
    }

.page-banner--full-width {
    width: 100%;
    height: 550px;
    padding-top: 250px;
  }

.page-banner__offset-title {
    position: relative;
    top: 0;
    -webkit-transform: translateY(-45px);  
    transform: translateY(-45px);  
  }

@media (min-width: 960px) {

.page-banner--extended {
      width: 50%
  }
    }

/* @mixin atMedium {
    padding: 130px 0 60px 0;
    width: 30%;
  } */

.page-banner__content {
    position: relative;
    z-index: 2;
  }

.page-banner__title {
    display: block;
    background-color: #fff;
    font-weight: 700;
    margin: 1rem 0 1rem 0;
    color: #212322;
    padding: 0 5px 0 0;
    text-align: right;
  }

.page-banner__title::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #00A5DF;
      width: 100px;
      height: 3px;
    }

.page-banner__title::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #00A5DF;
      width: 3px;
      height: 45px;
    }

@media (min-width: 530px) {
    }

.page-banner__title--offset {
      text-align: left;
      padding: 10px 15px 25px 15px;
      margin: 0;
      min-height: 113px;
    }

.page-banner__title--offset::before {
        width: 100%;
        height: 3px;
        bottom:-3px;
        left: 3px;
      }

.page-banner__title--offset::after {
        width: 3px;
        height: 100%;
        right:-3px;
        top: 3px;
      }

.page-banner__bg-image {
    background-color: #212322;
    background-size: cover;
    position: absolute;
    background-position-x: center;
    background-position-y: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

.page-banner__bg-teal {
    background-color: #00A5DF;
  }

.page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
  }

@media (min-width: 530px) {

.page-banner__intro {
      font-size: 1.65rem
  }
    }

.page-banner__intro p {
    margin: 0;
  }

.hero-slider {
  position: relative;
  background-color: #00A5DF;

}

.hero-slider div {
    outline: none;
  }

.hero-slider__interior {
    padding-top: 85px;
    height: 640px;
    position: relative;
  }

.hero-slider__interior__logobox {
      background-color: #fff;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 17%  100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 17%  100%);
      display: inline-block;
      position: absolute;
      top: 90px;
      right: 0;
      padding: 15px 30px 30px 35px;
    }

.hero-slider__interior__details {
      position: absolute;
      bottom: 0;
    }

.hero-slider__interior__details__inner {
        float: left;
      }

.hero-slider__interior__text {
      background-color: #fff;
      padding: 1.25rem 1.25rem 1.25rem 2rem;
      max-width: 320px;
    }

.hero-slider__interior__cta {
      position: absolute;
      bottom: 1.65rem;
      right: 3.65rem;
    }

.hero-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
  }

.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
    list-style: none;
    display: inline;
  }

.slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    transition: background-color .3s ease-out;
    cursor: pointer;
  }

.slick-dots .slick-active button {
    background-color: #FFF;
  }

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .96);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, visibility .3s;
  transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
  box-sizing: border-box;
}

.search-overlay p {
    padding-top: 15px;
  }

.search-overlay .event-summary p {
    padding-top: 0;
  }

.search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
  }

body.admin-bar .search-overlay {
    top: 32px;
  }

.search-overlay__top {
    background-color: rgba(1,41,74,1);
  }

.search-overlay__icon {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #00A5DF;
  }

@media (min-width: 960px) {

.search-overlay__icon {
      font-size: 2.5rem
  }
    }

.search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.search-overlay__section-title {
    margin: 30px 0 1px 0;
    font-weight: 400;
    color: #212322;
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
  }

.search-overlay__close {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .3s;
    background-color: transparent;
    color: #E9EAEA;
    line-height: .7;
  }

@media (min-width: 530px) {

.search-overlay__close {
      top: 18px;
      font-size: 2.1rem
  }
    }

@media (min-width: 960px) {

.search-overlay__close {
      top: 26px;
      font-size: 2.8rem
  }
    }

.search-overlay__close:hover {
    opacity: 1;
  }

.search-overlay .one-half {
    padding-bottom: 0;
  }

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #00A5DF;

}

@media (min-width: 530px) {

.search-term {
    font-size: 1.5rem

}
    }

@media (min-width: 960px) {

.search-term {
    width: 80%;
    font-size: 3rem

}
    }

.body-no-scroll {
  overflow: hidden;
}

.professor-cards {
  margin: 0;
  padding: 0;
}

.search-overlay .professor-cards {
    padding-top: 21px;
  }

.professor-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #212322;
  overflow: hidden;
}

.search-overlay .professor-card {
    width: 180px;
  }

.professor-card__image {
    display: block;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  }

.professor-card:hover .professor-card__image {
    opacity: .80;
    -webkit-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
  }

.professor-card__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    background-color: rgba(0, 20, 36, 0.85);
  }

.professor-card:hover .professor-card__name {
    background-color: rgba(0, 6, 10, 0.85);
  }

.professor-card__list-item {
    display: inline-block;
    list-style: none;
  }

.headline {
  margin: 0;
  font-weight: 300;
  color: #212322;
  line-height: 1.25;

}

.headline--strong {
    font-weight: 700;
  }

.headline--bolder {
    font-weight: 500;
  }

.headline--larger {
    color: #212322;
    font-size: 2.25rem;
  }

.headline--large {
    color: #212322;
    font-size: 2rem;
  }

.headline--large-medium {
    font-size: 1.75rem;
    margin: 0 0 1.875em 0;
  }

.headline--medium-large {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;    
  }

.headline--medium {
    font-size: 1.125rem;
    margin-bottom: .75rem;
  }

.headline--small {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: 1.9rem;
  }

.headline--smaller {
    font-size: .75rem;
    margin-bottom: 25px;
  }

.headline--tiny {
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.03125rem;
  }

.headline--inverse {
    background-color: #212322;
    color: #fff;
    padding: 1.25rem 1.25rem 1.25rem 2rem;
    display: inline-block;
  }

.headline--no-margin-bottom {
    margin-bottom: 0;
  }

.headline--small-margin-bottom {
    margin-bottom: 15px;
  }

.headline--tiny-margin-bottom {
    margin-bottom: 10px;
  }

.headline > a {
    color: #212322;
    text-decoration: none;
}

.headline > a:hover {
    text-decoration: none;
  }

.generic-content {

  /* @mixin atSmall {
    h1 {font-size: 6.25rem}
    h2 {font-size: 5rem}
    h3 {font-size: 3.125rem}
    h4 {font-size: 2.4rem}
    h5 {font-size: 1.9rem}
    h6 {font-size: 1.15rem}
  } */


}

.generic-content__with-t-border-and-padding {
    border-top: 1px solid #E9EAEA;
    padding-top: 20px;
  }

.generic-content img  {
    margin: 0 0 1em 0;
  }

.generic-content p, .generic-content li {
    font-size: 1.05rem;
  }

.generic-content a {
    text-decoration: underline;
  }

.generic-content strong {
    font-weight: 500;
  }

.generic-content blockquote, .generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
  }

.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

.generic-content h1 {font-size: 2.25rem}

.generic-content h2 {font-size: 2rem}

.generic-content h3 {font-size: 1.75rem}

.generic-content h4 {font-size: 1.25rem}

.generic-content h5 {font-size: .875rem}

.generic-content h6 {font-size: .75rem}

@media (min-width: 960px) {

.generic-content {
    padding-right: 45px


}
    }

@media (min-width: 960px) {

.full-width-split {
    display: flex
}
    }

.full-width-split__one {
    flex: 1;
    padding: 1.6rem 16px;
    width: 50%;
  }

@media (min-width: 960px) {

.full-width-split__one {
      padding: 40px
  }
    }

@media (min-width: 960px) {
    }

.full-width-split__two {
    flex: 1;
    background-color: #F9FAFA;
    padding: 1.6rem 16px;
  }

@media (min-width: 960px) {

.full-width-split__two {
      padding: 40px
  }
    }

@media (min-width: 1350px) {
    }

.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.event-summary__title a {
    color: #173f58;
  }

.event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    padding: 14px 0 11px 0;
    color: #FFF;
    border-radius: 50%;
    background-color: #212322;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }

.event-summary__date:hover {
    opacity: .75;
  }

.event-summary__date--beige {
    background-color: #00A5DF;
  }

.event-summary__month {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
  }

.event-summary__day {
    display: block;
    font-size: 2.02rem;
    font-weight: 700;
  }

.page-links {
  position: relative;
  z-index: 1;
  background-color: #F9FAFA;
  margin: 0 0 40px 0;
}

@media (min-width: 767px) {

.page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right
}
    }

.page-links__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: #212322;
    color: #FFF;

  }

.page-links__title a {
        color: #FFF;
        text-decoration: none;
        background-color: #212322;
      }

.page-links li {
    border-top: 1px solid rgb(211, 218, 218);
  }

.page-links li:first-child {
    border-top: none;
  }

.page-links__active,
  .page-links .current_page_item {
    text-align: center;
    background-color: rgb(240, 209, 209);
    color: #212322;
    font-weight: bold;
  }

.page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #212322;
    transition: all .3s;
  }

.page-links li a:hover {
    color: rgb(0, 32, 59);
    background-color: rgb(240, 183, 183);
  }

.acf-map {
width: 100%;
height: 400px;
margin: 30px 0;
}

.acf-map--no-margin-top-big-margin-bottom {
        margin: 0 0 45px 0;
    }

.acf-map--single {
        height: 225px; ;
    }

.acf-map--greyscale {
        }

/* fixes potential theme css conflict */

.acf-map img {
 max-width: inherit !important;
}

.gmnoprint {
     display: none;
 }

.metabox {
  padding: .8125rem 0.21875rem; 
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #212322;

}

.metabox--position-up {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.metabox--position-down {
    margin-top: 30px;
  }

.metabox--no-margin-bottom {
    margin-bottom: 0;
  }

.metabox--with-home-link {
    padding: 0;
  }

.metabox__main {
    padding: 10px 15px 10px 11px;
  }

.metabox p {
    margin: 0;
    font-size: .9rem;
    color: rgb(135, 135, 135);
  }

.metabox a {
    color: #212322;
    text-decoration: none;
    font-weight: bold;
  }

.metabox a:hover {
    text-decoration: none;
  }

.metabox .metabox__blog-home-link {
    background-color: #00A5DF;
    color: #212322;
    display: inline-block;
    padding: 10px 15px;
    font-weight: normal;
    position: absolute;
    z-index: 9;
  }

@media (min-width: 960px) {

.metabox .metabox__blog-home-link {
      /* position: fixed; */
  }
    }

.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: #212322;
    color: #00A5DF;
  }

.post-item {
  position: relative;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }

/* BEM Blocks from other project */

/* @import "modules/_wrapper"; */

.row {

    position: relative;

}

.row::after {
        content: "";
        clear: both;
        display: table;
    }

.row__swap-columns-on-single-pages {
        display: flex; 
        flex-flow: column-reverse;
    }

@media (min-width: 960px) {

.row__swap-columns-on-single-pages {
        display: block
    }
    }

.row--t-padding {
        padding-top: 80px;
    }

.row--gutters {
        margin-right: -30px;
    }

.row--gutters-large {
        margin-right: -100px;
    }

.row--gutters-small {
        margin-right: -25px;
    }

.row--gutters-tiny {
        margin-right: -15px;
    }

.row--gutters > div {
        padding-right: 30px;
    }

.row--gutters-large > div {
        padding-right: 100px;
    }

.row--gutters-small > div {
        padding-right: 25px;
    }

.row--gutters-tiny > div {
        padding-right: 15px;
    }

.row--gutters > li {
        padding-right: 30px;
    }

.row--gutters-large > li {
        padding-right: 100px;
    }

.row--gutters-small > li {
        padding-right: 25px;
    }

.row--gutters-tiny > li {
        padding-right: 15px;
    }

.row__b-margin-until-medium {
        margin-bottom: 1rem;
    }

.row__b-margin-until-large {
        margin-bottom: 1rem;
    }

.row__tiny-3 {
        float: left;
        width: 25%;
    }

.row__tiny-6 {
        float: left;
        width: 50%;
    }

.row__tiny-4 {
        float: left;
        width: 33%;
    }

.row__tiny-9 {
        float: left;
        width: 75%;
    }

@media (min-width: 960px) {

        .row__b-margin-until-medium {
            margin-bottom: 0rem;
        }
    
        .row__medium-3 {
            float: left;
            width: 25%;
        }

        .row__medium-4 {
            float: left;
            width: 33.33%;
        }

        .row__medium-4--larger {
            width: 37%;
        }

        .row__medium-5 {
            float: left;
            width: 41.6666666667%;
        }
 
        .row__medium-6 {
            float: left;
            width: 50%;
        }

        .row__medium-7 {
            float: left;
            width: 58.3333333333%;
        }
 
            .row__medium-7--pull-right {
                margin-left: 25%;
            }
        
        .row__medium-8 {
            float: left;
            width: 66.66%;
       }
 
            .row__medium-8--pull-right {
                margin-left: 25%;
            }

        .row__medium-8--smaller {
            width: 63%;
        }

        .row__medium-9 {
            float: left;
            width: 75%;
        }

            .row__medium-9--pull-right {
                margin-left: 25%;
            }
    }

@media (min-width: 1200px) {

        .row__b-margin-until-large {
            margin-bottom: 0rem;
        }
    
        .row__large-4 {
            float: left;
            width: 33.33%;
        }

        .row__large-4--larger {
            width: 37%;
        }

        .row__large-6 {
            float: left;
            width: 50%;
        }

        .row__large-8 {
            float: left;
            width: 66.66%;
        }

        .row__large-8--smaller {
            width: 63%;
        }
    }

/* Begin equal height rules */

@media (min-width: 960px) {

.row--equal-height-at-medium {
            display: flex
    }
    }

.row--equal-height-at-medium > div {
            float: none;
            display: flex;
        }

@media (min-width: 1200px) {

.row--equal-height-at-large {
            display: flex
    }
    }

.row--equal-height-at-large > div {
            float: none;
            display: flex;
        }

/* All MINE */

.overlay {
height: 300px;
width: 100%;
position: relative;
}

.overlay--search {
        height: 150px;
        padding: 0 5px;
    }

.overlay__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        color: #fff;       
        -webkit-filter: saturate(0);       
                filter: saturate(0);

    }

.overlay__bg--contained {
            background-size: 50%;
            background-color: rgba(1,41,74, .5);
        }

.overlay a {
        color: #fff;
    }

.overlay__wash {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(1,41,74,.5); 
        transition: background-color 300ms linear;
    }

.overlay__item-details {
        color: #212322;
    
    }

.overlay__item-details__title {
            color: #00A5DF;
            position: absolute;
            top: 10px;
            left: 20px;
            transition: color .35s ease-out;
            opacity: 1;
        }

.overlay:hover .overlay__item-details__title {
            color: #212322;
        }

.overlay:hover .overlay__wash {
        background-color: rgba(0,255,216,.75); 
    }

.hero {
    /* Sizing */
    width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    align-items: center;

    /* Text styles */
    text-align: left;

    /* Background styles */
    background-size: cover;
    background-position: left 35px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #FFFFFF;

    background-image: url(https://thisisnotart.org/wp-content/uploads/2021/08/Untitled-design-1.png)
}

@media (min-width: 960px) {
.hero {
        align-items: center; 
        background-image: url(https://thisisnotart.org/wp-content/uploads/2021/08/Untitled-design-1.png)
}
    }

.hero__inner {
        /* padding: 5%; */
    }

.hero__btn {
    font-size: 4rem;
    color: #212322;
    margin-top: -3rem;
    }

@media (min-width: 960px) {

.hero__btn {
        margin-top:-1rem
    }
    }

@media (min-width: 960px) {

.mob-only {
        display: none
}
    }

.post-thumbnail {
    margin: 0 0 1em 0;
    max-width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.post-thumbnail--bigger {
        height: 325px;
    }

.page-section {
    padding-top: 3rem;
    padding-bottom: 1.6rem;
    transition: all 350ms linear;
  }

@media (min-width: 530px) {

.page-section {
      padding-top: 4.5rem;
      padding-bottom: 3rem
  }

      .page-section--section-title {
        padding-top: 8.625rem;
      }
  
      .page-section--less-padding {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;        
      }
    }

.page-section--white {
      background-color: #FFF;
    }

.page-section--grey {
      background-color: #F9FAFA;
    }

.page-section--teal {
        background-color: #00A5DF;
    }

.page-section--navy {
        background-color: #212322
    }

.page-section p:last-of-type {
      margin-bottom: 0;
    }

.grey-bg {
    background-color: #F9FAFA;
  }

/* .post-type-archive-event, .post-type-archive-artist, .post-type-archive-venue, .page-id-1665 {
    background-color: #00A5DF;
} */

#mc_embed_signup input.email {
    font-family: 'aktiv-grotesk';
    font-size: 1rem;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    background-color: transparent;
    height: 40px;
    padding: 10px;
    display: inline-block;
    margin: 0 20px 1em 0;
    width: 300px;
    vertical-align: top;
    font-weight: 300;
}

@media (min-width: 960px) {

#mc_embed_signup input.email {
        float: left
}
    }

#mc_embed_signup input.button {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    background-color: transparent;
    height: 40px;
    width: 120px;
    padding: 10px;    
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .01;
}

@media (min-width: 960px) {

#mc_embed_signup input.button {
        float: left
}
    }

.filters {
  margin-top: 2.125rem
}

.button-group {
    margin-bottom: 2rem;
  }

.button-group-title {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0125rem;
    margin: .5rem .875rem .5rem 0;
  }

@media (min-width: 960px) {

.button-group-title {
      display: inline-block
  }
    }

button, .button {
    display: inline-block;
    color: #ffffff;
    padding: .125rem 0rem .125rem 1rem; 
    margin: .5rem 0;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
    cursor: pointer;
    outline: none;
  }

button:hover, .button:hover {
        color: #00A5DF; 
      }

button--no-margin, .button--no-margin { 
        margin: 0;
      }

button--bordered, .button--bordered {
        border: 2px solid #ffffff;
        padding: 1rem;
        border-radius: 4px;
        text-transform: uppercase;
      }

button--bordered--navy, .button--bordered--navy {
          color: #212322;
          border-color: #212322;
        }

button--bordered:hover, .button--bordered:hover {
          border-color: #00A5DF;
        }

button--reset, .button--reset {
        color: #ffffff;
      }

button-primary, .button-primary {
        color: #212322;
        border: 2px solid #212322;
        padding: 1rem;
        border-radius: 4px;
        text-transform: uppercase;
        margin: 3rem 0 1rem;
        display: block;
      }

button-primary:hover, .button-primary:hover {
          border-color: #00A5DF;
        }

.simplefavorite-button {
    z-index: 1;
    position: absolute;
    background-color: #fff;
    right: 0;
    font-size: .875rem;
    color: #212322;
    border-color: #212322;
     padding: 1rem;
    text-transform: uppercase;
  }

.simplefavorite-button:hover {
      border-color: #00A5DF;
    }

.selected {
    color: #00A5DF; 
    border-color: #00A5DF;
  }

.no-select {
    color: #fff; 
    border-color: #fff;
  }

.access-icon {
    font-size: 1rem;
    margin-left: .5rem;
  }

/* Acordeon styles */

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.tab .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab .tab label {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}

/* :checked */

.tab input:checked ~ .tab-content {
  max-height: 100em;
}

/* Icon */

.tab label::before {
  content: '\f0c9';
  position: relative;
  right: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 3em;
  line-height: 3;
  text-align: left;
  transition: all .35s ease;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased}

.tab input[type=checkbox] + label {
  color: #00A5DF;
}

.tab input[type=checkbox]:checked + label {
  color: #00A5DF;
}

input[type=checkbox]:checked + label::before {
  content: '\2013';
}

input[type=checkbox]:checked ~ page-section--navy {
  background-color: #00A5DF;
}

/* input[type=checkbox] + label::before {
  content: "\f0c9";
}
input[type=radio] + label::before {
  content: "\25BC";
}
input[type=checkbox]:checked + label::before {
  transform: rotate(360deg);
}
input[type=radio]:checked + label::before {
  transform: rotateX(180deg);
} */

.event-thumb {
    width: 100%;
    height: 225px;
    position: relative;

}

.event-thumb__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.event-archive {
    display: flex;
    justify-items: flex-start;    
}

.details-banner {
    background-color: #00A5DF;
    display: inline-block;
    padding: 15px 15px 0;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    border-radius: 0 15px 0 0;
}

.details-banner-single {
  background-color: #00A5DF;
  display: inline-block;
  padding: 15px 15px 0;
  position: absolute;
  top: -49px;
  z-index: 1;
  border-radius: 0 15px 0 0;
}

/* background-color: $mainGrey;
    padding: 0 5px 10px 15px; */

.event-archive__metabox {
        width: 80%;
    }

.event-archive__logobox {
        width: 20%;
        padding: 15px 10px 15px 15px;
    }

.event-title {
    display: block;
    background-color: #fff;
    color: #212322;
    text-align: left;
    position: relative;
    padding: 10px 15px 15px 0; 
    min-height: 95px;
}

.event-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #00A5DF;
        width: 100%;
        height: 3px;
    }

.event-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #00A5DF;
        width: 3px;
        height: 100%;
    }

.event-title--archive {
        margin-top: -15px;
        margin-bottom: 15px;
        /* margin-left: -15px; */
    }

.event-header {
    background-color: #F9FAFA;
}

.event-header--title {
        margin-top: -45px;
    }

@media (min-width: 960px) {

.event-sidebox {
        padding: 15px
}
    }

.event-artist {
    text-align: center;
}

.artist-item {
    display: inline-block;
    /* float: left; */
}

.artist-pic {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: #212322; 
    transition: background-color 300ms linear;
}

.artist-pic:hover {
        background-color: #00A5DF; 
    }

.artist-pic__photo {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        display: block;
        margin: 0 auto;
        position: relative;
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        -webkit-filter: saturate(0);
                filter: saturate(0);
        opacity: .6;
    }

.link-list li {
    padding: 1rem 0;
    font-size: 1.5rem;
  }

.search-overlay .link-list li {
      font-size: 1.3rem;
    }

.link-list li:last-child {
    margin-right: 0;
  }

.link-list a {
    color: #212322;
  }

.filter-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;

}

.filter-list .intro-li {
    color: #fff;
    border-top: 0 solid transparent;
  }

.filter-list li {
  display: inline-block;
  margin: 0 25px 0;
  border-top: 1px solid #fff;
  padding: .5rem .3rem;
  }

.filter-list li a {
      color: #fff;
    }

.filter-list li:hover {
      border-top: 1px solid #00A5DF;
    }

.filter-list li:hover a {
          color: #00A5DF; 
        }

.filter-list li .selected {
        color: #00A5DF;  
    }

.filter-list--tag {
    display: flex;
    align-items: flex-start;
    justify-content: left;
  }

.filter-list--tag li {
      display: inline-block;
      margin: 0 25px 0 0;
      border-top: 1px solid #212322;
      padding: .8125rem 0.21875rem;
      }

.filter-list--tag li a {
          color: #212322;
        }

.filter-list--tag li:hover {
          border-top: 1px solid #00A5DF;
        }

.filter-list--tag li:hover a {
              color: #00A5DF; 
            }

.filter-list--tag li .selected {
            color: #00A5DF;  
        }

.logo-list > ul {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2rem;
}

@media (min-width: 960px) {

.logo-list > ul {
    padding-top: 1.25rem;
    padding-bottom: 0
}
    }

.logo-list > ul > li {
  display: inline-block;
  margin: 0 15px 0 0;
}

@media (min-width: 960px) {

.logo-list > ul > li {
    margin: 0 0 0 15px
}
    }

.logo {
width: 60px;
height: 60px;
}

.social-icons-list {
display: flex;
justify-content: center;
align-items: center;
}

@media (min-width: 960px) {

.social-icons-list {
    justify-content: flex-start
}
    }

.access-icons-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social-icons-list li, .access-icons-list li {
  display: flex;
  list-style-type: none;
  margin: 0 20px 0 0;
}

.social-icons-list  li:last-child, .access-icons-list  li:last-child {
    margin-right: 0;
  }

.social-icons-list li, .social-icons-list li a, .access-icons-list li, .access-icons-list li a {
display: block;
text-align: center;
color: inherit;
font-size: 1.5rem;
}

.social-icons-list li a:hover, .access-icons-list li a:hover {
color: #00A5DF;
}

.buttons-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttons-list li {
  display: flex;
  list-style-type: none;
  margin: 0 20px 0 0;
}

.buttons-list  li:last-child {
    margin-right: 0;
  }

/*.social-icons-list {
display: flex;
justify-content: start;
align-items: center;
}

.social-icons-list li {
  display: flex;
  list-style-type: none;
  margin: 0 20px 0 0;
}

.social-icons-list  li:last-child {
    margin-right: 0;
  }

.social-icons-list li, .social-icons-list li a {
display: block;
text-align: center;
color: inherit;
font-size: 1.5rem;
}

.social-icons-list li a:hover {
color: #00A5DF;
}*/

.nav-list ul {
padding: 0;
margin: 0;
}

.nav-list li {
list-style: none;
padding: .25rem 0;
}

.nav-list a {
font-size: .9rem;
color: #F9FAFA;
text-decoration: none;
}

.nav-list a:hover {
color: #00A5DF;
text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.container--large {
  max-width: 1300px;
}

.container--narrow {
  max-width: 970px;
}

.container--bordered {
  border-top: 1px solid #00A5DF;
}

.section-break {
  border: none;
  border-top: 1px solid #DDD;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {padding-top: 1.25rem}

.p-top-large {padding-top: 2rem}

.p-top-massive {padding-top: 90px}

.p-bottom-small {padding-bottom: 1rem}

.p-bottom-large {padding-bottom: 2rem}

.m-top-45 {margin-top: 45px;}

.m-top-large {margin-top: 1.6rem}

.m-bottom-small {margin-bottom: 25px;}

.m-bottom-tiny {margin-bottom: 15px;}

.m-bottom-large {margin-bottom: 2rem}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {margin: 0}

.no-padding {padding: 0}

@media (min-width: 530px) {
  .p-top-large {padding-top: 3.5rem}
  .p-bottom-large {padding-bottom: 3.5rem}
  .p-top-x-large {padding-top: 90px;}
    }

.nu {text-decoration: none}

.nu:hover {text-decoration: underline}

.t-left {text-align: left}

.t-right {text-align: right}

.t-center {text-align: center}

.t-small {font-size: .85rem}

.float-left {float: left}

.float-right {float: right}

.push-right {margin-right: 20px}

.pull-up {margin-top: -30px;}

.push-down {margin-top: 90px;}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

& div {
  float: none;
  display: flex;
}

.push-contents-down {
  display: flex;
  align-items: flex-end;
}
