@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* COLORS
-------------------------------------------------------- */
/* FONTS
-------------------------------------------------------- */
/* BREAKPOINTS FOR BOURBON NEAT MEDIA
-------------------------------------------------------- */
/* CUSTOM MIXINS
-------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.button {
  display: inline-block;
  padding: 15px 50px;
  text-decoration: none;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button.blue {
  background-color: rgb(0, 179, 227);
  color: white;
}
.button.black {
  background-color: black;
  color: white;
}

.more {
  margin: 0 auto;
  text-align: center;
}

* {
  outline: none;
}

body, html {
  font-family: "proxima-nova", sans-serif;
  background: white;
}

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

.full {
  line-height: 0;
  width: 100%;
}

.container,
.inner {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container,
  .inner {
    width: auto;
    padding: 0 20px;
  }
}

.content figure {
  margin: 2rem 0;
}
.content figure.media:has(iframe[src*="youtube.com"]) div:has(> iframe),
.content figure.media:has(iframe[src*="vimeo.com"]) div:has(> iframe) {
  position: relative;
}
.content iframe[src*="youtube.com"],
.content iframe[src*="vimeo.com"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow img {
  display: none;
}
.slideshow img:first-child {
  display: block;
}

.menu-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .menu-button {
    display: block;
  }
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: rgb(0, 179, 227);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -8px;
}
.burger-icon::after {
  top: 8px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

header a.logo {
  width: 230px;
  display: block;
  margin: 0 auto;
  padding: 69px 0 0;
}
@media screen and (max-width: 750px) {
  header a.logo {
    padding: 20px 0;
  }
}
header a.logo img {
  width: 100%;
}
header a.logo img.tucked {
  display: none;
}
header ul.navigation {
  background: rgb(159, 40, 126);
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  header ul.navigation {
    display: none;
  }
}
header ul.navigation li {
  display: inline-block;
  padding: 23px 30px;
}
@media screen and (max-width: 750px) {
  header ul.navigation li {
    display: block;
    padding: 16px 0;
    border-top: 1px solid white;
  }
  header ul.navigation li:first-child {
    border: none;
  }
}
header ul.navigation li:first-child a:before {
  display: none;
}
header ul.navigation li a {
  color: white;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
header ul.navigation li a:before {
  content: "";
  width: 2px;
  height: 11px;
  background: white;
  position: absolute;
  left: -33px;
  top: 3px;
}
@media screen and (max-width: 750px) {
  header ul.navigation li a:before {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  header.tucked {
    background: rgb(159, 40, 126);
    overflow: hidden;
    position: relative;
  }
  header.tucked .container {
    width: 20%;
    margin: 0;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 999;
  }
  header.tucked a.logo {
    width: 252px;
    padding: 3px 0px;
    margin: 0;
  }
  header.tucked a.logo img {
    display: none;
  }
  header.tucked a.logo .tucked {
    display: block;
  }
  header.tucked ul.navigation {
    position: absolute;
    top: 38px;
    right: 0;
    text-align: right;
    background: none;
  }
  header.tucked ul.navigation.sub {
    position: relative;
    background-color: rgb(0, 179, 227);
    clear: left;
    width: 100%;
    top: auto;
    -webkit-box-shadow: inset 0px 10px 23px -9px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 10px 23px -9px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 10px 23px -9px rgba(0, 0, 0, 0.4);
  }
  header.tucked ul.navigation.sub li {
    padding: 22px 0px 13px;
    margin-right: 30px;
  }
  header.tucked ul.navigation.sub li a {
    font-size: 11px;
  }
  header.tucked ul.navigation.sub li a:before {
    display: none;
  }
  header.tucked ul.navigation li.active:after {
    content: "";
    position: relative;
    width: 47px;
    height: 12px;
    display: block;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    z-index: 1;
    background-size: 47px 12px;
    margin: 19px auto 0;
  }
  header.tucked ul.navigation li.active a {
    font-size: 19px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  header.tucked ul.navigation {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header.tucked ul.navigation.sub {
    background: rgb(0, 179, 227);
  }
}
header .mobile-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 33px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 750px) {
  header .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  header .mobile-menu {
    top: 25px;
  }
}
header .mobile-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  header .mobile-menu span {
    background: rgb(34, 34, 34);
  }
}
header .mobile-menu span:nth-child(1) {
  top: 0px;
}
header .mobile-menu span:nth-child(2), header .mobile-menu span:nth-child(3) {
  top: 12px;
}
header .mobile-menu span:nth-child(4) {
  top: 24px;
}
header .mobile-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .mobile-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .mobile-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .mobile-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

a#scroll-up {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0;
  top: -31px;
  background: url(../images/arrow-up.png) 0 0 no-repeat;
  z-index: 999999999;
}

#map-info-window {
  text-align: left;
  padding: 20px 0;
  width: 300px;
}
#map-info-window h3 {
  padding: 0 0 8px;
}
#map-info-window p {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
}

.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

.block.tree-panel.text {
  padding-top: 0;
}
.block.tree-panel .menu {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  width: 25%;
}
.block.tree-panel .menu:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .menu {
    width: 100%;
  }
}
.block.tree-panel .menu li:first-child {
  border-top: 1px solid rgb(137, 137, 137);
}
.block.tree-panel .menu li a {
  display: block;
  text-align: left;
  color: rgb(0, 179, 227);
  text-transform: uppercase;
  padding: 19px 0px 18px 22px;
  border-bottom: 1px solid rgb(137, 137, 137);
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
}
.block.tree-panel .menu li a.active, .block.tree-panel .menu li a:hover {
  background: rgb(159, 40, 126);
  color: white;
  border-color: rgb(159, 40, 126);
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.block.tree-panel .menu li a.active:after, .block.tree-panel .menu li a:hover:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 48px;
  background: url(../images/timeline-right.png) 0 0 no-repeat;
  background-size: 20px 48px;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .menu li a.active:after, .block.tree-panel .menu li a:hover:after {
    display: none;
  }
}
.block.tree-panel .tree-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  margin-right: 0;
  padding-left: 130px;
  border-left: 1px solid rgb(137, 137, 137);
  margin-left: -22px;
  margin-bottom: 100px;
  text-align: left;
}
.block.tree-panel .tree-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .tree-content {
    border: none;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .block.tree-panel .tree-content:last-child {
    margin-right: 0;
  }
}
.block.tree-panel .tree-content .images.gallery {
  margin-bottom: 25px;
  position: relative;
}
.block.tree-panel .tree-content .images.gallery img {
  display: none;
}
.block.tree-panel .tree-content .images.gallery img:first-of-type {
  display: block;
}
.block.tree-panel .tree-content .images.gallery .arrows {
  position: absolute;
  width: 100%;
  height: 35px;
  top: 47%;
  z-index: 999999;
}
.block.tree-panel .tree-content .images.gallery .arrows a {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: -15px;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
  background-size: 100%;
}
.block.tree-panel .tree-content .images.gallery .arrows a.next {
  right: -15px;
  left: auto;
  background-image: url(../images/arrow-right.png);
}
.block.tree-panel .tree-content .thumbs {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .tree-content .thumbs {
    margin-bottom: 0;
  }
}
.block.tree-panel .tree-content .thumbs img {
  display: inline-block;
  width: 30.4592%;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-bottom: 20px;
}
.block.tree-panel .tree-content .thumbs img:first-child, .block.tree-panel .tree-content .thumbs img:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .tree-content .thumbs img {
    width: 45%;
    margin-left: 8%;
  }
  .block.tree-panel .tree-content .thumbs img:nth-child(3n+1) {
    margin-left: 20px;
  }
  .block.tree-panel .tree-content .thumbs img:nth-child(2n+1) {
    margin-left: 0px;
  }
}
.block.tree-panel .tree-content .thumbs img.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block.tree-panel .tree-content .thumbs img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block.tree-panel .tree-content .topic {
  display: none;
}
@media screen and (max-width: 750px) {
  .block.tree-panel .tree-content .topic {
    margin-bottom: 20px;
  }
}
.block.tree-panel .tree-content .topic:first-of-type {
  display: block;
}
.block.tree-panel .tree-content .topic .remainder {
  display: none;
}
.block.tree-panel .tree-content .topic .remainder p {
  margin-bottom: 20px;
  margin-top: 0;
}
.block.tree-panel .tree-content .topic a.read-more {
  color: rgb(0, 179, 227);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.block.tree-panel .tree-content .topic a.read-more span {
  position: relative;
  display: none;
}
.block.tree-panel .tree-content .topic a.read-more span:first-child {
  display: inline;
}
.block.tree-panel .tree-content .topic a.read-more span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 3px;
  width: 12px;
  height: 7px;
  background: url(../images/arrow-down-blue.png) 0 0 no-repeat;
  background-size: 100%;
}
.block.tree-panel .tree-content .topic a.read-more.moreless {
  border-top: 1px solid rgb(88, 89, 91);
  display: block;
  padding-top: 20px;
  position: relative;
}
.block.tree-panel .tree-content .topic a.read-more.moreless:after {
  position: absolute;
  content: "";
  background: url(../images/icon-close.png) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100%;
  top: 9px;
  right: 0;
}
.block.tree-panel .tree-content .topic a.read-more.moreless span:after {
  background-image: url(../images/arrow-up-blue.png);
}
.block.tree-panel .tree-content .topic a.read-more:hover {
  text-decoration: underline;
}
.block.tree-panel .tree-content .images {
  margin-bottom: 40px;
}
.block.tree-panel .tree-content .images img {
  width: 100%;
}
.block.tree-panel .tree-content h1, .block.tree-panel .tree-content h2, .block.tree-panel .tree-content h3, .block.tree-panel .tree-content h4 {
  color: rgb(0, 179, 227);
  padding-bottom: 0;
  text-transform: uppercase;
}
.block.tree-panel .tree-content p {
  line-height: 24px;
  font-size: 17px;
}
.block.tree-panel .tree-content p strong, .block.tree-panel .tree-content p b {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;
  font-size: 18px;
  letter-spacing: 4px;
}
.block.tree-panel .tree-content p a {
  color: rgb(0, 179, 227);
}
.block.tree-panel .tree-content ul, .block.tree-panel .tree-content ol {
  list-style: inherit;
  margin-left: 20px;
  margin-top: 20px;
}
.block.tree-panel .tree-content ul li, .block.tree-panel .tree-content ol li {
  padding-bottom: 10px;
}
.block.connect.map {
  clear: both;
  height: 700px;
  padding-top: 0;
  margin-bottom: 150px;
}
.block.connect.map #map_canvas {
  height: 700px;
}
.block.connect .half {
  width: 50%;
  text-align: left;
  margin-top: 0;
  position: relative;
}
.block.connect .half:first-of-type:after {
  content: "";
  position: absolute;
  height: 1500px;
  width: 1px;
  background: rgb(88, 89, 91);
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .block.connect .half:first-of-type:after {
    display: none;
  }
}
.block.connect .half p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.block.connect .half p b, .block.connect .half p strong {
  text-transform: uppercase;
  color: rgb(0, 179, 227);
  font-weight: 700;
}
.block.connect .half.left {
  padding-right: 60px;
}
@media screen and (max-width: 750px) {
  .block.connect .half.left {
    padding-right: initial;
  }
}
.block.connect .half.right {
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .block.connect .half.right {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .block.connect .half {
    width: 100%;
    padding-right: 0;
  }
}
.block.connect .contact-info {
  width: 100%;
  float: none;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block.connect .contact-info a {
  color: inherit;
  background-image: url(../images/icons-pink.png);
}
.block.connect .contact-info a.nodisplay {
  background: none;
}
.block.connect .contact-info a.address {
  background-position-y: -103px;
}
.block.connect .contact-info a.address p {
  padding-left: 51px;
  font-size: inherit;
  text-indent: 0;
}
.block.in-the-news.text.centered {
  text-align: left;
  padding-top: 0;
  overflow: hidden;
}
.block.in-the-news.text.centered .container {
  padding-left: 0;
  padding-right: 0;
}
.block.in-the-news ul li {
  width: 41%;
  float: left;
  margin-left: 170px;
  margin-bottom: 50px;
}
.block.in-the-news ul li:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
.block.in-the-news ul li a {
  color: rgb(0, 179, 227);
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
}
.block.in-the-news ul li span {
  color: rgb(137, 137, 137);
  letter-spacing: 3px;
  font-size: 11px;
  position: relative;
}
.block.in-the-news ul li span:last-child:before {
  content: "|";
  height: 7px;
  margin-left: -17px;
  padding-right: 6px;
}
.block.in-the-news ul li span.date {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 10px;
}
.block.in-the-news ul li span.source {
  padding-left: 10px;
}
.block.blog-updates-listing.text.centered {
  text-align: left;
}
.block.blog-updates-listing.text.centered .container {
  padding-left: 0;
  padding-right: 0;
}
.block.blog-updates-listing.text.centered h2 {
  margin-bottom: 25px;
}
.block.blog-updates-listing .updates {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 107px;
  margin-bottom: 50px;
}
.block.blog-updates-listing .updates:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .block.blog-updates-listing .updates {
    margin-right: initial;
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 20px;
  }
  .block.blog-updates-listing .updates:last-child {
    margin-right: 0;
  }
}
.block.blog-updates-listing .updates .listing {
  background: #F1F2F2;
  padding: 35px;
}
.block.blog-updates-listing .updates .listing .update {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(137, 137, 137);
  margin-bottom: 20px;
}
.block.blog-updates-listing .updates .listing .update:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block.blog-updates-listing .updates .listing .update p {
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 7px;
}
.block.blog-updates-listing .updates .listing .update p a {
  color: rgb(0, 179, 227);
}
.block.blog-updates-listing .updates .listing .update img {
  width: 100%;
  margin-top: 15px;
}
.block.blog-updates-listing .updates .listing .update .date {
  color: rgb(0, 179, 227);
  text-transform: uppercase;
}
.block.blog-updates-listing .blog {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
  margin-right: 0;
}
.block.blog-updates-listing .blog:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .block.blog-updates-listing .blog {
    margin-right: initial;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
  }
  .block.blog-updates-listing .blog:last-child {
    margin-right: 0;
  }
}
.block.blog-updates-listing .blog .posts.single {
  margin-bottom: 100px;
}
.block.blog-updates-listing .blog .posts .older-posts {
  border-top: 1px solid rgb(137, 137, 137);
  padding: 20px 0 100px;
}
.block.blog-updates-listing .blog .posts .older-posts a {
  color: rgb(0, 179, 227);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.block.blog-updates-listing .blog .posts .post {
  border-top: 1px solid rgb(137, 137, 137);
  padding-top: 50px;
}
.block.blog-updates-listing .blog .posts .post p img {
  width: 100%;
}
.block.blog-updates-listing .blog .posts .post h3 {
  color: rgb(159, 40, 126);
  letter-spacing: 0;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: bold;
  font-size: 38px;
  padding: 0 0 10px;
}
.block.blog-updates-listing .blog .posts .post span {
  color: rgb(137, 137, 137);
  letter-spacing: 3px;
  font-size: 12px;
  position: relative;
}
.block.blog-updates-listing .blog .posts .post span.date {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  padding-right: 10px;
}
.block.blog-updates-listing .blog .posts .post span.author {
  padding-left: 10px;
}
.block.blog-updates-listing .blog .posts .post span.author:before {
  position: relative;
  content: "|";
  height: 7px;
  margin-left: -17px;
  padding-right: 6px;
}
.block.blog-updates-listing .blog .posts .post p {
  font-size: inherit;
  line-height: 22px;
}
.block.blog-updates-listing .blog .posts .post p strong {
  font-weight: bold;
}
.block.blog-updates-listing .blog .posts .post p a {
  color: rgb(0, 179, 227);
}
.block.blog-updates-listing .blog .posts .post p a.read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}
.block.blog-updates-listing .blog .posts .post p a.read-more:hover {
  text-decoration: underline;
}
.block.timeline {
  margin-bottom: 100px;
}
.block.timeline ul.events {
  display: inline-block;
  width: 178px;
  vertical-align: top;
  margin-left: 22px;
  margin-top: 30px;
}
.block.timeline ul.events:first-of-type {
  width: 169px;
  margin-left: 0;
}
.block.timeline ul.events li {
  font-size: 14px;
  padding-bottom: 13px;
  background: url(../images/progress-checks.png) 0 0 no-repeat;
  background-size: 18px;
  line-height: 15px;
  padding-top: 2px;
  padding-left: 23px;
  background-position-y: -122px;
}
.block.timeline ul.events li.complete {
  background-position-y: 0;
}
.block.timeline .years span {
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background: rgb(159, 40, 126);
  color: white;
  text-transform: uppercase;
  width: 167px;
  height: 48px;
  margin-left: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  font-size: 35px;
  letter-spacing: 1px;
}
.block.timeline .years span:first-child {
  margin-left: 0;
}
.block.timeline .years span:first-child:before {
  display: none;
}
.block.timeline .years span:before, .block.timeline .years span:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 48px;
  background: url(../images/timeline-left.png) 0 0 no-repeat;
  background-size: 20px 48px;
}
.block.timeline .years span:after {
  left: auto;
  right: -20px;
  background-image: url(../images/timeline-right.png);
}
.block.slider {
  position: relative;
}
.block.slider .container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .block.slider {
    width: 90%;
    margin: 0 auto;
  }
}
.block.slider .slider-nav {
  position: absolute;
  top: 197px;
  width: 100%;
  z-index: 10000;
  height: 70px;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .block.slider .slider-nav {
    top: 160px;
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .block.slider .slider-nav {
    top: 130px;
    width: 89%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .block.slider .slider-nav {
    top: 130px;
    width: 96%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .block.slider .slider-nav {
    top: 130px;
    width: 89%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .block.slider .slider-nav {
    top: 200px;
    width: 96%;
  }
}
.block.slider .slider-nav a {
  position: absolute;
  left: -36px;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  background-size: 100%;
  text-indent: -10000px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block.slider .slider-nav a.prev:hover {
  left: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block.slider .slider-nav a.next {
  right: -36px;
  left: auto;
  background-image: url(../images/arrow-right.png);
}
.block.slider .slider-nav a.next:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -40px;
}
.block.slider .slide {
  background: #F1F2F2;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
}
.block.slider .slide:first-child {
  display: block;
}
.block.slider .slide img {
  width: 45%;
  float: left;
}
@media screen and (max-width: 768px) {
  .block.slider .slide img {
    width: 100%;
    float: none;
  }
}
.block.slider .slide .summary {
  width: 55%;
  float: right;
  padding: 0 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .block.slider .slide .summary {
    width: 100%;
    float: none;
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
    padding: 30px 30px 50px;
  }
}
.block.slider .slide .summary h1, .block.slider .slide .summary h2, .block.slider .slide .summary h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
  color: rgb(88, 89, 91);
}
.block.slider .slide .summary h1 {
  font-weight: 700;
  font-size: 35px;
}
.block.slider .slide .summary h2 {
  font-weight: 600;
  font-size: 30px;
}
.block.slider .slide .summary h3 {
  font-weight: 600;
  font-size: 24px;
}
.block.slider .slide .summary p, .block.slider .slide .summary ul, .block.slider .slide .summary ol {
  color: rgb(88, 89, 91);
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
.block.slider .slide .summary a {
  color: rgb(0, 179, 227);
  text-decoration: none;
}
.block.slider .slide .summary a:hover {
  text-decoration: underline;
}
.block.hr {
  padding: 80px 0 20px;
}
.block.hr hr {
  border: none;
  height: 1px;
  width: 100%;
  display: block;
}
.block.hr hr.gray {
  background: rgb(34, 34, 34);
}
.block.hr hr.blue {
  background: rgb(0, 179, 227);
}
.block.hr hr.pink {
  background: rgb(159, 40, 126);
}
.block.wrapped.text {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .block.wrapped.text {
    padding-top: 0;
  }
  .block.wrapped.text .container {
    padding-top: 0;
  }
}
.block.wrapped img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .block.wrapped img {
    width: 100%;
  }
}
.block.wrapped img.left {
  float: left;
  margin: 0 80px 30px 0;
}
.block.wrapped img.right {
  float: right;
  margin: 0 0 30px 80px;
}
@media screen and (max-width: 750px) {
  .block.wrapped img.left, .block.wrapped img.right {
    float: none;
    margin: 0;
  }
}
.block.three-columns {
  overflow: hidden;
}
.block.three-columns.square-images .third {
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .block.three-columns.square-images .third {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .block.three-columns.square-images .third:last-child {
    margin-right: 0;
  }
  .block.three-columns.square-images .third:nth-child(3n) {
    margin-right: 0;
  }
  .block.three-columns.square-images .third:nth-child(3n+1) {
    clear: left;
  }
}
.block.three-columns .third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 0 5px;
  color: rgb(88, 89, 91);
}
.block.three-columns .third:last-child {
  margin-right: 0;
}
.block.three-columns .third:nth-child(3n) {
  margin-right: 0;
}
.block.three-columns .third:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 750px) {
  .block.three-columns .third {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .block.three-columns .third:last-child {
    margin-right: 0;
  }
}
.block.three-columns .third img {
  width: 100%;
}
.block.three-columns .third .caption {
  text-align: center;
  text-transform: uppercase;
  color: rgb(88, 89, 91);
  padding: 26px 0;
  letter-spacing: 2px;
  font-size: 15px;
}
.block.three-columns .third .text-center {
  text-align: center;
}
.block.three-columns .third h4 {
  color: rgb(0, 179, 227);
  text-transform: uppercase;
  padding: 50px 0 30px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}
.block.three-columns .third p {
  line-height: 25px;
  font-size: 19px;
  padding-bottom: 20px;
}
.block.three-columns .third p.text-center {
  width: 70%;
  margin: 0 auto;
}
.block.three-columns .third ul {
  list-style: none;
  width: 70%;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .block.three-columns .third ul {
    width: 100%;
    margin-bottom: inherit;
  }
}
.block.three-columns .third ul li {
  padding: 0 0 24px;
  font-size: 20px;
  line-height: 21px;
}
@media screen and (max-width: 750px) {
  .block.three-columns .third ul li {
    padding: 0 0 15px;
    font-size: 16px;
    line-height: 19px;
  }
}
.block.three-columns .third ul li a {
  color: inherit;
}
.block.text {
  padding: 80px 0;
  color: rgb(88, 89, 91);
}
@media screen and (max-width: 750px) {
  .block.text {
    padding: 30px 0 30px;
  }
}
.block.text.large {
  padding: 100px 0;
}
.block.text.extraLarge {
  padding: 140px 0;
}
@media screen and (max-width: 750px) {
  .block.text.extraLarge {
    padding: 20px 0;
  }
}
.block.text.small {
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .block.text.small {
    padding: 20px 0;
  }
}
.block.text.extraSmall {
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .block.text.extraSmall {
    padding: 20px 0;
  }
}
.block.text.noMargin {
  padding: 0;
}
.block.text.bottom-large {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .block.text.bottom-large {
    padding-bottom: 20px;
  }
}
.block.text.bottom-extraLarge {
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .block.text.bottom-extraLarge {
    padding-bottom: 20px;
  }
}
.block.text.bottom-small {
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .block.text.bottom-small {
    padding-bottom: 20px;
  }
}
.block.text.bottom-extraSmall {
  padding-bottom: 20px;
}
.block.text.bottom-noMargin {
  padding-bottom: 0;
}
.block.text.bottomNone {
  padding-bottom: 0;
}
.block.text.bottomNone .container {
  padding-bottom: 0;
}
.block.text.centered {
  text-align: center;
}
.block.text .container {
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .block.text .container {
    padding-bottom: 0;
  }
}
.block.text sup,
.block.text sub {
  letter-spacing: 0;
  top: -8px;
  font-size: 50%;
  position: relative;
}
.block.text sub {
  top: 0px;
}
.block.text h1, .block.text h2 {
  color: rgb(0, 179, 227);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .block.text h1, .block.text h2 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.block.text h1 {
  font-size: 70px;
}
@media screen and (max-width: 750px) {
  .block.text h1 {
    font-size: 29px;
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
}
.block.text h2 {
  font-size: 55px;
}
@media screen and (max-width: 750px) {
  .block.text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.block.text h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 5px;
  padding: 20px 0;
  color: rgb(88, 89, 91);
}
.block.text p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 37px;
  color: rgb(88, 89, 91);
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .block.text p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .block.text p:last-child {
    margin-bottom: 0;
  }
}
.block.text .button {
  background: rgb(159, 40, 126);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 13px 25px;
  letter-spacing: 2px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.block.gray {
  background: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}
.block.ltgray {
  background: #F1F2F2;
  color: #939598;
}
.block.white {
  background: rgb(255, 255, 255);
  color: black;
}
.block.black {
  background: #222222;
  color: rgb(255, 255, 255);
}
.block.pq h3 {
  font-size: 25px;
  color: #939598;
}
.block.pink {
  background: rgb(159, 40, 126);
  color: white;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .block.pink {
    padding-bottom: 30px;
  }
}
.block.pink.watermark::after {
  content: "";
  background: url(../images/watermark.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 692px;
  height: 505px;
}
@media screen and (max-width: 1024px) {
  .block.pink.watermark::after {
    left: -400px;
  }
}
@media screen and (max-width: 750px) {
  .block.pink.watermark::after {
    display: none;
  }
}
.block.pink h1, .block.pink h2, .block.pink h3, .block.pink h4, .block.pink h5, .block.pink p, .block.pink ul, .block.pink ol, .block.pink li {
  color: white;
}
.block.map .container {
  position: relative;
}
.block.map ul.points-of-interest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.block.map ul.points-of-interest li {
  position: absolute;
  cursor: default;
}
.block.map ul.points-of-interest li:hover p {
  left: 0px;
  top: -1px;
  border: 1px solid white;
}
.block.map ul.points-of-interest li:hover span.info {
  display: block;
}
.block.map ul.points-of-interest li p {
  display: block;
  text-align: center;
  color: white;
  width: 28px;
  height: 27px;
  line-height: 27px;
  border-radius: 16px;
  font-size: 13px;
  z-index: 1;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
}
.block.map ul.points-of-interest li span.info {
  z-index: 0;
  display: none;
  position: absolute;
  font-size: 12px;
  color: white;
  padding: 6px 13px 6px 17px;
  left: 19px;
  top: 1px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
.block.map ul.points-of-interest li.blue p {
  background-color: rgb(0, 179, 227);
}
.block.map ul.points-of-interest li.blue span.info {
  background-color: rgb(0, 179, 227);
}
.block.map ul.points-of-interest li.pink p {
  background-color: rgb(159, 40, 126);
}
.block.map ul.points-of-interest li.pink span.info {
  background-color: rgb(159, 40, 126);
}
.block.map ul.points-of-interest li.orange p {
  background-color: #FF5F00;
}
.block.map ul.points-of-interest li.orange span.info {
  background-color: #FF5F00;
}
.block.map img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .block.map img {
    margin-bottom: 20px;
  }
}
.block .half {
  margin: 30px 0;
  width: 44%;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .block .half {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
}
.block .half.divider-r {
  border-right: 1px solid #777777;
  margin-right: 69px;
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .block .half.divider-r {
    width: 46%;
  }
}
@media screen and (max-width: 750px) {
  .block .half.divider-r {
    border: none;
    width: inherit;
    margin-right: 0;
    margin: 0px 0 0px;
  }
}
.block .half h3 {
  color: rgb(0, 179, 227);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 0 0 40px;
  width: 80%;
}
@media screen and (max-width: 750px) {
  .block .half h3 {
    width: 100%;
  }
}
.block .half ul {
  width: 48%;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .block .half ul {
    width: 50%;
  }
}
.block .half ul li {
  font-size: 14px;
  padding-bottom: 10px;
  width: 75%;
  line-height: 17px;
}
@media screen and (max-width: 750px) {
  .block .half ul li {
    width: 95%;
  }
}

.columns {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.columns h3 {
  color: rgb(0, 179, 227);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 70px 0 40px;
}
@media screen and (max-width: 750px) {
  .columns h3 {
    padding-top: 40px;
  }
}
.columns .third {
  -webkit-columns: 3 8em;
  -moz-columns: 3 8em;
  columns: 3 8em;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .columns .third {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}
.columns .third li {
  font-size: 14px;
  padding-bottom: 10px;
  width: 75%;
  line-height: 17px;
}
@media screen and (max-width: 750px) {
  .columns .third li {
    width: 95%;
  }
}

.number-blocks {
  clear: both;
  overflow: hidden;
  margin-bottom: 100px;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1024px) {
  .number-blocks {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .number-blocks {
    margin-top: 50px;
    margin-bottom: 12px;
  }
}
.number-blocks .item {
  color: white;
  width: 220px;
  height: 220px;
  display: block;
  float: left;
  margin-left: 30px;
  padding-top: 47px;
}
.number-blocks .item.blue {
  background: rgb(0, 179, 227);
}
.number-blocks .item.orange {
  background: #FF5F00;
}
.number-blocks .item.pink {
  background: rgb(159, 40, 126);
}
.number-blocks .item.green {
  background: #95D600;
}
.number-blocks .item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .number-blocks .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .number-blocks .item {
    width: 159px;
    height: 159px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .number-blocks .item {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .number-blocks .item:last-child {
    margin-right: 0;
  }
  .number-blocks .item:nth-child(2n) {
    margin-right: 0;
  }
  .number-blocks .item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 750px) and (orientation: portrait) {
  .number-blocks .item {
    margin-left: 0;
    margin-bottom: 8px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .number-blocks .item:last-child {
    margin-right: 0;
  }
  .number-blocks .item:nth-child(2n) {
    margin-right: 0;
  }
  .number-blocks .item:nth-child(2n+1) {
    clear: left;
  }
}
.number-blocks .item .number {
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: bold;
  font-size: 100px;
  text-align: center;
}
.number-blocks .item .number sup {
  font-size: 75px;
  position: relative;
  top: -20px;
}
.number-blocks .item p {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .number-blocks .item p {
    width: 100%;
  }
}

.grid {
  width: 100%;
}
.grid .item {
  width: 33.3333%;
  float: left;
  position: relative;
}
.grid .item:nth-child(3n) {
  margin-right: 2.3576515979%;
}
.grid .item:nth-child(3n+1) {
  clear: none;
}
.grid .item:nth-child(3n) {
  margin-right: 0;
}
.grid .item:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 750px) {
  .grid .item {
    width: 100%;
    float: none;
  }
}
.grid .item a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.grid .item a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "+";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 32px;
  height: 32px;
  position: absolute;
  top: 7%;
  right: 5%;
  z-index: 9999;
  color: white;
  background: rgb(237, 29, 36);
  padding: 16px 0 0 11px;
}
.grid .item a:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid .item a:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid .item a:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.grid .item p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  color: white;
  bottom: 14%;
  left: 8%;
}
.grid .item img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

html.phone .grid .item a::after,
html.phone .grid .item a p {
  opacity: 1;
  filter: alpha(opacity=100);
}
html.phone .grid .item a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.contact-info {
  width: 30%;
  float: left;
}
@media screen and (max-width: 750px) {
  .contact-info {
    width: 100%;
    float: none;
  }
}
.contact-info a {
  display: block;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 25px;
  background-image: url(../images/icons-footer.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px;
  text-indent: 55px;
}
.contact-info a.nodisplay {
  background: none;
}
.contact-info a:first-child {
  padding-top: 0;
}
.contact-info a.tel {
  background-position-y: -16px;
  padding-bottom: 8px;
}
.contact-info a.facebook {
  background-position-y: -67px;
  padding-top: 16px;
  padding-bottom: 10px;
}

footer {
  background-color: rgb(159, 40, 126);
  clear: both;
  position: relative;
  color: white;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 0 20px;
  }
}
footer .container {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  footer .container {
    padding: 30px 0;
  }
}
footer h3 {
  text-transform: uppercase;
  padding-bottom: 8px;
  font-weight: 600;
}
footer p {
  font-size: 12px;
  letter-spacing: 0px;
  padding-bottom: 20px;
}
footer hr {
  border: none;
  background: white;
  height: 2px;
  width: 100%;
  display: block;
  margin: 0;
  clear: left;
}
footer .lowest {
  overflow: hidden;
}
footer .lowest img.mark {
  display: block;
  float: left;
  width: 160px;
}
@media screen and (max-width: 750px) {
  footer .lowest img.mark {
    float: none;
    margin: 0 auto;
  }
}
footer .lowest .right {
  float: right;
}
@media screen and (max-width: 750px) {
  footer .lowest .right {
    float: none;
  }
}
footer .lowest .right span {
  float: left;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  footer .lowest .right span {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
footer .lowest .right img {
  display: inline-block;
  height: 85px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  footer .lowest .right img {
    display: block;
    margin: 0 auto;
  }
}
footer h2 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
footer .split img {
  width: 43%;
}
footer .balanced {
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}
footer .balanced span {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  footer .balanced span {
    width: 80%;
  }
}
footer .balanced span.sm {
  font-size: 11px;
}
footer .balanced a {
  color: white;
  text-decoration: none;
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}
footer .balanced a:hover {
  text-decoration: underline;
}

.calendar {
  clear: both;
}

#event-calendar {
  clear: both;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button, .fc table, body .fc {
  font-size: 1em;
}

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

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

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.fc-event {
  background: #a21a80 !important;
  color: white !important;
}

.fc-h-event {
  padding: 2px 5px 1px;
  border: none;
}

@media screen and (max-width: 750px) {
  .fc-header-toolbar .fc-center {
    margin-top: 50px;
  }
}
.video-wrap {
  position: relative;
}

.mc-wrap--footer {
  width: 70%;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mc-wrap--footer {
    width: 100%;
    float: none;
    margin-top: 30px;
    border-top: 1px solid white;
    padding-top: 30px;
  }
}
.mc-wrap--footer form {
  margin-top: 10px;
}
.mc-wrap--footer form .mc-field-group {
  display: inline-block;
  width: 31.4%;
  margin-left: 13px;
}
@media screen and (max-width: 1024px) {
  .mc-wrap--footer form .mc-field-group {
    width: 31%;
  }
}
@media screen and (max-width: 750px) {
  .mc-wrap--footer form .mc-field-group {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }
}
.mc-wrap--footer form .mc-field-group:first-child {
  margin-left: 0;
}
.mc-wrap--footer form .mc-field-group input {
  width: 100%;
  margin-top: 0.5em;
  border-radius: 13px;
  background: white;
  border: white 1px solid;
  padding: 6px 10px;
}
.mc-wrap--footer form input[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: 2px;
  border: none;
  border-radius: 13px;
  padding: 7px 28px;
  background: rgb(0, 179, 227);
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mc-wrap--connect {
  margin-top: 20px;
}
.mc-wrap--connect form {
  margin-left: 5px;
}
.mc-wrap--connect .mc-field-group {
  margin-top: 0.7em;
}
.mc-wrap--connect .mc-field-group input {
  width: 100%;
  margin-top: 0.5em;
  border: none;
  border-radius: 13px;
  padding: 8px 10px;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
}

.mc-wrap--connect form input[type=submit].button {
  width: auto;
  float: right;
  padding: 0.7em 1.5em;
  background-color: rgb(159, 40, 126);
}

/*# sourceMappingURL=style.css.map */
