@font-face {
  font-family: 'allerbold';
  src: url('../fonts/aller_std_bd-webfont.eot');
  src: url('../fonts/aller_std_bd-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_bd-webfont.woff') format('woff'), url('../fonts/aller_std_bd-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerbold_italic';
  src: url('../fonts/aller_std_bdit-webfont.eot');
  src: url('../fonts/aller_std_bdit-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_bdit-webfont.woff') format('woff'), url('../fonts/aller_std_bdit-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alleritalic';
  src: url('../fonts/aller_std_it-webfont.eot');
  src: url('../fonts/aller_std_it-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_it-webfont.woff') format('woff'), url('../fonts/aller_std_it-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_lightregular';
  src: url('../fonts/aller_std_lt-webfont.eot');
  src: url('../fonts/aller_std_lt-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_lt-webfont.woff') format('woff'), url('../fonts/aller_std_lt-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_lightitalic';
  src: url('../fonts/aller_std_ltit-webfont.eot');
  src: url('../fonts/aller_std_ltit-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_ltit-webfont.woff') format('woff'), url('../fonts/aller_std_ltit-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerregular';
  src: url('../fonts/aller_std_rg-webfont.eot');
  src: url('../fonts/aller_std_rg-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/aller_std_rg-webfont.woff') format('woff'), url('../fonts/aller_std_rg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_displayregular';
  src: url('../fonts/allerdisplay_std_rg-webfont.eot');
  src: url('../fonts/allerdisplay_std_rg-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/allerdisplay_std_rg-webfont.woff') format('woff'), url('../fonts/allerdisplay_std_rg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #262626;
  height: 100%;
}
body {
  background: #fff;
  color: #4e4e4e;
  font-size: 17px;
  font-weight: 300;
}
p {
  margin: 0 0 40px;
}
img {
  height: auto;
  max-width: 100%;
}
h1, .h1 {
  font-family: 'aller_lightregular', sans-serif;
  font-weight: normal;
}
h2, .h2 {
  font-family: 'aller_lightregular', sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 40px;
}
h3, .h3 {
  font-family: 'aller_lightregular', sans-serif;
  font-size: 20px;
  font-weight: normal;
}
h1, .h1, h2, .h2, h3, .h3 {
  line-height: 1.3em;
}
a, a:focus, a:active {
  color: #752525;
  text-decoration: underline;
}
a:hover {
  color: #752525;
  text-decoration: none;
}

/*th									{ background:#9e9e9e; color:#fff; font-family: 'aller_lightregular', sans-serif; font-weight: normal; text-align: center;}
*/

hr {
  border-color: #ddd;
}
ul, ol {
  margin-bottom: 40px;
}
pre {
  max-height: 400px;
}
.white-bg {
  background: #fff;
}
.relative {
  position: relative;
}
.bordered {
  border: 1px solid #dfdfdf;
}
.rounded {
  border-radius: 5px;
}
.row {
  padding: 100px 0;
}
.short-margin {
  margin-bottom: 20px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.margin-right {
  margin-right: 40px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.half-padding {
  padding: 50px 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.padded {
  padding: 30px;
}
.margin-sm {
  margin-bottom: 40px;
}
.center-xs {
  text-align: center;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.margin-short-s {
  margin-bottom: 20px;
}
.btn {
  font-family: 'aller_lightregular', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-primary, .btn-primary:focus, .btn-primary:active {
  background: #4a4a4a;
  border: 0;
}
.btn-primary:hover {
  background: #333;
}
.btn-white {
  background: #fff;
  border: 0;
  color: #333 !important;
}
.btn-white:hover {
  background: #eee;
  color: #333;
}
.btn-small {
  font-size: 16px !important;
  padding: 10px 20px !important;
}
.btn-ghost {
  background: none;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
}
.btn-ghost:hover {
  background: #333;
  color: #fff;
}
.text-centered {
  text-align: center;
}
.no-underline {
  text-decoration: none !important;
}
.red {
  color: #bd2c38;
}
.white {
  color: #fff;
}
.grey-title-bg {
  background: #ececec;
  padding: 50px 0;
}
.grey-title-bg h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}
.grey-light-bg {
  background: #f8f8f8;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#dynamic-to-top {
  opacity: .7;
}
figure {
  margin: 0 10px;
}
.thumbnail .caption {
  color: #666666;
  font-size: 0.85em;
  padding: 10px 10px 6px;
}
#nav-hero-wrap {
  background: #bd2c38 url(../img/hero-bg-2.gif) top right no-repeat;
  background-attachment: fixed;
}
nav.navbar {
  background: none;
  border: 0;
  font-family: 'aller_lightregular', sans-serif;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 99;
}
nav.navbar .navbar-brand {
  background-image: none, url('../img/50onred-logo.svg');
  background-repeat: no-repeat;
  background-size: 137px 36px;
  display: inline-block;
  float: none;
  height: 36px;
  margin: 7px 33px 0 -43px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 137px;
}
nav.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  padding-top: 16px;
  text-decoration: none;
}
nav.navbar .dropdown-menu {
  border: 0;
  padding: 20px 0;
}
nav.navbar.navbar-slim {
  background: #bd2c38;
  height: 51px;
  padding: 0;
}
nav.navbar .navbar-toggle, nav.navbar .navbar-toggle:focus {
  background: none;
  float: left;
}
nav.navbar .navbar-toggle:hover {
  background: #782129;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.navbar-inverse .navbar-nav > .active.dropdown.open a {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.navbar-right li:last-child {
  margin-right: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background: none;
  font-family: 'allerbold', sans-serif;
  text-decoration: none;
}
ul.mobile-login {
  margin: 0 10px;
  right: 0;
  top: 80px;
}
#my-menu {
  display: none;
}
#my-menu .mm-list {
  color: #fff;
}
#my-menu li.mmdlabel {
  color: #bbb;
  background: #555;
  font-size: 12px;
  font-family: 'aller_lightregular', sans-serif;
  font-weight: normal;
  padding: 5px 0 5px 20px;
  text-transform: uppercase;
}
.mm-menu .mm-list > li.mmdlabel:after {
  border-bottom-color: #555;
}
.mm-page {
  background: #fff;
}
#hero .container {
  position: relative;
  text-align: center;
}
#hero .container h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: 'aller_lightregular', sans-serif;
  font-weight: normal;
  padding: 100px 0;
  position: relative;
  text-transform: uppercase;
  top: 35%;
}
#hero .container h2 strong {
  font-family: 'allerregular', sans-serif;
}
#hero .home-infographic {
  padding: 50px 0;
}
#hero .home-infographic h2 {
  margin: 0;
  position: relative;
}
video.office-video {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: .2;
}
img.home-topplacetowork {
  padding-top: 0;
}
table#home-eventlist {
  width: 80%;
}
table#home-eventlist .glyphicon {
  color: #222;
  font-size: 55px;
}
table#home-eventlist h3 {
  margin: 0;
}
table#home-eventlist td {
  font-size: 14px;
  padding: 15px 5px;
}
table#home-eventlist td p {
  margin: 0;
}
.content {
  background: #fff;
}
.rtx-int-traffic {
  position: relative;
  text-align: right;
}
.rtx-int-traffic span {
  position: absolute;
  top: 10px;
  left: 35px;
  text-align: left;
  width: 430px;
}
.headline-middle {
  font-family: 'allerregular', sans-serif;
  font-size: 23px;
  padding: 40px 0;
  text-align: center;
}
.headline-middle a.btn {
  margin-left: 30px;
}
time.updated {
  color: #878787;
  display: block;
  font-size: 14px;
}
.pager li > a, .pager li > span, .pager .previous > a, .pager .previous > span, .pager .next > a, .pager .next > span {
  border: 0;
  float: none;
}
.pager li > a:hover, .pager li > span:hover {
  background: none;
}

/* Blog */

input.search-submit {
  background: none;
  border: 0;
  color: #752525;
  position: absolute;
  right: 15px;
  top: 10px;
}
article.post {
  padding: 50px 0;
}
body.blog img.post-feature {
  width: 100%;
}
.category-tag {
  background: #bb2331;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  right: 0;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
}
.blog-category-img {
  max-width: 300px;
}
.post:first-child {
  padding-top: 0;
}
.post-footer {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #9e9e9e;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: right;
}
.timespan p {
  display: inline;
}
.entry-summary h2 {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin: 0;
}
.entry-content .ssba {
  padding: 20px 0;
}
.entry-content .ssba img {
  margin: 0 5px;
}
.entry-content li {
  margin: 0 0 20px;
}
.entry-content blockquote {
  border-left: 3px solid #eee;
  color: #bd2c38;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 40px;
  padding: 20px;
}
ul.entry-tags {
  display: inline;
  text-align: right;
}
ul.entry-tags li {
  display: inline-block;
}
ul.entry-tags li a {
  color: #9e9e9e;
  margin-left: 15px;
}
.comment-count {
  float: left;
}
ul.thumbnails.gallery {
  list-style: none;
  padding: 0;
}
ul.thumbnails.gallery li {
  display: inline-block;
  margin-right: 20px;
}
body.page .rt-reading-time {
  display: none;
}
.sidebar {
  font-size: .8em;
}
.sidebar h3 {
  padding: 20px;
}
.sidebar ul.recent-posts {}
.sidebar ul.recent-posts li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sidebar ul.recent-posts li a img {
  height: auto;
  width: 124px;
}
.sidebar ul.recent-posts li a.link {
  margin-left: 15px;
}
.sidebar-categories {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-categories div {
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 180px;
  padding: 10px;
  text-align: center;
  width: 25%;
}
.sidebar-categories div img {
  margin-bottom: 15px;
}
.sidebar-categories div a {
  font-family: 'aller_lightregular', sans-serif;
  margin: auto;
  text-decoration: none;
}

/* Post Comments */

#comments ol li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#comments ol li.comment {
  border-bottom: 1px dotted #E5E5E5;
}
#comments ol li.comment p {
  font-size: 14px;
  margin: 0 0 0;
  padding: 2px 0 5px;
}
#comments ol li.comment li.comment {
  border-top: 1px dotted #E5E5E5;
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
#comments ol li.comment h4 {
  display: inline;
  font-size: 13px;
  margin: 0;
}
#comments ol li.comment time {
  font-size: 12px;
}
#comments a.comment-reply-link {
  background: #4a4a4a;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 8px;
}
#comments a.comment-reply-link:hover {
  text-decoration: none;
  background: #333;
}
#comments a.comment-edit-link {
  font-size: 12px;
}
#respond p.cancel-comment-reply {
  margin: 0;
}
textarea#comment {
  width: 100%;
}

/* Contact Form Styles */

form.contact-advertiser, form.contact-general, form.contact-other, form.contact-publisher, form.contact-rtx, form.contact-platform, form.contact-employment, form.contact-recruiting, form.contact-vendor, form.contact-legal {
  display: none;
}
form.wpcf7-form {
  margin: 0;
}
form.wpcf7-form .required {
  color: #ff0000;
}
form.wpcf7-form p {
  margin: 0 0 10px;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
  width: 95%;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  background: #daf0d1;
  border: 1px solid #c6e8b8;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
div.wpcf7-validation-errors {
  background: #f7f6d5;
  border: 1px solid #e8e6b8;
}
.wpcf7-not-valid-tip {
  background: #f7d5d5;
  border: 1px solid #e8bdbd;
  border-radius: 3px;
  left: 0;
  top: 0;
}
form.wpcf7-form .wpcf7-submit {
  width: 200px;
}

/* Featured|Recent Blog Posts */

.featured .f1, .featured .f2, .featured .f3 {
  background: #2b1f1f;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.featured .f1 {
  border-right: 0;
  height: 188px;
}
.featured .f2 {
  border-bottom: 0;
  border-left: 0;
  height: 188px;
}
.featured .f3 {
  border-top: 0;
  border-left: 0;
  height: 188px;
}
.featured .f3:last-child {
  border-left: 0;
}
.featured .f2 a h3 {
  font-size: 20px;
}
.featured .f3 a h3 {
  font-size: 20px;
}
.featured a.featured-hitbox {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.featured .bgimg {
  display: block;
  height: 100%;
  left: 0;
  opacity: .95;
  position: absolute;
  transition: all 1s;
  transform: scale(1.01, 1.01);
  top: 0;
  width: 100%;
  z-index: 1;
}
.featured .bgimg.on {
  opacity: .20;
  transform: scale(1.15, 1.15);
}
.featured .featured-excerpt {
  color: #fff;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 2;
}
.featured .featured-excerpt a, .featured .featured-excerpt a:hover {
  color: #fff;
  text-decoration: underline;
}
.featured .featured-excerpt h3 {
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
}
.featured .f1 .featured-excerpt h3, .featured .f2 .featured-excerpt h3, .featured .f3 .featured-excerpt h3 {
  font-size: 26px;
}
.featured .f1.home {
  background: #372224;
  margin: 0 auto 40px;
  max-width: 360px;
  min-width: 100px;
}
.featured .f1.home:first-child {
  margin: 0 auto 40px;
}
.featured .f1.home:last-child {
  margin: 0 auto;
}
.featured .f1.home .featured-excerpt p {
  display: none;
}
.featured .f1.home .featured-excerpt h3 {
  font-size: 20px;
}
.entry-content h2 {
  color: #bd2c38;
}
.entry-content .instagram-media {
  max-width: 50% !important;
  margin: 0 auto 20px !important;
}
#subfooter {
  background: #262626;
  color: #fff;
}
#subfooter a, #subfooter a:hover {
  color: #be2d3a;
}
#subfooter ul.subfooter-instagramfeed {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#subfooter ul.subfooter-instagramfeed li {
  display: inline;
  margin: 0;
}
#subfooter ul.subfooter-instagramfeed li a img {
  margin: 0;
  width: 20%;
}
#subfooter ul.subfooter-instagramfeed li a img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  transition: all .2s;
  transform: scale(1.2, 1.2);
}
#subfooter ul.subfooter-instagramfeed li a[hidden] {
  display: inline;
}
#subfooter ul.subfooter-instagramfeed h2 {
  background: #000;
  background: rgba(0, 0, 0, .8);
  font-size: 18px;
  position: absolute;
  left: 0;
  padding: 20px;
  text-transform: uppercase;
  top: 60px;
}
#subfooter ul.subfooter-instagramfeed li:nth-child(20), #subfooter ul.subfooter-instagramfeed li:nth-child(19), #subfooter ul.subfooter-instagramfeed li:nth-child(18), #subfooter ul.subfooter-instagramfeed li:nth-child(17), #subfooter ul.subfooter-instagramfeed li:nth-child(16), #subfooter ul.subfooter-instagramfeed li:nth-child(15), #subfooter ul.subfooter-instagramfeed li:nth-child(14), #subfooter ul.subfooter-instagramfeed li:nth-child(13), #subfooter ul.subfooter-instagramfeed li:nth-child(12), #subfooter ul.subfooter-instagramfeed li:nth-child(11) {
  display: none;
}
#footer {
  background: #000;
  padding: 45px 0;
  text-align: center;
}
#footer .container {
  position: relative;
}
#footer .social {
  display: block;
}
#footer a.footer-logo {
  background: url(../img/footer-logo.png) top left no-repeat;
  background: url(../img/footer-logo-low.png)\9;
  background-size: 47px;
  display: inline-block;
  height: 42px;
  margin-bottom: 10px;
  margin-right: -4px;
  width: 47px;
}
#footer a i.fa {
  color: #656565;
  font-size: 30px;
  margin-right: 15px;
}
#footer a:last-child i.fa {
  margin-right: 0;
}
#footer a:hover i.fa {
  color: #fff;
}
#footer .subnav {
  color: #747474;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
}
#footer .subnav a {
  color: #747474;
  margin-left: 10px;
  text-decoration: none;
}





/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .margin-sm {
    margin-bottom: 0;
  }
  .margin-short-sm {
    margin-bottom: 0;
  }
  .center-xs {
    text-align: inherit;
  }
  table#home-eventlist {
    width: 100%;
  }
  .featured .f1 {
    border-right: 4px solid #fff;
    height: 376px;
    margin-bottom: 0;
  }
  .featured .f2 {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    height: 188px;
    margin-bottom: 0;
  }
  .featured .f3 {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    height: 188px;
  }
  .featured .f1 .featured-excerpt h3 {
    font-size: 26px;
  }
  .featured .f1 .featured-excerpt {
    font-size: 16px;
  }
  .featured .f2 .featured-excerpt h3 {
    font-size: 16px;
  }
  .featured .f2 .featured-excerpt {
    font-size: 14px;
  }
  .featured .f3 .featured-excerpt h3 {
    font-size: 16px;
  }
  .featured .f3:last-child {
    border-left: 8px solid #fff;
  }
  .featured .f1.home {
    border-right: 0;
    height: 215px;
    margin: 0 15px;
    width: 30%;
  }
  .featured .f1.home:first-child {
    margin: 0 15px 0 0;
  }
  .featured .f1.home:last-child {
    margin: 0 0 0 15px;
  }
  body.blog img.post-feature {
    max-height: 265px;
    width: auto;
  }
  .blog-category-img {
    max-width: 100%;
  }
  #subfooter {
    text-align: left;
  }
  #subfooter ul.subfooter-instagramfeed {}
  #subfooter ul.subfooter-instagramfeed li a img {
    margin: 0;
    width: 16.666%;
  }
  #subfooter ul.subfooter-instagramfeed li:nth-child(15), #subfooter ul.subfooter-instagramfeed li:nth-child(16), #subfooter ul.subfooter-instagramfeed li:nth-child(14), #subfooter ul.subfooter-instagramfeed li:nth-child(13) {
    display: none;
  }
  #subfooter ul.subfooter-instagramfeed li:nth-child(12), #subfooter ul.subfooter-instagramfeed li:nth-child(11), #subfooter ul.subfooter-instagramfeed li:nth-child(10), #subfooter ul.subfooter-instagramfeed li:nth-child(9) {
    display: inline;
  }
  .sidebar-categories div {
    font-size: 12px;
    height: 120px;
    width: 50%;
  }
  .sidebar ul.recent-posts li a img {
    opacity: 0;
    width: 1px;
  }
  .sidebar ul.recent-posts li a.link {
    margin-left: 0;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  #nav-hero-wrap {
    background-size: 100%;
  }
  .btn {
    font-size: 18px;
    padding: 15px 30px;
  }
  .featured .f1 .featured-excerpt h3 {
    font-size: 30px;
  }
  .featured .f1 .featured-excerpt {
    font-size: 18px;
  }
  .featured .f2 .featured-excerpt h3 {
    font-size: 18px;
  }
  .featured .f2 .featured-excerpt {
    font-size: 15px;
  }
  .featured .f3 .featured-excerpt h3 {
    font-size: 20px;
  }
  .featured .f1.home {
    background: #372224;
    margin: 0 15px;
    width: 31%;
  }
  .featured .f1.home .featured-excerpt p {
    display: block;
    font-size: 14px;
  }
  #subfooter ul.subfooter-instagramfeed li a img {
    width: 12.5%;
  }
  #subfooter ul.subfooter-instagramfeed li:nth-child(16), #subfooter ul.subfooter-instagramfeed li:nth-child(15), #subfooter ul.subfooter-instagramfeed li:nth-child(14), #subfooter ul.subfooter-instagramfeed li:nth-child(13), #subfooter ul.subfooter-instagramfeed li:nth-child(12), #subfooter ul.subfooter-instagramfeed li:nth-child(11), #subfooter ul.subfooter-instagramfeed li:nth-child(10), #subfooter ul.subfooter-instagramfeed li:nth-child(9) {
    display: inline;
  }
  .sidebar-categories div {
    font-size: 16px;
    height: 150px;
  }
  .sidebar ul.recent-posts li a img {
    opacity: 1;
    width: 100px;
  }
  .sidebar ul.recent-posts li a.link {
    margin-left: 15px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #nav-hero-wrap {
    background-size: 1200px 100%;
  }
  video.office-video {
    position: absolute;
    top: -100px;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: .2;
  }
  .featured .f1.home .featured-excerpt p {
    display: block;
    font-size: 14px;
  }
  #subfooter ul.subfooter-instagramfeed li a img {
    width: 10%;
  }
  #subfooter ul.subfooter-instagramfeed li:nth-child(20), #subfooter ul.subfooter-instagramfeed li:nth-child(19), #subfooter ul.subfooter-instagramfeed li:nth-child(18), #subfooter ul.subfooter-instagramfeed li:nth-child(17) {
    display: inline;
  }
  .featured .f2 .featured-excerpt h3 {
    font-size: 22px;
  }
  .featured .f2 .featured-excerpt {
    font-size: 16px;
  }
  .sidebar-categories div {
    font-size: 17px;
    height: 180px;
  }
  .sidebar ul.recent-posts li a img {
    width: 124px;
  }
}

/*************************************************/
/** CSS For Blog Redesign - October 2015        **/
/*************************************************/

/* General Styles */
/******************/

/* blog/single link color */
body.blog a, body.single-post a {
  color: #3399cc;
}

/* overlay for featured-image boxes */

.overlay-container {
	background: -webkit-linear-gradient(top, grey, black);
	background: -o-linear-gradient(top, grey, black);
	background: -moz-linear-gradient(top, grey, black);
	background: linear-gradient(to bottom, grey, black);
	background-color: grey;
	margin-bottom: 50px;
	background-size: cover;
	background-position: center;
	position:relative;
}

.overlay-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}

.overlay-container:hover .overlay {
	opacity: 0.65;
}

.overlay-container .row {
	padding: 0;
}

.overlay-container.no-hover:hover .overlay {
  opacity: 0.45
}

.overlay-container .row, .overlay-container article {
	position: static;
}

.overlay-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.45;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.overlay-container .overlay-content {
	position: relative;
	z-index: 1;
	padding: 50px 0;
}

.overlay-container h1, .overlay-container h2, .overlay-container div.author,
.overlay-container time, .overlay-container p {
	color: white;
	text-shadow: 0 0 7px black;
}

.overlay-container a, .overlay-container a:link, .overlay-container a:active, 
.overlay-container a:visited, .overlay-container a:hover, .overlay-container a:focus {
  color: white;
  text-decoration: none;
}

.overlay-container h1, .overlay-container h2 {
	font-weight: bold;
}

.overlay-container .btn.btn-default {
	background-color: #bd2c38;
	color: white;
	margin-top: 10px;
}

/* sm */
@media (min-width: 768px) {
  .overlay-container .overlay-content {
  	padding: 175px 50px 50px 50px;
  }
}


/* full-width header container */
/* general/xs */
.full-width {
  min-height: 300px;
}

.full-width h1 {
  font-size: 28px;
}

/* sm */
@media (min-width: 768px) {
  .full-width {
    height: 430px;
  }
}

/* md */
@media (min-width: 992px) {
  .full-width h1 {
    font-size: 36px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .full-width h1 {
    font-size: 48px;
  }
}

/* "Blog" Styles (i.e is_home) */
/*******************************/

/* general/xs */
body.blog .post header {
	height: 180px;
	margin-bottom: 20px;
  padding: 0;
}

body.blog .post header .overlay-content {
  display: table;
  height: 100%;
  padding: 0 25px;
}

body.blog .post header .overlay-content h2 {
  display: table-cell;
  vertical-align: middle;
}

body.blog article.post {
	padding: 0;
	margin-bottom: 80px;
}

body.blog article.post .well {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}

body.blog article.iac-item {
  margin-bottom: 80px;
}

body.blog .post header h2 {
	font-size: 28px;
	line-height: 36px;
}

/* sm */
@media (min-width: 768px) {
  body.blog article .well {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
  }
	/*.overlay-content {
		padding: 10px;
	}*/	
}

/* md */
@media (min-width: 992px) {
  .main {
    padding-right: 80px;
  }
  
  .no-sidebar {
    padding-right: 0;
  }
  
  body.blog .post header h2 {
    font-size: 32px;
    line-height: 42px;
  }

  body.blog .post p {
    font-size: 18px;
    line-height: 28px;
  }
  
  article.iac-item h2 {
    font-size: 32px;
  }
  
  article.iac-item p {
    font-size: 18px;
  }
  
}
 

/* Sidebar */
/***********/

/* general/xs */
.sidebar-section {
  margin-bottom: 80px;
}

.sidebar-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar .social {
}

.sidebar .social i {
  font-size: 36px;
  letter-spacing: 10px;
  color: #666;
  transition: color 250ms ease-in-out;
}

.sidebar a i:hover {
  color: #bd2c38;
  transition: color 250ms ease-in-out;
}

.sidebar ul.sidebar-instagramfeed {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 0;
}

.sidebar ul.sidebar-instagramfeed.fade-in {
  opacity: 1;
  transition: opacity 500ms;
}

.sidebar ul.sidebar-instagramfeed li {
  display: inline-block;
  width: auto;
}

.sidebar ul.sidebar-instagramfeed li a {
  text-decoration: none;
  transition: opacity .2s;
}

.sidebar ul.sidebar-instagramfeed li a:hover {
  transition: opacity .2s;
  opacity: 0.85;
}

.sidebar .aptf-single-tweet-wrapper {
  width: 80%;
  float: none;
  margin-bottom: 40px;
}

#sb_instagram {
  margin: 0;
}

/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {
  .aptf-single-tweet-wrapper {
    font-size: 16px;
  }

  .sidebar ul.sidebar-instagramfeed {
    height: 392px;
  }

  .sidebar ul.sidebar-instagramfeed li {
    width: 33.33%;
  }

  .sidebar ul.sidebar-instagramfeed li a img {
    padding-bottom: 1px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .sidebar ul.sidebar-instagramfeed {
    height: 480px;
  }
}

/* Single Posts */
/****************/

/* general/xs */
body.single .entry-content {
  position: static;
}

body.single .post-meta {
  color: white;
}

body.single .post-meta a, .post-meta a:active, .post-meta a:link, .post-meta a:visited {
  color: white;
  text-decoration: none;
}

body.single .post-meta a:hover {
  text-decoration: underline;
}

body.single #disqus_thread, body.single .author-box {
  margin-top: 50px;
}

/* Related Content */
/*******************/

/* general/xs */
.related-content {
  margin: 50px 0;
}
.related-content article {
  height: 300px;
  margin: 0;
  padding: 0;
}

.related-content article .overlay-content {
  padding: 10px;
  display: table;
  height: 100%;
}

.related-content article .overlay-content h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Share Buttons overrides */
/***************************/

/* genera/xs */
div.ssba {
  width: auto;
  margin-bottom: 50px;
}

div.ssba img {
  width: 30px !important;
  height: 30px !important;
  margin: 0;
  opacity: .6;
  transition: opacity 250ms ease-in-out;
}

div.ssba img:hover {
  opacity: 1;
}

.entry-content .ssba {
  padding: 0;
}

.entry-content .ssba img {
  margin: 0 5px;
}

/* md */
@media (min-width: 992px) {
  div.ssba {
    position: absolute;
    left: 0;
    width: 50px;
    height: auto;
  }

  div.ssba img {
    position: relative;
    width: 50px !important;
    height: 50px !important;
  }

  div.ssba img:hover {
    left: 0;
  }

  .entry-content .ssba img {
    margin: 10px 0;
  }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  
  #footer {
    height: 137px;
    padding: 50px 0;
    text-align: left;
  }
  #footer .container {
    text-align: left;
  }
  #footer .social {
    display: inline;
  }
  #footer ul#menu-footer-nav {
    display: block;
  }
  #footer a.footer-logo {
    margin-right: 5px;
  }
  #footer ul#menu-footer-nav {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
  }
  #footer ul#menu-footer-nav li {
    display: inline-block;
  }
  #footer ul#menu-footer-nav li a {
    color: #ddd;
    font-family: 'allerregular', sans-serif;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none;
  }
  #footer ul#menu-footer-nav li a:hover {
    color: #fff;
  }
  #footer ul#menu-footer-nav li a.last {
    margin-right: 0;
  }
  #footer .subnav {
    color: #747474;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  #footer .subnav a {
    color: #747474;
    margin-left: 10px;
    text-decoration: none;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  img {
    display: inline;
    margin: auto;
  }
}
  
@media (max-width: 991px) and (min-width: 768px) {}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}

/* CAREERS CSS FROM TILLER */

.fat-padding-top{
	padding-top:100px;
}

.slim-padding-top {
  padding-top: 50px;
}

.slim-padding-bottom {
  padding-bottom: 50px;
}

.fat-margin-bottom {
	margin-bottom:100px;
}

#subpage h1.title {
	margin-top:80px;
}

#subpage .the-content p {
	font-size:18px;
} 

.fat-padding{
	padding-bottom:100px;
	padding-top:100px;
}

.culture img {
	display: block;
	height:auto;
	max-width: 300px;
	margin:0 auto;
	width:100%;
}

.slim-margin-bottom {
	margin-bottom:50px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.medium-padding-top {
  padding-top: 75px;
}

.careers-perks .perk {
  display: block;
}

.careers-perks .perk img {
	height:auto;
	width: 70px;
}

.careers-page .overlay {
  opacity: 0;
}

.careers-page .overlay-container:hover .overlay {
  opacity: 0.2;
}

.careers-carousel .slide-1 {
  background-image: url('../img/careers-carousel/slide-1-mb.jpg');
}
.careers-carousel .slide-2 {
  background-image: url('../img/careers-carousel/slide-2-mb.jpg');
}
.careers-carousel .slide-3 {
  background-image: url('../img/careers-carousel/slide-3-mb.jpg');
}
.careers-carousel .slide-4 {
  background-image: url('../img/careers-carousel/slide-4-mb.jpg');
}
.careers-carousel .slide-5 {
  background-image: url('../img/careers-carousel/slide-5-mb.jpg');
}

@media (min-width: 600px) {
  .careers-carousel .slide-1 {
    background-image: url('../img/careers-carousel/slide-1-xs.jpg');
  }
  .careers-carousel .slide-2 {
    background-image: url('../img/careers-carousel/slide-2-xs.jpg');
  }
  .careers-carousel .slide-3 {
    background-image: url('../img/careers-carousel/slide-3-xs.jpg');
  }
  .careers-carousel .slide-4 {
    background-image: url('../img/careers-carousel/slide-4-xs.jpg');
  }
  .careers-carousel .slide-5 {
    background-image: url('../img/careers-carousel/slide-5-xs.jpg');
  }
}

@media (min-width: 768px) {
  .careers-carousel .slide-1 {
    background-image: url('../img/careers-carousel/slide-1-sm.jpg');
  }
  .careers-carousel .slide-2 {
    background-image: url('../img/careers-carousel/slide-2-sm.jpg');
  }
  .careers-carousel .slide-3 {
    background-image: url('../img/careers-carousel/slide-3-sm.jpg');
  }
  .careers-carousel .slide-4 {
    background-image: url('../img/careers-carousel/slide-4-sm.jpg');
  }
  .careers-carousel .slide-5 {
    background-image: url('../img/careers-carousel/slide-5-sm.jpg');
  }
}

@media (min-width: 992px) {
  .careers-carousel .slide-1 {
    background-image: url('../img/careers-carousel/slide-1-md.jpg');
  }
  .careers-carousel .slide-2 {
    background-image: url('../img/careers-carousel/slide-2-md.jpg');
  }
  .careers-carousel .slide-3 {
    background-image: url('../img/careers-carousel/slide-3-md.jpg');
  }
  .careers-carousel .slide-4 {
    background-image: url('../img/careers-carousel/slide-4-md.jpg');
  }
  .careers-carousel .slide-5 {
    background-image: url('../img/careers-carousel/slide-5-md.jpg');
  }
}

@media (min-width: 1200px) {
  .careers-carousel .slide-1 {
    background-image: url('../img/careers-carousel/slide-1-lg.jpg');
  }
  .careers-carousel .slide-2 {
    background-image: url('../img/careers-carousel/slide-2-lg.jpg');
  }
  .careers-carousel .slide-3 {
    background-image: url('../img/careers-carousel/slide-3-lg.jpg');
  }
  .careers-carousel .slide-4 {
    background-image: url('../img/careers-carousel/slide-4-lg.jpg');
  }
  .careers-carousel .slide-5 {
    background-image: url('../img/careers-carousel/slide-5-lg.jpg');
  }
}

.careers-carousel-container {
  padding: 0;
}

.careers-carousel .slide {
  width: 100%;
  height: 430px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.careers-carousel-container .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
}

.careers-page .overlay-content {
  padding-top: 75px;
}

.careers-page main h2 {
  font-size: 30px;
}

.careers-page .overlay-container p {
  font-size: 18px;
  color: white;
}

.careers-page .careers-perks p {
  font-size: 14px;
}

.careers-page .red-labs img, .careers-page .newsletter img {
  width: 300px;
  display: block;
  margin: 0 auto 30px auto;
}

#mc_embed_signup {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.col-md-10.nlformwrap {
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
}

.mc-field-group {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}

#mc_embed_signup label {
  display: none;
  font-weight: normal;
  width: auto;
}

#mc_embed_signup select,
#mc_embed_signup input#mce-EMAIL,
#mc_embed_signup input#mc-embedded-subscribe {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
}

#mc_embed_signup select {
  background: #fff;
  color: #888;
  cursor: pointer;
  padding-top: 8px;
}

#mc_embed_signup option {
  border-color: #fff;
  color: #333;
  padding: 5px;
}

#mc_embed_signup input#mc-embedded-subscribe {
  border: 0 !important;
  padding: 5px 15px;
  width: 100%;
}

#mc_embed_signup input.mce_inline_error {
  border: 2px solid #bb2525;
}

#mc_embed_signup div.mce_inline_error {
  color: #bb2525;
  position: absolute;
  left: 135px;
  top: 0;
}

#mc_embed_signup div#mce-success-response {
  font-style: italic;
  margin: 0 0 20px;
}

.careers-page .careers-lead-text h1 {
  font-size: 36px;
}

.careers-page .careers-lead-text h2 {
  font-size: 22px;
}

.careers-page .wpj-share-container {
  text-align: center;
}

.careers-page .wpj-share-container i.fa {
  font-size: 20px;
  color: #666;
  transition: color 250ms ease-in-out;
  margin: 16px 8px 8px 0;
}

.careers-page .wpj-share-container a {
  text-decoration: none;
}

.careers-page .wpj-share-container a i:hover {
  color: #bd2c38;
  transition: color 250ms ease-in-out;
}

.careers-page .wpj-job-apply-btn, .careers-page .wpj-job-detail-btn {
  display: block;
  width: 100%;
  margin: 25px auto;
}

.careers-page .wpj-tabs .tab-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 19px;
  background-color: white;
}

.careers-page .wpj-tabs .nav-tabs {
  margin-bottom: 25px;
  border: 0;
  text-align: center;
}

.careers-page .wpj-tabs ul.nav-tabs > li {
  background: none;
  display: inline-block;
  float: none;
  text-align: center;
  width: 40%;
}

.careers-page .wpj-tabs li.active a {
  border: 0;
  padding: 0;
}

.careers-page .wpj-tabs li a {
  padding: 5px;
}

.careers-page .wpj-job-container {
  padding-bottom: 50px;
}

.careers-page .wpj-job-container:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.careers-page .wpj-job-title {
  margin-top: 15px;
}



/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .careers-page .overlay-content {
    padding-top: 117px;
  }

  .careers-page .overlay-content h1 {
    font-size: 48px;
  }

  .careers-page .overlay-content h2 {
    font-size: 26px;
  }

  .careers-page .department-headings li {
    padding: 0 30px;
    display: inline-block;
  }

  .careers-perks .perk {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }

  .careers-perks .wrap-group {
    display: inline-block;
    white-space: nowrap;
  }

  .careers-page .resumator-buttons {
    margin-bottom: 10px !important;
  }

  .careers-page .resumator-buttons li {
    display: inline-block;
  }

  .careers-page .resumator-buttons ul {
    height: auto !important;
  }

  .careers-page .red-labs img, .careers-page .newsletter img {
    margin-top: 30px;
    width: 30%;
  }

  .careers-page .red-labs img {
    float: right;
    margin-left: 20px;
  }

  .careers-page .newsletter img {
    float: left;
    margin-right: 20px;
  }

  .careers-page .wpj-job-apply-btn {
    display: inline-block;
    margin: auto;
  }

  .careers-page .wpj-share-container {
    float: right;
    margin-top: 20px;
  }

  .careers-page .wpj-share-container h3 {
    display: inline-block;
  }

  .careers-page .wpj-tabs .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .careers-page .wpj-tabs .nav-tabs {
    margin-bottom: 0;
  }

  .careers-page .wpj-tabs ul.nav-tabs > li {
    background: none;
    display: block;
    float: left;
    text-align: inherit;
    width: auto;
  }

  .careers-page .wpj-tabs li.active a, .careers-page .wpj-tabs li a {
    padding: 10px 15px;
  }

  .careers-page .wpj-job-detail {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
  }

  .careers-page .wpj-tabs li.active a {
    background-color: white;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }

  .careers-page .wpj-job-detail-btn {
  }

  .careers-page .wpj-job-apply-btn, .careers-page .wpj-job-detail-btn {
    display: inline-block;
    width: auto;
    margin: 25px 20px 25px 0;
  }

}

.send-success-message {
  min-height: 50vh;
}

@media (min-width: 1200px) {
  table.resumator-job-listings {
    width: 1000px;
  }
  #newslettersubscribe img {
    padding: 0;
  }
  #twooffices img {
    padding: 60px 0 0;
  }
  #placeforinnovation-thumbs {
    height: 172px;
  }
}

/* lazy loading helper classes */
.lazy.lazy-loaded {
  opacity: 1;
  transition: opacity 500ms ease-out;
}

.lazy {
  opacity: 0;
}

[aria-hidden="true"] {
  display: none;
}

#redlabs:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}

.advertiser-solutions #hero {
  color: white;
  padding-bottom: 200px;
}

.advertiser-solutions #hero a {
  color: white;
}

.advertiser-solutions #hero h2 {
  padding-bottom: 0;
}

.advertiser-solutions #hero h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 25px;
}

.advertiser-solutions #hero .hero-btn {
  background-color: white;
  color: #4a4a4a;
}

.advertiser-solutions #hero .hero-btn:hover {
  background-color: #4a4a4a;
  color: white;
}