@font-face {
  font-family: "BaseOne";
  src: url("../fonts/BaseOne-Regular.eot");
  src: local("BaseOne Regular"), local("BaseOne-Regular"), url("../fonts/BaseOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BaseOne-Regular.woff2") format("woff2"), url("../fonts/BaseOne-Regular.woff") format("woff"), url("../fonts/BaseOne-Regular.ttf") format("truetype"), url("../fonts/BaseOne-Regular.svg#BaseOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BaseOne";
  src: url("../fonts/BaseOne-Heavy.eot");
  src: local("BaseOne Heavy"), local("BaseOne-Heavy"), url("../fonts/BaseOne-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/BaseOne-Heavy.woff2") format("woff2"), url("../fonts/BaseOne-Heavy.woff") format("woff"), url("../fonts/BaseOne-Heavy.ttf") format("truetype"), url("../fonts/BaseOne-Heavy.svg#BaseOne-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BaseOne";
  src: url("../fonts/BaseOne-Bold.eot");
  src: local("BaseOne Bold"), local("BaseOne-Bold"), url("../fonts/BaseOne-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BaseOne-Bold.woff2") format("woff2"), url("../fonts/BaseOne-Bold.woff") format("woff"), url("../fonts/BaseOne-Bold.ttf") format("truetype"), url("../fonts/BaseOne-Bold.svg#BaseOne-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v21-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v21-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v21-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
.ut-single-brand-logo {
  filter: brightness(0) invert(1);
}

.bklyn-team-member.bklyn-team-member-style-1 .bklyn-team-member-info {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  background: #e5005d;
  text-align: left;
  padding: 8px 16px;
}
.bklyn-team-member.bklyn-team-member-style-1 .bklyn-team-member-info .bklyn-team-member-name,
.bklyn-team-member.bklyn-team-member-style-1 .bklyn-team-member-info .bklyn-team-member-ocupation {
  color: #fff;
}
.bklyn-team-member.bklyn-team-member-style-1 .bklyn-team-member-info .bklyn-team-member-name {
  font-size: 24px;
  letter-spacing: 2px;
}
.bklyn-team-member.bklyn-team-member-style-1 .bklyn-team-member-info .bklyn-team-member-ocupation {
  font-family: SourceSansPro-Light;
  font-size: 16px;
  text-transform: uppercase;
}

.corners-border-box::before,
.corners-border-box > :first-child::before {
  position: absolute;
  content: " ";
  width: 50px;
  height: 50px;
  border-color: #e5005d;
  border-style: solid;
  z-index: 2;
}
.corners-border-box::before {
  top: 0;
  left: 0;
  border-width: 6px 0 0 6px;
}
.corners-border-box > :first-child::before {
  bottom: 0;
  right: 0;
  border-width: 0 6px 6px 0;
}

.bklyn-single-testimonial-style-1 .ut-st-title {
  font-size: 28px;
  font-family: "SourceSansPro-Light";
}
.bklyn-single-testimonial-style-1 .ut-st-date {
  font-size: 28px !important;
  font-family: "SourceSansPro-Bold";
}

.toggle-row-button-container .bklyn-btn.bklyn-btn-outline {
  border: 2px solid #e5005d;
  background: rgba(255, 255, 255, 0.1);
  color: #e5005d;
  border-width: 2px;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 0;
}
.toggle-row-button-container .bklyn-btn.bklyn-btn-outline:hover {
  color: #fff;
  background-color: #e5005d;
}

#toggle-row {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
#toggle-row.open {
  max-height: 1000px;
  transition: max-height 0.5s ease-in-out;
}

.ut-image-gallery-image .ut-image-gallery-item .ut-image-gallery-item-caption-title {
  padding: 0 10px;
}
.ut-image-gallery-image .ut-image-gallery-item .ut-image-gallery-item-caption-title h3 {
  hyphens: auto;
  -ms-hyphens: auto;
  /* IE prefix */
  -webkit-hyphens: auto;
  /* Safari prefix */
}
.ut-image-gallery-image .ut-image-gallery-item .ut-image-gallery-item-caption-title h3 small {
  font-size: 40%;
  line-height: 125%;
}
.ut-image-gallery-image .ut-image-gallery-image-caption {
  padding: 10px;
}
.ut-image-gallery-image .ut-image-gallery-image-caption .ut-image-gallery-item-caption-title small {
  font-family: "SourceSansPro-Light";
}

.ut-image-gallery-image-caption {
  opacity: 1 !important;
}

.ut-image-gallery-image .ut-image-gallery-item .ut-image-gallery-item-caption-title h3 {
  animation-name: auto;
}
.ut-image-gallery-image .ut-image-gallery-item .ut-image-gallery-item-caption-title h3 small {
  display: none;
}

.ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-image-caption .ut-image-gallery-item-caption-title h3 small {
  display: block;
}

#slider-info-panel {
  width: 320px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  z-index: 10;
  transition: right 0.5s ease-out;
  background: #fff;
}
#slider-info-panel:hover h2.symbol::after {
  color: rgb(0, 0, 0);
}
#slider-info-panel p,
#slider-info-panel h2 {
  margin-bottom: 0;
}
#slider-info-panel h2 {
  color: #e5005d;
}
#slider-info-panel h2.symbol {
  margin-left: 24px;
}
#slider-info-panel h2.symbol::after {
  content: "*";
  position: absolute;
  top: 32px;
  left: 16px;
  font-size: 3em;
}
#slider-info-panel p {
  font-size: 12px;
  line-height: 16px;
}
#slider-info-panel p small {
  font-size: 10px;
}

div[class^=menu-][class$=-container] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
div[class^=menu-][class$=-container] ul.a-z-menu-style li {
  margin: 8px;
}
div[class^=menu-][class$=-container] ul.services-menu-style li {
  margin: 0 16px;
}
div[class^=menu-][class$=-container] ul.services-menu-style a {
  font-family: "BaseOne-Bold";
  font-size: 2.6em;
  line-height: 100%;
}

.flickity-page-dots .dot {
  height: 16px !important;
  width: 16px !important;
}

.bklyn-testimonials-quote p {
  font-family: "SourceSansPro-Regular" !important;
}

.bkly-testimonials-style1 .bklyn-testimonials-origin,
.bkly-testimonials-style2 .bklyn-testimonials-origin {
  font-size: 28px !important;
  font-family: "SourceSansPro-Bold";
}

.bkly-testimonials-style1 .bklyn-testimonials-author,
.bkly-testimonials-style2 .bklyn-testimonials-author {
  font-size: 20px;
  font-family: "SourceSansPro-Regular";
}

.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots .owl-dot span {
  height: 16px !important;
  width: 16px !important;
}

.bkly-testimonials-style2 .bklyn-testimonials-author-wrap {
  display: flex !important;
  flex-direction: column-reverse;
}

.ut-accordion-module.ut-accordion-module-with-background .ut-accordion-module-heading::after {
  top: 16px;
}

.ut-accordion-module .ut-accordion-module-heading::after {
  font: normal normal normal 50px/1 FontAwesome !important;
}

.ut-accordion-module.ut-accordion-module-with-background .ut-accordion-module-content {
  padding: 0;
}

.ut-accordion-module-inner {
  background: #fff;
  padding: 20px 80px 20px 20px;
}
.ut-accordion-module-inner p:first-child {
  margin-top: 0;
}

#footer-row a {
  color: #fff;
}
#footer-row a:hover {
  color: #e5005d;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #fff;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  font-family: "SourceSansPro-Regular";
  font-size: 16px;
}
.wpcf7 .name-input-container {
  padding-right: 10px !important;
}
.wpcf7 .email-input-container {
  padding-left: 10px !important;
}
.wpcf7 input[type=submit].wpcf7-submit {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .wpcf7 .name-input-container {
    padding-right: 0 !important;
  }
  .wpcf7 .email-input-container {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .cf-push-1 {
    margin-left: 8.333333%;
  }

  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .cf-push-2 {
    margin-left: 16.66667%;
  }

  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cf-push-3 {
    margin-left: 25%;
  }

  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .cf-push-4 {
    margin-left: 33.33333%;
  }

  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .cf-push-5 {
    margin-left: 41.66667%;
  }

  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cf-push-6 {
    margin-left: 50%;
  }

  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .cf-push-7 {
    margin-left: 58.33333%;
  }

  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cf-push-8 {
    margin-left: 66.66667%;
  }

  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cf-push-9 {
    margin-left: 75%;
  }

  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .cf-push-10 {
    margin-left: 83.33333%;
  }

  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .cf-push-11 {
    margin-left: 91.66667%;
  }

  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hero-down-arrow-wrap {
  display: none;
}

#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.overflow-initial {
  overflow: initial !important;
}

.absolute {
  position: absolute;
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

.bottom-right {
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}

.bottom-right-alt {
  bottom: 0;
  right: 0;
  transform: translateY(75%);
}

.min-height-0 {
  min-height: 0;
}

@media screen and (max-width: 768px) {
  .bottom-right-alt {
    transform: translateY(50%);
  }
}
/*# sourceMappingURL=maps/style.css.map */
