@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video,
#home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

.gallery-top .slick-slide {
  height: 656px;
  background-position: 50% 0;
}
.gallery-top .slick-slide .table-view {
  height: 100%;
  width: 100%;
}
.gallery-top .slick-slide .table-view .table-item {
  vertical-align: bottom;
  padding-bottom: 40px;
}
.gallery-top .slick-slide .table-view .table-item h4 {
  margin-top: 16px;
}

.gallery-bottom .slick-slide {
  height: 112px;
  cursor: pointer;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  bottom: 38px;
}
.gallery-prev svg,
.gallery-next svg {
  width: 24px;
  height: 24px;
}
.gallery-prev:hover svg path,
.gallery-next:hover svg path {
  fill: #ffd563 !important;
}
.gallery-prev:hover svg g g g:nth-child(2) use,
.gallery-next:hover svg g g g:nth-child(2) use {
  fill: #ffd563 !important;
}

.gallery-prev {
  left: 47px;
}

.gallery-next {
  right: 47px;
}

.gallery-video-top .slick-slide {
  border-radius: 8px;
  position: relative;
}
.gallery-video-top .slick-slide iframe {
  width: 100%;
  height: 653px;
}
.gallery-video-top .slick-slide p {
  margin: 14px 0 10px;
}

.gallery-video-bottom .slick-slide {
  padding: 15px 20px;
}
.gallery-video-bottom-image {
  height: 112px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-video-bottom-image:hover {
  opacity: 0.6;
}

.gallery-video-prev,
.gallery-video-next {
  position: absolute;
  bottom: 52px;
}
.gallery-video-prev:hover svg path,
.gallery-video-next:hover svg path {
  fill: #ffd563 !important;
}

.gallery-video-prev {
  left: 72px;
}

.gallery-video-next {
  right: 72px;
}

.events-slider-navi {
  padding-top: 33px;
}

.events-prev,
.events-next {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 28px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #ffffff;
}
.events-prev:hover,
.events-next:hover {
  background-color: #ffd563;
}

.events-prev {
  background-image: url("../images/events-prev.png");
  background-position: 45% 50%;
}

.events-next {
  background-image: url("../images/events-next.png");
  background-position: 55% 50%;
}

.t-prev,
.t-next {
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
.t-prev:hover svg circle,
.t-next:hover svg circle {
  fill: #ffd563 !important;
}

.t-prev {
  right: 130px;
}

.t-next {
  right: 50px;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  .gallery-top .slick-slide {
    height: 560px;
    background-position: 50% 0;
  }
  .gallery-top .slick-slide .table-view {
    height: 100%;
    width: 100%;
  }
  .gallery-top .slick-slide .table-view .table-item {
    padding-bottom: 44px;
  }
  .gallery-top .slick-slide .table-view .table-item h4 {
    margin-top: 0;
    text-align: center;
  }
  .gallery-top .slick-slide .table-view .table-item p {
    display: none;
  }

  .gallery-bottom .slick-slide {
    height: 107px;
  }

  .gallery-prev,
  .gallery-next {
    display: none !important;
  }

  .gallery-video-top .slick-slide {
    border-radius: 8px;
    position: relative;
  }
  .gallery-video-top .slick-slide iframe {
    height: 189px;
  }
  .gallery-video-top .slick-slide p {
    display: none;
  }

  .gallery-video-bottom .slick-slide {
    padding: 3px;
  }
  .gallery-video-bottom-image {
    height: 0;
    padding: 28%;
    width: 100%;
  }

  .gallery-video-prev,
  .gallery-video-next {
    bottom: -30px;
  }

  .gallery-video-prev {
    left: 20px;
  }

  .gallery-video-next {
    right: 20px;
  }

  .t-prev,
  .t-next {
    bottom: 35px;
  }

  .t-prev {
    left: 33%;
  }

  .t-next {
    right: 33%;
  }

  .flexible-list {
    overflow: hidden;
  }

  .mobile-list-slider .slick-list {
    width: 100%;
  }
  .mobile-list-slider .slick-list .slick-slide {
    text-align: left;
  }

  .job-one-slider {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .t-prev, .t-next {
    bottom: 0;
  }

  .gallery-video-top .slick-slide iframe {
    height: 360px;
  }

  .gallery-video-prev {
    left: 40px;
  }

  .gallery-video-next {
    right: 40px;
  }

  .t-prev,
  .t-next {
    bottom: 35px;
    width: 38px;
  }

  .t-prev {
    left: 33%;
  }

  .t-next {
    right: 33%;
  }
}
/* Foundation tweaks */
.row {
  max-width: 1190px;
}
.row-full {
  max-width: 100%;
}
.row-single {
  max-width: 710px;
}
.row-tab {
  max-width: 1365px;
}
.row-tabs {
  max-width: 1500px;
}
.row-title {
  max-width: 950px;
}

.columns, .column {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #27a9e1;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #a0a0a0;
}

.accordion-item.is-active .accordion-title::before {
  content: 'â';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #27a9e1;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1a8bbb;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #27a9e1;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #a0a0a0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.gfield:before {
  display: none;
}

.sign-up-form .gfield input::-webkit-input-placeholder {
  /* WebKit browsers */
  padding-left: 0;
}
.sign-up-form .gfield input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  padding-left: 0;
}
.sign-up-form .gfield input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  padding-left: 0;
}
.sign-up-form .gfield input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  padding-left: 0;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gform_ajax_spinner {
  position: absolute;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  margin-top: -20px;
}
.gform_footer input[type="submit"], .gform_footer input[type="reset"] {
  width: 100%;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 0 0 4px 4px;
  padding: 15px;
}

.validation_error {
  display: none;
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  display: none;
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.page-template-default .gform_footer {
  margin-top: 0;
}

.page-template-template-contact .gfield_select {
  padding-left: 38px;
}

@media only screen and (max-width: 640px) {
  .gf_left_half, .gf_right_half {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .gform_confirmation_message {
    padding: 0 15px;
  }
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Inputs styling */
label {
  display: block;
  font-size: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  padding: 0 19px;
  line-height: 24px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #27a9e1;
  background-color: #ffffff;
  color: #404041;
  margin-bottom: 0;
}
[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  padding: 0 19px;
}
[type=color]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=text]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=week]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  padding: 0 19px;
}
[type=color]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=week]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  padding: 0 19px;
}
[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  padding: 0 19px;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  font-size: 24px;
  box-shadow: none;
  border: 1px solid #27a9e1;
}

select {
  background-image: url("../images/dropdown-carat.png");
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: calc(100% + 50px) 50%;
  background-size: 50px;
  cursor: pointer;
  font-size: 24px;
  color: #27a9e1;
}

textarea[rows] {
  /*Styles for TextArea*/
  border-radius: 4px 4px 0 0;
  height: 240px;
  max-width: 100%;
  resize: none;
  padding: 9px 24px;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #27a9e1;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  transition: all .3s ease-in-out;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #1a8bbb;
}

a.fasc-button,
a.button {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #27a9e1 !important;
  border-radius: 4px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
a.fasc-button:before,
a.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #27a9e1;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
a.fasc-button:after,
a.button:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffd563;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
a.fasc-button:hover:after,
a.button:hover:after {
  top: 0;
  transition: top 450ms cubic-bezier(0.9, 0, 0.1, 1);
}

a.fasc-button {
  margin-right: 36px !important;
}

.fancybox-close {
  display: none;
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

.button-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  text-decoration: none;
  padding-bottom: 7px;
}
.button-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #94dfff;
  transition: width 450ms cubic-bezier(0.8, 0, 0.2, 1);
}
.button-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffd563;
  transition: width 250ms cubic-bezier(0.8, 0, 0.2, 1);
}
.button-text:hover:before {
  width: 0;
  transition: width 350ms cubic-bezier(0.8, 0, 0.2, 1);
}
.button-text:hover:after {
  width: 100%;
  transition: width 550ms cubic-bezier(0.8, 0, 0.2, 1);
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #a0a0a0;
  font-family: "IBM Plex Sans", sans-serif;
}
body.admin-bar {
  margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  color: #404041;
}

h1, .h1 {
  font-size: 60px;
  line-height: 60px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 48px;
}

h3, .h3 {
  font-size: 32px;
  line-height: 32px;
}

h4, .h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

h5, .h5 {
  /*basic heading styles*/
}

h6, .h6 {
  /*basic heading styles*/
}

p {
  font-size: 16px;
  line-height: 28px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: none;
}

ul {
  margin: 24px 0 44px;
  list-style-type: none;
}
ul li {
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
}
ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 2px;
  border-radius: 50%;
  background-color: #a0a0a0;
}

a {
  color: #27a9e1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #14698e;
}

svg path, svg line, svg use, svg circle, svg rect {
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination {
  margin: 40px 0 80px;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #a0a0a0;
  background: #f4f4f4;
  display: block;
  font-size: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 10px;
}
ul.pagination li {
  margin: 0 10px;
  padding-left: 0;
}
ul.pagination li:before {
  display: none;
}
ul.pagination li a {
  font-size: 16px;
  color: #404041;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #ffffff;
  border: 1px solid #27a9e1;
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#home-slider .slick-slide, .bgcover, .header-menu.white-text {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.rel {
  position: relative;
}

.no-left {
  padding-left: 0;
}

.no-right {
  padding-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.table-view {
  display: table;
}

.table-item {
  display: table-cell;
  vertical-align: middle;
}
.table-item-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text li, .white-text p, .white-text span, .white-text pre, .white-text blockquote {
  color: #ffffff;
}
.white-text h1.no-color, .white-text h2.no-color, .white-text h3.no-color, .white-text h4.no-color, .white-text h5.no-color, .white-text h6.no-color, .white-text li.no-color, .white-text p.no-color, .white-text span.no-color, .white-text pre.no-color, .white-text blockquote.no-color {
  color: inherit;
}
.white-text a.fasc-button,
.white-text a.button {
  color: #404041 !important;
  background-color: #ffffff !important;
}
.white-text a.fasc-button:before,
.white-text a.button:before {
  background-color: #ffffff;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 41px 5px 10px;
}
.header .menu-button {
  display: inline-block;
  float: right;
  padding: 0;
  width: 29px;
  height: 45px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 40px;
  top: 24px;
}
.header .menu-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-button:hover:after {
  background: #ffd563;
  box-shadow: 0 7px 0 #ffd563, 0 14px 0 #ffd563;
}
.header .close-menu {
  padding-top: 4px;
  display: inline-block;
}
.header .close-menu:hover rect {
  stroke: #ffd563 !important;
}
.header .close-menu:hover path {
  fill: #ffd563 !important;
}
.header-socials {
  margin-top: 23px;
}
.header-socials .social-one {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  position: relative;
  margin: 5px 19px 5px 0;
}
.header-socials .social-one-container {
  display: inline-block;
  padding-top: 50px;
  opacity: 0;
  vertical-align: top;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-socials .social-one i {
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.header-socials .social-one:hover {
  border: 1px solid #ffd563;
}
.header-socials .social-one:hover i {
  color: #ffd563;
}
.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  width: 100%;
  display: none;
}
.header-menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu.act {
  display: block;
}
.header-menu-text {
  opacity: 0;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu-text.visible {
  opacity: 1;
}
.header-menu-top {
  padding: 40px 15px 15px 5px;
}
.header-menu-right {
  padding-left: 60px;
}
.header-menu-content {
  padding-top: 111px;
}
.header-menu-content nav {
  margin-top: 20px;
}
.header-menu-content h4 {
  line-height: 32px;
  margin: 20px 0 15px;
}
.header-menu-content p {
  line-height: 29px;
  margin-bottom: 10px;
}
.header-menu-content a {
  color: #94dfff;
}
.header-menu-content a.fasc-button {
  color: #27a9e1 !important;
  min-width: 164px;
}
.header-menu-content a:hover {
  color: #ffd563;
}
.header-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}
.header-menu ul li {
  display: block;
  background-color: transparent;
  position: relative;
  padding-left: 4px;
  margin-bottom: 18px;
  padding-top: 15px;
  opacity: 0;
}
.header-menu ul li:before {
  display: none;
}
.header-menu ul li > a {
  padding: 0;
  background: transparent;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.header-menu ul li > a:hover {
  color: #ffd563 !important;
}
.header-menu ul li span.toggle-sub {
  display: inline-block;
  position: absolute;
  bottom: 6px;
  width: 24px;
  height: 14px;
  cursor: pointer;
  margin: 0 0 8px 20px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu ul li span.toggle-sub img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu ul li span.toggle-sub img.yellow-arrow {
  display: none;
}
.header-menu ul li span.toggle-sub:hover img.yellow-arrow {
  display: block;
}
.header-menu ul li span.toggle-sub:hover img.white-arrow {
  display: none;
}
.header-menu ul li span.toggle-sub.act {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu ul li.current-menu-item > a, .header-menu ul li.current_page_ancestor > a, .header-menu ul li.current_page_parent > a, .header-menu ul li.current_page_item > a, .header-menu ul li.current-menu-parent > a {
  background: transparent;
  color: #ffd563;
}
.header-menu ul li.has-dropdown > a {
  padding: 0;
}
.header-menu ul li.has-dropdown > a:after {
  display: none !important;
}
.header-menu ul li > a:hover {
  /* menu item style on hover */
  background: transparent;
  color: #ffd563;
}
.header-menu ul li:hover > a {
  /* Parent link style on dropdown hover */
  background: transparent;
  color: #ffffff;
}
.header-menu ul li .sub-menu {
  display: none;
  border: none;
  margin: 21px 0 12px;
}
.header-menu ul li .sub-menu.js-dropdown-active {
  display: block;
}
.header-menu ul li .sub-menu li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.header-menu ul li .sub-menu li > a {
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  color: #ffffff;
  font-weight: 400;
}
.header-menu ul li .sub-menu li > a:hover {
  background: transparent;
  color: #ffd563;
}
.header-menu ul li .sub-menu li.current_page_item > a {
  color: #ffd563;
}

.logo img {
  max-height: 150px;
}

.hero-block {
  padding-top: 172px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: 100%;
}
.hero-block.big-hero {
  padding-top: 358px;
}
.hero-block h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 80px;
}
.hero-block h3 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* ------------------------------------
   Builder Page
------------------------------------- */
.main-slider-progress-bar {
  height: 4px;
  background-color: #27a9e1;
  width: 0;
  margin: 0;
  border: none;
  z-index: 1;
  position: relative;
}
.main-slider-progress-bar-container {
  background-color: #94dfff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flexible-sidebar {
  padding: 80px 0;
}
.flexible-sidebar a.fasc-button,
.flexible-sidebar a.button {
  margin-top: 59px;
}
.flexible-sidebar ul {
  margin: 40px 0 0;
  list-style-type: none;
}
.flexible-sidebar ul li {
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.flexible-sidebar ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 2px;
  border-radius: 50%;
  background-color: #ffffff;
}
.flexible-sidebar.white-text a {
  color: #ffffff;
}
.flexible-sidebar.white-text a:hover {
  color: #ffd563;
}
.flexible-half {
  padding: 80px 0;
}
.flexible-half-image {
  border-radius: 8px;
  margin-right: 5px;
}
.flexible-half-content {
  padding-left: 12%;
}
.flexible-half h2, .flexible-half h3 {
  margin-bottom: 40px;
}
.flexible-half a.fasc-button {
  margin-top: 44px;
}
.flexible-half.image-right .flexible-half-image {
  margin-right: 0;
  margin-left: 5px;
}
.flexible-half.image-right .flexible-half-content {
  padding-left: 15px;
  padding-right: 12%;
}
.flexible-partners {
  padding: 80px 0 4px;
}
.flexible-partners h3 {
  margin-bottom: 76px;
}
.flexible-partners .partner {
  width: 20%;
  float: left;
  margin-bottom: 76px;
}
.flexible-partners .partner img, .flexible-partners .partner svg {
  height: 128px;
  max-width: 128px;
}
.flexible-partners .partner.last img, .flexible-partners .partner.last svg {
  max-width: none;
  height: auto;
}
.flexible-partners .partner.last a:hover {
  opacity: 0.7;
}
.flexible-gallery-title {
  position: absolute;
  top: 80px;
  left: 15px;
  z-index: 1;
}
.flexible-video {
  padding: 160px 0 146px;
}
.flexible-video h3 {
  color: #27a9e1;
  margin-bottom: 40px;
}
.flexible-video iframe {
  border-radius: 8px;
}
.flexible-video-bottom-container {
  padding-left: 115px;
  padding-right: 115px;
}
.flexible-tabs {
  background-repeat: no-repeat;
  background-position: 50% 100px;
  padding-top: 132px;
}
.flexible-tabs ul.tabs {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flexible-tabs ul.tabs li {
  padding: 15px;
}
.flexible-tabs ul.tabs li a {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 3px;
  line-height: 55px;
}
.flexible-tabs ul.tabs li a:before {
  background-color: transparent;
}
.flexible-tabs ul.tabs li a:hover {
  color: #404041;
}
.flexible-tabs ul.tabs li.is-active a {
  background: transparent;
  color: #404041;
}
.flexible-tabs ul.tabs li.is-active a:before {
  background-color: #94dfff;
}
.flexible-tabs .tabs-content {
  margin: 41px 0 165px;
}
.flexible-tabs .tabs-content div.tabs-panel {
  padding: 15px 0;
}
.flexible-tabs .tabs-content div.tabs-panel .no-right {
  padding-left: 20px;
}
.flexible-tabs .tabs-content div.tabs-panel h2, .flexible-tabs .tabs-content div.tabs-panel h3 {
  margin-bottom: 40px;
}
.flexible-tabs .tabs-content div.tabs-panel a.button {
  margin-top: 16px !important;
}
.flexible-tabs .tabs-content div.tabs-panel img {
  border-radius: 8px;
}
.flexible-list {
  padding: 80px 0 36px;
}
.flexible-list h3 {
  color: #27a9e1;
  margin-bottom: 25px;
}
.flexible-list .job-one img {
  margin-left: 8px;
}
.flexible-title {
  padding: 160px 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  background-attachment: fixed;
}
.flexible-title.white-text {
  background-size: auto;
  background-color: #27a9e1;
  background-position: 50%;
}
.flexible-team {
  background-color: #27a9e1;
  padding: 80px 0 55px;
}
.flexible-team h3 {
  color: #ffffff;
  margin-bottom: 25px;
}
.flexible-team .member-container {
  padding: 15px 20px 0;
}
.flexible-team .member-one {
  border: 1px solid #94dfff;
  border-radius: 4px;
  padding: 20px 15px 43px;
  margin-bottom: 25px;
  background-color: #ffffff;
  cursor: pointer;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-team .member-one-image {
  height: 128px;
  width: 128px;
  margin: 0 auto 19px;
  border-radius: 50%;
}
.flexible-team .member-one h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #404041;
  margin-bottom: 7px;
}
.flexible-team .member-one p {
  margin-bottom: 0;
}
.flexible-team .member-one span {
  font-size: 24px;
  line-height: 24px;
  color: #27a9e1;
  letter-spacing: 4.5px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexible-team .member-one:hover {
  box-shadow: 0 0 20px rgba(64, 64, 65, 0.3);
}
.flexible-numbered .numbered-one {
  padding: 30px 30px 54px 80px;
  min-height: 420px;
}
.flexible-numbered .numbered-one svg, .flexible-numbered .numbered-one img {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
}
.flexible-numbered .numbered-one-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.flexible-numbered .numbered-one.white-text svg path,
.flexible-numbered .numbered-one.white-text svg polygon {
  fill: #ffffff !important;
}
.flexible-numbered .numbered-one h3 {
  margin-bottom: 13px;
}
.flexible-numbered .numbered-one a.button-text {
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 16px;
}
.flexible-numbered .numbered-one a.button-text:before {
  background-color: #ffffff;
}
.flexible-numbered .numbered-one:hover a.button-text:after {
  width: 100%;
  transition: width 550ms cubic-bezier(0.8, 0, 0.2, 1);
}
.flexible-events .medium-6 {
  padding: 0;
}
.flexible-events-image {
  min-height: 663px;
}
.flexible-events-text {
  max-width: 440px;
  width: 100%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.flexible-events-text-container {
  background-image:none;
	background-color: #27a9e1;
}
.flexible-events-text h3 {
  visibility:hidden;
}
.flexible-events-text h2 {
  color: #ffffff;
  margin-bottom: 18px;
}
.flexible-events-text a.button-text {
  color: #ffffff;
}
.flexible-events-text a.button-text:before {
  background-color: #ffffff;
}
.flexible-events ul.slick-dots {
  width: 50%;
  margin: 24px 0 25px;
}
.flexible-events ul.slick-dots li {
  margin: 0 13.5px;
}
.flexible-events ul.slick-dots li:before {
  display: none;
}
.flexible-events ul.slick-dots li button {
  width: 18px;
  height: 16px;
}
.flexible-events ul.slick-dots li button:before {
  width: 18px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.flexible-events ul.slick-dots li.slick-active button:before, .flexible-events ul.slick-dots li:hover button:before {
  background-color: #ffffff;
}
.flexible-full-video {
  height: 810px;
}
.flexible-full-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexible-full-video a:hover span {
  background-color: #ffd563;
}
.flexible-full-video span {
  border-radius: 4px;
  background-color: rgba(23, 35, 34, 0.75);
  display: inline-block;
  width: 108px;
  height: 66px;
  background-image: url("../images/play.png");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-video {
  display: none;
}

/* ------------------------------------
    Featured Events
------------------------------------- */
.featured-events {
  background-color: #f4f4f4;
}
.featured-events .hero-block {
  padding-top: 224px;
}
.featured-events-list {
  padding: 80px 0 40px;
}
.featured-events-list .large-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.featured-events .event-one {
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.featured-events .event-one-image {
  height: 292px;
  border-radius: 8px 8px 0 0;
}
.featured-events .event-one-meta {
  padding: 20px;
}
.featured-events .event-one-meta h3 {
  margin-bottom: 32px;
}
.featured-events .event-one-meta p {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.featured-events .event-one-meta img {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.featured-events .event-one-date, .featured-events .event-one-time {
  width: 50%;
  display: inline-block;
}
.featured-events .event-one-date {
  float: left;
}
.featured-events .event-one a.button {
  border-radius: 0 0 8px 8px;
  width: 100%;
  display: block;
}
.featured-events-bottom {
  overflow: hidden;
}
.featured-events-bottom-text {
  padding: 160px 15px 149px;
}
.featured-events-bottom-text h2, .featured-events-bottom-text h3 {
  margin-bottom: 40px;
}
.featured-events-bottom-text a.fasc-button {
  margin-top: 24px;
}
.featured-events-bottom-text a.fasc-button:nth-child(2) {
  padding: 16px 15px;
  color: #404041 !important;
  margin-right: 0 !important;
  background-color: #94dfff !important;
}
.featured-events-bottom-text a.fasc-button:nth-child(2):before {
  background-color: #94dfff;
}
.featured-events-bottom-text a.fasc-button:nth-child(2):hover {
  background-color: #ffd563 !important;
}
.featured-events-bottom-image {
  position: absolute;
  left: calc(50% + 20px);
  bottom: 0;
}

/* ------------------------------------
    Single Events
------------------------------------- */
.single-event .hero-block {
  padding-top: 232px;
}
.single-event .hero-block .event-hero-info {
  margin-bottom: 84px;
}
.single-event .hero-block .event-hero-info h1 {
  margin: 18px 0 24px;
}
.single-event .hero-block .event-hero-info img {
  float: left;
  margin-right: 6px;
}
.single-event .hero-block .event-hero-info p {
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.single-event .hero-block .event-hero-info span {
  display: block;
  color: #94dfff;
}
.single-event .hero-block .event-hero-date {
  display: inline-block;
  min-width: 220px;
  margin-right: 20px;
}
.single-event .hero-block .event-hero-location {
  display: inline-block;
}
.single-event-text {
  padding: 80px 0 60px;
}
.single-event-text h2.buttons-title {
  margin-bottom: 93px;
}
.single-event-text a.button {
  min-width: 320px;
  margin-bottom: 20px;
  text-align: center;
}
.single-event .accordion-one {
  border-radius: 4px;
  margin-bottom: 20px;
}
.single-event .accordion-one h4 {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  background-color: #94dfff;
  border-radius: 4px;
  padding: 16px 50px 16px 21px;
}
.single-event .accordion-one h4:after {
  content: '';
  width: 48px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #27a9e1;
  border-radius: 0 4px 4px 0;
}
.single-event .accordion-one h4 svg {
  position: absolute;
  right: 13px;
  top: 16px;
  z-index: 1;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-event .accordion-one h4.act svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-event .accordion-one-content {
  display: none;
  padding: 40px;
  background-color: #f4f4f4;
}
.single-event-blue {
  background-color: #27a9e1;
  padding: 80px 0 60px;
  margin-top: 80px;
}
.single-event-blue h3 {
  margin-bottom: 34px;
}
.single-event-blue .row {
  padding-left: 5px;
  padding-right: 5px;
}
.single-event-blue .blue-block {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.single-event-blue .blue-block.small {
  width: 22.5%;
}
.single-event-blue .blue-block.small span {
  font-weight: 700;
}
.single-event-blue .blue-block.big {
  width: 55%;
}
.single-event-blue .blue-block.price {
  text-align: left;
}
.single-event-blue .blue-block.price .blue-block-content {
  padding-right: 50px;
  padding-left: 19px;
}
.single-event-blue .blue-block a.plus-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background-color: #94dfff;
}
.single-event-blue .blue-block a.plus-link img {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.single-event-blue .blue-block a.plus-link:hover {
  background-color: #ffffff;
}
.single-event-blue .blue-block-content {
  border-radius: 4px;
  border: 1px solid #94dfff;
  padding: 9px;
}
.single-event-blue .blue-block-content p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.single-event-map iframe {
  height: 320px;
}
.single-event-sponsors {
  background-color: #ffffff;
  padding: 80px 0;
}
.single-event-sponsors h2 {
  margin-bottom: 40px;
  color: #404041;
}
.single-event-sponsors .sponsor-one {
  width: 20%;
  float: left;
}
.single-event-sponsors .sponsor-one:last-child {
  float: none;
}

.single-tribe_events .header-menu ul li.current_page_parent > a {
  color: #fff;
}
.single-tribe_events .header-menu ul li.current-event > a {
  color: #ffd563;
}

/* ------------------------------------
   Calendar
------------------------------------- */
.calendar .flexible-title {
  margin-top: 77px;
}

.tribe-events-ajax-loading img {
  margin: 0 !important;
}

#tribe-events {
  margin-top: 80px;
}
#tribe-events h1.tribe-events-page-title {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  color: #27a9e1 !important;
  margin: -48px 0 38px;
  padding: 0 180px;
  z-index: -1;
}
#tribe-events .tribe-events-title-bar h1 {
  display: none;
}
#tribe-events .tribe-events-calendar .tribe-events-present div[id*="tribe-events-daynum-"] {
  color: #404041 !important;
}
#tribe-events .tribe-events-calendar .tribe-events-present div[id*="tribe-events-daynum-"] a {
  color: #404041 !important;
  background-color: transparent !important;
}
#tribe-events .tribe-events-calendar td.mobile-active,
#tribe-events .tribe-events-calendar td.tribe-events-present {
  background-color: transparent !important;
}
#tribe-events .tribe-events-calendar td.tribe-events-has-events::after {
  height: 12px;
  width: 12px;
  background-color: #27a9e1;
}
#tribe-events #tribe-bar-form {
  background: transparent;
}
#tribe-events #tribe-bar-form select {
  margin-top: 12px;
  font-size: 18px;
}
#tribe-events #tribe-bar-form input[type=text] {
  margin-top: 19px;
}
#tribe-events .category-dropdown-filter,
#tribe-events .tribe-bar-date-filter {
  padding: 15px 40px 15px 0 !important;
}
#tribe-events .tribe-bar-search-filter {
  display: none;
}
#tribe-events .category-dropdown-filter {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 33.3333%;
}
#tribe-events label {
  color: #a0a0a0 !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.63px;
}
#tribe-events input {
  font-size: 18px !important;
  color: #27a9e1;
  font-style: normal !important;
  padding: 5px 0 !important;
  height: 40px !important;
  border-bottom: 1px solid #ececec !important;
}
#tribe-events input:-ms-input-placeholder {
  font-style: normal !important;
  font-size: 18px !important;
  color: #27a9e1;
}
#tribe-events input:-moz-placeholder {
  font-style: normal !important;
  font-size: 18px !important;
  color: #27a9e1;
}
#tribe-events input::-moz-placeholder {
  font-style: normal !important;
  font-size: 18px !important;
  color: #27a9e1;
}
#tribe-events input::-webkit-input-placeholder {
  font-style: normal !important;
  font-size: 18px !important;
  color: #27a9e1;
}
#tribe-events input:focus {
  border-bottom: 1px solid #ececec !important;
  outline: none !important;
}
#tribe-events .tribe-bar-submit {
  position: relative;
  background-color: #27a9e1;
  border-radius: 4px;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  padding: 0 !important;
  margin-left: 16%;
  margin-top: 10px;
  width: 200px;
}
#tribe-events .tribe-bar-submit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #27a9e1;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
#tribe-events .tribe-bar-submit:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffd563;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
#tribe-events .tribe-bar-submit:hover:after {
  top: 0;
  transition: top 450ms cubic-bezier(0.9, 0, 0.1, 1) !important;
}
#tribe-events .tribe-bar-submit input.tribe-events-button {
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: transparent !important;
  padding: 16px 20px !important;
  font-weight: 400;
  height: 60px !important;
}
#tribe-events .tribe-bar-views-inner {
  background: #94dfff !important;
  border-radius: 8px !important;
  margin-top: 10px;
  padding: 0 !important;
}
#tribe-events .tribe-bar-views-inner label#tribe-bar-views-label {
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.63px !important;
  color: #27a9e1 !important;
  display: inline-block !important;
  float: left;
  width: 50%;
  padding: 17px 5px 0 15px !important;
  line-height: 27px;
}
#tribe-events .tribe-bar-views-inner button#tribe-bar-views-toggle {
  cursor: pointer;
  padding: 20px 0 !important;
  font-size: 18px;
  display: inline-block;
  width: 50%;
}
#tribe-events .tribe-bar-views-inner button#tribe-bar-views-toggle:after {
  display: none;
}
#tribe-events .tribe-bar-views-inner button#tribe-bar-views-toggle:hover, #tribe-events .tribe-bar-views-inner button#tribe-bar-views-toggle:focus {
  background-color: transparent !important;
  color: #ffffff;
  outline: none;
  border: none;
}
#tribe-events ul.tribe-bar-views-list li {
  padding-left: 10px;
}
#tribe-events ul.tribe-bar-views-list li:before {
  display: none;
}
#tribe-events ul.tribe-events-sub-nav li {
  padding-left: 0;
  cursor: pointer;
}
#tribe-events ul.tribe-events-sub-nav li:before {
  display: none;
}
#tribe-events ul.tribe-events-sub-nav li svg {
  margin-top: 3px;
}
#tribe-events ul.tribe-events-sub-nav li a {
  font-size: 24px;
  color: #404041;
}
#tribe-events ul.tribe-events-sub-nav li.tribe-events-nav-previous svg {
  margin-right: 15px;
  float: left;
}
#tribe-events ul.tribe-events-sub-nav li.tribe-events-nav-next svg {
  margin-left: 15px;
  float: right;
}
#tribe-events ul.tribe-events-sub-nav li:hover svg path {
  fill: #ffd563 !important;
}
#tribe-events ul.tribe-events-sub-nav li:hover a {
  color: #ffd563;
}
#tribe-events #tribe-events-content {
  border: none;
}
#tribe-events #tribe-events-content table.tribe-events-calendar {
  width: auto;
  border: none;
  margin: 12px 0 50px;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead {
  border: none;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead th {
  background-color: #27a9e1;
  color: #94dfff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  border: none;
  padding: 12px 0;
  position: relative;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead th:first-child {
  border-top-left-radius: 8px;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead th:first-child:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -1px;
  display: inline-block;
  width: 2px;
  height: calc(100% - 8px);
  background-color: #27a9e1;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead th:last-child {
  border-top-right-radius: 8px;
}
#tribe-events #tribe-events-content table.tribe-events-calendar thead th:last-child:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -1px;
  display: inline-block;
  width: 2px;
  height: calc(100% - 8px);
  background-color: #27a9e1;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td {
  padding: 0 0 50px;
  border-left: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  border-top: none;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div[id*="tribe-events-daynum-"] {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #f4f4f4;
  padding: 14px 8px;
  margin-bottom: 11px;
  margin-top: 0;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div[id*="tribe-events-daynum-"] a {
  font-size: 16px;
  font-weight: 700;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.type-tribe_events {
  background-color: transparent !important;
  padding: 10px 10px 0 !important;
  border: none !important;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.type-tribe_events h3 {
  border-bottom: 1px solid #27a9e1;
  padding: 0 0 10px;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.type-tribe_events h3 a {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #404041 !important;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.type-tribe_events h3:hover a {
  color: #ffd563 !important;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.type-tribe_events:last-child h3 {
  border-bottom: none;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.tribe-events-tooltip {
  padding: 10px;
  display: none !important;
}
#tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td div.tribe-events-tooltip .tribe-events-event-body {
  padding: 10px 0 6px;
}
#tribe-events a.tribe-events-ical {
  position: relative;
  background-color: #27a9e1;
  border-radius: 4px;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 16px 20px !important;
  font-weight: 400;
  float: none;
  margin-top: -93px;
}
#tribe-events a.tribe-events-ical:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #27a9e1;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
#tribe-events a.tribe-events-ical:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffd563;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
#tribe-events a.tribe-events-ical:hover:after {
  top: 0;
  transition: top 450ms cubic-bezier(0.9, 0, 0.1, 1) !important;
}

.tribe-address .tribe-region {
  color: inherit;
  text-decoration: none;
}

.tribe-event-description p {
  color: #333333;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.category-list {
  padding: 80px 0;
}

/* Blog page */
.blog-featured {
  padding: 58px 0 66px;
}
.blog-featured h1 {
  margin-bottom: 18px;
}
.blog-featured p {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 7px;
}
.blog-featured p span {
  display: inline-block;
  padding-left: 106px;
}
.blog-featured a {
  color: #94dfff;
  font-size: 24px;
  display: inline-block;
}
.blog-cats {
  background-color: #27a9e1;
  margin-top: -1px;
}
.blog-cats ul.tabs {
  background: transparent;
  border: none;
  padding: 31px 22px;
  display: flex;
  justify-content: space-around;
}
.blog-cats ul.tabs li {
  padding: 15px 20px;
}
.blog-cats ul.tabs li a {
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
}
.blog-cats ul.tabs li a:before {
  content: '';
  width: 95%;
  height: 2px;
  display: inline-block;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.blog-cats ul.tabs li.is-active, .blog-cats ul.tabs li:hover {
  background: transparent;
}
.blog-cats ul.tabs li.is-active a, .blog-cats ul.tabs li:hover a {
  color: #ffffff;
  background: transparent;
}
.blog-cats ul.tabs li.is-active a:before, .blog-cats ul.tabs li:hover a:before {
  background-color: #ffffff;
}
.blog .tabs-content .tabs-panel {
  padding: 80px 0;
}
.blog .tabs-content .large-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.post-one {
  margin-bottom: 40px;
  border-radius: 8px;
  padding: 35px 40px 88px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 320px;
}
.post-one:hover {
  box-shadow: 0 0 20px rgba(39, 169, 225, 0.6);
}
.post-one h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.post-one p {
  font-size: 18px;
}
.post-one a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-one-meta {
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.post-one-cats {
  display: inline-block;
  float: left;
  width: 63.5%;
  padding: 15px 40px;
}
.post-one-cats p {
  color: #ffd563;
}
.post-one-date {
  display: inline-block;
  border-left: 1px solid #ffffff;
  width: 36.5%;
  padding: 15px 5px;
}
.post-one-date p {
  color: #94dfff;
}

.single .hero-block {
  padding-top: 224px;
  background-size: cover;
}
.single .hero-block .blog-featured {
  padding: 58px 0 62px;
}
.single .hero-block .blog-featured p {
  padding-left: 0;
}
.single-content {
  padding-top: 80px;
}
.single-content h3 {
  margin-bottom: 20px;
}
.single-content img.alignnone {
  margin: 24px 0;
}
.single-recent {
  padding-top: 82px;
}
.single-recent:before {
  content: '';
  width: 89%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5.5%;
  background-color: #f4f4f4;
}
.single-recent .large-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.bread {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  margin-bottom: 77px;
}
.bread a span {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bread a:hover span {
  color: #ffd563;
}

.author-block {
  margin: 80px 0 76px;
}
.author-block-image {
  width: 80px;
  height: 80px;
  float: left;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
}
.author-block-social {
  width: 24px;
  height: 24px;
  border: 1px solid #27a9e1;
  border-radius: 50%;
  display: inline-block;
  margin: 27px 0 27px 20px;
}
.author-block-social i {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 14px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.author-block-social:hover {
  border: 1px solid #ffd563;
}
.author-block-social:hover i {
  color: #ffd563;
}
.author-block span {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #94dfff;
}
.author-block h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #404041;
}
.author-block p {
  margin-bottom: 0;
}

.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #27a9e1;
}
.not-found .label:hover {
  background-color: #1b91c4;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.home-hero {
  height: 100vh;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}
.home-hero-sign {
  position: fixed;
  right: 44px;
  top: 35%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 100% 0;
  display: inline-block;
  letter-spacing: 3px;
  color: #404041;
  background-color: #ffd563;
  padding: 10px 15px;
  z-index: 4;
}
.home-hero-sign:hover {
  background-color: #ffffff;
}
.home-hero-text {
  position: absolute;
  left: 43%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-hero-text h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}
.home-hero-text a.button-text {
  font-size: 24px;
  color: #ffffff;
}
.home-hero-text a.button-text:before {
  background-color: #ffffff;
}
.home-hero-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
.home .flexible-sidebar {
  padding: 160px 0 150px;
}

.tribe-events-event-body p {
  white-space: normal;
}

/* ------------------------------------
   Board Page
------------------------------------- */
.board {
  padding-bottom: 100px;
}
.board .flexible-sidebar {
  padding: 80px 0 69px;
}
.board .blog-cats {
  background-color: #404041;
  margin-top: -1px;
}
.board .tabs-content {
  border: none;
  padding-top: 49px;
}
.board .tabs-content .tabs-panel h3 {
  color: #27a9e1;
  margin: 17px 0 25px;
}

.job-container {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 15px;
}
.job-one {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 19px 19px 40px;
  margin-bottom: 30px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-one:hover {
  box-shadow: 0 0 20px rgba(148, 223, 255, 0.4);
}
.job-one-image {
  height: 80px;
  margin-bottom: 15px;
}
.job-one img {
  max-height: 80px;
  max-width: 80px;
}
.job-one svg {
  width: 80px;
  max-height: 80px;
}
.job-one h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #404041;
  margin-bottom: 7px;
}
.job-one p {
  margin-bottom: 0;
}
.job-one a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* single job */
.single-job h1 {
  word-break: break-word;
}
.single-job .hero-block {
  padding-top: 357px;
}
.single-job-content {
  margin: 80px auto;
}
.single-job-content h2 {
  margin-bottom: 44px;
}
.single-job-apply {
  padding: 81px 0;
  background-color: #27a9e1;
}
.single-job-apply a.button {
  margin-top: 52px;
}
.single-job-apply a {
  color: #ffffff;
}
.single-job-apply a:hover {
  color: #ffd563;
}

/* ------------------------------------
   Contact Page
------------------------------------- */
.contact-content {
  padding: 80px 0;
}
.contact-content h2 {
  margin-bottom: 32px;
}
.contact-content h4 {
  margin-bottom: 24px;
}
.contact-bottom {
  height: 540px;
}

.social-one {
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.social-one i {
  font-size: 15px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-one:hover i {
  color: #ffd563;
}

/* ------------------------------------
   Slider Options
------------------------------------- */
.job-one-slider .slick-prev:before, .job-one-slider .slick-next:before {
  color: #27a9e1;
  font-size: 18px;
}
.job-one-slider .slick-prev, .job-one-slider .slick-next {
  width: 30px;
  top: 100%;
  border: 2px solid #27a9e1;
  padding: 0px;
  border-radius: 50%;
}

.sl-tabs .slick-prev:before, .sl-tabs .slick-next:before {
  font-size: 20px;
}

.mobile-team-slider .slick-prev:before, .mobile-team-slider .slick-next:before {
  color: #404041;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #f4f4f4;
  padding: 35px 0 0;
}
.footer-logo {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer-left {
  padding-right: 88px;
}
.footer-right {
  padding-left: 94px;
  padding-right: 30px;
}
.footer-copy {
  padding: 21px 14px 0 7px;
}
.footer-copy a:hover {
  color: #ffd563;
}
.footer svg {
  width: 60px;
  height: 60px;
}
.footer p {
  margin-bottom: 15px;
}
.footer p a {
  color: #a0a0a0;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-menu li:before {
  display: none;
}
.footer-menu li a {
  display: block;
  padding: 5px 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #404041;
  line-height: 28px;
  letter-spacing: 3px;
}
.footer-menu li a:hover {
  color: #ffd563;
}

ul.tabs {
  background: transparent;
  border: none;
}
ul.tabs li {
  padding: 0;
}
ul.tabs li:before {
  display: none;
}

.tabs-content {
  border: none;
  background: transparent;
}
.tabs-content .tabs-panel {
  display: none;
}
.tabs-content .tabs-panel.is-active {
  display: block;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  display: none;
  background-color: rgba(64, 64, 65, 0.69);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 30px 30px 20px;
  border: none;
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  position: relative;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
.reveal .close-modal:hover svg path {
  fill: #ffd563 !important;
}
.reveal:focus {
  outline: none;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

.sign-up-form {
  padding: 20px 50px 60px;
}
.sign-up-form form h3.gform_title {
  margin-bottom: 40px;
}
.sign-up-form form .gform_body li.gfield {
  position: relative;
}
.sign-up-form form .gform_body li.gfield label.gfield_label {
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #27a9e1;
  position: absolute;
  left: 20px;
  top: 3px;
}
.sign-up-form form .gform_body li.gfield label.gfield_label span {
  display: none;
}
.sign-up-form form .gform_footer {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}
.sign-up-form form .gform_footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #27a9e1;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
.sign-up-form form .gform_footer:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffd563;
  transition: top 350ms cubic-bezier(0.9, 0, 0.1, 1);
}
.sign-up-form form .gform_footer:hover:after {
  top: 0;
  transition: top 450ms cubic-bezier(0.9, 0, 0.1, 1);
}
.sign-up-form form .gform_footer input[type="submit"] {
  border-radius: 4px;
  padding: 16px;
  background-color: transparent;
}
.sign-up-form form .gform_footer input[type="submit"]:hover, .sign-up-form form .gform_footer input[type="submit"]:focus {
  background-color: transparent;
}

.member-info {
  padding: 0 35px;
}

.m-top {
  padding: 22px 15px 25px;
}
.m-image {
  display: inline-block;
  width: 128px;
  height: 128px;
  margin: 0 21px 15px 0;
  float: left;
}
.m-name {
  margin-top: 27px;
}
.m-position {
  font-size: 24px;
  color: #94dfff;
}
.m-bottom {
  padding: 25px 0 0;
}
.m-bottom a.social-one i {
  color: #94dfff;
}
.m-bottom a.social-one:hover i {
  color: #ffd563;
}

.page-template-default .hero-block {
  background-size: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-block,
  .home-hero {
    background-attachment: scroll;
  }
}
.cross-container {
  display: inline-block;
  padding: 15px;
  position: absolute;
  right: 25px;
  top: 4px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.3s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.3s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cross-container .cross {
  position: relative;
  width: 29px;
  height: 29px;
  margin: 0;
  display: inline-block;
}
.cross-container .cross span {
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 2px;
  -webkit-transition: comma-list() prefixed-for-transition(-webkit, all), 0.35s;
  -webkit-transition-delay: comma-list() ease-in-out;
  -moz-transition: comma-list() prefixed-for-transition(-moz, all), 0.35s, ease-in-out;
  -o-transition: comma-list() prefixed-for-transition(-o, all), 0.35s, ease-in-out;
  transition: all 0.35s ease-in-out;
}
.cross-container .cross span.top {
  top: 6px;
}
.cross-container .cross span.middle {
  top: 13px;
}
.cross-container .cross span.bottom {
  top: 20px;
}
.cross-container.active {
  border: 1px solid #ffffff;
}
.cross-container.active .cross span.top {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-container.active .cross span.bottom {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-container.active .cross span.middle {
  opacity: 0;
}
.cross-container:hover {
  border-color: #ffd563;
}
.cross-container:hover .cross span {
  background: #ffd563;
}
