@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ANIMATIONS
------------------------------------------------------------ */
@-webkit-keyframes zoominlogin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoominlogin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateYyea(0);
            transform: translateYyea(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateYyea(0);
            transform: translateYyea(0);
  }
}

/* MIXINS
------------------------------------------------------------ */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* GENERAL CALLINGS
------------------------------------------------------------ */
::-moz-selection {
  background-color: #fdef41;
  color: #000;
}
::selection {
  background-color: #fdef41;
  color: #000;
}

.highlight-blue ::-moz-selection {
  background-color: #00aeef;
}

.highlight-blue ::selection {
  background-color: #00aeef;
}

.highlight-green ::-moz-selection {
  background-color: #2cdf67;
}

.highlight-green ::selection {
  background-color: #2cdf67;
}

.highlight-pink ::-moz-selection {
  background-color: #ec008c;
}

.highlight-pink ::selection {
  background-color: #ec008c;
}

.highlight-grey ::-moz-selection {
  background-color: #c4c4c4;
}

.highlight-grey ::selection {
  background-color: #c4c4c4;
}

.highlight-yellow ::-moz-selection {
  background-color: #fdef41;
}

.highlight-yellow ::selection {
  background-color: #fdef41;
}

.contents a {
  color: #383838;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.contents a:hover {
  color: #2a5b9c;
  text-decoration: none;
}

/* HEADINGS
------------------------------------------------------------ */
h1 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h1 a {
  color: inherit;
  text-decoration: underline;
}

h1 a:hover {
  color: #000;
}

h2 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h2 a {
  color: inherit;
  text-decoration: underline;
}

h2 a:hover {
  color: #000;
}

h3 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h3 a {
  color: inherit;
  text-decoration: underline;
}

h3 a:hover {
  color: #000;
}

h4 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h4 a {
  color: inherit;
  text-decoration: underline;
}

h4 a:hover {
  color: #000;
}

h5 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h5 a {
  color: inherit;
  text-decoration: underline;
}

h5 a:hover {
  color: #000;
}

h6 {
  margin: 0;
  font: normal 48px/1.4 "Nunito Sans", sans-serif;
  color: #000;
}

h6 a {
  color: inherit;
  text-decoration: underline;
}

h6 a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 35px;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 700;
}

/* GENERAL CALLINGS
------------------------------------------------------------ */
.contents p {
  margin: 0 0 25px 0;
}

.contents .pagedetail {
  padding: 0;
}

.contents .pagedetail a {
  text-decoration: none;
}

.intro {
  font: 700 22px/33px "Nunito Sans", sans-serif;
}

@media screen and (max-width: 480px) {
  .intro {
    font-size: 18px;
    line-height: 25px;
  }
}

.summary {
  font: 300 14px/22px "Nunito Sans", sans-serif;
}

@media screen and (max-width: 480px) {
  .summary {
    font-size: 12px;
    line-height: 20px;
  }
}

small {
  font: 300 10px/15px "Nunito Sans", sans-serif;
}

strong {
  font-weight: 900;
}

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

.text-right {
  text-align: right;
}

blockquote {
  background: #000;
  color: #fff;
  padding: 35px;
  margin: 0 0 25px 0;
  font: italic 800 20px/27px "Nunito Sans", sans-serif;
}

blockquote .attribution {
  font: italic 300 20px/27px "Nunito Sans", sans-serif;
}

.contents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.contents-image {
  padding: 0;
}

.contents-image img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.contents-image.contents-image_full img {
  width: 100%;
}

.contents ul {
  margin: 0 0 25px 0;
}

.contents ul:last-child {
  margin: 0;
}

.contents ul li {
  list-style: disc;
}

.contents ul ol,
.contents ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contents ol {
  margin: 0 0 25px 0;
}

.contents ol:last-child {
  margin: 0;
}

.contents ol li {
  margin-bottom: 5px;
}

.contents ol ol,
.contents ol ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr {
  border: 2px solid #e5e5e5;
  border-width: 0 0 2px;
  border-collapse: collapse;
  clear: both;
  margin: 25px 0 50px;
}

@media screen and (max-width: 780px) {
  hr {
    width: 35%;
  }
}

p hr {
  margin: 0;
}

/* IMAGE CAPTIONS
------------------------------------------------------------ */
.slideshow {
  text-align: center;
  clear: both;
}

.slideshow a {
  text-decoration: none;
}

.slideshow img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  max-height: 700px;
}

.slideshow + .pagetitle {
  margin-top: -30px;
}

.slideshow.slideshow_extras {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.slideshow.slideshow_extras::after {
  content: "";
  display: block;
  border: 2px solid #e5e5e5;
  border-width: 0 0 2px 0;
  bottom: 0;
  height: 1px;
  margin-top: -15px;
  left: 3%;
  position: absolute;
}

.slideshow.slideshow_extras .title-card {
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: 0;
  overflow: hidden;
  z-index: 6;
  padding: 30px 60px 30px 30px;
  text-align: left;
  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: flex-start;
  max-width: 70%;
}

@media screen and (max-width: 780px) {
  .slideshow.slideshow_extras .title-card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -10px;
    max-width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.slideshow.slideshow_extras .title-card h1 {
  display: inline-block;
  color: #fff;
  font-size: 42px;
  font-size: 3vw;
  text-transform: uppercase;
  border-right: 2px solid #fff;
  padding: 5px 30px 5px 0;
  margin: 0 30px 0 0;
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 1100px) {
  .slideshow.slideshow_extras .title-card h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 780px) {
  .slideshow.slideshow_extras .title-card h1 {
    border: none;
    text-align: left;
    font-size: 18px;
    padding: 0;
  }
}

.slideshow.slideshow_extras .title-card .text {
  line-height: 1.4;
}

@media screen and (max-width: 780px) {
  .slideshow.slideshow_extras .title-card .text {
    font-size: 12px;
  }
}

.slideshow.slideshow_extras .title-card .text strong {
  font-weight: bold;
  display: block;
}

.slideshow.slideshow_extras .info {
  position: absolute;
  width: 230px;
  text-align: left;
  top: 20px;
  right: -180px;
  background: rgba(0, 0, 0, 0.5) url(../../images/icon_info.png) 12px 50% no-repeat;
  padding: 12px 15px 10px 55px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  z-index: 6;
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.slideshow.slideshow_extras .info:hover, .slideshow.slideshow_extras .info:active {
  left: auto;
  right: 0;
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.slideshow.slideshow_extras .owl-dots {
  display: none !important;
}

.slideshow.slideshow_extras .owl-nav {
  margin-top: -20px;
}

@media screen and (max-width: 780px) {
  .slideshow.slideshow_extras .owl-nav {
    display: none;
  }
}

.owl-carousel.in-line .owl-item .item img {
  width: 100%;
  height: auto;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

@media screen and (max-width: 780px) {
  .owl-carousel:hover .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}

.owl-carousel .owl-nav {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  top: 50%;
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -99999px;
  display: block;
  cursor: pointer;
  opacity: 0.5;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
  background: url("../../images/arrow-prev.png") no-repeat scroll top left;
  left: 20px;
}

.owl-carousel .owl-nav .owl-next {
  background: url("../../images/arrow-next.png") no-repeat scroll top left;
  right: 20px;
}

.owl-carousel .owl-dots {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  margin-top: -60px;
  text-align: center;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
  background: #fff;
}

.owl-carousel .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 5px;
  background: #C4C4C4;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

/* IMAGE CAPTIONS
------------------------------------------------------------ */
.img-caption,
.img-solo {
  width: 700px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 780px) {
  .img-caption,
  .img-solo {
    width: 100%;
  }
}

.img-caption img,
.img-solo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img-caption .text,
.img-solo .text {
  padding: 25px;
  font-size: 14px;
  line-height: 22px;
}

.img-caption.img-left,
.img-solo.img-left {
  margin-left: 0;
}

.img-caption.img-left.float,
.img-solo.img-left.float {
  float: left;
  margin-right: 2em;
}

.img-caption.img-right,
.img-solo.img-right {
  margin-right: 0;
}

.img-caption.img-right.float,
.img-solo.img-right.float {
  float: right;
  margin-left: 2em;
}

/* IMAGE Galleries (without captions)
------------------------------------------------------------ */
.img-gallery {
  width: 700px;
  max-width: 100%;
  margin: auto;
}

/* CARDS
------------------------------------------------------------ */
.cards {
  background: #F6F6F6;
  padding: 50px;
}

.cards.series:nth-child(n+3) {
  padding-top: 0;
}

.cards a {
  display: block;
  text-decoration: none;
}

.cards .card {
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px -1px #e5e5e5;
          box-shadow: 4px 4px 0px -1px #e5e5e5;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.cards .card:hover {
  background: #000;
}

.cards .card:hover .caption,
.cards .card:hover .position {
  color: #fff !important;
}

.cards .card.contentcard {
  padding: 25px;
  width: 100%;
}

.cards .card.contentcard:hover {
  background: #fff;
}

.cards .card.contentcard .bttn {
  margin: 0;
  display: inline-block;
  padding: 15px;
}

.cards .card.contentcard p a {
  display: inline;
  text-decoration: underline;
}

.cards .caption {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: .6;
  -webkit-transition: color 0.45s ease-in-out;
  transition: color 0.45s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1em solid transparent;
}

.cards .position {
  font-size: 12px;
  float: right;
  margin: 24px 4px 0 0;
  -webkit-transition: color 0.45s ease-in-out;
  transition: color 0.45s ease-in-out;
}

/* Inputs and Buttons
------------------------------------------------------------ */
fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

fieldset.threes select,
fieldset.threes p {
  width: 30%;
  display: inline-block;
  float: left;
  margin-right: 2%;
}

fieldset.twos select,
fieldset.twos p {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 2%;
}

fieldset.full select,
fieldset.full p {
  width: 97%;
}

fieldset .help-text {
  margin-top: 4px;
  font-size: 12px;
  font-style: italic;
}

fieldset input[type="text"],
fieldset input[type="password"],
fieldset textarea,
fieldset select {
  font: 14px "Nunito Sans", sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-width: 0 0 2px;
  padding: 8px 0;
  outline: none;
  border-radius: 0;
  color: #9B9B9B;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

fieldset select {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding: 8px 40px 8px 8px;
}

.checkbox,
.radio {
  opacity: 0;
  position: absolute;
}

.checkbox,
.checkbox-label,
.radio,
.radio-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  cursor: pointer;
}

.checkbox-label,
.radio-label {
  position: relative;
  font-size: 13px;
}

.checkbox + .checkbox-label:before,
.radio + .radio-label:before {
  content: '';
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox:checked + .checkbox-label:before {
  background: #000;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.radio + .radio-label:before {
  border-radius: 50%;
}

.radio:checked + .radio-label:before {
  background: #000;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.bttn,
.button-default {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px 10px;
  padding: 25px 45px 25px;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #000;
  font: 900 16px/1 "Nunito Sans", sans-serif;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
}

.bttn:hover,
.button-default:hover {
  background: #fdef41;
  border-color: #fdef41;
  color: #000 !important;
}

.bttn.bttn-small,
.button-default.bttn-small {
  padding: 15px 20px;
}

.bttn.bttn-inline,
.button-default.bttn-inline {
  padding: 10px 10px;
  font-size: 12px;
  bottom: -3px;
  position: relative;
  margin-top: 1em;
  margin-left: 0;
}

.bttn.donate, .bttn.artdesk,
.button-default.donate,
.button-default.artdesk {
  display: block;
  width: 140px;
  padding: 15px 0;
  margin: 0 0 40px;
  text-align: right;
  border-bottom: 5px solid transparent !important;
}

.bttn.donate:hover, .bttn.artdesk:hover,
.button-default.donate:hover,
.button-default.artdesk:hover {
  background: transparent;
  border-color: transparent;
  color: #fff !important;
  border-bottom: 5px solid #fdef41 !important;
}

@media screen and (max-width: 780px) {
  .bttn.donate, .bttn.artdesk,
  .button-default.donate,
  .button-default.artdesk {
    width: 200px;
    margin: 0 auto 1em;
    text-align: center;
  }
}

.button-group .bttn {
  margin: 0 10px 10px;
}

.buttons .bttn:first-child {
  margin-left: 0;
}

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

pre,
div.caption-standalone {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}

pre,
pre code,
div.caption-standalone {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(68, 73, 80, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

pre,
div.caption-standalone {
  padding: 1rem;
}

div.caption-standalone {
  white-space: normal;
}

div.caption-standalone p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

table th,
table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}

table tfoot th,
table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

.embed-video {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-edit-link {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 12px 5px 2px;
}

/* PAGE SPECIFIC CALLS
------------------------------------------------------------ */
.today-title {
  display: none;
}

@media screen and (max-width: 780px) {
  .today-title {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
  }
}

.today {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 100px !important;
  position: relative;
  border-left: 4px solid #000;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.today li {
  list-style: none;
}

.today li {
  display: inline-block;
  vertical-align: top;
}

.today .more {
  display: block;
  background: url("../../images/b-view-more.png") no-repeat scroll top left;
  width: 180px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  font-size: 0;
  background-image: none;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 14px;
  bottom: 10px;
  padding: 8px 9px 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  border-left: 1px solid #e5e5e5;
}

.today .more:hover {
  background-image: url("../../images/b-view-more-hover.png");
  background-image: none;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 780px) {
  .today .more {
    bottom: -2px;
    bottom: 10px;
  }
}

.today::before {
  content: "";
  display: block;
  background: url("../../images/title-today.png") no-repeat scroll top left;
  width: 23px;
  height: 102px;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -51px;
}

.today li {
  float: left;
  border-bottom: 2px solid #e5e5e5;
  padding: 25px 35px;
  position: relative;
  font-size: 14px;
}

.today li a {
  text-decoration: none;
}

.today li a:hover h5 {
  color: #2a5b9c;
}

.today li::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 2px solid #e5e5e5;
}

.today li:last-child::after {
  display: none;
}

.today li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.today li h5 {
  font-weight: 900;
  text-align: left;
  font-style: normal;
  margin-bottom: 0;
}

.today li h5 a {
  text-decoration: none;
}

.today li strong {
  font-weight: 700;
}

.today li p {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .today {
    border-width: 2px 0 0 0;
    margin-left: 0;
    border-top: 4px solid #000;
    padding-left: 0 !important;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 40px;
  }
  .today::before {
    display: none;
  }
  .today li {
    display: block;
    float: none;
    padding-left: 0;
    border-bottom: 0;
  }
  .today li::after {
    width: 40px;
    height: 1px;
    left: 0;
    right: auto;
    bottom: 0;
    border-top: 2px solid #e5e5e5;
  }
}

.home-callout {
  background-color: #fced53;
  padding: 90px 45px 60px 60px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  .home-callout {
    padding: 90px 8% 30px;
  }
}

.home-callout::before {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  background: url("../../images/icon_secondary-nav.png") no-repeat scroll top left;
  width: 90px;
  height: 90px;
}

.home-callout ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1040px;
  margin: auto !important;
}

.home-callout ul li {
  list-style: none;
}

.home-callout ul li {
  display: inline-block;
  vertical-align: top;
}

.home-callout ul li {
  margin-bottom: 35px;
  width: 55%;
  background-color: #fff;
  font-size: 14px;
  min-height: 455px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 780px) {
  .home-callout ul li {
    width: 100% !important;
  }
}

.home-callout ul li .category {
  position: relative;
}

.home-callout ul li .category img {
  width: 100%;
  height: auto;
}

.home-callout ul li .category h3 {
  bottom: -9px;
  position: absolute;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-callout ul li .category h3 span {
  background-color: #fff;
  padding: 8px 30px 0 20px;
}

.home-callout ul li p {
  padding: 35px 35px 10px;
  margin-bottom: 0;
}

.home-callout ul li + li {
  width: 40%;
}

.home-callout ul li + li + li {
  width: 40%;
}

.home-callout ul li + li + li + li {
  width: 55%;
}

.home-callout .more-button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.home-callout .more-button a {
  text-decoration: none;
  border-left: 1px solid #e5e5e5;
  display: block;
  padding: 3px 11px 3px 12px;
}

.home-callout .more-button:hover {
  background-color: #000;
}

.home-callout .more-button:hover a {
  color: #fff;
  border-color: #fff;
}

ul.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.search-results li {
  list-style: none;
}

ul.search-results li {
  padding: 15px 0;
  border-bottom: 2px solid #e5e5e5;
  overflow: hidden;
}

ul.search-results li img {
  float: right;
}

@media screen and (max-width: 780px) {
  ul.search-results li img {
    max-width: 50% !important;
    height: auto;
  }
}

ul.search-results li p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 14px;
}

ul.search-results li p.category {
  font-size: 12px;
  text-transform: uppercase;
}

ul.search-results li p.title {
  font-weight: 900;
}

ul.search-results li p.time {
  font-weight: 700;
}

ul.search-results li p.time span {
  background-color: #fdef41;
  padding: 2px 4px;
  margin-right: 5px;
}

.post-preview {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.post-preview .more-button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.post-preview .more-button a {
  text-decoration: none;
  border-left: 1px solid #e5e5e5;
  display: block;
  padding: 3px 11px 3px 12px;
}

.post-preview .more-button:hover {
  background-color: #000;
}

.post-preview .more-button:hover a {
  color: #fff;
  border-color: #fff;
}

/* BODY and CONTAINERS
------------------------------------------------------------ */
html {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

body {
  font: 200 18px/1.8 "Nunito Sans", sans-serif;
  color: #000;
  height: 100%;
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0 0 0 60px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
  }
}

body.nav-open {
  padding-left: 300px;
}

body.mega-menu-view {
  overflow: hidden;
}

article {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

/* HEADER
------------------------------------------------------------ */
header.main-header {
  padding: 32px 40px;
  height: 100px;
  background: #fff;
}

header.main-header img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  header.main-header {
    height: 60px;
    padding-top: 15px;
  }
}

header.main-header .breadcrumb {
  float: right;
  margin-top: 15px;
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
  header.main-header .breadcrumb {
    display: none;
  }
}

header.main-header .breadcrumb a {
  text-decoration: none;
  color: #2c2c2c;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

header.main-header .breadcrumb a:hover {
  color: #000;
}

/* NAVIGATION
------------------------------------------------------------ */
nav#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  width: 320px;
  left: -260px;
  z-index: 100;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media screen and (max-width: 480px) {
  nav#main-nav {
    left: -290px;
  }
}

.nav-open nav#main-nav {
  left: 0;
}

nav#main-nav.mega-menu {
  width: 100%;
}

nav#main-nav.mega-menu .menu {
  padding: 8%;
}

nav#main-nav .section-highlight {
  height: 100px;
  width: 60px;
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
  background-color: #fdef41;
}

@media screen and (max-width: 480px) {
  nav#main-nav .section-highlight {
    width: 30px;
    height: 60px;
  }
}

nav#main-nav .section-highlight .nav-icon {
  position: absolute;
  top: 22px;
  left: 8px;
  width: 15px;
  height: 20px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 480px) {
  nav#main-nav .section-highlight .nav-icon {
    display: block;
  }
}

nav#main-nav .section-highlight .nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 15px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

nav#main-nav .section-highlight .nav-icon span:nth-child(1) {
  top: 0;
}

nav#main-nav .section-highlight .nav-icon span:nth-child(2), nav#main-nav .section-highlight .nav-icon span:nth-child(3) {
  top: 6px;
}

nav#main-nav .section-highlight .nav-icon span:nth-child(4) {
  top: 12px;
}

nav#main-nav .section-highlight .nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav#main-nav .section-highlight .nav-icon.open span:nth-child(2) {
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#main-nav .section-highlight .nav-icon.open span:nth-child(3) {
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav#main-nav .section-highlight .nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.highlight-blue nav#main-nav .section-highlight {
  background-color: #00aeef;
}

.highlight-green nav#main-nav .section-highlight {
  background-color: #2cdf67;
}

.highlight-pink nav#main-nav .section-highlight {
  background-color: #ec008c;
}

.highlight-grey nav#main-nav .section-highlight {
  background-color: #c4c4c4;
}

.highlight-yellow nav#main-nav .section-highlight {
  background-color: #fdef41;
}

nav#main-nav .action {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -14px;
  right: 19px;
  bottom: auto;
  height: 28px;
  width: 20px;
  cursor: pointer;
  background: url("../../images/nav_expand.svg") no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav#main-nav .action.action-open {
  background: url("../../images/nav_close.svg") no-repeat;
}

nav#main-nav .action:hover {
  right: 16px;
}

@media screen and (max-width: 480px) {
  nav#main-nav .action {
    display: none;
  }
}

nav#main-nav .mega-display {
  background: url("../../images/ellipsis.svg") no-repeat;
  height: 25px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  nav#main-nav .mega-display {
    display: none;
  }
}

nav#main-nav .menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  bottom: 0;
  padding: 30px;
  background-color: #2c2c2c;
  overflow: auto;
}

@media screen and (max-width: 480px) {
  nav#main-nav .menu {
    right: 30px;
  }
}

nav#main-nav .search {
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-bottom: 40px;
}

nav#main-nav .search input {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  color: #9B9B9B;
  font-size: 15px;
  padding: 10px 25px 10px 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

nav#main-nav .search button {
  position: absolute;
  outline: none;
  top: 12px;
  right: 5px;
  border: 1px solid transparent;
  text-indent: -9999px;
  width: 16px;
  height: 17px;
  cursor: pointer;
  background: url("../../images/icon_search.svg") no-repeat;
}

nav#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

nav#main-nav ul li {
  list-style: none;
}

nav#main-nav ul li {
  margin-bottom: 20px;
}

nav#main-nav ul li.show-sub > ul {
  max-height: 750px;
  margin: 10px 10px 25px 0;
}

nav#main-nav ul li.show-sub .nav-sec-expand {
  background: url("../../images/icon-contract-minus.svg") 50% 50% no-repeat;
}

nav#main-nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.45s ease-in-out .45s;
  transition: all 0.45s ease-in-out .45s;
}

nav#main-nav ul li a.selected {
  color: #fdef41;
}

nav#main-nav ul li a.selected::before {
  background: url("../../images/icon-contract-minus.svg") 50% 50% no-repeat;
}

nav#main-nav ul li a.nondrop::before {
  display: none;
}

nav#main-nav ul li .nav-sec-expand {
  content: "";
  top: 9px;
  right: 0;
  background: url("../../images/icon-expand-plus.svg") 0 0 no-repeat;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.45s ease-in-out .45s;
  transition: all 0.45s ease-in-out .45s;
  float: right;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  nav#main-nav ul li .nav-sec-expand {
    top: 7px;
  }
}

nav#main-nav ul li ul {
  max-height: 0;
  overflow: hidden;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.45s ease-in-out .45s;
  transition: all 0.45s ease-in-out .45s;
}

nav#main-nav ul li ul li {
  margin-bottom: 5px;
}

nav#main-nav ul li ul li a {
  font-size: 14px;
  color: #9B9B9B;
  text-transform: none;
  font-weight: 400;
  padding: 2px 13px;
  line-height: 1.4em;
}

nav#main-nav ul li ul li a::before {
  display: none;
}

nav#main-nav ul li ul li a.selected, nav#main-nav ul li ul li a:hover {
  background: #fdef41;
  color: #2c2c2c;
}

nav#main-nav.mega-menu .search,
nav#main-nav.mega-menu .mega-display,
nav#main-nav.mega-menu .social,
nav#main-nav.mega-menu .nav-sec-expand {
  display: none;
}

nav#main-nav.mega-menu ul {
  margin: 0;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

nav#main-nav.mega-menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  border-left: 5px solid;
  padding-left: 15px;
}

nav#main-nav.mega-menu ul li.group-blue {
  border-color: #00aeef;
}

nav#main-nav.mega-menu ul li.group-green {
  border-color: #2cdf67;
}

nav#main-nav.mega-menu ul li.group-pink {
  border-color: #ec008c;
}

nav#main-nav.mega-menu ul li.group-grey {
  border-color: #c4c4c4;
}

nav#main-nav.mega-menu ul li.group-yellow {
  border-color: #fdef41;
}

nav#main-nav.mega-menu ul li a {
  font-size: 28px;
  font-weight: 800;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

nav#main-nav.mega-menu ul li a::before {
  display: none;
}

nav#main-nav.mega-menu ul li ul {
  max-height: 1000px;
  margin: 0 20px 0 -13px !important;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

nav#main-nav.mega-menu ul li ul li {
  display: block;
  width: 80%;
  border: none;
  padding: 0;
}

nav#main-nav.mega-menu ul li ul li a {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

ul.social {
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2em 0;
}

ul.social li {
  list-style: none;
}

ul.social li {
  display: inline-block;
  vertical-align: top;
}

ul.social li {
  margin: 0 5px 0 5px;
  vertical-align: center;
}

ul.social li:first-child {
  margin-left: 0;
}

ul.social a::before {
  display: none;
}

.secondary-nav {
  padding: 90px 45px 60px 60px;
  width: 100%;
  max-width: 100%;
  clear: both;
}

.highlight-blue .secondary-nav {
  background-color: #00aeef;
}

.highlight-green .secondary-nav {
  background-color: #2cdf67;
}

.highlight-pink .secondary-nav {
  background-color: #ec008c;
}

.highlight-grey .secondary-nav {
  background-color: #c4c4c4;
}

.highlight-yellow .secondary-nav {
  background-color: #fdef41;
}

@media screen and (max-width: 780px) {
  .secondary-nav {
    padding: 90px 8% 30px;
  }
}

.secondary-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  background: url("../../images/icon_secondary-nav.png") no-repeat scroll top left;
  width: 90px;
  height: 90px;
}

.secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1040px;
  margin: auto;
}

.secondary-nav ul li {
  list-style: none;
}

.secondary-nav ul li {
  display: inline-block;
  vertical-align: top;
}

.secondary-nav ul li {
  margin-bottom: 30px;
  width: 31%;
}

@media screen and (max-width: 960px) {
  .secondary-nav ul li {
    width: 48% !important;
  }
}

@media screen and (max-width: 780px) {
  .secondary-nav ul li {
    width: 100% !important;
  }
}

.secondary-nav ul li a {
  display: block;
  font-size: 28px;
  background: #fff;
  font-weight: 800;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  padding: 20px 15px 0 2px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.secondary-nav ul li a:hover {
  background: #000;
  color: #fff;
}

.secondary-nav ul.secondary-nav_2by li {
  width: 48%;
}

.section-home {
  width: 90px;
  height: 94px;
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -45px;
  display: block;
}

/* GRIDS 
------------------------------------------------------------ */
main article,
section article {
  padding-left: 60px;
  padding-right: 60px;
}

main article.contents-image,
section article.contents-image {
  padding-left: 0;
}

@media screen and (max-width: 780px) {
  main article,
  section article {
    padding: 0 8%;
  }
}

@media screen and (max-width: 780px) {
  main .cards article,
  section .cards article {
    padding: 0;
  }
}

.one-column,
.two-column,
.three-column,
.four-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.one-column.p-25-25,
.two-column.p-25-25,
.three-column.p-25-25,
.four-column.p-25-25 {
  padding: 25px 0;
}

.one-column.p-0-25,
.two-column.p-0-25,
.three-column.p-0-25,
.four-column.p-0-25 {
  padding: 0 0 25px;
}

.one-column.p-50-50,
.two-column.p-50-50,
.three-column.p-50-50,
.four-column.p-50-50 {
  padding: 50px 0;
}

.one-column.p-0-50,
.two-column.p-0-50,
.three-column.p-0-50,
.four-column.p-0-50 {
  padding: 0 0 50px;
}

.one-column.p-50-100,
.two-column.p-50-100,
.three-column.p-50-100,
.four-column.p-50-100 {
  padding: 50px 0 100px;
}

.one-column.p-100-100,
.two-column.p-100-100,
.three-column.p-100-100,
.four-column.p-100-100 {
  padding: 100px 0;
}

.one-column.p-0-100,
.two-column.p-0-100,
.three-column.p-0-100,
.four-column.p-0-100 {
  padding: 0 0 100px;
}

@media screen and (max-width: 780px) {
  .one-column,
  .two-column,
  .three-column,
  .four-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.one-column.v-center,
.two-column.v-center,
.three-column.v-center,
.four-column.v-center {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one-column .box,
.two-column .box,
.three-column .box,
.four-column .box {
  width: 48.50%;
  vertical-align: top;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
}

.one-column .box:last-child,
.two-column .box:last-child,
.three-column .box:last-child,
.four-column .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  .one-column .box,
  .two-column .box,
  .three-column .box,
  .four-column .box {
    width: 100% !important;
  }
}

.one-column .box:empty,
.two-column .box:empty,
.three-column .box:empty,
.four-column .box:empty {
  margin-bottom: 0;
}

.one-column .box.omega,
.two-column .box.omega,
.three-column .box.omega,
.four-column .box.omega {
  padding-right: 0 !important;
}

.one-column .box {
  width: 100%;
}

.two-column.breaker {
  padding-left: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 780px) {
  .two-column.breaker {
    padding-left: 0;
  }
}

.two-column.breaker .box.alpha {
  width: 65%;
  padding-right: 40px;
  border-right: 2px solid #e5e5e5;
}

@media screen and (max-width: 780px) {
  .two-column.breaker .box.alpha {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.two-column.breaker .box.beta {
  width: 35%;
}

@media screen and (max-width: 780px) {
  .two-column.breaker .box.beta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.three-column .box {
  width: 31.3%;
}

.four-column .box {
  width: 22%;
}

.columns {
  width: 100%;
}

.row {
  position: relative;
  width: 100%;
}

.row.p-25-25 {
  padding: 25px 0;
}

.row.p-0-25 {
  padding: 0 0 25px;
}

.row.p-50-50 {
  padding: 50px 0;
}

.row.p-0-50 {
  padding: 0 0 50px;
}

.row.p-50-100 {
  padding: 50px 0 100px;
}

.row.p-100-100 {
  padding: 100px 0;
}

.row.p-0-100 {
  padding: 0 0 100px;
}

.row [class^="col"] {
  float: left;
  padding: 0.5rem 2%;
  min-height: 0.125rem;
}

.row [class^="col"]:first-of-type {
  padding-left: 0;
}

.row [class^="col"]:last-of-type {
  padding-right: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .col-1.empty,
  .col-2.empty,
  .col-3.empty,
  .col-4.empty,
  .col-5.empty,
  .col-6.empty,
  .col-7.empty,
  .col-8.empty,
  .col-9.empty,
  .col-10.empty,
  .col-11.empty,
  .col-12.empty {
    display: none;
  }
}

.col-1-sm {
  width: 7.41667%;
}

.col-2-sm {
  width: 15.83333%;
}

.col-3-sm {
  width: 24.25%;
}

.col-4-sm {
  width: 32.66667%;
}

.col-5-sm {
  width: 41.08333%;
}

.col-6-sm {
  width: 49.5%;
}

.col-7-sm {
  width: 57.91667%;
}

.col-8-sm {
  width: 66.33333%;
}

.col-9-sm {
  width: 74.75%;
}

.col-10-sm {
  width: 83.16667%;
}

.col-11-sm {
  width: 91.58333%;
}

.col-12-sm {
  width: 100%;
}

@media only screen and (min-width: 780px) {
  .col-1 {
    width: 7.41667%;
  }
  .col-2 {
    width: 15.83333%;
  }
  .col-3 {
    width: 24.25%;
  }
  .col-4 {
    width: 32.66667%;
  }
  .col-5 {
    width: 41.08333%;
  }
  .col-6 {
    width: 49.5%;
  }
  .col-7 {
    width: 57.91667%;
  }
  .col-8 {
    width: 66.33333%;
  }
  .col-9 {
    width: 74.75%;
  }
  .col-10 {
    width: 83.16667%;
  }
  .col-11 {
    width: 91.58333%;
  }
  .col-12 {
    width: 100%;
  }
  .hidden-sm {
    display: block;
  }
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.w-1040 {
  width: 1040px !important;
}

.w-900 {
  width: 900px !important;
}

.w-700 {
  width: 700px !important;
}

.w-400 {
  width: 400px !important;
}

.w-300 {
  width: 300px !important;
}

.noborder {
  border: none;
}

h1.pagetitle {
  width: 100%;
  max-width: 1040px;
  position: relative;
  z-index: 9;
  margin: 50px auto 80px;
  text-transform: uppercase;
}

h1.pagetitle span {
  background-color: #fdef41;
  padding: 23px 30px 0 70px;
  display: inline-block;
  line-height: 36px;
  max-width: 500px;
}

@media screen and (max-width: 480px) {
  h1.pagetitle span {
    padding-left: 20px;
    display: block;
  }
}

.highlight-blue h1.pagetitle span {
  background-color: #00aeef;
}

.highlight-green h1.pagetitle span {
  background-color: #2cdf67;
}

.highlight-pink h1.pagetitle span {
  background-color: #ec008c;
}

.highlight-grey h1.pagetitle span {
  background-color: #c4c4c4;
}

.highlight-yellow h1.pagetitle span {
  background-color: #fdef41;
}

h1.pagetitle::after {
  content: '';
  display: block;
  background: #e5e5e5;
  height: 2px;
  width: 160px;
  position: absolute;
  bottom: -15px;
  left: 40px;
}

@media screen and (max-width: 480px) {
  h1.pagetitle::after {
    display: none;
  }
}

.pagedetail {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 0 60px;
}

@media screen and (max-width: 480px) {
  .pagedetail {
    padding: 0 8%;
  }
}

/* EVENTS
------------------------------------------------------------ */
ul.event-details {
  padding-left: 0;
}

ul.event-details li {
  list-style: none;
  background: #e6f8ff;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 5px 5px 3px;
  line-height: 1.2em;
}

ul.event-details li strong {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}

/* SEARCH
------------------------------------------------------------ */
.search-form input[type="search"] {
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  font-size: 24px;
  margin-bottom: 2em;
  padding-right: 25px;
  width: 350px;
  max-width: calc(100% - 30px);
}

.search-form button {
  position: relative;
  outline: none;
  top: -2px;
  left: -25px;
  border: 1px solid transparent;
  text-indent: -9999px;
  width: 22px;
  height: 27px;
  cursor: pointer;
  background: url(/assets/images/icon_search_dark.svg?v=2) no-repeat;
  color: #000;
}

.search-form h4 {
  float: right;
  padding-right: 1em;
}

@media screen and (max-width: 780px) {
  .search-form h4 {
    float: none;
  }
}

ul.search-results {
  padding-left: 0;
}

ul.search-results li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}

ul.search-results li h4 span.section {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

/* CALENDAR
------------------------------------------------------------ */
.event-row {
  margin-bottom: 25px;
}

.event-row a {
  text-decoration: none;
}

.event-row.accordion p {
  display: none;
}

.event-row.accordion h4.event-title {
  cursor: pointer;
}

.event-row.accordion h4.event-title:hover {
  color: #2a5b9c;
}

/* CONTACT
------------------------------------------------------------ */
.contact {
  background: #000;
}

.contact article {
  color: #fff;
  font: 300 13px/1.6 "Nunito Sans", sans-serif;
  padding: 55px 30px 20px;
  letter-spacing: 1px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact article a {
  color: #fff;
}

@media screen and (max-width: 780px) {
  .contact article {
    padding: 40px 30px 20px 10px;
  }
}

.contact article > div {
  width: 25%;
}

.contact article > div.box .icon-wrap {
  height: 32px;
}

.contact article > div.box p {
  max-width: 230px;
  display: inline-block;
}

@media screen and (max-width: 780px) {
  .contact article > div.box {
    margin-bottom: 1em;
  }
}

.contact article > div.beta a {
  text-decoration: none;
  color: #fff;
}

.contact article > div.beta a:hover {
  text-decoration: underline;
}

.contact article > div.omega {
  padding-left: 2em;
}

@media screen and (max-width: 780px) {
  .contact article > div.alpha {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .contact article > div.beta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .contact article > div.gamma {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .contact article > div.omega {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-left: 0;
  }
}

.contact strong {
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.contact .copyright {
  width: 100%;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .contact .copyright {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (max-width: 780px) {
  .contact {
    text-align: center;
  }
}

.signup {
  width: 80%;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  position: relative;
}

.signup input {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  color: #9B9B9B;
  font-size: 15px;
  padding: 10px 25px 10px 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.signup button {
  width: 6px;
  height: 10px;
  background: url(../../images/icon_signup.png) no-repeat;
  position: absolute;
  outline: none;
  top: 14px;
  right: 0;
  border: 1px solid transparent;
  text-indent: -9999px;
  cursor: pointer;
}

/* SPONSORS
------------------------------------------------------------ */
.sponsors {
  padding: 55px 30px 120px;
}

@media screen and (max-width: 480px) {
  .sponsors {
    padding-bottom: 55px;
  }
}

.sponsors ul {
  list-style: none;
  margin: 0;
  padding: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sponsors ul li {
  list-style: none;
}

.sponsors ul li {
  display: inline-block;
  vertical-align: top;
}

.sponsors ul li {
  vertical-align: middle;
  margin: 0 17px;
}

@media screen and (max-width: 480px) {
  .sponsors ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sponsors ul li {
    margin-bottom: 25px;
  }
}

/* FOOTER
------------------------------------------------------------ */
footer.main-footer {
  background: #000;
  color: #fff;
  font: 300 13px/1.5 "Nunito Sans", sans-serif;
  padding: 30px;
  letter-spacing: 1px;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 60px;
  right: 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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
}

.nav-open footer.main-footer {
  padding-left: 300px;
}

@media screen and (max-width: 780px) {
  footer.main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  footer.main-footer {
    left: 30px;
  }
}

footer.main-footer strong {
  text-transform: uppercase;
  padding-right: 5px;
  color: #fff;
}

footer.main-footer .phone {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  footer.main-footer .phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 780px) {
  footer.main-footer .hours {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 25px;
  }
}

footer.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.main-footer ul li {
  list-style: none;
}

footer.main-footer ul li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 780px) {
  footer.main-footer ul {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto 25px;
  }
}

footer.main-footer ul li {
  border-left: 2px solid #fff;
  padding: 2px 5px 2px 10px;
}

footer.main-footer ul li:first-child {
  border: none;
}

footer.main-footer ul li a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border .25s ease-in-out;
  transition: border .25s ease-in-out;
}

footer.main-footer ul li a:hover {
  border-bottom: 3px solid #fdef41;
}

footer.main-footer .highlight-donate {
  color: #fdef41;
}

.card img {
  width: 100%;
}

.box .card {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */