/*!
Theme Name: Certain Affinity
Theme URI: http://www.certainaffinity.com/
Author: Louder Agency
Author URI: https://louderagency.com/
Description: Custom theme for Certain Affinity
Version: 1.0.0
template: bb-theme
*/
/* -----------------------------------------------------------
	Font Sizes
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Buttons
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Breakpoints
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Row Gradient Overlay
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Colors
-------------------------------------------------------------- */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gotham SSm A", "Gotham SSm B" !important; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:focus {
    outline: none; }

.uppercase,
.uppercase * {
  text-transform: uppercase; }

::-moz-selection {
  background: #ed1c24;
  color: white; }

::-webkit-selection {
  background: #ed1c24;
  color: white; }

::selection {
  background: #ed1c24;
  color: white; }

@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 1.1; } }
h2.boxed {
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px; }
  h2.boxed.red {
    color: white;
    background-color: #ed1c24; }

@media (max-width: 1024px) {
  h3 {
    font-size: 32px; } }

@media (max-width: 1024px) {
  p {
    font-size: 20px; } }
@media (max-width: 768px) {
  p {
    font-size: 18px; } }

.button {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button.white {
    background: #FFFFFF;
    color: #000000; }
    .button.white:hover, .button.white:focus {
      background: #ed1c24;
      color: #FFFFFF; }
  .button.red {
    background: #ed1c24;
    color: white; }
    .button.red:hover, .button.red:focus {
      background: #c61017;
      text-decoration: none; }
  .button.ghost {
    border: solid 2px #000000;
    color: #000000; }
    .button.ghost:hover, .button.ghost:focus {
      background: #ed1c24;
      color: #FFFFFF;
      border-color: #ed1c24; }

.uppercase,
.uppercase * {
  text-transform: uppercase; }

.sentence-case,
.sentence-case * {
  text-transform: none; }
  .sentence-case h3,
  .sentence-case * h3 {
    line-height: 1.2; }

header.fl-builder-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&1+0,0.5+50,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header.fl-builder-content.fl-theme-builder-header-scrolled {
    background: black; }
  @media (max-width: 768px) {
    header.fl-builder-content .pp-photo-container .pp-photo-align-responsive-center {
      text-align: left !important; } }
  header.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
    @media (max-width: 768px) {
      header.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner img {
        width: 225px; } }
  header.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner a:hover img, header.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner a:focus img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box {
    width: 36px; }
    header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner {
      width: 36px; }
      header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before, header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 36px; }
      header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
        top: -11px; }
      header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
        bottom: -11px; }
    header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box:hover .pp-hamburger-inner:before, header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box:focus .pp-hamburger-inner:before {
      top: -13px; }
    header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box:hover .pp-hamburger-inner:after, header.fl-builder-content .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box:focus .pp-hamburger-inner:after {
      bottom: -13px; }
  @media (max-width: 1024px) {
    header.fl-builder-content .fl-visible-desktop-medium {
      display: flex !important; } }
  @media (max-width: 768px) {
    header.fl-builder-content .fl-visible-desktop-medium {
      display: none !important; } }

.pp-advanced-menu .pp-menu-overlay {
  height: 100vh !important;
  overflow-y: scroll;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 768px) {
    .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
      top: 30px; } }
  .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:before, .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:hover:before, .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:focus:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000000; }
  .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:hover:after, .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:focus:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000000; }
  .pp-advanced-menu .pp-menu-overlay .menu li a {
    display: inline-block; }
  .pp-advanced-menu .pp-menu-overlay .fl-builder-template {
    padding-bottom: 0;
    padding-top: 0; }
  .pp-advanced-menu .pp-menu-overlay .fl-module-pp-image .fl-module-content {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .pp-advanced-menu .pp-menu-overlay .fl-module-pp-image .pp-photo-container .pp-photo-content .pp-photo-content-inner img {
      width: 90px; } }
  .pp-advanced-menu .pp-menu-overlay > ul.menu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    padding: 20px 30px 30px !important;
    height: auto;
    width: 100% !important; }
    @media (max-width: 768px) {
      .pp-advanced-menu .pp-menu-overlay > ul.menu {
        padding: 20px !important; } }
  @media (min-width: 769px) {
    .pp-advanced-menu .pp-menu-overlay .fl-module-pp-social-icons {
      display: none; } }
  .pp-advanced-menu .pp-menu-overlay .fl-module-pp-social-icons .fl-module-content {
    margin-top: 0; }
.pp-advanced-menu.off-canvas .fl-module-pp-image .fl-module-content {
  margin-bottom: 10px; }
.pp-advanced-menu.off-canvas .fl-builder-content {
  padding: 0; }
.pp-advanced-menu.off-canvas .menu {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
.pp-advanced-menu.off-canvas .pp-off-canvas-menu.pp-menu-right .pp-menu-close-btn {
  float: right;
  left: auto;
  right: 20px;
  font-size: 44px; }
@media (min-width: 769px) {
  .pp-advanced-menu.off-canvas .fl-module-pp-social-icons {
    display: none; } }
.pp-advanced-menu.off-canvas .fl-module-pp-social-icons .fl-module-content {
  margin-left: 30px;
  margin-right: 30px; }

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
  width: auto !important; }

footer.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }
footer.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner a:hover img, footer.fl-builder-content .pp-photo-container .pp-photo-content .pp-photo-content-inner a:focus img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
@media (max-width: 768px) {
  footer.fl-builder-content #menu-footer-menu li {
    text-align: center; } }
@media (max-width: 768px) {
  footer.fl-builder-content .fl-module-menu .fl-module-content {
    margin: 10px 20px; } }
footer.fl-builder-content .fl-module-pp-social-icons .pp-social-icon a {
  color: white; }

/* General GF Date Picker */
body #ui-datepicker-div {
  background: white;
  padding: 1em;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  max-width: 280px; }
  body #ui-datepicker-div .ui-datepicker-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em; }
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
      text-indent: -9999px;
      position: relative;
      width: 36px;
      height: 36px;
      display: inline-block;
      padding: 10px;
      font-size: 20px; }
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:before,
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
        font-family: "FontAwesome";
        color: #333;
        position: absolute;
        top: 3px;
        text-indent: 0; }
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover:before, body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:focus:before,
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:hover:before,
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:focus:before {
        color: #1a1a1a; }
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
      content: '\f060';
      left: 8px; }
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      order: 3; }
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
        content: '\f061';
        right: 8px; }
    body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      order: 2;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
      body #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 5px;
        width: 74px; }
  body #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%; }
    body #ui-datepicker-div .ui-datepicker-calendar thead th, body #ui-datepicker-div .ui-datepicker-calendar thead td,
    body #ui-datepicker-div .ui-datepicker-calendar tbody th,
    body #ui-datepicker-div .ui-datepicker-calendar tbody td {
      text-align: center;
      font-size: 24px;
      font-size: 0.9375rem;
      padding: 0.5rem; }
      body #ui-datepicker-div .ui-datepicker-calendar thead th a, body #ui-datepicker-div .ui-datepicker-calendar thead td a,
      body #ui-datepicker-div .ui-datepicker-calendar tbody th a,
      body #ui-datepicker-div .ui-datepicker-calendar tbody td a {
        color: #6d6d6d;
        font-weight: 600; }
        body #ui-datepicker-div .ui-datepicker-calendar thead th a:hover, body #ui-datepicker-div .ui-datepicker-calendar thead th a:focus, body #ui-datepicker-div .ui-datepicker-calendar thead td a:hover, body #ui-datepicker-div .ui-datepicker-calendar thead td a:focus,
        body #ui-datepicker-div .ui-datepicker-calendar tbody th a:hover,
        body #ui-datepicker-div .ui-datepicker-calendar tbody th a:focus,
        body #ui-datepicker-div .ui-datepicker-calendar tbody td a:hover,
        body #ui-datepicker-div .ui-datepicker-calendar tbody td a:focus {
          text-decoration: none;
          color: #333; }
      body #ui-datepicker-div .ui-datepicker-calendar thead th.ui-datepicker-today, body #ui-datepicker-div .ui-datepicker-calendar thead td.ui-datepicker-today,
      body #ui-datepicker-div .ui-datepicker-calendar tbody th.ui-datepicker-today,
      body #ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today {
        background-color: #333; }
        body #ui-datepicker-div .ui-datepicker-calendar thead th.ui-datepicker-today a, body #ui-datepicker-div .ui-datepicker-calendar thead td.ui-datepicker-today a,
        body #ui-datepicker-div .ui-datepicker-calendar tbody th.ui-datepicker-today a,
        body #ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today a {
          color: white;
          font-weight: 700; }

.gform_wrapper.signup_wrapper {
  margin: 0; }
  @media only screen and (max-width: 641px) {
    .gform_wrapper.signup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: 1;
      min-height: 0px; }
    .gform_wrapper.signup_wrapper li.hidden_label input {
      margin-top: 0; } }
  @media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    .gform_wrapper.signup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
      margin-top: 0; } }
  .gform_wrapper.signup_wrapper h3.gform_title {
    margin: 8px; }
  .gform_wrapper.signup_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  .gform_wrapper.signup_wrapper .validation_error {
    display: none !important; }
.gform_wrapper .signup {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 1024px) {
    .gform_wrapper .signup {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .gform_wrapper .signup .gform_heading {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0 10px; }
    .gform_wrapper .signup .gform_heading .gform_title {
      color: white; }
    @media (max-width: 1024px) {
      .gform_wrapper .signup .gform_heading {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%; }
        .gform_wrapper .signup .gform_heading .gform_title {
          text-align: center;
          margin: 0 0 15px; } }
    @media (max-width: 500px) {
      .gform_wrapper .signup .gform_heading {
        margin: 0 0 10px; } }
  .gform_wrapper .signup .gform_body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto; }
    @media (max-width: 1024px) {
      .gform_wrapper .signup .gform_body {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 400px;
        margin: 0 auto; } }
    .gform_wrapper .signup .gform_body .gform_fields {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1024px) {
        .gform_wrapper .signup .gform_body .gform_fields {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .gform_wrapper .signup .gform_body .gform_fields .gfield {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 10px;
        position: relative; }
        @media (max-width: 1024px) {
          .gform_wrapper .signup .gform_body .gform_fields .gfield {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            margin: 0 0 15px; } }
        .gform_wrapper .signup .gform_body .gform_fields .gfield input {
          width: 100%;
          padding: 19px 12px 5px 12px !important;
          height: auto !important;
          border-radius: 0; }
        .gform_wrapper .signup .gform_body .gform_fields .gfield .gfield_label {
          font-weight: 400;
          position: absolute;
          top: 13px;
          left: 15px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .gform_wrapper .signup .gform_body .gform_fields .gfield .gfield_label .gfield_required {
            color: #ed1c24;
            opacity: 1; }
        .gform_wrapper .signup .gform_body .gform_fields .gfield.active .gfield_label {
          font-size: 12px;
          top: 5px;
          left: 15px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #ed1c24;
          font-weight: 700; }
          .gform_wrapper .signup .gform_body .gform_fields .gfield.active .gfield_label .gfield_required {
            opacity: 0; }
        .gform_wrapper .signup .gform_body .gform_fields .gfield.gfield_error {
          padding-top: 0;
          border: none;
          background-color: black;
          color: white; }
          .gform_wrapper .signup .gform_body .gform_fields .gfield.gfield_error .validation_message {
            color: white;
            padding: 5px 10px 0; }
          .gform_wrapper .signup .gform_body .gform_fields .gfield.gfield_error .gfield_label {
            top: 2px;
            left: 15px; }
          .gform_wrapper .signup .gform_body .gform_fields .gfield.gfield_error.active .gfield_label {
            top: -5px;
            left: 12px; }
  .gform_wrapper .signup .gform_footer {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: auto;
    padding: 10px; }
    @media (max-width: 1024px) {
      .gform_wrapper .signup .gform_footer {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        text-align: center;
        padding: 0; } }
    .gform_wrapper .signup .gform_footer input[type=submit] {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 16px 32px;
      border: none;
      background-color: #000;
      margin: 0;
      font-size: 15px;
      border-radius: 0; }
      .gform_wrapper .signup .gform_footer input[type=submit]:hover, .gform_wrapper .signup .gform_footer input[type=submit]:focus {
        background-color: #ffffff;
        color: #000; }
      @media (max-width: 1024px) {
        .gform_wrapper .signup .gform_footer input[type=submit] {
          width: 100%;
          max-width: 400px; } }

.home-hero h1 {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); }
.home-hero p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); }
  @media (max-width: 768px) {
    .home-hero p {
      font-size: 20px !important; } }

.fl-module-post-grid .fl-post-grid-post {
  border: none; }
.fl-module-post-grid .fl-post-title {
  text-transform: none;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: dotted 3px rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .fl-module-post-grid .fl-post-title {
      font-size: 24px; } }
.fl-module-post-grid .fl-post-meta {
  font-weight: 800;
  color: #a3a3a3;
  margin-bottom: 20px; }
  .fl-module-post-grid .fl-post-meta a {
    color: #a3a3a3; }
    .fl-module-post-grid .fl-post-meta a:hover, .fl-module-post-grid .fl-post-meta a:focus {
      color: #ed1c24; }

.fl-module .fa {
  font-weight: 400; }

@media (max-width: 500px) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 0 20px; } }
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
  font-size: 70px;
  line-height: 1; }
  @media (max-width: 1024px) {
    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
      font-size: 60px !important;
      line-height: 1 !important; } }
  @media (max-width: 768px) {
    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
      font-size: 44px !important;
      line-height: 1 !important; } }
  @media (max-width: 500px) {
    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
      font-size: 30px !important;
      line-height: 1 !important; } }
.fl-builder-content .fl-module-content-slider .fl-content-slider-navigation .slider-prev {
  left: 0; }
  @media (max-width: 768px) {
    .fl-builder-content .fl-module-content-slider .fl-content-slider-navigation .slider-prev {
      left: -15px; } }
.fl-builder-content .fl-module-content-slider .fl-content-slider-navigation .slider-next {
  right: 0; }
  @media (max-width: 768px) {
    .fl-builder-content .fl-module-content-slider .fl-content-slider-navigation .slider-next {
      right: -15px; } }
.fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: solid 1.5px white;
  background: transparent; }
  .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    border-color: #ed1c24; }
  .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF; }
    .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active:focus {
      border-color: #fff; }
@media (max-width: 768px) {
  .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-controls-auto,
  .fl-builder-content .fl-module-content-slider .bx-wrapper .bx-pager {
    bottom: -40px; } }

.fl-module-blog-posts .cs-grid-item {
  width: 100%;
  border: none;
  margin: 0;
  min-height: 0;
  height: 100%; }
  .fl-module-blog-posts .cs-grid-item .cs-grid-item-text {
    padding: 20px 30px 35px; }

.fl-module-pp-modal-box .pp-modal-trigger,
.fl-module-pp-modal-box .pp-modal-button .pp-modal-trigger {
  text-transform: uppercase;
  letter-spacing: 1px; }
.fl-module-pp-modal-box .pp-modal-trigger .pp-button-icon {
  vertical-align: 1px; }

.fl-module-pp-infobox .pp-infobox-title-prefix {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 800; }
  @media (max-width: 768px) {
    .fl-module-pp-infobox .pp-infobox-title-prefix {
      font-size: 32px;
      line-height: 1.2; } }
.fl-module-pp-infobox .pp-infobox-title {
  text-transform: none;
  font-weight: 500;
  font-size: 24px; }

.fl-module-pp-smart-button .pp-button {
  font-weight: 600; }
  .fl-module-pp-smart-button .pp-button i {
    vertical-align: 0; }

.fl-module-pp-social-icons .pp-social-icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.fl-col-group-equal-height .fl-module-pp-infobox {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.fl-module-pp-line-separator .pp-line-separator {
  max-width: 180px !important; }

.video-modal .pp-modal-button {
  background: #000000; }
  .video-modal .pp-modal-button .pp-modal-trigger-image {
    opacity: 0.7; }
  .video-modal .pp-modal-button .pp-modal-trigger {
    position: relative; }
    .video-modal .pp-modal-button .pp-modal-trigger:before, .video-modal .pp-modal-button .pp-modal-trigger:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .video-modal .pp-modal-button .pp-modal-trigger:before {
      content: '\f04b';
      font-family: "FontAwesome";
      color: white;
      font-size: 36px;
      z-index: 4;
      margin-left: 3px; }
      @media (max-width: 640px) {
        .video-modal .pp-modal-button .pp-modal-trigger:before {
          font-size: 26px; } }
    .video-modal .pp-modal-button .pp-modal-trigger:after {
      width: 90px;
      height: 90px;
      background-color: #ed1c24;
      border-radius: 100px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 3;
      content: ''; }
      @media (max-width: 640px) {
        .video-modal .pp-modal-button .pp-modal-trigger:after {
          width: 80px;
          height: 80px; } }
  .video-modal .pp-modal-button:hover .pp-modal-trigger:after, .video-modal .pp-modal-button:focus .pp-modal-trigger:after {
    width: 100px;
    height: 100px; }
    @media (max-width: 640px) {
      .video-modal .pp-modal-button:hover .pp-modal-trigger:after, .video-modal .pp-modal-button:focus .pp-modal-trigger:after {
        width: 90px;
        height: 90px; } }

.pp-modal .pp-modal-frame .pp-modal-content-inner {
  height: 0 !important;
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% !important; }
  .pp-modal .pp-modal-frame .pp-modal-content-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100vw; }

.uabb-masonary-filters li {
  padding: 10px 24px !important;
  border-radius: 30px !important;
  background-color: transparent !important;
  color: white !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .uabb-masonary-filters li:hover {
    background-color: #ed1c24 !important; }
  .uabb-masonary-filters li .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .uabb-masonary-filters li .inner .tax-image {
      width: 36px;
      height: 36px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 10px; }
    .uabb-masonary-filters li .inner .tax-name {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .uabb-masonary-filters li.uabb-masonary-current {
    background-color: #FFFFFF !important;
    color: #ed1c24 !important;
    font-weight: 700; }
    .uabb-masonary-filters li.uabb-masonary-current .tax-image path {
      fill: #ed1c24 !important; }

.fl-module-blog-posts .uabb-blog-posts-shadow {
  background: #000000; }
.fl-module-blog-posts .uabb-post-wrapper .uabb-blog-post-content {
  padding: 0;
  height: 100%; }
.fl-module-blog-posts .uabb-blog-posts .uabb-blog-post-inner-wrap {
  height: 100%;
  border: solid 1px #7f7f7f; }
.fl-module-blog-posts.news .uabb-blog-posts .uabb-blog-post-inner-wrap {
  border: none; }

.fl-module-careers-list .fl-module-content {
  margin: 0; }
.fl-module-careers-list .container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.ca-careers-filters {
  text-align: center;
  background: #ed1c24 url(images/white-textured-bg3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px; }
  .ca-careers-filters h2 {
    margin-top: 10px;
    color: white; }

.ca-department .ca-department-heading {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; }
  @media (max-width: 768px) {
    .ca-department .ca-department-heading {
      padding: 30px 0; } }
  .ca-department .ca-department-heading.art {
    background-image: url(images/careers-art-bg.jpg); }
  .ca-department .ca-department-heading.design {
    background-image: url(images/careers-design-bg.jpg); }
  .ca-department .ca-department-heading.engineering {
    background-image: url(images/careers-engineering-bg.jpg); }
  .ca-department .ca-department-heading.production {
    background-image: url(images/careers-production-bg.jpg); }
  .ca-department .ca-department-heading.qa {
    background-image: url(images/careers-qa-bg.jpg); }
  .ca-department .ca-department-heading h3 {
    color: white;
    margin: 0; }
.ca-department .ca-department-careers {
  padding: 50px 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .ca-department .ca-department-careers {
      padding: 30px 0; } }
  .ca-department .ca-department-careers .careers-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .ca-department .ca-department-careers .careers-list li {
      position: relative;
      padding: 7px 0 7px 40px; }
      .ca-department .ca-department-careers .careers-list li:before {
        width: 24px;
        height: 24px;
        background: url(images/icon-arrow-black.png);
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        background-size: 100%;
        background-repeat: no-repeat; }
      .ca-department .ca-department-careers .careers-list li a {
        color: black;
        font-weight: 800;
        font-size: 24px; }
        .ca-department .ca-department-careers .careers-list li a:hover, .ca-department .ca-department-careers .careers-list li a:focus {
          color: #ed1c24; }
.ca-department:nth-child(odd) .ca-department-careers {
}

@media (max-width: 1024px) {
  .fl-module-post-grid.featured-project .fl-post-column {
    width: 100%; } }

.cs-featured-project {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr); }
  @media (max-width: 1024px) {
    .cs-featured-project {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 768px) {
    .cs-featured-project {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .cs-featured-project .cs-game-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; }
    @media (max-width: 768px) {
      .cs-featured-project .cs-game-image {
        margin-bottom: 30px;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; } }
  .cs-featured-project .cs-game-info {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / span 3;
    padding-left: 40px; }
    @media (max-width: 1024px) {
      .cs-featured-project .cs-game-info {
        padding-left: 30px;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3 / span 2; } }
    @media (max-width: 768px) {
      .cs-featured-project .cs-game-info {
        padding-left: 0;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2; } }
    .cs-featured-project .cs-game-info h2.boxed {
      margin: 0 0 30px; }
    .cs-featured-project .cs-game-info hr {
      border-top: dotted 3px rgba(0, 0, 0, 0.4);
      max-width: 220px;
      margin-left: 0;
      margin-right: auto; }
    .cs-featured-project .cs-game-info .cs-game-title {
      font-size: 44px;
      margin-top: 0; }
    .cs-featured-project .cs-game-info .subtitle {
      display: block;
      font-size: 22px;
      color: #acacac;
      font-weight: 600; }
      @media (max-width: 768px) {
        .cs-featured-project .cs-game-info .subtitle {
          font-size: 18px; } }
    .cs-featured-project .cs-game-info .button {
      margin-top: 15px; }

.cs-item-grid .grid-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  height: auto !important; }

.cs-grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 225px;
  grid-template-rows: 225px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: solid 1px #acacac;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: calc(50% - 20px);
  position: static !important; }
  @media (max-width: 768px) {
    .cs-grid-item {
      width: 100%;
      float: none; } }
  .cs-grid-item .cs-grid-item-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 1 / span 2;
    grid-column: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: -webkit-transform ease-out 3s;
    -moz-transition: -moz-transform ease-out 3s;
    transition: transform ease-out 3s;
    z-index: 1;
    position: relative; }
  .cs-grid-item .cs-grid-item-text {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2 / span 1;
    grid-column: 1;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 30px 25px;
    margin-bottom: -5px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center; }
    .cs-grid-item .cs-grid-item-text .cs-grid-item-title {
      color: white;
      text-transform: none;
      margin-top: 10px;
      font-size: 28px; }
      @media (max-width: 768px) {
        .cs-grid-item .cs-grid-item-text .cs-grid-item-title {
          font-size: 24px;
          line-height: 1.3; } }
    .cs-grid-item .cs-grid-item-text .cs-grid-item-excerpt {
      color: white;
      font-size: 17px;
      margin: 10px 0 20px; }
    .cs-grid-item .cs-grid-item-text .button {
      padding: 10px 20px;
      font-size: 13px; }
  .cs-grid-item .cs-grid-item-icons {
    text-align: center;
    margin-top: 15px; }
    .cs-grid-item .cs-grid-item-icons .tax-image {
      width: 30px;
      height: 30px;
      margin: 3px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .cs-grid-item:hover .cs-grid-item-image, .cs-grid-item:focus .cs-grid-item-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .cs-grid-item:hover .cs-grid-item-text, .cs-grid-item:focus .cs-grid-item-text {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background: rgba(0, 0, 0, 0.9); }
    .cs-grid-item:hover .cs-grid-item-text .button, .cs-grid-item:focus .cs-grid-item-text .button {
      background: #c61017; }

.single-ca_case_study .fl-page-content,
.single-post .fl-page-content {
  position: relative; }
.single-ca_case_study .page-background,
.single-post .page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
  z-index: 1; }
  .single-ca_case_study .page-background .lines-top,
  .single-ca_case_study .page-background .lines-bottom,
  .single-post .page-background .lines-top,
  .single-post .page-background .lines-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 240px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 2; }
  .single-ca_case_study .page-background .lines-top,
  .single-post .page-background .lines-top {
    background-image: url(images/lines-top.png);
    top: 0; }
  .single-ca_case_study .page-background .lines-bottom,
  .single-post .page-background .lines-bottom {
    background-image: url(images/lines-bottom.png);
    bottom: 0; }
  .single-ca_case_study .page-background:after,
  .single-post .page-background:after {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 3;
    left: 0;
    content: '';
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .single-ca_case_study .page-background .image,
  .single-post .page-background .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8; }
@media (max-width: 768px) {
  .single-ca_case_study #hero .fl-module-pp-infobox .pp-infobox,
  .single-post #hero .fl-module-pp-infobox .pp-infobox {
    text-align: center; } }
.single-ca_case_study .fl-page-content,
.single-post .fl-page-content {
  background: #000; }
.single-ca_case_study .page-wrap,
.single-post .page-wrap {
  padding-top: 185px;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    .single-ca_case_study .page-wrap,
    .single-post .page-wrap {
      padding-top: 155px; } }
@media (min-width: 769px) {
  .single-ca_case_study .fl-post-header,
  .single-post .fl-post-header {
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto; } }
.single-ca_case_study .fl-post-header .fl-post-title,
.single-post .fl-post-header .fl-post-title {
  text-align: left;
  color: white;
  text-transform: none;
  font-size: 48px;
  line-height: 1.1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); }
  @media (max-width: 768px) {
    .single-ca_case_study .fl-post-header .fl-post-title,
    .single-post .fl-post-header .fl-post-title {
      font-size: 32px;
      text-align: center;
      line-height: 1.2; } }
.single-ca_case_study .fl-post-header hr,
.single-post .fl-post-header hr {
  max-width: 180px;
  margin-left: 0;
  border-top-style: dotted;
  border-top-width: 3px; }
  @media (max-width: 768px) {
    .single-ca_case_study .fl-post-header hr,
    .single-post .fl-post-header hr {
      margin-left: auto; } }
.single-ca_case_study .fl-post-header .fl-post-meta,
.single-post .fl-post-header .fl-post-meta {
  color: #b6b6b6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); }
  @media (max-width: 768px) {
    .single-ca_case_study .fl-post-header .fl-post-meta,
    .single-post .fl-post-header .fl-post-meta {
      text-align: center;
      font-size: 16px; } }
@media (max-width: 768px) {
  .single-ca_case_study .fl-post-header,
  .single-post .fl-post-header {
    margin-bottom: 15px; } }
.single-ca_case_study .back-link,
.single-post .back-link {
  text-align: right;
  margin-bottom: -6px; }
  .single-ca_case_study .back-link .button,
  .single-post .back-link .button {
    font-weight: 400; }
  @media (max-width: 768px) {
    .single-ca_case_study .back-link,
    .single-post .back-link {
      text-align: center; } }
.single-ca_case_study .page-wrap,
.single-post .page-wrap {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center; }
.single-ca_case_study .fl-post-content,
.single-post .fl-post-content {
  background: white url(images/blog-content-bg.png) left top no-repeat;
  padding: 60px 60px 30px;
  border-top: solid 6px #ed1c24; }
  @media (max-width: 768px) {
    .single-ca_case_study .fl-post-content,
    .single-post .fl-post-content {
      padding: 40px 30px 10px; } }
  .single-ca_case_study .fl-post-content .share-links-wrap,
  .single-post .fl-post-content .share-links-wrap {
    margin: 20px 0; }
    .single-ca_case_study .fl-post-content .share-links-wrap .inner,
    .single-post .fl-post-content .share-links-wrap .inner {
      padding: 0; }
      .single-ca_case_study .fl-post-content .share-links-wrap .inner .share-text,
      .single-post .fl-post-content .share-links-wrap .inner .share-text {
        padding-left: 0; }
@media (min-width: 769px) {
  .single-ca_case_study .share-links-wrap.center,
  .single-post .share-links-wrap.center {
    text-align: left;
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 768px) {
  .single-ca_case_study .share-links-wrap.center,
  .single-post .share-links-wrap.center {
    margin-bottom: 40px; } }
.single-ca_case_study h2,
.single-post h2 {
  text-transform: none;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .single-ca_case_study h2,
    .single-post h2 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.3; } }
.single-ca_case_study p,
.single-post p {
  margin-bottom: 30px; }
  .single-ca_case_study p:last-child,
  .single-post p:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .single-ca_case_study p,
    .single-post p {
      font-size: 16px;
      margin-bottom: 20px; } }
.single-ca_case_study ul, .single-ca_case_study li,
.single-post ul,
.single-post li {
  font-size: 18px; }
  @media (max-width: 768px) {
    .single-ca_case_study ul, .single-ca_case_study li,
    .single-post ul,
    .single-post li {
      font-size: 16px; } }

.share-links-wrap {
  text-align: center;
  margin: 10px 0 20px; }
  .share-links-wrap.center {
    text-align: center; }
  .share-links-wrap.left {
    text-align: left; }
  .share-links-wrap.right {
    text-align: right; }

.share-links {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }
  .share-links .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: white;
    padding: 3px 15px; }
    @media (max-width: 400px) {
      .share-links .inner {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .share-links .inner .share-text {
      text-transform: uppercase;
      font-size: 15px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 5px; }
      @media (max-width: 400px) {
        .share-links .inner .share-text {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          padding: 5px 5px 0; } }
    .share-links .inner .essb_links {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0; }
      .share-links .inner .essb_links.essb_size_xl .essb_icon:before {
        top: 8px !important;
        left: 8px !important; }
      @media (max-width: 400px) {
        .share-links .inner .essb_links {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%; } }

.fl-theme-builder-singular.single-ca_case_study .fl-post-content, .fl-theme-builder-singular.single-post .fl-post-content {
  padding: 20px; }
  @media (max-width: 768px) {
    .fl-theme-builder-singular.single-ca_case_study .fl-post-content, .fl-theme-builder-singular.single-post .fl-post-content {
      padding: 0 10px; } }
  .fl-theme-builder-singular.single-ca_case_study .fl-post-content .share-links-wrap, .fl-theme-builder-singular.single-post .fl-post-content .share-links-wrap {
    margin: 0 40px 20px; }
    @media (max-width: 768px) {
      .fl-theme-builder-singular.single-ca_case_study .fl-post-content .share-links-wrap, .fl-theme-builder-singular.single-post .fl-post-content .share-links-wrap {
        margin: 0 20px 30px; } }

.fl-module-case-studies-grid .games-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fl-module-case-studies-grid .games-list h3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    text-transform: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .fl-module-case-studies-grid .games-list h3 .heading {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-left: 20px;
      margin-right: 20px; }
    .fl-module-case-studies-grid .games-list h3 .border {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      border-top: dotted 3px white; }
  .fl-module-case-studies-grid .games-list .game {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
    color: white;
    text-align: center; }
    @media (max-width: 768px) {
      .fl-module-case-studies-grid .games-list .game {
        padding: 15px; } }

.filter-grid .grid-inner {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .filter-grid .grid-inner.loading {
    opacity: 0.5; }

.news-item {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 100%; }
  .news-item .news-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: -webkit-transform ease-out 3s;
    -moz-transition: -moz-transform ease-out 3s;
    transition: transform ease-out 3s;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%; }
    .news-item .news-item-image:after {
      width: 100px;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      content: '';
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 );
      /* IE6-9 */ }
    @media (max-width: 768px) {
      .news-item .news-item-image {
        width: 100%;
        height: 60%; }
        .news-item .news-item-image:after {
          width: 100%;
          height: 100px;
          top: auto;
          bottom: 0;
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ } }
  .news-item .news-item-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    margin: 40px -5px 40px auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: left;
    width: 60%; }
    @media (max-width: 768px) {
      .news-item .news-item-text {
        width: calc(100% - 30px);
        margin: 300px auto -5px;
        padding: 20px 20px 40px; } }
    .news-item .news-item-text .news-item-title {
      color: white;
      text-transform: none;
      line-height: 1.3;
      margin-top: 10px;
      font-size: 28px; }
      @media (max-width: 768px) {
        .news-item .news-item-text .news-item-title {
          font-size: 24px; } }
    .news-item .news-item-text hr {
      max-width: 180px;
      margin-left: 0;
      border-top-style: dotted;
      border-top-width: 3px; }
    .news-item .news-item-text .news-item-excerpt {
      color: white;
      font-size: 17px;
      margin: 10px 0 20px; }
    .news-item .news-item-text p {
      color: white; }
      .news-item .news-item-text p .read-more {
        color: #ed1c24;
        display: inline-block;
        margin-left: 8px; }
      @media (max-width: 768px) {
        .news-item .news-item-text p {
          font-size: 16px; } }
    .news-item .news-item-text .news-item-meta {
      color: white;
      opacity: 0.5; }
  .news-item .news-item-icons .tax-image {
    width: 30px;
    height: 30px;
    margin: 3px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .news-item:hover .news-item-image, .news-item:focus .news-item-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .news-item:hover .news-item-text, .news-item:focus .news-item-text {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    background: rgba(0, 0, 0, 0.9); }
    @media (max-width: 768px) {
      .news-item:hover .news-item-text, .news-item:focus .news-item-text {
        -webkit-transform: translateX(0) translateY(-5px);
        -moz-transform: translateX(0) translateY(-5px);
        -ms-transform: translateX(0) translateY(-5px);
        -o-transform: translateX(0) translateY(-5px);
        transform: translateX(0) translateY(-5px); } }

.ca-filters {
  text-align: center;
  margin-bottom: 40px; }
  .ca-filters .category {
    padding: 10px 24px;
    border-radius: 30px;
    margin: 5px 2px;
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ca-filters .category .inner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .ca-filters .category .inner .tax-image {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 10px; }
      .ca-filters .category .inner .tax-name {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .ca-filters .category:hover {
      background-color: #ed1c24;
      color: #FFFFFF; }
      .ca-filters .category:hover .tax-image path {
        fill: #FFFFFF !important; }
    .ca-filters .category.is-checked {
      background-color: #FFFFFF;
      color: #ed1c24;
      font-weight: 700; }
      .ca-filters .category.is-checked .tax-image path {
        fill: #ed1c24 !important; }

.load-more-wrap {
  margin-top: 40px;
  text-align: center; }
  .load-more-wrap .ca-load-more {
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.fl-module-post-grid.staff .fl-module-content {
  overflow: visible; }
.fl-module-post-grid.staff .fl-post-grid-post {
  background: transparent;
  overflow: visible; }

.ca-staff-member {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .ca-staff-member .photo-wrap {
    position: relative;
    background: black;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .ca-staff-member .photo-wrap .photo {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 0;
      padding-bottom: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .ca-staff-member .photo-wrap .photo-1 {
      position: relative;
      z-index: 2; }
    .ca-staff-member .photo-wrap .photo-2 {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
    .ca-staff-member .photo-wrap .bio-trigger:hover .photo-1, .ca-staff-member .photo-wrap .bio-trigger:focus .photo-1 {
      opacity: 0; }
    .ca-staff-member .photo-wrap .bio-trigger:hover .photo-2, .ca-staff-member .photo-wrap .bio-trigger:focus .photo-2 {
      opacity: 1; }
  .ca-staff-member .staff-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .ca-staff-member .staff-name {
    text-transform: none;
    font-size: 20px;
    margin-bottom: 5px; }
  .ca-staff-member .staff-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #a3a3a3;
    line-height: 1.3;
    margin-bottom: 15px; }
  .ca-staff-member .bio-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: auto; }
    .ca-staff-member .bio-link-wrap hr {
      border-top-style: dotted;
      border-top-width: 3px;
      border-top-color: rgba(0, 0, 0, 0.5);
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .ca-staff-member .bio-link-wrap .bio-trigger {
      width: 40px;
      height: 40px;
      border: solid 2px black;
      position: relative;
      margin: 0 8px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .ca-staff-member .bio-link-wrap .bio-trigger:before, .ca-staff-member .bio-link-wrap .bio-trigger:after {
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        content: '';
        background: black; }
      .ca-staff-member .bio-link-wrap .bio-trigger:before {
        width: 20px;
        height: 2px;
        top: 18px;
        left: 18px;
        z-index: 1; }
      .ca-staff-member .bio-link-wrap .bio-trigger:after {
        height: 20px;
        width: 2px;
        top: 18px;
        left: 18px;
        z-index: 2; }
      .ca-staff-member .bio-link-wrap .bio-trigger:hover, .ca-staff-member .bio-link-wrap .bio-trigger:focus {
        border-color: #ed1c24;
        background: #ed1c24; }
        .ca-staff-member .bio-link-wrap .bio-trigger:hover:before, .ca-staff-member .bio-link-wrap .bio-trigger:hover:after, .ca-staff-member .bio-link-wrap .bio-trigger:focus:before, .ca-staff-member .bio-link-wrap .bio-trigger:focus:after {
          background: #FFFFFF; }
      .ca-staff-member .bio-link-wrap .bio-trigger.close:after {
        content: none; }
  .ca-staff-member .staff-bio-wrap {
    background: #f2f2f2;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    margin: -30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .ca-staff-member .staff-bio-wrap {
        padding: 20px;
        margin: 0; } }
    .ca-staff-member .staff-bio-wrap .photo-wrap .bio-trigger:hover .photo-1, .ca-staff-member .staff-bio-wrap .photo-wrap .bio-trigger:focus .photo-1 {
      opacity: 1; }
    .ca-staff-member .staff-bio-wrap .staff-bio {
      text-align: left;
      margin-top: 15px;
      max-height: 200px;
      overflow-y: auto; }
      .ca-staff-member .staff-bio-wrap .staff-bio p {
        font-size: 15px;
        line-height: 1.4; }

.tippy-tooltip {
  font-size: 15px;
  padding: 8px 16px; }
  .tippy-tooltip .tippy-backdrop {
    background-color: #222; }
  .tippy-tooltip.red-theme .tippy-backdrop {
    background-color: #ed1c24; }

#wnb-bar {
  border: none;
  box-shadow: none;
  padding: 10px;
  background-image: url(images/banner-title-bg-1.png) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  top: 0 !important; }
  #wnb-bar + .fl-page {
    margin-top: 45px; }
    @media (max-width: 600px) {
      #wnb-bar + .fl-page {
        margin-top: 90px; } }
    @media (max-width: 450px) {
      #wnb-bar + .fl-page {
        margin-top: 110px; } }
  #wnb-bar span {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: white; }
  #wnb-bar .wnb-bar-button {
    background: #242424;
    color: white;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 0; }
  #wnb-bar a:hover .wnb-bar-button {
    background: black; }
  @media (max-width: 600px) {
    #wnb-bar a {
      display: block; } }

.admin-bar #wnb-bar {
  top: 32px !important; }
  @media (max-width: 782px) {
    .admin-bar #wnb-bar {
      top: 46px !important; } }
.admin-bar.modal-open #wnb-bar {
  top: 0 !important; }

#wpwrap body,
html body {
  padding-top: 0 !important; }

#ff-stream-1 .ff-filter[data-filter="facebook"] {
  background-color: rgba(59, 89, 152, 0.8) !important; }
  #ff-stream-1 .ff-filter[data-filter="facebook"]:hover, #ff-stream-1 .ff-filter[data-filter="facebook"]:active {
    background-color: #3b5998 !important; }

#ff-stream-1 .ff-filter[data-filter="twitter"] {
  background-color: rgba(29, 161, 242, 0.8) !important; }
  #ff-stream-1 .ff-filter[data-filter="twitter"]:hover, #ff-stream-1 .ff-filter[data-filter="twitter"]:active {
    background-color: #1da1f2 !important; }

.ff-truelayout-carousel .slick-prev,
.ff-truelayout-carousel .slick-next {
  background-color: rgba(237, 28, 36, 0.8) !important; }

.ff-truelayout-carousel .slick-prev:hover,
.ff-truelayout-carousel .slick-next:hover {
  background-color: #ed1c24 !important; }

.ff-layout-carousel .ff-overlay-wrapper {
  background: rgba(255, 255, 255, 0.9) !important; }

#ff-stream-2 .picture-item__inner {
  color: #333 !important; }

.narrowish {
  max-width: 1000px !important; }

.narrow {
  max-width: 750px !important; }

.narrower {
  max-width: 550px !important; }

.narrowest {
  max-width: 350px !important; }

.narrowish,
.narrow,
.narrower,
.narrowest {
  margin-left: auto;
  margin-right: auto;
  float: none; }
  .narrowish.left,
  .narrow.left,
  .narrower.left,
  .narrowest.left {
    margin-left: inherit;
    margin-right: inherit; }
  .narrowish.right,
  .narrow.right,
  .narrower.right,
  .narrowest.right {
    margin-right: inherit; }

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