/*
Theme Name: Pen Test Partners 2015
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
Description: Bespoke theme.
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.bg-red {
  background-color: #a93545; }

.bg-green {
  background-color: #428b7d; }

.bg-yellow {
  background-color: #e09209; }

.bg-grey-dark {
  background-color: #67676a; }

.bg-grey {
  background-color: #c2c2c3; }

/* generic ui elements */
.arrow-right {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(images/circle-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.button {
  -webkit-appearance: none;
  border-radius: 30px;
  border: none;
  height: 30px;
  display: inline-block;
  padding: 0 15px;
  background: #a93545;
  color: #fff;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.1s; }
  .button:hover {
    color: #871727; }

a {
  text-decoration: underline;
  color: white;
  cursor: pointer; }
  a:hover {
    color: #a93545; }

.cta,
.editor a.cta {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer; }
  @media only screen and (max-width: 777px) {
    .cta,
    .editor a.cta {
      font-size: 15px;
      font-size: 1.5rem; } }

.cta:hover,
.editor a.cta:hover {
  color: #871727;
  text-decoration: underline; }

.center {
  text-align: center; }

.hidden {
  display: none; }

/* group / clearfix */
.group:before, .widget_nav_menu:before,
.group:after,
.widget_nav_menu:after {
  content: "";
  display: table; }

.group:after, .widget_nav_menu:after {
  clear: both; }

.group, .widget_nav_menu {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* 6 column grid - based on 1110px width - column width 180px, gutter 6px*/
.container, #hot-topics.footer-row {
  width: 1110px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1109px) {
    .container, #hot-topics.footer-row {
      width: 754px; } }
  @media only screen and (max-width: 777px) {
    .container, #hot-topics.footer-row {
      width: 308px; } }

/* fixed grid */
/* desktop */
/* 6 column grid - based on 1110px width - column width 180px, gutter 6px*/
/* tablet */
/* 4 column grid - based on 75px width - column width 180px, gutter 6px*/
/* mobile */
/* fluid grid */
/* $gutter: 6px; /*0.540540540541%; 6px/1110px */
/* $col1: 16.216216216216%; */
/* 180px/1110px */
/* $col2: 32.972972972973%; */
/* 366px/1110px */
/* $col3: 49.72972972973%; */
/* 552px/1110px */
/* $col4: 66.486486486486%; */
/* 738px/1110px */
/* $col5: 83.243243243243%; */
/* 924px/1110px */
.col1 {
  width: 180px; }
  @media only screen and (max-width: 1109px) {
    .col1 {
      width: 184px; } }
  @media only screen and (max-width: 777px) {
    .col1 {
      width: 151px; } }

.col2 {
  width: 366px; }
  @media only screen and (max-width: 1109px) {
    .col2 {
      width: 374px; } }
  @media only screen and (max-width: 777px) {
    .col2 {
      width: 308px; } }

.col3 {
  width: 552px; }
  @media only screen and (max-width: 1109px) {
    .col3 {
      width: 564px; } }
  @media only screen and (max-width: 777px) {
    .col3 {
      width: 308px; } }

.col4 {
  width: 738px; }
  @media only screen and (max-width: 1109px) {
    .col4 {
      width: 754px; } }
  @media only screen and (max-width: 777px) {
    .col4 {
      width: 308px; } }

.col5 {
  width: 924px; }
  @media only screen and (max-width: 1109px) {
    .col5 {
      width: 754px; } }
  @media only screen and (max-width: 777px) {
    .col5 {
      width: 308px; } }

.row1 {
  height: 180px; }
  @media only screen and (max-width: 1109px) {
    .row1 {
      height: 184px; } }
  @media only screen and (max-width: 777px) {
    .row1 {
      height: 151px; } }

.row2 {
  height: 366px; }
  @media only screen and (max-width: 1109px) {
    .row2 {
      height: 374px; } }
  @media only screen and (max-width: 777px) {
    .row2 {
      height: 308px; } }

.row3 {
  height: 552px; }
  @media only screen and (max-width: 1109px) {
    .row3 {
      height: 374px; } }
  @media only screen and (max-width: 777px) {
    .row3 {
      height: 308px; } }

/* packery */
/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both; }

.grid-item,
.grid-sizer {
  width: 180px;
  height: 180px; }
  @media only screen and (max-width: 1109px) {
    .grid-item,
    .grid-sizer {
      width: 184px;
      height: 184px; } }
  @media only screen and (max-width: 777px) {
    .grid-item,
    .grid-sizer {
      width: 151px;
      height: 151px; } }

.grid-sizer {
  display: none; }

.gutter-sizer {
  width: 6px; }

.grid-item.col2 {
  width: 366px; }
  @media only screen and (max-width: 1109px) {
    .grid-item.col2 {
      width: 374px; } }
  @media only screen and (max-width: 777px) {
    .grid-item.col2 {
      width: 308px; } }

.grid-item.col3 {
  width: 552px; }
  @media only screen and (max-width: 1109px) {
    .grid-item.col3 {
      width: 564px; } }
  @media only screen and (max-width: 777px) {
    .grid-item.col3 {
      width: 308px; } }

.grid-item.col4 {
  width: 738px; }
  @media only screen and (max-width: 1109px) {
    .grid-item.col4 {
      width: 754px; } }
  @media only screen and (max-width: 777px) {
    .grid-item.col4 {
      width: 308px; } }

.grid-item.row2 {
  height: 366px; }
  .grid-item.row2.bg-image {
    background-color: black; }
  .grid-item.row2 .block-bg {
    opacity: 0.6; }
  @media only screen and (max-width: 1109px) {
    .grid-item.row2 {
      height: 374px; } }
  @media only screen and (max-width: 777px) {
    .grid-item.row2 {
      height: 308px; } }

.grid-item {
  float: left;
  background-color: #c2c2c3;
  overflow: hidden;
  position: relative; }
  .grid-item .block-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    transition: all ease 0.6s; }
  .grid-item .block-text {
    position: relative;
    transition: opacity ease 0.6s; }
    .grid-item .block-text p {
      line-height: 1.2em; }
  .grid-item a:hover .block-bg {
    width: 110%;
    height: 110%;
    opacity: .75;
    top: -5%;
    left: -5%;
    bottom: -5%;
    right: -5%; }
  .grid-item h1 {
    font-family: 'Source Serif Pro', serif;
    line-height: 1em;
    font-size: 17.5px;
    font-size: 1.75rem; }
    @media only screen and (max-width: 777px) {
      .grid-item h1 {
        font-size: 16.5px;
        font-size: 1.65rem; } }
  .grid-item.col2.row2 h1 {
    font-size: 30px;
    font-size: 3rem; }
    @media only screen and (max-width: 777px) {
      .grid-item.col2.row2 h1 {
        font-size: 25px;
        font-size: 2.5rem; } }
  .grid-item.col3 h1, .grid-item.col4 h1, .grid-item.col5 h1, .grid-item.col6 h1 {
    font-size: 40px;
    font-size: 4rem; }
    @media only screen and (max-width: 777px) {
      .grid-item.col3 h1, .grid-item.col4 h1, .grid-item.col5 h1, .grid-item.col6 h1 {
        font-size: 25px;
        font-size: 2.5rem; } }
  .grid-item .excerpt {
    padding-top: 1em; }
  .grid-item.col1 .excerpt, .grid-item.row1 .excerpt {
    display: none; }
  .grid-item .meta,
  .grid-item .date,
  .grid-item .location {
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75); }
    @media only screen and (max-width: 777px) {
      .grid-item .meta,
      .grid-item .date,
      .grid-item .location {
        font-size: 12px;
        font-size: 1.2rem; } }
  .grid-item .meta {
    padding-bottom: .6em; }
    @media only screen and (max-width: 777px) {
      .grid-item .meta {
        padding-bottom: .4em; } }
  .grid-item > a {
    text-decoration: none;
    display: block;
    padding: 18px;
    height: 100%;
    transition: background-color ease 0.3s; }
    .grid-item > a:hover {
      background-color: rgba(0, 0, 0, 0.25);
      color: white; }
  .grid-item.grid-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 42px;
    height: auto;
    margin: -21px 0 0 -18px;
    opacity: 0.6; }
  .grid-item.grid-video.col1 .video-play {
    width: 18px;
    margin-left: -6px; }
  .grid-item.grid-video .block-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px; }
  .grid-item.grid-video a:hover .video-play {
    opacity: 1; }
  .grid-item .cta-block h1 {
    font-size: 20px;
    font-size: 2rem; }

.grid-item.bg-red {
  background-color: #a93545; }

.grid-item.bg-green {
  background-color: #428b7d; }

.grid-item.bg-yellow {
  background-color: #e09209; }

.grid-item.bg-grey-dark {
  background-color: #67676a; }

.grid-item.bg-grey {
  background-color: #c2c2c3; }
  .grid-item.bg-grey a {
    color: #505050; }
    .grid-item.bg-grey a .meta {
      color: rgba(0, 0, 0, 0.35); }
    .grid-item.bg-grey a:hover {
      color: #505050; }

.grid-item.bg-image {
  background-color: black; }
  .grid-item.bg-image a {
    color: white; }
    .grid-item.bg-image a .meta {
      color: white; }
    .grid-item.bg-image a:hover {
      color: white; }

.grid-item.bg-image a {
  color: white !important; }

.grid-item p.meta {
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: .4em; }
  @media only screen and (max-width: 777px) {
    .grid-item p.meta {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1em;
      padding-bottom: .3em; } }

.stamp {
  position: absolute; }

.packery canvas {
  position: absolute; }

/* site header */
#site-header {
  position: fixed;
  background: #e2e2e2;
  z-index: 999999999;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  transition: all 0.3s ease; }
  #site-header .container, #site-header #hot-topics.footer-row {
    height: 102px;
    transition: all 0.3s ease;
    padding: 6px 0; }
    @media only screen and (max-width: 1109px) {
      #site-header .container, #site-header #hot-topics.footer-row {
        height: 114px !important; } }
    @media only screen and (max-width: 777px) {
      #site-header .container, #site-header #hot-topics.footer-row {
        height: 102px !important; } }
  #site-header .inner {
    display: table-cell;
    vertical-align: middle; }

#site-logo {
  display: block;
  width: 366px;
  height: 90px;
  margin-left: 6px;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  background: transparent; }
  #site-logo:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #site-logo {
      width: 374px;
      height: 102px; } }
  @media only screen and (max-width: 777px) {
    #site-logo {
      width: 308px;
      float: none;
      height: 90px; } }

#site-logo a {
  background: white;
  display: table;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none; }
  @media only screen and (max-width: 1109px) {
    #site-logo a {
      height: 102px !important; } }
  @media only screen and (max-width: 777px) {
    #site-logo a {
      height: 90px !important;
      text-align: left;
      padding: 0 18px; } }

#site-logo a:hover {
  background: rgba(255, 255, 255, 0.5); }

#site-logo img {
  width: 65%;
  height: auto;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto 6px; }
  @media only screen and (max-width: 1109px) {
    #site-logo img {
      width: 65% !important;
      margin: 0 auto 6px !important; } }
  @media only screen and (max-width: 777px) {
    #site-logo img {
      margin: 0 0 6px !important;
      width: 60% !important; } }

#strapline {
  text-decoration: none;
  color: #87878a;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 300;
  letter-spacing: 0.015em; }
  @media only screen and (max-width: 1109px) {
    #strapline {
      font-size: 14px; } }
  @media only screen and (max-width: 777px) {
    #strapline {
      display: none; } }

#header-phone {
  display: table;
  width: 180px;
  height: 90px;
  margin-left: 6px;
  float: left;
  box-sizing: border-box; }
  #header-phone:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #header-phone {
      width: 184px; } }
  @media only screen and (max-width: 777px) {
    #header-phone {
      position: absolute;
      top: 40px;
      right: 48px;
      margin: 0;
      float: none;
      display: block;
      height: 18px;
      width: 18px; } }

#header-phone a {
  display: table;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
  color: #a93545;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 13px; }
  @media only screen and (max-width: 1109px) {
    #header-phone a {
      height: 102px !important; } }
  @media only screen and (max-width: 777px) {
    #header-phone a {
      height: 18px !important;
      background-color: transparent;
      background-image: url(images/ic-phone.svg);
      background-repeat: no-repeat;
      background-size: 18px auto;
      background-position: center center;
      padding: 0; }
      #header-phone a .inner {
        display: none; } }

#header-phone a:hover {
  background-color: rgba(255, 255, 255, 0.3); }

#header-phone p {
  background-image: url(images/ic-phone.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
  line-height: 32px;
  margin: 0 auto;
  padding-left: 18px;
  text-align: center;
  letter-spacing: 0.03em; }

#header-nav {
  width: 552px;
  height: 90px;
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-left: 6px;
  float: left;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #header-nav:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #header-nav {
      width: 184px;
      position: static;
      height: 102px !important; } }
  @media only screen and (max-width: 777px) {
    #header-nav {
      width: 24px;
      position: static;
      height: 24px !important;
      position: absolute;
      top: 40px;
      right: 10px;
      background: none;
      margin-left: 0; } }

#search-icon {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
  height: 24px;
  width: 24px;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  opacity: 0.75;
  z-index: 300; }
  #search-icon:hover {
    opacity: 1; }
  @media only screen and (max-width: 1109px) {
    #search-icon {
      right: 120px;
      opacity: 1; } }
  @media only screen and (max-width: 777px) {
    #search-icon {
      right: 72px;
      height: 18px;
      width: 18px;
      opacity: .75; } }

#search-bar {
  box-sizing: content-box;
  background: white;
  border: 6px solid #e2e2e2;
  border-right: none;
  height: 90px;
  position: absolute;
  right: 0;
  top: 96px;
  width: 552px;
  display: none; }
  @media only screen and (max-width: 1109px) {
    #search-bar {
      top: 108px;
      width: 374px; } }
  @media only screen and (max-width: 777px) {
    #search-bar {
      top: 96px;
      width: 100%; } }
  #search-bar form {
    box-sizing: border-box;
    width: 100%;
    padding: 18px; }
  #search-bar label {
    display: none; }
  #search-bar input[type="search"] {
    background: white;
    border: none;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #c2c2c3;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    width: 84%;
    font-weight: 300;
    color: #505050;
    position: relative;
    top: 2px; }
    @media only screen and (max-width: 777px) {
      #search-bar input[type="search"] {
        width: 83%;
        font-size: 18px;
        font-size: 1.8rem; } }
  #search-bar input[type="submit"] {
    background: #787570;
    position: relative;
    top: 6px;
    color: white;
    border: none;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    width: 15%;
    cursor: pointer;
    transition: all 300ms ease-in-out; }
  #search-bar input[type="submit"]:hover {
    background: #a93545; }

/* main nav bar */
#menu-main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 250;
  transition: all 0.3s ease;
  margin: -25px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }
  @media only screen and (max-width: 1109px) {
    #menu-main {
      display: none;
      margin: 0;
      width: 754px;
      top: 114px; } }
  @media only screen and (max-width: 777px) {
    #menu-main {
      top: 62px;
      width: 308px;
      left: -274px; } }
  #menu-main span {
    display: none; }
    #menu-main span:hover {
      cursor: pointer; }
    @media only screen and (max-width: 1109px) {
      #menu-main span {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        height: 40px;
        width: 40px;
        line-height: 40px; } }

/* menu button */
.menubtn {
  display: none;
  opacity: 0/75; }
  .menubtn:hover, .menubtn.menuOpen {
    opacity: 1; }
  @media only screen and (max-width: 1109px) {
    .menubtn {
      display: block;
      position: absolute;
      top: calc(50% - 12px);
      right: 50px;
      height: 24px;
      width: 24px;
      background-image: url(images/menu.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      text-indent: -9999px;
      transition: all 300ms ease-in-out;
      cursor: pointer; } }
  @media only screen and (max-width: 777px) {
    .menubtn {
      right: 0;
      top: 0;
      height: 18px;
      width: 18px; } }

/* top level links */
ul#menu-main > li {
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main > li {
      display: block;
      float: none;
      position: relative; } }

ul#menu-main li a {
  text-decoration: none; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li a {
      border-bottom: 6px solid #e2e2e2; } }

ul#menu-main > li > a {
  color: #67676a;
  display: block;
  float: left;
  font-size: 17px;
  font-size: 1.7rem;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  text-decoration: none; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main > li > a {
      float: none;
      background: #f4f4f4;
      line-height: 40px;
      height: 46px;
      padding: 0 18px; } }

ul#menu-main > li > a:hover,
ul#menu-main > li.sfHover > a {
  color: #a93545; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main > li > a:hover,
    ul#menu-main > li.sfHover > a {
      float: none;
      background: #c2c2c3;
      color: white;
      line-height: 40px;
      height: 46px;
      padding: 0 18px; } }

ul#menu-main > li.current-menu-parent > a,
ul#menu-main > li.current-menu-item > a,
ul#menu-main > li.current-post-ancestor > a {
  color: #a93545;
  text-decoration: underline;
  font-weight: 400; }

#menu-main li.current_page_item > a:hover,
#menu-main li.current-menu-item > a:hover,
#menu-main li.current-menu-ancestor > a:hover,
#menu-main li.current-menu-parent > a:hover,
#menu-main li.current-page-ancestor > a:hover {
  text-decoration: none; }

/* second-level lists */
ul#menu-main li ul {
  background-color: #e2e2e2;
  border: 6px solid #e2e2e2;
  border-bottom: none;
  border-right: 0;
  position: absolute;
  text-align: left;
  left: -5px;
  top: 43px;
  width: 552px;
  box-sizing: content-box; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li ul {
      position: static;
      width: 100%;
      border: none;
      border-bottom: 6px solid #e2e2e2; } }

ul#menu-main li ul:before,
ul#menu-main li ul:after {
  content: "";
  display: table; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li ul:before,
    ul#menu-main li ul:after {
      content: none;
      display: none; } }

ul#menu-main li ul:after {
  clear: both; }

ul#menu-main li ul li {
  width: 180px;
  height: 66px;
  border: none;
  background: #efefef;
  float: left;
  margin: 0 6px 6px 0;
  display: table; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li ul li {
      height: 36px;
      float: none;
      width: 100%;
      margin-bottom: 0; } }

ul#menu-main li ul li:nth-child(3n+0) {
  margin: 0 0 6px 0; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li ul li:nth-child(3n+0) {
      margin-bottom: 0; } }

ul#menu-main li ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #67676a;
  height: 100%;
  padding: 0 18px 0 36px;
  box-sizing: border-box;
  transition: background-color ease 0.3s; }
  @media only screen and (max-width: 1109px) {
    ul#menu-main li ul li a {
      height: 46px;
      border: none; } }

ul#menu-main li ul li a:hover {
  background: #c2c2c3;
  color: white; }

/*----------------------------------
	MEDIA QUERY
-----------------------------------*/
@media screen and (max-width: 1109px) {
  #menu-main ul#menu-main > li > a {
    float: none;
    height: 40px;
    line-height: 40px; }

  #menu-main ul,
  #menu-main ul > ul {
    display: none;
    float: none;
    width: 748;
    text-align: left; }

  #menu-main ul li {
    border-right: none;
    border-bottom: 1px solid #fff; }

  #menu-main ul li ul,
  #menu-main ul li ul li {
    width: 100%;
    top: 0; }

  #menu-main ul li ul a {
    border-bottom: none; }

  #menu-main ul ul,
  #menu-main ul li {
    width: 100%; }

  #menu-main ul li a {
    padding: 0.5em 1em 0.5em 1em; }

  #menu-main ul li ul a {
    padding: 0 15px 0 30px;
    line-height: 40px;
    height: 40px; }

  #menu-main ul ul li ul a {
    padding: 0.5em 1em 0.5em 3em; }

  #menu-main ul ul ul li ul a {
    padding: 0.5em 1em 0.5em 4em; }

  #menu-main ul li ul,
  #menu-main ul li ul ul,
  #menu-main ul li:hover ul ul,
  #menu-main ul li:hover ul ul ul,
  #menu-main ul li.sfhover ul ul,
  #menu-main ul li.sfhover ul ul ul,
  #menu-main ul li:hover ul,
  #menu-main ul li li:hover ul,
  #menu-main ul li li li:hover ul,
  #menu-main ul li.sfhover ul,
  #menu-main ul li li.sfhover ul,
  #menu-main ul li li li.sfhover ul {
    position: relative;
    display: none;
    margin: 0 0 0 0;
    left: 0em;
    /* using left instead of display because display: none isn't read by screen readers */ }

  /*----------------------------------
  	MOBILE COLORS
  -----------------------------------*/
  /*Plus icon*/
  #menu-main span {
    background: #a93545;
    color: #fff; }

  #menu-main span:hover {
    background: #b01124; }

  /*Top #menu-main background*/
  #menu-main ul ul,
  #menu-main ul li {
    background: #00a0af; }

  #menu-main ul.pieCollapse li a {
    color: #5d5d67; }

  #menu-main ul.pieCollapse li a:hover {
    color: #fff;
    background: #909096; } }
/* side bar */
#sidebar {
  float: left;
  width: 366px;
  margin-left: 6px; }
  #sidebar .widget:last-child {
    margin-bottom: 0; }
  #sidebar .cta-panel {
    overflow: hidden;
    margin-bottom: 6px; }
    #sidebar .cta-panel > a {
      display: block;
      padding: 18px;
      height: 100%;
      text-decoration: none;
      transition: background-color ease 0.3s;
      color: #fff; }
      #sidebar .cta-panel > a:hover {
        background-color: rgba(0, 0, 0, 0.25);
        color: #fff; }
      #sidebar .cta-panel > a h1 {
        font-family: 'Source Serif Pro', serif;
        font-size: 30px;
        font-size: 3rem; }
    #sidebar .cta-panel .excerpt {
      padding-top: 1em; }
  @media only screen and (max-width: 1109px) {
    #sidebar {
      width: 184px; } }
  @media only screen and (max-width: 777px) {
    #sidebar {
      width: 308px;
      float: none;
      margin: 6px 0 0 0; } }

/* widgets */
.widget {
  margin: 0 0 6px 0; }
  .widget.grid-item {
    float: none !important; }
  @media only screen and (max-width: 1109px) {
    .widget {
      width: 184px !important; } }
  @media only screen and (max-width: 777px) {
    .widget {
      width: auto !important; } }

/* nav widget */
.widget_nav_menu {
  margin: 0;
  padding: 0 !important; }
  .widget_nav_menu .menu {
    position: relative;
    margin-right: -6px; }
    .widget_nav_menu .menu li {
      width: 180px;
      float: left;
      margin: 0 6px 6px 0;
      background: rgba(255, 255, 255, 0.6);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      position: relative;
      height: 180px; }
      @media only screen and (max-width: 1109px) {
        .widget_nav_menu .menu li {
          width: 184px;
          height: 184px; } }
      @media only screen and (max-width: 777px) {
        .widget_nav_menu .menu li {
          width: 151px;
          height: 151px; } }
      .widget_nav_menu .menu li a {
        padding: 18px;
        display: block;
        height: 180px;
        font-family: 'Source Serif Pro', serif;
        color: white;
        text-decoration: none;
        transition: background-color ease 0.3s; }
        .widget_nav_menu .menu li a:hover {
          background-color: rgba(0, 0, 0, 0.25); }
        @media only screen and (max-width: 1109px) {
          .widget_nav_menu .menu li a {
            height: 184px; } }
        @media only screen and (max-width: 777px) {
          .widget_nav_menu .menu li a {
            height: 151px; } }
      .widget_nav_menu .menu li.current-menu-item a {
        background-color: rgba(0, 0, 0, 0.5);
        color: #e2e2e2; }
      .widget_nav_menu .menu li.navbg-about {
        background-image: url(images/nav-bg-about.jpg); }
      .widget_nav_menu .menu li.navbg-consultants {
        background-image: url(images/nav-bg-consultants.jpg); }
      .widget_nav_menu .menu li.navbg-vulnerability-disclosure {
        background-image: url(images/nav-bg-vulnerability-disclosure.jpg); }
      .widget_nav_menu .menu li.navbg-news {
        background-image: url(images/nav-bg-news.jpg); }
      .widget_nav_menu .menu li.navbg-speaking {
        background-image: url(images/nav-bg-speaking.jpg); }
      .widget_nav_menu .menu li.navbg-all-events {
        background-image: url(images/nav-bg-all-events.jpg); }
  .widget_nav_menu #menu-services li {
    background-repeat: no-repeat;
    background-position: center 44px;
    background-size: auto 50px;
    display: table; }
    .widget_nav_menu #menu-services li.pen-testing {
      background-image: url(images/ic-safe-grey.svg); }
    .widget_nav_menu #menu-services li.social-engineering {
      background-image: url(images/ic-social-engineering-grey.svg); }
    .widget_nav_menu #menu-services li.security-training {
      background-image: url(images/ic-training-grey.svg); }
    .widget_nav_menu #menu-services li.product-review {
      background-image: url(images/ic-reviews-grey.svg); }
    .widget_nav_menu #menu-services li.data-compliance {
      background-image: url(images/ic-data-compliance-grey.svg);
      background-size: auto 40px; }
    .widget_nav_menu #menu-services li.security-breach {
      background-image: url(images/ic-alert.svg); }
    .widget_nav_menu #menu-services li.mobile-security {
      background-image: url(images/ic-mobile-security.svg); }
    .widget_nav_menu #menu-services li.scada-security {
      background-image: url(images/ic-flow-chart.svg); }
    .widget_nav_menu #menu-services li.web-testing {
      background-image: url(images/ic-webapp.svg); }
    .widget_nav_menu #menu-services li.cyber-essentials {
      background-image: url(images/ic-crestcyberessentials.svg); }
    .widget_nav_menu #menu-services li.star-testing {
      background-image: url(images/ic-creststar.svg); }
    @media only screen and (max-width: 777px) {
      .widget_nav_menu #menu-services li {
        background-size: auto 45px;
        background-position: center 35px; } }
  .widget_nav_menu #menu-services a {
    text-align: center;
    font-size: 17.5px;
    font-size: 1.75rem;
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }
    @media only screen and (max-width: 777px) {
      .widget_nav_menu #menu-services a {
        font-size: 15px;
        font-size: 1.5rem; } }

/* promo-widget */
.widget {
  padding: 18px;
  position: relative;
  overflow: hidden; }
  .widget h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 0.3em 0;
    position: relative; }
  @media only screen and (max-width: 1109px) {
    .widget .cta {
      font-size: 16px;
      font-size: 1.6rem; } }

.promo-widget {
  background-color: #000;
  color: #fff; }
  .promo-widget h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0.3em 0;
    position: relative; }
  .promo-widget .bg-pic {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
    transition: all ease 0.6s; }
  .promo-widget .block-text {
    position: absolute;
    width: 100%;
    padding: 18px;
    left: 0;
    bottom: 0; }
    .promo-widget .block-text p {
      padding-bottom: 1em;
      line-height: 1.2em; }
    .promo-widget .block-text .cta {
      position: static;
      display: block; }

/* share-widget */
.share-widget {
  background-color: #428b7d;
  color: #fff; }
  .share-widget .addthis_sharing_toolbox {
    position: absolute;
    top: 50%;
    margin-top: -16px; }
  .share-widget .at-share-tbx-element .at-share-btn {
    display: inline-block;
    margin: 0 6px 0 0; }

/* form-widget */
.form-widget {
  background-color: #e09209;
  color: #505050;
  padding-top: 36px; }
  @media only screen and (max-width: 1109px) {
    .form-widget {
      position: absolute;
      width: 564px !important;
      left: 0;
      bottom: 0; } }
  @media only screen and (max-width: 777px) {
    .form-widget {
      position: static;
      width: 308px !important; } }

.form-widget h3 {
  font-size: 24px;
  font-size: 2.4rem; }

.wpcf7-form p {
  margin-bottom: 10px; }

.wpcf7-form label {
  display: inline-block;
  padding-bottom: 3px; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  height: 30px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color ease 0.3s;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  color: #505050;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5px; }

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus {
  background-color: white; }

.wpcf7-form textarea {
  width: 100%;
  height: 138px;
  border: none;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  color: #505050;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5px; }

.wpcf7-form input[type="submit"] {
  width: 120px;
  height: 30px;
  margin-top: 5px;
  background-color: #a93545;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  border: none; }

.wpcf7-response-output {
  background-color: #fff; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #a93545 !important; }

/* categories and archive widget */
.widget_categories,
.widget_archive {
  color: #67676a; }
  .widget_categories label,
  .widget_archive label {
    display: none; }
  .widget_categories select,
  .widget_archive select {
    margin: 30px 0 0 0;
    width: 100%;
    height: 30px;
    background-color: white;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    color: #808084; }
  .widget_categories:last-of-type select,
  .widget_archive:last-of-type select {
    margin: 15px 0 0 0; }

/* recent posts extended */
.widget_recent-blogs {
  padding: 0; }
  .widget_recent-blogs .grid-item {
    position: relative;
    margin: 0 6px 6px 0; }
  .widget_recent-blogs .grid-item:nth-child(even) {
    margin-right: 0; }
  .widget_recent-blogs .date {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.75); }

/* uber widget */
.ptp-uber_widget {
  background: #c2c2c3;
  padding: 0; }
  .ptp-uber_widget.col2 h3 {
    font-size: 30px;
    font-size: 3rem; }
    @media only screen and (max-width: 1109px) {
      .ptp-uber_widget.col2 h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .ptp-uber_widget.row2 .cta {
    position: absolute;
    bottom: 18px;
    left: 18px; }
  .ptp-uber_widget .excerpt {
    display: block !important; }

/* featured past events */
.widget_past-events {
  padding: 0; }
  .widget_past-events .grid-item {
    position: relative;
    margin: 0 6px 6px 0; }
    .widget_past-events .grid-item .widget-grid-heading {
      padding: 18px;
      color: white;
      font-size: 30px;
      font-size: 3rem; }
  .widget_past-events .grid-item:nth-child(even) {
    margin-right: 0; }

/* backto-menu-widget */
.back-to-menu-widget {
  background-color: #a93545;
  color: #fff;
  padding: 0; }
  .back-to-menu-widget a {
    display: block;
    padding: 30px 18px 18px;
    height: 100%;
    text-decoration: none;
    transition: background-color ease 0.3s;
    font-weight: 900; }
    .back-to-menu-widget a:hover {
      color: white;
      background: rgba(0, 0, 0, 0.15); }

#sidebar-spacer {
  background: #cfcfd0;
  width: 100%;
  margin-bottom: 6px; }
  @media only screen and (max-width: 777px) {
    #sidebar-spacer {
      display: none !important; } }

/* footer */
#site-footer {
  background: #e2e2e2;
  position: relative;
  margin: 0 0 6px 0; }
  #site-footer .container, #site-footer #hot-topics.footer-row {
    text-align: center;
    color: #fff; }
  #site-footer h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 0.75em; }

#get-in-touch {
  width: 738px;
  height: 180px;
  background: #67676a;
  color: #fff;
  padding: 18px;
  text-align: left;
  margin-left: 6px;
  float: left;
  box-sizing: border-box; }
  #get-in-touch:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #get-in-touch {
      width: 374px;
      height: 184px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (max-width: 777px) {
    #get-in-touch {
      width: 100%;
      margin-bottom: 6px;
      height: auto; } }
  #get-in-touch div {
    width: 366px;
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    margin: 0 6px 0 0; }
    #get-in-touch div:first-of-type {
      margin-left: 0; }
    #get-in-touch div a {
      display: block;
      margin: 0 0 1.1em 0; }
    @media only screen and (max-width: 1109px) {
      #get-in-touch div {
        width: 50%;
        margin: 0; } }
    @media only screen and (max-width: 777px) {
      #get-in-touch div {
        width: 100%;
        margin: 0 0 6px 0; } }
  #get-in-touch a {
    text-decoration: none; }
    #get-in-touch a:hover {
      text-decoration: underline;
      color: white; }
  #get-in-touch .phone {
    font-size: 18px; }
  #get-in-touch .address {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    line-height: 1.25em;
    position: relative;
    top: -2em; }
    #get-in-touch .address:first-of-type {
      margin-left: 0; }
    @media only screen and (max-width: 1109px) {
      #get-in-touch .address {
        width: 50%; } }
    @media only screen and (max-width: 777px) {
      #get-in-touch .address {
        top: 0;
        width: 100%; } }

#connect {
  width: 180px;
  height: 180px;
  background: #428b7d;
  padding: 18px;
  text-align: left;
  margin-left: 6px;
  float: left;
  box-sizing: border-box; }
  #connect:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #connect {
      width: 184px;
      height: 184px; } }
  @media only screen and (max-width: 777px) {
    #connect {
      width: 100%;
      margin-left: 0; } }
  #connect a {
    display: block;
    margin: 0 0 .6em 0;
    text-decoration: none;
    padding-left: 28px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: left center; }
    #connect a.twitter {
      background-image: url(images/ic-twitter.svg);
      background-size: 24px auto; }
    #connect a.linkedin {
      background-image: url(images/ic-linkedin.svg);
      background-size: 24px auto; }
    #connect a.youtube {
      background-image: url(images/ic-youtube.svg);
      background-size: 27px auto; }
    #connect a:hover {
      text-decoration: underline;
      color: white; }

.homepage #connect {
  width: 366px; }
  @media only screen and (max-width: 1109px) {
    .homepage #connect {
      width: 374px;
      height: 184px; } }
  @media only screen and (max-width: 777px) {
    .homepage #connect {
      width: 100%; } }

#newsletter-signup {
  width: 180px;
  height: 180px;
  background: #428b7d;
  padding: 18px;
  text-align: left;
  margin-left: 6px;
  float: left;
  box-sizing: border-box;
  position: relative; }
  #newsletter-signup:first-of-type {
    margin-left: 0; }
  #newsletter-signup .mc4wp-form {
    margin-bottom: 0; }
    @media only screen and (max-width: 777px) {
      #newsletter-signup .mc4wp-form {
        margin: 0; } }
  #newsletter-signup .mc4wp-form input[type="email"] {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #505050;
    border: none;
    background: white;
    padding-left: 5px;
    margin-bottom: 6px; }
  #newsletter-signup .mc4wp-form input[type="submit"],
  #newsletter-signup .mc4wp-form button,
  #newsletter-signup .mc4wp-form input[type="button"] {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border-radius: 0;
    width: 100%;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border: none;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600; }
    #newsletter-signup .mc4wp-form input[type="submit"]:hover,
    #newsletter-signup .mc4wp-form button:hover,
    #newsletter-signup .mc4wp-form input[type="button"]:hover {
      background-color: #871727; }
  @media only screen and (max-width: 1109px) {
    #newsletter-signup {
      width: 184px;
      height: 184px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (max-width: 777px) {
    #newsletter-signup {
      width: 308px;
      margin: 6px 0 0 0; } }

#accreditations {
  clear: both;
  padding: 6px 0 0; }
  @media only screen and (max-width: 1109px) {
    #accreditations {
      margin-bottom: 6px; } }
  @media only screen and (max-width: 777px) {
    #accreditations {
      height: auto;
      padding-bottom: 0;
      margin-bottom: 0px; } }
  #accreditations > div {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    width: 180px;
    height: 90px;
    display: table; }
    #accreditations > div:first-of-type {
      margin-left: 0; }
    #accreditations > div a {
      display: table-cell;
      width: 100%;
      height: 100%;
      background: white;
      vertical-align: middle;
      text-align: center;
      border: 6px solid transparent;
      transition: border-color ease 0.5s; }
      #accreditations > div a:hover {
        border-color: #c1c1c3; }
      #accreditations > div a img {
        max-width: 80%;
        max-height: 60%; }
        @media only screen and (max-width: 777px) {
          #accreditations > div a img {
            max-width: 70%;
            max-height: 40%; } }
    @media only screen and (max-width: 1109px) {
      #accreditations > div {
        width: 184px; }
        #accreditations > div:nth-child(5), #accreditations > div:nth-child(6) {
          display: none; } }
    @media only screen and (max-width: 777px) {
      #accreditations > div {
        width: 151px;
        margin-bottom: 6px; }
        #accreditations > div:nth-child(3) {
          margin-left: 0; }
        #accreditations > div a {
          border: none; } }

#copyright {
  position: relative;
  background: #67676a;
  color: #e2e2e2;
  padding: 0 18px;
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 45px;
  height: 45px; }
  #copyright p {
    margin: 0 0 0 1em;
    float: right; }
    #copyright p:first-child {
      float: left;
      margin: 0; }
  @media only screen and (max-width: 1109px) {
    #copyright {
      position: static;
      width: 100%;
      height: 40px;
      padding: 0 18px;
      font-size: 12px;
      font-size: 1.2rem; }
      #copyright p {
        line-height: 40px; } }
  @media only screen and (max-width: 777px) {
    #copyright {
      height: auto;
      padding: 18px; }
      #copyright p {
        float: none !important;
        line-height: 1.5em;
        margin: 0; } }

#site-footer #menu-footer {
  margin: 1em 0 0 0; }

#site-footer #menu-footer li,
#site-footer #menu-footer-1 li {
  display: inline-block;
  margin-left: 5px; }

#site-footer #menu-footer li:first-child,
#site-footer #menu-footer-1 li:first-child {
  display: inline-block;
  margin-left: 0;
  padding-left: 0; }

#site-footer #menu-footer li a,
#site-footer #menu-footer-1 li a {
  color: #fff;
  text-decoration: underline; }

#site-footer #menu-footer li a:hover,
#site-footer #menu-footer-1 li a:hover {
  opacity: 1; }

#page.events-page {
  background: transparent; }

#page.events-list-page {
  width: 100%; }

#events-list {
  margin: 0 0 6px 0; }

#main {
  /* calendar */
  /* mobile calendar */ }
  #main #tribe-events {
    margin: 6px 0; }
  #main #page #tribe-events-content {
    margin: 0;
    padding: 30px 40px; }
    #main #page #tribe-events-content .editor {
      padding: 0 !important; }
    @media only screen and (max-width: 777px) {
      #main #page #tribe-events-content {
        padding: 30px 18px; } }
  #main #tribe-events-content.tribe-events-list {
    margin: 0;
    padding: 0; }
  #main #tribe-events-header, #main #tribe-events-footer {
    margin: 6px 0 0; }
  #main h2.tribe-events-page-title,
  #main #tribe-geo-results h2.tribe-events-page-title {
    display: none;
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal; }
  #main #tribe-events-bar {
    display: none; }
  #main .tribe-events-cal-links {
    display: none; }
  #main a.tribe-events-ical,
  #main a.tribe-events-gcal {
    display: none !important; }
  #main .tribe-events-list-separator-month {
    margin: 0;
    padding: 18px;
    text-align: left; }
  #main .tribe-events-list-separator-month span {
    background-color: transparent;
    font-family: 'Source Serif Pro', serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: white;
    padding: 0; }
  #main .tribe-events-list-separator-month::after {
    border-bottom: none;
    content: "";
    display: none;
    height: 0;
    left: -9999;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -999; }
  @media only screen and (max-width: 777px) {
    #main .events-page .single-event {
      height: 75px; } }
  #main .tribe-events-single {
    margin-bottom: 0;
    padding: 30px 40px;
    position: relative;
    background-color: white;
    min-height: 180px; }
    @media only screen and (max-width: 1109px) {
      #main .tribe-events-single {
        min-height: 184px; } }
    @media only screen and (max-width: 777px) {
      #main .tribe-events-single {
        min-height: 151px; } }
  #main ul.tribe-events-sub-nav a,
  #main .tribe-events-back a,
  #main .tribe-events-list-widget .tribe-events-widget-link a,
  #main .tribe-events-adv-list-widget .tribe-events-widget-link a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 900; }
    @media only screen and (max-width: 777px) {
      #main ul.tribe-events-sub-nav a,
      #main .tribe-events-back a,
      #main .tribe-events-list-widget .tribe-events-widget-link a,
      #main .tribe-events-adv-list-widget .tribe-events-widget-link a {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-size: 1.5rem; }
        #main ul.tribe-events-sub-nav a span,
        #main .tribe-events-back a span,
        #main .tribe-events-list-widget .tribe-events-widget-link a span,
        #main .tribe-events-adv-list-widget .tribe-events-widget-link a span {
          left: 0;
          top: 0; } }
  #main #tribe-events-footer::before,
  #main #tribe-events-footer::after {
    content: none; }
  #main h2.tribe-events-single-event-title {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Source Serif Pro', serif; }
  #main .tribe-events-schedule {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 900; }
    #main .tribe-events-schedule h3, #main .tribe-events-schedule address {
      display: inline; }
  #main #ptp-events-meta {
    background-color: #e2e2e2; }
  #main .tribe-events-event-meta .tribe-events-meta-group,
  #main .tribe-events-event-meta .column {
    margin: 6px 0 0;
    padding: 0;
    width: 366px;
    height: 366px; }
    @media only screen and (max-width: 1109px) {
      #main .tribe-events-event-meta .tribe-events-meta-group,
      #main .tribe-events-event-meta .column {
        width: 564px;
        height: 374px; } }
    @media only screen and (max-width: 777px) {
      #main .tribe-events-event-meta .tribe-events-meta-group,
      #main .tribe-events-event-meta .column {
        width: 308px;
        height: 308px; } }
  #main .tribe-events-event-meta .tribe-events-meta-group-details {
    margin-right: 6px;
    background: #a93545;
    padding: 18px;
    color: white; }
  #main .tribe-events-event-meta a:hover {
    text-decoration: underline;
    color: white; }
  #main .tribe-events-event-meta .tribe-events-venue-map {
    height: 100%; }
    #main .tribe-events-event-meta .tribe-events-venue-map > div {
      height: 100% !important; }
  @media only screen and (max-width: 777px) {
    #main .tribe-events-event-meta dl {
      margin-bottom: 18px; } }
  #main #tribe-events-content.tribe-events-month {
    margin: 0;
    padding: 0; }
  #main #tribe-events-content table.tribe-events-calendar {
    margin: 0; }
  @media only screen and (max-width: 777px) {
    #main .tribe-events-calendar .tribe-events-has-events::after {
      display: none; } }
  #main .tribe-events-calendar td.tribe-events-present,
  #main #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover,
  #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] a {
    background-color: #a93545;
    color: #fff; }
  #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
  #main #tribe_events_filters_wrapper input[type="submit"],
  #main .tribe-events-button, #main #tribe-events .tribe-events-button,
  #main .tribe-events-button.tribe-inactive,
  #main #tribe-events .tribe-events-button:hover,
  #main .tribe-events-button:hover,
  #main .tribe-events-button.tribe-active:hover {
    background-color: #a93545; }
  #main .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
    background-color: #428b7d; }
    @media only screen and (max-width: 777px) {
      #main .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
        margin-top: 0 !important;
        padding: 6px 0 !important;
        height: 100%; } }
  #main .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] > a {
    background: transparent !important; }
  #main #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 14px;
    padding: 6px;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    #main #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
      color: #505050; }
  #main #tribe-events-content table.tribe-events-calendar {
    font-size: 14px;
    margin-bottom: 6px; }
  #main .tribe-events-calendar th {
    letter-spacing: 0.02em;
    text-transform: none;
    color: #e2e2e2; }
  #main .tribe-events-notices {
    background: #e09209 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    height: 90px;
    line-height: 54px;
    margin: 0 0 36px;
    padding: 18px;
    text-shadow: none;
    font-weight: 900; }
    @media only screen and (max-width: 777px) {
      #main .tribe-events-notices {
        height: 54px;
        line-height: inherit; } }
  #main #tribe-events-header .tribe-events-sub-nav,
  #main #tribe-events-footer .tribe-events-sub-nav {
    background-color: grey;
    height: 180px;
    line-height: 54px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 18px;
    text-align: center; }
    @media only screen and (max-width: 1109px) {
      #main #tribe-events-header .tribe-events-sub-nav,
      #main #tribe-events-footer .tribe-events-sub-nav {
        height: 184px; } }
    @media only screen and (max-width: 777px) {
      #main #tribe-events-header .tribe-events-sub-nav,
      #main #tribe-events-footer .tribe-events-sub-nav {
        height: 151px; } }
  #main .tribe-mobile-day-heading {
    display: none; }
  #main #tribe-mobile-container .type-tribe_events {
    background: #a93545;
    padding: 18px;
    color: white; }
  #main #tribe-mobile-container .type-tribe_events a {
    color: white; }
  #main #tribe-mobile-container .type-tribe_events a:hover {
    color: #e09209; }
  #main #tribe-mobile-container .type-tribe_events h4 {
    font-family: 'Source Serif Pro', serif;
    background: #a93545; }
  #main #tribe-mobile-container .type-tribe_events .tribe-events-event-image {
    float: none;
    margin: 10px 15px 10px 0;
    width: 100%; }
  #main #tribe-mobile-container .type-tribe_events .tribe-events-read-more {
    font-weight: 900;
    margin-top: 8px; }

/* Typography */
html {
  font-size: 62.5%;
  color: #505050; }

body {
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #e2e2e2;
  font-family: 'Source Sans Pro', sans-serif;
  word-wrap: break-word; }
  @media only screen and (max-width: 777px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

/* general layout */
html {
  box-sizing: border-box; }

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

/* main */
#main {
  padding-top: 102px; }
  @media only screen and (max-width: 1109px) {
    #main {
      padding-top: 114px; } }
  @media only screen and (max-width: 777px) {
    #main {
      padding-top: 102px !important; } }

/* content pages */
#page {
  background: #fff;
  margin-left: 6px;
  float: left;
  box-sizing: border-box;
  width: 738px;
  min-height: 738px;
  position: relative; }
  #page:first-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 1109px) {
    #page {
      width: 564px;
      min-height: 754px; } }
  @media only screen and (max-width: 777px) {
    #page {
      width: 308px;
      min-height: 308px;
      float: none;
      height: auto !important; } }

/* home posts */
/* top section */
#home-top .cta-panel {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; }
  #home-top .cta-panel > a {
    display: block;
    padding: 18px;
    height: 100%;
    text-decoration: none;
    transition: background-color ease 0.3s;
    color: #fff; }
    #home-top .cta-panel > a:hover {
      background-color: rgba(0, 0, 0, 0.25);
      color: #fff; }
    #home-top .cta-panel > a h1 {
      font-family: 'Source Serif Pro', serif;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 777px) {
        #home-top .cta-panel > a h1 {
          font-size: 25px;
          font-size: 2.5rem; } }
  #home-top .cta-panel .excerpt {
    padding-top: 1em; }

/* home-intro */
#home-intro-events {
  position: relative;
  width: 100%;
  margin-top: 6px; }

#home-intro-holder {
  margin-bottom: 6px;
  float: left; }
  @media only screen and (max-width: 1109px) {
    #home-intro-holder {
      float: none; } }

#home-intro {
  width: 552px;
  height: 366px;
  color: white;
  background-size: 100% auto; }
  @media only screen and (max-width: 1109px) {
    #home-intro {
      width: 754px;
      height: auto; } }
  @media only screen and (max-width: 777px) {
    #home-intro {
      width: 308px; } }
  #home-intro h1 {
    font-family: 'Source Serif Pro', serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1em; }
    @media only screen and (max-width: 1109px) {
      #home-intro h1 {
        font-size: 25px;
        font-size: 2.5rem; } }
  #home-intro .inner {
    position: relative;
    padding: 18px;
    height: 366px; }
    @media only screen and (max-width: 1109px) {
      #home-intro .inner {
        height: auto; } }
  #home-intro p {
    position: absolute;
    bottom: 18px;
    left: 18px;
    line-height: 1.2em;
    width: 95%; }
    @media only screen and (max-width: 1109px) {
      #home-intro p {
        position: static;
        margin-top: 2em; } }
    #home-intro p .cta {
      margin-top: 1em; }

#home-about-us {
  margin: 6px 0 0 0;
  display: none;
  clear: both; }
  #home-about-us article {
    padding: 18px;
    color: white;
    margin: 0 6px 6px 0;
    width: 552px;
    height: 366px; }
    @media only screen and (max-width: 1109px) {
      #home-about-us article {
        float: none;
        width: 100%;
        height: 366px; } }
    @media only screen and (max-width: 777px) {
      #home-about-us article {
        height: auto; } }
    #home-about-us article:nth-child(2n) {
      margin-right: 0; }
    #home-about-us article.bg-grey, #home-about-us article.bg-yellow {
      color: #505050; }
    #home-about-us article .editor {
      position: relative; }
      #home-about-us article .editor p {
        line-height: 1.3em; }

/* home events */
#home-events {
  width: 552px;
  position: absolute !important;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 1109px) {
    #home-events {
      width: 754px;
      height: auto;
      position: relative !important; } }
  @media only screen and (max-width: 777px) {
    #home-events {
      width: 308px; } }

/* home services */
#home-services {
  margin: 6px 0 0;
  clear: both; }
  #home-services article {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    width: 552px;
    margin-bottom: 6px;
    /*
    		&:hover img {
    			height:56px;
    		}
    */ }
    #home-services article:first-of-type {
      margin-left: 0; }
    #home-services article.bg-red {
      margin-left: 0; }
    #home-services article a {
      height: 180px;
      display: block;
      padding: 18px;
      text-decoration: none;
      text-align: center;
      color: white;
      transition: background-color ease 0.3s; }
      #home-services article a:hover {
        background: rgba(0, 0, 0, 0.25); }
      @media only screen and (max-width: 1109px) {
        #home-services article a {
          height: 184px; } }
      @media only screen and (max-width: 777px) {
        #home-services article a {
          height: auto; } }
    #home-services article h2 {
      font-family: 'Source Serif Pro', serif;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      margin: 0.3em 1em; }
      @media only screen and (max-width: 777px) {
        #home-services article h2 {
          font-size: 25px;
          font-size: 2.5rem; } }
    #home-services article img {
      width: 50px;
      height: auto;
      transition: all ease 0.2s; }
    @media only screen and (max-width: 777px) {
      #home-services article p br {
        display: none; } }
    @media only screen and (max-width: 1109px) {
      #home-services article {
        width: 374px; } }
    @media only screen and (max-width: 777px) {
      #home-services article {
        width: 308px;
        float: none;
        margin-left: 0; } }

/* hot-topics */
#hot-topics {
  margin-bottom: 6px; }
  @media only screen and (max-width: 777px) {
    #hot-topics {
      margin-bottom: 0; } }
  #hot-topics article {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    width: 180px;
    background: #c2c2c3; }
    #hot-topics article:first-of-type {
      margin-left: 0; }
    #hot-topics article a {
      /*height:$col1;*/
      display: block;
      padding: 36px 0 0;
      text-decoration: none;
      text-align: center;
      color: #505050;
      position: relative;
      transition: background-color ease 0.3s; }
      #hot-topics article a:hover {
        background: rgba(255, 255, 255, 0.25); }
    #hot-topics article h2 {
      font-family: 'Source Serif Pro', serif;
      font-size: 17.5px;
      font-size: 1.75rem;
      font-weight: 400;
      margin-bottom: 0.3em;
      position: absolute;
      top: 120px;
      width: 100%;
      padding: 0 6px;
      text-align: center; }
      @media only screen and (max-width: 777px) {
        #hot-topics article h2 {
          font-size: 15px;
          font-size: 1.5rem;
          top: 105px; } }
    #hot-topics article img {
      height: 50px;
      width: auto;
      transition: all ease 0.2s; }
      #hot-topics article img.hot-iot {
        height: 64px; }
    #hot-topics article:hover img {
      height: 56px; }
    @media only screen and (max-width: 1109px) {
      #hot-topics article {
        width: 184px;
        margin-bottom: 6px; }
        #hot-topics article:nth-child(5n), #hot-topics article:nth-child(6n) {
          width: 374px;
          margin-bottom: 0; }
        #hot-topics article:nth-child(5n) {
          margin-left: 0; } }
    @media only screen and (max-width: 777px) {
      #hot-topics article {
        width: 151px; }
        #hot-topics article:nth-child(5n), #hot-topics article:nth-child(6n) {
          width: 151px; }
        #hot-topics article:nth-child(3n) {
          margin-left: 0 !important; }
        #hot-topics article:nth-child(6n) {
          margin-left: 6px !important; } }
  #hot-topics.footer-row {
    margin: 0 0 6px 0; }
    #hot-topics.footer-row h2 {
      font-size: 16px;
      font-size: 1.6rem; }
    #hot-topics.footer-row img {
      opacity: 0.75;
      height: 42px; }
    #hot-topics.footer-row a {
      color: #67676a;
      padding-top: 60px; }
      #hot-topics.footer-row a:hover img {
        height: 48px; }
    @media only screen and (max-width: 1109px) {
      #hot-topics.footer-row {
        display: none; } }
    @media only screen and (max-width: 777px) {
      #hot-topics.footer-row {
        display: none; } }

/* home middle */
#home-middle {
  padding-bottom: 6px; }
  #home-middle article {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    height: 366px;
    width: 366px;
    color: #fff;
    padding: 18px;
    position: relative;
    overflow: hidden; }
    #home-middle article:first-of-type {
      margin-left: 0; }
    #home-middle article#home-mailchimp {
      height: 180px; }
      @media only screen and (max-width: 1109px) {
        #home-middle article#home-mailchimp {
          height: 184px; } }
      @media only screen and (max-width: 777px) {
        #home-middle article#home-mailchimp {
          height: auto; } }
    #home-middle article#home-inthepress {
      height: 180px; }
      @media only screen and (max-width: 1109px) {
        #home-middle article#home-inthepress {
          height: 184px; } }
      @media only screen and (max-width: 777px) {
        #home-middle article#home-inthepress {
          height: 151px; } }
      #home-middle article#home-inthepress a {
        text-decoration: none; }
        #home-middle article#home-inthepress a h2 {
          font-size: 17.5px;
          font-size: 1.75rem; }
    #home-middle article h2 {
      font-family: 'Source Serif Pro', serif;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      margin: 0.3em 0;
      position: relative; }
      @media only screen and (max-width: 777px) {
        #home-middle article h2 {
          font-size: 25px;
          font-size: 2.5rem; } }
    #home-middle article .bg-pic {
      width: 100%;
      height: auto;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.75;
      transition: all ease 0.6s; }
    #home-middle article:hover img {
      width: 120%;
      top: -10%;
      left: -10%;
      bottom: -10%;
      right: -10%;
      opacity: 0.5; }
    #home-middle article .cta {
      position: absolute;
      bottom: 18px;
      left: 18px; }
    @media only screen and (max-width: 1109px) {
      #home-middle article {
        width: 374px;
        height: 374px; } }
    @media only screen and (max-width: 777px) {
      #home-middle article {
        width: 308px;
        height: 308px;
        float: none;
        margin-left: 0;
        margin-top: 6px; } }

/* home team */
#home-team {
  background-color: #000; }
  #home-team .block-text {
    position: absolute;
    width: 100%;
    padding: 18px;
    left: 0;
    bottom: 0; }
    #home-team .block-text p {
      padding-bottom: 1em;
      line-height: 1.2em; }
    #home-team .block-text .cta {
      position: static;
      display: block; }

/* home-twitter */
#home-twitter {
  position: relative;
  background-color: #67676a; }
  #home-twitter #home-twitter-panel {
    position: relative; }
  #home-twitter h2 {
    background-image: url(images/ic-twitter.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px auto;
    padding: 0 0 0 36px;
    margin-bottom: 40px !important; }
    #home-twitter h2 a {
      color: #fff;
      text-decoration: none; }
    @media only screen and (max-width: 777px) {
      #home-twitter h2 {
        background-size: 30px auto; } }
  #home-twitter .norotatingtweets,
  #home-twitter .rotatingtweets {
    margin: 1em 0 0 0;
    position: relative;
    height: 200px !important; }
    #home-twitter .norotatingtweets .cycle-sentinel,
    #home-twitter .rotatingtweets .cycle-sentinel {
      display: none; }
    #home-twitter .norotatingtweets .cycle-carousel-wrap,
    #home-twitter .rotatingtweets .cycle-carousel-wrap {
      top: 0; }
    #home-twitter .norotatingtweets .rotatingtweet,
    #home-twitter .rotatingtweets .rotatingtweet {
      border: none;
      min-height: 100px; }
    #home-twitter .norotatingtweets .rtw_main,
    #home-twitter .rotatingtweets .rtw_main {
      line-height: 1.2em;
      margin-bottom: 1.2em; }
      #home-twitter .norotatingtweets .rtw_main a,
      #home-twitter .rotatingtweets .rtw_main a {
        text-decoration: none;
        font-weight: 700;
        color: #fff; }
        #home-twitter .norotatingtweets .rtw_main a:hover,
        #home-twitter .rotatingtweets .rtw_main a:hover {
          text-decoration: underline;
          color: #fff; }
    #home-twitter .norotatingtweets .rtw_meta,
    #home-twitter .rotatingtweets .rtw_meta {
      color: transparent;
      padding: 1em 0 0 0;
      display: none; }
      #home-twitter .norotatingtweets .rtw_meta a,
      #home-twitter .rotatingtweets .rtw_meta a {
        display: none;
        text-decoration: none; }
        #home-twitter .norotatingtweets .rtw_meta a:first-of-type,
        #home-twitter .rotatingtweets .rtw_meta a:first-of-type {
          display: inline; }

/* home in the press */
#home-inthepress {
  background-color: #000; }
  @media only screen and (max-width: 1109px) {
    #home-inthepress {
      margin: 6px 0 0; } }

#home-inthepress .meta {
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: .6em;
  position: relative;
  color: rgba(255, 255, 255, 0.75); }

/* home mailchimp */
#home-middle #home-mailchimp {
  background-color: #428b7d;
  margin-bottom: 6px; }
  #home-middle #home-mailchimp h2 {
    background-color: #428b7d;
    background-image: url("images/ic-newsletter.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    padding: 0 0 0 55px;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 40px;
    height: 40px; }
    @media only screen and (max-width: 777px) {
      #home-middle #home-mailchimp h2 {
        background-size: auto 30px;
        padding-left: 45px;
        line-height: inherit; } }
  #home-middle #home-mailchimp .mc4wp-form label {
    display: none; }
  #home-middle #home-mailchimp .mc4wp-form input[type="email"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #505050;
    border: none;
    background: white;
    padding-left: 5px;
    margin-bottom: 6px; }
  #home-middle #home-mailchimp .mc4wp-form input[type="submit"],
  #home-middle #home-mailchimp .mc4wp-form button,
  #home-middle #home-mailchimp .mc4wp-form input[type="button"] {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border-radius: 0;
    width: 180px;
    height: 34px;
    line-height: 32px;
    padding: 0 30px;
    border: none;
    font-family: "Source sans pro", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 900; }
    #home-middle #home-mailchimp .mc4wp-form input[type="submit"]:hover,
    #home-middle #home-mailchimp .mc4wp-form button:hover,
    #home-middle #home-mailchimp .mc4wp-form input[type="button"]:hover {
      background-color: #871727; }
  #home-middle #home-mailchimp .mc4wp-form-basic .mc4wp-success,
  #home-middle #home-mailchimp .mc4wp-form-theme .mc4wp-success {
    color: white; }
  @media only screen and (max-width: 1109px) {
    #home-middle #home-mailchimp {
      margin: 6px 0 0; } }

/* home videos */
#home-videos {
  width: 738px;
  margin-bottom: 6px; }
  @media only screen and (max-width: 1109px) {
    #home-videos {
      width: 754px; } }
  @media only screen and (max-width: 777px) {
    #home-videos {
      width: 308px; } }

/* home promo square */
.promo {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white; }
  .promo h2 {
    font-family: 'Source Serif Pro', serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0.3em 0;
    position: relative; }
  .promo .cta {
    position: absolute;
    bottom: 18px;
    left: 18px; }
  .promo .block-bg {
    background-size: contain; }

/* general content page */
#page .editor {
  padding: 36px 40px;
  font-weight: 300; }
  @media only screen and (max-width: 777px) {
    #page .editor {
      padding: 18px; } }

/* text editor */
#page .intro {
  height: 180px;
  background: #871727;
  color: white;
  padding: 30px 18px 18px 40px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1109px) {
    #page .intro {
      height: 184px;
      padding: 18px; } }
  @media only screen and (max-width: 777px) {
    #page .intro {
      height: 151px; }
      #page .intro p {
        line-height: 1.2em; } }
  #page .intro #page-heading {
    width: 100%;
    margin: 0;
    font-size: 38px;
    font-size: 3.8rem;
    position: relative; }
    @media only screen and (max-width: 777px) {
      #page .intro #page-heading {
        font-size: 25px;
        font-size: 2.5rem; } }
  #page .intro.intro-pic {
    background: black; }
    #page .intro.intro-pic img.wp-post-image {
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
      position: absolute;
      opacity: .5; }
      @media only screen and (max-width: 777px) {
        #page .intro.intro-pic img.wp-post-image {
          top: -23px; } }

#page.single-post .intro {
  background: #67676a;
  padding: 0; }
  @media only screen and (max-width: 777px) {
    #page.single-post .intro {
      height: auto; } }
  #page.single-post .intro.intro-pic {
    background: black; }
  #page.single-post .intro .heading-panel {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    width: 552px;
    padding: 30px 18px 0 40px;
    position: relative; }
    #page.single-post .intro .heading-panel:first-of-type {
      margin-left: 0; }
    @media only screen and (max-width: 1109px) {
      #page.single-post .intro .heading-panel {
        width: 374px;
        padding: 30px 18px 0 18px; } }
    @media only screen and (max-width: 777px) {
      #page.single-post .intro .heading-panel {
        width: 308px;
        height: 151px;
        float: none; } }
    #page.single-post .intro .heading-panel .category-label {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 900;
      text-transform: uppercase;
      padding-bottom: .6em;
      opacity: 0.75; }
      #page.single-post .intro .heading-panel .category-label a {
        text-decoration: none; }
    #page.single-post .intro .heading-panel .page-heading {
      position: static;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.1em;
      font-family: 'Source Serif Pro', serif; }
      @media only screen and (max-width: 1109px) {
        #page.single-post .intro .heading-panel .page-heading {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media only screen and (max-width: 777px) {
        #page.single-post .intro .heading-panel .page-heading {
          font-size: 20px;
          font-size: 2rem; } }
  #page.single-post .intro .meta {
    margin-left: 6px;
    float: left;
    box-sizing: border-box;
    box-sizing: content-box;
    border-left: 6px solid #e2e2e2;
    width: 180px;
    height: 180px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #67676a; }
    #page.single-post .intro .meta:first-of-type {
      margin-left: 0; }
    @media only screen and (max-width: 1109px) {
      #page.single-post .intro .meta {
        width: 184px;
        height: 184px; } }
    @media only screen and (max-width: 777px) {
      #page.single-post .intro .meta {
        position: static;
        width: 308px;
        height: 75px;
        border-top: 6px solid #e2e2e2;
        border-left: 0; } }
    #page.single-post .intro .meta div {
      padding: 30px 18px 0 18px; }
      @media only screen and (max-width: 777px) {
        #page.single-post .intro .meta div {
          padding: 18px; } }
    #page.single-post .intro .meta .bg-pic {
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
      opacity: 0.65; }
    #page.single-post .intro .meta span {
      display: block;
      margin-top: 6px;
      font-weight: 300;
      position: relative;
      font-weight: 900; }
      #page.single-post .intro .meta span:first-child {
        margin-top: 0; }
    #page.single-post .intro .meta .cta {
      display: block;
      margin-top: 6px;
      font-weight: 300;
      position: absolute;
      bottom: 18px;
      left: 18px;
      font-weight: 900; }

#page .intro + .editor {
  border-top: 6px solid #e2e2e2; }

.editor h1,
#page-heading {
  font-size: 32px;
  padding: 0 0 1em 0;
  line-height: 1.3em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 300; }

.editor h2,
.heading2 {
  font-size: 24px;
  padding: 1em 0;
  line-height: 1.3em;
  font-family: 'Source Serif Pro', serif; }
  .editor h2:first-child,
  .heading2:first-child {
    padding-top: 0; }
  .editor h2 a,
  .heading2 a {
    text-decoration: none; }
    .editor h2 a:hover,
    .heading2 a:hover {
      text-decoration: underline; }

.editor h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 1em 0 0.75em;
  line-height: 1.2em;
  font-family: 'Source Serif Pro', serif; }
.editor h4 {
  font-size: 20px;
  padding: 1em 0 0.75em;
  line-height: 1.2em;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif; }
.editor h2 + h3 {
  padding-top: 0; }
.editor p {
  line-height: 1.45em;
  margin: 0 0 1.25em 0; }
.editor strong {
  font-weight: bold; }
.editor ul {
  list-style-type: disc;
  margin: 0 0 1.25em 1.5em; }
.editor ol {
  list-style-type: decimal;
  margin: 0 0 1.25em 1.5em; }
.editor li {
  margin: 0 0 0.75em;
  line-height: 1.45em; }
.editor a {
  color: #a93545;
  text-decoration: underline; }
.editor a:hover {
  color: #871727; }
.editor small {
  font-size: 80%; }
.editor strong {
  font-weight: 600; }
.editor em {
  font-style: italic; }
.editor .alignleft {
  float: left;
  margin: 0 20px 20px 0; }
.editor .alignright {
  float: right;
  margin: 0 0 20px 20px; }
.editor img {
  max-width: 100%;
  height: auto; }
.editor img.size-large {
  width: 100%;
  height: auto; }
.editor img.size-thumbnail {
  width: 138px;
  height: auto; }
.editor .caption {
  width: auto !important; }
.editor table {
  border: 1px solid #dcdcdd; }
.editor table th {
  border: 1px solid #dcdcdd;
  padding: 10px 5px;
  color: #00a0af;
  font-size: 16px;
  vertical-align: top; }
.editor table td {
  border: 1px solid #dcdcdd;
  padding: 5px;
  vertical-align: top; }
.editor pre, .editor code {
  font-family: 'Source Code Pro', monospace;
  line-height: 1.3em;
  margin-bottom: 1.25em;
  background: #e2e2e2;
  padding: 10px;
  border: 1px solid #c2c2c3;
  white-space: pre-wrap; }
.editor p code,
.editor li code {
  background: none;
  padding: 0; }
.editor .codebox {
  font-family: 'Source Code Pro', monospace;
  line-height: 1.3em;
  margin-bottom: 1.25em;
  background: #e2e2e2;
  padding: 10px;
  border: 1px solid #c2c2c3;
  display: block; }

/* cms image sizes */
.img-thumbnail {
  width: 138px;
  height: auto; }
  @media only screen and (max-width: 1109px) {
    .img-thumbnail {
      width: 100px; } }
  @media only screen and (max-width: 777px) {
    .img-thumbnail {
      width: 66px; } }

.img-small {
  width: 222px;
  height: auto; }
  @media only screen and (max-width: 1109px) {
    .img-small {
      width: 212px; } }
  @media only screen and (max-width: 777px) {
    .img-small {
      width: 105px; } }

.img-medium {
  width: 276px;
  height: auto; }
  @media only screen and (max-width: 1109px) {
    .img-medium {
      width: 324px; } }
  @media only screen and (max-width: 777px) {
    .img-medium {
      width: 144px; } }

.img-large {
  width: 100%;
  height: auto; }

/* consultants */
#page.consultants {
  background-color: transparent; }
  #page.consultants .intro h1 {
    position: static;
    margin: -6px 0 0;
    padding: 0; }
  #page.consultants .intro .editor {
    background: transparent;
    padding: 0; }

#consultants-list .grid-item {
  width: 366px;
  height: 366px;
  color: #fff;
  position: relative;
  background-color: #000;
  margin-top: 6px; }
  @media only screen and (max-width: 1109px) {
    #consultants-list .grid-item {
      width: 564px;
      height: 374px; }
      #consultants-list .grid-item:last-child {
        margin-bottom: 6px; } }
  @media only screen and (max-width: 777px) {
    #consultants-list .grid-item {
      width: 308px;
      height: 308px; }
      #consultants-list .grid-item:last-child {
        margin-bottom: 6px; } }
  #consultants-list .grid-item:nth-child(2n+0) {
    margin-left: 6px; }
    @media only screen and (max-width: 1109px) {
      #consultants-list .grid-item:nth-child(2n+0) {
        margin-left: 0; } }
  #consultants-list .grid-item .bg-pic {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1109px) {
      #consultants-list .grid-item .bg-pic {
        height: auto;
        top: -10%; } }
    @media only screen and (max-width: 777px) {
      #consultants-list .grid-item .bg-pic {
        top: 0; } }
  #consultants-list .grid-item h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    position: relative; }
  #consultants-list .grid-item .skills {
    margin: 0 0 1em 0;
    font-weight: 900;
    font-size: 17px;
    font-size: 1.7rem;
    position: relative; }
  #consultants-list .grid-item .block-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px; }
  #consultants-list .grid-item .editor {
    font-weight: 200;
    padding: 0; }
  #consultants-list .grid-item span.cta {
    height: auto;
    padding: 0; }
  #consultants-list .grid-item a:hover .bg-pic {
    opacity: 0.6; }

.consultant-single #page.single-post .intro {
  background: #a93545;
  padding: 0; }

/* blog pages */
#page.archive-page {
  background: none;
  width: 100%; }

#blog-list .grid-item.intro {
  background: #67676a;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 12px 18px 18px; }
  #blog-list .grid-item.intro .section-heading {
    font-family: "Source Serif Pro",serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0.3em 0;
    position: relative; }
  #blog-list .grid-item.intro .page-heading {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-size: 3.5rem; }

.navigation {
  height: 90px;
  background: #67676a;
  margin: 6px 0;
  padding: 18px; }
  @media only screen and (max-width: 777px) {
    .navigation {
      height: auto;
      padding-bottom: 0; } }

.wp-paginate {
  padding: 8px 0 0;
  margin: 0; }
  @media only screen and (max-width: 777px) {
    .wp-paginate {
      padding: 0; } }
  .wp-paginate li {
    display: inline-block;
    list-style: none; }
    @media only screen and (max-width: 777px) {
      .wp-paginate li {
        margin: 0 0 18px; } }
  .wp-paginate a, .wp-paginate span {
    background: #c2c2c3;
    color: #67676a;
    margin-right: 18px;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none; }
    .wp-paginate a:hover, .wp-paginate a:active, .wp-paginate span:hover, .wp-paginate span:active {
      background: #e2e2e2; }
  .wp-paginate .gap {
    color: #67676a; }
  .wp-paginate .current {
    color: #fff;
    background: #a93545; }
  .wp-paginate #page {
    width: 36px;
    float: none;
    min-height: inherit; }

/* how to videos */
#page.how-to-videos {
  background-color: transparent; }

#video-list {
  margin-top: 6px; }
  #video-list .grid-item.row2 .excerpt {
    display: block !important; }

@media only screen and (max-width: 777px) {
  .hack-demo-video .meta {
    display: none; } }

.youtube-embed {
  padding: 6px 0;
  background: #e2e2e2; }

.youtube-embed iframe {
  width: 100%;
  height: 415px;
  display: block; }
  @media only screen and (max-width: 1109px) {
    .youtube-embed iframe {
      height: 317px; } }
  @media only screen and (max-width: 777px) {
    .youtube-embed iframe {
      height: 173px; } }

/* newsletter form */
.editor .mc4wp-form label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #808084;
  margin: 0; }
.editor .mc4wp-form input[type="text"],
.editor .mc4wp-form input[type="email"],
.editor .mc4wp-form input[type="tel"],
.editor .mc4wp-form input[type="url"],
.editor .mc4wp-form input[type="date"],
.editor .mc4wp-form textarea,
.editor .mc4wp-form select {
  width: 75%;
  height: 36px;
  line-height: 36px;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #505050; }
.editor .mc4wp-form input[type="submit"],
.editor .mc4wp-form button,
.editor .mc4wp-form input[type="button"] {
  cursor: pointer;
  display: inline-block;
  background-color: #a93545;
  color: white;
  border-radius: 0;
  width: 180px;
  height: 36px;
  line-height: 34px;
  padding: 0 30px;
  border: none;
  font-family: "Source sans pro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 900; }
  .editor .mc4wp-form input[type="submit"]:hover,
  .editor .mc4wp-form button:hover,
  .editor .mc4wp-form input[type="button"]:hover {
    background-color: #871727; }

/* in the news */
#page.in-the-news {
  background-color: transparent; }
  #page.in-the-news .intro h1 {
    position: static;
    margin: -6px 0 0;
    padding: 0; }
  #page.in-the-news .intro .editor {
    background: transparent;
    padding: 0; }

#in-the-news-list {
  margin-top: 6px; }

/* contact form */
#page.contact-page {
  height: 1000px; }
  @media only screen and (max-width: 1109px) {
    #page.contact-page {
      height: auto !important; } }

.google-map {
  bottom: 0;
  height: 454px;
  left: 0;
  position: absolute;
  width: 100%;
  border-top: 6px solid #e2e2e2;
  border-bottom: 6px solid #e2e2e2;
  box-sizing: content-box; }
  @media only screen and (max-width: 1109px) {
    .google-map {
      position: relative;
      margin-bottom: 623px; } }
  @media only screen and (max-width: 777px) {
    .google-map {
      margin-bottom: 0; } }
  .google-map .wpgmp_map {
    height: 454px !important; }

/* search results page */
#page.search-page {
  width: 100%; }

#empty-search-message {
  padding: 18px; }
  #empty-search-message p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em; }

/* 404 */
#page.page-404 {
  background-color: transparent; }
  #page.page-404 .intro h1 {
    position: static;
    margin: -6px 0 0;
    padding: 0; }
  #page.page-404 .intro .editor {
    background: transparent;
    padding: 0; }
    #page.page-404 .intro .editor a {
      color: white; }

#message-404 {
  margin-top: 6px;
  width: 100%;
  position: relative; }
  #message-404 .grid-item {
    text-align: center;
    line-height: 180px;
    font-family: 'Source Serif Pro', serif;
    color: white; }
    #message-404 .grid-item.number-404 {
      font-size: 120px; }
    #message-404 .grid-item.error-404 {
      font-size: 48px; }
    @media only screen and (max-width: 1109px) {
      #message-404 .grid-item {
        line-height: 184px; } }
    @media only screen and (max-width: 777px) {
      #message-404 .grid-item {
        line-height: 151px; } }

