/*
Theme Name: Grace
*/
/* -------------------------
  Global reset
------------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, dl, dt, dd, ol, ul, li, form, article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

input, textarea {
  /*-webkit-appearance: none;*/
  outline: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

article, aside, footer, header, nav, section {
  display: block;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

/* -------------------------
  Fonts
------------------------- */
@font-face {
  font-family: "Circular-Bold";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Medium";
  src: url("fonts/lineto-circular-medium.eot");
  src: url("fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Book";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Bookitalic";
  src: url("fonts/lineto-circular-bookItalic.eot");
  src: url("fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------
  Main
------------------------- */
body {
  font-family: 'Circular-Bold', sans-serif;
  color: #000000;
  line-height: inherit;
  background-color: #ffffff;
  font-weight: 300;
}

input {
  font-family: 'Circular-Bold', sans-serif;
}

.container {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1020px;
  margin: 0 auto;
}

.headline {
  font-size: 27px;
  line-height: 40px;
}

.page-no-slider {
  padding-top: 148px;
}

.page-with-slider {
  padding-top: 50px;
  background-color: #ffffff;
  position: relative;
}
.page-with-slider.no-padding-top {
  padding-top: 0;
}

body.page-template-default .page-with-slider {
  padding-top: 20px;
}

.custom-page {
  background-color: #ffffff;
  position: relative;
  zoom: 1;
}
.custom-page:before, .custom-page:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.custom-page:after {
  clear: both;
}
.custom-page .left {
  float: left;
  width: 65%;
}
.custom-page .right {
  float: right;
  width: -webkit-calc(35% - 50px);
  width: calc(35% - 50px);
  margin-bottom: 50px;
}

.placeholder-input::-webkit-input-placeholder {
  color: #30b6cf;
  opacity: 1;
}

.placeholder-input:-moz-placeholder {
  color: #30b6cf;
  opacity: 1;
}

.placeholder-input::-moz-placeholder {
  color: #30b6cf;
  opacity: 1;
}

.placeholder-input:-ms-input-placeholder {
  color: #30b6cf;
  opacity: 1;
}

.placeholder-input:placeholder-shown {
  color: #30b6cf;
  opacity: 1;
}

@media (max-width: 1099px) {
  .page-no-slider {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .headline {
    line-height: 30px;
  }

  .custom-page .left {
    width: 100%;
  }
  .custom-page .right {
    float: right;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .headline {
    font-size: 20px;
  }
}
audio {
  display: none;
}

/* -------------------------
  Share icons
------------------------- */
.share .share-icons {
  margin-top: 10px;
  overflow: hidden;
}
.share .share-icons .share-icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #5f6368;
  border-bottom: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.share .share-icons .share-icon:hover {
  opacity: 0.75;
}
.share .share-icons .share-icon .fa-envelope-o {
  font-size: 18px;
}

/* -------------------------
  Image with description
------------------------- */
.image-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.image-outer .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.image-outer .up-next {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(180, 193, 213, 0.9);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.image-outer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.image-outer .overlay .margin-outer {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px;
}
.image-outer .overlay .margin-outer .outer {
  width: 100%;
  height: 100%;
  display: table;
}
.image-outer .overlay .margin-outer .outer .middle {
  vertical-align: middle;
  display: table-cell;
}
.image-outer .overlay .inner {
  font-family: 'Circular-Book', sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.image-outer .overlay .inner.big {
  font-size: 18px;
  line-height: 28px;
}
.image-outer:hover .up-next {
  opacity: 0;
}
.image-outer:hover .overlay {
  opacity: 1;
}

@media (max-width: 1023px) {
  .image-outer .overlay .inner.big {
    font-size: 14px;
    line-height: 22px;
  }
}
/* -------------------------
  Buttons
------------------------- */
.buttons-list {
  padding: 20px 0;
  text-align: center;
}
.buttons-list .inner {
  display: inline-block;
}
.buttons-list .inner .item {
  padding: 5px 0;
  font-family: 'Circular-Medium', sans-serif;
  float: left;
  border: 2px solid #a4a4a4;
  border-right: 0;
  color: #a4a4a4;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 180px;
  position: relative;
  cursor: pointer;
}
.buttons-list .inner .item a {
  color: #a4a4a4;
}
.buttons-list .inner .item.active {
  color: #000000;
}
.buttons-list .inner .item.active a {
  color: #000000;
}
.buttons-list .inner .item:last-child {
  border-right: 2px solid #a4a4a4;
}
.buttons-list .inner .item:after {
  display: none;
  position: absolute;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
  bottom: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18px 0 18px;
  border-color: #a4a4a4 transparent transparent transparent;
  z-index: 10;
}
.buttons-list .inner .item:before {
  display: none;
  position: absolute;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
  bottom: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18px 0 18px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 11;
}
.buttons-list .inner .item:hover:after, .buttons-list .inner .item.active:after, .buttons-list .inner .item:hover:before, .buttons-list .inner .item.active:before {
  display: block;
}

@media (max-width: 767px) {
  .buttons-list .inner {
    width: 100%;
    max-width: 400px;
    font-size: 0;
  }
  .buttons-list .inner .item {
    float: none;
    display: inline-block;
    padding: 5px;
    width: -webkit-calc(33.33333% - 12.666666666666667px);
    width: calc(33.33333% - 12.666666666666667px);
    height: 48px;
    line-height: 18px;
  }
  .buttons-list .inner .item:nth-child(3n+3) {
    border-right: 2px solid #a4a4a4;
  }
  .buttons-list .inner .item:nth-child(1n+4) {
    margin-top: 10px;
  }
  .buttons-list .inner .item .outer {
    width: 100%;
    height: 100%;
    display: table;
  }
  .buttons-list .inner .item .outer .middle {
    vertical-align: middle;
    display: table-cell;
  }
}
@media (max-width: 479px) {
  .buttons-list {
    padding-top: 0;
  }
  .buttons-list .inner {
    width: 100%;
    max-width: none;
  }
}
/* -------------------------
  Header
------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#header .container-outer {
  position: relative;
}
#header .container-outer .container {
  height: 101px;
}
#header .container-outer .line-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#header .container-outer .line-outer .line {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1020px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#header.white, #header.constant-white {
  background-color: #ffffff;
}
#header.white .container-outer .line-outer .line, #header.constant-white .container-outer .line-outer .line {
  width: 100%;
  max-width: none;
  background: #d8d8d8;
}
#header.white #top-nav .menu li.active, #header.constant-white #top-nav .menu li.active {
  border-color: #808080;
}
#header.white #top-nav .menu li a, #header.constant-white #top-nav .menu li a {
  color: #808080;
}
#header.white #top-nav .menu li a:hover, #header.constant-white #top-nav .menu li a:hover {
  color: #000000;
}
#header.white #logo img:first-child, #header.constant-white #logo img:first-child {
  display: none;
}
#header.white #logo img:last-child, #header.constant-white #logo img:last-child {
  display: block;
}
#header.white #main-nav .search-toggle, #header.constant-white #main-nav .search-toggle {
  color: #1f1f1f;
}
#header.white #main-nav .menu > li a, #header.constant-white #main-nav .menu > li a {
  color: #1f1f1f;
}
#header.white #main-nav .search-menu i, #header.constant-white #main-nav .search-menu i {
  color: #808080;
}

#top-nav {
  padding: 10px 0 15px 0;
  overflow: hidden;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}
#top-nav .left {
  float: left;
}
#top-nav .left .menu li:first-child a {
  padding-left: 0;
}
#top-nav .right {
  float: right;
}
#top-nav .right .menu li:last-child a {
  padding-right: 0;
}
#top-nav .menu li {
  float: left;
  margin: 0 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top-nav .menu li:first-child {
  margin-left: 0;
}
#top-nav .menu li:last-child {
  margin-right: 0;
}
#top-nav .menu li.active {
  border-color: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top-nav .menu li a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 10.5px;
  padding: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top-nav .menu li a:hover {
  opacity: 0.7;
}

#logo {
  float: left;
  margin-top: 3px;
}
#logo img {
  width: 164px;
  height: 43px;
}
#logo img:last-child {
  display: none;
}

#main-nav .search-menu {
  display: none;
  overflow: hidden;
  float: right;
  margin-top: 11px;
  height: 40px;
  line-height: 40px;
}
#main-nav .search-menu input {
  float: left;
  border: 0;
  background: none;
  font-family: 'Circular-Bold', sans-serif;
  height: 30px;
  line-height: 30px;
  width: 270px;
  color: #30b6cf;
  font-size: 16px;
  border: 1px solid #fff;
  border-right: none;
  padding-left: 10px;
  margin-right: 0px;
}
#main-nav .search-menu input.darker {
  border-color: #808080;
  line-height: 32px;
}
#main-nav > div {
  float: right;
}
#main-nav .search-toggle {
  margin: 15px 0 0 10px;
  font-family: 'Circular-Medium', sans-serif;
  display: block;
  height: 32px;
  line-height: 42px;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid transparent;
  border-left: none;
  margin-top: 11px;
  margin-left: 0;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
#main-nav .search-toggle.border-color {
  border-color: #fff;
  line-height: 32px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
#main-nav .search-toggle.border-color.darker {
  border-color: #808080;
  line-height: 32px;
}
#main-nav .menu {
  float: right;
  margin-top: 15px;
}
#main-nav .menu > li {
  float: left;
  position: relative;
  margin: 0 5px;
}
#main-nav .menu > li:first-child {
  margin-left: 0;
}
#main-nav .menu > li a {
  font-family: 'Circular-Medium', sans-serif;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 10px;
  color: #ffffff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#main-nav .menu > li a:hover {
  text-decoration: underline;
}
#main-nav .menu > li > .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 36px;
  left: -21px;
  background-color: #ffffff;
  background-clip: padding-box;
  padding: 13px 0;
  z-index: 1001;
  border: 1px solid #d8d8d8;
  border-top: 1px solid transparent;
}
#main-nav .menu > li > .sub-menu .outer-wrap {
  position: relative;
  overflow: hidden;
}
#main-nav .menu > li > .sub-menu .left-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ececec;
}
#main-nav .menu > li > .sub-menu .right-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
#main-nav .menu > li > .sub-menu .sub-menu {
  display: block;
  position: relative;
  top: auto;
  background: none;
  padding: 0;
  margin-left: 15px;
}
#main-nav .menu > li > .sub-menu .sub-menu li a {
  font-family: 'Circular-Book', sans-serif;
}
#main-nav .menu > li > .sub-menu li a {
  font-size: 14px;
  padding: 0 30px;
  line-height: 24px;
  height: auto;
  white-space: nowrap;
  color: #4e4e4e;
}
#main-nav .menu > li > .sub-menu li a:hover {
  text-decoration: none;
}
#main-nav .menu > li > .sub-menu li a span:hover {
  border-bottom: 1px solid #4e4e4e;
}
#main-nav .menu > li:hover > .sub-menu {
  display: block !important;
}
#main-nav .menu li.menu-item-has-children > a {
  cursor: default;
  text-decoration: none !important;
}

#mobile-right {
  display: none;
  float: right;
  margin-top: 10px;
}

#events-link {
  display: none;
  float: left;
  width: 38px;
  height: 43px;
  cursor: pointer;
  background-image: url(images/events-mobile.png);
  margin-right: 20px;
}

#mobile-toggle {
  float: left;
  width: 39px;
  height: 43px;
  cursor: pointer;
  background-image: url(images/menu-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#menu-mobile {
  display: none;
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 67px);
  height: calc(100% - 67px);
  max-height: -webkit-calc(100% - 67px);
  max-height: calc(100% - 67px);
}
#menu-mobile .outer {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
}
#menu-mobile #top-mobile-menu .menu {
  background-color: #ffffff;
}
#menu-mobile #top-mobile-menu .menu a {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
  margin: 5px 0;
}
#menu-mobile #top-mobile-menu .menu > li {
  border-bottom: 1px solid #d8d8d8;
}
#menu-mobile #top-mobile-menu .menu > li > a {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  background-image: url(images/mobile-bottom-arrow.png);
  background-position: -webkit-calc(100% - 20px) 50%;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}
#menu-mobile #top-mobile-menu .menu > li > a.active {
  background-image: url(images/mobile-top-arrow.png);
}
#menu-mobile #top-mobile-menu .menu .sub-menu {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
}
#menu-mobile #top-mobile-menu .menu .sub-menu a {
  font-family: 'Circular-Bold', sans-serif;
}
#menu-mobile #top-mobile-menu .menu .sub-menu .sub-menu {
  display: block;
  padding: 0;
  border-top: 0;
  margin-left: 20px;
}
#menu-mobile #top-mobile-menu .menu .sub-menu .sub-menu a {
  font-family: 'Circular-Book', sans-serif;
}
#menu-mobile #bottom-mobile-menu {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-bottom: 1px solid #d8d8d8;
}
#menu-mobile #bottom-mobile-menu .menu {
  width: 100%;
  overflow: hidden;
}
#menu-mobile #bottom-mobile-menu .menu li {
  float: left;
  width: 50%;
  height: 32px;
}
#menu-mobile #bottom-mobile-menu .menu li a {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 30px;
}
#menu-mobile #search-mobile {
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px 20px;
  border-bottom: 1px solid #d8d8d8;
}
#menu-mobile #search-mobile i {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 45px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
#menu-mobile #search-mobile form {
  float: right;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
#menu-mobile #search-mobile form input {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: 'Circular-Medium', sans-serif;
  color: #30b6cf;
  font-size: 20px;
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #30b6cf;
}

@media (min-width: 1100px) {
  #menu-mobile {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  #header .container-outer .container {
    height: 67px;
  }

  #top-nav,
  #main-nav {
    display: none;
  }

  #main-nav .menu-main-nav-container.animate {
    overflow: visible;
    height: auto;
  }
  #main-nav .search-menu {
    display: none;
  }

  #logo {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1099px) and (max-width: 360px) {
  #logo img {
    width: 154px;
    height: auto;
    padding-top: 5px;
  }
}

@media (max-width: 1099px) {
  #mobile-right {
    display: block;
  }

  .donate-btn {
    float: left;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    background: transparent;
    margin-right: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11px;
    font-size: 12px;
    padding: 2px 13px;
    font-family: "Gotham A", "Gotham B";
  }
}
@media (max-width: 1099px) and (max-width: 360px) {
  .donate-btn {
    margin-right: 13px;
    padding: 2px 7px;
  }
}

@media (max-width: 1099px) {
  .allow-search {
    display: none !important;
  }
}
/* -------------------------
  Slider
------------------------- */
#slider {
  position: relative;
  height: 530px;
}
#slider .bx-wrapper,
#slider .item,
#slider .slider {
  height: 100%;
}
#slider .bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  box-shadow: none;
  height: 100% !important;
}
#slider .item {
  background-size: cover;
  background-position: center;
}
#slider .item .outer {
  width: 100%;
  height: 100%;
  background-image: url(images/header-overlay.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#slider .buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slider .buttons .outer {
  width: 100%;
  height: 100%;
  display: table;
}
#slider .buttons .outer .middle {
  vertical-align: middle;
  display: table-cell;
}
#slider .buttons .outer .middle .container {
  margin-top: 49px;
  position: relative;
  text-align: center;
}
#slider .buttons .outer .middle .container .prev,
#slider .buttons .outer .middle .container .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 15px;
  height: 44px;
  cursor: pointer;
}
#slider .buttons .outer .middle .container .prev a,
#slider .buttons .outer .middle .container .next a {
  display: block;
  width: 100%;
  height: 100%;
}
#slider .buttons .outer .middle .container .prev {
  left: 0;
  background-image: url(images/left-arrow.png);
}
#slider .buttons .outer .middle .container .next {
  right: 0;
  background-image: url(images/right-arrow.png);
}
#slider .buttons .content {
  position: relative;
  margin-top: 49px;
}
#slider .buttons .content h2 {
  display: inline-block;
  margin: 0 35px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
#slider .buttons .content.big-text h2 {
  font-size: 51px;
  line-height: 48px;
}
#slider .inner {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#slider.white .inner {
  opacity: 0;
}

@media (max-width: 1099px) {
  #slider .buttons .outer .middle .container {
    margin-top: 33.5px;
  }
}
@media (max-width: 767px) {
  #slider {
    height: 350px;
  }
  #slider .item {
    height: 350px;
  }
  #slider .buttons .content .break-line {
    display: none;
  }
  #slider .buttons .content.big-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
/* -------------------------
  Events
------------------------- */
#events {
  position: relative;
  background-color: #ffffff;
}
#events .top {
  text-align: center;
}
#events .top .text {
  padding: 19px 0 9px 0;
  font-family: 'Circular-Book', sans-serif;
  font-size: 25px;
  line-height: 36px;
  color: #4d4d4d;
}
#events .top .button {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  padding: 0 12px;
  margin: 7px 0 27px 0;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 1px;
  border: 1px solid #5A6F7C;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#events .top .button:hover {
  color: #000000;
}
#events .top img {
  display: inline-block;
}
#events .top .headline {
  padding: 17px 0 13px 0;
}
#events .list {
  overflow: hidden;
  padding-bottom: 15px;
}
#events .list .item {
  float: left;
  padding-bottom: 28px;
}
#events .list .item:nth-child(1) {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px;
}
#events .list .item:nth-child(2) {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
#events .list .item:nth-child(3) {
  clear: both;
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
#events .list .item:nth-child(4) {
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
#events .list .item:nth-child(5) {
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
#events .list .item:nth-child(6) {
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
}
#events .list .item .overlay .margin-outer {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 50px;
}
#events .list .item .title {
  padding-top: 11px;
  font-size: 23px;
  line-height: 28px;
}
#events .list .item .title a {
  color: #333333;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#events .list .item .title a:hover {
  color: #808080;
}
#events .list .item .date {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #9b96a4;
}
#events .list .item .desc {
  display: none;
  margin-top: 8px;
  font-family: 'Circular-Book', sans-serif;
  font-size: 16px;
  line-height: 23px;
}
#events .list .item:nth-child(1n+3) .overlay .margin-outer {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
}
#events .list .item:nth-child(1n+3) .title {
  font-size: 17px;
  line-height: 23px;
}
#events .list .item:nth-child(1n+3) .date {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1023px) {
  #events .top .text {
    font-size: 18px;
    line-height: 31px;
    color: #4d4d4d;
  }
  #events .list .item {
    width: -webkit-calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
    margin-right: 0 !important;
  }
  #events .list .item:nth-child(2n+1) {
    clear: both !important;
    margin-right: 30px !important;
  }
  #events .list .item .title {
    font-size: 18px;
    line-height: 24px;
  }
  #events .list .item .date {
    font-size: 16px;
    line-height: 24px;
  }
  #events .list .item:nth-child(1n+3) .overlay .margin-outer {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
  }
  #events .list .item:nth-child(1n+5) {
    display: none;
  }
}
@media (max-width: 767px) {
  #events .top .text .break {
    display: none;
  }
  #events .list .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #events .list .item .desc {
    display: block;
  }
  #events .list .item .image-outer .overlay {
    display: none;
  }
}
@media (max-width: 479px) {
  #events .list .margin-outer {
    width: -webkit-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    height: -webkit-calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    margin: 10px !important;
  }
}
/* -------------------------
  Sermons
------------------------- */
.sermons {
  position: relative;
  background-color: #B4C1D5;
  padding-bottom: 30px;
}
.sermons.brighter-items {
  background-color: #d4dae4;
}
.sermons.brighter-items .headline,
.sermons.brighter-items .head-text {
  color: #000000;
}
.sermons .headline {
  text-align: center;
  padding: 28px 0 24px 0;
}
.sermons .head-text {
  text-align: center;
  margin-bottom: 30px;
}
.sermons .button-box {
  margin-top: 30px;
  overflow: hidden;
}
.sermons .button-box .button {
  float: right;
  border: 2px solid #ffffff;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sermons .button-box .button:hover {
  opacity: 0.75;
}
.sermons .sermon-item {
  margin-bottom: 30px;
}
.sermons .sermon-item:last-child {
  margin-bottom: 0;
}

.sermon-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background-color: #5F6368;
}
.sermon-item .inner {
  overflow: hidden;
}
.sermon-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
}
.sermon-item .image .inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.sermon-item .content {
  float: right;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
.sermon-item .content .inner {
  padding: 11px 30px 36px 30px;
}
.sermon-item .content .text {
  overflow: hidden;
}
.sermon-item .content .text .info {
  float: left;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
.sermon-item .content .text .info .date {
  font-size: 16px;
  line-height: 24px;
}
.sermon-item .content .text .info .title {
  margin: 3px 0;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.sermon-item .content .text .info .author {
  font-family: 'Circular-Medium', sans-serif;
  color: #d3d3d3;
  font-size: 11px;
  line-height: 20px;
}
.sermon-item .content .text .info .author strong {
  font-family: 'Circular-Bold', sans-serif;
}
.sermon-item .content .text .info .subtitle {
  font-family: 'Circular-Bookitalic', sans-serif;
  color: #d3d3d3;
  font-size: 12px;
  line-height: 21px;
}
.sermon-item .content .share {
  float: right;
  width: 160px;
}
.sermon-item .content .share p {
  font-size: 16px;
  line-height: 24px;
}
.sermon-item .content .share .share-icon {
  color: #ffffff;
}
.sermon-item .content .audio-player {
  margin-top: 14px;
}
.sermon-item .read-more-toggle {
  position: absolute;
  bottom: 5px;
  right: 29px;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 11px;
  line-height: 28px;
  padding: 0 32px 0 10px;
  color: #ffffff;
  background-image: url(images/down-white.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 22px 7px;
  cursor: pointer;
}
.sermon-item .read-more-toggle.active {
  background-image: url(images/up-white.svg);
}
.sermon-item .read-more-toggle.no-arrow {
  background-image: none;
  padding-right: 0;
}
.sermon-item a > .read-more-toggle.active {
  background-image: url(images/down-white.svg);
}
.sermon-item .share-mobile {
  display: none;
}
.sermon-item .read-more {
  position: absolute;
  top: 100%;
  left: 250px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  height: 350px;
  background-color: #f7f7f7;
  z-index: 100000;
  display: none;
}
.sermon-item .read-more .mCSB_scrollTools .mCSB_draggerRail,
.sermon-item .read-more .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  border-radius: 0;
}
.sermon-item .read-more .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #30b6cf;
}
.sermon-item .read-more ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
}
.sermon-item .read-more .text {
  padding: 25px 23px 15px 35px;
  max-height: -webkit-calc(100% - 90px);
  max-height: calc(100% - 90px);
  font-size: 13px;
  line-height: 20px;
  color: #353535;
  overflow-y: auto;
}
.sermon-item .read-more .text .text-inner {
  padding-right: 10px;
}
.sermon-item .read-more .text .text-inner p {
  font-family: 'Circular-Book', sans-serif;
  margin-top: 20px;
}
.sermon-item .read-more .text .text-inner p:first-child {
  margin-top: 0;
}
.sermon-item .read-more .text .text-inner p strong {
  font-family: 'Circular-Bold', sans-serif;
  font-weight: normal;
}
.sermon-item .read-more .text .text-inner p span {
  font-family: 'Circular-Bold', sans-serif;
  font-weight: normal;
}
.sermon-item .read-more .text .text-inner ul {
  list-style-type: disc;
  font-family: 'Circular-Book', sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.sermon-item .read-more .button-outer {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sermon-item .read-more .button-outer .button {
  font-family: 'Circular-Book', sans-serif;
  float: right;
  border: 2px solid #5f6368;
  color: #5f6368;
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  padding: 0 20px;
  margin-right: 30px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.sermon-item .read-more .button-outer .button:hover {
  color: #000000;
}
.sermon-item.no-image {
  margin-left: 250px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
.sermon-item.no-image .image {
  display: none;
}
.sermon-item.no-image .content {
  width: 100%;
}
.sermon-item.no-image .read-more {
  left: 0;
  width: 100%;
}
.sermon-item.services-item {
  margin-left: 0;
  width: 100%;
}
.sermon-item.services-item .content {
  width: 100%;
}
.sermon-item.services-item .read-more {
  left: 0;
  width: 100%;
}

#sermons-list {
  padding-top: 0;
}
#sermons-list .container > .top {
  padding: 30px 0;
  text-align: center;
}
#sermons-list .container > .head-text {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 30px;
}
#sermons-list .container > .head-text a {
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sermons-list .container > .head-text a:hover {
  color: #52e0fa;
}
#sermons-list .left {
  padding-bottom: 20px;
}
#sermons-list .sermon-item {
  background-color: #cfd0d1;
}
#sermons-list .sermon-item .image {
  width: 220px;
}
#sermons-list .sermon-item .content {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  padding-bottom: 10px;
}
#sermons-list .sermon-item .content .text {
  overflow: hidden;
}
#sermons-list .sermon-item .content .text .info {
  width: 100%;
}
#sermons-list .sermon-item .content .text .info .title {
  color: #ffffff;
}
#sermons-list .sermon-item .content .text .info .author {
  color: #000000;
}
#sermons-list .sermon-item .content .text .info .subtitle {
  color: #000000;
}
#sermons-list .sermon-item .content .audio-player {
  height: 57px;
}
#sermons-list .sermon-item .content .mejs-controls .mejs-mute button,
#sermons-list .sermon-item .content .mejs-controls .mejs-unmute button {
  top: 39px;
  left: 0;
  right: auto;
}
#sermons-list .sermon-item .content .mejs-controls div.mejs-horizontal-volume-slider {
  top: 45px;
  left: 27px;
  right: auto;
}
#sermons-list .sermon-item .content .mejs-controls .mejs-time-rail .mejs-time-total {
  width: -webkit-calc(100% - 27px) !important;
  width: calc(100% - 27px) !important;
}
#sermons-list .sermon-item .content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 160px;
}
#sermons-list .sermon-item .share {
  position: absolute;
  left: 250px;
  bottom: 10px;
}
#sermons-list .sermon-item .share p {
  float: left;
}
#sermons-list .sermon-item .share .share-icons {
  float: left;
  margin: 0 0 0 20px;
}
#sermons-list .sermon-item .share .share-icons .share-icon {
  color: #ffffff;
}
#sermons-list .sermon-item .read-more-toggle {
  color: #000000;
  background-image: url(images/down-black.svg);
}
#sermons-list .sermon-item .read-more-toggle.active {
  background-image: url(images/up-black.svg);
}
#sermons-list .sermon-item .read-more {
  left: 0;
  width: 100%;
}

#services-list {
  padding-top: 0;
}
#services-list .container > .top {
  padding: 30px 0;
  text-align: center;
}
#services-list .left {
  padding-bottom: 20px;
}
#services-list .sermon-item {
  background-color: #cfd0d1;
}
#services-list .sermon-item .content {
  width: 100%;
  padding-bottom: 10px;
}
#services-list .sermon-item .content .text {
  overflow: hidden;
}
#services-list .sermon-item .content .text .info .title {
  color: #ffffff;
}
#services-list .sermon-item .content .text .info .author {
  color: #000000;
}
#services-list .sermon-item .content .text .info .subtitle {
  color: #000000;
}
#services-list .sermon-item .content .audio-player {
  height: 57px;
}
#services-list .sermon-item .content .mejs-controls .mejs-mute button,
#services-list .sermon-item .content .mejs-controls .mejs-unmute button {
  top: 39px;
  left: 0;
  right: auto;
}
#services-list .sermon-item .content .mejs-controls div.mejs-horizontal-volume-slider {
  top: 45px;
  left: 27px;
  right: auto;
}
#services-list .sermon-item .content .mejs-controls .mejs-time-rail span {
  left: 27px;
  width: -webkit-calc(100% - 27px);
  width: calc(100% - 27px);
}
#services-list .sermon-item .content .mejs-controls .mejs-time-rail .mejs-time-total {
  width: -webkit-calc(100% - 27px) !important;
  width: calc(100% - 27px) !important;
}
#services-list .sermon-item .content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 160px;
}
#services-list .sermon-item .share {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
#services-list .sermon-item .share p {
  float: left;
}
#services-list .sermon-item .share .share-icons {
  float: left;
  margin: 0 0 0 20px;
}
#services-list .sermon-item .share .share-icons .share-icon {
  color: #ffffff;
}
#services-list .sermon-item .read-more-toggle {
  color: #000000;
  background-image: url(images/down-black.svg);
}
#services-list .sermon-item .read-more-toggle.active {
  background-image: url(images/up-black.svg);
}
#services-list .sermon-item .read-more {
  left: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  #sermons-list .left {
    width: 100%;
  }
  #sermons-list .right {
    float: right;
    width: 100%;
  }

  .sermon-item .content .text .info {
    float: left;
    width: 100%;
  }
  .sermon-item .content .share {
    float: right;
    width: 100%;
    margin: 18px 0 14px 0;
  }
  .sermon-item .content .audio-player {
    height: 57px;
  }
  .sermon-item .content .mejs-controls .mejs-mute button,
  .sermon-item .content .mejs-controls .mejs-unmute button {
    top: 39px;
    left: 0;
    right: auto;
  }
  .sermon-item .content .mejs-controls div.mejs-horizontal-volume-slider {
    top: 45px;
    left: 27px;
    right: auto;
  }
  .sermon-item .content .mejs-controls .mejs-time-rail span {
    left: 27px;
    width: -webkit-calc(100% - 27px);
    width: calc(100% - 27px);
  }
  .sermon-item .content .mejs-controls .mejs-time-rail .mejs-time-total {
    width: -webkit-calc(100% - 27px) !important;
    width: calc(100% - 27px) !important;
  }
  .sermon-item .content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #sermons-list .sermon-item .image {
    display: none;
  }
  #sermons-list .sermon-item .content {
    width: 100%;
    padding-bottom: 20px;
  }
  #sermons-list .sermon-item .content .audio-player {
    height: 28px;
    overflow: hidden;
  }
  #sermons-list .sermon-item .share {
    left: 30px;
    bottom: 10px;
  }
  #sermons-list .sermon-item .read-more {
    left: 0;
    width: 100%;
  }

  .sermon-item .content .audio-player {
    height: 28px;
    overflow: hidden;
  }
  .sermon-item .content p,
  .sermon-item .content .share-icons {
    float: left;
  }
  .sermon-item .content .share-icons {
    margin: 0 0 0 20px;
  }
  .sermon-item .read-more .text {
    padding: 25px 15px 15px 30px;
  }
  .sermon-item .read-more .button-outer .button {
    margin-right: 20px;
  }
}
@media (max-width: 599px) {
  #sermons-list .sermon-item {
    display: block;
  }
  #sermons-list .sermon-item .content {
    padding-bottom: 70px;
  }
  #sermons-list .sermon-item .share {
    bottom: 60px;
  }

  .sermon-item {
    padding-bottom: 10px;
  }
  .sermon-item .image {
    display: none;
  }
  .sermon-item .content {
    width: 100%;
  }
  .sermon-item .read-more {
    left: 0;
    width: 100%;
  }
  .sermon-item .read-more-toggle {
    bottom: 15px;
    font-family: 'Circular-Book', sans-serif;
    font-size: 18px;
  }
  .sermon-item .read-more-toggle.active {
    background-image: url(images/sermon-top-arrow.png);
  }
  .sermon-item.no-image {
    margin-left: 0;
    width: 100%;
  }

  body.home .sermon-item:nth-child(2) {
    display: none;
  }
}
/* -------------------------
  Discover grace
------------------------- */
#discover-grace {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 37px;
}
#discover-grace .headline {
  text-align: center;
  padding: 24px 0 14px 0;
}
#discover-grace .images {
  width: 100%;
  height: 450px;
  position: relative;
}
#discover-grace .images .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#discover-grace .images .item.active {
  opacity: 1;
}
#discover-grace .images .item .inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#discover-grace .images .item .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#discover-grace .content {
  padding: 0 180px;
}
#discover-grace .content .item {
  display: none;
}
#discover-grace .content .item.active {
  display: block;
}
#discover-grace .content .item .header-text {
  padding: 10px 0 16px 0;
  font-family: 'Circular-Medium', sans-serif;
  color: #808080;
  font-size: 22px;
  line-height: 30px;
}
#discover-grace .content .item p {
  font-family: 'Circular-Book', sans-serif;
  font-size: 13px;
  line-height: 22px;
}
#discover-grace .content .item .button-box {
  padding-top: 34px;
  overflow: hidden;
}
#discover-grace .content .item .button-box a {
  float: right;
  display: inline-block;
  color: #30b6cf;
  border: 2px solid #30b6cf;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#discover-grace .content .item .button-box a:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  #discover-grace .container:first-child {
    width: 100%;
  }
  #discover-grace .images {
    width: 100%;
    height: 250px;
  }
  #discover-grace .content {
    padding: 0;
  }
  #discover-grace .content .item p {
    line-height: 20px;
  }
}
/* -------------------------
  News
------------------------- */
#news {
  position: relative;
  background-color: #E8E8E8;
}
#news .headline {
  text-align: center;
  padding: 26px 0 22px 0;
}
#news .list {
  overflow: hidden;
}
#news .list .item {
  float: left;
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin-right: 30px;
  padding-bottom: 28px;
}
#news .list .item .title {
  margin-top: 13px;
  color: #000000;
  font-size: 17px;
  line-height: 23px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#news .list .item .title:hover {
  color: #808080;
}
#news .list .item .date {
  margin-top: 3px;
  color: #9b96a4;
  font-size: 16px;
  line-height: 22px;
}
#news .list .item:last-child {
  margin-right: 0;
}
#news.four-items .list .item {
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
}

@media (max-width: 1023px) {
  #news.four-items .list .item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  #news.four-items .list .item:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #news .list .item {
    width: 100%;
    margin-right: 0;
  }
  #news .list .item .inner {
    width: 100%;
    margin: 0 auto;
  }
  #news.four-items .list .item {
    width: 100%;
    margin: 0 auto;
  }
}
/* -------------------------
  Newsletter
------------------------- */
#newsletter {
  position: relative;
  background-color: #C5C5C5;
}
#newsletter .headline {
  text-align: center;
  padding: 28px 0 12px 0;
}
#newsletter #hidden-form {
  display: none;
}
#newsletter .input-wrap,
#newsletter .inputs-wrap {
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
}
#newsletter input[type=text] {
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  max-width: 556px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #808080;
  background-color: #ffffff;
  font-family: 'Circular-Book', sans-serif;
  color: #52afbc;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
#newsletter .email-list-wrap {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
#newsletter .email-list-wrap .email-list-wrap-inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
#newsletter .email-list {
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Circular-Book', sans-serif;
  padding: 5px 0;
}
#newsletter .email-list input[type=checkbox] {
  float: left;
  -webkit-appearance: checkbox;
  margin: 3px 12px 3px 2px;
  width: 15px;
  height: 15px;
}
#newsletter .email-list .more-info {
  font-size: 14px;
  padding: 5px 0 0 30px;
  font-family: 'Circular-Bookitalic', sans-serif;
}
#newsletter button[type=submit] {
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  max-width: 256px;
  line-height: 32px;
  border: 2px solid #6cc6d9;
  background-color: #ffffff;
  color: #6cc6d9;
  font-size: 16px;
  font-family: 'Circular-Bold', sans-serif;
  border-radius: 0;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#newsletter #success_message {
  margin-top: 10px;
  text-align: center;
}
#newsletter #success_message p {
  margin-top: 10px;
  display: block !important;
  font-family: 'Circular-Book', sans-serif;
}

#social-icons {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#social-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-position: center;
  background-size: contain;
  margin: 10px;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#social-icons a:hover {
  opacity: 0.75;
}
#social-icons a .fa-envelope-o {
  font-size: 18px;
}

/* -------------------------
  Footer
------------------------- */
#footer {
  position: relative;
  padding-top: 30px;
  background-color: #474747;
}
#footer .inner {
  position: relative;
}
#footer .inner #scroll-top {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 34px;
  height: 19px;
  background-image: url(images/scroll-top.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#footer .column-box {
  overflow: hidden;
}
#footer .column-box .column {
  float: left;
}
#footer .column-box #footer-post {
  width: 320px;
  margin: 0 40px 14px 0;
}
#footer .column-box #footer-post .image {
  width: 100%;
  height: 215px;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .column-box #footer-post .image:hover {
  opacity: 0.8;
}
#footer .column-box #footer-post .title {
  margin-top: 13px;
  font-size: 17px;
  line-height: 23px;
}
#footer .column-box #footer-post .title a {
  color: #52e0fa;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#footer .column-box #footer-post .title a:hover {
  opacity: 0.7;
}
#footer .column-box #footer-post .date {
  font-family: 'Circular-Medium', sans-serif;
  margin-top: 3px;
  color: #eaeaea;
  font-size: 16px;
  line-height: 22px;
}
#footer .column-box .column:nth-child(2) {
  width: 150px;
  margin-right: 20px;
  padding-bottom: 80px;
}
#footer .column-box .column:nth-child(2) h5 {
  font-family: 'Circular-Medium', sans-serif;
  color: #d0f6f6;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
#footer .column-box .column:nth-child(2) h5:first-child {
  margin-top: 0;
}
#footer .column-box .column:nth-child(2) p {
  font-family: 'Circular-Book', sans-serif;
  font-size: 10px;
  line-height: 17px;
  color: #ffffff;
}
#footer .column-box .column:nth-child(2) a {
  color: #d0f6f6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#footer .column-box .column:nth-child(2) a:hover {
  opacity: 0.7;
}
#footer .column-box .column:nth-child(3) > div:last-child {
  display: none;
}
#footer .column-box .menu li a {
  font-size: 13px;
  line-height: 20px;
  color: #d0f6f6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#footer .column-box .menu li a:hover {
  opacity: 0.7;
}
#footer .column-box .column:last-child {
  margin-left: 100px;
}
#footer .bottom {
  background-color: #353535;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#footer .bottom .inner {
  display: inline-block;
}
#footer .bottom .inner > p,
#footer .bottom .inner > div {
  float: left;
}
#footer .bottom p,
#footer .bottom a {
  font-family: 'Circular-Book', sans-serif;
  color: #97d4d8;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
  padding: 0 6px;
}
#footer .bottom .menu li {
  float: left;
}
#footer .bottom .menu li a {
  border-left: 2px solid #97d4d8;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#footer .bottom .menu li a:hover {
  opacity: 0.7;
}

@media (max-width: 1023px) {
  #footer .column-box .column:nth-child(3) > div:last-child {
    display: block;
  }
  #footer .column-box .column:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer .column-box .column:first-child {
    display: none;
  }
  #footer .column-box .column:nth-child(2) {
    padding-bottom: 40px;
  }
  #footer .column-box .column:nth-child(2) h5 {
    font-size: 18px;
    line-height: 33px;
  }
  #footer .column-box .column:nth-child(2) p {
    line-height: 17px;
  }
  #footer .column-box .menu {
    margin: 0;
  }
  #footer .column-box .menu li a {
    font-size: 18px;
    line-height: 33px;
  }
  #footer .bottom {
    text-align: center;
  }
  #footer .bottom p {
    width: 100%;
    color: #ffffff;
    font-size: 13px;
  }
  #footer .bottom a {
    font-size: 13px;
    line-height: 22px;
  }
  #footer .bottom .menu {
    margin: 5px 0;
    overflow: hidden;
  }
  #footer .bottom .menu li {
    width: 50%;
  }
  #footer .bottom .menu li:nth-child(2n+1) a {
    border-left: 0;
  }
  #footer .bottom .menu li:nth-child(odd) {
    text-align: right;
  }
  #footer .bottom .menu li:nth-child(even) {
    text-align: left;
  }
  #footer .bottom .inner > div {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  #footer .inner {
    padding-bottom: 40px;
  }
  #footer .bottom .menu li {
    width: 100%;
  }
  #footer .bottom .menu li a {
    border-left: 0;
  }
  #footer .bottom .menu li:nth-child(odd), #footer .bottom .menu li:nth-child(even) {
    text-align: center;
  }
}
/* -------------------------
  Post
------------------------- */
.post .blog-image {
  width: 100%;
  height: auto;
}
.post .text {
  padding: 4px 0 22px 0;
  font-family: 'Circular-Book', sans-serif;
  font-size: 17px;
  line-height: 28px;
  clear: both;
}
.post .text strong,
.post .text b {
  font-family: 'Circular-Bold', sans-serif;
}
.post .text p {
  margin-top: 30px;
}
.post .text p.empty-p {
  margin-top: 1px;
}
.post .text p {
  margin-top: 30px;
}
.post .text p.empty-p {
  margin-top: 1px;
}
.post .text h2,
.post .text h3,
.post .text h4 {
  font-family: 'Circular-Bold', sans-serif;
  margin-top: 30px;
}
.post .text > h2:nth-child(2),
.post .text > h3:nth-child(2),
.post .text > h4:nth-child(2)
h2:first-child,
.post .text h3:first-child,
.post .text h4:first-child {
  margin-top: 30px;
}
.post .text h2 + p,
.post .text h3 + p,
.post .text h4 + p {
  margin-top: 5px;
}
.post .text h2 + p.empty-p,
.post .text h3 + p.empty-p,
.post .text h4 + p.empty-p {
  margin-top: 5px;
  line-height: 0;
}
.post .text h2 {
  font-size: 33px;
  line-height: 38px;
}
.post .text h3 {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 25px;
  line-height: 34px;
}
.post .text h4 {
  font-size: 17px;
  line-height: 28px;
}
.post .text h6 {
  font-size: 13px;
  line-height: 25px;
}
.post .text .blue-text {
  font-family: 'Circular-Bold', sans-serif;
  color: #52e0fa;
}
.post .text .small-text {
  font-size: 14px;
  line-height: 26px;
}
.post .text ul {
  display: inline-block;
  margin-top: 30px;
  padding-left: 20px;
  list-style-type: initial;
}
.post .text a {
  color: #000000;
}
.post .text a.style-a {
  border-bottom: 1px solid #000000;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post .text a.style-a:hover {
  color: #52e0fa;
}
.post .text .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 38px 0 0 0;
  background-color: #52e0fa;
}
.post .text .underline {
  display: inline-block;
  border-bottom: 1px solid #000000;
  text-decoration: none !important;
  line-height: 1;
}
.post .text img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 8px 0;
}
.post .text img.alignleft {
  float: left;
  margin-right: 30px;
}
.post .text img.alignright {
  float: right;
  margin-left: 30px;
}
.post .text img.aligncenter {
  margin: 0 auto;
}
.post .text > .image {
  float: left;
  margin: 38px 30px 8px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post .text .wp-caption {
  float: left;
  width: auto !important;
  margin-top: 30px;
}
.post .text .wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.post .text .wp-caption.alignright {
  float: right;
  margin-left: 30px;
}
.post .text .wp-caption.aligncenter {
  margin: 0 auto;
}
.post .text .wp-caption p {
  margin: 2px 0 3px 0;
  font-size: 12px;
  line-height: 19px;
  color: #808080;
}
.post .text .table {
  overflow: hidden;
}
.post .text .table .row {
  clear: both;
  overflow: hidden;
}
.post .text .table .row .cell {
  float: left;
}
.post .text .table .row .cell img.alignnone {
  width: 100%;
}
.post .text .table.table-25-75 .row .cell:nth-child(1) {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-right: 30px;
}
.post .text .table.table-25-75 .row .cell:nth-child(2) {
  width: -webkit-calc(75% - 15px);
  width: calc(75% - 15px);
}
.post .text .table.table-50-50 .row .cell:nth-child(1) {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px;
}
.post .text .table.table-50-50 .row .cell:nth-child(2) {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
.post .text .table.table-33-33-33 .row .cell:nth-child(1), .post .text .table.table-33-33-33 .row .cell:nth-child(2) {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin-right: 30px;
}
.post .text .table.table-33-33-33 .row .cell:nth-child(3) {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
}
.post .text .table.table-25-25-25-25 .row .cell:nth-child(1), .post .text .table.table-25-25-25-25 .row .cell:nth-child(2), .post .text .table.table-25-25-25-25 .row .cell:nth-child(3) {
  width: -webkit-calc(25% - 22.55px);
  width: calc(25% - 22.55px);
  margin-right: 30px;
}
.post .text .table.table-25-25-25-25 .row .cell:nth-child(4) {
  width: -webkit-calc(25% - 22.55px);
  width: calc(25% - 22.55px);
}
.post .text .contact-text {
  margin-top: 0;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #5f6368;
}
.post .text .contact-text a {
  color: #5f6368;
  border-bottom-color: #5f6368;
}
.post .text .contact-text a:hover {
  color: #52e0fa;
}
.post .text .video-wrapper {
  clear: both;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 36px 0 8px 0;
}
.post .text .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post .text #google-map {
  width: 100%;
  height: 400px;
  margin-top: 36px;
}
.post .text .blue-button {
  font-family: 'Circular-Bold', sans-serif;
  display: inline-block;
  border: 2px solid #52e0fa;
  padding: 8px 10px;
  color: #52e0fa;
  line-height: 23px;
}
.post .text .blue-button a {
  display: block;
  color: #52e0fa;
  border-bottom: 0;
}
.post .text .media-wrap {
  clear: both;
}
.post .text .media-wrap .wp-caption img {
  margin-top: 0;
}
.post .text .wpcf7 input {
  margin-top: 8px;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  border: 1px solid #adadad;
  font-family: "Circular-Book";
  font-size: 15px;
  line-height: 21px;
  padding: 5px 10px;
  background: none;
}
.post .text .wpcf7 textarea {
  margin-top: 8px;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  border: 1px solid #adadad;
  font-family: "Circular-Book";
  font-size: 15px;
  line-height: 21px;
  padding: 5px 10px;
  background: none;
  resize: vertical;
}
.post .text .wpcf7 input[type=submit] {
  width: auto;
  border: 2px solid #6cc6d9;
  height: 32px;
  padding: 0 15px;
  font-size: 16px;
  color: #6cc6d9;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post .text .wpcf7 input[type=submit]:hover {
  opacity: 0.8;
}
.post .text .wpcf7 img.ajax-loader {
  float: none;
  margin: 0 0 0 15px;
}
.post .text .wpcf7 .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 21px;
  padding: 5px 0;
}
.post .text .wpcf7 .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 21px;
  padding: 5px 0;
}
.post .sub-info {
  clear: both;
  padding: 15px 0 33px 0;
  font-family: 'Circular-Bookitalic', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #5f6368;
}

@media (max-width: 767px) {
  .post .text h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .post .text .table .row .cell {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 479px) {
  .post .text img.alignleft, .post .text img.alignright,
  .post .text .wp-caption.alignleft,
  .post .text .wp-caption.alignright {
    width: 100% !important;
    margin: 0;
  }
  .post .text .wp-caption {
    margin-top: 30px !important;
  }
}
/* -------------------------
  Blog
------------------------- */
#blog {
  overflow: hidden;
}
#blog .headline {
  margin: -10px 0 40px 0;
}
#blog .post {
  margin-bottom: 50px;
}
#blog .post .image {
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
}
#blog .post a .image {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#blog .post a .image:hover {
  opacity: 0.8;
}
#blog .post .title {
  margin-top: 19px;
  font-size: 27px;
  line-height: 36px;
}
#blog .post .title a {
  color: #000000;
}
#blog .post .meta {
  overflow: hidden;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #757488;
}
#blog .post .meta p {
  float: left;
}
#blog .post .meta p a {
  color: #757488;
}
#blog .post .meta .line {
  float: left;
  width: 22px;
  height: 29px;
  position: relative;
}
#blog .post .meta .line:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  height: 17px;
  width: 2px;
  background-color: #757488;
}
#blog .post .tags {
  margin: -22px 0 22px 0;
  font-size: 14px;
  line-height: 27px;
  color: #30b6cf;
  font-family: 'Circular-Bookitalic', sans-serif;
}
#blog .post .tags a {
  margin-left: 5px;
  display: inline-block;
  color: #30b6cf;
}
#blog .post .tags a:first-child {
  margin-left: 0;
}
#blog .post:last-child {
  margin-bottom: 92px;
}
#blog .right {
  font-size: 0;
  line-height: 0;
}
#blog .right .title {
  margin: -15px 0 10px 0;
  font-size: 19px;
  line-height: 43px;
  color: #238287;
  border-bottom: 1px solid #30b6cf;
}
#blog .right br {
  display: none;
}
#blog .right a {
  font-family: 'Circular-Book', sans-serif;
  font-size: 16px;
  line-height: 31px;
  color: #6c727c;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#blog .right a:hover {
  color: #000000;
}
#blog .right a:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

body.single #blog .post .title {
  margin-top: -9px;
}
body.single #blog .post .meta {
  margin-bottom: 22px;
}
body.single #blog .post .share {
  border-top: 2px solid #52e0fa;
  padding-top: 25px;
}
body.single #blog .post .share p {
  font-size: 23px;
  line-height: 27px;
}

#pagination {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}
#pagination a,
#pagination span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  padding: 0 5px;
  margin: 0 5px;
}
#pagination span {
  opacity: 0.75;
}

@media (max-width: 767px) {
  #blog .post {
    margin-bottom: 20px;
  }
}
/* -------------------------
  Event
------------------------- */
#event {
  overflow: hidden;
  margin-top: -10px;
}
#event .post .note {
  margin: 10px 0 20px 0;
  display: inline-block;
  border: 2px solid #889cd2;
  height: 22px;
  line-height: 22px;
  padding: 5px 15px;
  font-size: 16px;
  color: #889cd2;
}
#event .post .title {
  font-size: 33px;
  line-height: 40px;
  padding: 2px 0;
}
#event .post .title a {
  color: #000000;
}
#event .post .date {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #757488;
}
#event .post .time {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
#event .post .category {
  display: none;
  font-size: 14px;
  line-height: 27px;
  color: #30b6cf;
  font-family: 'Circular-Bookitalic', sans-serif;
}
#event .post .category a {
  color: #30b6cf;
}
#event .post .category span:last-of-type {
  display: none;
}
#event .post .info {
  margin-top: 15px;
  clear: both;
  padding-top: 40px;
  border-top: 2px solid #52e0fa;
  overflow: hidden;
  margin-bottom: -40px;
}
#event .post .info p {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5f6368;
}
#event .post .info .item {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
#event .post .info .item p:first-child {
  font-family: 'Circular-Bold', sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
}
#event .post .info .item:nth-child(3) {
  clear: both;
}
#event .post .info a {
  color: #5f6368;
  display: inline-block;
  border-bottom: 1px solid #5f6368;
  line-height: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#event .post .info a:hover {
  color: #52e0fa;
}
#event .post:last-child {
  margin-bottom: 92px;
}
#event .inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#events-list .column-box {
  overflow: hidden;
  padding-bottom: 15px;
}
#events-list .column-box .column {
  float: left;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
#events-list .column-box .column:first-child {
  margin-right: 30px;
}
#events-list .inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.event-columns .post {
  margin-bottom: 30px;
}
.event-columns .post .image-outer {
  width: 100%;
  height: 215px;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
}
.event-columns .post.big-image .image-outer {
  height: 390px;
}
.event-columns .post .title {
  margin: 10px 0 2px 0;
  font-size: 27px;
  line-height: 30px;
}
.event-columns .post .title a {
  color: #000000;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.event-columns .post .title a:hover {
  color: #808080;
}
.event-columns .post .date {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 19px;
  list-style: 24px;
  color: #757488;
}
.event-columns .post .desc {
  display: none;
  margin-top: 15px;
  font-family: 'Circular-Book', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 1023px) {
  #event {
    padding-top: 20px;
  }
  #event .text {
    margin-top: -20px;
  }

  #event .left,
  #events-list .left {
    width: 100%;
  }
  #event .right,
  #events-list .right {
    margin-top: -20px;
    float: right;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #event .post .info .item {
    width: 100%;
  }

  #events-list .column-box .column {
    width: 100%;
  }
  #events-list .column-box .column:first-child {
    margin-right: 0;
  }

  .event-columns .post .image-outer {
    height: 0;
    padding-bottom: 60%;
  }
  .event-columns .post .image-outer .overlay {
    display: none;
  }
  .event-columns .post.big-image .image-outer {
    height: 0;
    padding-bottom: 60%;
  }
  .event-columns .post .title {
    font-size: 18px;
    line-height: 24px;
  }
  .event-columns .post .date {
    font-size: 16px;
    line-height: 24px;
  }
  .event-columns .post .desc {
    display: block;
  }
}
/* -------------------------
  Calendar
------------------------- */
#calendar {
  width: 100%;
  margin: -10px 0 35px 0;
}
#calendar .top {
  overflow: hidden;
  height: 39px;
}
#calendar .top p {
  float: left;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 26px;
  line-height: 39px;
  color: #238287;
}
#calendar .top .buttons {
  float: right;
  margin-top: 10px;
}
#calendar .top .buttons div {
  float: left;
  width: 12px;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}
#calendar .top .buttons div.prev {
  background-image: url(images/left-blue.svg);
}
#calendar .top .buttons div.next {
  background-image: url(images/right-blue.svg);
}
#calendar .top .buttons div.hide {
  display: none;
}
#calendar .days {
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}
#calendar .days .item,
#calendar .days .empty {
  float: left;
  width: -webkit-calc(14.28571428571429% - 14px);
  width: calc(14.28571428571429% - 14px);
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  border: 2px solid transparent;
  margin: 5px;
  color: #a5a5a5;
}
#calendar .days .item a,
#calendar .days .empty a {
  display: block;
  color: #a5a5a5;
}
#calendar .days .item.children a,
#calendar .days .empty.children a {
  color: #000000;
}
#calendar .days .item.active,
#calendar .days .empty.active {
  border-color: #6cc6d9;
  color: #6cc6d9;
}
#calendar .days .item.active a,
#calendar .days .empty.active a {
  color: #6cc6d9;
}
#calendar .days .row .item {
  color: #a5a5a5;
}

body.single-events #calendar {
  margin-top: 0;
}

#calendar-search .search-box {
  clear: both;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
#calendar-search .search-box:nth-child(2) {
  border-bottom: 1px solid #eaeaea;
}
#calendar-search .search-box .headline {
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  color: #3e4551;
  background-image: url(images/down-blue.svg);
  background-position: -webkit-calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  cursor: pointer;
}
#calendar-search .search-box .headline.active {
  background-image: url(images/up-blue.svg);
}
#calendar-search .search-box .content {
  display: none;
}
#calendar-search .search-box #dates {
  overflow: hidden;
  margin-bottom: 30px;
}
#calendar-search .search-box #dates input,
#calendar-search .search-box #dates p {
  float: left;
  display: block;
}
#calendar-search .search-box #dates input {
  width: -webkit-calc(50% - 39px);
  width: calc(50% - 39px);
  border: 2px solid #6cc6d9;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  color: #6cc6d9;
}
#calendar-search .search-box #dates p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
#calendar-search .search-box #categories .checkboxItem {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
}
#calendar-search .search-box #categories .checkboxItem:last-child {
  border-bottom: 0;
}
#calendar-search .search-box #categories .checkboxItem label {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  position: relative;
}
#calendar-search .search-box #categories .checkboxItem label:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(images/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}
#calendar-search .search-box #categories .checkboxItem input[type=checkbox] {
  display: none;
}
#calendar-search .search-box #categories .checkboxItem input[type=checkbox]:checked + label:before {
  background-image: url(images/checkbox_checked.svg);
}
#calendar-search .search-box #categories .checkboxItem .inner {
  padding-left: 24px;
  font-family: 'Circular-Book', sans-serif;
  font-size: 16px;
  color: #6c727c;
}
#calendar-search .buttons {
  overflow: hidden;
}
#calendar-search input[type=submit],
#calendar-search .button {
  float: left;
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #6cc6d9;
  height: 32px;
  padding: 0 15px;
  font-size: 16px;
  color: #6cc6d9;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#calendar-search input[type=submit]:hover,
#calendar-search .button:hover {
  opacity: 0.75;
}
#calendar-search .reset {
  margin-left: 20px;
}

/* -------------------------
  Page
------------------------- */
#own-page .post.centered .title,
#own-page .post.centered .subtitle {
  text-align: center;
}
#own-page .post.no-info {
  padding-bottom: 90px;
}
#own-page .post .title {
  font-size: 33px;
  line-height: 44px;
}
#own-page .post .subtitle {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 26px;
  list-style: 39px;
  color: #757488;
}
#own-page .post .subtitle p {
  display: inline-block;
}
#own-page .post .info {
  margin-top: 15px;
  clear: both;
  padding: 40px 35% 0 0;
  border-top: 2px solid #52e0fa;
  overflow: hidden;
  padding-bottom: 52px;
}
#own-page .post .info p {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5f6368;
}
#own-page .post .info .item {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
#own-page .post .info .item p:first-child {
  font-family: 'Circular-Bold', sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
}
#own-page .post .info .item .share {
  padding-left: 30px;
}
#own-page .post .info a {
  color: #5f6368;
  display: inline-block;
  border-bottom: 1px solid #5f6368;
  line-height: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#own-page .post .info a:hover {
  color: #52e0fa;
}
#own-page .left .post .info {
  padding-right: 0;
}

@media (max-width: 1024px) {
  #own-page .left {
    width: 100%;
  }
  #own-page .post .info {
    padding-right: 0;
  }
  #own-page .post .info .item .share {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #own-page .post .info .item {
    width: 100%;
  }
}
/* -------------------------
  People page
------------------------- */
#people-page {
  position: relative;
  background-color: #ffffff;
}
#people-page .buttons-list {
  padding: 40px 0 45px 0;
}
#people-page .post {
  margin: -30px 0 20px 0;
}
#people-page .list .section {
  overflow: hidden;
}
#people-page .list .section.big .item {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
#people-page .list .section.big .item .image {
  width: 100%;
  height: 430px;
  background-position: center;
  background-size: cover;
}
#people-page .list .section.big .item .name {
  font-size: 24px;
  line-height: 33px;
  margin-top: 15px;
}
#people-page .list .section.big .item .position {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #9b96a4;
}
#people-page .list .section.big .item .text {
  margin-top: -5px;
  font-family: 'Circular-Book', sans-serif;
  font-size: 17px;
  line-height: 26px;
}
#people-page .list .section.big .item .text p {
  margin-top: 20px;
}
#people-page .list .section.big .item .button {
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #6cc6d9;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 16px;
  color: #6cc6d9;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#people-page .list .section.big .item .button:hover {
  opacity: 0.75;
}
#people-page .list .section.small .item {
  float: left;
  width: -webkit-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  margin-right: 30px;
  padding-bottom: 32px;
}
#people-page .list .section.small .item:nth-child(4n+4) {
  margin-right: 0;
}
#people-page .list .section.small .item:nth-child(4n+5) {
  clear: both;
}
#people-page .list .section.small .item .image {
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
}
#people-page .list .section.small .item .name {
  font-size: 19px;
  line-height: 29px;
  margin-top: 5px;
}
#people-page .list .section.small .item .position {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
#people-page .list .section.small .item .email {
  font-family: 'Circular-Book', sans-serif;
  font-size: 12px;
  line-height: 25px;
}
#people-page .list .section.small .item .email a {
  color: #808080;
  display: inline-block;
  line-height: 19px;
  border-bottom: 1px solid #808080;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#people-page .list .section.small .item .email a:hover {
  color: #52e0fa;
}
#people-page .list .section.small .item .telephone {
  font-family: 'Circular-Book', sans-serif;
  color: #808080;
  font-size: 12px;
  line-height: 25px;
}

@media (max-width: 1023px) {
  #people-page .list .section.small .item {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
  #people-page .list .section.small .item:nth-child(4n+4) {
    margin-right: 30px;
  }
  #people-page .list .section.small .item:nth-child(4n+5) {
    clear: none;
  }
  #people-page .list .section.small .item:nth-child(3n+3) {
    margin-right: 0;
  }
  #people-page .list .section.small .item:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 767px) {
  #people-page .category-info p {
    font-size: 17px;
    line-height: 27px;
  }
  #people-page .list .section.big .item {
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  #people-page .list .section.big .item .image {
    height: 230px;
  }
  #people-page .list .section.small .item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  #people-page .list .section.small .item:nth-child(3n+3) {
    margin-right: 30px;
  }
  #people-page .list .section.small .item:nth-child(3n+4) {
    clear: none;
  }
  #people-page .list .section.small .item:nth-child(2n+2) {
    margin-right: 0;
  }
  #people-page .list .section.small .item:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 479px) {
  #people-page .list .section.small .item {
    width: 100%;
  }
  #people-page .list .section.small .item:nth-child(3n+3) {
    margin-right: 0;
  }
  #people-page .list .section.small .item:nth-child(3n+4) {
    clear: both;
  }
}
/* -------------------------
  Forum
------------------------- */
#forum-text {
  border-bottom: 2px solid #52e0fa;
  padding-bottom: 43px;
}
#forum-text .headline {
  text-align: center;
  margin-bottom: 33px;
  font-size: 33px;
  line-height: 44px;
}
#forum-text p {
  font-family: 'Circular-Medium', sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.series-list {
  overflow: hidden;
  border-bottom: 2px solid #52e0fa;
}
.series-list:last-child {
  border-bottom: 0;
}
.series-list .headline {
  margin: 40px 0 30px 0;
  text-align: center;
}
.series-list .column-box {
  overflow: hidden;
}
.series-list .column-box .column {
  float: left;
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  padding-bottom: 15px;
  margin-right: 30px;
}
.series-list .column-box .column:last-child {
  margin-right: 0;
}

#forum-past {
  padding-bottom: 10px;
}
#forum-past .headline {
  margin: 40px 0 30px 0;
  text-align: center;
}
#forum-past .boxes {
  overflow: hidden;
}
#forum-past .item {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #cfd0d1;
  position: relative;
}
#forum-past .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#forum-past .item .text {
  float: right;
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
}
#forum-past .item .text .inner {
  padding: 20px;
}
#forum-past .item .text .date {
  font-size: 17px;
  line-height: 26px;
}
#forum-past .item .text .title {
  font-size: 24px;
  line-height: 31px;
}
#forum-past .item .text .title a {
  color: #ffffff;
}
#forum-past .item .text .guest {
  margin-top: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e;
}
#forum-past .item .text .guest span {
  font-family: 'Circular-Book', sans-serif;
}
#forum-past .item .text .desc {
  margin-top: 3px;
  font-size: 12px;
  line-height: 17px;
  color: #5f6368;
  font-family: 'Circular-Bookitalic', sans-serif;
}
#forum-past .item .text .watch {
  margin-top: 9px;
  font-size: 14px;
  line-height: 24px;
  color: #5f6368;
  font-family: 'Circular-Medium', sans-serif;
}
#forum-past .item .text .watch a {
  color: #5f6368;
  line-height: 16px;
  display: inline-block;
  border-bottom: 1px solid #5f6368;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#forum-past .item .text .watch a:hover {
  color: #52e0fa;
}
#forum-past #pagination {
  margin-bottom: 30px;
}

#search-page {
  padding-bottom: 80px;
}

.search-forum > div {
  border: 2px solid #cfd0d1;
  background-color: #ffffff;
  background-image: url(images/search-icon.png);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 20px) 50%;
  background-position: calc(100% - 20px) 50%;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.search-forum > div input[type=text] {
  float: left;
  border: 0;
  background: #ffffff;
  width: -webkit-calc(100% - 91px);
  width: calc(100% - 91px);
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 20px;
  color: #3e4551;
}
.search-forum > div .click {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 40px;
  cursor: pointer;
}
.search-forum input[type=submit] {
  display: none;
  margin-top: 30px;
  border: 2px solid #6cc6d9;
  height: 32px;
  padding: 0 15px;
  font-size: 16px;
  color: #6cc6d9;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-forum input[type=submit]:hover {
  opacity: 0.75;
}

#forum-bottom {
  margin-bottom: 50px;
}
#forum-bottom .container {
  padding-bottom: 50px;
  border-top: 2px solid #52e0fa;
}
#forum-bottom .headline {
  text-align: center;
  padding: 50px 0 23px 0;
}
#forum-bottom .text {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Circular-Medium', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #353535;
  text-align: center;
}
#forum-bottom .text a {
  display: inline-block;
  color: #353535;
  line-height: 21px;
  border-bottom: 1px solid #5f6368;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#forum-bottom .text a:hover {
  color: #52e0fa;
}

body.page-id-3713 #forum-bottom .container {
  border-top: 0;
}
body.page-id-3713 #forum-bottom .headline {
  padding-top: 20px;
}

body.single-events .right .search-forum {
  padding-top: 11px;
}

@media (max-width: 767px) {
  #forum-text p {
    font-size: 17px;
    line-height: 27px;
  }

  #forum-text .list .column {
    width: 100%;
  }
  #forum-text .list .column:last-child {
    display: none;
  }
  #forum-text .list .column .hide {
    display: inline;
  }

  .series-list .column-box .column {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  #forum-past .item .image {
    display: none;
  }
  #forum-past .item .text {
    width: 100%;
  }
}
/* -------------------------
  Search
------------------------- */
.search .search-title {
  font-size: 30px;
  margin-top: -15px;
  border-bottom: 1px solid #30b6cf;
  color: #238287;
  line-height: 43px;
}
.search .no-results {
  font-size: 20px;
  color: #ff0000;
  margin: 15px 0px;
}
.search .search-title-sub {
  border-bottom: 1px solid #30b6cf;
  font-size: 19px;
  color: #238287;
  margin: 15px 0px 0px 0px;
}
.search .previous-forums {
  float: left;
  width: 100%;
}
.search .next-forums {
  float: left;
  width: 100%;
}
.search .forums-title {
  font-size: 24px;
}
.search .post {
  margin: 6px 0 !important;
  overflow: hidden;
}
.search .post .title {
  font-size: 16px !important;
  width: auto;
  line-height: 20px !important;
  float: left;
  padding-right: 5px;
  display: inline-block;
}
.search .post .date {
  display: inline-block;
}
.search .post .text p {
  margin-top: 5px;
  font-size: 15px;
}

/* -------------------------
  404
------------------------- */
#page-404 {
  padding-bottom: 50px;
}
#page-404 p {
  font-size: 25px;
  line-height: 34px;
}
#page-404 p a {
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page-404 p a:hover {
  color: #52e0fa;
}
.ticket-url {
    font-family: 'Circular-Medium', sans-serif!important;
    font-size: 16px!important;
    line-height: 26px!important;
    color: #5f6368!important;
    text-decoration: none!important;
    border-bottom: 0!important;
}

a.ticket-url {
    text-decoration: none!important;
    border-bottom: 0!important;
}