@charset "UTF-8";
/* BKF - Global/Foundation-Overrides
------------------------------------------------------------- */
.button {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 12px 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-color: #008198; }
  @media screen and (min-width: 48em) {
    .button {
      font-size: 18px; } }
  .button:hover {
    color: #008198;
    background-color: transparent; }

label {
  font-size: 16px;
  font-weight: bold; }

select {
  padding: 5px;
  padding-right: 40px;
  height: 40px;
  font-size: 18px;
  border: 2px solid #008198;
  color: #797979; }
  select:focus {
    border: 2px solid #008198; }

/* BKF - Global/Slick-Carousel-Overrides
------------------------------------------------------------- */
.slick-slider.slick-dotted {
  margin-bottom: 0; }

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat; }

.slick-prev:before {
  background-image: url(../img/icons/slider-arrow-left-white.png); }

.slick-next:before {
  background-image: url(../img/icons/slider-arrow-right-white.png); }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  bottom: 20px; }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: #ffffff; }
  .slick-dots li button:before {
    content: '';
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/slide-dot-inactive.png); }
  .slick-dots li.slick-active button:before {
    background-image: url(../img/icons/slide-dot-active.png); }

/* BKF - Global/Lightbox-Overrides
------------------------------------------------------------- */
.lightbox a {
  border-bottom: none; }

/* BKF - Global/Divi-Classes
------------------------------------------------------------- */
.et_divi_builder #et_builder_outer_content .et_pb_button.et_pb_module.bkf-divi-button {
  margin-bottom: 14px !important;
  padding: 12px 27px !important;
  line-height: 1.2 !important; }
  .et_divi_builder #et_builder_outer_content .et_pb_button.et_pb_module.bkf-divi-button:after {
    content: none !important; }
  .et_divi_builder #et_builder_outer_content .et_pb_button.et_pb_module.bkf-divi-button:hover {
    padding: 12px 27px !important;
    text-decoration: none !important; }

.et_divi_builder #et_builder_outer_content .et_pb_text.et_pb_module a {
  color: #008198; }

.bkf-accordion .et_pb_toggle_content h1 {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  color: #393939 !important; }
  @media screen and (min-width: 48em) {
    .bkf-accordion .et_pb_toggle_content h1 {
      font-size: 46px !important; } }

.bkf-accordion .et_pb_toggle_content h2 {
  font-weight: bold !important;
  font-size: 22px !important;
  color: #393939 !important; }
  @media screen and (min-width: 48em) {
    .bkf-accordion .et_pb_toggle_content h2 {
      font-size: 40px !important; } }

.bkf-accordion .et_pb_toggle_content h3 {
  font-size: 20px !important;
  color: #393939 !important; }
  @media screen and (min-width: 48em) {
    .bkf-accordion .et_pb_toggle_content h3 {
      font-size: 28px !important; } }

.bkf-accordion .et_pb_toggle_content h4 {
  font-size: 18px !important;
  color: #393939 !important; }
  @media screen and (min-width: 48em) {
    .bkf-accordion .et_pb_toggle_content h4 {
      font-size: 20px !important; } }

.bkf-accordion .et_pb_toggle_content ul, .bkf-accordion .et_pb_toggle_content ol {
  margin: 0 0 20px 20px !important; }
  .bkf-accordion .et_pb_toggle_content ul li, .bkf-accordion .et_pb_toggle_content ol li {
    margin-bottom: 5px !important;
    font-size: 14px !important; }
    @media screen and (min-width: 48em) {
      .bkf-accordion .et_pb_toggle_content ul li, .bkf-accordion .et_pb_toggle_content ol li {
        font-size: 18px !important; } }

.bkf-accordion .et_pb_toggle_content a {
  padding: 0 2px !important;
  font-weight: inherit !important;
  word-break: break-word !important;
  color: #008198 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important; }

/* BKF - Global/Divi-Overrides
------------------------------------------------------------- */
.et_divi_builder #et_builder_outer_content .et_pb_row,
.et_divi_builder #et_builder_outer_content .et_section_specialty > .et_pb_row {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
  width: 100% !important;
  max-width: 75rem !important; }
  @media screen and (min-width: 48em) {
    .et_divi_builder #et_builder_outer_content .et_pb_row,
    .et_divi_builder #et_builder_outer_content .et_section_specialty > .et_pb_row {
      padding-right: 0.9375rem !important;
      padding-left: 0.9375rem !important; } }

.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text p {
  font-size: inherit; }

.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ul, .et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  .et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ul li, .et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ol li {
    margin-bottom: 10px;
    font-weight: normal; }

.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_button.bkf-divi-button-reset:after {
  content: none; }

/* BKF - Global/Fonts
------------------------------------------------------------- */
* {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #393939; }

h1, .h1 {
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    h1, .h1 {
      font-size: 46px; } }

@media screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 40px; } }

@media screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 28px; } }

@media screen and (min-width: 48em) {
  h4, .h4 {
    font-size: 20px; } }

p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #393939; }
  @media screen and (min-width: 48em) {
    p {
      font-size: 18px; } }

ul, ol {
  margin: 0 0 20px 20px;
  font-family: "proxima-nova", sans-serif; }
  ul li, ol li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4; }
    @media screen and (min-width: 48em) {
      ul li, ol li {
        font-size: 18px; } }

.bkf-post-single .content a,
.hero-cta .content a,
.bkf-search-results .result a,
#et_builder_outer_content a {
  padding: 0 2px;
  font-family: "proxima-nova", sans-serif;
  font-weight: inherit;
  line-height: 1.2;
  word-break: break-word;
  color: #008198;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .bkf-post-single .content a:hover,
  .hero-cta .content a:hover,
  .bkf-search-results .result a:hover,
  #et_builder_outer_content a:hover {
    text-decoration: underline !important; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, li > a {
  border-bottom: none; }

span {
  font-weight: inherit; }

/* BKF - Global/Helpers
------------------------------------------------------------- */
/*Hide entire website until fonts are loaded from typekit*/
html.wf-loading {
  visibility: hidden; }

.bkf-content-area {
  padding: 20px 0; }
  @media screen and (min-width: 48em) {
    .bkf-content-area {
      padding: 40px 0; } }

/* Custom style for SearchWP Term Highlight extension */
.searchwp-highlight {
  font-weight: bold;
  background-color: yellow; }

/* BKF - Global/Mixins
------------------------------------------------------------- */
/* BKF - Global/BKF-Globals
------------------------------------------------------------- */
.bkf-landing-page-template {
  padding-top: 50px; }
  @media screen and (min-width: 48em) {
    .bkf-landing-page-template {
      padding-top: 100px; } }

.bkf-select-box {
  margin-bottom: 20px;
  background: url(../img/icons/select-arrow-down.png);
  background-size: 40px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #ffffff; }
  .bkf-select-box select {
    margin-bottom: 0;
    background: transparent; }

.bkf-breadcrumbs {
  display: none;
  line-height: 1.15; }
  @media screen and (min-width: 48em) {
    .bkf-breadcrumbs {
      display: block; } }
  .bkf-breadcrumbs a, .bkf-breadcrumbs span {
    display: inline-block;
    color: inherit;
    font-size: 12px; }
  .bkf-breadcrumbs a {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    border-bottom: 0; }
    .bkf-breadcrumbs a:hover {
      text-decoration: underline; }
      .bkf-breadcrumbs a:hover:after {
        text-decoration: underline; }
      .bkf-breadcrumbs a:hover:after {
        text-decoration: none; }
    .bkf-breadcrumbs a:after {
      content: '>';
      position: absolute;
      top: 50%;
      right: -3px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.bkf-cpt-videos-play {
  position: relative; }
  .bkf-cpt-videos-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    background-size: 78px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/cpt-videos-play.png);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.bkf-section-anchor {
  display: block;
  height: 0;
  visibility: hidden;
  border-bottom: none; }

.bkf-table-1 tbody,
.bkf-table-2 tbody,
.bkf-table-3 tbody,
.bkf-table-4 tbody {
  border: 1px solid #E6E6E6;
  background-color: #ffffff; }
  .bkf-table-1 tbody tr,
  .bkf-table-2 tbody tr,
  .bkf-table-3 tbody tr,
  .bkf-table-4 tbody tr {
    border-top: 1px solid #E6E6E6; }
    .bkf-table-1 tbody tr:nth-child(even),
    .bkf-table-2 tbody tr:nth-child(even),
    .bkf-table-3 tbody tr:nth-child(even),
    .bkf-table-4 tbody tr:nth-child(even) {
      background-color: #E6E6E6; }

.bkf-table-1 thead,
.bkf-table-2 thead {
  background-color: #008198;
  color: #ffffff; }

.bkf-table-3 thead,
.bkf-table-4 thead {
  background-color: #DAB43A; }

.bkf-table-2 tbody tr:nth-child(even),
.bkf-table-4 tbody tr:nth-child(even) {
  background-color: #ffffff; }

.bkf-table-5 thead {
  border-color: transparent;
  background-color: transparent; }

.bkf-table-5 tbody {
  border-color: transparent; }
  .bkf-table-5 tbody tr {
    background-color: transparent; }

.bkf-embedded-form-wrapper {
  display: block;
  margin: 40px auto !important;
  padding: 40px !important;
  width: 100%;
  max-width: 600px;
  background-color: #E6E6E6 !important;
  border: 1px solid #000000 !important; }
  @media screen and (min-width: 80em) {
    .bkf-embedded-form-wrapper {
      display: none; } }
  .bkf-embedded-form-wrapper .form-heading {
    font-weight: bold !important;
    font-size: 22px; }
  .bkf-embedded-form-wrapper .form-wrapper input {
    margin-bottom: 1rem !important;
    width: 100% !important;
    background-color: #ffffff !important; }

/* BKF - Header/BKF-Header
------------------------------------------------------------- */
.bkf-body-overlay {
  content: '';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 25;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }
  @media screen and (min-width: 48em) {
    .bkf-body-overlay.show {
      display: block;
      overflow: hidden; } }

.bkf-header-menu {
  margin-top: 50px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: 768px 1080px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/backgrounds/header-nav-bg-new.jpg);
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 40; }
  @media screen and (min-width: 48em) {
    .bkf-header-menu {
      display: block;
      margin-top: 0;
      width: auto;
      -webkit-box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.25);
      box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.25); } }
  .bkf-header-menu.open {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1.0; }
  .bkf-header-menu.expanded .menu-close .menu-close-icon:after {
    background-image: url(../img/icons/close-black.png); }
  .bkf-header-menu .menu-close {
    display: none;
    position: absolute;
    top: 26px;
    right: 42px;
    z-index: 10; }
    @media screen and (min-width: 48em) {
      .bkf-header-menu .menu-close {
        display: inline-block; } }
    .bkf-header-menu .menu-close .menu-close-icon {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      text-transform: uppercase;
      border-bottom: none; }
      .bkf-header-menu .menu-close .menu-close-icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 33px;
        height: 33px;
        background-size: 33px 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/close-white.png);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bkf-header-menu .menu-close:after {
      content: '';
      display: table;
      clear: both; }

.bkf-search-menu {
  margin-top: 50px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: 768px 1080px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/backgrounds/header-search-bg.png);
  background-color: #393939;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 40; }
  @media screen and (min-width: 48em) {
    .bkf-search-menu {
      display: block;
      margin-top: 0;
      width: auto;
      -webkit-box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.25);
      box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.25); } }
  .bkf-search-menu.open {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1.0; }
  .bkf-search-menu .search-submit {
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      .bkf-search-menu .search-submit {
        left: 38px; } }
    .bkf-search-menu .search-submit .search-icon {
      position: relative;
      display: block;
      padding-left: 40px;
      width: 40px;
      height: 40px;
      border-bottom: none;
      text-transform: uppercase;
      color: #ffffff;
      float: left; }
      .bkf-search-menu .search-submit .search-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/search-black.png);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 48em) {
          .bkf-search-menu .search-submit .search-icon:before {
            width: 40px;
            height: 40px;
            background-size: 33px; } }
  .bkf-search-menu .search-close {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      .bkf-search-menu .search-close {
        right: 42px; } }
    .bkf-search-menu .search-close .search-close-icon {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      text-transform: uppercase;
      border-bottom: none; }
      .bkf-search-menu .search-close .search-close-icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/close-grey.png);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 48em) {
          .bkf-search-menu .search-close .search-close-icon:after {
            width: 40px;
            height: 40px;
            background-size: 33px; } }
    .bkf-search-menu .search-close:after {
      content: '';
      display: table;
      clear: both; }
  .bkf-search-menu .searchform-wrapper {
    background-color: #E6E6E6;
    padding: 34px 60px; }
    @media screen and (min-width: 48em) {
      .bkf-search-menu .searchform-wrapper {
        padding: 34px 100px; } }

.bkf-mobile-nav-wrapper {
  display: block;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media screen and (min-width: 48em) {
    .bkf-mobile-nav-wrapper {
      display: none; } }
  .bkf-mobile-nav-wrapper .bkf-main-nav-new {
    margin: 0 0 0; }
    .bkf-mobile-nav-wrapper .bkf-main-nav-new > li {
      position: relative;
      margin-bottom: 20px; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new > li:first-of-type {
        margin-top: 10px; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new > li.menu-item-has-children > a {
        position: relative;
        padding-right: 40px; }
        .bkf-mobile-nav-wrapper .bkf-main-nav-new > li.menu-item-has-children > a:after {
          content: "\f054";
          position: absolute;
          top: 6px;
          right: 20px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 18px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: inherit; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new > li a {
        padding: 0 15px;
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        color: #E6E6E6; }
        .bkf-mobile-nav-wrapper .bkf-main-nav-new > li a:focus {
          color: #E6E6E6; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu {
        margin: 0;
        display: none; }
        .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu > li {
          text-align: left; }
          .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu > li > a {
            margin-bottom: 10px; }
          .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu > li > .sub-menu {
            margin-bottom: 20px; }
            .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu > li > .sub-menu > li {
              margin-bottom: 10px; }
              .bkf-mobile-nav-wrapper .bkf-main-nav-new > li > .sub-menu > li > .sub-menu > li > a {
                font-size: 16px;
                text-transform: none; }
    .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded > li:not(.bkf-selected) {
      margin: 0;
      opacity: 0;
      height: 0; }
    .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded .bkf-selected {
      display: block;
      margin-top: 0;
      padding: 0;
      text-align: center; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded .bkf-selected > a {
        position: relative;
        margin-bottom: 20px;
        padding: 10px 40px;
        background-color: #ffffff;
        color: #008198; }
        .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded .bkf-selected > a:before {
          content: '\f053';
          position: absolute;
          top: 50%;
          left: 10px;
          width: 20px;
          height: 20px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 20px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: inherit; }
        .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded .bkf-selected > a:after {
          display: none; }
      .bkf-mobile-nav-wrapper .bkf-main-nav-new.bkf-expanded .bkf-selected > .sub-menu {
        display: block; }

.bkf-mobile-nav-wrapper-idea-2 {
  position: relative; }
  .bkf-mobile-nav-wrapper-idea-2 .bkf-main-nav {
    padding: 20px 0; }
    .bkf-mobile-nav-wrapper-idea-2 .bkf-main-nav > li:last-of-type {
      margin-bottom: 0; }
  .bkf-mobile-nav-wrapper-idea-2 .bkf-main-nav > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    right: -50%;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #E6E6E6; }
  .bkf-mobile-nav-wrapper-idea-2 .bkf-main-nav > .menu-item-has-children.bkf-selected > .sub-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.bkf-desktop-nav-wrapper {
  position: relative;
  display: none; }
  @media screen and (min-width: 48em) {
    .bkf-desktop-nav-wrapper {
      display: block;
      margin-top: 110px; } }
  .bkf-desktop-nav-wrapper .bkf-main-nav-new {
    position: relative;
    margin: 0;
    list-style-type: none;
    -webkit-transition: margin 0.25s ease-in-out;
    -o-transition: margin 0.25s ease-in-out;
    transition: margin 0.25s ease-in-out;
    width: 300px; }
    @media screen and (min-width: 64em) {
      .bkf-desktop-nav-wrapper .bkf-main-nav-new {
        width: 380px; } }
    .bkf-desktop-nav-wrapper .bkf-main-nav-new > li {
      padding: 5px 0;
      display: block;
      color: #E6E6E6; }
      .bkf-desktop-nav-wrapper .bkf-main-nav-new > li.bkf-has-flexible-content > a {
        position: relative;
        padding-right: 60px; }
        .bkf-desktop-nav-wrapper .bkf-main-nav-new > li.bkf-has-flexible-content > a:after {
          content: "\f054";
          position: absolute;
          top: 6px;
          right: 40px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 18px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: inherit; }
      .bkf-desktop-nav-wrapper .bkf-main-nav-new > li:hover, .bkf-desktop-nav-wrapper .bkf-main-nav-new > li.bkf-selected {
        background-color: #ffffff;
        color: #008198; }
        .bkf-desktop-nav-wrapper .bkf-main-nav-new > li:hover > a, .bkf-desktop-nav-wrapper .bkf-main-nav-new > li.bkf-selected > a {
          color: #008198; }
      .bkf-desktop-nav-wrapper .bkf-main-nav-new > li > a {
        margin-left: 40px;
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        color: #E6E6E6; }
        @media screen and (min-width: 64em) {
          .bkf-desktop-nav-wrapper .bkf-main-nav-new > li > a {
            margin-left: 60px; } }
  .bkf-desktop-nav-wrapper .bkf-main-nav-new.bkf-expanded {
    margin-right: 468px; }
    @media screen and (min-width: 80em) {
      .bkf-desktop-nav-wrapper .bkf-main-nav-new.bkf-expanded {
        margin-right: 800px; } }
  .bkf-desktop-nav-wrapper .bkf-main-nav-new > li > .sub-menu {
    display: none; }

.bkf-nav-flexible-content-area {
  padding: 112.5px 20px 40px;
  display: block;
  width: 468px;
  height: 100vh;
  position: absolute;
  top: -110px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #ffffff;
  color: #000000;
  opacity: 0;
  z-index: 1; }
  @media screen and (min-width: 80em) {
    .bkf-nav-flexible-content-area {
      padding: 112.5px 60px 40px;
      width: 800px; } }
  .bkf-nav-flexible-content-area.active {
    opacity: 1.0;
    z-index: 2; }
  .bkf-nav-flexible-content-area .bkf-inner-wrap {
    display: block;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
  .bkf-nav-flexible-content-area .bkf-inner-wrap::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .bkf-nav-flexible-content-area .heading {
    margin: 0;
    font-size: 26px;
    text-transform: uppercase; }
  .bkf-nav-flexible-content-area .description {
    font-size: 14px; }
  .bkf-nav-flexible-content-area .image {
    margin-bottom: 40px; }
  .bkf-nav-flexible-content-area .nav-menu-wrap {
    margin-bottom: 40px; }
    .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu {
      margin: 0;
      list-style-type: none; }
      .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu li {
        margin-bottom: 20px;
        line-height: 1.2; }
        .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu li a {
          font-size: 16px;
          color: #000000; }
          .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu li a:hover {
            color: #008198; }
      .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu .sub-menu {
        margin-top: 5px;
        list-style-type: none; }
      .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu > li > .sub-menu > li {
        margin-bottom: 0; }
        .bkf-nav-flexible-content-area .nav-menu-wrap .nav-menu > li > .sub-menu > li > a {
          position: relative;
          font-size: 14px;
          font-weight: 300; }
  .bkf-nav-flexible-content-area .post-feed-wrap .post-feed-heading {
    font-size: 26px; }
  .bkf-nav-flexible-content-area .post-feed-wrap .blog-feed-post {
    margin-bottom: 40px; }
    .bkf-nav-flexible-content-area .post-feed-wrap .blog-feed-post .image {
      margin-bottom: 20px; }
      @media screen and (min-width: 80em) {
        .bkf-nav-flexible-content-area .post-feed-wrap .blog-feed-post .image {
          margin-bottom: 0; } }
    .bkf-nav-flexible-content-area .post-feed-wrap .blog-feed-post .permalink:hover {
      color: #008198;
      text-decoration: underline; }

.bkf-header-menu-logo {
  width: 100%;
  height: 100px;
  background-image: url(../img/logos/logo-black.png);
  background-size: 200px 70px;
  background-position: center;
  background-repeat: no-repeat; }

.bkf-main-nav {
  list-style-type: none;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .bkf-main-nav {
      width: 240px; } }
  .bkf-main-nav a {
    display: block;
    font-weight: normal; }
  .bkf-main-nav > li {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px; }
    @media screen and (min-width: 48em) {
      .bkf-main-nav > li {
        padding: 0; }
        .bkf-main-nav > li:last-of-type {
          margin-bottom: 0; } }
    .bkf-main-nav > li > a {
      font-size: 24px;
      text-transform: uppercase;
      color: #999999; }
      .bkf-main-nav > li > a:hover {
        color: #008198;
        background-color: #ffffff; }
    .bkf-main-nav > li > ul {
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
      @media screen and (min-width: 48em) {
        .bkf-main-nav > li > ul {
          margin-top: 5px;
          padding-left: 20px; } }
      .bkf-main-nav > li > ul > li {
        margin-bottom: 20px; }
        .bkf-main-nav > li > ul > li:last-of-type {
          margin-bottom: 0; }
        .bkf-main-nav > li > ul > li > a {
          text-transform: uppercase;
          font-size: 16px; }
        .bkf-main-nav > li > ul > li > ul {
          margin-top: 10px;
          list-style-type: none; }
          .bkf-main-nav > li > ul > li > ul > li {
            margin-bottom: 10px; }
            .bkf-main-nav > li > ul > li > ul > li:last-of-type {
              margin-bottom: 0; }
            .bkf-main-nav > li > ul > li > ul > li > a {
              font-size: 16px; }
            .bkf-main-nav > li > ul > li > ul > li > ul {
              margin-top: 10px;
              list-style-type: none; }
              .bkf-main-nav > li > ul > li > ul > li > ul > li {
                margin-bottom: 10px; }
                .bkf-main-nav > li > ul > li > ul > li > ul > li:last-of-type {
                  margin-bottom: 0; }
                .bkf-main-nav > li > ul > li > ul > li > ul > li > a {
                  font-size: 16px; }

.bkf-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 50px;
  background-color: #000000;
  border-bottom: none;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .bkf-header:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .bkf-header {
      height: 100px;
      background-color: rgba(0, 0, 0, 0.7); } }
  .bkf-header .logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 110px;
    height: 30px;
    background-image: url(../img/logos/logo-white.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: none; }
    @media screen and (min-width: 48em) {
      .bkf-header .logo {
        top: 15px;
        left: 40px;
        width: 200px;
        height: 70px; } }
  .bkf-header .quick-links {
    display: none;
    margin-top: 36px;
    float: right; }
    @media screen and (min-width: 64em) {
      .bkf-header .quick-links {
        display: inline-block; } }
    .bkf-header .quick-links ul {
      margin: 0;
      display: inline-block;
      list-style-type: none; }
      .bkf-header .quick-links ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #ffffff;
        line-height: 1; }
        .bkf-header .quick-links ul li:last-of-type {
          margin: 0;
          padding: 0;
          border: none; }
        .bkf-header .quick-links ul li a {
          display: block;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 600; }
  .bkf-header .menu-controls {
    display: inline-block;
    margin-top: 13px;
    padding-right: 10px;
    float: right; }
    @media screen and (min-width: 48em) {
      .bkf-header .menu-controls {
        margin-top: 36px;
        padding-right: 40px;
        padding-left: 40px; } }
    .bkf-header .menu-controls .menu-search,
    .bkf-header .menu-controls .menu-open {
      position: relative;
      display: inline-block;
      padding-left: 40px;
      border-bottom: none;
      text-transform: uppercase;
      color: #ffffff; }
      @media screen and (min-width: 48em) {
        .bkf-header .menu-controls .menu-search,
        .bkf-header .menu-controls .menu-open {
          padding-left: 50px; } }
      .bkf-header .menu-controls .menu-search:before,
      .bkf-header .menu-controls .menu-open:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 33px;
        height: 33px;
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (min-width: 48em) {
          .bkf-header .menu-controls .menu-search:before,
          .bkf-header .menu-controls .menu-open:before {
            left: 0;
            right: auto;
            background-size: 33px; } }
    .bkf-header .menu-controls .menu-search:before {
      margin-top: -4px;
      background-image: url(../img/icons/search-white.png); }
    .bkf-header .menu-controls .menu-open:before {
      margin-top: -4px;
      background-image: url(../img/icons/menu-white.png); }
      @media screen and (min-width: 48em) {
        .bkf-header .menu-controls .menu-open:before {
          margin-top: -2px; } }
    @media screen and (max-width: 47.9375em) {
      .bkf-header .menu-controls .menu-open.open:before {
        background-image: url(../img/icons/close-white.png); } }
    .bkf-header .menu-controls .menu-open > span {
      display: none;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .bkf-header .menu-controls .menu-open > span {
          display: block; } }
  .bkf-header.waypoint-hit {
    background-color: #000000; }

.admin-bar .bkf-header,
.admin-bar .bkf-header-menu,
.admin-bar .bkf-search-menu {
  top: 46px; }
  @media screen and (min-width: 783px) {
    .admin-bar .bkf-header,
    .admin-bar .bkf-header-menu,
    .admin-bar .bkf-search-menu {
      top: 32px; } }

@media screen and (max-width: 63.9375em) {
  .admin-bar .header-nav-open {
    padding-top: 46px; } }

/* BKF - Footer/BKF-Footer
------------------------------------------------------------- */
.bkf-footer {
  padding: 20px 5px;
  background-color: #393939;
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../img/backgrounds/footer-bg.png); }
  @media screen and (min-width: 64em) {
    .bkf-footer {
      background-size: 300px;
      background-position: 90% 50%; } }
  .bkf-footer .footer-links {
    margin: 10px 0; }
    .bkf-footer .footer-links .footer-quick-links {
      margin: 0;
      margin-bottom: 40px;
      list-style-type: none; }
      @media screen and (min-width: 48em) {
        .bkf-footer .footer-links .footer-quick-links {
          margin-left: 10px;
          margin-bottom: 0; } }
      .bkf-footer .footer-links .footer-quick-links li {
        margin-bottom: 10px; }
        .bkf-footer .footer-links .footer-quick-links li:last-of-type {
          margin-bottom: 0; }
        .bkf-footer .footer-links .footer-quick-links li a {
          color: #888888;
          font-weight: normal;
          font-size: 12px; }
          .bkf-footer .footer-links .footer-quick-links li a:hover {
            text-decoration: underline; }
  .bkf-footer .footer-info {
    margin: 10px 0; }
    @media screen and (min-width: 48em) {
      .bkf-footer .footer-info {
        margin-bottom: 20px; } }
    .bkf-footer .footer-info .heading {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff; }
    .bkf-footer .footer-info .body {
      font-size: 14px;
      color: #888888; }
  .bkf-footer .footer-social .bkf-email,
  .bkf-footer .footer-social .bkf-print {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 30px;
    border-bottom: none;
    color: #888888; }
    .bkf-footer .footer-social .bkf-email:before,
    .bkf-footer .footer-social .bkf-print:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 20px;
      height: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .bkf-footer .footer-social .bkf-email:hover,
    .bkf-footer .footer-social .bkf-print:hover {
      text-decoration: underline; }
  .bkf-footer .footer-social .bkf-email:before {
    background-image: url(../img/icons/footer-email.png); }
  .bkf-footer .footer-social .bkf-print {
    margin-left: 20px; }
    .bkf-footer .footer-social .bkf-print:before {
      background-image: url(../img/icons/footer-print.png); }
  .bkf-footer .footer-copyright {
    margin-bottom: 20px; }
    .bkf-footer .footer-copyright .copyright {
      font-size: 12px;
      color: #888888; }
  @media screen and (min-width: 48em) {
    .bkf-footer .footer-border {
      border-right: 1px solid #888888; } }

/* BKF - Blog/BKF-Post-Feeds
------------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .bkf-post-feeds {
    padding-right: 80px; } }

.bkf-post-feeds .feed {
  margin-bottom: 30px; }

.bkf-post-feeds .archive-link {
  border-bottom: 1px solid #008198; }
  .bkf-post-feeds .archive-link .button {
    display: block;
    margin: 0;
    margin-bottom: 20px; }
    .bkf-post-feeds .archive-link .button:hover {
      background-color: #ffffff; }
    @media screen and (min-width: 48em) {
      .bkf-post-feeds .archive-link .button {
        margin-bottom: 30px; } }
  @media screen and (min-width: 48em) {
    .bkf-post-feeds .archive-link {
      position: relative;
      text-align: right;
      border-bottom: none; }
      .bkf-post-feeds .archive-link .button {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        z-index: 2; }
        .bkf-post-feeds .archive-link .button:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: -21px;
          height: 100%;
          width: 20px;
          background-color: #ffffff; }
      .bkf-post-feeds .archive-link:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #008198;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1; } }

/* BKF - Blog/BKF-Post-Feed-Row
------------------------------------------------------------- */
.bkf-post-feed-row {
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .bkf-post-feed-row {
      margin-bottom: 40px; } }
  .bkf-post-feed-row .permalink {
    display: block;
    border-bottom: none;
    color: #888888; }
    .bkf-post-feed-row .permalink:hover {
      color: #888888; }
    .bkf-post-feed-row .permalink:after {
      content: '';
      display: table;
      clear: both; }
  .bkf-post-feed-row.has-thumbnail .bkf-post-thumbnail {
    width: 40%;
    float: left; }
  .bkf-post-feed-row.has-thumbnail .bkf-post-excerpt {
    padding-left: 20px;
    width: 60%;
    float: left; }
  @media screen and (min-width: 48em) {
    .bkf-post-feed-row.has-thumbnail .bkf-post-thumbnail {
      width: 25%; }
    .bkf-post-feed-row.has-thumbnail .bkf-post-excerpt {
      width: 75%; } }
  .bkf-post-feed-row:last-of-type {
    margin-bottom: 0; }

/* BKF - Blog/BKF-Post-Feed-Block
------------------------------------------------------------- */
.bkf-post-feed-block {
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .bkf-post-feed-block {
      margin-bottom: 40px; } }
  .bkf-post-feed-block .permalink {
    display: block;
    border-bottom: none;
    color: #888888; }
    .bkf-post-feed-block .permalink:hover {
      color: #888888; }
  .bkf-post-feed-block .title {
    font-size: 18px;
    font-weight: normal;
    color: #008198; }
    @media screen and (min-width: 48em) {
      .bkf-post-feed-block .title {
        font-size: 24px; } }
  .bkf-post-feed-block .bkf-post-thumbnail {
    margin-bottom: 20px; }
    .bkf-post-feed-block .bkf-post-thumbnail .thumbnail-image {
      height: 200px; }

/* BKF - Blog/BKF-Post-Thumbnail
------------------------------------------------------------- */
.bkf-post-thumbnail .thumbnail-image {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 48em) {
    .bkf-post-thumbnail .thumbnail-image {
      height: 125px; } }

/* BKF - Blog/BKF-Post-Excerpt
------------------------------------------------------------- */
.bkf-post-excerpt .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal; }
  @media screen and (min-width: 48em) {
    .bkf-post-excerpt .title {
      margin-bottom: 10px;
      font-size: 24px; } }

.bkf-post-excerpt .author,
.bkf-post-excerpt .publications {
  margin-bottom: 5px; }

.bkf-post-excerpt .excerpt {
  margin: 10px 0 0; }

/* BKF - Blog/BKF-Post-Meta
------------------------------------------------------------- */
.bkf-post-meta {
  margin-bottom: 10px;
  color: #888888; }
  .bkf-post-meta.has-topics .date {
    padding-right: 10px;
    margin-right: 10px; }
    .bkf-post-meta.has-topics .date:after {
      display: inline-block;
      content: '|';
      position: absolute;
      top: 50%;
      right: -3px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bkf-post-meta .author {
    display: block;
    font-weight: bold;
    color: #393939; }
  .bkf-post-meta .date {
    position: relative;
    display: inline-block; }
  .bkf-post-meta .publications {
    display: block;
    font-weight: bold;
    font-style: italic;
    color: #393939; }

/* BKF - Blog/BKF-Archive-Title
------------------------------------------------------------- */
.bkf-archive-title {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 1px solid #393939;
  color: #393939; }
  @media screen and (min-width: 48em) {
    .bkf-archive-title {
      padding-left: 80px; } }
  .bkf-archive-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 48em) {
      .bkf-archive-title:before {
        width: 60px;
        height: 60px; } }
  .bkf-archive-title.press-releases:before {
    background-image: url(../img/icons/category-press-release.png); }
  .bkf-archive-title.thought-leadership-articles:before {
    background-image: url(../img/icons/category-thought-leadership-articles.png); }
  .bkf-archive-title.black-knight-in-the-news:before {
    background-image: url(../img/icons/category-black-knight-in-the-news.png); }
  .bkf-archive-title.notable-contracts:before {
    background-image: url(../img/icons/category-notable-contracts.png); }
  .bkf-archive-title.its-delivered:before {
    background-image: url(../img/icons/category-its-delivered.png); }
  .bkf-archive-title.cpt-videos:before {
    background-image: url(../img/icons/category-videos.png); }

/* BKF - Blog/BKF-Featured-Posts
------------------------------------------------------------- */
.bkf-featured-posts {
  margin-bottom: 40px; }
  @media screen and (min-width: 48em) {
    .bkf-featured-posts {
      margin-bottom: 60px; } }
  .bkf-featured-posts .bkf-post-feed-row {
    -webkit-box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5);
    -moz-box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5);
    box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5); }
    .bkf-featured-posts .bkf-post-feed-row .bkf-post-excerpt {
      padding: 10px; }
    @media screen and (min-width: 48em) {
      .bkf-featured-posts .bkf-post-feed-row .bkf-post-thumbnail {
        width: 37.5%; }
        .bkf-featured-posts .bkf-post-feed-row .bkf-post-thumbnail .thumbnail-image {
          min-height: 175px; }
      .bkf-featured-posts .bkf-post-feed-row .bkf-post-excerpt {
        padding: 10px 20px;
        width: 62.5%; } }
  .bkf-featured-posts.videos .bkf-post-thumbnail, .bkf-featured-posts.photos .bkf-post-thumbnail {
    width: 100%; }
    .bkf-featured-posts.videos .bkf-post-thumbnail .thumbnail-image, .bkf-featured-posts.photos .bkf-post-thumbnail .thumbnail-image {
      min-height: 200px; }
  .bkf-featured-posts.videos .bkf-post-excerpt, .bkf-featured-posts.photos .bkf-post-excerpt {
    width: 100%; }
  @media screen and (min-width: 48em) {
    .bkf-featured-posts.videos .bkf-post-thumbnail, .bkf-featured-posts.photos .bkf-post-thumbnail {
      width: 50%; }
      .bkf-featured-posts.videos .bkf-post-thumbnail .thumbnail-image, .bkf-featured-posts.photos .bkf-post-thumbnail .thumbnail-image {
        min-height: 300px; }
    .bkf-featured-posts.videos .bkf-post-excerpt, .bkf-featured-posts.photos .bkf-post-excerpt {
      width: 50%; } }

/* BKF - Blog/BKF-Post-Archive
------------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .bkf-post-archive {
    padding-right: 80px; } }

.bkf-pagination {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #008198;
  text-align: center; }
  .bkf-pagination .page-numbers {
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    color: #008198; }
    .bkf-pagination .page-numbers.current, .bkf-pagination .page-numbers.dots {
      color: #888888; }
    .bkf-pagination .page-numbers.prev, .bkf-pagination .page-numbers.next {
      position: relative;
      width: 20px;
      height: 20px;
      vertical-align: text-top; }
      .bkf-pagination .page-numbers.prev:before, .bkf-pagination .page-numbers.next:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .bkf-pagination .page-numbers.prev {
      margin-right: 5px; }
      .bkf-pagination .page-numbers.prev:before {
        background-image: url(../img/icons/pagination-arrow-left.png); }
    .bkf-pagination .page-numbers.next {
      margin-left: 5px; }
      .bkf-pagination .page-numbers.next:before {
        background-image: url(../img/icons/pagination-arrow-right.png); }

/* BKF - Blog/BKF-Post-Single
------------------------------------------------------------- */
.bkf-post-single .content .content-buttons {
  margin: 30px 0; }
  @media screen and (min-width: 48em) {
    .bkf-post-single .content .content-buttons {
      margin-top: 45px; } }
  .bkf-post-single .content .content-buttons .button {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding: 12px 27px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff; }
    .bkf-post-single .content .content-buttons .button:hover {
      border-color: #008198;
      color: #008198;
      background-color: transparent; }
    @media screen and (min-width: 48em) {
      .bkf-post-single .content .content-buttons .button {
        display: inline-block;
        margin-right: 15px; } }

/* BKF - Blog/BKF-Sidebar-Media-Contacts
------------------------------------------------------------- */
.bkf-sidebar-media-contacts {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #393939; }
  .bkf-sidebar-media-contacts .heading {
    line-height: 1;
    color: #ffffff; }
    @media screen and (min-width: 48em) {
      .bkf-sidebar-media-contacts .heading {
        font-size: 32px; } }
  .bkf-sidebar-media-contacts .contact {
    margin-bottom: 20px; }
    .bkf-sidebar-media-contacts .contact:last-of-type {
      margin-bottom: 0; }
    .bkf-sidebar-media-contacts .contact span {
      display: block;
      color: #ffffff; }
    .bkf-sidebar-media-contacts .contact .email > a {
      padding: 0 2px;
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .bkf-sidebar-media-contacts .contact .email > a:hover {
        color: #393939;
        background-color: #ffffff; }

/* BKF - Blog/BKF-Sidebar-Meta-Box
------------------------------------------------------------- */
.bkf-sidebar-meta-box {
  margin-bottom: 30px; }
  .bkf-sidebar-meta-box .image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .bkf-sidebar-meta-box .content {
    padding: 10px 20px; }
    .bkf-sidebar-meta-box .content .heading {
      font-weight: bold; }
    .bkf-sidebar-meta-box .content .button {
      padding: 10px;
      border-bottom: none; }
  .bkf-sidebar-meta-box .twitter-feed .heading {
    margin: 0;
    padding: 10px 20px;
    font-weight: normal;
    line-height: 1;
    background-color: #888888;
    color: #ffffff; }
  .bkf-sidebar-meta-box .twitter-feed .feed-wrapper {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #888888;
    border-top: 0; }
    @media screen and (min-width: 64em) {
      .bkf-sidebar-meta-box .twitter-feed .feed-wrapper {
        height: 600px; } }
    .bkf-sidebar-meta-box .twitter-feed .feed-wrapper p {
      font-size: 14px; }
    .bkf-sidebar-meta-box .twitter-feed .feed-wrapper .ctf-tweet-text a {
      border-bottom: 1px solid #008198;
      color: #008198;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .bkf-sidebar-meta-box .twitter-feed .feed-wrapper .ctf-tweet-text a:hover {
        border-color: #ffffff;
        color: #ffffff;
        background-color: #00bed8; }
  .bkf-sidebar-meta-box.social .content {
    background-color: #84B638; }
    .bkf-sidebar-meta-box.social .content .heading {
      color: #ffffff; }

/* BKF - Blog Posts/BKF-Blog-Posts-Styles
------------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .bkf-blog-post-single .bkf-social-single {
    float: right; } }

.bkf-blog-post-single .bkf-blog-post-meta {
  margin-bottom: 20px; }
  .bkf-blog-post-single .bkf-blog-post-meta p {
    margin-bottom: 0;
    font-size: 14px;
    color: #888888; }
  .bkf-blog-post-single .bkf-blog-post-meta .post-author {
    font-size: 18px;
    font-weight: 700;
    color: #000000; }

.bkf-blog-post-single .bkf-blog-post-cta {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f4d33c; }
  @media screen and (min-width: 64em) {
    .bkf-blog-post-single .bkf-blog-post-cta {
      padding: 30px 60px; } }
  .bkf-blog-post-single .bkf-blog-post-cta .image-wrap {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (min-width: 64em) {
      .bkf-blog-post-single .bkf-blog-post-cta .image-wrap {
        margin-bottom: 0; } }
  .bkf-blog-post-single .bkf-blog-post-cta .column-block {
    margin-bottom: 10px; }
    .bkf-blog-post-single .bkf-blog-post-cta .column-block .button {
      display: block; }

@media screen and (min-width: 64em) {
  .bkf-blog-post-media-contacts .contact {
    display: inline-block;
    margin-right: 20px; } }

.bkf-post-feeds.blog-post .title {
  color: #008198; }

.bkf-blog-post-feed-block a {
  color: inherit; }
  .bkf-blog-post-feed-block a:hover {
    color: inherit;
    text-decoration: underline; }

.bkf-blog-post-feed-block .featured-image-wrap {
  position: relative;
  margin-bottom: 10px;
  height: 170px;
  overflow: hidden; }
  .bkf-blog-post-feed-block .featured-image-wrap .featured-image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #008198;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  @media screen and (min-width: 64em) {
    .bkf-blog-post-feed-block .featured-image-wrap {
      margin-bottom: 20px;
      height: 200px; } }

.bkf-blog-post-feed-block .title {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  color: #008198; }
  @media screen and (min-width: 64em) {
    .bkf-blog-post-feed-block .title {
      margin-bottom: 10px;
      font-size: 22px; } }
  .bkf-blog-post-feed-block .title:hover {
    color: #008198; }

.bkf-blog-post-feed-block .author {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px; }

.bkf-blog-post-feed-block .date-and-topics {
  margin-bottom: 5px;
  font-size: 16px;
  color: #999999; }
  @media screen and (min-width: 64em) {
    .bkf-blog-post-feed-block .date-and-topics {
      margin-bottom: 10px; } }

.bkf-blog-post-feed-block .excerpt {
  font-size: 16px; }

.bkf-blog-post-feed-block:hover .featured-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.bkf-blog-post-feed-row {
  margin-bottom: 30px; }
  .bkf-blog-post-feed-row a {
    color: inherit; }
    .bkf-blog-post-feed-row a:hover {
      color: inherit;
      text-decoration: underline; }
  .bkf-blog-post-feed-row .featured-image-wrap {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden; }
    @media screen and (min-width: 48em) {
      .bkf-blog-post-feed-row .featured-image-wrap {
        height: 100px; } }
    .bkf-blog-post-feed-row .featured-image-wrap .featured-image {
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-color: #008198;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .bkf-blog-post-feed-row .title {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 18px; }
    @media screen and (min-width: 64em) {
      .bkf-blog-post-feed-row .title {
        margin-bottom: 10px;
        font-size: 22px; } }
    .bkf-blog-post-feed-row .title:hover {
      color: #008198;
      text-decoration: underline; }
  .bkf-blog-post-feed-row .author {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px; }
  .bkf-blog-post-feed-row .date-and-topics {
    margin-bottom: 0;
    font-size: 16px;
    color: #999999; }

.bkf-blog-post-feed-row:hover .featured-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.bkf-blog-post-feed-row-featured {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5);
  -moz-box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5);
  box-shadow: 0px 2.5px 10px 0px rgba(57, 57, 57, 0.5); }
  .bkf-blog-post-feed-row-featured:after {
    content: '';
    display: table;
    clear: both; }
  .bkf-blog-post-feed-row-featured .thumbnail-area,
  .bkf-blog-post-feed-row-featured .excerpt-area {
    display: block;
    float: left; }
  .bkf-blog-post-feed-row-featured .thumbnail-area {
    width: 40%; }
    @media screen and (min-width: 64em) {
      .bkf-blog-post-feed-row-featured .thumbnail-area {
        width: 37.5%; } }
  .bkf-blog-post-feed-row-featured .excerpt-area {
    padding: 10px;
    width: 60%; }
    @media screen and (min-width: 64em) {
      .bkf-blog-post-feed-row-featured .excerpt-area {
        padding: 10px 20px;
        width: 62.5%; } }
  .bkf-blog-post-feed-row-featured .thumbnail-area .featured-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .bkf-blog-post-feed-row-featured .thumbnail-area .featured-image-wrap .featured-image {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 150px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-color: #008198;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
      @media screen and (min-width: 64em) {
        .bkf-blog-post-feed-row-featured .thumbnail-area .featured-image-wrap .featured-image {
          min-height: 175px; } }
  .bkf-blog-post-feed-row-featured .excerpt-area a {
    color: inherit; }
    .bkf-blog-post-feed-row-featured .excerpt-area a:hover {
      color: inherit;
      text-decoration: underline; }
  .bkf-blog-post-feed-row-featured .excerpt-area .title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px; }
    @media screen and (min-width: 64em) {
      .bkf-blog-post-feed-row-featured .excerpt-area .title {
        font-size: 24px; } }
    .bkf-blog-post-feed-row-featured .excerpt-area .title:hover {
      color: #008198; }
  .bkf-blog-post-feed-row-featured .excerpt-area .author {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px; }
  .bkf-blog-post-feed-row-featured .excerpt-area .date-and-topics {
    margin-bottom: 0;
    font-size: 16px;
    color: #999999; }

.bkf-blog-post-feed-row-featured:hover .featured-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.blog-archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .blog-archive-link .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 -1 auto;
    flex: 1 -1 auto;
    margin: 0;
    background-color: #008198;
    border-color: #008198;
    color: #ffffff;
    font-weight: 400; }
    .blog-archive-link .button:hover {
      background-color: transparent;
      border-color: #008198;
      color: #008198; }
  .blog-archive-link .line {
    margin-right: 20px;
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto; }
    .blog-archive-link .line:before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #008198; }

.bkf-blog-post-topic-feed-section,
.bkf-recent-blog-posts-section {
  padding: 40px 0; }
  .bkf-blog-post-topic-feed-section .heading,
  .bkf-recent-blog-posts-section .heading {
    margin-bottom: 20px; }

.bkf-featured-blog-posts-section {
  position: relative; }
  .bkf-featured-blog-posts-section:before, .bkf-featured-blog-posts-section:after {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
    @media screen and (min-width: 64em) {
      .bkf-featured-blog-posts-section:before, .bkf-featured-blog-posts-section:after {
        display: block; } }
  .bkf-featured-blog-posts-section:before {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #008198; }
  .bkf-featured-blog-posts-section:after {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #000000; }
  .bkf-featured-blog-posts-section > .row {
    position: relative;
    z-index: 2; }
  .bkf-featured-blog-posts-section .heading {
    margin-bottom: 20px;
    color: #ffffff; }
  .bkf-featured-blog-posts-section .bkf-blog-post-feed-row .title,
  .bkf-featured-blog-posts-section .bkf-blog-post-feed-row .title:hover,
  .bkf-featured-blog-posts-section .bkf-blog-post-feed-row .author,
  .bkf-featured-blog-posts-section .bkf-blog-post-feed-row .date-and-topics {
    color: #ffffff; }
  .bkf-featured-blog-posts-section .top-topics-area {
    margin-left: 0; }
    @media screen and (min-width: 64em) {
      .bkf-featured-blog-posts-section .top-topics-area {
        margin-left: 20px; } }
  .bkf-featured-blog-posts-section .top-topics {
    margin: 0;
    list-style-type: none; }
    .bkf-featured-blog-posts-section .top-topics li a {
      display: inline-block;
      color: #ffffff; }
      .bkf-featured-blog-posts-section .top-topics li a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .bkf-featured-blog-posts-section .left-side,
  .bkf-featured-blog-posts-section .right-side {
    padding-top: 40px;
    padding-bottom: 40px; }
  .bkf-featured-blog-posts-section .left-side {
    background-color: #008198; }
  .bkf-featured-blog-posts-section .right-side {
    background-color: #000000; }

.bkf-blog-post-topic-feed-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #008198; }
  .bkf-blog-post-topic-feed-section .heading {
    color: #ffffff; }
  .bkf-blog-post-topic-feed-section .bkf-blog-post-feed-block .title,
  .bkf-blog-post-topic-feed-section .bkf-blog-post-feed-block .title:hover,
  .bkf-blog-post-topic-feed-section .bkf-blog-post-feed-block .author,
  .bkf-blog-post-topic-feed-section .bkf-blog-post-feed-block .date-and-topics,
  .bkf-blog-post-topic-feed-section .bkf-blog-post-feed-block .excerpt {
    color: #ffffff; }
  .bkf-blog-post-topic-feed-section .blog-archive-link .line:before {
    background-color: #ffffff; }
  .bkf-blog-post-topic-feed-section .blog-archive-link .button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #008198; }
    .bkf-blog-post-topic-feed-section .blog-archive-link .button:hover {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff !important; }

/* BKF - Blog/BKF-Photos-Single
------------------------------------------------------------- */
.bkf-photos-single .bkf-photos-slider-wrapper {
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .bkf-photos-single .bkf-photos-slider-wrapper {
      margin-bottom: 40px;
      margin-top: -590px; } }

.bkf-photos-slider .slide {
  background-color: #000000; }
  .bkf-photos-slider .slide a {
    display: block;
    padding: 20px 40px;
    border-bottom: none; }
  .bkf-photos-slider .slide .image {
    position: relative;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 48em) {
      .bkf-photos-slider .slide .image {
        height: 550px; } }
    .bkf-photos-slider .slide .image .caption {
      padding: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      font-size: 14px;
      line-height: 1;
      background-color: rgba(230, 230, 230, 0.9);
      color: #000000; }
      @media screen and (min-width: 48em) {
        .bkf-photos-slider .slide .image .caption {
          padding: 10px;
          font-size: 16px; } }

.bkf-photos-slider-nav {
  display: none;
  padding: 20px 40px;
  margin-top: 40px;
  background-color: #E6E6E6; }
  @media screen and (min-width: 48em) {
    .bkf-photos-slider-nav {
      display: block; } }
  .bkf-photos-slider-nav .slide {
    padding: 0 5px; }
    .bkf-photos-slider-nav .slide:active, .bkf-photos-slider-nav .slide:focus {
      outline: none; }
    .bkf-photos-slider-nav .slide .image {
      height: 80px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .bkf-photos-slider-nav .slide .image:hover {
        cursor: pointer;
        opacity: 0.7; }
  .bkf-photos-slider-nav .slick-prev:before,
  .bkf-photos-slider-nav .slick-next:before {
    background-size: 20px; }
  .bkf-photos-slider-nav .slick-prev:before {
    background-image: url(../img/icons/slider-arrow-left-black.png); }
  .bkf-photos-slider-nav .slick-next:before {
    background-image: url(../img/icons/slider-arrow-right-black.png); }

/* BKF - Blog/BKF-Video-Single
------------------------------------------------------------- */
.bkf-videos-single .youtube-video-embed {
  position: relative;
  margin-bottom: 20px;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .bkf-videos-single .youtube-video-embed {
      margin-bottom: 40px;
      margin-top: -590px; } }
  .bkf-videos-single .youtube-video-embed iframe {
    display: block;
    width: 100%;
    height: 250px; }
    @media screen and (min-width: 48em) {
      .bkf-videos-single .youtube-video-embed iframe {
        height: 550px; } }

.bkf-videos-single .video-buttons {
  margin-top: 20px; }
  @media screen and (min-width: 64em) {
    .bkf-videos-single .video-buttons {
      margin-top: 90px; } }

/* BKF - Team/BKF-Team-Member
-------------------------------------------------------------- */
.bkf-team-member {
  padding-top: 40px;
  background-color: #E6E6E6; }
  .bkf-team-member .permalink {
    display: block;
    border-bottom: none;
    color: #888888; }
    .bkf-team-member .permalink:after {
      content: '';
      display: table;
      clear: both; }
  .bkf-team-member .featured-image {
    margin-bottom: 20px;
    padding: 0 40px; }
    .bkf-team-member .featured-image .image {
      height: 200px;
      background-image: url(../img/Avatar-Unisex-Default.jpg);
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (min-width: 64em) {
        .bkf-team-member .featured-image .image {
          height: 175px; } }
  .bkf-team-member .info {
    margin-bottom: 20px;
    text-align: center; }
    .bkf-team-member .info .name,
    .bkf-team-member .info .position {
      display: block;
      padding: 0 10px; }
    .bkf-team-member .info .name {
      margin-bottom: 10px;
      font-size: 18px;
      color: #008198; }
      @media screen and (min-width: 48em) {
        .bkf-team-member .info .name {
          margin-bottom: 15px;
          font-size: 22px; } }
    .bkf-team-member .info .position {
      font-size: 12px;
      color: #393939; }
      @media screen and (min-width: 48em) {
        .bkf-team-member .info .position {
          font-size: 14px; } }

@media screen and (min-width: 48em) {
  .bkf-featured-team-members .columns {
    padding-left: 10px;
    padding-right: 10px;
	margin: auto;
	float: none; } }

.bkf-featured-team-members .bkf-team-member {
  margin-bottom: 20px;
  background-color: #E6E6E6; }
  @media screen and (min-width: 48em) {
    .bkf-featured-team-members .bkf-team-member {
      padding-top: 0; }
      .bkf-featured-team-members .bkf-team-member .featured-image {
        margin: 0;
        padding: 0;
        width: 35%;
        float: left; }
      .bkf-featured-team-members .bkf-team-member .info {
        margin: 0;
        width: 65%;
        text-align: left;
        float: left; }
        .bkf-featured-team-members .bkf-team-member .info .name,
        .bkf-featured-team-members .bkf-team-member .info .position {
          padding: 0 20px; } }
  @media screen and (min-width: 48em) {
    .bkf-featured-team-members .bkf-team-member .info {
      padding-top: 70px; } }
  @media screen and (min-width: 64em) {
    .bkf-featured-team-members .bkf-team-member .info {
      padding-top: 60px; } }
  .bkf-featured-team-members .bkf-team-member .info .name {
    color: #008198; }
  .bkf-featured-team-members .bkf-team-member .info .position {
    color: #393939; }

.bkf-team-member-block-grid .column-block {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.bkf-team-layout-1 {
  margin: 0 auto;
  width: 100%;
  max-width: 300px; }
  @media screen and (min-width: 48em) {
    .bkf-team-layout-1 {
      max-width: 640px; } }
  @media screen and (min-width: 64em) {
    .bkf-team-layout-1 {
      max-width: 1024px; } }

.bkf-team-layout-2 {
  margin: 0 auto;
  width: 100%;
  max-width: 300px; }
  @media screen and (min-width: 48em) {
    .bkf-team-layout-2 {
      max-width: 640px; } }
  @media screen and (min-width: 64em) {
    .bkf-team-layout-2 {
      max-width: 1024px; } }
  .bkf-team-layout-2 .column-block {
    margin-bottom: 20px; }
    @media screen and (min-width: 48em) {
      .bkf-team-layout-2 .column-block {
        margin-bottom: 40px; } }
  .bkf-team-layout-2 .bkf-team-member {
    padding: 0;
    background-color: transparent; }
    .bkf-team-layout-2 .bkf-team-member .featured-image {
      margin-bottom: 0;
      padding: 0;
      width: 30%;
      float: left; }
      @media screen and (min-width: 48em) {
        .bkf-team-layout-2 .bkf-team-member .featured-image {
          width: 25%; } }
      @media screen and (min-width: 64em) {
        .bkf-team-layout-2 .bkf-team-member .featured-image {
          width: 15%; } }
      .bkf-team-layout-2 .bkf-team-member .featured-image .image {
        height: 100px; }
    .bkf-team-layout-2 .bkf-team-member .info {
      margin-bottom: 0;
      width: 70%;
      text-align: left;
      float: left; }
      @media screen and (min-width: 48em) {
        .bkf-team-layout-2 .bkf-team-member .info {
          width: 75%; } }
      @media screen and (min-width: 64em) {
        .bkf-team-layout-2 .bkf-team-member .info {
          width: 85%; } }
      .bkf-team-layout-2 .bkf-team-member .info .name,
      .bkf-team-layout-2 .bkf-team-member .info .position {
        padding: 0 20px; }

/* BKF - Team/BKF-Team-Member-Single
-------------------------------------------------------------- */
.bkf-team-member-single {
  margin-bottom: 30px; }
  .bkf-team-member-single .intro {
    position: relative;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .bkf-team-member-single .intro {
        margin: 40px 0;
        text-align: left; } }
    .bkf-team-member-single .intro .featured-image {
      display: inline-block; }
      @media screen and (min-width: 48em) {
        .bkf-team-member-single .intro .featured-image {
          position: absolute;
          left: 0;
          bottom: -20px; } }
      .bkf-team-member-single .intro .featured-image .image {
        width: 250px;
        height: 300px;
        background-image: url(../img/Avatar-Unisex-Default.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; }
    .bkf-team-member-single .intro .info {
      padding: 20px;
      background-color: #008198;
      color: #ffffff; }
      @media screen and (min-width: 48em) {
        .bkf-team-member-single .intro .info {
          padding-left: 300px; } }
      .bkf-team-member-single .intro .info .name,
      .bkf-team-member-single .intro .info .position {
        line-height: 1; }
      .bkf-team-member-single .intro .info .name {
        display: block;
        font-size: 40px;
        font-weight: bold; }
      .bkf-team-member-single .intro .info .position {
        display: block;
        margin-top: 10px;
        font-size: 24px; }

.bkf-team-member-archive-links {
  margin-bottom: 30px; }
  .bkf-team-member-archive-links .button {
    margin-right: 0;
    display: block; }
    @media screen and (min-width: 48em) {
      .bkf-team-member-archive-links .button {
        margin-right: 15px;
        display: inline-block; } }

.bkf-post-related-article .permalink {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 22px;
  line-height: 1.2; }
  .bkf-post-related-article .permalink:hover {
    color: #008198;
    text-decoration: underline; }

.bkf-post-related-article .publications {
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  color: #000000; }

.bkf-post-related-article .date-wrap {
  color: #999999; }
  .bkf-post-related-article .date-wrap a {
    color: #999999; }
    .bkf-post-related-article .date-wrap a:hover {
      color: #999999;
      text-decoration: underline; }

.bkf-team-member-related-articles {
  padding: 40px 0;
  background-color: #E6E6E6; }
  .bkf-team-member-related-articles .row {
    max-width: 80%; }
    @media screen and (min-width: 80em) {
      .bkf-team-member-related-articles .row {
        max-width: 75rem; } }
  .bkf-team-member-related-articles .heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #393939; }
  .bkf-team-member-related-articles .slick-slider {
    padding-bottom: 30px; }
    .bkf-team-member-related-articles .slick-slider .slick-arrow {
      opacity: 1.0; }
    @media screen and (min-width: 80em) {
      .bkf-team-member-related-articles .slick-slider .slick-prev {
        left: 60px; } }
    .bkf-team-member-related-articles .slick-slider .slick-prev:before {
      background-image: url(../img/icons/slider-arrow-left-black.png); }
    @media screen and (min-width: 80em) {
      .bkf-team-member-related-articles .slick-slider .slick-next {
        right: 60px; } }
    .bkf-team-member-related-articles .slick-slider .slick-next:before {
      background-image: url(../img/icons/slider-arrow-right-black.png); }
    .bkf-team-member-related-articles .slick-slider .slick-dots {
      bottom: 5px; }
      .bkf-team-member-related-articles .slick-slider .slick-dots li button:before {
        opacity: 1.0;
        background-image: url(../img/icons/slide-dot-active-dark.png); }
      .bkf-team-member-related-articles .slick-slider .slick-dots li.slick-active button:before {
        background-image: url(../img/icons/slide-dot-inactive-dark.png); }
  .bkf-team-member-related-articles.inverse {
    background-color: #008198; }
    .bkf-team-member-related-articles.inverse .heading {
      color: #ffffff; }
    .bkf-team-member-related-articles.inverse .bkf-post-related-article .permalink {
      color: #ffffff; }
      .bkf-team-member-related-articles.inverse .bkf-post-related-article .permalink:hover {
        color: #ffffff; }
    .bkf-team-member-related-articles.inverse .bkf-post-related-article .date-wrap {
      color: #ffffff; }
      .bkf-team-member-related-articles.inverse .bkf-post-related-article .date-wrap a {
        color: #ffffff; }
        .bkf-team-member-related-articles.inverse .bkf-post-related-article .date-wrap a:hover {
          color: #ffffff;
          text-decoration: underline; }
    .bkf-team-member-related-articles.inverse .slick-slider .slick-prev:before {
      background-image: url(../img/icons/slider-arrow-left-white.png); }
    .bkf-team-member-related-articles.inverse .slick-slider .slick-next:before {
      background-image: url(../img/icons/slider-arrow-right-white.png); }
    .bkf-team-member-related-articles.inverse .slick-slider .slick-dots li button:before {
      background-image: url(../img/icons/slide-dot-active.png); }
    .bkf-team-member-related-articles.inverse .slick-slider .slick-dots li.slick-active button:before {
      background-image: url(../img/icons/slide-dot-inactive.png); }

/* BKF - Data-Reports/BKF-Data-Reports-Tabs
------------------------------------------------------------- */
.bkf-data-reports-tabs {
  background-color: #cdcdcd; }
  @media screen and (min-width: 64em) {
    .bkf-data-reports-tabs {
      padding: 60px 0; } }
  .bkf-data-reports-tabs:after {
    content: '';
    display: table;
    clear: both; }
  .bkf-data-reports-tabs .row {
	    max-width: 48rem;}
.bkf-data-reports-tabs .tab {
	    position: relative;
	    display: block;
	    width: 50%;
	    height: 80px;
	    float: left;
	    text-align: center;
	    border-bottom: none;
	    background-color: #cdcdcd;
	    color: #ffffff;}
    @media screen and (min-width: 64em) {
      .bkf-data-reports-tabs .tab {
        height: 120px; } }
    .bkf-data-reports-tabs .tab:first-of-type {
      border-right: 20px solid #cdcdcd; }
    .bkf-data-reports-tabs .tab:last-of-type {
      border-left: 20px solid #cdcdcd; }
    .bkf-data-reports-tabs .tab.active {
      background-color: #008198; }
      .bkf-data-reports-tabs .tab.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #008198;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10; }
        @media screen and (min-width: 64em) {
          .bkf-data-reports-tabs .tab.active:after {
            display: none; } }
      .bkf-data-reports-tabs .tab.active .tab-bg {
        -webkit-filter: none;
        filter: none; }
    @media screen and (min-width: 64em) {
      .bkf-data-reports-tabs .tab .tab-bg {
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); } }
    .bkf-data-reports-tabs .tab .tab-title {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      font-size: 18px;
      font-weight: bold;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
      @media screen and (min-width: 48em) {
        .bkf-data-reports-tabs .tab .tab-title {
          font-size: 26px;
          width: 85%; } }
      @media screen and (min-width: 64em) {
        .bkf-data-reports-tabs .tab .tab-title {
          text-shadow: 1px 1px 4px #393939; } }

/* BKF - Data-Reports/BKF-Data-Reports-Filter
------------------------------------------------------------- */
.bkf-data-reports-filter {
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #E6E6E6;
  border-bottom: 4px solid #008198; }

/* BKF - Data-Reports/BKF-Data-Reports-Content
------------------------------------------------------------- */
.bkf-data-report-content {
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .bkf-data-report-content {
      margin-bottom: 40px; } }
  .bkf-data-report-content .data-report-type {
    margin: 0 0 40px;
    color: #393939; }
  .bkf-data-report-content .column-block {
    margin-bottom: 20px; }

.bkf-data-report .title {
  margin-bottom: 5px;
  font-weight: normal;
  color: #393939; }

.bkf-data-report .meta ul {
  margin: 0;
  list-style-type: none; }
  .bkf-data-report .meta ul li {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal; }
    @media screen and (min-width: 48em) {
      .bkf-data-report .meta ul li {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 10px;
        padding-left: 10px; }
        .bkf-data-report .meta ul li:before {
          content: '|';
          position: absolute;
          top: 50%;
          left: -4px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .bkf-data-report .meta ul li:first-of-type {
          margin-left: 0;
          padding-left: 0; }
          .bkf-data-report .meta ul li:first-of-type:before {
            content: none; } }
    .bkf-data-report .meta ul li a {
      display: block; }

.bkf-data-report .meta.meta-media {
  margin-bottom: 5px; }

.bkf-data-report.single-hpi .back-url {
  margin-bottom: 40px; }

.bkf-data-report.single-hpi .meta {
  margin-bottom: 40px; }
  .bkf-data-report.single-hpi .meta ul {
    margin-bottom: 0; }

@media screen and (min-width: 48em) {
  .bkf-infographics-block-grid .column-block {
    margin-bottom: 40px; } }

.bkf-infographics-block-grid .infographic {
  text-align: center; }
  .bkf-infographics-block-grid .infographic .image {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url(../img/file-placeholder.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: none; }
  .bkf-infographics-block-grid .infographic .title {
    margin-bottom: 0;
    font-size: 18px;
    color: #393939; }
  .bkf-infographics-block-grid .infographic .meta {
    text-align: center; }
    .bkf-infographics-block-grid .infographic .meta .infographic-view,
    .bkf-infographics-block-grid .infographic .meta .infographic-download,
    .bkf-infographics-block-grid .infographic .meta .infographic-share .a2a_dd {
      display: inline-block;
      margin: 0 2.5px;
      position: relative;
      width: 20px;
      height: 20px;
      border-bottom: none; }
      .bkf-infographics-block-grid .infographic .meta .infographic-view:before,
      .bkf-infographics-block-grid .infographic .meta .infographic-download:before,
      .bkf-infographics-block-grid .infographic .meta .infographic-share .a2a_dd:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bkf-infographics-block-grid .infographic .meta .infographic-view:before {
      background-image: url(../img/icons/infographic-view.png); }
    .bkf-infographics-block-grid .infographic .meta .infographic-download:before {
      background-image: url(../img/icons/infographic-download.png); }
    .bkf-infographics-block-grid .infographic .meta .infographic-share {
      display: inline-block; }
      .bkf-infographics-block-grid .infographic .meta .infographic-share .a2a_kit .a2a_dd {
        display: block;
        margin: 0; }
        .bkf-infographics-block-grid .infographic .meta .infographic-share .a2a_kit .a2a_dd > span {
          display: none; }
        .bkf-infographics-block-grid .infographic .meta .infographic-share .a2a_kit .a2a_dd:before {
          background-image: url(../img/icons/infographic-share.png); }

/* BKF - 404/BKF-404
------------------------------------------------------------- */
.bkf-404-links {
  padding-bottom: 40px; }
  .bkf-404-links .column-block {
    margin-bottom: 0; }
    .bkf-404-links .column-block ul {
      list-style-type: none; }
      .bkf-404-links .column-block ul li {
        position: relative;
        font-weight: normal; }
        .bkf-404-links .column-block ul li:before {
          content: '';
          position: absolute;
          top: 2px;
          left: -20px;
          width: 14px;
          height: 14px;
          background-size: 14px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../img/icons/list-arrow-right.png); }
          @media screen and (min-width: 48em) {
            .bkf-404-links .column-block ul li:before {
              top: 4px;
              width: 16px;
              height: 16px;
              background-size: 16px; } }

/* BKF - Front-Page/BKF--Front-Page
------------------------------------------------------------- */
.bkf-front-page-sections .section {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 48em) {
    .bkf-front-page-sections .section {
      height: 600px; } }
  .bkf-front-page-sections .section:first-of-type {
    height: 600px; }
    .bkf-front-page-sections .section:first-of-type .content-wrapper {
      top: auto;
      bottom: 100px; }
    @media screen and (min-width: 48em) {
      .bkf-front-page-sections .section:first-of-type {
        height: 900px; }
        .bkf-front-page-sections .section:first-of-type .content-wrapper {
          top: 270px;
          bottom: auto; } }
  .bkf-front-page-sections .section .content-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .bkf-front-page-sections .section .content-wrapper {
        top: 155px;
        left: 0;
        bottom: auto; } }
    @media screen and (min-width: 80em) {
      .bkf-front-page-sections .section .content-wrapper {
        width: 100%;
        max-width: 1200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .bkf-front-page-sections .section .content-wrapper .content {
      padding: 20px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff; }
      @media screen and (min-width: 48em) {
        .bkf-front-page-sections .section .content-wrapper .content {
          padding: 40px;
          width: 80%; } }
      @media screen and (min-width: 64em) {
        .bkf-front-page-sections .section .content-wrapper .content {
          width: 60%; } }
      .bkf-front-page-sections .section .content-wrapper .content .heading, .bkf-front-page-sections .section .content-wrapper .content .body {
        line-height: 1;
        color: inherit; }
      .bkf-front-page-sections .section .content-wrapper .content .heading {
        text-transform: uppercase; }
        @media screen and (min-width: 48em) {
          .bkf-front-page-sections .section .content-wrapper .content .heading {
            font-size: 28px; } }
        @media screen and (min-width: 64em) {
          .bkf-front-page-sections .section .content-wrapper .content .heading {
            font-size: 36px; } }
        .bkf-front-page-sections .section .content-wrapper .content .heading > span {
          font-weight: bold; }
      .bkf-front-page-sections .section .content-wrapper .content .body {
        margin-bottom: 20px; }
      .bkf-front-page-sections .section .content-wrapper .content .front-page-section-button {
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        border: 1px solid #008198;
        background-color: #008198;
        color: #ffffff;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        @media screen and (min-width: 48em) {
          .bkf-front-page-sections .section .content-wrapper .content .front-page-section-button {
            border-color: #ffffff;
            background-color: transparent;
            color: #ffffff; }
            .bkf-front-page-sections .section .content-wrapper .content .front-page-section-button:hover {
              background-color: #ffffff;
              color: #000000; } }

.bkf-front-page-quick-links {
  position: absolute;
  background-color: #393939;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .bkf-front-page-quick-links {
      background-color: #000000; } }
  .bkf-front-page-quick-links .row .columns {
    text-align: center; }
    .bkf-front-page-quick-links .row .columns .link {
      position: relative;
      display: inline-block;
      padding: 78px 0 10px;
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      line-height: 1;
      border-bottom: none;
      color: #ffffff; }
      @media screen and (min-width: 48em) {
        .bkf-front-page-quick-links .row .columns .link {
          padding: 166px 0 10px;
          font-size: 24px; } }
      .bkf-front-page-quick-links .row .columns .link:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        border: 1px solid #ffffff;
        border-radius: 100%;
        -webkit-transition: background-color 0.1s ease-in-out;
        -o-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out; }
        @media screen and (min-width: 48em) {
          .bkf-front-page-quick-links .row .columns .link:before {
            width: 140px;
            height: 140px;
            background-size: 100px; } }
      .bkf-front-page-quick-links .row .columns .link:hover:before {
        background-color: #000000; }
        @media screen and (min-width: 48em) {
          .bkf-front-page-quick-links .row .columns .link:hover:before {
            background-color: #393939; } }

.bkf-next-section-arrow {
  display: none;
  position: absolute;
  bottom: 220px;
  right: 10%;
  width: 64px;
  height: 64px;
  background-size: 64px;
  background-position: center;
  background-image: url(../img/gifs/bouncing-arrow.gif);
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .bkf-next-section-arrow {
      display: block; } }

/* BKF - Page Builder/BKF-Page-Builder-Heading
------------------------------------------------------------- */
.bkf-page-builder-heading {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 20; }
  @media screen and (min-width: 48em) {
    .bkf-page-builder-heading {
      top: 100px; } }
  .bkf-page-builder-heading .page-builder-heading {
    padding: 10px 0;
    background-color: rgba(230, 230, 230, 0.7); }
    .bkf-page-builder-heading .page-builder-heading .heading {
      margin: 10px 0;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .bkf-page-builder-heading .page-builder-heading .heading {
          margin: 20px 0; } }
    .bkf-page-builder-heading .page-builder-heading .bkf-breadcrumbs,
    .bkf-page-builder-heading .page-builder-heading .heading {
      color: #000000; }
    .bkf-page-builder-heading .page-builder-heading.dark .bkf-breadcrumbs,
    .bkf-page-builder-heading .page-builder-heading.dark .heading {
      color: #000000; }
    .bkf-page-builder-heading .page-builder-heading.light .bkf-breadcrumbs,
    .bkf-page-builder-heading .page-builder-heading.light .heading {
      color: #ffffff; }

.admin-bar .bkf-page-builder-heading {
  top: 96px; }
  @media screen and (min-width: 48em) {
    .admin-bar .bkf-page-builder-heading {
      top: 146px; } }
  @media screen and (min-width: 783px) {
    .admin-bar .bkf-page-builder-heading {
      top: 132px; } }

/* BKF - Hero/BKF-Hero
------------------------------------------------------------- */
.bkf-hero {
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/hero-default-bg-1920x500.jpg); }
  @media screen and (min-width: 48em) {
    .bkf-hero {
      padding-top: 100px; } }
  .bkf-hero .hero-heading {
    position: relative;
    padding: 10px 0;
    background-color: rgba(230, 230, 230, 0.7);
    z-index: 10; }
    .bkf-hero .hero-heading .heading {
      margin: 10px 0;
      line-height: 1;
      color: #000000;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .bkf-hero .hero-heading .heading {
          margin: 20px 0; } }
    .bkf-hero .hero-heading.dark .bkf-breadcrumbs,
    .bkf-hero .hero-heading.dark .heading {
      color: #000000; }
    .bkf-hero .hero-heading.light .bkf-breadcrumbs,
    .bkf-hero .hero-heading.light .heading {
      color: #ffffff; }
  .bkf-hero .hero-subheading {
    position: relative;
    padding: 20px 0;
    z-index: 10; }
    .bkf-hero .hero-subheading .subheading {
      margin: 0;
      font-weight: normal;
      color: #000000; }
    .bkf-hero .hero-subheading.dark .subheading {
      color: #000000; }
    .bkf-hero .hero-subheading.light .subheading {
      color: #ffffff;
      text-shadow: 2px 2px 5px #000000; }
  .bkf-hero .hero-cta {
    padding: 20px 0; }
    @media screen and (min-width: 48em) {
      .bkf-hero .hero-cta {
        padding: 60px 0; } }
    .bkf-hero .hero-cta .content {
      padding: 20px;
      background-color: rgba(230, 230, 230, 0.9); }
      @media screen and (min-width: 48em) {
        .bkf-hero .hero-cta .content {
          padding: 40px; } }
      .bkf-hero .hero-cta .content p:last-of-type {
        margin-bottom: 0; }
  .bkf-hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
    .bkf-hero .hero-slider .slide {
      height: 500px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 48em) {
        .bkf-hero .hero-slider .slide {
          height: 700px; } }
      .bkf-hero .hero-slider .slide .content-wrapper {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%; }
        @media screen and (min-width: 48em) {
          .bkf-hero .hero-slider .slide .content-wrapper {
            top: 270px;
            left: 0;
            bottom: auto; } }
        @media screen and (min-width: 80em) {
          .bkf-hero .hero-slider .slide .content-wrapper {
            width: 100%;
            max-width: 1200px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
        .bkf-hero .hero-slider .slide .content-wrapper .content {
          padding: 20px 20px 60px;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          color: #ffffff; }
          @media screen and (min-width: 48em) {
            .bkf-hero .hero-slider .slide .content-wrapper .content {
              padding: 40px;
              width: 80%; } }
          @media screen and (min-width: 64em) {
            .bkf-hero .hero-slider .slide .content-wrapper .content {
              width: 60%; } }
          .bkf-hero .hero-slider .slide .content-wrapper .content .heading {
            font-weight: normal;
            text-transform: uppercase;
            line-height: 1;
            color: inherit; }
            @media screen and (min-width: 48em) {
              .bkf-hero .hero-slider .slide .content-wrapper .content .heading {
                font-size: 28px; } }
            @media screen and (min-width: 64em) {
              .bkf-hero .hero-slider .slide .content-wrapper .content .heading {
                font-size: 36px; } }
          .bkf-hero .hero-slider .slide .content-wrapper .content .body {
            margin-bottom: 20px; }
            .bkf-hero .hero-slider .slide .content-wrapper .content .body * {
              color: inherit; }
            .bkf-hero .hero-slider .slide .content-wrapper .content .body p {
              font-size: 18px; }
              .bkf-hero .hero-slider .slide .content-wrapper .content .body p:last-of-type {
                margin-bottom: 0; }
          .bkf-hero .hero-slider .slide .content-wrapper .content .hero-button {
            display: inline-block;
            padding: 10px 20px;
            text-transform: uppercase;
            border: 1px solid #008198;
            background-color: #008198;
            color: #ffffff;
            -webkit-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
            @media screen and (min-width: 48em) {
              .bkf-hero .hero-slider .slide .content-wrapper .content .hero-button {
                border-color: #ffffff;
                background-color: transparent;
                color: #ffffff; }
                .bkf-hero .hero-slider .slide .content-wrapper .content .hero-button:hover {
                  background-color: #ffffff;
                  color: #000000; } }
  .bkf-hero.image-slider {
    padding: 0;
    height: 500px; }
    @media screen and (min-width: 48em) {
      .bkf-hero.image-slider {
        height: 700px; } }
    .bkf-hero.image-slider .hero-heading {
      position: absolute;
      width: 100%;
      top: 50px;
      left: 0; }
      @media screen and (min-width: 48em) {
        .bkf-hero.image-slider .hero-heading {
          top: 100px; } }
  .bkf-hero.image-custom {
    padding-bottom: 200px; }
  .bkf-hero.fade {
    padding-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .bkf-hero.fade {
        padding-bottom: 50px; } }
    .bkf-hero.fade:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 80px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      /* FF3.6-15 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      @media screen and (min-width: 48em) {
        .bkf-hero.fade:after {
          height: 150px; } }
  @media screen and (min-width: 48em) {
    .bkf-hero.team-single {
      padding-bottom: 200px; } }
  @media screen and (min-width: 48em) {
    .bkf-hero.photos-single, .bkf-hero.videos-single {
      padding-bottom: 590px; } }

/* BKF - Microinteraction/BKF-Microinteraction
------------------------------------------------------------- */
.bkf-microinteraction {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 650px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 30; }
  @media screen and (min-width: 64em) {
    .bkf-microinteraction {
      display: block; } }
  .bkf-microinteraction.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .bkf-microinteraction.open .microinteraction-nav .section-nav:after {
      display: block; }
  .bkf-microinteraction .microinteraction-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 720px 1080px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/backgrounds/microinteraction-bg.png);
    z-index: 10; }
  .bkf-microinteraction .microinteraction-inner-wrapper {
    position: relative;
    height: 100%;
    background-size: 720px 1080px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/backgrounds/microinteraction-bg.png);
    background-color: #018297;
    z-index: 10; }
  .bkf-microinteraction .microinteraction-nav {
    position: absolute;
    top: 50%;
    left: 1px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    z-index: 5; }
    .bkf-microinteraction .microinteraction-nav .section-nav {
      position: relative;
      margin: 0;
      width: 90px;
      background-color: #393939; }
      .bkf-microinteraction .microinteraction-nav .section-nav.front-page {
        background-color: transparent; }
        .bkf-microinteraction .microinteraction-nav .section-nav.front-page .bkf-dot .bkf-tooltip {
          left: -20px; }
      .bkf-microinteraction .microinteraction-nav .section-nav:after {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
      .bkf-microinteraction .microinteraction-nav .section-nav > li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 0;
        text-align: center; }
      .bkf-microinteraction .microinteraction-nav .section-nav .bkf-dot {
        position: relative;
        display: block;
        width: 100%;
        height: 30px; }
        .bkf-microinteraction .microinteraction-nav .section-nav .bkf-dot:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 20px;
          height: 20px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-size: 10px 10px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../img/icons/slide-dot-active.png); }
        .bkf-microinteraction .microinteraction-nav .section-nav .bkf-dot.active:before {
          background-image: url(../img/icons/slide-dot-inactive.png); }
        .bkf-microinteraction .microinteraction-nav .section-nav .bkf-dot:hover .bkf-tooltip {
          display: inline-block; }
        .bkf-microinteraction .microinteraction-nav .section-nav .bkf-dot .bkf-tooltip {
          position: absolute;
          display: none;
          top: 50%;
          left: -10px;
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          padding: 5px 10px;
          font-size: 12px;
          font-weight: normal;
          white-space: nowrap;
          text-transform: capitalize;
          background-color: rgba(255, 255, 255, 0.75);
          color: #000000; }
  .bkf-microinteraction .microinteraction-open-wrapper {
    display: none;
    position: relative; }
    .bkf-microinteraction .microinteraction-open-wrapper.show {
      display: block; }
    .bkf-microinteraction .microinteraction-open-wrapper .microinteraction-open {
      display: block;
      padding: 5px;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      border-bottom: none;
      color: #ffffff;
      background-color: #008198; }
      .bkf-microinteraction .microinteraction-open-wrapper .microinteraction-open.rotate {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        margin-top: -50%;
        max-width: 180px; }
  .bkf-microinteraction .microinteraction-close {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 42px;
    z-index: 1; }
    .bkf-microinteraction .microinteraction-close .close-icon {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      text-transform: uppercase;
      color: #ffffff;
      border-bottom: none; }
      .bkf-microinteraction .microinteraction-close .close-icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 33px;
        height: 33px;
        background-size: 33px 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/close-white.png);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .bkf-microinteraction .microinteraction-content {
    position: relative;
    padding: 90px 80px; }
    .bkf-microinteraction .microinteraction-content .heading,
    .bkf-microinteraction .microinteraction-content .description {
      color: #ffffff; }
    .bkf-microinteraction .microinteraction-content .heading {
      text-transform: uppercase; }
    .bkf-microinteraction .microinteraction-content .form {
      height: 50vh;
      overflow-y: scroll; }
    .bkf-microinteraction .microinteraction-content .microinteraction-logo {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .bkf-microinteraction .microinteraction-logo {
    display: none;
    width: 100%;
    height: 100px;
    background-image: url(../img/logos/logo-white.png);
    background-size: 200px 70px;
    background-position: center;
    background-repeat: no-repeat; }

.admin-bar .bkf-microinteraction {
  top: 46px; }
  @media screen and (min-width: 783px) {
    .admin-bar .bkf-microinteraction {
      top: 32px; } }

/* BKF - Microinteraction/BKF-Microinteraction-Form
------------------------------------------------------------- */
.bkf-microinteraction-form {
  padding-right: 10px;
  height: 70vh;
  overflow-x: hidden;
  overflow-y: scroll; }
  .bkf-microinteraction-form .label, .bkf-microinteraction-form label, .bkf-microinteraction-form span {
    white-space: normal;
    color: #ffffff;
    background-color: transparent; }
  .bkf-microinteraction-form .error {
    color: #DAB43A; }
  .bkf-microinteraction-form button, .bkf-microinteraction-form input[type="submit"] {
    display: block;
    padding: 15px 20px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #008198; }
    .bkf-microinteraction-form button:hover, .bkf-microinteraction-form input[type="submit"]:hover {
      cursor: pointer;
      background-color: transparent;
      color: #ffffff; }
  .bkf-microinteraction-form .gform_wrapper {
    margin: 0; }
    .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield {
      margin: 0 0 20px;
      padding-right: 0; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
        padding-right: 20px; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        padding-left: 20px; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_list_2col .gfield_checkbox li label, .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_list_3col .gfield_checkbox li label, .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_list_4col .gfield_checkbox li label, .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.gf_list_5col .gfield_checkbox li label {
        white-space: normal;
        overflow: auto;
        -o-text-overflow: unset;
        text-overflow: unset; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
        display: none;
        margin-bottom: 20px;
        font-size: 18px;
        color: #ffffff; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield.show-label .gfield_label {
        display: block; }
      .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
        margin: 0; }
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
          margin-bottom: 0;
          padding: 0 10px !important;
          border: 1px solid #ffffff;
          background: transparent;
          color: #ffffff; }
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
            color: #ffffff; }
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-moz-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder,
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
            color: #ffffff; }
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
          padding: 5px 10px !important; }
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select > option {
          color: #000000; }
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
          background: url(../img/icons/select-arrow-down-2.png);
          background-size: 40px;
          background-position: right;
          background-repeat: no-repeat; }
        .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
          margin: 0; }
          .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li {
            margin: 0; }
            .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li input {
              margin: 2px;
              vertical-align: top; }
            .bkf-microinteraction-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li label {
              font-weight: normal;
              line-height: 1.2;
              color: #ffffff; }
    .bkf-microinteraction-form .gform_wrapper .gform_footer {
      margin: 0;
      padding: 20px 0 0; }
      .bkf-microinteraction-form .gform_wrapper .gform_footer .gform_button {
        display: block;
        padding: 15px 20px;
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #008198; }
        .bkf-microinteraction-form .gform_wrapper .gform_footer .gform_button:hover {
          background-color: transparent;
          color: #ffffff; }
    .bkf-microinteraction-form .gform_wrapper.gform_validation_error .validation_error {
      margin: 0 0 10px;
      padding: 0;
      border: none;
      font-size: 14px;
      line-height: 1.0;
      text-align: left;
      color: #DAB43A; }
    .bkf-microinteraction-form .gform_wrapper.gform_validation_error .validation_message {
      display: none; }
    .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
      margin: 0 0 20px !important;
      padding: 0;
      max-width: 100%;
      border: none;
      background: transparent; }
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error.gf_left_half {
        padding-right: 20px; }
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error.gf_right_half {
        padding-left: 20px; }
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important; }
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error select,
      .bkf-microinteraction-form .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error textarea {
        border-color: #DAB43A; }
  .bkf-microinteraction-form .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.0;
    color: #ffffff; }
  .bkf-microinteraction-form .gform_anchor {
    display: block;
    font-size: 0;
    border-bottom: none; }

/* BKF - Microinteraction/BKF-Landing-Page-Form
------------------------------------------------------------- */
.bkf-landing-page-template {
  padding-top: 0;
  position: relative; }
  @media screen and (min-width: 100em) {
    .bkf-landing-page-template #et_builder_outer_content .et_pb_row,
    .bkf-landing-page-template #et_builder_outer_content .et_section_specialty > .et_pb_row {
      padding-right: 0.625rem !important;
      padding-left: 0.625rem !important;
      width: 60% !important;
      max-width: 75rem !important; } }

#bkf-landing-page-form {
  display: block;
  padding: 60px 20px !important;
  background-color: #E6E6E6 !important; }
  @media screen and (min-width: 100em) {
    #bkf-landing-page-form {
      padding: 40px 20px !important;
      position: fixed;
      top: 140px;
      right: 20px;
      width: 300px;
      height: 70vh;
      overflow-y: scroll;
      z-index: 20; } }
  #bkf-landing-page-form .form-title {
    font-size: 22px;
    font-weight: bold; }
  #bkf-landing-page-form .form-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 800px; }
    @media screen and (min-width: 100em) {
      #bkf-landing-page-form .form-wrapper {
        max-width: 100%; } }
    #bkf-landing-page-form .form-wrapper input[type=text] {
      margin-bottom: 1rem !important;
      width: 100% !important;
      background-color: #ffffff; }

/* BKF - Social/BKF-Social-Icons
------------------------------------------------------------- */
.bkf-social-icons:after {
  content: '';
  display: table;
  clear: both; }

.bkf-social-icons .icon {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 32px;
  height: 32px;
  float: left;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .bkf-social-icons .icon:last-of-type {
    margin-right: 0; }
  .bkf-social-icons .icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
  .bkf-social-icons .icon.facebook:before {
    content: '\f09a'; }
  .bkf-social-icons .icon.google:before {
    content: '\f0d5'; }
  .bkf-social-icons .icon.linkedin:before {
    content: '\f0e1'; }
  .bkf-social-icons .icon.twitter:before {
    content: '\f099'; }
  .bkf-social-icons .icon.youtube:before {
    content: '\f16a'; }

.bkf-social-icons.grey .icon {
  border-color: #888888;
  color: #888888; }
  .bkf-social-icons.grey .icon:hover {
    background-color: #888888; }
    .bkf-social-icons.grey .icon:hover:before {
      color: #393939; }

.bkf-social-icons.white .icon {
  border-color: #ffffff;
  color: #ffffff; }
  .bkf-social-icons.white .icon:hover {
    background-color: #ffffff; }
    .bkf-social-icons.white .icon:hover:before {
      color: #84B638; }

/* BKF - Social/BKF-Social-Single
------------------------------------------------------------- */
.bkf-social-single:after {
  content: '';
  display: table;
  clear: both; }

.bkf-social-single .a2a_kit {
  display: inline-block;
  float: left; }
  .bkf-social-single .a2a_kit:after {
    content: '';
    display: table;
    clear: both; }
  .bkf-social-single .a2a_kit a {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    float: left;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; }
    .bkf-social-single .a2a_kit a:last-of-type {
      margin-right: 0; }
    .bkf-social-single .a2a_kit a:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: inherit;
      -webkit-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out; }
    .bkf-social-single .a2a_kit a.a2a_button_facebook {
      border-color: #4d69a2;
      color: #4d69a2; }
      .bkf-social-single .a2a_kit a.a2a_button_facebook:before {
        content: '\f09a'; }
      .bkf-social-single .a2a_kit a.a2a_button_facebook:hover {
        background-color: #4d69a2;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a.a2a_button_twitter {
      border-color: #12b1e5;
      color: #12b1e5; }
      .bkf-social-single .a2a_kit a.a2a_button_twitter:before {
        content: '\f099'; }
      .bkf-social-single .a2a_kit a.a2a_button_twitter:hover {
        background-color: #12b1e5;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a.a2a_button_linkedin {
      border-color: #0976b4;
      color: #0976b4; }
      .bkf-social-single .a2a_kit a.a2a_button_linkedin:before {
        content: '\f0e1'; }
      .bkf-social-single .a2a_kit a.a2a_button_linkedin:hover {
        background-color: #0976b4;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a.a2a_button_google_plus {
      border-color: #dd4b39;
      color: #dd4b39; }
      .bkf-social-single .a2a_kit a.a2a_button_google_plus:before {
        content: '\f0d5'; }
      .bkf-social-single .a2a_kit a.a2a_button_google_plus:hover {
        background-color: #dd4b39;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a.a2a_button_email {
      border-color: #999999;
      color: #999999; }
      .bkf-social-single .a2a_kit a.a2a_button_email:before {
        content: '\f0e0'; }
      .bkf-social-single .a2a_kit a.a2a_button_email:hover {
        background-color: #999999;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a.a2a_dd {
      border-color: #00ff00;
      color: #00ff00; }
      .bkf-social-single .a2a_kit a.a2a_dd:before {
        content: '\f1e0'; }
      .bkf-social-single .a2a_kit a.a2a_dd:hover {
        background-color: #00ff00;
        color: #ffffff; }
    .bkf-social-single .a2a_kit a span {
      display: none; }

.bkf-social-single .bkf-download-icon {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 32px;
  height: 32px;
  float: left;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  float: left;
  border-color: #888888;
  color: #888888; }
  .bkf-social-single .bkf-download-icon:before {
    content: '\f019';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
  .bkf-social-single .bkf-download-icon:hover {
    background-color: #888888;
    color: #ffffff; }

.bkf-social-single .bkf-rss-icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 32px;
  height: 32px;
  float: left;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  float: left;
  border-color: #ffa503;
  color: #ffa503; }
  .bkf-social-single .bkf-rss-icon:before {
    content: '\f09e';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
  .bkf-social-single .bkf-rss-icon:hover {
    background-color: #ffa503;
    color: #ffffff; }

/* BKF - Search/BKF-Filter
------------------------------------------------------------- */
.bkf-filter {
  margin-bottom: 40px; }
  .bkf-filter.open .toggle-controls .toggle {
    background-image: url(../img/icons/filter-arrow-up.png); }
  .bkf-filter.open .filters {
    display: block; }
  .bkf-filter .toggle-controls {
    position: relative;
    background-color: #008198; }
    .bkf-filter .toggle-controls .title {
      margin: 0;
      padding: 5px 20px;
      padding-right: 60px;
      font-size: 24px;
      line-height: 1;
      color: #ffffff; }
    .bkf-filter .toggle-controls .toggle {
      position: absolute;
      top: 50%;
      right: 20px;
      height: 20px;
      width: 20px;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/icons/filter-arrow-down.png);
      border: none;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bkf-filter .filters {
    display: none;
    padding: 20px;
    border: 1px solid #008198;
    border-top: none; }

/* BKF - Global/facetwp-overrides.scss
------------------------------------------------------------- */
.bkf-facetwp-field-wrapper .facetwp-loading {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center; }

.bkf-facetwp-field-wrapper .facetwp-facet {
  margin-bottom: 20px; }
  .bkf-facetwp-field-wrapper .facetwp-facet input {
    margin-bottom: 0;
    border: 1px solid #008198; }

.bkf-facetwp-field-wrapper .facetwp-search-wrap {
  display: block; }
  .bkf-facetwp-field-wrapper .facetwp-search-wrap .facetwp-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.bkf-facetwp-field-wrapper .facetwp-type-date_range {
  position: relative; }
  .bkf-facetwp-field-wrapper .facetwp-type-date_range:before {
    content: '–';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .bkf-facetwp-field-wrapper .facetwp-type-date_range:after {
    content: '';
    display: table;
    clear: both; }
  .bkf-facetwp-field-wrapper .facetwp-type-date_range .facetwp-date {
    width: 40%;
    float: left;
    background-color: transparent; }
    .bkf-facetwp-field-wrapper .facetwp-type-date_range .facetwp-date.facetwp-date-min {
      margin-right: 20%; }

.bkf-facetwp-pagination {
  margin-top: 60px; }

/* BKF - Global/facetwp-pagination.scss
------------------------------------------------------------- */
.bkf-facetwp-pagination .facetwp-pager {
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
  color: #008198; }
  .bkf-facetwp-pagination .facetwp-pager .facetwp-pager-label {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #008198;
    display: block; }
  .bkf-facetwp-pagination .facetwp-pager .facetwp-page {
    border-bottom: none; }
    .bkf-facetwp-pagination .facetwp-pager .facetwp-page.first-page, .bkf-facetwp-pagination .facetwp-pager .facetwp-page.last-page {
      position: relative;
      width: 20px;
      height: 20px;
      vertical-align: text-top;
      color: transparent !important; }
      .bkf-facetwp-pagination .facetwp-pager .facetwp-page.first-page:before, .bkf-facetwp-pagination .facetwp-pager .facetwp-page.last-page:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .bkf-facetwp-pagination .facetwp-pager .facetwp-page.first-page {
      margin-right: 5px; }
      .bkf-facetwp-pagination .facetwp-pager .facetwp-page.first-page:before {
        background-image: url(../img/icons/pagination-arrow-left.png); }
    .bkf-facetwp-pagination .facetwp-pager .facetwp-page.last-page {
      margin-left: 5px; }
      .bkf-facetwp-pagination .facetwp-pager .facetwp-page.last-page:before {
        background-image: url(../img/icons/pagination-arrow-right.png); }
    .bkf-facetwp-pagination .facetwp-pager .facetwp-page.active {
      color: #888888; }

.bkf-pagination-dummy {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #008198;
  text-align: center; }
  .bkf-pagination-dummy .page-numbers {
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    color: #008198; }
    .bkf-pagination-dummy .page-numbers.current, .bkf-pagination-dummy .page-numbers.dots {
      color: #888888; }
    .bkf-pagination-dummy .page-numbers.prev, .bkf-pagination-dummy .page-numbers.next {
      position: relative;
      width: 20px;
      height: 20px;
      vertical-align: text-top; }
      .bkf-pagination-dummy .page-numbers.prev:before, .bkf-pagination-dummy .page-numbers.next:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .bkf-pagination-dummy .page-numbers.prev {
      margin-right: 5px; }
      .bkf-pagination-dummy .page-numbers.prev:before {
        background-image: url(../img/icons/pagination-arrow-left.png); }
    .bkf-pagination-dummy .page-numbers.next {
      margin-left: 5px; }
      .bkf-pagination-dummy .page-numbers.next:before {
        background-image: url(../img/icons/pagination-arrow-right.png); }

/* BKF - Global/BKF-Search-Form
------------------------------------------------------------- */
.bkf-search-form-custom .main-search-field {
  margin-bottom: 20px; }
  .bkf-search-form-custom .main-search-field .search-field {
    margin-bottom: 0;
    height: 60px;
    font-size: 40px;
    font-weight: bold; }

.bkf-search-form-custom .secondary-search-fields {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #E6E6E6; }
  .bkf-search-form-custom .secondary-search-fields .exclude-terms,
  .bkf-search-form-custom .secondary-search-fields .bkf-select-box {
    margin-bottom: 10px; }
    @media screen and (min-width: 48em) {
      .bkf-search-form-custom .secondary-search-fields .exclude-terms,
      .bkf-search-form-custom .secondary-search-fields .bkf-select-box {
        margin-bottom: 0; } }

.bkf-search-form-header .main-search {
  position: relative; }
  .bkf-search-form-header .main-search .search-terms {
    width: 100%;
    height: 32px;
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: #000000; }
    .bkf-search-form-header .main-search .search-terms::-webkit-input-placeholder {
      color: #000000; }
    .bkf-search-form-header .main-search .search-terms:focus {
      outline: none; }

/* BKF - Global/BKF-Search-Results
------------------------------------------------------------- */
.bkf-search-results .result {
  margin-bottom: 20px; }
  .bkf-search-results .result .result-icon {
    display: inline-block;
    width: 100%;
    max-width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/search-result-1.png); }
  .bkf-search-results .result .title {
    word-break: break-word; }
  .bkf-search-results .result .permalink {
    margin-bottom: 20px;
    border-bottom: none;
    word-break: break-word; }
  .bkf-search-results .result .excerpt {
    margin: 20px 0;
    font-size: 14px; }

/* BKF - Sitemap/BKF-Sitemap
------------------------------------------------------------- */
.bkf-sitemap .link-area {
  margin-bottom: 40px; }
  @media screen and (min-width: 48em) {
    .bkf-sitemap .link-area {
      margin-bottom: 80px; } }
  .bkf-sitemap .link-area ul {
    list-style-type: none; }
  .bkf-sitemap .link-area hr {
    margin: 10px 0 20px; }
  .bkf-sitemap .link-area > .row > .columns:last-child:not(:first-child) {
    float: left; }
  .bkf-sitemap .link-area > .row > .columns > ul {
    margin-left: 0; }

.bkf-sitemap .link {
  vertical-align: text-top;
  font-weight: normal;
  border-bottom: none;
  color: #000000; }
  .bkf-sitemap .link:hover {
    color: #008198; }
  .bkf-sitemap .link.parent {
    font-size: 25px;
    line-height: 1;
    border-bottom: none; }
    @media screen and (min-width: 48em) {
      .bkf-sitemap .link.parent {
        font-size: 30px; } }
    .bkf-sitemap .link.parent .arrow-icon-right {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 25px;
      vertical-align: bottom; }
      @media screen and (min-width: 48em) {
        .bkf-sitemap .link.parent .arrow-icon-right {
          width: 30px;
          height: 30px; } }
      .bkf-sitemap .link.parent .arrow-icon-right:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        height: 15px;
        width: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/slider-arrow-right-black.png);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (min-width: 48em) {
          .bkf-sitemap .link.parent .arrow-icon-right:after {
            height: 20px;
            width: 20px;
            background-size: 20px; } }
  .bkf-sitemap .link.child {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (min-width: 48em) {
      .bkf-sitemap .link.child {
        font-size: 20px; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Print/BKF-Print
-------------------------------------------------------------- */
.bkf-print-only {
  display: none; }

@media print {
  .bkf-print-only {
    display: block; }
    .bkf-print-only.h1 {
      margin-top: 40px;
      text-align: center; }
  .bkf-header,
  .bkf-microinteraction,
  .bkf-hero,
  .bkf-page-builder-heading,
  .bkf-sidebar-meta-box,
  .show-for-large .bkf-sidebar-media-contacts,
  .bkf-team-member .featured-image,
  .bkf-social-single,
  .bkf-footer {
    display: none; }
  .bkf-hero,
  .bkf-page-builder-heading,
  .bkf-content-area {
    padding: 0; }
  .bkf-hero.fade {
    padding: 0; }
    .bkf-hero.fade:after {
      display: none; }
  .bkf-post-feeds .bkf-post-feed-row.has-thumbnail .bkf-post-thumbnail {
    display: none; }
  .bkf-post-feeds .bkf-post-feed-row.has-thumbnail .bkf-post-excerpt {
    padding: 0;
    width: 100%;
    float: none; }
  .bkf-post-feeds .archive-link .button {
    margin-bottom: 0; }
  h2 {
    page-break-before: always; }
  .bkf-content-area a {
    border-bottom: none !important; }
  a[href]:after {
    content: none !important; } }

/*# sourceMappingURL=bkf-app.css.map */