/*
	Theme Name: Kingston Smith
	Theme URI: http://ks.hypelondon.co.uk
	Description: Kingston Smith Wordpress Theme
	Version: 1.0.0
	Author: Harry Atkins (@harryjatkins)
	Author URI: http://harryatkins.me
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* Page Setup + Mixins */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

/* General Styles */
body {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #1D1D1B;
  background: #E4E4E4; }

.inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-pin {
  width: 0.7578125em; }
  
.icon-youtube {
    width: 0.857421875em;
}

main {
  background: #E4E4E4; }

.box {
  background: white; }

header {
  background: white; 
  margin-bottom: 20px;}

header > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media all and (max-width: 950px) {
    header > .inner {
      position: relative; } }
  header > .inner .header-logo-container {
    margin-top: 30px;
    padding-bottom: 20px; }
    @media all and (max-width: 768px) {
      header > .inner .header-logo-container {
        max-width: 200px; } }
    @media all and (max-width: 580px) {
      header > .inner .header-logo-container {
        max-width: 180px; } }
  header > .inner nav {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    text-align: right; }
    header > .inner nav .mobile-nav {
      display: none; }
      header > .inner nav .mobile-nav.open {
        color: #00BFE0; }
      @media all and (max-width: 950px) {
        header > .inner nav .mobile-nav {
          display: inline-block;
          padding: 10px 0;
          font-size: 22px;
          text-decoration: none;
          margin-right: 10px;
          color: #535353;
          border-bottom: 5px solid transparent; }
          header > .inner nav .mobile-nav:hover {
            color: #00BFE0; } }
    @media all and (min-width: 951px) {
      header > .inner nav > ul {
        display: block !important; } }
    header .inner {
      position: relative;
    }
    header > .inner nav > ul > li {
      display: inline-block;
      padding: 0 20px; }
    header > .inner nav > ul > li > ul {
      position: absolute;
      right: 0;
      text-align: left;
      padding: 20px;
      min-width: 400px;
      width: 100%;
      z-index: 50;
      top: 100%;
      display: none;
      background: white;
    }
    header > .inner nav > ul > li > ul > li {
      display: block;
      padding: 0 10px;
      margin-bottom: 30px;
      float: left;
      min-width: 22%;
      width: calc((100% - 30px) / 4);
      margin-left: 10px;
      padding-bottom: 10px;
    }
    header > .inner nav > ul > li > ul > li:nth-of-type(4n) {
      margin-left: 0;
    }
    header > .inner nav > ul > li > ul > li a:hover {
      color: #838383;
    }
    header > .inner nav > ul > li > ul > li > a {
      font-size: 18px;
      margin-bottom: 10px;
      display: block;
      color: #6D5353;
      padding-bottom: 10px;
      border-bottom: 1px solid #DDDDDD;
    }
    header > .inner nav > ul > li > ul > li > ul li {
      margin-bottom: 8px;
    }
    header > .inner nav > ul > li > ul > li > ul li a {
      font-size: 14px;
    }
    @media all and (max-width: 950px) {
      header > .inner nav > ul > li > ul {
        position: static; min-width: 0;
      }
      header > .inner nav > ul > li > ul > li {
        text-align: center;
        float: none;
        width: 100%;
      }
    }
      header > .inner nav > ul > li:last-child {
        padding: 0 0 0 20px; }
      header > .inner nav > ul > li.current-menu-item > a, header > .inner nav > ul > li.current-page-ancestor > a {
        border-bottom: 5px solid #00BFE0; }
      header > .inner nav > ul > li a:hover {
        color: #00BFE0; }
      header > .inner nav > ul > li > a {
        display: block;
        padding: 10px 0;
        color: #535353;
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: none;
        border-bottom: 5px solid transparent; }
      header > .inner nav > ul > li > a.open {
        color: #00BFE0;
      }
    @media all and (max-width: 950px) {
      header > .inner nav > ul {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 50;
        background: white;
        right: 0;
        width: 100%;
        text-align: center; }
        header > .inner nav > ul > li {
          display: block; }
          header > .inner nav > ul > li > a {
            display: inline-block; } }

#post-404 {
  padding: 30px 0;
}

h1 {
  font-size: 2.5em;
}
a {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-decoration: none;
  color: #00BFE0; }
  a:hover {
    color: #0094ad; }

.breadcrumb-container.theme1 li:first-child a {
  padding: 0 5px 0 0 !important;
}
.breadcrumb-container.theme1 a {
  margin: 0 !important;
  padding: 0 5px !important;
}
.breadcrumb-container.theme1 li:last-child .separator:nth-of-type(2) {
  display: none !important;
}

.header-links {
  position: absolute;
  top: 20px;
  right: 20px; }
  .header-links .header-link {
    display: inline-block; }
    .header-links .header-link > a {
      width: 40px;
      height: 40px;
      display: block;
      background: #DFE4E9;
      color: #000;
      text-align: center;
      font-size: 22px;
      position: relative; }
    .header-links .header-link > a:hover, .header-links .header-link > a.open {
      color: white;
    }
      @media all and (max-width: 650px) {

        .header-links .header-link > a {
          font-size: 16px;
          width: 30px;
          height: 30px; } }
      .header-links .header-link > a .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .header-links .header-link > a:hover, .header-links .header-link > a.open, .header-links .header-link.open > a {
        background: #00BFE0; }
  .header-links.fixed {
    position: fixed;
    right: 0;
    top: calc(25% + 45px);
    z-index: 20; }
    .header-links.fixed .header-link {
      display: block;
      margin-bottom: 5px; }
      .header-links.fixed .header-link > a {
        background: #888;
        color: white; }
        .header-links.fixed .header-link > a:hover {
          background: #0094ad; }
  
  @media all and (max-width: 650px) {
    .header-links.fixed {
      top: calc(25% + 35px);
    }
  }

.search.header-link {
  position: relative; }
  .search.header-link form {
    position: absolute;
    top: 0;
    right: -100%;
    max-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease; }
  .search.header-link form.visible {
    visibility: visible;
    opacity: 1;
    right: 100%;
  }
  .search.header-link form input[type="search"] {
    background: #FFF;
    outline: 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 10px;
    min-height: 40px;
  }
  .search.header-link .search-submit {
    color: #F9F9F9; }
    
@media all and (max-width: 650px) {
  .search.header-link form input[type="search"] {
    min-height: 30px;
    padding: 5px;
  }
}

.full-height {
  min-height: 100vh;
}

.phone-link {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  background: #E52A8E;
  color: white;
  width: 40px;
  height: 40px;
  font-size: 22px; }
  .phone-link:hover {
    color: white;
  }
  .phone-link.fixed {
    top: 25%; }
  .phone-link:hover, .phone-link.open {
    background: #c41874; }
  .phone-link .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .phone-link .phone-number {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 170px;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    background: #c41874;
    font-size: 16px;
    display: none; }
@media all and (max-width: 650px) {
  .phone-link {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
}

h2 {
  font-size: 31px;
  line-height: 37px; }
  h2.underline {
    border-bottom: 5px solid #00BFE0;
    display: inline-block; }
  @media all and (max-width: 768px) {
    h2 {
      font-size: 25px;
      line-height: 31px; } }
  @media all and (max-width: 580px) {
    h2 {
      font-size: 18px;
      line-height: 25px; } }

h3 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 28px; }
  @media all and (max-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }
  @media all and (max-width: 580px) {
    h3 {
      font-size: 18px;
      line-height: 25px; } }

.banner-slider {
  margin-bottom: 0;
}
.full-width-top-banner {
  margin-bottom: 20px;
  margin-top: -20px;
}
@media all and (max-width: 950px) {
  .banner-slider {
    margin-bottom: 0;
  }
}
.banner-slider .banner-slide {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  background-size: cover !important;
  width: 100%; }
  @media all and (max-width: 1200px) {
    .banner-slider .banner-slide {
      height: 100%;
      min-height: 300px;
      padding-bottom: 0; } }
  .banner-slider .banner-slide .slide-content {
    max-width: 595px;
    position: absolute;
    top: 50%;
    padding: 40px 20px;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        display: block;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%; }
    @media all and (max-width: 1200px) {
      .banner-slider .banner-slide .slide-content {
        position: static;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        padding: 100px 0 50px 20px;
        width: calc(100% - 20px); } }
    .banner-slider .banner-slide .slide-content a {
      color: white;
    }

.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2); }
  @media all and (max-width: 768px) {
    .flickity-prev-next-button {
      width: 30px;
      height: 30px; } }

.flickity-prev-next-button .arrow {
  fill: white; }

.flickity-prev-next-button.no-svg {
  color: white; }

.flickity-prev-next-button.previous {
  left: 0px; }

.flickity-prev-next-button.next {
  right: 0px; }

.flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.3); }


.page-banner {
  margin-bottom: 20px;
}
.page-banner .box {
  float: left;
  min-height: 445px;
  margin-right: 0;
  margin-left: 0;
}
  @media all and (max-width: 650px) {
    .page-banner .box {
      width: 100%; } }

.small-banner-slider {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  float: left; }
  @media all and (max-width: 1000px) {
    .small-banner-slider {
      width: 100%;
      margin-bottom: 20px; } }
  .small-banner-slider .banner-slider .banner-slide {
    min-height: 445px;
    padding-bottom: 0;
    height: auto; }
    @media all and (max-width: 650px) {
      .small-banner-slider .banner-slider .banner-slide {
        min-height: 300px; } }
    .small-banner-slider .banner-slider .banner-slide .slide-content {
      top: auto;
      bottom: 0;
      left: 0;
      padding: 20px;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      max-width: 100%; }
      @media all and (max-width: 1200px) {
        .small-banner-slider .banner-slider .banner-slide .slide-content {
          position: absolute;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          padding: 0;
          width: 100%; } }
      .small-banner-slider .banner-slider .banner-slide .slide-content h2 {
        font-size: 20px;
        line-height: 33px; }
      .small-banner-slider .banner-slider .banner-slide .slide-content a {
        color: white;
      }

.page-wrap .left .small-banner-slider {
  width: calc(65% - 40px); }
  @media all and (max-width: 768px) {
    .page-wrap .left .small-banner-slider {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.page-wrap .left .page-banner .box-slider-container {
  width: 35%;
  float: left;
  margin: 0 10px; }
  @media all and (max-width: 768px) {
    .page-wrap .left .page-banner .box-slider-container {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .page-wrap .left .page-banner .box-slider-container .box {
    width: 100%; }

.box-slider .box {
  margin-bottom: 0;
}

.box-slider-container .box-slider {
  height: 100%;
}
.box-slider-container .box-slider .box {
  height: 100%;
}

.sector-banner .small-banner-slider {
  width: calc(((100% - 7px) / 2) * 1.5); }
  @media all and (max-width: 768px) {
    .sector-banner .small-banner-slider {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
.sector-banner .sector-banner-right {
  width: calc((100% - 60px) / 4);
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media all and (max-width: 768px) {
    .sector-banner .sector-banner-right {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .sector-banner .sector-banner-right .banner-box {
    margin-bottom: 20px;
    display: block; }
  .sector-banner .sector-banner-right .banner-box:last-child {
    margin-bottom: 0;
  }
    @media all and (max-width: 768px) {
      .sector-banner .sector-banner-right .banner-box {
        margin-bottom: 0;
        margin-right: 20px;
        float: left;
        width: calc((100% - 20px) / 2); }
        .sector-banner .sector-banner-right .banner-box:nth-child(2n) {
          margin-right: 0; } }
    @media all and (max-width: 580px) {
      .sector-banner .sector-banner-right .banner-box {
        margin-bottom: 0;
        margin-right: 20px;
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .sector-banner .sector-banner-right .banner-box:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
  .sector-banner .sector-banner-right .banner-box.banner-text-box a {
    display: block;
    min-height: 212.5px;
    background: white;
    position: relative;
    text-align: center; }
    @media all and (max-width: 768px) {
      .sector-banner .sector-banner-right .banner-box.banner-text-box a {
        margin: 0; } }
    .sector-banner .sector-banner-right .banner-box.banner-text-box a .top-bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 5px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    .sector-banner .sector-banner-right .banner-box.banner-text-box a span.banner-text-box-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%;
      font-size: 18px;
      line-height: 1.3; }
    .sector-banner .sector-banner-right .banner-box.banner-text-box a:hover .top-bar {
      width: 100%; }
  .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short a {
    min-height: calc(405px / 3); }
    @media all and (max-width: 580px) {
      .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short a {
        min-height: calc(405px / 4); } }
  @media all and (max-width: 768px) {
    .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short {
      width: calc((100% - 40px) / 3);
      margin-bottom: 20px; }
      .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short:nth-child(2n) {
        margin-right: 20px; }
      .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short:nth-child(3n) {
        margin-right: 0; } }
  @media all and (max-width: 580px) {
    .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short {
      width: 100%;
      margin-bottom: 20px; }
      .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short:nth-child(2n) {
        margin-right: 20px; }
      .sector-banner .sector-banner-right .banner-box.banner-text-box.banner-box-short:nth-child(3n) {
        margin-right: 0; } }

@media all and (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

main {
  padding: 35px 0 15px 0; }
  main.with-page-banner {
    padding: 0 0 0 0; }
  main.without-page-banner {
    padding: 10px 0 15px 0; }

.box-container {
}

.box {
  width: calc((100% - 80px) / 4);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 35px 20px;
  float: left;
  position: relative; }
  @media all and (max-width: 1000px) {
    .box {
      width: calc((100% - 20px) / 2); } }
  @media all and (max-width: 650px) {
    .box {
      width: 100%; } }
  .box .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    
.short-row .box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-left: 0;
}
.short-row .box:nth-child(4n), .short-row .box-slider-container:nth-child(4n) {
  margin-right: 0 !important;
} 
@media all and (max-width: 1000px) {
    .short-row .box {
      width: calc((100% - 20px) / 2); }
    .short-row .box:nth-child(4n) {
  margin-right: 20px !important;
}
.short-row .box:nth-child(2n) {
  margin-right: 0px !important;
}
     }
  @media all and (max-width: 650px) {
    .short-row .box {
      width: 100%;
      margin-right: 0 !important; } }

.box.quote-box:after {
  content: "";
  display: block;
  width: 53px;
  height: 43px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("img/quotes.png") no-repeat center center; }
.box.quote-box .quote-text {
  font-size: 20px;
  padding: 25px;
  line-height: 28px; }
.box.quote-box .quote-author {
  color: #1bbee2;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  position: absolute;
  bottom: 60px;
  padding-left: 20px;
  right: 20px;
  width: calc(100% - 20px); }
  .box.quote-box .quote-author span {
    display: block; }

.box.with-image {
  background-size: cover !important; }


.box.media-resource-box {
  padding: 0;
  min-height: 300px;
  }
.box.quote-box {
  padding: 0 0 120px 0;
}
  .box.media-resource-box .top-left, .box.media-resource-box .top-right {
    position: absolute;
    top: 0;
    color: white;
    font-size: 12px;
    padding: 5px; }
  .box.media-resource-box .top-left {
    left: 0;
    background: #E6993E; }
  .box.media-resource-box .top-right {
    right: 0;
    background: #00BFE0; }
  @media all and (max-width: 1000px) {
    .box.media-resource-box {
      padding-bottom: calc(100% / 2); }
    .page-banner .box.media-resource-box {
      padding-bottom: 0; } }
  @media all and (max-width: 650px) {
    .box.media-resource-box {
      padding-bottom: 100%; } }
  .box.media-resource-box .box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important; }
  .box.media-resource-box .box-bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 18px;
    line-height: 23px;
    padding: 20px; }
  .box.media-resource-box .box-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font-size: 25px;
    line-height: 1.3; }

.box.media-resource-box:hover {
  opacity: 0.8; }

.box.media-resource-box.with-image:hover {
  opacity: 0.9; }

.single-person-image {
  width: 100%;
}

.box.big-box {
  width: calc((100% - 20px) / 2);
  height: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: calc((100% - 110px) / 2); 
  min-height: 635px;
}
.box.big-box:nth-of-type(2n) {
  margin-right: 0;
}
  @media all and (max-width: 1000px) {
    .box.big-box {
      width: 100%;
      padding-bottom: 0;
      height: auto;
      text-align: center; } }
  .box.big-box .big-box-content {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 70%;
    text-align: center;
    color: white;
    line-height: 1.3; }
    .box.big-box .big-box-content .big-box-title {
      font-size: 31px;
      margin-bottom: 10px;
      display: block; }
    .box.big-box .big-box-content .big-box-title.background {
      background: rgba(0,0,0,0.7);
      padding: 10px;
    }
    .box.big-box .big-box-content .play-video {
      margin-top: 30px;
      display: inline-block;
      font-size: 80px; }
      .box.big-box .big-box-content .play-video:hover {
        color: #00BFE0 !important; }
    .box.big-box .big-box-content .button {
      margin-top: 30px; }
    @media all and (max-width: 1000px) {
      .box.big-box .big-box-content {
        position: static;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 50px auto 100px auto; } }
  .box.big-box.with-children {
    padding: 0;
    height: auto;
    background: transparent; }
    .box.big-box.with-children .box {
      width: calc((100% - 20px) / 2);
      margin: 0 20px 0 0;
      float: left; }
      .box.big-box.with-children > .box:nth-child(1) {
        margin-bottom: 20px; }
      .box.big-box.with-children > .box:nth-child(2n), .box.big-box.with-children .box-slider-container:nth-child(2n) {
        margin: 0; }
      .box.big-box.with-children > .box:nth-child(3n), .box.big-box.with-children .box-slider-container:nth-child(3n) {
        margin-bottom: 0;
      }
      .box.big-box.with-children.has-wide-child .box:nth-child(2n) {
        margin: 0 20px 0 0; }
      .box.big-box.with-children.has-wide-child .box.last {
        margin: 0; }
      @media all and (max-width: 650px) {
        .box.big-box.with-children .box {
          width: 100%;
          margin-bottom: 20px; }
          .box.big-box.with-children .box:nth-child(2n) {
            margin-bottom: 20px; }
          .box.big-box.with-children .box:nth-child(4) {
            margin-bottom: 0; } }
    .box.big-box.with-children .box.media-resource-box {
      padding-bottom: calc((100% - 20px) / 2); }
      @media all and (max-width: 650px) {
        .box.big-box.with-children .box.media-resource-box {
          padding-bottom: 100%; } }
   
.grid-box-slider-container {
  width: calc((100% - 60px) / 4);
  position: relative;
  padding: 0;
}
.grid-box-slider-container .box {
  width: 100%;
}
.box-slider .box {
  width: 100% !important;
}
.box-container.free-blocks {
  margin-bottom: 20px;
}
.center-image-box {
  min-height: 300px;
  position: relative;
}
.grid-box-slider-container .top-bar {
  display: block;
  position: absolute;
  width: 80%;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 10;
}
.center-image-box {
  text-align: center;
}
.center-image-box .center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 50%;
  max-height: 50%;
  display: block;
}
.grid-box-slider-container.wide-slider {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .grid-box-slider-container.wide-slider {
    width: 100%;
    margin-right: 0;
  }
}
.box.big-box.with-children .grid-box-slider-container.wide-slider {
  width: 100% !important;
}
.right-main .bottom-boxes .box.wide-slider {
  width: 100% !important;
}
.box.big-box.with-children .grid-box-slider-container.wide-slider .box {
  width: 100% !important;
}
.photo-card-info {
  display: none;
}

.box.last {
  margin-right: 0;
}
       
.right-aside .box {
  width: 100%;
  margin: 20px 0 0 0;
}

.full-slider {
  width: 100%;
  margin-bottom: 20px;
}
.full-slider .box {
  width: 100% !important;
}

.button, input[type="submit"] {
  background: #00BFE0;
  color: white;
  padding: 15px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 3px; }
  .button:hover, input[type="submit"]:hover {
    color: white;
    cursor: pointer;
    background: #0094ad; }

button[type="reset"] {
  background: #EFEFEF;
  color: #333;
  padding: 15px;
  min-width: 120px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  border-radius: 3px; }
  button[type="reset"]:hover {
    color: #333;
    cursor: pointer;
    background: #dadada; }
    
.light-button {
  background: #EFEFEF;
  color: #333;
  padding: 15px;
  min-width: 120px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  outline: 0;
  border: 0;
  border-radius: 3px; }
  .light-button:hover {
    color: #333;
    background: #dadada; }

input[type="submit"] {
  outline: 0; border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.pagenav {
  text-align: center;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.pagenav .button {
  opacity: 0;
  visibility: hidden;
}

.box-link {
  display: block;
  color: #1D1D1B;
  font-size: 16px;
  line-height: 22px; }
  .box-link:hover .top-bar {
    width: 100%; }
  .box-link:hover .icon-box-icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.icon-box .icon-box-icon {
  margin: 30px auto;
  display: block;
  max-height: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

.box-bottom-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: white;
  padding: 0 10px;
  background: #00BFE0; }
  .box-bottom-link:hover {
    background: #14dcff;
    color: white;  }

.about-box {
  font-size: 19px;
  line-height: 32px;
  padding: 35px 20px 50px 20px; }

.page-bottom {
  background: white;
  margin-bottom: 20px;
  display: block; }
  .page-bottom .page-bottom-link {
    display: block;
    float: right;
    color: white;
    background: #00BFE0;
    font-size: 17px;
    padding: 15px 20px; }
    .page-bottom .page-bottom-link:hover {
      background: #0094ad; }

footer {
  background: #ADADAD;
  color: white;
  padding: 45px 0 55px 0; }
  footer a {
    color: white; }
    footer a:hover {
      color: #5d5d5d; }
  footer .widget {
    margin-bottom: 25px; }
  footer p {
    margin-bottom: 15px;
    line-height: 1.3; }

footer .widget ul li a {
  display: inline-block;
  padding: 5px; }

footer .widget.footer-sectors > ul > li.page_item_has_children > a {
  font-weight: bold;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
}
footer .widget > ul > li > ul {
  margin-bottom: 15px;
}

.quarter-slider {
  width: calc((50% - 30px) / 2) !important;
  float: left !important;
  margin: 0 20px 0 0;
}
.quarter-slider:nth-child(3) {
  margin: 0;
}
.half-slider {
  width: calc((100% - 20px) / 2) !important;
  float: left !important;
  margin: 0 20px 20px 0;
}
@media all and (max-width: 1000px) {
  .quarter-slider {
    width: calc((100% - 20px) / 2) !important;
  }
  .half-slider {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .half-slider {
    width: 100% !important;
  }
}
@media all and (max-width: 580px) {
  .quarter-slider {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.quarter-slider .box, .half-slider .box {
  width: 100% !important;
}

.top-level-listing li {
  display: block;
  margin-bottom: 10px;
}

.top-level-listing li a {
  display: block;
  padding: 10px;
  background: white;
}

.related-sectors a, .related-services a {
  display: block;
  background: white;
  padding: 10px;
  margin-bottom: 5px;
}
.related-sectors-services h4 {
  margin-bottom: 10px;
}
.pin-link {
  position: relative;
}
.pin-link-options {
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  min-width: 128px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
html.no-touch .pin-link:hover .pin-link-options, .pin-link-options.visible {
  opacity: 1;
  visibility: visible;
}
.pin-link-options .pin-link-option a {
  display: block;
  padding: 10px;
  color: white;
  background: #00BFE0;
}
.pin-link-options .pin-link-option a:hover {
  color: #00BFE0;
  background: white;
}


.top-level-listing > li.page_item_has_children {
  margin-bottom: 20px;
}

.top-level-listing > li.page_item_has_children > a {
  background: #00BFE0;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  float: left; }
  .footer-col h4 {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px; }
  .footer-col:nth-child(4n) {
    margin-right: 0; }
  @media all and (max-width: 1000px) {
    .footer-col {
      width: calc((100% - 30px) / 2); }
      .footer-col:nth-child(4n) {
        margin-right: 20px; }
      .footer-col:nth-child(2n) {
        margin-right: 0; } }
  @media all and (max-width: 768px) {
    .footer-col {
      width: 100%;
      margin-right: 0; }
      .footer-col:nth-child(4n) {
        margin-right: 0; }
      .footer-col:nth-child(2n) {
        margin-right: 0; } }

h4 {
  font-size: 19px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 3px solid currentcolor; }

.page-wrap .left, .page-wrap .right {
  float: left; }
.page-wrap .left {
  width: 75%; }
  @media all and (max-width: 1000px) {
    .page-wrap .left {
      width: 100%; } }
.page-wrap .right {
  width: 25%; }
  @media all and (max-width: 1000px) {
    .page-wrap .right {
      width: 100%; } }
.hide-on-filter {
  padding-right: 10px;
}
@media all and (max-width: 1000px) {
    .hide-on-filter {
      padding-right: 0px;
    }
  }
.tabs {
  padding-left: 50px; }
  .tabs a {
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    padding: 25px 45px; }
    .tabs a:hover, .tabs a.active {
      background: #fff; }
  @media all and (max-width: 768px) {
    .tabs {
      padding-left: 0px; }
      .tabs a {
        padding: 15px 20px;
        font-size: 12px; } }
        
.tabs {
  position: relative;
}
.tabs-links {
  position: absolute;
  top: 10px;
  right: 0;
}
@media all and (max-width: 650px) {
  .tabs-links {
    position: static;
  }
}
.tabs-links a {
  background: transparent;
  color: #555;
  padding: 10px;
}

.listing-container {
  display: none;
}
.listing-container.current {
  display: block;
}
.listing-container .list-item {
  background: white;
  display: block;
  padding: 30px 50px 20px 50px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 27px;
  position: relative; }
  @media all and (max-width: 768px) {
    .listing-container .list-item {
      padding: 20px;
    }
  }
  .listing-container .list-item .top-right {
    background: #E6993E;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0; }
    .listing-container .list-item .top-right:hover {
      background: #d5801c; }
      .listing-container .list-item .top-right.paperclip {
    background: #00BFE0;
    color: white;
    font-size: 20px;
    max-height: 45px;
    padding: 15px;
  }
  .listing-container .list-item .top-right.paperclip:hover {
    background: #00BFE0;
  }
    .listing-container .list-item .top-right a {
      display: inline-block;
      color: white;
      padding: 5px 10px; }
  .listing-container .list-item .top-right.podcast {
    background: #00BFE0;
    color: white;
    font-size: 20px;
    max-height: 45px;
    padding: 12px;
  }
  .listing-container .list-item span.meta {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 0.85em;
    display: inline-block; }
  .listing-container .list-item h3 {
    margin-bottom: 5px; }
    
.listing-container .list-item .listing-photo {
  max-width: 25%;
  float: left;
  margin-right: 2%;
}

.single-attachment-button {
 margin-bottom: 20px; 
 line-height: 1.5;
 width: 100%;
}
.single-attachment-button i {
  font-size: 0.8em;
  margin-top: 5px;
  display: inline-block;
}
.single-attachment-button i .icon {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 5px;
}

#search-results {
  margin-top: 30px;
}

.thinkTwitFollow {
  display: none !important;
}

.listing-header {
}
aside.sidebar {
  background: white;
  padding: 40px 20px 40px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  aside.sidebar h3 {
    color: #00BFE0;
    font-size: 1.9em;
    margin-bottom: 10px; }
  .filter-container h3 {
    font-size: 1.2em !important;
  }
  aside.sidebar .sidebar-bottom-links {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    aside.sidebar .sidebar-bottom-links a {
      color: #9b9b9b;
      font-size: 30px;
      margin: 0 0 0 10px; }
      aside.sidebar .sidebar-bottom-links a:hover {
        color: #00BFE0; }
  aside.sidebar ul {
    text-align: left; }
    aside.sidebar ul li {
      border-bottom: 1px solid #DDDDDD; }
      aside.sidebar ul li a {
        display: block;
        padding: 10px 0; }
      aside.sidebar ul.same-level-links li a {
        font-size: 14px;
        position: relative;
        padding: 10px 0 10px 0;
        margin-right: 35px;
      }
      aside.sidebar ul.same-level-links li a span.arrow {
        position: absolute;
        top: 50%;
        font-size: 20px;
        left: 100%;
        margin-top: -10px;
        max-height: 20px;
        max-width: 20px;
        display: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        transition: all 200ms ease;
      }
      aside.sidebar ul.same-level-links li a span.arrow.open {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
      }
      aside.sidebar ul.same-level-links li.page_item_has_children > a > span.arrow {
        display: block;
      }
      aside.sidebar ul.same-level-links li ul.children {
        margin-left: 20px;
        display: none;
      }
      aside.sidebar ul.same-level-links li.current_page_item > ul.children, aside.sidebar ul.same-level-links li.current_page_parent > ul.children {
        display: block;
      }
      aside.sidebar ul.same-level-links li ul.children li:last-child {
        border-bottom: 0;
      }
      aside.sidebar ul.children-links li a {
        font-size: 14px;
        margin-left: 20px;
      }
  aside.sidebar .box.quote-box {
    width: 100%; }
    aside.sidebar .box.quote-box .quote-text {
      text-align: left;
      padding: 25px 0 0 0; }
    aside.sidebar .box.quote-box .quote-author {
      bottom: 60px; }
  aside.sidebar .box {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0; }
    
aside.sidebar.event-details {
  text-align: left;
  padding: 20px;
  line-height: 1.3;
}
aside.sidebar.event-details h3 {
  font-size: 1.3em;
}
aside.sidebar.event-details p {
  margin-bottom: 10px;
}
aside.sidebar.event-details p b {
  color: #00BFE0;
}

#location-map {
  min-height: 300px;
}

.sidebar-latest-insights {
  line-height: 1.3;
  background: white;
  padding: 15px;
}
.right-aside h4 {
  padding: 10px;
  text-transform: none;
  border-color: #00BFE0;
}
.sidebar-insight {
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
.sidebar-insight:last-of-type {
  border-bottom: 0;
}

.related-insights {
  margin-top: 20px;
}
.related-insights .related-insight a {
  display: block;
  padding: 10px;
  line-height: 1.5;
  background: white;
  margin-bottom: 5px;
}
.related-insights h4 {
  margin-bottom: 10px;
}
    
.post-meta {
  color: #ababab;
  font-size: 0.9em;
  margin-bottom: 20px;
}

#filter-results {
  margin-bottom: 20px;
}

.filter-form {
  font-size: 0.9em;
  margin-top: 25px; }
  .filter-form input[type="search"] {
    border: 1px solid #d1d1d1;
    padding: 10px 5px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    background: white;
    outline: 0;
    position: relative; }
    .filter-form input[type="search"]:focus {
      border: 1px solid #00BFE0; }
    .filter-form input[type="search"]:hover, .filter-form select:hover {
      cursor: text; }
  .filter-form input[type="search"]::-webkit-input-placeholder {
    color: #1d1d1b; }
  .filter-form input[type="search"]:-moz-placeholder {
    color: #1d1d1b; }
  .filter-form input[type="search"]::-moz-placeholder {
    color: #1d1d1b; }
  .filter-form input[type="search"]:-ms-input-placeholder {
    color: #1d1d1b; }
  .filter-form .categories-fieldset {
    display: block;
    margin-top: 20px;
    text-align: left; }
    .filter-form .categories-fieldset label {
      display: block;
      padding: 5px 0; }
      .filter-form .categories-fieldset label:hover {
        cursor: pointer; }

.icon-paperclip {
	width: 0.7861328125em;
}

.styled-select {
  position: relative; }
  .styled-select:hover {
    cursor: pointer; }
  .styled-select:hover .select-arrow {
    background: #0094ad; }
  .styled-select .select-arrow {
    background: #00BFE0;
    color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
    .styled-select .select-arrow .icon {
      font-size: 30px;
      position: absolute;
      top: calc(50% + 2px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.breadcrumbs {
  background: white;
  padding: 10px; }

.breadcrumbs-wrapper {
  margin-bottom: 20px; }

section.page-content {
  background: white;
  padding: 50px 20px;
  margin-bottom: 20px;
  position: relative; }
  section.page-content h2 {
    margin-bottom: 20px; }
  section.page-content p {
    line-height: 1.5;
    margin-bottom: 15px; }
  section.page-content ul {
    margin-bottom: 15px;
    line-height: 1.5;
    margin-left: 20px;
    list-style: disc;
  }
  section.page-content ol {
    margin-bottom: 15px;
    line-height: 1.5;
    margin-left: 30px;
    list-style: decimal;
  }
  section.page-content ol li {
    margin-bottom: 10px;
  }
  section.page-content .top-right-links {
    position: absolute;
    top: 20px;
    right: 20px; }
    section.page-content .top-right-links a {
      font-size: 40px;
      color: #C7C7C7; }
      section.page-content .top-right-links a:hover {
        color: #00BFE0; }

.main-page-content .left, .main-page-content .right {
  display: block;
  float: left; }
.main-page-content .left {
  width: 25%; }
  @media all and (max-width: 1000px) {
    .main-page-content .left {
      width: 100%;
      margin-bottom: 20px; } }
  .main-page-content .left .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
.main-page-content .right {
  width: calc(75% - 20px);
  margin-left: 20px; }
  @media all and (max-width: 1000px) {
    .main-page-content .right {
      width: 100%;
      margin-left: 0; } }
  .main-page-content .right .right-main {
    float: left;
    width: calc(70% - 20px);
    margin-right: 20px; }
  .main-page-content .right .right-main.full-width {
    width: 100% !important;
    margin-right: 0;
  }
    @media all and (max-width: 768px) {
      section.page-content .top-right-links a {
        font-size: 30px;
      }
      .main-page-content .right .right-main {
        width: 100%;
        margin-right: 0; } }
  .main-page-content .right .right-aside {
    width: 30%;
    margin-bottom: 40px;
    float: left; }
    @media all and (max-width: 768px) {
      .main-page-content .right .right-aside {
        width: 100%; margin-bottom: 20px; } }
  .main-page-content .right .right-aside h4 {
    padding: 0 0 5px 0;
  }
        
.main-page-content .no-left-sidebar .right {
  width: 100%;
  margin-left: 0;
}
.main-page-content .no-left-sidebar .right .right-main {
  width: calc(100% - 305px);
}
@media all and (max-width: 768px) {
  .main-page-content .no-left-sidebar .right .right-main {
    width: 100%;
    margin-bottom: 0px;
  }
}
.main-page-content .no-left-sidebar .right .right-aside {
  width: 285px;
  width: 100%;
  max-width: 285px;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.gform_wrapper {
  margin: 0 !important;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.share-post {
  margin-top: 20px;
  margin-bottom: 20px; }
  .share-post a {
    background: #C7C7C7;
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative; }
    .share-post a .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 22px; }
    .share-post a:hover {
      background: #aeaeae; }

.slide-down {
  max-width: 460px;
  background: #E4E4E4;
  color: white;
  font-size: 18px; }
  .slide-down .slide-down-head {
    cursor: pointer;
    padding: 10px;
    background: #E52A8E;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative; }
    .slide-down .slide-down-head .slide-down-arrow {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: block;
      background: #810049;
      width: 40px;
      text-align: center; }
      .slide-down .slide-down-head .slide-down-arrow .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
    .slide-down .slide-down-head:hover {
      background: #810049; }
      .slide-down .slide-down-head.open .slide-down-arrow .icon {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg); }
  .slide-down .slide-down-content {
    display: none;
    padding: 20px; }
    
.gform_wrapper {
  max-width: 100% !important;
}    
.slide-down-content input, .slide-down-content textarea {
  width: 100% !important;
}
.slide-down-content textarea {
  border: 1px solid #CCCCCC !important;
}



.bottom-boxes .box {
  width: calc((100% - 40px) / 3);
  margin-left: 0;
  margin-right: 20px; }
  @media all and (max-width: 768px) {
    .bottom-boxes .box {
      width: 100%;} }
  .bottom-boxes .box:nth-child(3n) {
    margin-right: 0; }
.bottom-boxes .box.media-resource-box {
  padding-bottom: calc((100% - 40px) / 3); }
  @media all and (max-width: 768px) {
    .bottom-boxes .box.media-resource-box {
      padding-bottom: calc((100% - 40px) / 1); } }
    
.bottom-boxes .box:nth-child(4n+1) h3 {
  color: #00BFE0;
}  
.bottom-boxes .box:nth-child(4n+1) .top-bar {
  background: #00BFE0;
}

.bottom-boxes .box:nth-child(4n+2) h3 {
  color: #E52A8E;
}  
.bottom-boxes .box:nth-child(4n+2) .top-bar {
  background: #E52A8E;
}  

.bottom-boxes .box:nth-child(4n+3) h3 {
  color: #002C5B;
}  
.bottom-boxes .box:nth-child(4n+3) .top-bar {
  background: #002C5B;
}  

.bottom-boxes .box:nth-child(4n+4) h3 {
  color: #E5993E;
}  
.bottom-boxes .box:nth-child(4n+4) .top-bar {
  background: #E5993E;
}  


.right-main .bottom-boxes .box {
  width: calc((100% - 20px) / 2); }
  .right-main .bottom-boxes .box:nth-child(3n) {
    margin-right: 20px; }
  .right-main .bottom-boxes .box.last-2 {
    margin-right: 0; }

@media all and (max-width: 580px) {
  .right-main .bottom-boxes .box {
    width: 100%;
  }
}

.right-main.full-width .bottom-boxes .box, .single-person-right-main .bottom-boxes .box {
  width: calc((100% - 40px) / 3); }
  .right-main.full-width .bottom-boxes .box:nth-child(2n), .single-person-right-main .bottom-boxes .box:nth-child(2n) {
    margin-right: 20px !important; }
  .right-main.full-width .bottom-boxes .box:nth-child(3n), .single-person-right-main .bottom-boxes .box:nth-child(3n) {
    margin-right: 0 !important; }
  @media all and (max-width: 768px) {
    .right-main.full-width .bottom-boxes .box, .single-person-right-main .bottom-boxes .box {
      width: 100%;
      margin-right: 0; } }
  .right-main.full-width .bottom-boxes .box.last-3, .single-person-right-main .bottom-boxes .box.last-3 {
    margin-right: 0 !important; }
    
.right-main.full-width .bottom-boxes .box.last-2 {
  margin-right: 20px !important;
}
.right-main.full-width .bottom-boxes .box.last-2.last-3 {
  margin-right: 0px !important;
}

.simple-box {
  padding: 0; }

.simple-box .box-link {
  display: block;
  height: 0;
  padding-bottom: 100%; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center; }

.main-contact {
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px; }
  .main-contact .top-bar {
    position: absolute;
    height: 5px;
    width: 80%; }
  .main-contact .main-contact-photo {
    padding-bottom: 100%;
    background-size: cover !important; }
  .main-contact .main-contact-info {
    background: white;
    padding: 20px;
    color: #1d1d1b; }
    .main-contact .main-contact-info p {
      margin-bottom: 15px; }
    .main-contact .main-contact-info h3 {
      color: #00BFE0; }

.paginate-links a, .paginate-links .page-numbers {
  background: #b2b2b2;
  color: white;
  display: block;
  float: left;
  padding: 10px;
  margin: 0;
}
.paginate-links .current {
  display: block;
  float: left;
  padding: 10px;
  background: #00BFE0;
  color: white;
}  
.paginate-links a:hover {
  background: #888888;
}

.people-filter {
  background: white;
  margin-bottom: 20px;
  padding: 20px;
}

.people-email {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.9em;
}

.people-filter h4 {
  border-color: #00BFE0;
  max-width: 60%;
  margin-bottom: 15px;
}

.dropdown {
  width: 80%;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  background: white;
  outline: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.dropdown.open .dropdown-selection {
  background: #eeeeee;
}
.dropdown .dropdown-selection {
  border: 1px solid #d1d1d1;
  padding: 10px;
}
.people-filter input[type="text"] {
  border: 1px solid #d1d1d1;
  padding: 10px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  background: white;
  outline: 0;
  position: relative;
}
.people-filter .twitter-typeahead {
  width: 80%;
}
@media all and (max-width: 768px) {
  .dropdown, .people-filter .twitter-typeahead {
    width: 100%;
  }
}
.people-filter input[type="text"]:focus {
  border: 1px solid #00BFE0;
}
.dropdown:hover .dropdown-selection {
  background: #eeeeee;
}
.dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  background: white;
  border: 1px solid #d1d1d1;
  display: none;
  z-index: 30;
  max-height: 260px;
  overflow: scroll;
}
.dropdown .dropdown-options li {
  border-bottom: 0 !important;
}
.people-filter .tt-menu {
  background: white;
  border: 1px solid #d1d1d1;
  width: 100%;
}
.people-filter .tt-suggestion.tt-selectable {
  color: #00BFE0;
  padding: 10px;
  cursor: pointer;
}
.people-filter .tt-suggestion.tt-selectable:hover {
  background: #EEEEEE;
}
.people-filter .tt-hint {
  color: #A9A9AB !important;
}
.dropdown .dropdown-options a {
  display: block;
  padding: 10px;
}
.dropdown .dropdown-options a:hover {
  background: #EEEEEE;
}
.dropdown .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  background: #00BFE0;
  color: white;
  height: 100%;
  width: 38px;
  text-align: center;
} 
.dropdown .dropdown-arrow .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dropdown.open .dropdown-arrow .icon {
  transform: translate(-50%,-50%) rotate(180deg);
}

.sidebar.filter-container .dropdown {
  width: 100%;
}

.filter-form-events {
  display: none;
  text-align: left;
}

.filter-form-podcasts {
  display: none;
  text-align: left;
}

.podcast-left {
  display: block;
  float: left;
  width: 25%;
  margin-right: 25px;
}
@media all and (max-width: 768px) {
  .podcast-left {
    width: 75%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.podcast-thumbnail {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover !important;
}
.podcast-thumbnail:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: black;
  opacity: 0.4;
  z-index: 5;
}
.podcast-thumbnail audio {
  visibility: hidden;
  position: absolute;
}
.podcast-thumbnail .audioplayer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 50%;
  z-index: 10;
}
.podcast-thumbnail > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 50%;
  z-index: 10;
  font-size: 50px;
  color: white;
}
.podcast-thumbnail > a:hover {
  color: #00BEE4;
}
.podcast-thumbnail .audioplayer a {
  color: white;
  font-size: 50px;
}
.podcast-thumbnail .audioplayer a:hover {
  color: #00BEE4;
}
.podcast-thumbnail .audioplayer .audioplayer-volume {
  display: none;
}
.podcast-thumbnail .audioplayer.audioplayer-stopped .audioplayer-bar {
  height: 0;
}
.podcast-thumbnail .audioplayer.audioplayer-playing .audioplayer-bar {
  height: 5px;
}
.podcast-thumbnail .audioplayer .audioplayer-bar {
  display: block;
  width: 100%;
  background: white;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.podcast-thumbnail .audioplayer .audioplayer-bar-loaded {
  height: 100%;
  background: #E4E4E4;
  position: absolute;
  top: 0; left: 0;
}
.podcast-thumbnail .audioplayer .audioplayer-bar-played {
  height: 100%;
  background: #00BEE4;
  position: absolute;
  top: 0; left: 0;
}
.podcast-thumbnail .audioplayer.audioplayer-stopped .audioplayer-time {
  opacity: 0;
}
.podcast-thumbnail .audioplayer.audioplayer-playing .audioplayer-time {
  opacity: 1;
}
.podcast-thumbnail .audioplayer .audioplayer-time {
  position: absolute;
  top: 100%;
  color: white;
  font-size: 0.8em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.podcast-thumbnail .audioplayer .audioplayer-time-current {
  left: 0;
}
.podcast-thumbnail .audioplayer .audioplayer-time-duration {
  right: 0;
}
.podcast-icon-link {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
  font-size: 25px;
}
.podcast-icon-link:hover {
  color: #00BEE4;
}
.podcasts-container {
  padding: 35px 50px;
  background: white;
}
.podcasts-container .list-item {
  background: #EAEAEA;
  width: 50%;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  float: left;
  padding: 0;
}
.podcasts-container .list-item h3 {
  font-size: 19px;
  margin-top: 20px;
  line-height: 25px;
}
.podcasts-container .list-item p {
  font-size: 15px;
  line-height: 22px;
}
.podcasts-container .list-item .podcast-left {
  width: 48%;
  height: 100%;
  margin-right: 0;
}
.podcasts-container .list-item .podcast-left .podcast-thumbnail {
  height: 100%;
  padding-bottom: 0;
  min-height: 200px;
}
.podcasts-container .list-item .podcast-right {
  width: 52%;
  float: left;
  padding: 0 20px 30px 20px;
}
.podcasts-container .list-item:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .podcasts-container .list-item .podcast-left .podcast-thumbnail {
    height: 0;
    padding-bottom: 100%;
  }
  .podcasts-container .list-item .podcast-left {
   margin-bottom: 0;
  }
  .podcasts-container {
    padding: 20px;
  }
  .podcasts-container .list-item {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .podcasts-container .list-item .podcast-left {
   margin-right: 0;
   margin-bottom: 0;
   width: 100%;
  }
  .podcasts-container .list-item .podcast-right {
    width: 100%;
  }
}


.filter-form-events input[type="text"] {
  border: 1px solid #d1d1d1;
  padding: 10px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  background: white;
  outline: 0;
  position: relative;
}
.filter-form-events input[type="text"]:focus {
  border: 1px solid #00BFE0;
}
.filter-form-events input[type="text"].half-width {
  width: calc((100% - 10px) / 2) !important;
  float: left;
  margin-bottom: 15px;
}
.filter-form-events input[type="text"].half-width:nth-child(2n) {
}
.filter-form-events .start-date {
  margin-right: 10px;
}

.ui-datepicker {
  background: #FFFFFF;
  width: 216px;
  height: auto;
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-title {
    text-align: center;
    padding: 10px 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
  padding: 10px 5px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  cursor: pointer;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-calendar thead tr th span {
  color: #AAAAAA;
  font-size: 0.9em;
}
.ui-datepicker-calendar tbody tr {
  border-top: 1px solid #D1D1D1;
}
.ui-datepicker-calendar tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #D1D1D1;
}
.ui-datepicker-calendar tbody tr td a {
  display: block;
  padding: 5px;
}
.ui-datepicker-calendar tbody tr td:last-child {
  border-right: 0;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #00BFE0;
  color: white;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: white;
}
.ui-datepicker-calendar tbody tr td:hover {
  background: #D1D1D1;
}
.ui-datepicker-calendar tbody tr td:hover a {
  color: white;
}

.three-col {
  width: 33.33%;
  float: left;
}
@media all and (max-width: 768px) {
  .three-col {
    width: 100%;
  }
}

.page-contacts {
  background: white; }
  .page-contacts .page-contact {
    padding: 15px 10px; }
    .page-contacts .page-contact:after {
      content: "";
      background: #DDDDDD;
      height: 1px;
      width: 70%;
      margin: 20px auto 0 auto;
      position: relative;
      top: 20px; }
    .page-contacts .page-contact .image {
      float: left;
      width: 100px;
      height: 100px;
      background-size: cover !important; }
    .page-contacts .page-contact .page-contact-info {
      padding: 20px 5px 20px 20px;
      display: block;
      float: left;
      width: calc(100% - 100px);
      font-size: 14px; }
      .page-contacts .page-contact .page-contact-info h4 {
        border-bottom: 0;
        padding: 0;
        margin-bottom: 0px;
        text-transform: none; }
      .page-contacts .page-contact .page-contact-info p.other-contact-position {
        margin-bottom: 5px;
        font-size: 1.1em;
        margin-top: 3px;
      }



.faq-container {
  margin-top: 40px;
}
.faq-container h3 {
  margin-bottom: 10px;
}
.faq-container .faq-block {
  background: #EDEDED;
  color: #303030;
  margin-bottom: 5px;
}
.faq-container .faq-block:hover .question {
  background: #C7C7C7;
  cursor: pointer;
}
.faq-container .faq-block .question {
  padding: 15px 40px 15px 10px;
  position: relative;
}
.faq-container .faq-block .question .open-icon {
  background: #002C5B;
  color: white;
  width: 40px;
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  font-size: 20px;
}
.faq-container .faq-block .question .open-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none; 
}
.faq-container .faq-block .question.open .plus {
  display: none;
}
.faq-container .faq-block .question .minus {
  display: none;
}
.faq-container .faq-block .question.open .minus {
  display: inline-block;
}
.faq-container .faq-block .answer {
  display: none;
  padding: 20px;
  line-height: 1.4;
}

ul.parent-links li a {
  font-weight: bold;
  color: #535353;
}
.same-level-links > li > a {
  color: #535353;
}
.same-level-links > li.current_page_item > a, .same-level-links > li.current_page_ancestor > a {
  color: #00BFE0;
}
.same-level-links > li > a:hover {
  color: #00BFE0;
}

.loading {
  display: none;
}

.fixed {
  position: fixed !important;
  top: 0;
  max-width: 320px;
}

input[type="search"]:hover {
  cursor: text;
}


.filter-container {
  padding: 0 20px 20px 20px !important;
}

@media all and (min-width: 981px) {
  .fixed.filter-container {
    max-height: 100vh;
    overflow: scroll;
  }
}

.people-container .people-block {
  width: calc((100% - 60px) / 3);
  margin: 0 10px 20px 10px;
  float: left;
  background: white;
}


.people-container .people-block .person-photo {
  background-size: cover !important;
  height: 0;
  padding-bottom: 50%;
  width: 40%;
  float: left;
}
.people-container .people-block .person-info {
  float: left;
  width: 60%;
  line-height: 1.4;
  padding: 20px;
}
.people-container .people-block .person-info .name {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .people-container .people-block {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 580px) {
  .people-container .people-block {
    width: 100%;
    margin: 0 0 20px 0;
  }
}


.page-overlay {
  position: fixed;
  z-index: 3000;
  top: 0; right: 0; bottom: 0; left: 0;
  background: #000;
  opacity: 0.8;
  display: none;
}

.card-lightbox {
  background: white;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 650px;
  max-height: 90vh;
  z-index: 4000;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: none;
  line-height: 1.5;
}
.card-lightbox .load-here {
  overflow: scroll;
  max-height: calc(90vh - 60px);
}
.card-lightbox .js-close-lightbox {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 30px;
  color: white;
}
.card-lightbox .js-close-lightbox:hover {
  color: #00BFE0;
}
@media all and (max-width: 768px) {
  .card-lightbox .js-close-lightbox {
    bottom: auto;
    top: 5px;
    right: 5px;
    color: #00BFE0;
  }
  .card-lightbox .js-close-lightbox:hover {
    color: #000;
  }
}


.photo-cards .photo-card {
  display: block;
  float: left;
  width: calc((100% - 61px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  text-align: center;
}
.photo-cards .photo-card a:hover img {
 opacity: 0.6; 
}
.photo-cards .photo-card:nth-child(4n) {
  margin-right: 0;
}


@media all and (max-width: 950px) {
  .photo-cards .photo-card {
    width: calc((100% - 41px) / 3);
  }
  .photo-cards .photo-card:nth-child(4n) {
    margin-right: 20px;
  }
  .photo-cards .photo-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .photo-cards .photo-card {
    width: calc((100% - 21px) / 2);
  }
  .photo-cards .photo-card:nth-child(3n) {
    margin-right: 20px;
  }
  .photo-cards .photo-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  .photo-cards .photo-card {
    width: 100%;
    margin-right: 0 !important;
  }
}


.people-cards .people-card {
  display: block;
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  background: white;
}
.people-cards .card-title {
  display: block;
  width: 100%;
  float: left;
  background: white;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 10px 0 10px;
}
.people-cards .card-title.spacing {
  background: transparent;
}
.people-cards .card-title:first-child {
  margin-top: 0;
}
.people-cards .people-card .person-image {
  background-size: cover !important;
  height: 0;
  padding-bottom: 50%;
  width: 40%;
  float: left;
}

.about-box.full-width, .with-image.full-width {
  width: 100% !important;
}
.person-info {
  width: 60%;
  float: left;
  padding: 20px;
  display: block;
}
.person-info span.name {
  font-size: 1.2em;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}
.people-cards .people-card.last-3 {
  margin-right: 0;
}

@media all and (max-width: 950px) {
  .people-cards .people-card {
    width: calc((100% - 20px) / 2);
  }
  .people-cards .people-card.last-3 {
    margin-right: 20px;
  }
  .people-cards .people-card.last-2 {
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .people-cards .people-card {
    width: 100%;
    margin-right: 0 !important;
  }
  .people-cards .people-card .person-image {
    padding-bottom: 30%;
  }
}

.breadcrumbs a {
  color: black;
}
.breadcrumbs a:hover {
  color: #00BFE0;
}
.breadcrumbs a.current-item {
  color: #00BFE0;
}

.phone-number {
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
}

#deals .filters {
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}

#deals .filters input {
  padding: 10px;
  min-width: 200px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: inherit;
}

#deals .filters .styled-select {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  float: left;
  position: relative;
}
#deals .filters .styled-select:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  #deals .filters .styled-select {
    width: calc((100% - 20px) / 2);
  }
  #deals .filters .styled-select:nth-child(4n) {
    margin-right: 20px;
  }
  #deals .filters .styled-select:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 580px) {
  #deals .filters .styled-select {
    width: 100%;
    margin-right: 0 !important;
  }
}

#deals .filters .styled-select select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  background: white;
  outline: 0;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #d1d1d1;
}
#deals .filters .styled-select select:hover {
  background: #eee;
}
#deals .filters .styled-select .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  background: #00BFE0;
  color: white;
  height: calc(100% - 15px);
  width: 38px;
  pointer-events: none;
  text-align: center;
} 
#deals .filters .styled-select .dropdown-arrow .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.deal-monitor thead th {
  background: #00BFE0;
  color: white;
  border: 1px solid #E4E4E4;
  text-align: left;
  padding: 10px 5px;
  vertical-align: middle;
}

.deal-monitor tbody tr {
  background: #FFF;
}

.deal-monitor tbody tr td {
  padding: 10px 5px;
  vertical-align: middle;
  line-height: 1.5;
}
.deal-monitor tbody tr td:before {
  content: "";
  display: none;
  font-weight: bold;
  color: #00BFE0;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 0.8em;
}

@media all and (max-width: 768px) {
  .deal-monitor thead {
    display: none;
  }
  .deal-monitor tbody tr, .deal-monitor tbody tr td {
    display: block;
    width: 100%;
  }
  .deal-monitor tbody tr td {
    border-bottom: 1px solid #eee;
  }
  .deal-monitor tbody tr td:before {
    display: inline-block;
  }
  .deal-monitor tbody tr td:nth-child(2):before {
    content: "Date:";
  }
  .deal-monitor tbody tr td:nth-child(3):before {
    content: "Target Name:";
  }
  .deal-monitor tbody tr td:nth-child(4):before {
    content: "Target Country:";
  }
  .deal-monitor tbody tr td:nth-child(5):before {
    content: "Target Business:";
  }
  .deal-monitor tbody tr td:nth-child(6):before {
    content: "Sector:";
  }
  .deal-monitor tbody tr td:nth-child(7):before {
    content: "Acquirer Name:";
  }
  .deal-monitor tbody tr td:nth-child(8):before {
    content: "Acquirer Country:";
  }
  .deal-monitor tbody tr td:nth-child(9):before {
    content: "Deal Value:";
  }
  .deal-monitor tbody tr td:nth-child(10):before {
    content: "Link:";
  }
}

.deal-monitor tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.table-pagination {
  background: white;
  margin: 20px 0;
  text-align: right;
}
.table-pagination li {
  display: inline-block;
}
.table-pagination a {
  background: #00BFE0;
  color: white;
  display: block;
  padding: 10px;
}
.table-pagination a:hover {
  background: #F0F0F0;
  color: #000;
}


.map-block {
  height: 300px;
  margin-bottom: 20px;
}

.load-more-insights-ajax, .load-more-events-ajax, .load-more-podcasts-ajax {
  display: none;
  margin-bottom: 30px;
}
.load-more-insights-ajax.show, .load-more-events-ajax.show, .load-more-podcasts-ajax.show {
  display: inline-block;
}

.ui-datepicker {
    position: fixed !important;
}

.two-col {
  float: left;
  width: 50%;
}
@media all and (max-width: 768px) {
  .two-col {
    width: 100%;
  }
}


.footer-social a {
  display: inline-block;
  padding: 10px;
  font-size: 1.6em;
}

#loginform {
  max-width: 300px;
}
#loginform label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}
#loginform input {
  width: 100%;
  display: block;
  padding: 10px;
}
#loginform input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.single-tweet .single-tweet-avatar {
  float: left;
}

.single-tweet > div {
  float: left;
  padding-left: 15px;
  width: calc(100% - 50px);
}

.single-tweet .tweet-name {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.single-tweet .tweet-screenname {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
  color: #C1C1C1;
}
.single-tweet .tweet-screenname a {
  color: #C1C1C1;
}
.single-tweet .tweet-screenname a:hover {
  color: #777;
}
.single-tweet .retweet-author {
  color: #C1C1C1;
  font-size: 0.9em;
}

.single-tweet .tweet-image {
  display: block;
  margin-top: 10px;
}

.single-tweet .tweet-text {
 line-height: 1.3; 
}

.single-tweet .tweet-meta {
  display: block;
  margin-top: 15px;
  color: #C1C1C1;
  font-size: 0.8em;
}

.single-tweet .tweet-meta a {  
  color: #C1C1C1;
  display: block;
}
.single-tweet .tweet-meta a:hover {
  color: #777;
}


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



/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.header-links, .phone-link, header nav, .breadcrumbs-wrapper, .sidebar ul, footer, .share-post, .slide-down {
  	display: none !important;
	}
	.right-aside {
  	max-width: 25%;
	}
}

.extra-phone-numbers {
  font-size: 0.8em;
}
